.get-acc-cta {
	margin-top: 25px;
}

.startups-ph header{
  position: absolute !important;
}

.purple-gradient-bg {
	background: linear-gradient(to right bottom,#2f1947,#341c4d,#533571,#a86baf);
    background: -webkit-linear-gradient(to right bottom, #2f1947,#341c4d,#533571,#a86baf);
	color: #fff;
}

.blue-gradient-bg {
	background: linear-gradient(to right bottom,#13114b,#24235d,#4b498c,#6562be);
    background: -webkit-linear-gradient(to right bottom,#13114b,#24235d,#4b498c,#6562be);
	color: #fff;
}
.green-gradient-bg {
	background: -webkit-linear-gradient(to right bottom,#082533,#0d3343,#366f6a,#7ca87b);
    background: linear-gradient(to right bottom,#082533,#0d3343,#366f6a,#7ca87b);
		color: #fff;
}
.purple-gradient-bg p {
	color: #fff;
}
.blue-gradient-bg p {
	color: #fff;
}
.green-gradient-bg p {
	color: #fff;
}
.testimonials-section {
	background: linear-gradient(to right bottom,#eeeeee,#f2f2f2,#f6f6f6,#f9f9f9);
    background-image: linear-gradient(to right bottom, rgb(238,238,238), rgb(242,242,242), rgb(246,246,246), rgb(249,249,249));
}

.cta-section{
	background: linear-gradient(to right bottom,#480048,#480048,#681148,#a43348);
    background-image: linear-gradient(to right bottom, rgb(72, 0, 72), rgb(72, 0, 72), rgb(104, 17, 72), rgb(164, 51, 72));
    color: #ffffff;
}

.cta-section h3,
.vl-feature h3  {
	font-size: 24px;
}

.cta-section p {
	color: #ffffff;
}
.navtop #topnav {
  top: 0;
}

#topnav .logo .hiring{
    position: absolute;
    right: 0;
    top: 42px;
    font-size: 11px;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    cursor: pointer;
    text-decoration: underline;
}
#topnav .logo .hiring-secondary{
    position: absolute;
    right: 0;
    top: 42px;
    font-size: 11px;
    color: #2f2bad;
    font-family: 'Montserrat',sans-serif;
    cursor: pointer;
    text-decoration: underline;
}

#topnav .scroll .logo .hiring{
    color: #2f2bad;
}

@media (min-width: 992px) {
#topnav .navigation-menu > li:nth-child(1) {
  display: block;
  position: relative;
	margin-left: 25px;
	}
}
/*log-in*/
#topnav .login-menu {
  float: right;
  list-style: none;
  padding: 0;
}
#topnav .login-menu > li {
  float: right;
  display: block;
  position: relative;
}
#topnav .login-menu > li > a {
  display: block;
  color: #fff;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
#topnav .login-menu > li > a:hover,
#topnav .login-menu > li > a:focus {
  color: #fff;
  background-color: #f71568;
  text-decoration: none;
}
#topnav.scroll .login-menu > li > a {
  color: #191b1d;
}
#topnav.scroll .login-menu > li > a:hover {
  color: #fff;
  background-color: #f71568;
}
#topnav.scroll .login-menu > li.active > a {
  color: #f71568;
}
#topnav .login-menu > li .submenu li a i {
  margin-right: 5px;
}
#topnav .login-menu > li.has-submenu > a:after {
  content: "\e64b";
  font-family: "themify";
  margin-left: 3px;
}
#topnav .login-menu > li .submenu li span.label {
  padding: .2em .6em .3em;
  display: inline;
  background-color: #f71568;
  color: #fff;
  margin-left: 4px;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 992px) {
  #topnav.scroll .login-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
	#topnav .login-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
	#topnav .login-menu > li.has-submenu > a:after {
    content: "\e64b";
    font-family: "themify";
    margin-left: 3px;
  }
  #topnav .login-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .login-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .login-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: 1px solid #e7e7e7;
    padding: 15px 0;
    list-style: none;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #fff;
  }
  #topnav .login-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .login-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .login-menu > li .submenu > li.has-submenu > a:after {
    content: "\e649";
    font-family: "themify";
    position: absolute;
    right: 20px;
    font-size: 9px;
  }
  #topnav .login-menu > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .login-menu > li .submenu li {
    position: relative;
  }
  #topnav .login-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .login-menu > li .submenu li a {
    display: block;
    padding: 8px 25px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #494e53;
  }
  #topnav .login-menu > li .submenu li a:hover {
    color: #f71568;
  }
  #topnav .login-menu > li .submenu li span {
    display: block;
    padding: 8px 25px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #949ba1;
  }
}
@media (max-width: 991px) {
	#topnav .login-menu {
    float: none;
    max-height: 400px;
    margin-top: 20px;
  }
  #topnav .login-menu > li {
    float: none;
  }
  #topnav .login-menu > li > a {
    color: #191b1d;
    padding: 15px;
  }
  #topnav .login-menu > li > a:hover {
    color: #f71568;
    background-color: transparent;
  }
  #topnav .login-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .login-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .login-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: #191b1d;
  }
  #topnav .login-menu > li .submenu li a:hover {
    color: #f71568;
  }
  #topnav .login-menu > li .submenu li.has-submenu > a:after {
    content: "\e64b";
    font-family: "themify";
    position: absolute;
    right: 30px;
  }
  #topnav .login-menu > li .submenu.open {
    display: block;
  }
  #topnav .login-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .login-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .login-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .login-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: #79818a;
  }
  #topnav .login-menu > li.has-submenu.open > a {
    color: #f71568;
  }
}
@media (min-width: 768px) {
  #topnav .login-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .login-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
}
.price-features{
    margin-top: 345px;
    border: 1px;
    border-color: #f71568;
    border-style: solid;
    border-right-color: #fff;
}
.price-features li{
	color:#f71568;
	background: #fff;
}

