@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto:900|Yellowtail');
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #333 url('image/background-min.png') no-repeat fixed;
	color: #fff;
	font: 100% 'Raleway', sans-serif;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#wrapper-first {
	width: 100%;
	height: 100%;
}
#first-caption {
	width: 60%;
	float: left;
	padding-top: 5%;
}
#first-caption img {
	width: 85%;	
	margin-left: 16%;
}
#first-caption .title {
	font: 380% 'Roboto', sans-serif;
	text-align: center;
	text-transform: uppercase;
	width: 80%;
	margin-top: 6%;	
	margin-left: 20%;
	line-height: 95%;
	text-shadow: 0px 0px 3px #000;
	
}
#first-caption .description {
	text-align: center;
	width: 60%;
	margin-top: 2%;
	margin-left: 29.5%;
	font-style: italic;
}
#first-caption .more {
	font: 200% 'Roboto', sans-serif;
	background: #FFC639; /* For browsers that do not support gradients */
  	background: -webkit-radial-gradient(#FFC639, #F6B220); /* Safari 5.1 to 6.0 */
  	background: -o-radial-gradient(#FFC639, #F6B220); /* For Opera 11.6 to 12.0 */
  	background: -moz-radial-gradient(#FFC639, #F6B220); /* For Firefox 3.6 to 15 */
  	background: radial-gradient(#FFC639, #F6B220); /* Standard syntax */
	border-radius: 15px 50px;
	width: 60%;
	margin-top: 5%;
	margin-left: 28%;
	padding: 2%;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px #000;
	transition: all 0.4s ease-in-out;	
}
#first-caption .more:hover {
	background: #F6B220; /* For browsers that do not support gradients */
  	background: -webkit-radial-gradient(#F6B220, #FFC639); /* Safari 5.1 to 6.0 */
  	background: -o-radial-gradient(#F6B220, #FFC639); /* For Opera 11.6 to 12.0 */
  	background: -moz-radial-gradient(#F6B220, #FFC639); /* For Firefox 3.6 to 15 */
  	background: radial-gradient(#F6B220, #FFC639); /* Standard syntax */
	border-radius: 50px 15px;
	transition: all 0.4s ease-in-out;
}
#second-caption {
	width: 40%;
	padding-top: 1.5%;
	float: right;
}
#second-caption img {
	width: 56%;
	margin-left: 18%;
}
#wrapper-second {
	width: 100%;
	height: 100%;
}
#three-caption {
	width: 81%;
	margin-left: 8%;
}
#three-caption .title {
	font: 400% 'Yellowtail', cursive;
	padding-top: 3%;
}
#three-caption .description {
	margin-top: 3%;
	text-align: center;
}
#three-caption table {
	color: #333;
	width: 100%;
	margin-top: 5%;
	text-align: center;
}
#three-caption table td {
	background: #e6e6e6;
	padding-top: 1%;
	padding-bottom: 1%;
}
#three-caption table td:first-child {
	background: transparent;
}
#three-caption a {
	color: #F5B01C;
}
#three-caption a:hover {
	color: #C71518;
}
#three-caption .service {
	background: #F5B01C !important;
	color: #fff;
	text-transform: uppercase;
	font-style: 'Roboto', sans-serif;
	font-weight: bold;
}
#three-caption .buy {
	text-transform: uppercase;
	font-style: 'Roboto', sans-serif;
	font-weight: bold;
}
#three-caption .observation {
	margin-top: 5%;
	font-size: 70%;
	max-width: 50%;
	float: left;
}
#three-caption ul li {
	list-style: none;
}
#three-caption .download {
    text-align: center;
    width: 50%;
    margin-top: 3%;
    float: right;
}

#three-caption .download img {
    width: 30%;
    display: inline-block;
}
#three-caption .download img:first-child {
    margin-left: 5%;
}

