.services h2 {
	/*margin-top: 50px;*/
	text-transform: none;
	font-size: 2.2em;
	margin-bottom: 25px;
}

.bottom-try-for-free {
	margin-top: 20px;
}

.easy-setup {
	font-size: 1em !important;
}

section.clients ul {
	list-style: none;
}

section.clients ul li {
	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
}

section.clients img {
	max-height: 70px;
	max-width: 150px;
}

section.clients img.mar25 {
	margin-top: 25px;
}

section.clients img.mar45 {
	margin-top: 45px;
}

@media (max-width: 767px) {
	section.clients li {
		width: 150px;
	}

	section.clients div.cell-middle {
		width: 100%;
	}
}

.trusted-text {
	text-align: left;
	margin: auto;
	font-size: 16px;
	max-width: 925px;
	font-weight: 500;
	margin-bottom: 15px;
}

section.clients div.cell-middle {
	vertical-align: middle;
	height: 60px;
	display: table-cell;
}

section.clients div.cell-bottom {
	vertical-align: bottom;
	height: 60px;
	display: table-cell;
}

section.clients ul {
	padding-inline-start: 0px;
}

.clients {
	margin-top: 20px;
	margin-bottom: 20px;
}

section h2 {
	margin-top: 0;
}



@media (min-width: 993px) {
	#unique-launcher-text {
		margin-top: 20px;
	}

	#sell-games-text {
		margin-top: 50px;
	}
}

@media (max-width: 992px) {
	section .call-to-action {
		text-align: center;
		margin-bottom: 40px;
	}
}

section .call-to-action {
	margin-left: 0;
	margin-top: 35px;
}

.stars-gradient{
	height: 550px !important;
  }
  
  .carousel{
	height: 550px !important;
  }
  
  #header-form-container .subtitle{
	line-height: 1.1;
  }
  
  
  @media (max-width: 1199px) {
	#header-form-container .btn-default-mini{
	  width:215px;
	}
  }
  
  
  @media (max-width: 991px) {
	#header-form-container .btn-default-mini{
	  width:350px;
	}
	.stars-gradient{
	  height: 580px !important;
	}
	
	.carousel{
	  height: 580px !important;
	}
  }
  
  @media (max-width: 810px) {
	#header-form-container .btn-default-mini{
	  width:45%;
	  margin: auto;
	}
	.stars-gradient{
	  height: 520px !important;
	}
	
	.carousel{
	  height: 520px !important;
	}
  }
  
  @media (max-width: 500px) {
	#header-form-container .btn-default-mini{
	  width:300px;
	  margin: 5px auto;
	}
	.stars-gradient{
	  height: 700px !important;
	}
	
	.carousel{
	  height: 700px !important;
	}
  }
  
  @media (max-width:450px) {
	#header-form-container .btn-default-mini{
	  width:300px;
	  margin: 5px auto;
	}
	.stars-gradient{
	  height: 850px !important;
	}
	
	.carousel{
	  height: 850px !important;
	}
  }
  
  .logotype-container{
	width: 105px;
	margin:0px auto;
  }
  
  .logotype{
	margin: 0px auto;
	width: 35px;
  }
  
  .col-md-pull-6 video{
	margin: 0px;
	margin-left: 10%;
	width: 90%;
  }
  .col-md-pull-6 p{
	margin: 0px;
	margin-left: 10%;
	width: 90%;
  }
  
  @media (max-width:991px) {
	.col-md-pull-6 video{
		margin: 0px;
		width: 100%;
	  }
	  .col-md-pull-6 p{
		margin: 0px;
		width: 100%;
	  }
  }
