.content {
  box-sizing: border-box;
  clear: both;
  content: " ";
  display: table;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-top: 60px;
}

.col-6 {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 50%;
}
.mobile-games {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  box-sizing: border-box;
}
.andorid-icon {
  background: none repeat scroll 0 0 #004894;
  width: 56%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  padding-bottom: 25px;
  cursor: pointer;
  
}
.apple-icon {
  background: none repeat scroll 0 0 #004894;
  box-sizing: border-box;
  cursor: pointer;
  width: 56%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  padding-bottom: 25px;
}
.andorid-icon:hover,
.andorid-icon:focus,
.apple-icon:hover,
.apple-icon:focus{
	-moz-box-shadow: 0 0 10px #000000;
  -o-box-shadow: 0 0 10px #000000;
  -ms-box-shadow: 0 0 10px #000000;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
}
.games-title {
  color: #4ec6f6;
  font-family: "PT Sans",sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
}
.web-design-menu {
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
}
.web-design-menu > li {
  padding-left: 50px;
  padding-right: 50px;
  vertical-align: middle;
  border-right: 1px solid #4ec6f6;
}
.web-design-menu > li:last-child{
	border-right: none;
}
.web-design-menu li a {
  color: #4ec6f6;
  font-family: "PT Sans",sans-serif;
  font-size: 18px;
}
.web-design-menu li a:hover{
	color: #000000;
	text-decoration: none;
}
.col-xs-3,
.col-xs-4{
	box-sizing: border-box;
}
.carousel-inner {
  height: 458px;
  overflow: inherit;
  position: relative;
  width: 100%;
}
.col-xs-12{
	box-sizing: border-box;
}
.modal-bg{
	background: #ffffff;
}
.modal-image{
	margin-top:20px;
	border: 5px solid #ffffff;
}
.image-1{
	display: block;
}
.image-2{
	display: none;
}
.image-3{
	display: none;
}
.design-pages{
	display: none;
}
