@charset "utf-8";
/* CSS Document */

h1 {
    line-height: 100%;
}

.appcontainer-outer {
	position: relative;
    margin-bottom: 20px;
}
.appcontainer-inner {
	background: #fff;
    position: relative;
    margin: 10px 0 0;
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 0 18px 0 rgba(50,50,50,.1);
    -moz-box-shadow: 0 0 18px 0 rgba(50,50,50,.1);
    box-shadow: 0 0 18px 0 rgba(50,50,50,.1);
    height: auto;
    overflow: hidden;
}
.appfeaturescontainer {
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.app-content {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 20px 0 20px;
    max-width: auto;
    position: relative;
    overflow: hidden;
}
.app-logo {
    float: left;
    margin: 0 15px 0 0;
}
.app.name {
    float: left;
    width: calc(100% - 230px);
    -moz-width: calc(100% - 230px);
    min-height: 128px;
    line-height: 3;
	font-weight:500;
}
.app-intro {
    line-height: 1;
	font-weight:500;
	font-style:oblique;
	font-weight:600;
}
.app-version {
    font-size: 30px;
    color: #3570c1; /*#A2CB23*/
    font-weight: 300;
	font-family: Roboto,sans-serif;
    font-weight: 300;
    margin-left: 0;
    line-height: 1;
}
.app-ops {
	font-size: 16px;
	font-family: Roboto,sans-serif;
	color:#666;
	display: inline-block;
	margin-right: 8px;
    margin-left: 8px;
	
}
.app-cwad1 {
	margin-left:50px;
	margin-right:50px;
}
.app-screen {
}
.app-screenshot {
}
.app-author {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    margin: 5px 0 10px 0;
    color: #ccc;
}
.app-author a {
    color: #ccc;
}
h2.app-shortdescription {
    line-height: 1.8;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 10px;
    color: #666;
    min-height: 0;
    font-weight: 300;
    clear: both;
    padding-right: 0px;
}
.app-downloadbutton-b {
	background: #3570c1; /*#A2CB23*/
    height: 75px;
    display: inline-block;
    margin-left: 0px;
    max-width: 300px;
	vertical-align: middle;
}
.app-downloadbutton-b .data {
    display: inline-block;
    height: 52px;
}
.app-downloadbutton-b .data.download h3.download-text {
    font-size: 40px;
    line-height: .7;
    display: block;
    margin: 0;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    color: #fff;
}
.app-downloadbutton-b svg {
    position: relative;
    top: -100px;
    right: -116px;
}
.app-downloadbutton-b .data.download {
    line-height: 1;
    padding: 10px 40px;
    margin-top: 3px;
}
.app-downloadbutton-b .data.download p {
    font-size: 12px;
    text-align: left;
    display: inline-block;
    margin-top: 3px;
}
.app-downloadbutton-b p.licencia {
    margin-top: 10px;
    line-height: 2;
    font-size: 20px;
    margin-right: 10px;
}
.app-downloadbutton-b p {
    font-family: Roboto,sans-serif;
    font-weight: 300;
    color: #fff;
    margin: 0;
}
.group-button-detail {
    float: left;
    width: 130px;
    margin-left: 5px;
}
/* RATING STYLES */


/* rate result */
.rate-result-cnt{
	width: 82px; height: 18px;
	position: relative;
	background-color: #ccc;
	border: #ccc 1px solid;
	opacity:0.8;
}
.rate-stars{
	width: 82px; height: 18px;
	background: url(/scr/ratings/img/rate-stars.png) no-repeat;
	position: absolute;
}
.rate-bg{
	height: 18px;
	background-color: #ffbe10;
	position: absolute;
}
.app-rating{
	float: left;
    width: 100px;
    height: 0px;
    vertical-align: top;
    font-size: 11px;
    color: #999;
    margin-left: 175px;
    position: relative;
    top: -25px;
}
.apprattext {
    margin-left: 24px;
}
	.youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }
    
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }