body {
  background: #f0f0f0 url('../img/bg.png');
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.content {
  background: white;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

h1 {
  margin-bottom: 30px;
  text-align: center;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 0.1em;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 0.5em;
}

form {
  padding: 10px;
  text-align: center;
  margin-bottom: 1em;
}
form h3 {
  margin-bottom: 0.6em;
}

input, button {
  font-family: Arial, sans-serif;
}

footer {
  text-align: center;
  color: #999999;
}

footer a, footer a:hover {
  text-align: center;
  color: #999999;
  text-decoration: underline;
}

#features h3 {
  margin-top: 1.2em;
}
#features h3 i {
  margin-top: 3px;
}
#features h3:first-child {
  margin-top: 0;
}

p#appstore {
  margin-top: 2em;
}

#social {
  text-align: center;
}

.language {
  text-align: center;
  direction: rtl;
}

.pure-button {
    background-color: #7b519d;
    color: #FFFFFF;
    border: 0 none transparent;
    font-size: 1.5em;
    padding: 1em 2em;
    text-decoration: none;
    transition: box-shadow 0.1s linear 0s;
	margin-top: 0.5em;
}

.pure-button:hover {
    background-color: #724398;
}

.flex-video {
	border: 8px solid #ffffff;
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}
 
.flex-video.widescreen { 
	padding-bottom: 57.25%;
}
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#feedback {
	text-align: left;
	width: 100%;
}

.feedback-description {
	text-align: center;
	margin-bottom: 1em;
}

#container textarea {
	width: 90%;
}

@media (min-width: 1200px) {
  .img-android {
    height: 341px;
    width: 168px;
	margin: auto;
	display: block;
  }
  .img-logo {
	width: 220px;
	height: 113px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .img-android {
    height: 341px;
    width: 168px;
	margin: auto;
	display: block;
  }
  .img-logo {
	width: 220px;
	height: 113px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .img-android {
    height: 341px;
    width: 168px;
  }
  .img-logo {
	width: 220px;
	height: 113px;
  }
}

@media (max-width: 767px) {
  .content {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }

  p#appstore {
    text-align: center;
  }

  .img-android {
    height: 438px;
    width: 216px;
	margin: auto;
	display: block;
  }
  .img-logo {
	width: 180px;
	height: 92px;
  }
}

@media (min-width: 481px) and (max-width: 766px) {
  h2 {
	font-size: 1.5em;
  }
  h3 {
	font-size: 1.2em;
  }
  .img-android {
    height: 341px;
    width: 168px;
	margin: auto;
	display: block;
  }
  .img-logo {
	width: 180px;
	height: 92px;
  }
}

@media (max-width: 480px) {
  h2 {
	font-size: 1.5em;
  }
  h3 {
	font-size: 1.2em;
  }
  .img-android {
    height: 341px;
    width: 168px;
	margin: auto;
	display: none;
  }
  .img-logo {
	width: 120px;
	height: 62px;
  }
  .pure-button {
    /*width: 100%;*/
  }
  .download-button {
	width: 100%;
  }
}

@media (max-width: 320px) {
  h2 {
	font-size: 1.5em;
  }
  h3 {
	font-size: 1.2em;
  }
  .img-android {
    height: 341px;
    width: 168px;
	margin: auto;
	display: none;
  }
  .img-logo {
	width: 120px;
	height: 62px;
  }
  
  .pure-button {
    width: 100%;
  }
}

a.download-button:before {
	background-image: url('../img/downloadButtonSprite.png');
	width: 24px;
	height: 52px;
	display: table-cell;
	background-position: left top;
	content: " ";
	vertical-align: bottom;
}

a.download-button:after {
	background-image: url('../img/downloadButtonSprite.png');
	width: 24px;
	height: 52px;
	display: table-cell;
	background-position: right top;
	content: " ";
	vertical-align: bottom;
}

a.download-button:hover:before {
	background-position: left bottom;
}

a.download-button:hover:after {
	background-position: right bottom;
}
.download-button {
	display: table;
}
.download-button:hover {
	text-decoration: none;
}

.download-button span {
	background-color: #66b821;
	padding: 17px;
	font-size: 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.download-button:hover span {
	background-color: #51901c;
}