.most-popular {
	width: 100%;
	color: #fff;
	background: #f71568;
	font-size: 14px;
	padding: 8px;
	position: absolute;
}

.featured-in {
  color: #fff;
}

#topnav .logo .logo-light {
  width: 140px;
}

#topnav .logo {
  padding: 21px 0;
}

#topnav.scroll .logo .logo-dark {
  width: 140px;
}

#topnav.scroll .logo {
  padding: 21px 0;
}

@media (max-width: 991px) {
  #topnav .logo .logo-dark {
    width: 140px;
  }
}

@media (max-width: 480px) {
  .page-title .title h1 {
    font-size: 42px;
  }
}

.vl-dropbox-gradient-bg {
  background: linear-gradient(to right bottom,#0489E8,#0489E8,#349de8,#8ec6ee);
  background: -webkit-linear-gradient(to right bottom,#0489E8,#0489E8,#349de8,#8ec6ee);
  color: #fff;
}
.vl-dropbox-gradient-bg p{
	color: #fff;
}
.vl-robinhood-gradient-bg{
	background: linear-gradient(to left bottom,#31CE99,#31CE99,#50cfa4,#7bd0b3);
  background: -webkit-linear-gradient(to left bottom,#31CE99,#31CE99,#50cfa4,#7bd0b3);
  color: #fff;
}
.vl-robinhood-gradient-bg p{
	color: #fff;
}
.vl-blue-gradient-bg {
  background: linear-gradient(to right bottom,#2f2bad,#2f2bad,#5955bd);
  background: -webkit-linear-gradient(to right bottom,#2f2bad,#2f2bad,#5955bd);
  color: #fff;
}
.vl-blue-gradient-bg .prcng{
	color:#000;
}
.vl-purple-gradient-bg {
  background: linear-gradient(to right bottom,#820b82,#820b82,#9b3c9b,#b46db4);
  background: -webkit-linear-gradient(to right bottom,#820b82,#820b82,#9b3c9b,#b46db4);
  color: #fff;
}

.vl-pink-gradient-bg {
  background: linear-gradient(to right bottom,#e42692,#e42692,#e951a8,#ef7dbe);
  background: -webkit-linear-gradient(to right bottom,#e42692,#e42692,#e951a8,#ef7dbe);
  color: #fff;
}

.title p {
  color: #fff;
}

.t-cs {

}

.t-cs h2 {
  margin-bottom: 25px;
}

.t-cs p {
  text-align: justify;
  color: #333;
  margin: 15px 0px 35px 0px;
  font-size: 16px;
}

.t-cs h3 {
  font-size: 28px;
}

.t-cs ul {
  text-align: justify;
  color: #333;
  margin: 15px 0px 35px 0px;
  font-size: 16px;
  list-style-type: none;
}

.t-cs li {
  margin: 20px 0;
}


.img-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.title .tagline h3{
	font-size: 18px;
  line-height: inherit;
}
@media (max-width: 767px){
.tagline {
    font-size: 4px;
	}
}
.mb-35 {
  margin-bottom: 35px!important;
}
.mt-35 {
  margin-bottom: 35px!important;
}

@media (max-width: 767px) {
  .img-side {
    min-height: 280px;
    margin: 0px 0 50px;
    position: relative;
    z-index: 0;
  }
}

.growthrocks{
	height: 27px;
	margin: 11px 10px 16px 10px;
}
.growthrocks-footer {
	height: 27px;
	margin: 10px 0px 18px 0px;
}

#footer-widgets .widget .madewith{
  margin: 20px 0;
}
.inbound {
    height: 23px;
    margin: 24px 10px 22px 5px;
}

.forbes {
    height: 30px;
    margin: 10px 15px;
}

.icon-box-small p{
	color: #fff;
}
.title.center p{
  color:#000;
}

@media (max-width: 320px) {
  .featured-in {
    display: none;
  }
}
@media (min-width:768px) {
    .col-sm-8 .featured-in {
			margin-left: 16.66666667%;
			float: none;
    }
}
section.splash .title p {
    text-align: center;
		font-size: 18px;
}
/*#topnav {*/
  /*height: 60px;*/
/*}*/
/* TIMELINE */
.timeline {
  list-style-type: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
	padding-left: 0px;
}

.li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 20px;
  padding: 15px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 800;
	color: #D6DCE0;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}
.status h4 {
  font-weight: 200;
	margin-top: 20px;
}
.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 45%;
  transition: all 200ms ease-in;
}

.dropbox .li .complete .status {
  border-top: 2px solid #0489E8;
}
.dropbox .li.complete .status:before {
  border: 2px solid #0489E8;
  transition: all 200ms ease-in;
}
.dropbox .li.complete .status h4 {
  color: #0489E8;
}
.robinhood .li .complete .status {
  border-top: 2px solid #31CE99;
}
.robinhood .li.complete .status:before {
  border: 2px solid #31CE99;
  transition: all 200ms ease-in;
}
.robinhood .li.complete .status h4 {
  color: #31CE99;
}


@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline {
    list-style-type: none;
    display: block;
		margin-left: 25%;
		margin-right: 25%;
  }

  .li {
    transition: all 200ms ease-in;
    display: table-header-group;
    width: inherit;

  }

  .timestamp {
    width: 100px;
  }

  .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
	.status{
		border:none;
	}
}
#startup-lp {
  padding: 0;
  height: 70%;
  border: 0;
}
.lp h5{
	margin: 20px 0px 40px 0px
}
.dropbox i {
	color: #fff;
}
.dropbox p {
	color: #fff;
}
.robinhood i {
	color: #fff;
}
.dropbox .title hr {
    width: 45px;
    margin: 20px 0;
    border-top: 1px solid #fff;
	}
.robinhood .title hr {
    width: 45px;
    margin: 20px 0;
    border-top: 1px solid #fff;
	}
.startup-ui {
	margin-top: -115px;
}

@media(min-device-width: 320px) and (max-device-width: 359px) {
	.startup-ui {
		margin-top: -45px;
	}
	#startup-lp{
		height:100%;
	}
}
@media(min-device-width: 360px) and (max-device-width: 414px) {
	.startup-ui {
		margin-top: -65px;
	}
	#startup-lp{
		height:90%;
	}
}
@media(min-device-width: 415px) and (max-device-width: 515px) {
	.startup-ui {
		margin-top: -105px;
	}
}
@media(min-device-width: 320px) and (max-device-width: 515px) {
	#intercom-container {
		display: none;
	}
}
.robinhood
.btn-light-out:hover,
.btn-light-out:active,
.btn-light-out:focus {
  background-color: #fff;
  border-color: #fff;
  color: #31CE99;
}
.dropbox
.btn-light-out:hover,
.btn-light-out:active,
.btn-light-out:focus {
  background-color: #fff;
  border-color: #fff;
  color: #0489E8;
}
.templates-cta{
	padding-top: 0px;
	border: none;
}
.templates-section{
	border: none;
}
.dropbox-bg{
	background-color: #0489E8;
	color:#fff;
}
.dropbox-bg p{
	color:#fff;
}
.robinhood-bg{
	background-color: #31CE99;
	color:#fff;
}
.robinhood-bg p{
	color:#fff;
}
@media(max-width: 991px) {
	.startup-nav {
		display: none;
	}
}
#betalist-lp {
  padding: 0;
  height: 85%;
  border: 0;
}
@media(max-width: 991px) {
	.pricing-head {
		margin-top: 20px;
	}
}

.awesome > li > a {
  position: relative;
  display: block;
  padding: 0;
}
.awesome > li > a:hover,
.awesome > li > a:focus {
  text-decoration: underline;
	background: none;
}
/*banners*/
.product-hunt {
    width: 100%;
    background: #DA552F;
    color: #FFF;
    padding: 20px 10px;
		opacity: 1;
    display: block;
    transform: translateY(0px);
}
.iceefest {
	width: 100%;
	background: #fff;
	color: #f71568;
	padding: 8px 10px 5px;
	opacity: 1;
	display: block;
	transform: translateY(0px);
	-webkit-box-shadow: inset 0px -10px 10px -9px rgba(0,0,0,0.28);
-moz-box-shadow: inset 0px -10px 10px -9px rgba(0,0,0,0.28);
box-shadow: inset 0px -10px 10px -9px rgba(0,0,0,0.28);
	z-index: 999;
	position: fixed;
	font-size: 13px;


}
.iceefest p{
	color: #f71568;
	margin: 5px;
}
.iceefest .btn{
	padding: 0 12px;
	height: 31px;
	line-height: 31px;
	font-size: 11px;
	margin-left: 18px;
	margin-bottom: 3px;
}
.iceefest-nav{
	top: 57px;
}
@media(max-width: 927px) {
	.iceefest{
		line-height: 34px;
	}
	.iceefest-nav{
		top: 91px;
	}
}
@media(max-width: 491px) {
	.iceefest{
		font-size: 11px;
	}
}
@media(max-width: 428px) {
	.iceefest-nav{
		top: 125px;
	}
}
@media(max-width: 315px) {
	.iceefest{
		font-size: 10px;
	}
}
.betalist-ui {
	margin-top: -135px;
}
#startup-lp {
  padding: 0;
  height: 80%;
  border: 0;
}

@media(min-device-width: 320px) and (max-device-width: 359px) {
	.betalist-ui {
		margin-top: -45px;
	}
	#betalist-lp{
		height:100%;
	}
}
@media(min-device-width: 360px) and (max-device-width: 414px) {
	.betalist-ui {
		margin-top: -65px;
	}
	#betalist-lp{
		height:90%;
	}
}
@media(min-device-width: 415px) and (max-device-width: 515px) {
	.betalist-ui {
		margin-top: -105px;
	}
}
.betalist-pricing{
	color:#000;
	margin: 75px;
	margin-top: 23px;
	margin-bottom: 23px;
 	height: 539px;
}
.betalist-pricing i{
	color:#f71568;
}
.betalist-pricing .price h2{
	font-size: 90px;
}
.betalist-pricing-footer{
	    margin-top: 8%;
}
.betalist-icon{
	font-size: 83px;
  margin-top: 20px;
  margin-bottom: 4px;
	color:#f71568;
}
.betalist-plan-features{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 50px;
}

