/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.functionsBigWrapper {
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 0 auto;
  cursor: default;
  max-width: 960px;
}
.firstCol {
  display: flex;
	justify-content: center;
}
.platFunction {
	margin: 0 auto;
}
.platFunction a {
  display: flex;
  align-items: center;
  justify-content: center;
	margin: 0 auto;
}
.platNameThree {
  transition: 500ms;
  display: block;
  width: 180px;
  min-height:50px;
  cursor: pointer;
  margin: 10px 5px;
  padding: 5px;
  border-radius: 2px;
  box-shadow: inset 0 0 3px #999, 0 0 3px #999;
  font-weight: 600;
  color: #fff !important;
  opacity:0.9;
	background-color: #2ba3ff;
	background: -moz-linear-gradient(-45deg, #2ba3ff 0%, #2ba3ff 25%, #15aeeb 50%, #0acaff 75%, #15aeeb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #2ba3ff 0%, #2ba3ff 25%,#15aeeb 50%,#0acaff 75%,#15aeeb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #2ba3ff 0%, #2ba3ff 25%,#2ba3ff 50%,#0acaff 75%,#15aeeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-size: 400% 400%;
	background-repeat: no-repeat;
	transition: 0.6s all;
}
.platNameThree:hover {
	background-position: 100% 100%;
	opacity: 1;
	transition: 1s all;
	color: #fff !important;
}
.first-parThree {
	text-align: center;
  width: 100%;
	min-height: 210px;
	height: calc(100% - 120px);
  margin:15px auto 40px;
  box-shadow: 0 0 5px 2px #ddd;
  padding: 20px;
}
