@import url('http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic');
/*@media screen and (min-width: 1330px) {
	
	
/*General Classes*/

html, body {
    height: 100%;
    width:100%;
    margin: 0; 
    padding: 0; 
    font-family: Lato, Helvetica, Arial, sans-serif; 
    color: #193340; 
    font-size: 1.0em;
    /*background-color: white;*/
    background-color: #f7f7f7;
}


a:link {
    color: white;
	text-decoration:none;
}

.content_demo{
	width:100%;
	height: 100%;
	background-color:#10394B;
}

.area_logo{
	
	margin: 0 auto;
    color: white;
    line-height: 118px;
    width: 250px;
    height: 106px;
    display: block;
    padding-top: 101px;
}

.area_text_top{
	color: white;
    /* background-color: blue; */
    width: 1190px;
    height: 116px;
    margin: 0 auto;
    text-align: center;
    line-height: 0px;
    padding-top: 31px;
    margin-top: 77px;
    font-size: 21px;
}
 
.area_ImageArrow{
	margin: 0 auto;
    width: 20px;
    height: 70px;
    padding-bottom: 25px;
}

.area_button_download{
	text-align: center;
    margin: 0 auto;
    width: 177px;
    border: none;
    height: 54px;
    line-height: 52px;
    background-color: #FF7F00;
    color: white;
    font-weight: 700;
    font-size: 19px;
    padding: 0 54px;
    text-transform: uppercase;
    background-image: url("../img/icon_download.png");
    background-repeat: no-repeat;
    background-position: 33px 14px;
    background-size: 22px 22px;
    cursor: pointer;
    webkit-transition: color .3s linear, background-color .3s ease-in-out;
    -moz-transition: color .3s linear, background-color .3s ease-in-out;
    -o-transition: color .3s linear, background-color .3s ease-in-out;
    transition: color .3s linear, background-color .3s ease-in-out;
}

.area_button_download:hover {
    background-color: #37A1AD;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
}


.area_text_bottom{
	color: white;
    /* background-color: blue; */
    width: 900px;
    height: 116px;
    margin: 0 auto;
    text-align: center;
    line-height: 2px;
    padding-top: 31px;
    font-size: 21px;
    margin-top: 34px;
	
}

.area_close{   
  width:27px;
  padding:27px;
  cursor:pointer;
  
  }
  
  