section.splash:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .7	;
    background-color: #2f2bad;
}

.mailchimp-bg{
	background-color: #239AB9;
	color:#fff;
}
.mailchimp-bg p{
	color:#fff;
}
.mailchimp .li .complete .status {
  border-top: 2px solid #239AB9;
}
.mailchimp .li.complete .status:before {
  border: 2px solid #239AB9;
  transition: all 200ms ease-in;
}
.mailchimp .li.complete .status h4 {
  color: #239AB9;
}
.mailchimp i {
	color: #fff;
}
.mailchimp .title hr {
    width: 45px;
    margin: 20px 0;
    border-top: 1px solid #fff;
	}
	.mailchimp
	.btn-light-out:hover,
	.btn-light-out:active,
	.btn-light-out:focus {
	  background-color: #fff;
	  border-color: #fff;
	  color: #239AB9;
	}
	.jet-bg{
		background-color: #8200FF;
		color:#fff;
	}
	.jet-bg p{
		color:#fff;
	}
	.jet .li .complete .status {
	  border-top: 2px solid #8200FF;
	}
	.jet .li.complete .status:before {
	  border: 2px solid #8200FF;
	  transition: all 200ms ease-in;
	}
	.jet .li.complete .status h4 {
	  color: #8200FF;
	}
	.jet i {
		color: #fff;
	}
	.jet .title hr {
	    width: 45px;
	    margin: 20px 0;
	    border-top: 1px solid #fff;
		}
		.jet
		.btn-light-out:hover,
		.btn-light-out:active,
		.btn-light-out:focus {
		  background-color: #fff;
		  border-color: #fff;
		  color: #8200FF;
		}

		.pricing-box {
			border: 3px solid #f71568;
			color: #000;
			padding: 1em;
			border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
    	-o-border-radius: 8px;
		}
		.pricing-box-2 {
			border: 3px solid #efefef;
			color: #000;
			padding: 1em;
			border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			-o-border-radius: 8px;
		}
		.prelaunch-box{
			margin-bottom: 30px;
		}
		.h1-alternative h1{
			font-size: 45px;
		}

		.home-banner {
		    background-color: #fff;
		    padding: 15px 20px 12px;
		    color: #2f2bad;
		    font-size: 12px;
		    text-align: center;
		    font-weight: 500;
		    text-transform: uppercase;
		    letter-spacing: .1em;
            display: block;
            transform: translateY(0px);
            width: 100%;
            border-bottom: 1px solid #f7f7f7;
            z-index: 1031;
            position: fixed;
            line-height: 31px;
		}
		.home-banner a {
    white-space: nowrap;
}
.feature-nav #topnav {
	top: 57px;
}
/*@media(max-width: 680px) {
  .feature-nav #topnav{
    top: 90px;
  }
}*/
@media(max-width: 680px) {
	.home-banner{
		line-height: 40px;
	}
  .feature-nav #topnav{
		top: 107px;
	}
}
@media(max-width: 491px) {
	.home-banner{
		display: none;
	}
  .feature-nav #topnav{
		top: 0px;
	}
}
.airbnb-bg{
	background-color: #FD676E;
	color:#fff;
}
.airbnb-bg p{
	color:#fff;
}
.airbnb .li .complete .status {
  border-top: 2px solid #FD676E;
}
.airbnb .li.complete .status:before {
  border: 2px solid #FD676E;
  transition: all 200ms ease-in;
}
.airbnb .li.complete .status h4 {
  color: #FD676E;
}
.airbnb i {
	color: #fff;
}
.airbnb .title hr {
    width: 45px;
    margin: 20px 0;
    border-top: 1px solid #fff;
	}
	.airbnb
	.btn-light-out:hover,
	.btn-light-out:active,
	.btn-light-out:focus {
	  background-color: #fff;
	  border-color: #fff;
	  color: #FD676E;
	}

	#integrations .icon-box-small p{
		color:#000000;
	}
	@media (max-width:1199px){
		#topnav .login-menu>li:nth-child(3){
			display:none;
		}
	}
