.gradient {
	margin-top: -30px;
	padding-top: 80px;
	background: linear-gradient(270deg, #ff0a7f, #ff522b, #7b2bff);
	background-size: 600% 600%;

	-webkit-animation: AnimationName 14s ease infinite;
	-moz-animation: AnimationName 14s ease infinite;
	animation: AnimationName 14s ease infinite;

}

@-webkit-keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}

.grafiologo{
	display: block;
	max-width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	margin-top: 70px;


}

    .some-margin{
        margin:15px auto;
    }
    
    .pcontainer{
	z-index: 2;
	position: absolute;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;  }

	.cover {
		display: block;
		max-width:630px;
		margin: 0 auto;

	}

	.centeroffset{
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
		text-align: center;

	}

	.tide{
		max-width:400px;
		margin-left:auto;
		margin-right:auto;
	}

	.morespace{
		margin-top:50px;

	}

	.sharing{

		margin-left:auto;
		margin-right:auto;

	}

	.appstore-button{

		width:210px;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
		margin-bottom:20px;

	}

	.limitwidth{

		max-width: 960px;
		margin: 0 auto;

	}


	.embeder{

	position: relative;
	top:40px;
	margin-bottom:80px;

}
	.embed-container {

		position: relative;
		padding-bottom: 54%;
		height: 0;
		overflow: hidden;
		max-width: 72%;
		left: 14%;


	}

	.tm-block-top {
		margin-top: 0px;
	}

	.parallax-background{
		position:absolute;
		margin-top: -30px;
	}

	.embed-container-bg {

		position: absolute;
		max-width: 100%;
		overflow: hidden;
		top: -18.8%;
	}

	.embed-container iframe, .embed-container object, .embed-container embed {

		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.features{

		margin-top:40px;
		max-height:220px;
		width:auto;

	}


	.whitebox{
		background-color: #fff;
		padding-top:30px;
		padding-bottom:30px;
	}

	.blackbox{
		margin-top: -30px;
		background-color: #000;
		padding-top:30px;
		padding-bottom:30px;
	}
    
    .blackbox2{
        margin-top: -30px;
        padding-top: 50px !important;
        color: white;
		background-color: #000;
		padding-top:30px;
		padding-bottom:30px;
        min-width: 100%
	}



	.parallax .parallax-image  {
		width: 100%;
		position: relative;
		height: 100%;

	}

	.filter-gradient{
		position: relative;
	}
	.filter-gradient:after{
		background-size: 2000px;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		z-index: 1;
		content: "";
	}
	.filter-gradient.gray:after{
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMjUyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTQzNDUiIHN0b3Atb3BhY2l0eT0iMC44NyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232526', endColorstr='#de414345',GradientType=0 ); /* IE6-8 */

	}

	.landing-page .parallax .parallax-background{
		position: relative;
		z-index: 1;
		width: 100%;
		height: 100%;
	}
	.landing-page .parallax .parallax-background img{
		width: 100%;
		height: auto;
		position: relative;
	}


@media screen and (max-width: 1024px) {
	.landing-page .parallax {
    max-height: 540px;
	}

	.grafiologo {
	display: block;
	max-width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-top: 50px;
	}
}


.white{
    color: white !important;
}

.flex-container {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 1100px;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  padding: 5px;
  width: 300px;
  height: 300px;
  margin-top: 10px;
  text-align: center;
}

.flex-item img {
  width:120px;
  height:120px;
}

.flex-item h4 {
    margin-top: 14px;
    font-weight: 600;
    font-size: 19px;
}

.flex-item p{
    color: #ff6666;
}

.margin-t{
    margin-top: 60px;
}

.soon{
    margin: 30px 0;
    font-size: 19px;
}

.thin-gradient{
    height: 20px;
    position: absolute;
    width: 100%;
background: #f7795a; /* Old browsers */
background: -moz-linear-gradient(left,  #f7795a 1%, #a10e65 71%, #815a9d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f7795a 1%,#a10e65 71%,#815a9d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f7795a 1%,#a10e65 71%,#815a9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7795a', endColorstr='#815a9d',GradientType=1 ); /* IE6-9 */

}