/* reset -------------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}
ul,
ol {
    list-style: none;
}
fieldset,
img {
    border: none;
}
caption,
th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer;
    line-height: normal;
}
button,
input {
    line-height: normal;
}
input[type="hidden"],
[hidden],
.hidden {
    display: none;
}
textarea {
    overflow: auto;
    resize: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
    display: block;
}

/* common -------------------------- */
html {
    height: 100%;
	background: #e5e5e5;
}
body {
	/*text-align: center;*/
    height: 100%;
    font-family:'Open Sans',sans-serif;
/*    font-family: 'Shadows Into Light Two', cursive; */
/*    font: 17px/26px "Helvetica Neue", Helvetica, Arial, sans-serif; */
    color: #6a6a6a;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}

.main {
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap {
    margin: 0 auto;
    max-width: 880px;
	padding: 0 30px;
	height: 105px;
}

.wrapContent {
    margin: 0 auto;
    max-width: 940px;
	min-height: 405px;
	padding: 0px;
	display: table;
}

.wrapCopyright {
	background: #cccccc;
    margin: 0 auto;
    width: 100%;
	padding: 0px;
	display: block;
	font-size: 12px;
	padding: 30px 0;
}

h1.RecentlyAdded {
	float: left;
	width: 200px;
	text-align: left;
	margin-top: 5px;
	padding-left: 10px !important;
}

.error {
    color: #FF0000 !important;
    border-color: #FF0000 !important;
}

.success {
    color: #00CC00 !important;
    border-color: #00CC00 !important;
}

.disabled {
    color: #999999 !important;
    border-color: #999999 !important;
    cursor: default !important;
}

.social li a,
.ico-help,
.ico-like,
.ico-present,
.istore a:after {
    background: url(images/sprite.png) no-repeat 0 0;
}

h1{
    font-size: 24px;
    line-height: 40px;
    /*margin: 0 0 22px; */
    color: #324d5b;
	text-align: left;
	width: 100%;
}

.downbtn {
    margin-top: 140px;
   text-align: left;
}

img {
    max-width: 100%;
    height: auto;
}

/* header -------------------------- */
header {
    padding: 5px 0;
}
header .logo {
    float: left;
    height: 105px;
	position: absolute;
	z-index: 999999;
}
header .logo a {
    display: inline-block;
}
.logoheader {
    position: absolute;
}

.logoheader a img {
    padding-top: 0px !important;
}

.social {
    float: right;
    padding: 2px 0;
}
.social li {
    float: left;
    margin: 0 0 0 22px;
}
.social li a {
    display: block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background-color: #3b5998;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.social li a.social-facebook {
    background-position: 0 0;
}
.social li a.social-facebook:hover {
    background-color: #4f6aa3;
}
.social li a.social-facebook:active {
    background-color: #355089;
}
.social li a.social-twitter {
    background-position: -50px 0;
    background-color: #55acee;
}
.social li a.social-twitter:hover {
    background-color: #66b4f0;
}
.social li a.social-twitter:active {
    background-color: #4c9ad6;
}
.social li a.social-googleplus {
    background-position: -100px 0;
    background-color: #dd4b39;
}
.social li a.social-googleplus:hover {
    background-color: #e05d4d;
}
.social li a.social-googleplus:active {
    background-color: #c64333;
}

/* -------------------------- */

.getapp {
    width: 460px;
    height: auto;
    margin: 0 auto;
}

.langactive {
    background-color: #55acee;
    color: #FFF !important;
}

.langactive li a.social-en {
    color: #222;
}

.lang {
    float: right;
    padding-top: 45px;
	padding-right: 0px;
	text-decoration: none;
}
.lang li {
    float: left;
    margin: 0 0 0 4px;
    color: #4d4d4d;
    list-style: none;
}
.lang li a {
    display: inline;
    padding: 5px 8px;
    border: #CCC solid 2px;
/*    background-color: #CCC; */
    font-weight: 500;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
    border-radius: 5%;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
	text-decoration: none;
}

.lang li a.social-en {
    background-position: 0 0;
    color: #CCC;
	text-decoration: none;
}
.lang li a.social-en:hover {
    background-color: #55acee;
    color: #FFF;
	text-decoration: none;
}
.lang li a.social-en:active {
    background-color: #55acee;
}
.lang li a.social-pt {
    background-position: -50px 0;
    color: #CCC;
	text-decoration: none;
}
.lang li a.social-pt:hover {
    background-color: #55acee;
    color: #FFF;
	text-decoration: none;
}
.lang li a.social-pt:active {
    background-color: #4c9ad6;
}
/*
.lang li a.social-googleplus {
    background-position: -100px 0;
    background-color: #dd4b39;
}
.lang li a.social-googleplus:hover {
    background-color: #e05d4d;
}
.lang li a.social-googleplus:active {
    background-color: #c64333;
}

/* -------------------------- */


/* footer -------------------------- */
footer {
    padding: 20px 0;
}
footer .logo {
    float: left;
    margin: 0 95px 0 0;
}
footer .logo img {
    display: block;
}
.istore {
    float: left;
    position: relative;
    line-height: 36px;
    text-align: center;
    margin: 8px 62px 8px 0;
}
.istore a {
    position: relative;
    display: inline-block;
    line-height: 36px;
    font-size: 14px;
    padding: 0 0 0 47px;
}
.istore a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #26a6d1;
    background-position: -150px 0;
    width: 36px;
    height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}
.istore:hover:after {
    background-color: #1e85a7;
}
.copy {
    float: left;
    font-size: 14px;
    line-height: 36px;
    margin: 8px 0;
}
.copy a {
    color: #6a6a6a;
    font-weight: bold;
}
.copy a:hover {
    color: #4a4a4a;
}


/* sidebar -------------------------- */
.sidebar {
    
}

/* content -------------------------- */
.simple {
    text-align: center;
    padding: 20px 0 20px;
}
.simple p {
    margin: 0 60px 16px;
}

.promote {
    text-align: center;
    padding: 10px 0 95px;
}
.promote p {
    margin: 0 60px 16px;
}
.promo {
/*    background: #3db39e;
    background: #222a22; */
    background: url('images/imgEx03.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff;
}
.promo .wrap {
    position: relative;
    min-height: 670px;
}
.promo-text {
    width: 460px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
}
.promoBase{
	background: rgba(0,0,0,.3);
	margin-top: 150px;
	width: 370px;
	padding: 32px 31px 23px 32px;
	border-radius: 10px;
}
.promo-text p {
    padding: 15px 0 0;
}
.promo .wrap img {
    position: absolute;
    bottom: 0;
    right: 18px;
}

.promostorebuttons {
    background-color: #e5e5e5;
    width: 105%;
    height: 105px;
}

.phoneimg {
    position: absolute;
    bottom: 0;
    right: 18px;
}

.promo-iframe {
    -webkit-overflow-scrolling:touch;
   /* overflow: scroll; */
   overflow: hidden;
    position:absolute;
    right:42px;
    top:3px;
    font-size:32px;
}

.promo-iframe::-webkit-scrollbar {
	display: none;
}
.promo-title h2 {
    float; left;
    color: #FFF;
    font-size: 35px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    margin-top: 30px;
    margin-bottom: 0px;
}

.promo-phrase {
    margin-top: 10px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.promo-img{
    position:relative !important;
    width: 200px;
    height: 0 auto;
    margin-left: 10px;
}

.icoapp-img{
    position:relative !important;
    width: 130px;
    height: auto;
	margin-left: 20px;
}

.promo-maisinfo {
    position:relative !important;
/*    background-color: #48bb48; */
/*    background-color: #6FD58F; */
    width: 180px;
    height: 40px;
    margin-top: 30px;
    margin-left: 185px;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.promo-maisinfo h2{
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
}
.promo-button {
    display: inline-block;
    white-space: nowrap;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    padding: 0 30px;
    background: #ffffff;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.promo-button:hover {
    background-color: #e2f9f5;
    color: #26a5d1;
}
.promo-button:active {
    color: #188bb2;
    background-color: #e2f9f5;
    -moz-box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
    -webkit-box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
    box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
}
.promo-link {
    color: #ffffff;
    font-size: 20px;
    line-height: 52px;
    font-weight: bold;
    margin: 0 0 0 35px;
    text-transform: uppercase;
    white-space: nowrap;
}
.promo-link:hover {
    color: #c9f9f0;
}
.features {
    margin: -25px 0 60px;
}
.features-columns {
    margin: 0 -25px;
}
.feature {
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    padding: 0 25px;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.feature h4 {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #2b414d;
    font-weight: bold;
    position: relative;
    margin: 0 0 42px;
}
.feature h4:after {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 22px;
    height: 2px;
    background-color: #cbcfd1;
    content: "";
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.feature:hover h4:after {
    background-color: #26a6d1;
}
.ico-help,
.ico-like,
.ico-present {
    width: 64px;
    height: 64px;
    margin: 0 auto 32px;
    background-position: 0 -50px;
}
.ico-like {
    background-position: -100px -50px;
}
.ico-present {
    background-position: -200px -50px;
}
.tabsblock {
    background: #f6f6f6;
}
.tabsblock .wrap {
    position: relative;
    min-height: 565px;
}
.tabsblock .wrap img {
    position: absolute;
    left: 22px;
    bottom: 0;
}
.tab {
    padding-left: 540px;
    width: 400px;
    display: table-cell;
    height: 565px;
    vertical-align: middle;
}
.tabs {
    padding: 0 0 23px;
}
.tabs li {
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: left;
    background-color: #cbcfd1;
    margin: 0 13px 13px 0;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    cursor: pointer;
}
.tabs li:hover {
    background-color: #8cc6bc;
}
.tab li.active {
    cursor: default;
    background-color: #3db39e;
}
.box {
    display: none;
}
.box.visible {
    display: block;
}
.subscribe {
    background: #26a6d1;
    text-align: center;
    color: #ffffff;
    text-align: center;
    padding: 107px 0 113px;
}
.subscribe-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 36px;
}
.subscribe-form {
    display: inline-block;
    margin: 0 0 30px;
}
.subscribe-email {
    float: left;
    border: 0;
    width: 399px;
    height: 52px;
    font-size: 18px;
    line-height: 22px;
    padding: 15px;
    background: #ffffff;
    margin: 0 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.subscribe-button {
    float: left;
    border: 0;
    width: 160px;
    height: 52px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #26a6d1;
    background: #ffffff;
    text-transform: uppercase;
    margin: 0 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.subscribe-note {
    clear: both;
}
.p1{
    font-size:12px;padding:0!important;text-align:center;width:125px;line-height:19px;
}
.p2{
    font-size:15px;padding:0!important;text-align:center;width:125px;line-height:19px;
}
.slideDivMessage{
   color:#fff;
   width:59%;
   position:absolute;
   margin-top:11%;
   text-align:center;
   max-width: 59%;
}
.slideHeader{
    color:#fff;
    text-align:center;
    font-size:60px
}
.slideText{
    font-size: 35px;
    margin-top: 20px;
}
/* Responsive -------------------------- */
/*
@media (max-width: 767px){

}*/
@media (max-width: 959px){
#cDevelopedBy{
    position: absolute;
    right:0;
}
.slideHeader{
   font-size: 30px;
}
.slideText{
   font-size: 25px;
}
.wrap {
    margin: 0 auto;
    max-width: 959px;
	padding: 0 5px;
	height: 105px;
}

.SearchArea{
	display: table;
	float: left;
	margin-left: 50px;
	padding-top: 40px;
	padding-left: 80px;
	width: 48%;
}

/*input[type="search"]{
	float: left;
	height: 30px;
	width: 80%;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 0px solid #999999;
	padding-left: 10px;
	color: #b2b2b2;
}
.btnSearch{
	float: left;
	width: 8%;
	height: 28px;
    background-color: #55acee;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

select.City {
	float: left;
	margin-top: 40px;
	margin-left: 0px;
	height: 30px;
	padding: 5px;
	width: 20%;
	border: 1px solid #999999;
}*/

.wrapContent {
    margin: auto;
    max-width: 959px;
	min-height: 405px;
	padding: 0px;
}

.TopListApps{
	width: 745px !important;
	display: table;
}

.BaseListApps{
	display: table;
	width: 755px !important;
	margin: 0 auto;
}

.wrapCopyright {
	background: #cccccc;
    margin: 0 auto;
    width: 100%;
	padding: 0px;
	display: block;
	font-size: 12px;
	padding: 30px 0;
}

.wrapCopyrightContent{
	width: 909px !important;
	margin: 0 auto;
}
}

@media (max-width: 770px){
.wrap > .select2{
    margin-top: 65px !important;
    right: 10px;
    position:absolute;
}
.wrap > .select2 ~ .select2{
    margin-top: 20px !important;
    top:0px;
}
.slideHeader{
   font-size: 25px;
}
.slideText{
   font-size: 15px;
   margin-top: 0;
}
.lang {
    float: right;
    padding-top: 20px;
	padding-right: 0px !important;
}

.wrap {
    margin: 0 auto;
    max-width: 770px;
	padding: 0 5px;
	height: 105px;
}

.SearchArea{
	padding-top: 65px !important;
	width: 60% !important;
	padding-right: 0px !important;
	padding-left: 10% !important;
}

/*input[type="search"]{
	float: left;
	height: 30px !important;
	width: 86% !important;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 0px solid #999999;
	padding-left: 0px !important;
	color: #b2b2b2;
}

.btnSearch{
	float: left;
	width: 3%;
	height: 28px;
    background-color: #55acee;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-right: 0px !important;
}

select.City {
	position: absolute;
	right: 4px;
	margin-top: 65px !important;
	margin-left: 0px;
	height: 30px;
	padding: 5px;
	width: 20%;
	border: 1px solid #999999;
}*/
select.City {
    width: 25%;
}
.wrapContent {
    margin: auto;
    max-width: 565px;
	min-height: 405px;
	padding: 0px;
}

.TopListApps{
	width: 560px !important;
	display: table;
}

.BaseListApps{
	display: table;
	width: 565px !important;
	margin: 0 auto;
}

.wrapCopyright {
	background: #cccccc;
    margin: 0 auto;
    width: 100%;
	padding: 0px;
	display: block;
	font-size: 12px;
	padding: 30px 0;
}

.wrapCopyrightContent{
	width: 720px !important;
	margin: 0 auto;
}
}

@media (max-width: 579px){
.slideHeader{
   font-size: 20px;
}
.slideText{
   font-size: 15px;
}
.lang {
    float: right;
    padding-top: 20px;
	padding-right: 0px;
	right: 0px !important;
}

.wrap {
    margin: 0 auto;
    max-width: 579px;
	padding: 0 5px;
	height: 105px;
}

.SearchArea{
	padding-top: 14px !important;
	width: 60% !important;
	padding-right: 0px !important;
	padding-left: 10% !important;
}

/*input[type="search"]{
	float: left;
	height: 30px !important;
	width: 86% !important;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 0px solid #999999;
	padding-left: 0px !important;
	color: #b2b2b2;
}

.btnSearch{
	float: left;
	width: 3%;
	height: 28px;
    background-color: #55acee;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-right: 0px !important;
}

select.City {
	position: absolute;
	right: 4px;
	margin-top: 65px !important;
	margin-left: 0px;
	height: 30px;
	padding: 5px;
	width: 20%;
	border: 1px solid #999999;
}*/
select.City {
    width: 110px;
}

.wrapContent {
    margin: auto;
    max-width: 479px;
	min-height: 405px;
	padding: 0px;
}

.TopListApps{
	width: 100% !important;
	display: table;
}

.BaseListApps{
	display: table;
	width: 380px !important;
	margin: 0 auto;
}

h1.RecentlyAdded {
	float: left;
	width: nowrap;
	text-align: left;
	margin-top: 5px;
	padding-left: 10px !important;
}

h3.ViewAll{
	float: right;
	width: 55px;
	text-align: center;
	padding: 8px !important;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 14px;
    background-color: #55acee;
	border-radius: 10px;
}

.ListApps{
	margin: 0 auto !important;
	width: 182px;
}

.AppImg{
	width: 180px;
	height: 260px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.AppName{
	width: 160px;
	height: 40px;
	padding: 5px 10px;
	text-align: left;
	font-size: 14px;
}

.AppDescr{
	width: 180px;
	height: 75px;
	background: #ffffff;
	box-shadow: 0 0px 6px #b2b2b2;
}

.wrapCopyright {
	background: #cccccc;
    margin: 0 auto;
    width: 100%;
	padding: 0px;
	display: block;
	font-size: 12px;
	padding: 30px 0;
}

.wrapCopyrightContent{
	width: 529px !important;
	margin: 0 auto;
}
}

@media (max-width: 484px){
.wrap > .select2 {
    margin-top: 75px !important;
    right: 5px;
}

.wrap > .select2 ~ .select2 {
    margin-top: 10px !important;
}
.slideHeader{
   font-size: 15px;
}
.slideText{
   font-size: 10px;
}
.lang {
    float: right;
    padding-top: 5px;
	padding-right: 0px;
	padding: bottom: 0px !important;
	right: 0px !important;
}

.wrap {
    margin: 0 auto;
    max-width: 479px;
	padding: 0 5px;
	height: 105px;
}

.SearchArea{
	position: absolute;
	top: 45px;
	right: 4px;
	padding-top: 0px !important;
	width: 100% !important;
}

/*input[type="search"]{
	float: left;
	height: 30px !important;
	width: 85% !important;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 0px solid #999999;
	padding-left: 5px !important;
	color: #b2b2b2;
}

.btnSearch{
	float: right;
	width: 14% !important;
	height: 28px;
    background-color: #55acee;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-right: 0px !important;
}

select.City {
	position: absolute;
	right: 5px;
	margin-top:75px !important;
	margin-left: 0px;
	height: 30px;
	padding: 5px;
	width: 50% !important;
	border: 1px solid #999999;
}*/
#searchStore{
    float: right !important;
	width: 60% !important;
    border-left: 0px !important;
    border-right: 1px solid #999999 !important;
}
.btnSearch{
	float: right !important;
}
select.City {
	right: 5px;
	width: 200px !important;
}

.wrapContent {
    margin: auto;
    max-width: 479px;
	min-height: 405px;
	padding: 0px;
}

.TopListApps{
	width: 100% !important;
	display: table;
}

.BaseListApps{
	display: table;
	width: 380px !important;
	margin: 0 auto;
}

h1.RecentlyAdded {
	float: left;
	width: nowrap;
	text-align: left;
	margin-top: 5px;
	padding-left: 10px !important;
}

h3.ViewAll{
	float: right;
	width: 55px;
	text-align: center;
	padding: 8px !important;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 14px;
    background-color: #55acee;
	border-radius: 10px;
}

.ListApps{
	margin: 0 auto !important;
	width: 182px;
}

.AppImg{
	width: 180px;
	height: 260px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.AppName{
	width: 160px;
	height: 40px;
	padding: 5px 10px;
	text-align: left;
	font-size: 14px;
}

.AppDescr{
	width: 180px;
	height: 75px;
	background: #ffffff;
	box-shadow: 0 0px 6px #b2b2b2;
}

.wrapCopyright {
	background: #cccccc;
    margin: 0 auto;
    width: 100%;
	padding: 0px;
	display: block;
	font-size: 12px;
	padding: 30px 0;
}

.wrapCopyrightContent{
	width: 434px !important;
	margin: 0 auto;
}
}

@media (max-width: 390px){

.SearchArea{
	position: absolute;
	top: 45px;
	right: 4px;
	padding-top: 0px !important;
	width: 60% !important;
}

/*input[type="search"]{
	float: left;
	height: 30px !important;
	width: 85% !important;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 0px solid #999999;
	padding-left: 5px !important;
	color: #b2b2b2;
}

.btnSearch{
	float: right;
	width: 14% !important;
	height: 28px;
    background-color: #55acee;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-right: 0px !important;
}
*/
select.City {
	position: absolute;
	right: 5px;
	margin-top:75px !important;
	margin-left: 0px;
	height: 30px;
	padding: 5px;
	width: 50% !important;
	border: 1px solid #999999;
}

.wrapContent {
    margin: auto;
    max-width: 182px;
	min-height: 405px;
	padding: 0px;
}

h1.RecentlyAdded {
	float: left;
	width: nowrap;
	text-align: center;
	margin-top: 5px;
	padding-left: 0px !important;
}

h3.ViewAll{
	float: right;
	text-align: center;
	padding: 5px !important;
	margin-top: 10px;
	margin-right: 64px;
	font-size: 12px;
    background-color: #55acee;
	border-radius: 5px;
}
.BaseListApps{
	display: table;
	width: 182px !important;
	margin: 0 auto;
}

.wrapCopyright {
	background: #cccccc;
    margin: 0 auto;
    width: 100%;
	padding: 0px;
	display: block;
	font-size: 12px;
	padding: 30px 0;
}

.wrapCopyrightContent{
	width: 340px !important;
	margin: 0 auto;
}

.ListApps{
	float: left;
	margin: 10px 2px !important;
	display: table;
	width: 262px !important;
}

.AppImg{
	float: left;
	width: 259px !important;
	height: 340px !important;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.AppName{
	float: left;
	width: 240px !important;
	height: 40px;
	padding: 5px 10px;
	text-align: left;
	font-size: 14px;
	color: #324d5b;
}

.ViewApp{
	float: right;
	width: 260px !important;
	height: 22px;
	padding-top: 3px;
	text-align: center;
	font-size: 12px;
	background-color: #55acee;
	color: #ffffff;
}

.AppDescr{
	float: left;
	width: 260px !important;
	height: 75px;
	background: #ffffff;
	box-shadow: 0 0px 6px #b2b2b2;
}

.icoApp{
	background: rgba(255,255,255,.3);
	padding: 10px 30px !important;
	position: absolute;
	z-index: 1;
	margin-top: 35px;
	margin-left: 35px !important;
    height: 275px !important;
}
}

/* Retina -------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio:2), 
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx){
    .social li a,
    .ico-help,
    .ico-like,
    .ico-present,
    .istore a:after {
        background-image: url(images/sprite@2x.png);
        -moz-background-size: 300px 150px;
        -ie-background-size: 300px 150px;
        -o-background-size: 300px 150px;
        -webkit-background-size: 300px 150px;
        background-size: 300px 150px;
    }
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  padding: 0px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* Fim */
.TopListApps{
	width: 940px;
	display: table;
}

.ViewAll{
    float: right;
	width: fit-content;
	text-align: center;
	padding: 8px !important;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 12px;
    background-color: #55acee;
	border-radius: 5px;
    color: #ffffff;
    border-style: none;
}

h3.ViewAll{
	float: right;
	width: 55px;
	text-align: center;
	padding: 8px !important;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 12px;
    background-color: #55acee;
	border-radius: 10px;
}

h3.ViewAll a{
    color: #ffffff;
	text-decoration: none;
}

h3.ViewAll a:hover{
    color: #324d5b;
	text-decoration: none;
}

.ListApps{
	float: left;
	margin: 10px 2px !important;
	display: table;
	width: 182px;
}

.AppImg{
	float: left;
	width: 179px;
	height: 260px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.AppName{
	float: left;
	width: 160px;
	height: 40px;
	padding: 5px 10px;
	text-align: left;
	font-size: 14px;
	color: #324d5b;
}

.ViewApp{
	float: right;
	width: 180px;
	height: 22px;
	padding-top: 3px;
	text-align: center;
	font-size: 12px;
	background-color: #55acee;
	color: #ffffff;
}

.AppDescr{
	float: left;
	width: 180px;
	height: 75px;
	background: #ffffff;
	box-shadow: 0 0px 6px #b2b2b2;
}

.SearchArea{
	display: table;
	float: left;
	margin-left: 50px;
	padding-top: 40px;
	padding-left: 80px;
	width: 48%;
}

input#searchStore{
	float: left;
	height: 30px;
	width: 80%;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 0px solid #999999;
	padding-left: 10px;
	color: #b2b2b2;
}

.btnSearch{
	float: left;
	width: 30px;
	height: 28px;
    background-color: #55acee;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/*select.City {
	float: left;
	margin-top: 40px;
	margin-left: 0px;
	height: 30px;
	padding: 5px;
	width: 20%;
	border: 1px solid #999999;
}*/

.BaseListApps{
	display: table;
	width: 940px;
	margin: 0 auto;
}

.icoApp{
	background: rgba(255,255,255,.3);
	padding: 10px;
	position: absolute;
	z-index: 1;
	margin-top: 20px;
	margin-left: 15px;
    height: 200px;
}

.wrapCopyrightContent{
	width: 900px;
	margin: 0 auto;
}
.select2{
    margin-top:40px;
}
.optPais{
   text-align: left; 
   font-weight: bold;
   
}
.optEntidade{
   text-align: left; 
   font-weight: normal;
   padding-left: 1em;
}
.selectFilter{
    width: 20%;
}
.selectLanguage{
    width:60px;
    margin-left:35px;
}