.integrations-height {
	min-height: 75px;
}
.participants{
	cursor: help;
}
.templates{
  cursor: help;
}
.participants:hover span{
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0px);
}
.templates:hover span{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
  text-align: left;
}
.tt-tooltip {
    background: rgba(38,38,38,0.95);
    border: 1px solid #262626;
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    bottom: 75%;
    width: 310px;
    margin-bottom: 10px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    line-height: 22px;
    transform: translateY(10px);
    transition: all .5s ease-out;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.28);
    z-index: 101;
}
.tt-tooltip:after{
border-left: solid transparent 10px;
border-right: solid transparent 10px;
border-top: solid rgba(38,38,38,0.85) 10px;
bottom: -10px;
content: "";
height: 0;
left: 65%;
margin-left: -13px;
position: absolute;
width: 0;
}
@media (max-width:380px) {
	.demo-button{
		margin-left:0px !important;
	}
}
@media (max-width:320px) {
	.demo-button{
		margin-left:0px !important;
		margin-top: 10px;
	}
	h5{
		font-size: 12px;
	}
}
.ph-featured {
	height: 32px;
  margin: 19px 10px 16px;
}

#topnav .navigation-menu>li>a {
  text-transform: capitalize;
}

#topnav .login-menu>li>a {
  text-transform: capitalize;
}

#home .title {
  margin-top: 100px;
}

#home .title h1 {
  font-size: 48px;
}

#home .title .tagline h5 {
  line-height: 24px;
}

{
  display: block;
    padding: 8px 25px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.button-tagline {
    font-size: 11px;
    opacity: 0.7;
    margin-top: 14px; 
    letter-spacing: 1.5px;
}
.slide-wrap-slack {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: rgba(33, 40, 45, 0.6);
  z-index: 200;
}

.slide-wrap-slack {
  /*background-color: transparent;*/
  background: url("../images/bg-liquid.png") no-repeat 30vw 50%;
  background-size: contain;
}

/*.flexslider.testim-slider{*/
  /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/
  /*border-radius: 3px 50px 3px 50px;*/
/*}*/


.tcb-simple-carousel {
  margin-top: 50px;
}

.tcb-simple-carousel .carousel {
  /*padding-right: 50px;*/
}

.tcb-simple-carousel .carousel-inner {
  margin-bottom: 55px;
}

.tcb-simple-carousel blockquote {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  border-radius: 3px 50px 3px 50px;
  margin-right: 50px;
  padding: 25px;
  padding-right: 60px;
  min-height: 140px;
  display: inline-block;
  margin-bottom: 0;
  min-height: 160px;
}

.tcb-simple-carousel blockquote p {
  font-size: 16px;
}

.tcb-simple-carousel .item {
  padding: 20px 20px 50px 20px;
  /*position: relative;*/
}

.tcb-simple-carousel .item .carousel-img {
  overflow: hidden;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  position: absolute;
  right: 20px;
  top: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.tcb-simple-carousel .item .carousel-img img {

}

.tcb-simple-carousel .item small {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-weight: 600;
}

cite {
  font-weight: 400;
}

.tcb-simple-carousel .carousel-control {
  background: #fff;
  color: #999;
  padding: 7px 0;
  width: 40px;
  height: 40px;
  bottom: 0px;
  top: auto;
  border-radius: 100px;
  opacity: 1;
  text-shadow: none;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.tcb-simple-carousel .carousel-control:hover {
  box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}

.tcb-simple-carousel .carousel-control:hover span {
  color: #f71568;
}

.tcb-simple-carousel .carousel-control.right {
  left: 110px;
}
.tcb-simple-carousel .carousel-control.left {
  left: 60px;
}

@media (max-width: 560px) {
  .tcb-simple-carousel .carousel-control {
    bottom: -50px;
  }
}



/*responsiv 3D gallery*/
.responsiveGallery-container{
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 100px 0px;
}

.w-gallery{
  margin-top: 80px;
}

.responsiveGallery-btn{
  position:absolute;
  top: 0;
  z-index: 3;
  display: block;
  width: 5%;
  height: 100%;
}
.responsiveGallery-btn_prev{
  /*background:url(images/arrow-left.png) center center no-repeat;*/
  left:2%;
  text-align: center;
}

.responsiveGallery-btn_prev .fa {
  position: relative;
  font-size: 60px;
  top: 30%;
  color: #ddd;
}

.responsiveGallery-btn_next{
  /*background:url(images/arrow-right.png) center center no-repeat;*/
  right:2%;
  text-align: center;
}

.responsiveGallery-btn_next .fa {
  position: relative;
  font-size: 60px;
  top: 30%;
  color: #ddd;
}
.responsiveGallery-btn_prev .fa:hover,
.responsiveGallery-btn_prev .fa:active,
.responsiveGallery-btn_prevs .fa:focus,
.responsiveGallery-btn_next .fa:hover,
.responsiveGallery-btn_next .fa:active,
.responsiveGallery-btn_next .fa:focus {
  color: #f71568;
}

.responsiveGallery-wrapper{
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;

  padding-top: 15%;/*用padding撑开容器高度*/

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -o-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
}
.responsiveGallery-item{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  padding: 0;
  display: block;
  width: 20%; /*默认显示5个*/

  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1000px){
  .responsiveGallery-item{
    width: 33.33%; /*此宽度下显示3个*/
  }
  .responsiveGallery-wrapper{
    padding-top: 25%;/*相应调整容器高度*/
  }

}
@media (max-width: 560px){
  .responsiveGallery-wrapper{
    width: 60%;
  }
  .responsiveGallery-item{
    width: 100%; /*最终显示1个，但上条样式决定其宽度为窗口宽度的60%*/
  }
  .responsiveGallery-wrapper{
    padding-top: 45%;/*相应调整容器高度*/
  }
  .responsiveGallery-btn{
    width: 8%;
  }
}
.responsivGallery-link{
  display: block;
  width: 100%;
  border-radius: 4px;
}

.responsivGallery-link:hover {
  /*box-shadow: 0px 0px 0px 4px rgba(250, 250, 250, 0.6);*/
  box-shadow: 0px 0px 0px 4px rgba(47, 43, 173, 0.06);
}

.responsivGallery-pic{
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  border-radius: 4px;
}
.w-responsivGallery-info{
  width: 80%;
  margin: 0 auto;
  padding-top: 5%;
  text-align: center;
  color: #fff;
}
.responsivGallery-name{
  font-size: 1.25em;
}
.responsivGallery-position{
  padding-top: 4%;
  font-size: 0.875em;
  line-height: 1.3;
}
/*responsiv 3D gallery end*/