/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitdddions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 20px 30px 20px 20px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-style: italic;
  line-height: 28px;
  color: #3a3a3a;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
blockquote h2 {
  text-align: left;
}
textarea:focus,
input:focus {
  outline: 0;
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: 0px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
.link_red {
  color: #000;
}
.link_red:hover {
  color: #f00;
}
.innerpadding {
  padding: 12px 18px 31px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
#cel_list .tiles_holder.left {
  margin-left: -92px;
}
/*SPRITES CSS*/
.sprites {
  background: url("../img/sprites7_opt.png") top left no-repeat;
}
.sprites2 {
  background: url("../img/sprites2.png") top left no-repeat;
}
.sprite_iconos {
  background: url("../img/icones.jpg") top left no-repeat;
}
.icon_tile {
  padding: 10px 0 2px;
  text-align: center;
}
.tbuying-guide,
.toffer,
.tevidenza,
.twifi,
.tevidenza_paper,
.tso,
.c_video,
.c_login_blue,
.c_homeico,
.c_3g,
.c_e,
.c_lte,
.c_mem,
.c_h,
.c_hplus,
.tnokia,
.tsamsung,
.tlg,
.thtc,
.thuawei,
.c_phone,
.tmando,
.tchip,
.thd_display,
.c_pluma,
.c_kg,
.c_camside,
.c_camfront,
.c_sphone,
.c_mems,
.c_tv,
.c_filmcam,
.c_radio,
.c_btooth,
.c_signal,
.c_antena,
.c_fingerpoint,
.c_2coins,
.c_3coins,
.c_4coins,
.c_5coins,
.c_euros,
.c_rocket,
.tandroid,
.tmanzana,
.tbubble_stars,
.tcomment,
.tspeak,
.tcanasta,
.teuro,
.ttag,
.tengrane,
.trepair,
.tcompara,
.tbarras,
.tmedalla,
.thd,
.tlados,
.tfilm,
.tmovie,
.tcel,
.tworld,
.tworld_borde,
.tfolders,
.tmaletin,
.tplanta,
.tpapel,
.tfire,
.twindows {
  background: url("../img/all_white_icons.png") top left no-repeat;
  display: inline-block;
}
.tbuying-guide {
  width: 50px;
  height: 49px;
  background-position: -105px -16px;
}
.toffer {
  width: 50px;
  height: 49px;
  background-position: -2900px -11px;
}
.tevidenza {
  width: 25px;
  height: 49px;
  background-position: -15px -15px;
}
.twifi {
  width: 40px;
  height: 18px;
  background-position: -55px -15px;
}
.tevidenza_paper {
  width: 40px;
  height: 54px;
  background-position: -110px -15px;
}
.tso {
  width: 31px;
  height: 31px;
  background-position: -165px -15px;
}
.c_video {
  width: 32px;
  height: 18px;
  background-position: -211px -15px;
}
.c_login_blue {
  width: 48px;
  height: 48px;
  background-position: -258px -15px;
}
.c_homeico {
  width: 13px;
  height: 15px;
  background-position: -321px -15px;
}
.c_3g {
  width: 33px;
  height: 33px;
  background-position: -349px -15px;
}
.c_e {
  width: 33px;
  height: 33px;
  background-position: -397px -15px;
}
.c_lte {
  width: 33px;
  height: 33px;
  background-position: -445px -15px;
}
.c_mem {
  width: 24px;
  height: 28px;
  background-position: -493px -15px;
}
.c_h {
  width: 33px;
  height: 33px;
  background-position: -532px -15px;
}
.c_hplus {
  width: 33px;
  height: 33px;
  background-position: -580px -15px;
}
.tnokia {
  width: 68px;
  height: 11px;
  background-position: -628px -15px;
}
.tsamsung {
  width: 68px;
  height: 22px;
  background-position: -711px -15px;
}
.tlg {
  width: 44px;
  height: 44px;
  background-position: -794px -15px;
}
.thtc {
  width: 63px;
  height: 35px;
  background-position: -853px -15px;
}
.thuawei {
  width: 55px;
  height: 41px;
  background-position: -931px -15px;
}
.c_phone {
  width: 27px;
  height: 45px;
  background-position: -1001px -15px;
}
.tmando {
  width: 54px;
  height: 38px;
  background-position: -1043px -15px;
}
.tchip {
  width: 46px;
  height: 46px;
  background-position: -1112px -15px;
}
.thd_display {
  width: 50px;
  height: 35px;
  background-position: -1173px -15px;
}
.c_pluma {
  width: 33px;
  height: 28px;
  background-position: -1238px -15px;
}
.c_kg {
  width: 42px;
  height: 37px;
  background-position: -1286px -15px;
}
.c_camside {
  width: 41px;
  height: 30px;
  background-position: -1343px -15px;
}
.c_camfront {
  width: 37px;
  height: 32px;
  background-position: -1399px -15px;
}
.c_sphone {
  width: 33px;
  height: 32px;
  background-position: -1451px -15px;
}
.c_mems {
  width: 33px;
  height: 34px;
  background-position: -1499px -15px;
}
.c_tv {
  width: 35px;
  height: 34px;
  background-position: -1547px -15px;
}
.c_filmcam {
  width: 34px;
  height: 33px;
  background-position: -1597px -15px;
}
.c_radio {
  width: 36px;
  height: 29px;
  background-position: -1646px -15px;
}
.c_btooth {
  width: 21px;
  height: 34px;
  background-position: -1697px -15px;
}
.c_signal {
  width: 37px;
  height: 35px;
  background-position: -1733px -15px;
}
.c_antena {
  width: 34px;
  height: 34px;
  background-position: -1785px -15px;
}
.c_fingerpoint {
  width: 31px;
  height: 37px;
  background-position: -1834px -15px;
}
.c_2coins {
  width: 29px;
  height: 19px;
  background-position: -1880px -15px;
}
.c_3coins {
  width: 29px;
  height: 24px;
  background-position: -1924px -15px;
}
.c_4coins {
  width: 29px;
  height: 28px;
  background-position: -1968px -15px;
}
.c_5coins {
  width: 29px;
  height: 33px;
  background-position: -2012px -15px;
}
.c_euros {
  width: 36px;
  height: 39px;
  background-position: -2056px -15px;
}
.c_rocket {
  width: 28px;
  height: 37px;
  background-position: -2107px -15px;
}
.tandroid {
  width: 39px;
  height: 48px;
  background-position: -2150px -15px;
}
.tmanzana {
  width: 40px;
  height: 47px;
  background-position: -2204px -15px;
}
.tbubble_stars {
  width: 51px;
  height: 39px;
  background-position: -2259px -15px;
}
.tcomment {
  width: 51px;
  height: 42px;
  background-position: -2325px -15px;
}
.tspeak {
  width: 58px;
  height: 50px;
  background-position: -2391px -15px;
}
.tcanasta {
  width: 46px;
  height: 40px;
  background-position: -2464px -15px;
}
.teuro {
  width: 45px;
  height: 47px;
  background-position: -2525px -15px;
}
.ttag {
  width: 35px;
  height: 49px;
  background-position: -2585px -15px;
}
.tengrane {
  width: 50px;
  height: 50px;
  background-position: -2635px -15px;
}
.trepair {
  width: 48px;
  height: 51px;
  background-position: -2700px -15px;
}
.tcompara {
  width: 54px;
  height: 38px;
  background-position: -2763px -15px;
}
.tbarras {
  width: 54px;
  height: 40px;
  background-position: -2832px -15px;
}
.tmedalla {
  width: 47px;
  height: 45px;
  background-position: -2901px -15px;
}
.thd {
  width: 50px;
  height: 50px;
  background-position: -2963px -15px;
}
.tlados {
  width: 50px;
  height: 35px;
  background-position: -3028px -15px;
}
.tfilm {
  width: 52px;
  height: 43px;
  background-position: -3093px -15px;
}
.tmovie {
  width: 45px;
  height: 45px;
  background-position: -3160px -15px;
}
.tcel {
  width: 32px;
  height: 50px;
  background-position: -3220px -15px;
}
.tworld {
  width: 50px;
  height: 50px;
  background-position: -3267px -15px;
}
.tworld_borde {
  width: 50px;
  height: 50px;
  background-position: -3332px -15px;
}
.tfolders {
  width: 48px;
  height: 46px;
  background-position: -3397px -15px;
}
.tmaletin {
  width: 47px;
  height: 40px;
  background-position: -3460px -15px;
}
.tplanta {
  width: 45px;
  height: 45px;
  background-position: -3522px -15px;
}
.tpapel {
  width: 44px;
  height: 44px;
  background-position: -3582px -15px;
}
.tfire {
  width: 35px;
  height: 49px;
  background-position: -3641px -15px;
}
.twindows {
  width: 42px;
  height: 42px;
  background-position: -3691px -15px;
}
.sprite_niconos {
  background: url("../img/niconos_opt1.png") top left no-repeat;
}
.csymbian,
.cpalm,
.clinux,
.cmp3,
.cbada,
.cubuntu,
.cinfrarossi,
.cvibrazione,
.csogeneric,
.cradio,
.cvivavoce,
.cblakcberry,
.cmemoriaex {
  background: url("../img/niconos_opt1.png") top left no-repeat;
  display: inline-block;
}
.csymbian {
  width: 9px;
  height: 40px;
  background-position: -15px -15px;
}
.cpalm {
  width: 38px;
  height: 38px;
  background-position: -15px -70px;
}
.clinux {
  width: 32px;
  height: 38px;
  background-position: -15px -123px;
}
.cmp3 {
  width: 31px;
  height: 38px;
  background-position: -15px -176px;
}
.cbada {
  width: 37px;
  height: 37px;
  background-position: -15px -229px;
}
.cubuntu {
  width: 36px;
  height: 36px;
  background-position: -15px -281px;
}
.cinfrarossi {
  width: 31px;
  height: 35px;
  background-position: -15px -332px;
}
.cvibrazione {
  width: 30px;
  height: 33px;
  background-position: -15px -382px;
}
.csogeneric {
  width: 31px;
  height: 31px;
  background-position: -15px -430px;
}
.cradio {
  width: 35px;
  height: 28px;
  background-position: -15px -476px;
}
.cvivavoce {
  width: 34px;
  height: 27px;
  background-position: -15px -519px;
}
.cblakcberry {
  width: 35px;
  height: 26px;
  background-position: -15px -561px;
}
.cmemoriaex {
  width: 31px;
  height: 23px;
  background-position: -15px -602px;
}
.sprite_iconos_azules {
  background: url("../img/iconos_azules_opt.png") top left no-repeat;
}
.bapple,
.bwindows,
.bblackberry,
.blinux,
.bubuntu,
.bbada,
.bpalm,
.bsymbian,
.bandroid {
  background: url("../img/iconos_azules_opt.png") top left no-repeat;
  display: inline-block;
}
.bapple {
  width: 13px;
  height: 14px;
  background-position: -10px -10px;
}
.bwindows {
  width: 13px;
  height: 14px;
  background-position: -10px -34px;
}
.bblackberry {
  width: 17px;
  height: 13px;
  background-position: -10px -58px;
}
.blinux {
  width: 12px;
  height: 13px;
  background-position: -10px -81px;
}
.bubuntu {
  width: 12px;
  height: 13px;
  background-position: -10px -104px;
}
.bbada {
  width: 12px;
  height: 13px;
  background-position: -10px -127px;
}
.bpalm {
  width: 12px;
  height: 13px;
  background-position: -10px -150px;
}
.bsymbian {
  width: 12px;
  height: 13px;
  background-position: -10px -173px;
}
.bandroid {
  width: 12px;
  height: 13px;
  background-position: -10px -196px;
}
.g {
  width: 30px;
  height: 25px;
  background-position: -20px -20px;
}
.rss {
  width: 23px;
  height: 23px;
  background-position: -20px -65px;
}
.fb {
  width: 16px;
  height: 34px;
  background-position: -20px -108px;
}
.yt {
  width: 28px;
  height: 34px;
  background-position: -20px -162px;
}
.tw {
  width: 32px;
  height: 22px;
  background-position: -20px -216px;
}
.icon {
  width: 45px;
  height: 52px;
  background-position: -13px -306px;
}
.plus {
  width: 30px;
  height: 31px;
  background-position: -20px -381px;
}
.win {
  width: 21px;
  height: 21px;
  background-position: -20px -571px;
}
.home {
  width: 23px;
  height: 23px;
  background-position: -20px -612px;
}
.gcom {
  width: 21px;
  height: 21px;
  background-position: -20px -686px;
}
.robot {
  width: 21px;
  height: 21px;
  background-position: -20px -727px;
}
.thumb_new_image {
  float: left;
  display: block;
  margin: 0 13px 0 0;
}
#notice_content .score strong {
  font-weight: 300;
}
.score.quality {
  background: #fff;
  font-size: 25px;
  height: 54px;
  margin-left: 0;
  margin-top: 8px;
  width: 64px;
}
.score.quality strong {
  line-height: 29px;
}
.score.quality .score_label {
  display: block;
  line-height: 12px;
}
.score.colorbox .score_label {
  bottom: 2px;
  color: #fff;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  width: 54px;
}
body {
  font: 300 14px Roboto, "Roboto Condensed", sans-serif;
  background: #5e5e5e url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACJgAAAADCAIAAABawrCzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKpJREFUeNrs2UEOgzAMBMCmD+X/v0hPvUAkHFtAqs7cWK+tqNe2bdte/Ka2/26JTstOQ6PYSpu5c0+Yri2RHN9cOHLtyjcprRSOPJZUaheFZ+VoP7YyGM1Mx4VgBwAA+AN9/90TnZ6dhkaxlT5z554wXVsiOb65cCTxkrtXCkceSyq1i8KzcrQfWxmMZqbjQrDDwt5+AgAAAAAAgDX5IwcAAAAAAGBRHwEGANKevyBtQWfnAAAAAElFTkSuQmCC) repeat-y center center;
}
body .bordes_container:before {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-box-shadow: -23px 0 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -23px 0 24px rgba(0, 0, 0, 0.15);
  box-shadow: -23px 0 24px rgba(0, 0, 0, 0.15);
}
body .bordes_container:after {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-box-shadow: 23px 0 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 23px 0 24px rgba(0, 0, 0, 0.15);
  box-shadow: 23px 0 24px rgba(0, 0, 0, 0.15);
}
body .container_gray .tiles_holder.left .tile:before {
  border-left-color: #979797;
}
body .container_gray .tiles_holder.right .tile:before {
  border-right-color: #979797;
}
body > a > img {
  display: block;
}
.scuro {
  background: #5e5e5e url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACJgAAAADCAIAAABawrCzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKpJREFUeNrs2UEOgzAMBMCmD+X/v0hPvUAkHFtAqs7cWK+tqNe2bdte/Ka2/26JTstOQ6PYSpu5c0+Yri2RHN9cOHLtyjcprRSOPJZUaheFZ+VoP7YyGM1Mx4VgBwAA+AN9/90TnZ6dhkaxlT5z554wXVsiOb65cCTxkrtXCkceSyq1i8KzcrQfWxmMZqbjQrDDwt5+AgAAAAAAgDX5IwcAAAAAAGBRHwEGANKevyBtQWfnAAAAAElFTkSuQmCC) repeat-y center center;
}
.scuro .bordes_container:before {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-box-shadow: -23px 0 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -23px 0 24px rgba(0, 0, 0, 0.15);
  box-shadow: -23px 0 24px rgba(0, 0, 0, 0.15);
}
.scuro .bordes_container:after {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-box-shadow: 23px 0 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 23px 0 24px rgba(0, 0, 0, 0.15);
  box-shadow: 23px 0 24px rgba(0, 0, 0, 0.15);
}
.scuro .container_gray .tiles_holder.left .tile:before {
  border-left-color: #979797;
}
.scuro .container_gray .tiles_holder.right .tile:before {
  border-right-color: #979797;
}
.bianco {
  background: #fff;
}
.bianco .bordes_container {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.bianco .bordes_container:before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSJyZ2IoMTUwLCAxNTAsIDE1MCkiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMTAwLCAxMDAsIDEwMCkiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
  background-image: -moz-linear-gradient(left, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
  background-image: -o-linear-gradient(left, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
  background-image: linear-gradient(to right, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
}
.bianco .bordes_container:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSJyZ2IoMTUwLCAxNTAsIDE1MCkiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMTAwLCAxMDAsIDEwMCkiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(right, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
  background-image: -moz-linear-gradient(right, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
  background-image: -o-linear-gradient(right, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
  background-image: linear-gradient(to left, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
}
.bianco .container_gray .tiles_holder.left .tile:before {
  border-left-color: #B4B4B4;
}
.bianco .container_gray .tiles_holder.right .tile:before {
  border-right-color: #B4B4B4;
}
.grigio {
  background-position: center center;
  background-repeat: repeat-y;
  background: #fbfbfb;
}
.grigio .bordes_container:before,
.grigio .bordes_container:after {
  background: transparent;
}
.grigio .bordes_container:before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSJyZ2IoMTUwLCAxNTAsIDE1MCkiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMTAwLCAxMDAsIDEwMCkiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
  background-image: -moz-linear-gradient(left, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
  background-image: -o-linear-gradient(left, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
  background-image: linear-gradient(to right, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
}
.grigio .bordes_container:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSJyZ2IoMTUwLCAxNTAsIDE1MCkiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMTAwLCAxMDAsIDEwMCkiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(right, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
  background-image: -moz-linear-gradient(right, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
  background-image: -o-linear-gradient(right, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
  background-image: linear-gradient(to left, rgba(150, 150, 150, 0.1) 86%, rgba(100, 100, 100, 0.2) 100%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.grigio .tiles_holder.left .tile:before {
  border-left-color: #d4d4d4;
}
.grigio .tiles_holder.right .tile:before {
  border-right-color: #d4d4d4;
}
.grigio .container_gray .tiles_holder.left .tile:before {
  border-left-color: #B4B4B4;
}
.grigio .container_gray .tiles_holder.right .tile:before {
  border-right-color: #B4B4B4;
}
.container {
  width: 1016px;
  background: white;
  margin: 0 auto;
}
.bordes_container {
  position: relative;
}
.bordes_container:before,
.bordes_container:after {
  width: 44px;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.bordes_container:before {
  left: -44px;
}
.bordes_container:after {
  right: -44px;
}
#main_container {
  position: relative;
}
/*
========== SECCION DE LA CABECERA ===============
*/
header {
  height: 85px;
  position: relative;
  /*  a#main_logo{
    // position: absolute;
    // left: 30px;
    // top: 45px;

    // left: 62px;

    img{
      // width: 279px;
      // height: 79px;
    }
  }*/
}
#main_logo {
  left: 28px;
  position: absolute;
  top: 12px;
}
#topsearch {
  position: absolute;
  width: 611px;
  right: 32px;
  top: 25px;
}
#topsearch-text {
  border: 1px solid #2eb6dc;
  padding: 0 12px;
  -webkit-box-shadow: inset 3px 3px 3px #e8e8e8;
  -moz-box-shadow: inset 3px 3px 3px #e8e8e8;
  box-shadow: inset 3px 3px 3px #e8e8e8;
  width: 587px;
  height: 41px;
  background: #fcfcfc;
}
#topsearch-text:focus {
  border: 1px solid #69DBF1;
}
#quick-search-button {
  position: absolute;
  right: 62px;
  top: 8px;
}
.autocomplete-hide {
  display: none;
}
.autocomplete-more {
  background: #F1EFEF;
  color: #8B8B8B;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
  vertical-align: baseline;
}
.autocomplete-more strong {
  text-align: center;
  overflow: hidden;
  display: block;
  font-weight: normal;
  padding: 3px;
}
.autocomplete-more strong em {
  font-weight: bold;
}
.autocomplete ul.autocomplete-short li {
  padding: 0;
  line-height: 28px;
}
.autocomplete ul.autocomplete-short li a {
  width: auto;
  display: block;
  padding-left: 10px;
  font-size: 13px;
}
.autocomplete ul.autocomplete-short li a:hover {
  background: #8CA7C0;
  color: white;
}
.autocomplete {
  position: absolute;
  background: white;
  z-index: 200;
  border: 1px solid #e9e9e9;
  border-top: none;
  font-family: 'Roboto Condensed';
  width: 100%;
}
.autocomplete:hover {
  display: block;
}
.autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.autocomplete ul li {
  padding: 8px 12px;
  line-height: 40px;
  font-size: 0;
}
.autocomplete ul li > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 26px;
}
.autocomplete ul li a:last-child {
  margin-right: 0;
}
.autocomplete ul li:nth-child(odd) {
  background: #F7F7F7;
}
.autocomplete ul li:nth-child(1) .color_video:after {
  background: rgba(240, 50, 50, 0.67);
}
.autocomplete ul li:nth-child(2) .color_video:after {
  background: rgba(252, 171, 0, 0.64);
}
.autocomplete ul li:nth-child(3) .color_video:after {
  background: rgba(119, 172, 39, 0.56);
}
.autocomplete ul li:nth-child(4) .color_video:after {
  background: rgba(36, 169, 211, 0.69);
}
.autocomplete ul li:nth-child(5) .color_video:after {
  background: rgba(28, 110, 214, 0.63);
}
.autocomplete ul li:nth-child(6) .color_video:after {
  background: rgba(255, 0, 0, 0.47);
}
.autocomplete .item_movil {
  width: 242px;
  font-weight: 100;
  font-size: 14px;
}
.autocomplete .item_movil b {
  font-weight: 700;
}
.autocomplete .item_movil span:hover {
  color: #E21515;
}
.autocomplete .item_movil img {
  width: 28px;
  height: 44px;
  margin-right: 10px;
  float: left;
}
.autocomplete .video_review {
  width: 100px;
  font-size: 11px;
  line-height: 16px;
}
.autocomplete .video_review .red:after {
  background: rgba(240, 50, 50, 0.67);
}
.autocomplete .video_review .orange:after {
  background: rgba(252, 171, 0, 0.64);
}
.autocomplete .video_review .green:after {
  background: rgba(119, 172, 39, 0.56);
}
.autocomplete .video_review .lightblue:after {
  background: rgba(36, 169, 211, 0.69);
}
.autocomplete .video_review .blue:after {
  background: rgba(28, 110, 214, 0.63);
}
.autocomplete .video_review .purple:after {
  background: rgba(255, 0, 0, 0.47);
}
.autocomplete .video_review img {
  width: 63px;
  height: 36px;
  position: relative;
}
.autocomplete a.price {
  line-height: 26px;
  font-size: 16px;
  margin-right: 0;
  background: #FFBB56;
  color: #FFF;
  height: 26px;
  padding-right: 14px;
  position: relative;
  text-align: right;
  text-shadow: 1px 0 2px #5F8822;
  width: 68px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.autocomplete a.price .symbol {
  background: #E66500;
  position: absolute;
  height: 100%;
  width: 26px;
  text-align: center;
  top: 0;
  left: 0;
  text-shadow: none;
  -webkit-border-radius: 3px 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
}
.autocomplete a.price .symbol:before,
.autocomplete a.price .symbol:after {
  border-width: 13px 0 13px 8px;
  position: absolute;
  top: 0;
  border-style: inset inset inset solid;
}
.autocomplete a.price .symbol:before {
  border-color: transparent transparent transparent #E66500;
  right: -6px;
  z-index: 2;
}
.autocomplete a.price .symbol:after {
  border-color: transparent transparent transparent white;
  right: -8px;
}
.autocomplete a.price:hover {
  background: #ef8f00;
}
.aggi_compara {
  width: 85px;
  font-size: 12px;
  line-height: 16px;
}
.aggi_compara:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/sprites7.png");
  background-position: 177px 313px;
  float: left;
  margin-top: 1px;
  margin-right: 6px;
}
.aggi_compara_activado {
  width: 85px;
  font-size: 12px;
  line-height: 16px;
  color: red;
}
.aggi_compara_activado:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/sprites7.png");
  float: left;
  background-position: 177px 328px;
  margin: 1px 6px 0 0;
}
.highlight {
  color: white;
}
.header_links {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 10px;
  top: -13px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  font-family: 'Roboto Condensed';
  font-weight: 500;
}
.header_links a {
  color: #9698B1;
  padding: 0 18px;
  height: 34px;
  display: block;
  float: left;
  line-height: 34px;
}
.header_links a:hover {
  color: #5BA8D6;
}
.header_links a.border {
  border-right: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}
.header_links .fecha {
  float: left;
  font-family: 'Roboto Condensed';
  font-weight: 500;
  margin-top: 7px;
  display: block;
  margin-left: 100px;
  color: #797979;
}
.header_links .messagero img {
  padding-top: 7px;
}
#notice_content ul {
  margin: 0 40px 20px 0;
  padding-left: 38px;
}
#notice_content .textblock #PDI_container7992828 .pds-clear {
  clear: left !important;
}
#notice_content .textblock .PDS_Poll .pds-box .pds-answer-group .pds-clear {
  clear: left !important;
}
#menu_network {
  border-bottom: 1px solid #CCCCCC;
  height: 34px;
  padding: 0;
  font-family: 'Oswald', sans-serif;
  margin: 0 auto 4px;
  overflow: hidden;
  text-align: left;
  width: 960px;
}
#menu_network ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu_network ul li {
  float: left;
}
#menu_network ul li a {
  color: #969696;
  display: block;
  height: 24px;
  line-height: 23px;
  padding: 5px 15px;
  text-decoration: none;
}
#menu_network .link_network a {
  position: relative;
  padding-left: 0px;
}
#menu_network .link_network a:hover {
  color: #0AA7D6;
  text-decoration: underline;
}
#menu_network .link_network_attivo a {
  color: #0AA7D6;
  margin-left: 10px;
}
#menu_network .link_network_attivo a:hover {
  color: #0AA7D6;
  margin-left: 10px;
  text-decoration: underline;
}
#menu_network .link_network a {
  color: #969696;
}
#menu_network .link_network_hdblog:hover a {
  color: #0AA7D6;
}
#menu_network .link_network_hdmagazine:hover a {
  color: #D4B204;
  text-decoration: underline;
}
#menu_network .link_network_hdmotori:hover a {
  color: #EB2208;
  text-decoration: underline;
}
#menu_network #data_portale {
  color: #969696;
  float: right;
  height: 24px;
  line-height: 24px;
  padding: 5px 2px;
}
#menu_network #data_portale p {
  margin-bottom: 0;
  margin-top: 0;
}
#menu_network .link_network_segnala {
  margin-left: 40px;
  margin-right: 0;
}
#menu_network .link_network_segnala a {
  color: #ff0000;
  margin-left: 10px;
}
#menu_network .link_network_segnala a:hover {
  text-decoration: underline;
}
#menu_network .link_network_logo:hover {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#menu_network a.opaco {
  text-align: left;
  margin: 0;
  padding-left: 0;
  padding-top: 6px;
  padding-bottom: 4px;
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.opaco {
  text-align: left;
  margin: 0 0 0 -20px;
}
/*
============ SECCION DE NAVEGACION PRINCIPAL ====================
*/
.tops_link {
  color: white;
  display: block;
  font: 15px/46px 'Roboto Condensed';
  height: 100%;
  padding: 0 12px;
  position: absolute;
  right: 0;
  top: 0;
  background: #31b7dc;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzFiN2RjIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyY2EzYzEiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, #31b7dc 50%, #2ca3c1 100%);
  background-image: -moz-linear-gradient(top, #31b7dc 50%, #2ca3c1 100%);
  background-image: -o-linear-gradient(top, #31b7dc 50%, #2ca3c1 100%);
  background-image: linear-gradient(to bottom, #31b7dc 50%, #2ca3c1 100%);
}
.tops_link:hover {
  color: white;
  background: #3fc7ec;
}
#nav_menu {
  font-weight: 400;
  position: relative;
  z-index: 105;
}
#nav_menu ul {
  font-size: 0;
  padding: 0;
  list-style: none;
}
#nav_menu ul li {
  float: left;
  font-size: 21px;
}
#nav_menu ul li a {
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  display: block;
}
#topnav {
  position: relative;
  height: 46px;
}
#topnav > ul > li > a {
  height: 46px;
  line-height: 46px;
  color: white;
  padding: 0 18px 0 14px;
  font-size: 18px;
}
#topnav > ul > li > a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid inset inset inset;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #F7F7F7 transparent transparent transparent;
  position: absolute;
  right: 7px;
  top: 23px;
}
#topnav > ul > li:hover > a,
#topnav > ul > li.selected > a {
  height: 41px;
}
#topnav > ul {
  margin-left: 50px;
  overflow: hidden;
}
#topnav li > a {
  position: relative;
  padding: 0 14px;
}
#bottomnav {
  height: 34px;
  margin-top: 1px;
  overflow: hidden;
}
#bottomnav ul li {
  font-size: 13px;
}
#bottomnav a {
  color: #7C7C7C;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  padding: 0 10px;
}
#bottomnav a:hover {
  background: none;
}
#bottomnav .forte * {
  font-weight: bold;
}
#bottomnav .alignleft {
  float: left;
  margin-left: 10px;
  margin-right: 20px;
}
#bottomnav .alignleft a {
  font-size: 15px;
}
#bottomnav .alignright a {
  font-size: 17.4px;
}
#home {
  background: url("../img/all_white_icons.png") top left no-repeat;
  background-color: #31B7DC;
  background-position: -306px 0;
  height: 100%;
  position: absolute;
  width: 43px;
}
#home:hover {
  background-color: #3fc7ec;
}
#iclogin {
  background: url("../img/all_white_icons.png") top left no-repeat;
  width: 48px;
  height: 48px;
  background-position: -258px -15px;
  background-repeat: no-repeat;
  /*	width: 100%;
	height: 100%;*/
  display: inline-block;
  width: 62px;
  height: 46px;
  background-position: -248px -16px;
}
#iclogin:hover ~ #loginform,
#iclogin:active ~ #loginform {
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-animation: pendulo 1s ease;
  -moz-animation: pendulo 1s ease;
  -o-animation: pendulo 1s ease;
  animation: pendulo 1s ease;
}
#seccionlogin {
  height: 100%;
  position: absolute;
  left: 45px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
#marcas a {
  color: #000;
  font-size: 14px;
  padding: 0px 8px;
}
#tutto_su,
#vedi_anche {
  height: 34px;
  display: block;
  line-height: 34px;
  padding: 0 12px;
  color: #C53D3D;
  font-family: roboto condensed;
  position: relative;
  margin-right: 15px;
}
#tutto_su:after,
#vedi_anche:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-style: inset inset inset solid;
  border-width: 17px 0 17px 12px;
  position: absolute;
  right: -12px;
  top: 0;
}
#tutto_su {
  background: #ddd;
}
#tutto_su:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ddd;
}
#vedi_anche:before {
  border-style: inset inset inset solid;
  border-width: 17px 0 17px 12px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #EAEAEA;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 2;
}
#vedi_anche:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dbdbdb;
}
#link_android:hover > a,
#link_android.selected > a {
  color: #A4C639;
  border-bottom: 5px solid #A4C639;
}
#link_android:hover > a:after,
#link_android.selected > a:after {
  border-top-color: #A4C639;
}
#link_android .submenu {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNBNEM2MzkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSJyZ2IoMTgyLCAyMjAsIDM3KSIgc3RvcC1vcGFjaXR5PSIwLjU4Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #A4C639 0%, rgba(182, 220, 37, 0.58) 17%);
  background-image: -moz-linear-gradient(top, #A4C639 0%, rgba(182, 220, 37, 0.58) 17%);
  background-image: -o-linear-gradient(top, #A4C639 0%, rgba(182, 220, 37, 0.58) 17%);
  background-image: linear-gradient(to bottom, #A4C639 0%, rgba(182, 220, 37, 0.58) 17%);
}
#link_apple:hover > a,
#link_apple.selected > a {
  color: #009BDD;
  border-bottom: 5px solid #009BDD;
}
#link_apple:hover > a:after,
#link_apple.selected > a:after {
  border-top-color: #009BDD;
}
#link_apple .submenu {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDlCREQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSJyZ2IoMCwgMTU1LCAyMjEpIiBzdG9wLW9wYWNpdHk9IjAuNTgiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, #009BDD 0%, rgba(0, 155, 221, 0.58) 17%);
  background-image: -moz-linear-gradient(top, #009BDD 0%, rgba(0, 155, 221, 0.58) 17%);
  background-image: -o-linear-gradient(top, #009BDD 0%, rgba(0, 155, 221, 0.58) 17%);
  background-image: linear-gradient(to bottom, #009BDD 0%, rgba(0, 155, 221, 0.58) 17%);
}
#link_games:hover > a,
#link_games.selected > a {
  color: #ffc90e;
  border-bottom: 5px solid #ffc90e;
}
#link_games:hover > a:after,
#link_games.selected > a:after {
  border-top-color: #ffc90e;
}
#link_games .submenu {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmM5MGUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSJyZ2IoMjQwLCAyMTUsIDMzKSIgc3RvcC1vcGFjaXR5PSIwLjU4Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffc90e 0%, rgba(240, 215, 33, 0.58) 17%);
  background-image: -moz-linear-gradient(top, #ffc90e 0%, rgba(240, 215, 33, 0.58) 17%);
  background-image: -o-linear-gradient(top, #ffc90e 0%, rgba(240, 215, 33, 0.58) 17%);
  background-image: linear-gradient(to bottom, #ffc90e 0%, rgba(240, 215, 33, 0.58) 17%);
}
#link_windows:hover > a,
#link_windows.selected > a {
  color: #4FB8FF;
  border-bottom: 5px solid #4FB8FF;
}
#link_windows:hover > a:after,
#link_windows.selected > a:after {
  border-top-color: #4FB8FF;
}
#link_windows .submenu {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0RkI4RkYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSJyZ2IoNzksIDE4NCwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, #4FB8FF 0%, rgba(79, 184, 255, 0.8) 17%);
  background-image: -moz-linear-gradient(top, #4FB8FF 0%, rgba(79, 184, 255, 0.8) 17%);
  background-image: -o-linear-gradient(top, #4FB8FF 0%, rgba(79, 184, 255, 0.8) 17%);
  background-image: linear-gradient(to bottom, #4FB8FF 0%, rgba(79, 184, 255, 0.8) 17%);
}

.link_forum {
  margin-right: 140px;
  float:right !important;
}

.link_forum:hover > a,
.link_forum.selected > a {
  color: #4FB8FF;
  border-bottom: 5px solid #4FB8FF;
}


#link_hd:hover > a,
#link_hd.selected > a {
  color: #6C1E7F;
  border-bottom: 5px solid #6C1E7F;
}
#link_hd:hover > a:after,
#link_hd.selected > a:after {
  border-top-color: #6C1E7F;
}
#link_hd .submenu {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2QzFFN0YiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSJyZ2IoMTA4LCAzMCwgMTI3KSIgc3RvcC1vcGFjaXR5PSIwLjU4Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #6C1E7F 0%, rgba(108, 30, 127, 0.58) 17%);
  background-image: -moz-linear-gradient(top, #6C1E7F 0%, rgba(108, 30, 127, 0.58) 17%);
  background-image: -o-linear-gradient(top, #6C1E7F 0%, rgba(108, 30, 127, 0.58) 17%);
  background-image: linear-gradient(to bottom, #6C1E7F 0%, rgba(108, 30, 127, 0.58) 17%);
}
#link_hardware:hover > a,
#link_hardware.selected > a {
  color: #8f6c2c;
  border-bottom: 5px solid #8f6c2c;
}
#link_hardware:hover > a:after,
#link_hardware.selected > a:after {
  border-top-color: #8f6c2c;
}
#link_hardware .submenu {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4ZjZjMmMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSJyZ2IoMTU4LCAxMTgsIDQ1KSIgc3RvcC1vcGFjaXR5PSIwLjU4Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #8f6c2c 0%, rgba(158, 118, 45, 0.58) 17%);
  background-image: -moz-linear-gradient(top, #8f6c2c 0%, rgba(158, 118, 45, 0.58) 17%);
  background-image: -o-linear-gradient(top, #8f6c2c 0%, rgba(158, 118, 45, 0.58) 17%);
  background-image: linear-gradient(to bottom, #8f6c2c 0%, rgba(158, 118, 45, 0.58) 17%);
}
#link_mobile:hover > a,
#link_mobile.selected > a {
  color: #f98e00;
  border-bottom: 5px solid #f98e00;
}
#link_mobile:hover > a:after,
#link_mobile.selected > a:after {
  border-top-color: #f98e00;
}
#link_mobile .submenu {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmOThlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSJyZ2IoMjQ2LCAxNTAsIDM3KSIgc3RvcC1vcGFjaXR5PSIwLjU4Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #f98e00 0%, rgba(246, 150, 37, 0.58) 17%);
  background-image: -moz-linear-gradient(top, #f98e00 0%, rgba(246, 150, 37, 0.58) 17%);
  background-image: -o-linear-gradient(top, #f98e00 0%, rgba(246, 150, 37, 0.58) 17%);
  background-image: linear-gradient(to bottom, #f98e00 0%, rgba(246, 150, 37, 0.58) 17%);
}
.submenu {
  display: none;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxMTEsIDIxNCwgMjQ3KSIgc3RvcC1vcGFjaXR5PSIwLjU4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoOTAsIDE2MywgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjU4Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(111, 214, 247, 0.58) 0%, rgba(90, 163, 255, 0.58) 100%);
  background-image: -moz-linear-gradient(top, rgba(111, 214, 247, 0.58) 0%, rgba(90, 163, 255, 0.58) 100%);
  background-image: -o-linear-gradient(top, rgba(111, 214, 247, 0.58) 0%, rgba(90, 163, 255, 0.58) 100%);
  background-image: linear-gradient(to bottom, rgba(111, 214, 247, 0.58) 0%, rgba(90, 163, 255, 0.58) 100%);
  padding: 11px;
  width: 867px;
  max-height: 400px;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: 0px;
}
.submenu div.content {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0Y0RjRGNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #F4F4F4 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0%, #F4F4F4 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #F4F4F4 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #F4F4F4 100%);
  padding: 12px;
}
.submenu .ads_block {
  bottom: 22px;
  left: 0;
  right: 0;
  position: absolute;
}
.theme2 {
  margin: 16px 0 0;
}
.theme2:before {
  display: none;
}
.theme2 #topnav {
  background: #000;
}
.theme2 #topnav #link_forum a {
  background-color: #5E686A;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1RTY4NkEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNBNDU0OSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #5E686A 0%, #3A4549 100%);
  background-image: -moz-linear-gradient(top, #5E686A 0%, #3A4549 100%);
  background-image: -o-linear-gradient(top, #5E686A 0%, #3A4549 100%);
  background-image: linear-gradient(to bottom, #5E686A 0%, #3A4549 100%);
  color: #fff;
  font: 600 22px 'roboto condensed';
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
  width: 90px;
}
.theme2 #topnav #link_forum a:after {
  display: block !important;
  content: '' !important;
  width: 14px !important;
  height: 10px !important;
  background: url("../img/sprites7_opt.png") top left no-repeat !important;
  position: absolute !important;
  right: 19px !important;
  top: 46% !important;
  border: none !important;
  background-position: -100px -488px !important;
}
.theme2 #topnav #link_forum:hover a {
  border: none;
  height: 46px;
}
.theme2 #bottomnav {
  background: #EAEAEA;
  border-bottom: 1px solid #DBDBDB;
}
.theme2 #bottomnav a:hover {
  background: #ccc;
}
.theme2 #bottomnav li.selected a {
  background: #ccc;
}
.theme2 #seccionlogin {
  background-color: #5E686A;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1RTY4NkEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNBNDU0OSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #5E686A 0%, #3A4549 100%);
  background-image: -moz-linear-gradient(top, #5E686A 0%, #3A4549 100%);
  background-image: -o-linear-gradient(top, #5E686A 0%, #3A4549 100%);
  background-image: linear-gradient(to bottom, #5E686A 0%, #3A4549 100%);
}
.theme3 {
  margin: 16px 0 0;
}
.theme3:before {
  display: none;
}
.theme3 #topnav {
  background: #000;
}
.theme3 #topnav #link_forum a {
  background-color: #5E686A;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1RTY4NkEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNBNDU0OSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #5E686A 0%, #3A4549 100%);
  background-image: -moz-linear-gradient(top, #5E686A 0%, #3A4549 100%);
  background-image: -o-linear-gradient(top, #5E686A 0%, #3A4549 100%);
  background-image: linear-gradient(to bottom, #5E686A 0%, #3A4549 100%);
  color: #fff;
  font: 600 22px 'roboto condensed';
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
  width: 90px;
}
.theme3 #topnav #link_forum a:after {
  display: block !important;
  content: '' !important;
  width: 14px !important;
  height: 10px !important;
  background: url("../img/sprites7_opt.png") top left no-repeat !important;
  position: absolute !important;
  right: 19px !important;
  top: 46% !important;
  border: none !important;
  background-position: -100px -488px !important;
}
.theme3 #topnav #link_forum:hover a {
  border: none;
  height: 46px;
}
.theme3 #bottomnav {
  background: #EAEAEA;
  border-bottom: 1px solid #DBDBDB;
}
.theme3 #bottomnav a:hover {
  background: #ccc;
}
.theme3 #bottomnav li.selected a {
  background: #ccc;
}
.theme3 #seccionlogin {
  background-color: #5E686A;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1RTY4NkEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNBNDU0OSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #5E686A 0%, #3A4549 100%);
  background-image: -moz-linear-gradient(top, #5E686A 0%, #3A4549 100%);
  background-image: -o-linear-gradient(top, #5E686A 0%, #3A4549 100%);
  background-image: linear-gradient(to bottom, #5E686A 0%, #3A4549 100%);
}
.theme3 #topnav {
  background: #5E686A;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1RTY4NkEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNBNDU0OSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #5E686A 0%, #3A4549 100%);
  background-image: -moz-linear-gradient(top, #5E686A 0%, #3A4549 100%);
  background-image: -o-linear-gradient(top, #5E686A 0%, #3A4549 100%);
  background-image: linear-gradient(to bottom, #5E686A 0%, #3A4549 100%);
}
.theme3 #topnav > ul > li > a {
  text-transform: uppercase;
}
.theme3 #topnav #link_forum a {
  background: transparent;
  text-transform: none;
  font-size: 22px;
}
.theme3 #topnav #link_forum:hover a {
  height: 41px;
  border-bottom: 5px solid #009BDD;
}
.theme3 #seccionlogin {
  background: transparent;
}
.theme3 #bottomnav {
  border-top: 1px solid #DBDBDB;
  border-bottom: 0;
}
.theme3 #bottomnav a:hover {
  background: #dfdfdf;
}
.theme3 #home:hover {
  background-color: #3fc7ec;
}
#seccionlogin.logged {
  width: 152px;
  position: absolute;
  left: 49px;
  top: -5px;
  background: rgba(116, 116, 116, 0.42);
  color: #fafafa;
  padding: 4px 6px 0px;
  -webkit-box-shadow: -3px 0 7px -5px #000;
  -moz-box-shadow: -3px 0 7px -5px #000;
  box-shadow: -3px 0 7px -5px #000;
}
#seccionlogin.logged:before,
#seccionlogin.logged:after {
  content: '';
  display: block;
  border-style: solid;
  width: 0;
  border-width: 0;
  border-right-width: 5px;
  position: absolute;
  right: -5px;
  top: 10px;
}
#seccionlogin.logged:before {
  border-top-width: 30px;
  border-color: #4E4E4E transparent transparent transparent;
  right: -5px;
  top: 10px;
}
#seccionlogin.logged:after {
  border-bottom-width: 28px;
  border-color: transparent transparent #3C3C3C transparent;
  right: -5px;
  bottom: 1px;
}
#seccionlogin.logged img {
  /*border:1px solid blue;*/
  vertical-align: middle;
  margin-right: 20px;
  width: 43px;
  height: 43px;
  background: #eee;
}
#seccionlogin.logged a.forum {
  vertical-align: middle;
  bottom: -5px;
  position: relative;
  font-size: 12px;
}
#seccionlogin.logged #iclogin {
  background-position: -253px -16px;
  width: 52px;
  background: #D8E5E8;
  height: 42px;
}
#seccionlogin.logged #forum {
  width: 95px;
  height: 42px;
}
#seccionlogin.logged #forum:after {
  right: 5px !important;
}
#seccionlogin.logged #loginform {
  top: 51px;
}
#forum {
  display: inline-block;
  color: #fff;
  font: 600 21px/47px 'Roboto Condensed';
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
  height: 41px;
  position: relative;
  vertical-align: top;
  border-bottom: 5px solid transparent;
  width: 106px;
  text-indent: 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#forum:hover {
  border-color: #48A2E2;
}
#forum:hover + #loginform {
  display: none !important;
}
#forum:after {
  display: block !important;
  content: '' !important;
  width: 14px !important;
  height: 10px !important;
  background: url("../img/sprites7_opt.png") top left no-repeat !important;
  position: absolute !important;
  right: 16px !important;
  top: 46% !important;
  border: none !important;
  background-position: -100px -488px !important;
}
ul.logged {
  padding-left: 96px;
  list-style: none;
}
#seccionlogin:hover #loginform {
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin: 0;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
#loginform {
  width: 250px;
  background-color: rgba(0, 176, 233, 0.45);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 25% 0;
  -moz-transform-origin: 25% 0;
  -o-transform-origin: 25% 0;
  -ms-transform-origin: 25% 0;
  transform-origin: 25% 0;
  visibility: hidden;
  top: 46px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#loginform p {
  margin: 2px 0 8px;
}
#loginform p input[type='text'] {
  padding: 6px 9px;
  border: 1px solid #ddd;
  width: 92%;
  color: #587a7c;
}
#loginform p input[type='button'],
#loginform p input[type='submit'] {
  border: none;
  color: white;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 7px 15px;
}
#loginform p input[type="password"] {
  border: 1px solid #DDDDDD;
  color: #587A7C;
  padding: 6px 9px;
  width: 92%;
}
#loginform p #loginbtn {
  background: #9fbc47;
  margin-right: 10px;
}
#loginform p #loginbtn:hover {
  background: #718631;
}
#loginform p #register {
  background: #7da7aa;
}
#loginform p #register:hover {
  background: #568184;
}
#loginform p.remember {
  margin-bottom: 30px;
}
#loginform p.remember input {
  margin-right: 5px;
  position: relative;
  margin-bottom: -1px;
}
#loginform p.remember label {
  text-transform: capitalize;
  color: #587a7c;
  font-size: 13px;
}
/*
============== SECCION DE LOS ADS =================
*/
.ads_block {
  background: transparent;
  margin: 0 auto;
}
.ads {
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}
.ads_left {
  background: #eee;
  float: left;
  padding: 15px;
  text-align: center;
  margin-right: 15px;
}
.ads_right {
  background: #eee;
  float: right;
  padding: 10px;
  text-align: center;
  margin-left: 15px;
  margin-right: 20px;
}
.wide {
  height: 92px;
  width: 980px;
}
.square {
  width: 300px;
  margin-bottom: 15px;
}
.square_inline {
  background: #eee;
  width: 300px;
  float: left;
  margin: 0 10px 10px 0;
}
/*
============== SECCION CENTRAL 3 COLUMAS ================

*/
.threcolums {
  padding: 0 18px 10px;
}
.threcolums:before,
.threcolums:after {
  content: " ";
  display: table;
}
.threcolums:after {
  clear: both;
}
.threcolums > section {
  float: left;
}
.yellow_comments {
  font: 12px arial;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-color: #fcd742;
  background-position: -15px -650px;
  color: #735d06 !important;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding: 2px 8px 2px 24px;
}
.yellow_comments:hover {
  background-color: #fbca06;
}
.apps {
  font: bold 12px arial;
  background-color: #CDCDCD;
  color: white;
  padding: 4px 10px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.apps:hover {
  color: white;
}
.gray_comments {
  color: #636363 !important;
  padding: 1px 8px 5px 28px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  line-height: 21px;
  text-rendering: optimizeLegibility;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.16);
}
.gray_comments:before {
  background: url("../img/all_white_icons.png") top left no-repeat;
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background-color: #BFBFBF;
  position: absolute;
  left: 0;
  top: 0;
  background-position: -731px 1px;
  -webkit-background-size: 1184px;
  -moz-background-size: 1184px;
  background-size: 1184px;
}
.robot,
.win {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}
.android {
  background: url("../img/all_white_icons.png") top left no-repeat;
  background-color: #98CD00;
  text-indent: -9999px;
  overflow: hidden;
  width: 23px;
  height: 23px;
  margin-right: 5px;
  display: inline-block;
  background-position: -712px -2px;
  -webkit-background-size: 1250px;
  -moz-background-size: 1250px;
  background-size: 1250px;
}
.apple,
.ios {
  background: url("../img/all_white_icons.png") top left no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 5px;
  display: inline-block;
  background-position: -730px -2px;
  -webkit-background-size: 1250px;
  -moz-background-size: 1250px;
  background-size: 1250px;
  background-color: orange;
  text-indent: -9999px;
  overflow: hidden;
}
.windows {
  background: url("../img/sprites7_opt.png") top left no-repeat;
  width: 21px !important;
  height: 21px !important;
  background-position: -20px -571px !important;
  display: inline-block !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
  margin-right: 5px;
  background-color: #4fb7fd;
}
.listagrande {
  width: 402px;
  margin-right: 29px;
}
.newlist_normal {
  border-top: 1px solid #dddcdc;
  padding-top: 18px;
  margin-top: 18px;
  height: 95px;
  overflow: hidden;
}
.newlist_normal:nth-of-type(1) {
  margin-top: 0;
  border: 0;
  padding-top: 0;
}
.newlist_normal em {
  font-weight: 400;
  margin-right: 5px;
  color: #797979;
}
.newlist_normal a {
  color: #3E3E3E;
  /*			&.thumb_notice{
				// display: block;
				border: 1px solid green;
				float: left;
				display:block;
				width: 115px;
				margin:0 10px 0 0;
				height: 95px;
			}*/
}
.newlist_normal a h2 {
  max-height: 68px;
  overflow: hidden;
}
.newlist_normal a:link h2 {
  color: #222;
}
.newlist_normal a:hover h2 {
  text-decoration: none;
  color: #fd0009;
}
.newlist_normal a:hover img {
  zoom: 1 !important;
  filter: alpha(opacity=80) !important;
  -webkit-opacity: 0.8 !important;
  -moz-opacity: 0.8 !important;
  opacity: 0.8 !important;
}
.newlist_normal img {
  background: #f3f3f3;
}
.newlist_normal h2 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #3E3E3E;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  text-rendering: optimizeLegibility;
}
.newlist_normal p {
  color: #757575;
  line-height: 22px;
  max-height: 46px;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  font-size: 13px;
  margin-top: -2px;
  margin-bottom: 0;
}
.newlist_normal .thumb_new_image {
  width: 115px;
  height: 95px;
  position: relative;
}
.newlist_normal .topline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  display: none;
}
.newlist_normal .toplabel {
  top: 4px;
  right: 0;
  height: 14px;
  line-height: 14px;
  padding: 0 5px 4px 0;
  font-size: 14px;
  font-weight: 500;
  font-family: roboto condensed;
  display: none;
}
.newlist_normal span {
  color: #999;
  font-weight: 500;
}
.newlist_normal .cat_microsoft span {
  color: red;
}
.newlist_normal .cat_windows span {
  color: red;
}
.newlist_normal .cat_android span {
  color: #A4C639;
}
.newlist_normal .cat_google span {
  color: #A4C639;
}
.newlist_normal .cat_games span {
  color: #ffc90e;
}
.newlist_normal .cat_htc span {
  color: #4d9f1c;
}
.newlist_normal .cat_mobile span {
  color: #f98e00;
}
.newlist_normal .cat_altadefinizione span {
  color: #6C1E7F;
}
.newlist_normal .cat_hardware span {
  color: #8f6c2c;
}
.newlist_normal .cat_nokia span {
  color: #194da5;
}
.newlist_normal .cat_samsung span {
  color: #1D72AE;
}
.newlist_normal .cat_apple span {
  color: #009BDD;
}
.newlist_normal .cat_lg span {
  color: #D80546;
}
.newlist_normal .cat_huawei span {
  color: #ef4b35;
}
.newlist_normal_wide {
  border-top: 1px solid #dddcdc;
  padding-top: 20px;
  margin-bottom: 0;
  margin-top: 20px;
  width: 402px;
}
.newlist_normal_wide:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.newlist_normal_wide h2,
.newlist_normal_wide .title_new {
  font-size: 22px;
  font-weight: 200;
  line-height: 27px;
  margin-bottom: -6px;
  margin-top: 0;
  color: #222;
  font-family: 'Roboto Condensed', sans-serif;
  text-rendering: optimizeLegibility;
}
.newlist_normal_wide .title_new:hover {
  color: red;
}
.newlist_normal_wide a:hover img {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.newlist_normal_wide a:hover h2 {
  text-decoration: none;
  color: #ff0000;
}
.newlist_normal_wide p {
  font-size: 14px;
  color: #888888;
}
.newlist_normal_wide .thumb_new_image {
  margin-bottom: 13px;
  position: relative;
  height: 114px;
}
.newlist_normal_wide small.date,
.newlist_normal_wide small.yellow_comments {
  position: absolute;
  bottom: 5px;
  display: block;
}
.newlist_normal_wide small.yellow_comments {
  right: 5px;
}
.newlist_normal_wide small.date {
  min-width: 54px;
  height: 13px;
  left: 5px;
  background-color: #b0c23c;
  color: white;
  padding-top: 4px;
  padding-bottom: 6px;
  text-align: center;
  font-family: sans-serif;
  font-size: small;
  text-shadow: 1px 1px 0 #839127;
  padding-left: 5px;
  padding-right: 5px;
}
.newlist_icos {
  margin-bottom: 20px;
}
.newlist_icos .title_new {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  color: #222;
  line-height: 21px;
  font-weight: 300;
}
.newlist_icos .title_new:hover {
  color: red;
}
.newlist_icos h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  color: #3e3e3e;
  line-height: 21px;
  font-weight: 300;
  margin: 0;
}
.newlist_icos h2:hover {
  color: #ff0000;
  text-decoration: none;
}
.newlist_icos .title_new {
  font: 300 17px/21px "Roboto Condensed", sans-serif;
  color: #222;
}
.newlist_icos .title_new:hover {
  color: red;
}
.newlist_icos a:hover img {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.newlist_icos a:hover {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.newlist_icos > a {
  color: #3E3E3E;
  display: block;
}
.newlist_icos > a img {
  background: #f3f3f3;
}
.newlist_icos .ico_sos {
  padding: 0;
  position: relative;
}
.newlist_icos .ico_sos img {
  margin: 0 2px;
}
.listachica {
  width: 200px;
  padding: 0 10px;
  box-shadow: -31px -8px 8px -30px rgba(0, 0, 0, 0.29), 31px -8px 8px -30px rgba(0, 0, 0, 0.29);
}
.listachica h2:hover {
  color: #ff0000;
  text-decoration: none;
}
.video_item {
  width: 200px;
  height: 146px;
  margin-bottom: 25px;
  /*border: 1px solid red;*/
  display: block;
  position: relative;
}
.video_item img {
  background: #f3f3f3;
}
.video_item h2 {
  position: absolute;
  background: #e1e1e1;
  color: white;
  bottom: 0;
  padding: 10px 13px;
  width: 173px;
  font-size: 15px;
  margin: 0;
}
.video_item:after {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  top: 53px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-color: #e1e1e1;
  background-position: 8px -244px;
  clip: rect(0, 74px, 52px, 0);
}
.video_item:nth-child(1) h2,
.video_item:nth-child(1):after {
  background-color: #eb6e6e;
  background-color: rgba(235, 110, 110, 0.8);
}
.video_item:nth-child(2) h2,
.video_item:nth-child(2):after {
  background-color: #f3b167;
  background-color: rgba(243, 177, 103, 0.8);
}
.video_item:nth-child(3) h2,
.video_item:nth-child(3):after {
  background-color: #a9da74;
  background-color: rgba(169, 218, 116, 0.8);
}
.video_item:nth-child(4) h2,
.video_item:nth-child(4):after {
  background-color: #3bc8ce;
  background-color: rgba(59, 200, 206, 0.8);
}
.video_item:nth-child(5) h2,
.video_item:nth-child(5):after {
  background-color: #4696cc;
  background-color: rgba(70, 150, 204, 0.8);
}
.video_item:nth-child(6) h2,
.video_item:nth-child(6):after {
  background-color: #a351d1;
  background-color: rgba(163, 81, 209, 0.8);
}
.video_item:nth-child(7) h2,
.video_item:nth-child(7):after {
  background-color: #eb59ab;
  background-color: rgba(235, 89, 171, 0.8);
}
.video_item:nth-child(8) h2,
.video_item:nth-child(8):after {
  background-color: #e7d96b;
  background-color: rgba(231, 217, 107, 0.8);
}
.video_item:nth-child(9) h2,
.video_item:nth-child(9):after {
  background-color: #48d142;
  background-color: rgba(72, 209, 66, 0.8);
}
.video_item:hover {
  text-decoration: none !important;
}
.modelos {
  width: 300px;
  margin-left: 29px;
}
.modelo_item {
  border-top: 1px solid #DDDCDC;
  padding-top: 18px;
  margin-top: 18px;
}
.modelo_item:nth-of-type(1) {
  margin-top: 0;
  border: 0;
  padding-top: 0;
}
.modelo_item a {
  color: #636363;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  display: block;
}
.modelo_item a:hover {
  text-decoration: underline;
}
.modelo_item h2 {
  color: #636363;
  font-size: 16px;
  padding: 0 0 12px 75px;
  margin: 0;
}
.modelo_item .details {
  position: relative;
  z-index: 1;
  height: 120px;
}
.modelo_item .details > * {
  float: left;
}
.modelo_item .details img {
  background: #f3f3f3;
}
.modelo_item .details .features {
  color: #7da4a9;
  position: absolute;
  list-style: none;
  right: 2px;
  background: #fff;
  padding: 10px 8px 10px 10px;
  width: 131px;
  margin: 0;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 7px #ddd, 1px 1px 4px #dddddd;
  -moz-box-shadow: 0 0 7px #ddd, 1px 1px 4px #dddddd;
  box-shadow: 0 0 7px #ddd, 1px 1px 4px #dddddd;
}
.modelo_item .details .features li {
  font-size: 12px;
  padding: 0 0 0 22px;
  height: 20px;
  line-height: 20px;
  font-weight: 300;
  font-family: "Roboto Condensed";
}
.modelo_item .details .features li strong {
  font-weight: bold;
}
.modelo_item .details .features:before,
.modelo_item .details .features:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 3px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 8px #777;
  -moz-box-shadow: 0 15px 8px #777;
  box-shadow: 0 15px 8px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.modelo_item .details .features:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 3px;
  left: auto;
}
.modelo_item .details .features .flechita {
  width: 15px;
  height: 10px;
  background: #FFF;
  padding: 0;
  position: absolute;
  top: 13px;
  left: -6px;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -webkit-box-shadow: -3px -1px 4px #EBEBEB;
  -moz-box-shadow: -3px -1px 4px #EBEBEB;
  box-shadow: -3px -1px 4px #EBEBEB;
}
.modelo_item .details .features .cpu,
.modelo_item .details .features .display,
.modelo_item .details .features .camera {
  background: url("../img/sprites7_opt.png") top left no-repeat;
}
.modelo_item .details .features .cpu {
  background-position: -19px -500px;
}
.modelo_item .details .features .display {
  background-position: -19px -463px;
}
.modelo_item .details .features .camera {
  background-position: -19px -429px;
}
.modelo_item .details .features .so_android {
  position: relative;
}
.modelo_item .details .features .so_android:before {
  content: '';
  background: url("../img/iconos_azules_opt.png") top left no-repeat;
  display: inline-block;
  width: 12px;
  height: 13px;
  background-position: -10px -196px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 19px;
  height: 17px;
  background-position: -8px -194px;
}
.modelo_item .details .features .so_apple {
  position: relative;
}
.modelo_item .details .features .so_apple:before {
  content: '';
  background: url("../img/iconos_azules_opt.png") top left no-repeat;
  display: inline-block;
  width: 13px;
  height: 14px;
  background-position: -10px -10px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 19px;
  height: 17px;
  background-position: -8px -9px;
}
.modelo_item .details .features .so_windows {
  position: relative;
}
.modelo_item .details .features .so_windows:before {
  content: '';
  background: url("../img/iconos_azules_opt.png") top left no-repeat;
  display: inline-block;
  width: 13px;
  height: 14px;
  background-position: -10px -34px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 19px;
  height: 17px;
  background-position: -8px -32px;
}
.modelo_item .details .features .so_symbian {
  position: relative;
}
.modelo_item .details .features .so_symbian:before {
  content: '';
  background: url("../img/iconos_azules_opt.png") top left no-repeat;
  display: inline-block;
  width: 12px;
  height: 13px;
  background-position: -10px -173px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 19px;
  height: 17px;
  background-position: -8px -172px;
}
.modelo_item .details .features .so_palm {
  position: relative;
}
.modelo_item .details .features .so_palm:before {
  content: '';
  background: url("../img/iconos_azules_opt.png") top left no-repeat;
  display: inline-block;
  width: 12px;
  height: 13px;
  background-position: -10px -150px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 19px;
  height: 17px;
  background-position: -8px -149px;
}
.modelo_item .details .features .so_bada {
  position: relative;
}
.modelo_item .details .features .so_bada:before {
  content: '';
  background: url("../img/iconos_azules_opt.png") top left no-repeat;
  display: inline-block;
  width: 12px;
  height: 13px;
  background-position: -10px -127px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 19px;
  height: 17px;
  background-position: -7px -125px;
}
.modelo_item .details .features .so_ubuntu {
  position: relative;
}
.modelo_item .details .features .so_ubuntu:before {
  content: '';
  background: url("../img/iconos_azules_opt.png") top left no-repeat;
  display: inline-block;
  width: 12px;
  height: 13px;
  background-position: -10px -104px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 19px;
  height: 17px;
  background-position: -7px -103px;
}
.modelo_item .details .features .so_linux {
  position: relative;
}
.modelo_item .details .features .so_linux:before {
  content: '';
  background: url("../img/iconos_azules_opt.png") top left no-repeat;
  display: inline-block;
  width: 12px;
  height: 13px;
  background-position: -10px -81px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 19px;
  height: 17px;
  background-position: -7px -80px;
}
.modelo_item .details .features .so_blackberry {
  position: relative;
}
.modelo_item .details .features .so_blackberry:before {
  content: '';
  background: url("../img/iconos_azules_opt.png") top left no-repeat;
  display: inline-block;
  width: 17px;
  height: 13px;
  background-position: -10px -58px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 19px;
  height: 17px;
  background-position: -9px -57px;
}
.point {
  color: #FFF;
  background: #71B2E7;
  padding: 8px 5px;
  text-align: center;
  margin-right: 10px;
  width: 47px;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
.point strong {
  font-size: 28px;
  display: block;
  font-weight: 300;
  line-height: 23px;
  font-family: 'Roboto';
}
.point.score_0 {
  background: #DB2727;
}
.point.score_1 {
  background: #ef4c51;
}
.point.score_2 {
  background: #fe4b51;
}
.point.score_3 {
  background: #ff7d51;
}
.point.score_4 {
  background: #ffab50;
}
.point.score_5 {
  background: #ffd050;
}
.point.score_6 {
  background: #79eee6;
}
.point.score_7 {
  background: #72cfe1;
}
.point.score_8 {
  background: #6de2ad;
}
.point.score_9 {
  background: #74cf5a;
}
.point.score_10 {
  background: #74cf5a;
}
.point.score_disabled {
  background: #cbcbcb;
}
/*
============== SECCION CELULARES CON COLORES ================
*/
.videos_phones_container {
  padding: 0 18px 30px;
  text-align: center;
  clear: both;
  min-height: 278px;
}
.video_phone {
  float: left;
  width: 244px;
  height: 138px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin: 1px 1px 0 0;
  /*
			img{
				width: 244px;
				height: 138px;
			}*/
}
.video_phone p {
  position: absolute;
  color: #FFF;
  text-shadow: 1px 1px 2px #000;
  bottom: 0;
  z-index: 2;
  width: auto;
  font-size: 18px;
  padding: 7px 12px;
  font-family: "Roboto Condensed";
  margin: 0;
  overflow: hidden;
}
.video_phone:before,
.video_phone:after {
  display: block;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
}
.video_phone:after {
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=64);
  -webkit-opacity: 0.64;
  -moz-opacity: 0.64;
  opacity: 0.64;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.video_phone:before {
  /*        width: 62px;
        height: 62px;*/
  height: 44px;
  width: 44px;
  margin: 20px auto 0;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-position: 3px -168px;
  background-size: 174px;
  background-color: #3c3c3c;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 5;
  left: 0;
  right: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.video_phone:hover:after {
  top: 135px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video_phone:hover:before {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.video_phone:nth-of-type(1):after {
  background: #ff3019;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOGUwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-45deg, #ff3019 0%, #8e0000 100%);
  background-image: -moz-linear-gradient(-45deg, #ff3019 0%, #8e0000 100%);
  background-image: -o-linear-gradient(-45deg, #ff3019 0%, #8e0000 100%);
  background-image: linear-gradient(135deg, #ff3019 0%, #8e0000 100%);
}
.video_phone:nth-of-type(2):after {
  background: #ffc338;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzMzOCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOGU0YzAwIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-45deg, #ffc338 0%, #8e4c00 100%);
  background-image: -moz-linear-gradient(-45deg, #ffc338 0%, #8e4c00 100%);
  background-image: -o-linear-gradient(-45deg, #ffc338 0%, #8e4c00 100%);
  background-image: linear-gradient(135deg, #ffc338 0%, #8e4c00 100%);
}
.video_phone:nth-of-type(3):after {
  background: #c0ff39;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwZmYzOSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzk4ZTAwIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-45deg, #c0ff39 0%, #798e00 100%);
  background-image: -moz-linear-gradient(-45deg, #c0ff39 0%, #798e00 100%);
  background-image: -o-linear-gradient(-45deg, #c0ff39 0%, #798e00 100%);
  background-image: linear-gradient(135deg, #c0ff39 0%, #798e00 100%);
}
.video_phone:nth-of-type(4):after {
  background: #39fff5;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5ZmZmNSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA4ZTZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-45deg, #39fff5 0%, #008e6f 100%);
  background-image: -moz-linear-gradient(-45deg, #39fff5 0%, #008e6f 100%);
  background-image: -o-linear-gradient(-45deg, #39fff5 0%, #008e6f 100%);
  background-image: linear-gradient(135deg, #39fff5 0%, #008e6f 100%);
}
.video_phone:nth-of-type(5):after {
  background: #39ceff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5Y2VmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA4MjhlIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-45deg, #39ceff 0%, #00828e 100%);
  background-image: -moz-linear-gradient(-45deg, #39ceff 0%, #00828e 100%);
  background-image: -o-linear-gradient(-45deg, #39ceff 0%, #00828e 100%);
  background-image: linear-gradient(135deg, #39ceff 0%, #00828e 100%);
}
.video_phone:nth-of-type(6):after {
  background: #de39ff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlMzlmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNWYwMDhlIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-45deg, #de39ff 0%, #5f008e 100%);
  background-image: -moz-linear-gradient(-45deg, #de39ff 0%, #5f008e 100%);
  background-image: -o-linear-gradient(-45deg, #de39ff 0%, #5f008e 100%);
  background-image: linear-gradient(135deg, #de39ff 0%, #5f008e 100%);
}
.video_phone:nth-of-type(7):after {
  background: #ff39cd;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzljZCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOGUwMDgyIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-45deg, #ff39cd 0%, #8e0082 100%);
  background-image: -moz-linear-gradient(-45deg, #ff39cd 0%, #8e0082 100%);
  background-image: -o-linear-gradient(-45deg, #ff39cd 0%, #8e0082 100%);
  background-image: linear-gradient(135deg, #ff39cd 0%, #8e0082 100%);
}
.video_phone:nth-of-type(8):after {
  background: #3974ff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5NzRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA0MjhlIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-45deg, #3974ff 0%, #00428e 100%);
  background-image: -moz-linear-gradient(-45deg, #3974ff 0%, #00428e 100%);
  background-image: -o-linear-gradient(-45deg, #3974ff 0%, #00428e 100%);
  background-image: linear-gradient(135deg, #3974ff 0%, #00428e 100%);
}
/*
*============= SECCION DE COMPARAR
*/
#compara,
.compare-tool {
  background: #ededed;
  padding: 15px;
  padding: 20px 18px;
}
#compara #comparabtn,
.compare-tool #comparabtn {
  float: left;
}
#compara #comparabtn a,
.compare-tool #comparabtn a {
  font-weight: 500;
}
#compara .plus,
.compare-tool .plus {
  margin-top: 99px;
  float: left;
}
#compara .pholder,
.compare-tool .pholder {
  width: 195px;
  height: 230px;
  margin: 0 15px;
  position: relative;
  float: left;
  background: url(../img/grayphone.png) no-repeat center center;
}
#compara .pholder .phone_added,
.compare-tool .pholder .phone_added {
  position: absolute;
  top: 2px;
  left: 0;
  background: #EBEBEB;
  width: 118px;
  margin: 0 auto;
  right: 0;
  text-align: center;
  padding: 16px 10px;
}
#compara .pholder .phone_added .remove_phone_added,
.compare-tool .pholder .phone_added .remove_phone_added {
  position: absolute;
  right: 2px;
  top: 9px;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-position: -213px -173px;
  background-color: #fe1717;
  display: block;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 19px;
  height: 19px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  font-family: sans-serif;
  text-indent: -200px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.65);
}
#compara .pholder .phone_added:after,
.compare-tool .pholder .phone_added:after {
  display: none;
}
#compara .pholder .phone_added h4,
.compare-tool .pholder .phone_added h4 {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 12px;
  color: #000;
  font-weight: normal;
}
#compara .pholder > div,
.compare-tool .pholder > div {
  position: relative;
  top: 99px;
}
#compara .pholder > div:after,
.compare-tool .pholder > div:after,
#compara .pholder > div .search-btn,
.compare-tool .pholder > div .search-btn {
  display: block;
  content: '';
  width: 32px;
  height: 31px;
  position: absolute;
  top: 1px;
  right: 6px;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-color: #2DB1D9;
  background-position: -157px -386px;
}
#compara .pholder input,
.compare-tool .pholder input {
  border: 1px solid #ccc;
  padding: 6px 36px 6px 10px;
  width: 140px;
  display: block;
}
#compara #comparabtn,
.compare-tool #comparabtn {
  background: url(../img/gears.png) no-repeat center center;
  width: 126px;
  height: 132px;
  margin-left: 50px;
  margin-top: 49px;
}
#compara #comparabtn a,
.compare-tool #comparabtn a {
  display: block;
  background: #EDEDED;
  color: #476785;
  padding: 12px 15px;
  margin: 43px auto;
  text-align: center;
  font-size: 20px;
  width: 158px;
  margin-left: -32px;
  box-shadow: 0 -17px 8px -20px #222, 0 17px 8px -20px #222;
  font-weight: 300;
}
.compare-tool {
  text-align: center;
  color: #476785;
  padding: 0px;
  margin-bottom: 10px;
  background: white;
}
.compare-tool .title {
  display: block;
  box-shadow: 0 17px 8px -20px #222;
  padding: 12px 15px 10px;
  font-size: 16px;
}
.compare-tool .pholder {
  float: none;
  margin: auto;
  width: auto;
  background: url(../img/phone_mockup.png) no-repeat center center;
  background-size: 100px;
  height: 200px;
  margin-top: 15px;
}
.compare-tool .pholder .plus {
  background: url(../img/plus_gray.png);
  background-repeat: no-repeat;
  margin-top: 82px;
  margin-left: 20px;
}
.compare-tool .pholder > div {
  text-align: center;
  top: 80px;
}
.compare-tool .pholder > div:after {
  display: none;
  right: 1px;
}
.compare-tool .pholder > div .search-btn {
  right: 0px;
}
.compare-tool .pholder input {
  display: inline-block;
  padding: 6px;
  width: 166px;
}
.compare-tool #sb1 {
  width: 180px;
  margin-left: 60px;
}
.compare-tool #autocomplete2 {
  text-align: left;
}
/*
*============= SECCION DEL VERSUS
*/
#versus {
  font-size: 0;
  padding: 10px 36px;
  width: 987px;
  left: -21px;
  position: relative;
  text-align: center;
  background: white;
  z-index: 2;
  height: 215px;
}
#versus:after,
#versus:before {
  position: absolute;
  border-width: 9px 11px;
  bottom: -18px;
}
#versus:before {
  border-style: solid solid inset inset;
  border-color: #93bce2 #93bce2 transparent transparent;
  left: -1px;
}
#versus:after {
  border-style: solid inset inset solid;
  border-color: #93bce2 transparent transparent #93bce2;
  right: 0;
}
.bar_gray {
  background: #EDEDED;
  min-height: 40px;
  position: relative;
}
.versus_phones {
  float: left;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  border: 1px solid #ededed;
  padding: 10px 6px;
  width: 310px;
  height: 72px;
  margin: 6px 7px 6px 0;
  background: url(../img/versus.jpg) no-repeat center center;
}
.versus_phones > div {
  overflow: hidden;
  float: left;
}
.versus_phones > div * {
  /*				display: inline-block;
				vertical-align: middle;*/
  float: left;
}
.versus_phones > div p {
  width: 90px;
  color: #636363;
  font-size: 14px;
  padding-top: 23px;
  line-height: 16px;
  font-family: 'Roboto Condensed', sans-serif;
}
.versus_phones .sideleft {
  margin-right: 18px;
  width: auto;
}
.versus_phones .sideleft img {
  margin-left: 10px;
  /*				max-width: 41px;
				width: 36px;
				height: 72px;*/
  background: #f3f3f3;
  background-size: 25px;
}
.versus_phones .sideleft p {
  text-align: right;
}
.versus_phones .sideright {
  margin-left: 18px;
  width: auto;
}
.versus_phones .sideright img {
  margin-right: 10px;
  /*				max-width: 41px;
				width: 36px;
				height: 72px;*/
  background: #f3f3f3;
  background-size: 25px;
}
.versus_phones .sideright p {
  text-align: left;
}
.versus_phones:nth-child(3n) {
  margin-right: 0;
}
.versus_phones:hover {
  -webkit-box-shadow: 0 0 8px #ddd;
  -moz-box-shadow: 0 0 8px #ddd;
  box-shadow: 0 0 8px #ddd;
}
.versus_phones p {
  margin: 0;
}
/*
============== SECCION DEL FOOTER ========================
*/
footer {
  width: auto;
  height: 235px;
  clear: both;
  background-color: #292929;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOTI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBhMGEwYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #292929 0%, #0a0a0a 100%);
  background-image: -moz-linear-gradient(top, #292929 0%, #0a0a0a 100%);
  background-image: -o-linear-gradient(top, #292929 0%, #0a0a0a 100%);
  background-image: linear-gradient(to bottom, #292929 0%, #0a0a0a 100%);
}
footer .container {
  height: 100%;
  background: none;
  position: relative;
}
footer .container > * {
  position: absolute;
}
footer .container p {
  top: 136px;
  left: 25px;
  color: #868686;
  font-weight: 500;
  font-size: 13px;
  margin: 0;
}
footer .container a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .container a:visited {
  color: #01a1dd;
  text-decoration: none;
}
footer #logo {
  top: 90px;
  left: 25px;
}
footer #logo img {
  width: 255px;
  height: 41px;
}
footer .footer_nav {
  top: 153px;
  left: 25px;
}
footer .footer_nav a {
  color: #a9a9a9;
  font-size: 13px;
  margin-right: 13px;
}
footer .social {
  right: 12px;
  top: 97px;
  width: 370px;
}
footer .social .roll_fb:hover {
  background-color: #4261a3;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0MjYxYTMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2NTM5MCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #4261a3 0%, #365390 100%);
  background-image: -moz-linear-gradient(top, #4261a3 0%, #365390 100%);
  background-image: -o-linear-gradient(top, #4261a3 0%, #365390 100%);
  background-image: linear-gradient(to bottom, #4261a3 0%, #365390 100%);
  border: 2px solid #4261a3;
}
footer .social .roll_tw:hover {
  background-color: #0ed0fb;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwZWQwZmIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1YThlNyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #0ed0fb 0%, #05a8e7 100%);
  background-image: -moz-linear-gradient(top, #0ed0fb 0%, #05a8e7 100%);
  background-image: -o-linear-gradient(top, #0ed0fb 0%, #05a8e7 100%);
  background-image: linear-gradient(to bottom, #0ed0fb 0%, #05a8e7 100%);
  border: 2px solid #0ed0fb;
}
footer .social .roll_yt:hover {
  background-color: #cd322c;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjZDMyMmMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkzMjQyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #cd322c 0%, #932420 100%);
  background-image: -moz-linear-gradient(top, #cd322c 0%, #932420 100%);
  background-image: -o-linear-gradient(top, #cd322c 0%, #932420 100%);
  background-image: linear-gradient(to bottom, #cd322c 0%, #932420 100%);
  border: 2px solid #af2b26;
}
footer .social .roll_g:hover {
  background-color: #e34c41;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMzRjNDEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QzM2IyZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #e34c41 0%, #d33b2e 100%);
  background-image: -moz-linear-gradient(top, #e34c41 0%, #d33b2e 100%);
  background-image: -o-linear-gradient(top, #e34c41 0%, #d33b2e 100%);
  background-image: linear-gradient(to bottom, #e34c41 0%, #d33b2e 100%);
  border: 2px solid #e34c41;
}
footer .social .roll_rss:hover {
  background-color: #fd944d;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZDk0NGQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNmMwOCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fd944d 0%, #ff6c08 100%);
  background-image: -moz-linear-gradient(top, #fd944d 0%, #ff6c08 100%);
  background-image: -o-linear-gradient(top, #fd944d 0%, #ff6c08 100%);
  background-image: linear-gradient(to bottom, #fd944d 0%, #ff6c08 100%);
  border: 2px solid #fd944d;
}
footer .social a {
  float: left;
  background: #282828;
  border: 2px solid #424242;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 4px 2px #000;
  -moz-box-shadow: 2px 4px 2px #000;
  box-shadow: 2px 4px 2px #000;
  margin-right: 10px;
  width: 60px;
  height: 60px;
}
footer .social a i {
  display: block;
  margin: 0 auto;
}
footer .social a i.fb {
  margin-top: 13px;
}
footer .social a i.tw {
  margin-top: 19px;
}
footer .social a i.yt {
  margin-top: 13px;
}
footer .social a i.g {
  margin-top: 20px;
}
footer .social a i.rss {
  margin-top: 18px;
}
/*
* SECCION NOTIZIAd
*/
#hero {
  text-align: center;
  position: relative;
  margin-bottom: 9px;
  height: auto;
  min-height: 170px;
  margin-top: 14px;
}
#hero h2 {
  margin: 10px 85px;
  /*10px 55px*/
  font: 400 50px/56px "Roboto Condensed", sans-serif;
}
#hero p {
  color: #9E9E9E;
  font-size: 16px;
  height: 23px;
}
#hero .larrow,
#hero .rarrow {
  position: absolute;
  width: 51px;
  height: 102px;
  top: 16px;
  background: #b7df2d;
  z-index: 12;
}
#hero .larrow {
  left: -6px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5NGQ4ZWMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcxQjJFNyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left, #94d8ec 0%, #71B2E7 100%);
  background-image: -moz-radial-gradient(at left, #94d8ec 0%, #71B2E7 100%);
  background-image: -o-radial-gradient(at left, #94d8ec 0%, #71B2E7 100%);
  background-image: radial-gradient(at left, #94d8ec 0%, #71B2E7 100%);
}
#hero .larrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -moz-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -o-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: radial-gradient(at left center, #ff0000 0%, #af0000 100%);
}
#hero .larrow:after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: '';
  display: block;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  /*background: url("../img/sprites6.png") top left no-repeat;*/
  background-position: -97px -440px;
  bottom: 35px;
  left: 13px;
}
#hero .rarrow {
  right: -6px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5NGQ4ZWMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcxQjJFNyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at right, #94d8ec 0%, #71B2E7 100%);
  background-image: -moz-radial-gradient(at right, #94d8ec 0%, #71B2E7 100%);
  background-image: -o-radial-gradient(at right, #94d8ec 0%, #71B2E7 100%);
  background-image: radial-gradient(at right, #94d8ec 0%, #71B2E7 100%);
}
#hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -moz-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -o-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: radial-gradient(at left center, #ff0000 0%, #af0000 100%);
}
#hero .rarrow:after {
  position: absolute;
  width: 23px;
  height: 30px;
  content: '';
  display: block;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  /*background: url("../img/sprites6.png") top left no-repeat;*/
  background-position: -98px -399px;
  bottom: 35px;
  left: 18px;
}
.textblock {
  text-align: justify;
  margin-top: 0;
  color: #4f5357;
}
.textblock a {
  color: #11618e;
  font-weight: bold;
}
.textblock a:visited {
  color: #105e8a;
  font-weight: bold;
}
.textblock a:hover {
  color: #ff0000 !important;
}
.textblock ul {
  line-height: 24px;
  padding-left: 38px;
  margin: 0 40px 20px 0;
}
.textblock li {
  margin-bottom: 10px;
}
.textblock h2 {
  font-family: "Roboto Condensed";
  color: #000;
}
/*FRECCIE ANDROID*/
.page_android #hero .larrow,
.page_android #hero .rarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjNGYwM2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E5ZDgxOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #c4f03b 0%, #a9d819 100%);
  background-image: -moz-radial-gradient(at left center, #c4f03b 0%, #a9d819 100%);
  background-image: -o-radial-gradient(at left center, #c4f03b 0%, #a9d819 100%);
  background-image: radial-gradient(at left center, #c4f03b 0%, #a9d819 100%);
}
.page_android #hero .larrow:hover,
.page_android #hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -moz-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -o-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: radial-gradient(at left center, #ff0000 0%, #af0000 100%);
}
.page_android .textblock a {
  color: #8bb211;
  font-weight: bold;
}
.page_android .textblock a:visited {
  color: #76970f;
}
.page_android blockquote {
  border-left: 10px solid #a9d819;
}
.page_android .tiles_holder .tile {
  background-color: #BEED2B;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNCRUVEMkIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlBQkQyQiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #BEED2B 0%, #9ABD2B 100%);
  background-image: -moz-linear-gradient(top, #BEED2B 0%, #9ABD2B 100%);
  background-image: -o-linear-gradient(top, #BEED2B 0%, #9ABD2B 100%);
  background-image: linear-gradient(to bottom, #BEED2B 0%, #9ABD2B 100%);
}
.page_android .tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #ABD32B;
}
.page_android .tiles_holder.right .tile:after {
  border-color: transparent #ABD32B transparent transparent;
}
.page_android .tiles_holder.bottom .tile:before {
  border-top-color: #A4C639;
}
.page_android .tiles_holder .label_links a:not(.active):hover {
  background-color: #A4C639;
  background-color: rgba(164, 198, 57, 0.8);
}
.page_android .tiles_holder > a:hover .tile {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.page_android #home {
  background-color: #A4C639;
}
.page_android .tops_link {
  background-color: #b0d53b;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiMGQ1M2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkwYjAyYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #b0d53b 0%, #90b02b 100%);
  background-image: -moz-linear-gradient(top, #b0d53b 0%, #90b02b 100%);
  background-image: -o-linear-gradient(top, #b0d53b 0%, #90b02b 100%);
  background-image: linear-gradient(to bottom, #b0d53b 0%, #90b02b 100%);
}
h2.schedatitle span {
  background: #FEE15F;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  font: 17px/20px Arial;
  padding: 4px 9px;
  position: relative;
  top: -17px;
}
/*FRECCIE APPLE*/
.page_apple #hero .larrow,
.page_apple #hero .rarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwYmEyZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxNzliNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #0ba2ee 0%, #0179b5 100%);
  background-image: -moz-radial-gradient(at left center, #0ba2ee 0%, #0179b5 100%);
  background-image: -o-radial-gradient(at left center, #0ba2ee 0%, #0179b5 100%);
  background-image: radial-gradient(at left center, #0ba2ee 0%, #0179b5 100%);
}
.page_apple #hero .larrow:hover,
.page_apple #hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -moz-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -o-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: radial-gradient(at left center, #ff0000 0%, #af0000 100%);
}
.page_apple .textblock a {
  color: #11618e;
  font-weight: bold;
}
.page_apple .textblock a:visited {
  color: #105e8a;
}
.page_apple .big_notice h2:hover {
  color: #fff;
  background: #11618E;
}
.page_apple .tiles_holder .tile {
  background-color: #1eb0ee;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxZWIwZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAyOGZjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #1eb0ee 0%, #028fcb 100%);
  background-image: -moz-linear-gradient(top, #1eb0ee 0%, #028fcb 100%);
  background-image: -o-linear-gradient(top, #1eb0ee 0%, #028fcb 100%);
  background-image: linear-gradient(to bottom, #1eb0ee 0%, #028fcb 100%);
}
.page_apple .tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #0f9fdc;
}
.page_apple .tiles_holder.right .tile:after {
  border-color: transparent #0f9fdc transparent transparent;
}
.page_apple .tiles_holder.bottom .tile:before {
  border-top-color: #009BDD;
}
.page_apple .tiles_holder .label_links a:not(.active):hover {
  background-color: #009BDD;
  background-color: rgba(0, 155, 221, 0.8);
}
.page_apple #home {
  background-color: #009BDD;
}
.page_apple .tops_link {
  background-color: #1eb0ee;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxZWIwZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAyOGZjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #1eb0ee 0%, #028fcb 100%);
  background-image: -moz-linear-gradient(top, #1eb0ee 0%, #028fcb 100%);
  background-image: -o-linear-gradient(top, #1eb0ee 0%, #028fcb 100%);
  background-image: linear-gradient(to bottom, #1eb0ee 0%, #028fcb 100%);
}
/*LINK WINDOWS*/
.page_windows,
.page_microsoft {
  /*  .textblock a {
      color: #11618e;
      font-weight: bold;
       &:visited{
        color: #105e8a;
        font-weight: bold;
      }
  }*/
}
.page_windows #hero .larrow,
.page_microsoft #hero .larrow,
.page_windows #hero .rarrow,
.page_microsoft #hero .rarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZDFjMGEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk4MTQwOCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #dd1c0a 0%, #981408 100%);
  background-image: -moz-radial-gradient(at left center, #dd1c0a 0%, #981408 100%);
  background-image: -o-radial-gradient(at left center, #dd1c0a 0%, #981408 100%);
  background-image: radial-gradient(at left center, #dd1c0a 0%, #981408 100%);
}
.page_windows #hero .larrow:hover,
.page_microsoft #hero .larrow:hover,
.page_windows #hero .rarrow:hover,
.page_microsoft #hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -moz-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -o-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: radial-gradient(at left center, #ff0000 0%, #af0000 100%);
}
.page_windows .textblock a,
.page_microsoft .textblock a {
  color: #5dc3f6;
  font-weight: bold;
}
.page_windows .textblock a:visited,
.page_microsoft .textblock a:visited {
  color: #46a6d6;
}
.page_windows blockquote,
.page_microsoft blockquote {
  border-left: 10px solid #d42020;
}
.page_windows .big_notice h2:hover,
.page_microsoft .big_notice h2:hover {
  color: #fff;
  background: #2DB1D9;
}
.page_windows .tiles_holder .tile,
.page_microsoft .tiles_holder .tile {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5MWQzZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRGQjhGRiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #91d3ff 0%, #4FB8FF 100%);
  background-image: -moz-linear-gradient(top, #91d3ff 0%, #4FB8FF 100%);
  background-image: -o-linear-gradient(top, #91d3ff 0%, #4FB8FF 100%);
  background-image: linear-gradient(to bottom, #91d3ff 0%, #4FB8FF 100%);
}
.page_windows .tiles_holder.left .tile:after,
.page_microsoft .tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #73c6ff;
}
.page_windows .tiles_holder.right .tile:after,
.page_microsoft .tiles_holder.right .tile:after {
  border-color: transparent #73c6ff transparent transparent;
}
.page_windows .tiles_holder.bottom .tile:before,
.page_microsoft .tiles_holder.bottom .tile:before {
  border-top-color: #4FB8FF;
}
.page_windows .tiles_holder .label_links a:not(.active):hover,
.page_microsoft .tiles_holder .label_links a:not(.active):hover {
  background-color: #4FB8FF;
  background-color: rgba(79, 184, 255, 0.8);
}
.page_windows #home,
.page_microsoft #home {
  background-color: #4FB8FF;
}
.page_windows .tops_link,
.page_microsoft .tops_link {
  background-color: #4FB8FF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5MWQzZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRGQjhGRiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #91d3ff 0%, #4FB8FF 100%);
  background-image: -moz-linear-gradient(top, #91d3ff 0%, #4FB8FF 100%);
  background-image: -o-linear-gradient(top, #91d3ff 0%, #4FB8FF 100%);
  background-image: linear-gradient(to bottom, #91d3ff 0%, #4FB8FF 100%);
}
/*FRECCIE GAMES*/
.page_games #hero .larrow,
.page_games #hero .rarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmM5MGUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlYjkwMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #ffc90e 0%, #eeb903 100%);
  background-image: -moz-radial-gradient(at left center, #ffc90e 0%, #eeb903 100%);
  background-image: -o-radial-gradient(at left center, #ffc90e 0%, #eeb903 100%);
  background-image: radial-gradient(at left center, #ffc90e 0%, #eeb903 100%);
}
.page_games #hero .larrow:hover,
.page_games #hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -moz-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -o-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: radial-gradient(at left center, #ff0000 0%, #af0000 100%);
}
.page_games .textblock a {
  color: #e4b100;
}
.page_games .textblock a:visited {
  color: #cd9f02;
}
.page_games blockquote {
  border-left: 10px solid #ffc90e;
}
.page_games .big_notice h2:hover {
  color: #fff;
  background: #EEB903;
}
.page_games .tiles_holder .tile {
  background-color: #F6C61E;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNGNkM2MUUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0REQUMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #F6C61E 0%, #DDAC00 100%);
  background-image: -moz-linear-gradient(top, #F6C61E 0%, #DDAC00 100%);
  background-image: -o-linear-gradient(top, #F6C61E 0%, #DDAC00 100%);
  background-image: linear-gradient(to bottom, #F6C61E 0%, #DDAC00 100%);
}
.page_games .tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #e9b80e;
}
.page_games .tiles_holder.right .tile:after {
  border-color: transparent #e9b80e transparent transparent;
}
.page_games .tiles_holder.bottom .tile:before {
  border-top-color: #ffc90e;
}
.page_games .tiles_holder .label_links a:not(.active):hover {
  background-color: #ffc90e;
  background-color: rgba(255, 201, 14, 0.95);
}
.page_games #home {
  background-color: #ffc90e;
}
.page_games .tops_link {
  background-color: #ffc90e;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmNlMjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmYmEwMSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffce24 0%, #efba01 100%);
  background-image: -moz-linear-gradient(top, #ffce24 0%, #efba01 100%);
  background-image: -o-linear-gradient(top, #ffce24 0%, #efba01 100%);
  background-image: linear-gradient(to bottom, #ffce24 0%, #efba01 100%);
}
/*FRECCIE HARDWARE*/
.page_hardware #hero .larrow,
.page_hardware #hero .rarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiMDgxMmIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdiNWQyNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #b0812b 0%, #7b5d25 100%);
  background-image: -moz-radial-gradient(at left center, #b0812b 0%, #7b5d25 100%);
  background-image: -o-radial-gradient(at left center, #b0812b 0%, #7b5d25 100%);
  background-image: radial-gradient(at left center, #b0812b 0%, #7b5d25 100%);
}
.page_hardware #hero .larrow:hover,
.page_hardware #hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -moz-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -o-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: radial-gradient(at left center, #ff0000 0%, #af0000 100%);
}
.page_hardware .textblock a {
  color: #8f6c2c;
}
.page_hardware .textblock a:visited {
  color: #855f1a;
}
.page_hardware blockquote {
  border-left: 10px solid #8f6c2c;
}
.page_hardware .big_notice h2:hover {
  color: #fff;
  background: #7B5D25;
}
.page_hardware .tiles_holder .tile {
  background-color: #b89047;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiODkwNDciIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhmNmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #b89047 0%, #8f6c2c 100%);
  background-image: -moz-linear-gradient(top, #b89047 0%, #8f6c2c 100%);
  background-image: -o-linear-gradient(top, #b89047 0%, #8f6c2c 100%);
  background-image: linear-gradient(to bottom, #b89047 0%, #8f6c2c 100%);
}
.page_hardware .tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #a27d39;
}
.page_hardware .tiles_holder.right .tile:after {
  border-color: transparent #a27d39 transparent transparent;
}
.page_hardware .tiles_holder.bottom .tile:before {
  border-top-color: #8f6c2c;
}
.page_hardware .tiles_holder .label_links a:not(.active):hover {
  background-color: #8f6c2c;
  background-color: rgba(143, 108, 44, 0.95);
}
.page_hardware #home {
  background-color: #8f6c2c;
}
.page_hardware .tops_link {
  background-color: #8f6c2c;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5ODczMzAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg1NjQyOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #987330 0%, #856429 100%);
  background-image: -moz-linear-gradient(top, #987330 0%, #856429 100%);
  background-image: -o-linear-gradient(top, #987330 0%, #856429 100%);
  background-image: linear-gradient(to bottom, #987330 0%, #856429 100%);
}
/*FRECCIE HD*/
.page_altadefinizione #hero .larrow,
.page_altadefinizione #hero .rarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5NDI5YWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjMTc4MSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #9429ae 0%, #6c1781 100%);
  background-image: -moz-radial-gradient(at left center, #9429ae 0%, #6c1781 100%);
  background-image: -o-radial-gradient(at left center, #9429ae 0%, #6c1781 100%);
  background-image: radial-gradient(at left center, #9429ae 0%, #6c1781 100%);
}
.page_altadefinizione #hero .larrow:hover,
.page_altadefinizione #hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -moz-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -o-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: radial-gradient(at left center, #ff0000 0%, #af0000 100%);
}
.page_altadefinizione .textblock a {
  color: #9924b5;
}
.page_altadefinizione .textblock a:visited {
  color: #6d0c85;
}
.page_altadefinizione blockquote {
  border-left: 10px solid #732087;
}
.page_altadefinizione .big_notice h2:hover {
  color: #fff;
  background: #6C1781;
}
.page_altadefinizione .tiles_holder .tile {
  background-color: #9a2bb5;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5YTJiYjUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZDMUU3RiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #9a2bb5 0%, #6C1E7F 100%);
  background-image: -moz-linear-gradient(top, #9a2bb5 0%, #6C1E7F 100%);
  background-image: -o-linear-gradient(top, #9a2bb5 0%, #6C1E7F 100%);
  background-image: linear-gradient(to bottom, #9a2bb5 0%, #6C1E7F 100%);
}
.page_altadefinizione .tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #822499;
}
.page_altadefinizione .tiles_holder.right .tile:after {
  border-color: transparent #822499 transparent transparent;
}
.page_altadefinizione .tiles_holder.bottom .tile:before {
  border-top-color: #6C1E7F;
}
.page_altadefinizione .tiles_holder .label_links a:not(.active):hover {
  background-color: #6C1E7F;
  background-color: rgba(108, 30, 127, 0.95);
}
.page_altadefinizione #home {
  background-color: #6C1E7F;
}
.page_altadefinizione .tops_link {
  background-color: #6C1E7F;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhYjMwYzkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZDMUU3RiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ab30c9 0%, #6C1E7F 100%);
  background-image: -moz-linear-gradient(top, #ab30c9 0%, #6C1E7F 100%);
  background-image: -o-linear-gradient(top, #ab30c9 0%, #6C1E7F 100%);
  background-image: linear-gradient(to bottom, #ab30c9 0%, #6C1E7F 100%);
}
/*FRECCIE SAMSUNG*/
.page_samsung #hero .larrow,
.page_samsung #hero .rarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOTk5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiNmJhMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #2999e8 0%, #1b6ba3 100%);
  background-image: -moz-radial-gradient(at left center, #2999e8 0%, #1b6ba3 100%);
  background-image: -o-radial-gradient(at left center, #2999e8 0%, #1b6ba3 100%);
  background-image: radial-gradient(at left center, #2999e8 0%, #1b6ba3 100%);
}
.page_samsung #hero .larrow:hover,
.page_samsung #hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -moz-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -o-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: radial-gradient(at left center, #ff0000 0%, #af0000 100%);
}
.page_samsung .textblock a {
  color: #248cd5;
}
.page_samsung .textblock a:visited {
  color: #1d72ae;
}
.page_samsung blockquote {
  border-left: 10px solid #1d72ae;
}
.page_samsung .big_notice h2:hover {
  color: #fff;
  background: #1B6BA3;
}
.page_samsung .tiles_holder .tile {
  background-color: #3195dd;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzMTk1ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFENzJBRSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #3195dd 0%, #1D72AE 100%);
  background-image: -moz-linear-gradient(top, #3195dd 0%, #1D72AE 100%);
  background-image: -o-linear-gradient(top, #3195dd 0%, #1D72AE 100%);
  background-image: linear-gradient(to bottom, #3195dd 0%, #1D72AE 100%);
}
.page_samsung .tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #2682c4;
}
.page_samsung .tiles_holder.right .tile:after {
  border-color: transparent #2682c4 transparent transparent;
}
.page_samsung .tiles_holder.bottom .tile:before {
  border-top-color: #1D72AE;
}
.page_samsung .tiles_holder .label_links a:not(.active):hover {
  background-color: #1D72AE;
  background-color: rgba(29, 114, 174, 0.95);
}
.page_samsung #home {
  background-color: #1D72AE;
}
.page_samsung .tops_link {
  background-color: #1D72AE;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0N2ExZTAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFENzJBRSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #47a1e0 0%, #1D72AE 100%);
  background-image: -moz-linear-gradient(top, #47a1e0 0%, #1D72AE 100%);
  background-image: -o-linear-gradient(top, #47a1e0 0%, #1D72AE 100%);
  background-image: linear-gradient(to bottom, #47a1e0 0%, #1D72AE 100%);
}
/*FRECCIE HTC*/
.page_htc #hero .larrow,
.page_htc #hero .rarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1ZmMyMjUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3OTIxYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #5fc225 0%, #47921a 100%);
  background-image: -moz-radial-gradient(at left center, #5fc225 0%, #47921a 100%);
  background-image: -o-radial-gradient(at left center, #5fc225 0%, #47921a 100%);
  background-image: radial-gradient(at left center, #5fc225 0%, #47921a 100%);
}
.page_htc #hero .larrow:hover,
.page_htc #hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -moz-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -o-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: radial-gradient(at left center, #ff0000 0%, #af0000 100%);
}
.page_htc .textblock a {
  color: #4d9f1c;
}
.page_htc .textblock a:visited {
  color: #3f8516;
}
.page_htc blockquote {
  border-left: 10px solid #4d9f1c;
}
.page_htc .big_notice h2:hover {
  color: #fff;
  background: #47921A;
}
.page_htc .tiles_holder .tile {
  background-color: #6ac931;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2YWM5MzEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkOWYxYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #6ac931 0%, #4d9f1c 100%);
  background-image: -moz-linear-gradient(top, #6ac931 0%, #4d9f1c 100%);
  background-image: -o-linear-gradient(top, #6ac931 0%, #4d9f1c 100%);
  background-image: linear-gradient(to bottom, #6ac931 0%, #4d9f1c 100%);
}
.page_htc .tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #5ab326;
}
.page_htc .tiles_holder.right .tile:after {
  border-color: transparent #5ab326 transparent transparent;
}
.page_htc .tiles_holder.bottom .tile:before {
  border-top-color: #4d9f1c;
}
.page_htc .tiles_holder .label_links a {
  background-color: rgba(85, 172, 33, 0.8);
}
.page_htc .tiles_holder .label_links a:not(.active):hover {
  background-color: #4d9f1c;
  background-color: rgba(77, 159, 28, 0.95);
}
.page_htc #home {
  background-color: #4d9f1c;
}
.page_htc .tops_link {
  background-color: #4d9f1c;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2YWM5MzEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkOWYxYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #6ac931 0%, #4d9f1c 100%);
  background-image: -moz-linear-gradient(top, #6ac931 0%, #4d9f1c 100%);
  background-image: -o-linear-gradient(top, #6ac931 0%, #4d9f1c 100%);
  background-image: linear-gradient(to bottom, #6ac931 0%, #4d9f1c 100%);
}
/*FRECCIE NOKIA*/
.page_nokia #hero .larrow,
.page_nokia #hero .rarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxZTVjYzYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzNDI5MiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #1e5cc6 0%, #134292 100%);
  background-image: -moz-radial-gradient(at left center, #1e5cc6 0%, #134292 100%);
  background-image: -o-radial-gradient(at left center, #1e5cc6 0%, #134292 100%);
  background-image: radial-gradient(at left center, #1e5cc6 0%, #134292 100%);
}
.page_nokia #hero .larrow:hover,
.page_nokia #hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -moz-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -o-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: radial-gradient(at left center, #ff0000 0%, #af0000 100%);
}
.page_nokia .textblock a {
  color: #1a54b5;
}
.page_nokia .textblock a:visited {
  color: #bb1607;
}
.page_nokia blockquote {
  border-left: 10px solid #1a54b5;
}
.page_nokia .big_notice h2:hover {
  color: #fff;
  background: #134292;
}
.page_nokia .tiles_holder .tile {
  background-color: #477eda;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0NzdlZGEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyNDE5MSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #477eda 0%, #124191 100%);
  background-image: -moz-linear-gradient(top, #477eda 0%, #124191 100%);
  background-image: -o-linear-gradient(top, #477eda 0%, #124191 100%);
  background-image: linear-gradient(to bottom, #477eda 0%, #124191 100%);
}
.page_nokia .tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #2b5eb3;
}
.page_nokia .tiles_holder.right .tile:after {
  border-color: transparent #2b5eb3 transparent transparent;
}
.page_nokia .tiles_holder.bottom .tile:before {
  border-top-color: #194da5;
}
.page_nokia .tiles_holder .label_links a:not(.active):hover {
  background-color: rgba(59, 112, 201, 0.95);
}
.page_nokia #home {
  background-color: #194da5;
}
.page_nokia .tops_link {
  background-color: #386ec9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzODZlYzkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyNDE5MSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #386ec9 0%, #124191 100%);
  background-image: -moz-linear-gradient(top, #386ec9 0%, #124191 100%);
  background-image: -o-linear-gradient(top, #386ec9 0%, #124191 100%);
  background-image: linear-gradient(to bottom, #386ec9 0%, #124191 100%);
}
/*FRECCIE MOBILE*/
.page_mobile #hero .larrow,
.page_mobile #hero .rarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZDlmMjMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzODEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #fd9f23 0%, #e38100 100%);
  background-image: -moz-radial-gradient(at left center, #fd9f23 0%, #e38100 100%);
  background-image: -o-radial-gradient(at left center, #fd9f23 0%, #e38100 100%);
  background-image: radial-gradient(at left center, #fd9f23 0%, #e38100 100%);
}
.page_mobile #hero .larrow:hover,
.page_mobile #hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -moz-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -o-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: radial-gradient(at left center, #ff0000 0%, #af0000 100%);
}
.page_mobile .textblock a {
  color: #f98e00;
}
.page_mobile .textblock a:visited {
  color: #d87c02;
}
.page_mobile blockquote {
  border-left: 10px solid #f98e00;
}
.page_mobile .big_notice h2:hover {
  color: #fff;
  background: #E38100;
}
.page_mobile .tiles_holder .tile {
  background-color: #ffad40;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmFkNDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5OGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffad40 0%, #f98e00 100%);
  background-image: -moz-linear-gradient(top, #ffad40 0%, #f98e00 100%);
  background-image: -o-linear-gradient(top, #ffad40 0%, #f98e00 100%);
  background-image: linear-gradient(to bottom, #ffad40 0%, #f98e00 100%);
}
.page_mobile .tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #fc9c1e;
}
.page_mobile .tiles_holder.right .tile:after {
  border-color: transparent #fc9c1e transparent transparent;
}
.page_mobile .tiles_holder.bottom .tile:before {
  border-top-color: #f98e00;
}
.page_mobile .tiles_holder .label_links a:not(.active):hover {
  background-color: #f98e00;
  background-color: rgba(249, 142, 0, 0.95);
}
.page_mobile #home {
  background-color: #f98e00;
}
.page_mobile .tops_link {
  background-color: #ffa52e;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmE1MmUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhODUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffa52e 0%, #ea8500 100%);
  background-image: -moz-linear-gradient(top, #ffa52e 0%, #ea8500 100%);
  background-image: -o-linear-gradient(top, #ffa52e 0%, #ea8500 100%);
  background-image: linear-gradient(to bottom, #ffa52e 0%, #ea8500 100%);
}
.page_lg #hero .larrow,
.page_lg #hero .rarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYTE2NWMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0Q4MDU0NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #fa165c 0%, #D80546 100%);
  background-image: -moz-radial-gradient(at left center, #fa165c 0%, #D80546 100%);
  background-image: -o-radial-gradient(at left center, #fa165c 0%, #D80546 100%);
  background-image: radial-gradient(at left center, #fa165c 0%, #D80546 100%);
}
.page_lg #hero .larrow:hover,
.page_lg #hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYTE2NWMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E2MDQzNiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #fa165c 0%, #a60436 100%);
  background-image: -moz-radial-gradient(at left center, #fa165c 0%, #a60436 100%);
  background-image: -o-radial-gradient(at left center, #fa165c 0%, #a60436 100%);
  background-image: radial-gradient(at left center, #fa165c 0%, #a60436 100%);
}
.page_lg .textblock a {
  color: #f98e00;
  font-weight: bold;
}
.page_lg .textblock a:visited {
  color: #d87c02;
  font-weight: bold;
}
.page_lg blockquote {
  border-left: 10px solid #D80546;
}
.page_lg .big_notice h2:hover {
  color: #fff;
  background: #E38100;
}
.page_lg .tiles_holder .tile {
  background-color: #D87181;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNEODcxODEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0Q4MDU0NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #D87181 0%, #D80546 100%);
  background-image: -moz-linear-gradient(top, #D87181 0%, #D80546 100%);
  background-image: -o-linear-gradient(top, #D87181 0%, #D80546 100%);
  background-image: linear-gradient(to bottom, #D87181 0%, #D80546 100%);
}
.page_lg .tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #DF295C;
}
.page_lg .tiles_holder.right .tile:after {
  border-color: transparent #DF295C transparent transparent;
}
.page_lg .tiles_holder.bottom .tile:before {
  border-top-color: #D80546;
}
.page_lg .tiles_holder .label_links a:not(.active):hover {
  background-color: #D80546;
  background-color: rgba(216, 5, 70, 0.95);
}
.page_lg #home {
  background-color: #D80546;
}
.page_lg .tops_link {
  background-color: #fb3e78;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYjNlNzgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0Q4MDU0NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fb3e78 0%, #D80546 100%);
  background-image: -moz-linear-gradient(top, #fb3e78 0%, #D80546 100%);
  background-image: -o-linear-gradient(top, #fb3e78 0%, #D80546 100%);
  background-image: linear-gradient(to bottom, #fb3e78 0%, #D80546 100%);
}
.page_huawei #hero .larrow,
.page_huawei #hero .rarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMzc1NjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmNGIzNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #f37564 0%, #ef4b35 100%);
  background-image: -moz-radial-gradient(at left center, #f37564 0%, #ef4b35 100%);
  background-image: -o-radial-gradient(at left center, #f37564 0%, #ef4b35 100%);
  background-image: radial-gradient(at left center, #f37564 0%, #ef4b35 100%);
}
.page_huawei #hero .larrow:hover,
.page_huawei #hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMzc1NjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmMmExMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #f37564 0%, #df2a12 100%);
  background-image: -moz-radial-gradient(at left center, #f37564 0%, #df2a12 100%);
  background-image: -o-radial-gradient(at left center, #f37564 0%, #df2a12 100%);
  background-image: radial-gradient(at left center, #f37564 0%, #df2a12 100%);
}
.page_huawei .textblock a {
  color: #f98e00;
  font-weight: bold;
}
.page_huawei .textblock a:visited {
  color: #d87c02;
  font-weight: bold;
}
.page_huawei blockquote {
  border-left: 10px solid #ef4b35;
}
.page_huawei .big_notice h2:hover {
  color: #fff;
  background: #E38100;
}
.page_huawei .tiles_holder .tile {
  background-color: #e95d4e;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMTgzNzUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5MzcyMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #f18375 0%, #e93722 100%);
  background-image: -moz-linear-gradient(top, #f18375 0%, #e93722 100%);
  background-image: -o-linear-gradient(top, #f18375 0%, #e93722 100%);
  background-image: linear-gradient(to bottom, #f18375 0%, #e93722 100%);
}
.page_huawei .tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #e95d4e;
}
.page_huawei .tiles_holder.right .tile:after {
  border-color: transparent #e95d4e transparent transparent;
}
.page_huawei .tiles_holder.bottom .tile:before {
  border-top-color: #e95d4e;
}
.page_huawei .tiles_holder .label_links a:not(.active):hover {
  background-color: #ef4b35;
  background-color: rgba(239, 75, 53, 0.95);
}
.page_huawei #home {
  background-color: #ef4b35;
}
.page_huawei .tops_link {
  background-color: #f6978a;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmNjk3OGEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmNGIzNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #f6978a 0%, #ef4b35 100%);
  background-image: -moz-linear-gradient(top, #f6978a 0%, #ef4b35 100%);
  background-image: -o-linear-gradient(top, #f6978a 0%, #ef4b35 100%);
  background-image: linear-gradient(to bottom, #f6978a 0%, #ef4b35 100%);
}
.page_wiko #hero .larrow,
.page_wiko #hero .rarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3M2RjYzMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY2YzRhZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #73dcc3 0%, #66c4ae 100%);
  background-image: -moz-radial-gradient(at left center, #73dcc3 0%, #66c4ae 100%);
  background-image: -o-radial-gradient(at left center, #73dcc3 0%, #66c4ae 100%);
  background-image: radial-gradient(at left center, #73dcc3 0%, #66c4ae 100%);
}
.page_wiko #hero .larrow:hover,
.page_wiko #hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3M2RjYzMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY2YzRhZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #73dcc3 0%, #66c4ae 100%);
  background-image: -moz-radial-gradient(at left center, #73dcc3 0%, #66c4ae 100%);
  background-image: -o-radial-gradient(at left center, #73dcc3 0%, #66c4ae 100%);
  background-image: radial-gradient(at left center, #73dcc3 0%, #66c4ae 100%);
}
.page_wiko .textblock a,
.page_wiko a.link {
  color: #73dcc3;
  font-weight: bold;
}
.page_wiko .textblock a:visited,
.page_wiko a.link:visited {
  color: #66c4ae;
  font-weight: bold;
}
.page_wiko blockquote {
  border-left: 10px solid #1DAD9C;
}
.page_wiko .big_notice h2:hover {
  color: #fff;
  background: #E38100;
}
.page_wiko .tiles_holder .tile {
  background-color: #03bcb2;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwM2JjYjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAzYTM5YiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #03bcb2 0%, #03a39b 100%);
  background-image: -moz-linear-gradient(top, #03bcb2 0%, #03a39b 100%);
  background-image: -o-linear-gradient(top, #03bcb2 0%, #03a39b 100%);
  background-image: linear-gradient(to bottom, #03bcb2 0%, #03a39b 100%);
}
.page_wiko .tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #1DAD9C;
}
.page_wiko .tiles_holder.right .tile:after {
  border-color: transparent #1DAD9C transparent transparent;
}
.page_wiko .tiles_holder.bottom .tile:before {
  border-top-color: #1DAD9C;
}
.page_wiko .tiles_holder .label_links a:not(.active):hover {
  background-color: rgba(63, 197, 187, 0.95);
}
.page_wiko #home {
  background-color: #00b2a9;
}
.page_wiko #home:hover {
  background-color: #0ac1b8;
}
.page_wiko .tops_link {
  background-color: #00a59d;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGIyYTkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTU5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #00b2a9 0%, #00a59d 100%);
  background-image: -moz-linear-gradient(top, #00b2a9 0%, #00a59d 100%);
  background-image: -o-linear-gradient(top, #00b2a9 0%, #00a59d 100%);
  background-image: linear-gradient(to bottom, #00b2a9 0%, #00a59d 100%);
}
.page_wiko .tops_link:hover {
  background-color: #0ac1b8;
  background-image: none;
}
#top_image {
  margin-bottom: 20px;
  padding-left: 18px;
}
#top_image .ads_container_top {
  width: 334px;
  height: 284px;
  float: left;
  text-align: center;
  background: #F7F7F7;
  /*    >*{
      margin: 16px auto;
    }*/
}
#top_image .square {
  margin: 17px auto 0;
}
#top_image img {
  max-width: 646px;
}
#notice_content {
  padding: 10px 18px;
  position: relative;
}
#notice_content aside {
  width: 300px;
  float: right;
  margin-left: 20px;
  position: relative;
}
#notice_content ul.circle_features {
  margin: auto;
  margin-bottom: 0;
  list-style: none;
  padding-left: 14px;
  margin-top: 36px;
}
#notice_content p {
  margin-bottom: 20px;
  color: #4f5357;
  line-height: 25px;
}
#notice_content .content {
  font-size: 16px;
  line-height: 26px;
  width: 660px;
}
#notice_content .content small {
  font-size: 13px;
  font-style: italic;
  color: #757575;
  text-rendering: optimizeLegibility;
}
#notice_content .alignright {
  display: block;
  float: right;
  margin: 0 0 15px 15px;
}
#notice_content .alignleft {
  display: block;
  float: left;
  margin: 0 15px 15px 0;
}
#notice_content .aligncenter {
  display: block;
  text-align: center;
}
#notice_content table {
  margin-bottom: 20px;
}
#notice_content table,
#notice_content table tr,
#notice_content table td {
  border: 1px solid #CCCCCC;
  padding: 5px;
}
#notice_content .textblock img {
  max-width: 660px;
  height: auto;
}
#notice_content .textblock p {
  margin: 0 0 20px 0;
}
#notice_content .desc_notice p {
  margin: 0;
  line-height: 20px;
}
.lista_images a {
  margin-right: 3px;
  float: left;
  display: block;
}
.acordeon {
  margin: 5px;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  list-style: none;
  padding-left: 0;
}
.acordeon h3 {
  padding: 8px 13px;
  font-size: 13px;
  font-weight: normal;
  border-top: 1px solid #E6E6E6;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
  position: relative;
  margin: 0;
}
.acordeon h3:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  /*background: url("../img/sprites6.png") top left no-repeat;*/
  background-position: -167px -524px;
  top: 10px;
  right: 11px;
}
.acordeon .acordeon_content {
  background: #fff;
}
.features_big {
  padding: 12px 6px;
  overflow: hidden;
}
.features_big li {
  font-size: 10px;
  padding: 7px 4px 7px 43px;
  width: 63px;
  line-height: 14px;
  float: left;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  position: relative;
}
.features_big li em {
  display: block;
  color: #B4B4B4;
  font-size: 11px;
}
.features_big li:after {
  background: url("../img/sprites7_opt.png") top left no-repeat;
  position: absolute;
  content: '';
  top: 5px;
  left: 3px;
  width: 33px;
  height: 33px;
}
.features_big .b_android:after {
  background-position: -150px -114px;
}
.features_big .b_core:after {
  background-position: -90px -114px;
}
.features_big .b_mem:after {
  background-position: -90px -64px;
}
.features_big .b_display:after {
  background-position: -150px -64px;
}
.features_big .b_pic:after {
  background-position: -90px -16px;
}
.features_big .b_video:after {
  background-position: -150px -16px;
}
.phone {
  background: #FFF;
  margin: 5px 5px 0 5px;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  position: relative;
  height: 156px;
}
.phone img {
  position: absolute;
  top: 23px;
  left: 39px;
  max-width: 60px;
  min-height: 100px;
}
.phone h3 {
  position: absolute;
  top: 27px;
  left: 113px;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
.phone h3 em {
  display: block;
  font-weight: 300;
}
.phone small {
  color: #BEBEBE !important;
  position: absolute;
  top: 87px;
  left: 113px;
  font-style: normal !important;
  font-size: 11px !important;
}
.phone .preco {
  color: #97BA16;
  display: block;
  font-size: 25px;
  position: absolute;
  top: 97px;
  left: 114px;
}
.phone .point {
  position: absolute;
  top: 26px;
  left: -41px;
  width: auto;
  padding: 12px 12px 7px;
  font-size: 13px;
  zoom: 1;
  filter: alpha(opacity=86);
  -webkit-opacity: 0.86;
  -moz-opacity: 0.86;
  opacity: 0.86;
}
.phone .point strong {
  font-size: 28px;
}
.lista_images {
  margin-bottom: 20px;
}
#related_notices {
  padding: 20px 18px;
  background: #ededed;
  overflow: visible !important;
}
#related_notices ul {
  width: 675px;
  margin: 0;
  float: left;
  padding-left: 0;
  margin-right: 3px;
  list-style: none;
}
#related_notices ul li {
  width: 158px;
  vertical-align: top;
  margin-right: 8px;
  float: left;
}
#related_notices ul li > a {
  display: block;
}
#related_notices ul li a.yellow_comments {
  display: inline;
}
#related_notices ul li h3 {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 3px;
  margin-bottom: 10px;
  text-rendering: optimizeLegibility;
  color: #000;
  font: 400 16px 'Roboto Condensed';
}
#related_notices ul li h3:hover {
  color: #ff0000;
}
#related_notices ul li p {
  font-size: 13px;
  color: #858585;
  font-weight: 300;
  line-height: 20px;
}
#related_notices ul li p .yellow_comments {
  margin-right: 10px;
  font-weight: 400;
}
#related_notices .square {
  width: 274px;
}
#related_notices .title_related_new {
  font: 400 16px 'Roboto Condensed';
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 3px;
  margin-bottom: 10px;
  text-rendering: optimizeLegibility;
}
#related_notices .title_related_new:hover {
  color: red;
}
#related_notices h2 {
  margin-top: 0;
}
#review1_content {
  margin-bottom: 20px;
}
#review1_content div:first-child {
  padding-top: 0px;
  margin-top: 0px;
  border-top: 0px;
}
#review1_content div.newest {
  background: white;
  border-left: 5px #2e9fff solid;
  padding-left: 5px;
  width: 290px;
}
#last_topics {
  background: #EEEEEE;
  padding: 10px 18px 50px;
  font-size: 0;
  position: relative;
}
#last_topics h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 20px;
  color: #454545;
}
#last_topics ul {
  text-align: center;
  padding: 0;
  list-style: none;
}
#eti_android {
  background: #a2cc20;
  color: white;
  font-size: 15px;
  position: absolute;
  right: -12px;
  top: 15px;
  padding: 8px 11px;
  z-index: 3;
}
#eti_android .logo_android {
  background: url("../img/sprites7_opt.png") top left no-repeat;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 22px;
  height: 25px;
  background-position: -95px -356px;
  margin-right: 5px;
}
#eti_android .flecha {
  background: url("../img/sprites7_opt.png") top left no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-position: -100px -488px;
  margin-left: 4px;
  margin-top: 2px;
}
#eti_android:after {
  content: '';
  display: block;
  border-width: 6px;
  position: absolute;
  bottom: -12px;
  right: 0;
  border-style: solid inset inset solid;
  border-color: #728f15 transparent transparent #728f15;
}
.topic {
  background: #FFF;
  float: left;
  vertical-align: top;
  border: 1px solid #DDD;
  font-size: 12px;
  width: 187px;
  margin: 0 3px;
  text-align: left;
}
.topic img {
  border: 1px solid #fff;
}
.topic p {
  padding: 10px;
  color: #777;
}
.topic .icos {
  padding: 10px 6px 3px;
  position: relative;
}
.topic .icos .gray_comments {
  float: right;
  padding-right: 0;
  top: 10px;
  right: 10px;
}
.topic > a {
  display: block;
}
#comments {
  background: #fff;
  padding: 25px 18px;
  position: relative;
}
#comments aside {
  float: right;
  margin-left: 20px;
  width: 300px;
}
#comments .content {
  width: 660px;
}
.hgroup {
  width: 650px;
  margin-bottom: 6px;
}
.hgroup h3 {
  font: 500 32px/36px 'Roboto Condensed';
  margin: 0;
  padding: 2px 0;
}
.hgroup h4 {
  font-size: 17px;
  line-height: 26px;
  color: #9D9D9D;
  font-weight: 300;
  border-bottom: 1px dashed #ddd;
  margin: 0;
}
.hgroup h3,
.hgroup h4 {
  margin: 0;
}
.single_comment {
  width: 650px;
  margin: 20px 0 28px;
  overflow: hidden;
}
.single_comment .avatar {
  float: left;
  margin-right: 10px;
  border: 2px solid #ebebeb;
  background: #fff;
  padding: 1px;
  width: 74px;
  height: 74px;
}
.single_comment h3 {
  margin: 15px 0;
  font-size: 20px;
}
.single_comment h4 {
  font-size: 17px;
  padding-top: 14px;
  margin: 0;
  font-weight: bold;
  color: #525252;
}
.single_comment small {
  color: #A3A3A3;
  font-size: 12px;
}
.single_comment .bubble {
  background: #F7F7F7;
  padding: 12px 14px;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  clear: left;
  float: left;
  margin-left: 84px;
  position: relative;
  line-height: 22px;
}
.single_comment .bubble:before,
.single_comment .bubble:after {
  border-style: solid solid inset inset;
}
.single_comment .bubble:before {
  left: -37px;
  top: 9px;
  border-width: 12px 18px;
  border-color: #f1f1f1 #f1f1f1 transparent transparent;
}
.single_comment .bubble:after {
  left: -34px;
  top: 10px;
  border-width: 11px 17px;
  border-color: #F7F7F7 #F7F7F7 transparent transparent;
}
.single_comment.new .avatar {
  width: 48px;
  height: 48px;
}
.single_comment.new .bubble {
  clear: none;
  float: none;
  padding: 10px;
  -webkit-box-shadow: inset -2px 3px 7px #EEE;
  -moz-box-shadow: inset -2px 3px 7px #EEE;
  box-shadow: inset -2px 3px 7px #EEE;
}
.single_comment.new .bubble:before,
.single_comment.new .bubble:after {
  border-style: inset solid inset inset;
}
.single_comment.new .bubble:before {
  left: -41px;
  border-width: 13px 20px;
  border-color: transparent #f1f1f1 transparent transparent;
}
.single_comment.new .bubble:after {
  left: -36px;
  border-width: 12px 18px;
  border-color: transparent #F7F7F7 transparent transparent;
}
.single_comment.new .bubble textarea {
  border: none;
  background: none;
  width: 88%;
  height: 70px;
  color: #777;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  resize: vertical;
}
.single_comment.new .bubble .submit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  text-shadow: 0 1px 2px #222;
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhMWM1YzciIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZlOWI5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #a1c5c7 0%, #6e9b9e 100%);
  background-image: -moz-linear-gradient(top, #a1c5c7 0%, #6e9b9e 100%);
  background-image: -o-linear-gradient(top, #a1c5c7 0%, #6e9b9e 100%);
  background-image: linear-gradient(to bottom, #a1c5c7 0%, #6e9b9e 100%);
  padding: 7px 9px;
  font-size: 12px;
}
.features_phone {
  border-collapse: separate;
  width: 96%;
  border-spacing: 4px;
  font-weight: 300;
  font-size: 16px;
  margin: 20px 0;
}
.features_phone caption {
  color: #FFF;
  background: #77BBEE;
  width: 149px;
  padding: 14px 10px 14px 15px;
  margin-left: 4px;
  position: relative;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.features_phone caption:after {
  content: '';
  display: block;
  width: 932px;
  height: 4px;
  background: #77BBEE;
  position: absolute;
  bottom: 0;
  left: 0;
}
.features_phone tbody tr td {
  width: 155px;
  padding: 14px 10px;
}
.features_phone tbody tr td:first-child {
  font-weight: bold;
  width: 103px;
  font-size: 14px;
}
.features_phone tbody tr:nth-child(odd) {
  background: #f3f3f3;
}
.features_phone tbody tr .green {
  background: #DEFF9B;
}
.ads_top {
  padding: 18px 0 18px 18px;
}
#social_buttons {
  margin-top: 30px;
}
#social_buttons:before,
#social_buttons:after {
  content: " ";
  display: table;
}
#social_buttons:after {
  clear: both;
}
#social_buttons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#social_buttons li {
  float: left;
  width: 90px;
  margin-right: 10px;
}
#social_buttons.comparision {
  text-align: center;
  padding: 50px 0 40px 250px;
  margin: 0;
}
#social_buttons.comparision ul {
  padding-left: 0;
  list-style: none;
}
#topic_test {
  width: 980px;
  height: 213px;
  margin: 10px auto 25px;
  position: relative;
  color: white;
}
#topic_test p {
  position: absolute;
  top: 0;
  font-size: 34px;
  font-weight: 700;
  padding: 10px 17px;
  text-shadow: 2px 2px 2px #222;
}
#topic_test p a {
  margin-right: -4px;
}
#topic_test ul {
  position: absolute;
  text-shadow: 2px 2px 2px #3A3A3A;
  top: 50px;
  left: 20px;
  list-style: none;
}
#topic_test ul li {
  float: left;
  margin-right: 55px;
}
#topic_test #eti_android {
  text-shadow: 1px 1px 2px #7C7C7C;
  padding: 7px 20px;
  -webkit-box-shadow: -1px 2px 1px rgba(27, 27, 27, 0.17);
  -moz-box-shadow: -1px 2px 1px rgba(27, 27, 27, 0.17);
  box-shadow: -1px 2px 1px rgba(27, 27, 27, 0.17);
  right: -7px;
}
#topic_test #eti_android strong {
  font-weight: bold;
  font-size: 17px;
}
#topic_test #eti_android:after {
  border-width: 4px;
  bottom: -8px;
}
#topics {
  border-top: 1px solid #dddcdc;
  padding-top: 20px;
  margin: 0 18px;
}
#topics_blue {
  padding: 30px 18px;
  background: #E2E2F3;
  margin-bottom: 25px;
}
#topics_blue .topic_item {
  margin-bottom: 0;
}
#topics_blue .topic_item .ico_sos {
  border: 0;
}
#topics_blue .gray_comments {
  position: static;
}
.bottom_shadow {
  -webkit-box-shadow: 0 18px 35px -30px #000;
  -moz-box-shadow: 0 18px 35px -30px #000;
  box-shadow: 0 18px 35px -30px #000;
}
.top_shadow {
  -webkit-box-shadow: 0 -18px 35px -30px #000;
  -moz-box-shadow: 0 -18px 35px -30px #000;
  box-shadow: 0 -18px 35px -30px #000;
  padding-top: 38px !important;
}
#topics_shadow {
  padding: 30px 18px;
  position: relative;
}
#topics_shadow .topic_item {
  margin-bottom: 0;
}
#topics_shadow .topic_item .ico_sos {
  border: 0;
}
#topics_shadow .gray_comments {
  position: static;
}
.topic_item {
  float: left;
  width: 234px;
  margin-right: 13px;
  margin-bottom: 30px;
  position: relative;
}
.topic_item:nth-child(4n) {
  margin-right: 0;
}
.topic_item img {
  background: #f3f3f3;
}
.topic_item label {
  font-size: 13px;
  border-bottom: 2px solid #DDD;
  padding-bottom: 4px;
  float: right;
  position: relative;
  color: #7c7c7c;
}
.topic_item label a {
  position: static;
  padding-right: 0;
  padding-top: 4px;
  font-size: 13px;
}
.topic_item .eti_app {
  position: absolute;
  top: 89px;
  left: -8px;
  background: #fcd742;
  -webkit-box-shadow: 3px 2px 0 rgba(56, 56, 56, 0.31);
  -moz-box-shadow: 3px 2px 0 rgba(56, 56, 56, 0.31);
  box-shadow: 3px 2px 0 rgba(56, 56, 56, 0.31);
  color: #89710f;
  font-size: 11px;
  -webkit-border-radius: 0 3px 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  padding: 5px 10px 5px 8px;
}
.topic_item .eti_app strong {
  font-weight: bold;
  font-size: 12px;
}
.topic_item .eti_app:after {
  border-width: 4px;
  border-style: solid solid inset inset;
  border-color: #CA851D #CA851D transparent transparent;
  bottom: -8px;
  left: 0;
}
.topic_item .ico_sos {
  border-bottom: 1px solid #DDD;
  padding: 20px 0 5px;
  height: 22px;
}
.topic_item h2 {
  font: 400 17px/22px 'Roboto Condensed', sans-serif;
  color: #3E3E3E;
  margin-top: 8px;
  margin-bottom: 0;
}
.topic_item > a {
  color: inherit;
  display: block;
}
/*
* ============= SECCION PARA COMPARA
**/
#compare_container1 {
  /*border: 1px solid red;*/
  background: white;
  float: left;
  z-index: 3;
  position: relative;
}
#compare_container2 {
  background: #F2F2F2;
  height: 491px;
  position: relative;
  z-index: 2;
  /*border: 1px solid blue;*/
  min-width: 1016px;
}
#compare_container2 .controles {
  /*position: absolute;*/
  /*.resaltar;*/
  width: 172px;
  margin-top: 190px;
  font-size: 17px;
  /*top: 200px;*/
  /*left: 12px;*/
}
#columns_phones {
  position: relative;
  /*border: 1px solid green;*/
  float: left;
  margin: 0;
}
#phone_columns {
  margin-left: 189px;
  position: relative;
  /*border: 1px solid blue;*/
  overflow-x: visible;
}
#controles_titles {
  width: 100%;
  position: absolute;
  /*border: 1px solid red;*/
}
#add_phone {
  width: 100px;
  /*.resaltar;*/
  position: absolute;
  right: 0;
  top: 200px;
  font-size: 13px;
  width: 39px;
  text-align: right;
  padding: 19px 5px;
  -webkit-box-shadow: 6px -2px 4px rgba(54, 54, 54, 0.13), 6px 2px 4px rgba(70, 70, 70, 0.07);
  -moz-box-shadow: 6px -2px 4px rgba(54, 54, 54, 0.13), 6px 2px 4px rgba(70, 70, 70, 0.07);
  box-shadow: 6px -2px 4px rgba(54, 54, 54, 0.13), 6px 2px 4px rgba(70, 70, 70, 0.07);
  color: #696969;
}
#add_phone strong {
  display: block;
  font-weight: bold;
}
.boton_verde {
  background-color: #74d8fe;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3NGQ4ZmUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxYTZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #74d8fe 0%, #01a6e4 100%);
  background-image: -moz-linear-gradient(top, #74d8fe 0%, #01a6e4 100%);
  background-image: -o-linear-gradient(top, #74d8fe 0%, #01a6e4 100%);
  background-image: linear-gradient(to bottom, #74d8fe 0%, #01a6e4 100%);
  padding: 8px 10px;
  color: white;
  text-shadow: 1px 1px 2px #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  font-size: 12px;
  width: 108px;
  top: 200px;
  margin-bottom: 8px;
  font-weight: bold;
}
.phone_column {
  float: left;
  vertical-align: top;
  margin-right: 7px;
  width: 248px;
  margin-top: 26px;
  /*cursor: move;*/
  /*.box-shadow(0 -2px 15px #A5A5A5);  */
  /*top: -6px;*/
  /*background: #ddd;*/
}
.phone_column:last-child {
  margin-right: 0;
}
.phone_column_features {
  font-size: 15px;
  margin-top: 0;
  background: white;
  font-weight: 300;
  margin-bottom: 65px;
  padding: 0;
  list-style: none;
}
.phone_column_features li {
  padding: 0 13px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  background: #f6f6f6;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  overflow-wrap: break-word;
  /*height: 49px;*/
  /*line-height: 49px;*/
  /*border: 1px solid blue;*/
}
.phone_column_features li:nth-child(even) {
  background: #F6F6F6;
}
.phone_column_features li:nth-child(2n) {
  background: #FFFFFF;
}
.phone_column_features:last-child {
  margin-bottom: 0;
}
.wrong,
.ok {
  width: 23px;
  height: 23px;
  background: url("../img/sprites7_optV2.png") top left no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  /*margin: 0 6px;*/
}
.wrong {
  background-position: -161px -227px;
}
.ok {
  background-position: -161px -276px;
}
.phone_column_features li.good {
  background: #E0F9C7;
}
.big_container {
  background: #f3f3f3;
}
.big_phone {
  height: 430px;
  position: relative;
  background: #fff;
  width: 248px;
  text-align: center;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
}
.big_phone a:hover {
  text-decoration: none;
}
.big_phone h2 {
  font-size: 20px;
  position: absolute;
  margin: 0 auto 12px;
  left: 0;
  right: 0;
  font-weight: 300;
  top: 375px;
  /*font-weight: bold;*/
  line-height: 23px;
  padding: 0 15px;
}
.big_phone > div {
  /*background: #FFF;*/
  width: 190px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 17px;
  padding: 7px 0;
}
.big_phone > div img {
  cursor: move;
  /*			min-height: 280px;
			max-width: 186px;*/
}
.big_phone .remove {
  position: absolute;
  width: 25px;
  height: 26px;
  top: 0;
  right: 0;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  /*background: url("../img/sprites6.png") top left no-repeat;*/
  background-position: -159px -174px;
  /*background-position: */
}
#controles_titles li.double,
#phone_columns li.double {
  height: 40px;
  line-height: normal;
  padding: 15px 13px;
}
.row_titles {
  /*margin-top: 80px;*/
  margin-top: 209px;
  margin-left: 18px;
}
.row_titles h3 {
  /*background:white;		*/
  color: white;
  border-bottom: 3px solid #71B2E7;
  font-size: 17px;
  margin: 0;
  /*margin-top: 20px;*/
}
.row_titles h3 strong {
  display: block;
  background: #71B2E7;
  height: 46px;
  width: 153px;
  line-height: 46px;
  padding-left: 10px;
  font-weight: 500;
}
.row_titles .phone_column_features {
  font-weight: 400;
  font-size: 15px;
  width: 163px;
  margin-top: 0;
  margin-bottom: 16px;
}
.row_titles .phone_column_features li {
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  text-shadow: none;
  font-weight: 500;
  font-size: 16px;
  /*border: 1px solid red;*/
}
.bubble_more {
  display: block;
  margin: 0px auto;
  width: 180px;
  height: 37px;
  overflow: hidden;
  text-align: center;
  font-family: 'Roboto Condensed';
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 18px;
  color: #77a2a3;
}
.bubble_more b {
  font-size: 17px;
}
.bubble_costo {
  color: #7EA7A9;
  background: #F2F2F2;
  font-size: 14px;
  border: 4px solid #fff;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  text-align: center;
  padding: 6px 10px 15px;
  width: 65%;
  margin: 6px auto;
  position: relative;
  margin-top: 22px;
  margin-bottom: 23px;
  height: 51px;
  font-weight: 300;
}
.bubble_costo.green {
  background: #b6d04b;
  color: #fff;
  height: 44px;
  padding-top: 13px;
  margin-bottom: 0px;
}
.bubble_costo.green:hover {
  background: #bed561;
}
.bubble_costo.green:hover:after {
  border-color: transparent transparent #bed561;
}
.bubble_costo.green:after {
  border-color: transparent transparent #b6d04b;
}
.bubble_costo.green strong {
  font-size: 36px;
  font-weight: 700;
  text-shadow: 1px 1px 1px #666;
}
.bubble_costo.green em {
  font-size: 18px;
  font-weight: 300;
  text-shadow: 1px 1px 1px #999;
}
.bubble_costo.orange {
  background: #eb9907;
  color: #fff;
  height: 44px;
  padding-top: 13px;
  margin-bottom: 0px;
}
.bubble_costo.orange:hover {
  background: #f09f07;
}
.bubble_costo.orange:hover:after {
  border-color: transparent transparent #f09f07;
}
.bubble_costo.orange:after {
  border-color: transparent transparent #eb9907;
}
.bubble_costo.orange strong {
  font-size: 36px;
  font-weight: 700;
  text-shadow: 1px 1px 1px #666;
}
.bubble_costo.orange em {
  font-size: 18px;
  font-weight: 300;
  text-shadow: 1px 1px 1px #999;
}
.bubble_costo a:hover {
  color: #f00;
}
.bubble_costo strong {
  font-weight: 300;
  font-size: 26px;
  line-height: 22px;
}
.bubble_costo button {
  display: inline-block;
  background: #FC9C1E;
  color: white;
  text-transform: uppercase;
  margin: 5px auto 0;
  display: block;
  font-size: 12px;
  padding: 4px 20px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.bubble_costo button:hover {
  background: #fdb04b;
}
.bubble_costo:before,
.bubble_costo:after {
  position: absolute;
  border-style: inset inset solid inset;
}
.bubble_costo:before {
  border-width: 14px;
  border-color: transparent transparent white transparent;
  top: -28px;
  left: 74px;
}
.bubble_costo:after {
  border-width: 9px;
  border-color: transparent transparent #F2F2F2 transparent;
  top: -17px;
  left: 79px;
}
.bubble_costo.aviso {
  font-size: 13px;
  line-height: 15px;
  font-family: 'Roboto Condensed';
  margin-bottom: 47px;
}
.bubble_costo.aviso strong {
  display: block;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Roboto';
}
.label-bc {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Roboto Condensed';
}
.bubble_costo_hide {
  color: #7EA7A9;
  background: transparent;
  font-size: 14px;
  border: 4px solid transparent;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  text-align: center;
  padding: 6px 10px 15px;
  width: 65%;
  margin: 6px auto;
  position: relative;
  margin-top: 22px;
  margin-bottom: 23px;
  height: 75px;
  font-weight: 300;
}
.confronta,
.video {
  margin-left: 19px;
  text-align: left;
  width: 144px;
  height: 54px;
}
.confronta:before,
.video:before {
  display: block;
  float: left;
  content: '';
  background: url("../img/sprites7_opt.png") top left no-repeat;
  margin-right: 1px;
}
.confronta:before {
  width: 57px;
  height: 37px;
  background-position: -143px -324px;
  margin-left: 6px;
}
.video:before {
  width: 57px;
  height: 37px;
  background-position: -73px -365px;
  background-size: 165px;
}
.over_column {
  background: #9eca1b;
  /*.box-shadow(0 0 15px #222);  */
  /*.opacity(.1);*/
  /*border: 1px dashed red;*/
  /*.scale(1.1);*/
}
.over_column .big_phone {
  /*background: none;*/
  /*padding: 5px;*/
}
.over_column li {
  /*background: blue !important;*/
}
.moving_column {
  /*border: 1px dashed #222;*/
  /*background: #9eca1b;*/
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.drop_column {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  /*background: blue;*/
}
.search_phones {
  /*border: 1px solid #F00;*/
  height: 455px;
  width: 250px;
  float: left;
  font-size: 14px;
  background: url(../img/phone_mockup.png) no-repeat center center;
  position: relative;
  margin-left: 40px;
}
.search_phones input[type='text'] {
  border: 1px solid #71B2E7;
  border-left-width: 3px;
  padding: 8px 12px;
  border-color: #71B2E7;
  /*		position: absolute;
		top: 210px;
		width: 137px;*/
}
.search_phones input[type='button'] {
  /*.sprites;*/
  width: 39px;
  height: 37px;
  border: 0;
  position: absolute;
  top: 209px;
  right: 23px;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-color: #71B2E7;
  background-position: -153px -383px;
}
.smartphones {
  float: left;
  /*background: red;*/
  font-size: 14px;
  margin-top: 150px;
  /*border: 1px solid blue;*/
  margin-left: 10px;
  width: 300px;
}
.compare_big_modelname:hover {
  color: #fd0009;
}
#compare_container2 .controles {
  width: 188px;
  margin-top: 92px;
}
.sp {
  /*width: 298px;*/
  background: white;
  /*border: 1px solid red;*/
  position: relative;
  display: block;
  height: 72px;
  padding: 8px 18px 8px 36px;
  border-bottom: 1px solid #e0e0e0;
  font: 300 20px 'Roboto Condensed';
  color: #000;
}
.sp .thumb_new_image {
  margin-right: 25px;
}
.sp h3 {
  font-size: 20px;
  font-weight: 300;
  top: -2px;
  position: relative;
  margin: 0;
}
.sp h3.gray:before {
  background-position: -131px -758px;
}
.sp h3:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-position: -131px -716px;
  margin-right: 4px;
  top: 2px;
  position: relative;
}
.sp h4 {
  font-size: 18px;
  font-weight: 100;
  margin: 0px;
}
.sp h4.gray:before {
  background-position: -131px -780px;
}
.sp h4:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-position: -131px -737px;
  margin-right: 4px;
  top: 2px;
  position: relative;
}
.sp > div {
  /*overflow: hidden;*/
  /*border: 1px solid green;*/
  margin-top: 13px;
}
.sp > div .point {
  width: 40px;
  height: 38px;
  float: left;
  padding: 0;
  font-size: 10px;
}
.sp > div .point strong {
  font-size: 18px;
  line-height: 16px;
  padding-top: 6px;
}
.sp > div small {
  color: #aaa;
  vertical-align: top;
  font-size: 12px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.16);
}
.sp > div p {
  margin-top: -6px;
}
.sp > div p strong {
  font-size: 23px;
  color: #93BA1D;
  padding-right: 5px;
}
.sp > div p small {
  color: #93BA1D;
  vertical-align: baseline;
  font-size: 14px;
}
.sp > div p a {
  color: #93BA1D;
}
.sp img {
  float: left;
  margin-right: 17px;
}
.sp b {
  display: block;
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
}
.sp:hover {
  background: #f7fae5;
}
.sp:hover .plus:after,
.sp:hover .plus:before {
  background: #B5E61D;
}
.sp .plus {
  position: absolute;
  width: 19px;
  height: 19px;
  left: 4px;
  top: 32px;
}
.sp .plus:before,
.sp .plus:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: #B3B3B3;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.sp .plus:before {
  width: 16%;
  height: 80%;
}
.sp .plus:after {
  height: 16%;
  width: 80%;
}
.ad_side {
  margin-top: 30px;
}
.ad_side img {
  max-width: 100%;
  margin: 30px 0 0 0;
}
#diferencias {
  clear: both;
}
#diferencias h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #313030;
}
#diferencias p {
  color: #818181;
  margin-bottom: 15px;
  line-height: 21px;
  font-size: 15px;
}
.floatingbar {
  position: fixed !important;
  top: 0;
  z-index: 1200 !important;
  background: white;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 7px #d6d6d6;
  -moz-box-shadow: 0 2px 7px #d6d6d6;
  box-shadow: 0 2px 7px #d6d6d6;
  right: auto;
}
.sizecompare {
  position: relative;
  display: block;
  width: 130px;
  height: 60px;
  padding-top: 90px;
  margin: 0px auto;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  color: #7c7c7c;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  border-bottom: 2px dotted #cecece;
}
.sizecompare span {
  position: absolute;
  width: 73px;
  height: 50px;
  background: url('/new_files/img/sprite_icone_compara.png') 0px -2px;
  top: 21px;
  left: 32px;
}
.sizecompare:hover {
  color: #b6d04b;
}
.sizecompare:hover span {
  background-position: 0px -54px;
}
.sizecompare.small {
  position: relative;
  display: block;
  width: 150px;
  height: 44px;
  padding-top: 16px;
  margin: 0px auto;
  line-height: 14px;
  text-align: right;
  font-weight: 400;
  color: #7c7c7c;
  font-family: 'Roboto Condensed';
  font-size: 13px;
  border-bottom: 2px dotted #cecece;
}
.sizecompare.small:hover span {
  background-position: -147px -79px;
}
.sizecompare.small span {
  position: absolute;
  width: 36px;
  height: 25px;
  background: url('/new_files/img/sprite_icone_compara.png') -147px -27px;
  top: 19px;
  left: 14px;
}
.videocompare {
  position: relative;
  display: block;
  width: 130px;
  height: 60px;
  padding-top: 90px;
  margin: 0px auto;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  color: #7c7c7c;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  border-bottom: 2px dotted #cecece;
}
.videocompare span {
  position: absolute;
  width: 74px;
  height: 52px;
  background: url('/new_files/img/sprite_icone_compara.png') -73px 0px;
  top: 21px;
  left: 31px;
}
.videocompare:hover {
  color: #b6d04b;
}
.videocompare:hover span {
  background-position: -73px -52px;
}
.videocompare.small {
  position: relative;
  display: block;
  width: 150px;
  height: 44px;
  padding-top: 16px;
  margin: 0px auto;
  line-height: 14px;
  text-align: right;
  font-weight: 400;
  color: #7c7c7c;
  font-family: 'Roboto Condensed';
  font-size: 13px;
  border-bottom: 2px dotted #cecece;
}
.videocompare.small span {
  position: absolute;
  width: 36px;
  height: 25px;
  background: url('/new_files/img/sprite_icone_compara.png') -183px -27px;
  top: 19px;
  left: 14px;
}
.videocompare.small:hover span {
  background-position: -183px -79px;
}
#floatbar {
  display: none;
  position: absolute;
  background: white;
  z-index: 10;
  -webkit-box-shadow: 0 13px 55px -30px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 0 13px 55px -30px rgba(0, 0, 0, 0.62);
  box-shadow: 0 13px 55px -30px rgba(0, 0, 0, 0.62);
  /*.resaltar;*/
}
#floatbar .container {
  padding: 2px 0 5px;
  background: transparent;
  width: 100%;
  overflow: hidden;
  /*margin-left: 200px;*/
}
#floatbar .controles {
  width: 176px;
  /*border: 1px solid red;*/
  float: left;
  margin-top: 20px;
  margin-right: 12px;
}
#floatbar .confronta,
#floatbar .video {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  margin-left: 12px;
  margin-bottom: 0;
}
#floatbar .big_phone {
  height: auto;
  position: static;
  /*.resaltar;*/
  vertical-align: middle;
  width: 216px;
  margin-right: 13px;
  padding: 12px;
  cursor: auto;
  float: left;
}
#floatbar .big_phone img {
  /*			min-width: 74px;
			max-height: 148px;*/
  float: left;
  margin-right: 8px;
}
#floatbar .bubble_costo {
  width: auto;
  position: static;
  float: none;
  background: 0;
  text-align: left;
  padding: 8px 0 0 0;
  border: none;
}
#floatbar .bubble_costo:after,
#floatbar .bubble_costo:before {
  display: none;
}
#floatbar .bubble_costo button {
  padding: 5px 18px;
  font-weight: 400;
  font-size: 11px;
  margin: 5px 0 0;
  width: 114px;
}
#floatbar .bubble_costo span {
  font-size: 11px;
  color: #333;
  font-weight: 300;
  text-align: center;
  display: block;
  padding: 1px 20px;
}
#floatbar .bubble_costo a:hover span {
  color: #f00;
}
#floatbar h2 {
  position: static;
  font-size: 20px;
  text-align: left;
  margin-bottom: 4px;
  font-weight: 400;
  font-family: 'Roboto Condensed';
  height: 46px;
  overflow: hidden;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
}
#floatbar h2 span {
  font-weight: 300;
}
#floatbar .search_phones {
  position: relative;
  float: left;
  width: 250px;
  height: 174px;
  background: url("../img/phone_mockup.png") no-repeat center center;
  background-size: 80px;
}
#floatbar .search_phones input[type='text'] {
  padding: 6px 12px;
  top: 68px;
  width: 100px;
  left: 45px;
}
#floatbar .search_phones input[type='button'] {
  width: 37px;
  height: 30px;
  top: 68px;
  right: 42px;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-color: #adde19;
  background-position: -155px -386px;
}
#floatbar a:hover h2 {
  color: #fd0009;
}
#compare_mini {
  background: #eee;
  padding: 10px 18px;
  overflow: hidden;
}
#compare_mini .ad_side {
  float: right;
}
#puntajes {
  float: left;
  /*.resaltar;*/
}
#puntajes > ul {
  margin-top: 152px;
  margin-right: 10px;
  float: left;
  padding-left: 0;
  list-style: none;
}
#puntajes > ul li {
  margin-bottom: 8px;
  width: 250px;
  height: 65px;
  line-height: 65px;
  text-align: right;
  background: #FFF;
  padding-right: 17px;
  font-size: 17px;
  font-weight: 300;
}
#puntajes li.finale {
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  margin-top: 30px;
}
#phone_points {
  float: left;
  padding: 20px;
  height: 512px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAALElEQVQIW2NkwALOnDnznxFdHCRoYmLCiCIBEwQphksgC8Il0AXBEtgEQRIAsDsXagWOqrQAAAAASUVORK5CYII=) repeat;
  position: relative;
}
#phone_points ul {
  list-style: none;
}
#phone_points ul li {
  margin-bottom: 8px;
  width: 250px;
  height: 65px;
  line-height: 65px;
  text-align: right;
  background: #f7f7f7;
  padding-right: 17px;
  font-size: 16px;
  font-weight: 300;
}
#phone_points .column_point_phone {
  float: left;
  position: relative;
  z-index: 2;
  margin: 0 10px;
  /*border: 1px solid blue;*/
}
#phone_points .column_point_phone > div {
  background: #FFF;
  padding: 12px 16px;
  width: 50px;
  height: 88px;
  text-align: center;
  margin-bottom: 18px;
  border: 1px solid #CFCFCF;
}
#phone_points .column_point_phone > div img {
  width: 45px;
}
#phone_points .column_point_phone ul {
  /*.resaltar;*/
  padding-left: 0;
  list-style: none;
}
#phone_points .column_point_phone ul li {
  width: auto;
  background: none;
  text-align: center;
  margin: 0 0 8px;
  padding: 0;
  font-size: 26px;
  font-weight: 400;
  height: 65px;
  line-height: 65px;
}
#phone_points .column_point_phone ul li.finale {
  height: 78px;
  line-height: 83px;
  font-size: 30px;
  margin-top: 30px;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-position: -123px -611px;
}
#phone_points .column_point_phone ul.winner {
  background: #AADDCC;
  border: 1px solid #757575;
  padding-top: 8px;
  margin-top: -8px;
}
ul#rows {
  /*border: 1px solid #00F;*/
  position: absolute;
  top: 152px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
ul#rows li {
  width: auto;
  padding-right: 0;
  background: #EEE;
  margin: 0 18px 8px;
}
#video_comparision {
  background: #1C1C1C;
  padding: 15px 18px;
  position: relative;
  z-index: 2;
}
#video_container {
  position: relative;
  margin-bottom: 14px;
}
#thumbs_videos {
  position: relative;
  background: #313131;
  padding: 15px 6px;
}
#thumbs_videos .videothumbcompara:hover {
  color: #fff;
}
#thumbs_videos .videothumbcompara:hover .thumbtitle {
  color: #aaa;
}
#thumbs_videos ul {
  text-align: center;
  padding-left: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
#thumbs_videos p {
  font-family: 'Roboto Condensed';
  color: #8F8F8F;
  margin-bottom: 5px;
  text-align: left;
  line-height: 17px;
  height: 35px;
  overflow: hidden;
  font-size: 15px;
}
#thumbs_videos strong {
  color: white;
}
#thumbs_videos:after {
  content: '';
  display: block;
  border-width: 10px 10px 14px 10px;
  border-style: inset inset solid inset;
  border-color: transparent transparent #313131 transparent;
  position: absolute;
  top: -24px;
  left: 12px;
}
#thumbs_videos img {
  border: 5px solid #464542;
}
#thumbs_videos li {
  float: left;
  margin: 0 10px 15px;
  width: 222px;
}
#thumbs_videos li a {
  display: block;
}
#thumbs_videos li a:hover p {
  color: #fff;
}
#thumbs_videos li a:hover img {
  border-color: #666;
}
#title_video {
  color: #888;
  position: relative;
  padding-left: 94px;
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
}
#title_video h3 {
  color: white;
  font-size: 28px;
  margin: 0;
  font-weight: bold;
}
#title_video em {
  color: #AADD13;
}
#title_video:before {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 57px;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-position: -108px -548px;
  left: 0;
  bottom: 21px;
}
.ads_comments {
  position: absolute;
  right: 18px;
  top: 36px;
}
#phoneslider {
  background: #ededed;
  padding: 45px 10px;
  position: relative;
}
#phoneslider h2 {
  font-size: 22px;
  font-weight: 400;
  position: relative;
  top: -21px;
  left: 25px;
}
#phoneslider ul {
  overflow: hidden;
  width: 2000em;
  padding-left: 0;
  list-style: none;
}
#phoneslider ul li {
  float: left;
  margin: 0 23px;
  text-align: center;
  /*background: #F00;*/
  width: 109px;
}
#phoneslider ul li div {
  background: #fff;
  padding: 18px 14px;
  text-align: center;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  width: 80px;
}
#phoneslider ul li div img {
  min-width: 70px;
  max-width: 70px;
}
#phoneslider ul li p {
  margin-top: 10px;
  padding: 3px 25px;
  font-size: 13px;
}
#phoneslider .right_arrow {
  position: absolute;
  top: 105px;
  right: 10px;
  display: block;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  width: 39px;
  height: 69px;
  background-position: -163px -449px;
}
#view_scroll {
  width: 905px;
  overflow: hidden;
}
#view_scroll li a {
  display: block;
}
.placehold {
  border: 1px solid red;
}
#titolo_esteso {
  overflow: auto;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
#titolo_esteso h2 {
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 45px;
  font-weight: normal;
  line-height: 55px;
  margin: 0 0 20px 0;
  color: #444444;
}
.like_archivi {
  float: right;
  margin-top: 20px;
}
.titolo_esteso_categoria h2 {
  margin-bottom: 0 !important;
}
.titolo_esteso_categoria span {
  color: #CCCCCC;
}
#paginazione_esterna {
  margin: 0 auto;
  margin-top: 20px;
  padding-top: 30px;
}
#paginazione {
  clear: both;
  margin: 0 auto 20px;
  overflow: auto;
  width: 540px;
}
#paginazione .esteso {
  width: 135px !important;
}
#paginazione a,
#paginazione .inattiva,
#paginazione .attiva {
  display: block;
  float: left;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 40px;
}
#paginazione a,
#paginazione .inattiva {
  background: #F5F5F5;
  color: #666666;
}
#paginazione a {
  color: #333333;
}
#paginazione a:hover {
  background: #2BA3E4;
  color: #FFFFFF;
}
#paginazione .attiva {
  background: #2BA3E4;
  color: #FFFFFF;
}
#cel_list aside {
  width: 316px;
  height: 1400px;
  margin-right: 10px;
  float: left;
}
#cel_list aside.content {
  margin: 0 18px;
  width: 300px;
  min-height: 500px;
}
#cel_list #cellphones_list {
  width: 666px;
}
#cel_list .movingbox {
  width: 666px;
}
#cellphones_list {
  float: left;
  width: 658px;
}
#cellphones_list article .point {
  padding: 0;
}
#cellphones_list article .point strong {
  letter-spacing: -1px;
}
#cellphones_list article img {
  margin-right: 10px;
}
#cellphones_list article div.details {
  width: 156px;
  margin-right: 10px;
  margin-top: 37px;
}
#cellphones_list article div.details .add_compare {
  color: #222;
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.23);
}
.phonelist_item {
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-bottom: 10px;
  padding-top: 10px;
  overflow: hidden;
  /*>*{
			// .ib;
			float: 	left;
	}
			*/
}
.phonelist_item .aggi_compara_activado:before,
.phonelist_item .aggi_compara:before {
  margin-top: 3px;
}
.phonelist_item h4 {
  margin: 0 0 10px;
  float: none;
  font-weight: 300;
  font-size: 18px;
}
.phonelist_item .circle_features {
  float: left;
}
.phonelist_item .point {
  margin-top: 14px;
  margin-right: 4px;
  width: 47px;
  height: 50px;
  line-height: 6px;
  padding: 0;
  font-size: 15px;
  float: left;
  padding: 1px 5px 8px;
}
.phonelist_item .point strong {
  font-size: 26px;
  line-height: normal;
}
.phonelist_item .pic {
  margin-right: 15px;
  float: left;
}
.phonelist_item img {
  margin-right: 0;
  background: #F3F3F3;
  background-size: 60%;
}
.phonelist_item .add_compare {
  color: #222;
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.23);
}
.phonelist_item .add_compare:hover {
  text-decoration: underline;
}
.phonelist_item .add_compare:before {
  width: 25px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  content: '';
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-position: -71px -566px;
}
.phonelist_item div.details {
  width: 156px;
  margin-right: 10px;
  float: left;
  /*.resaltar;*/
}
.phonelist_item div.details h4 {
  font-size: 17px;
  margin: 5px 0 15px;
  font-weight: 300;
}
.phonelist_item div.details h4 strong {
  font-weight: 500;
}
.phonelist_item a:hover {
  color: #cf4545;
}
.phonelist_item .aggi_compara:hover {
  color: #2EB7DD;
}
.phonelist_item .plist_ratingcolumn .point {
  float: none;
}
.title_bar {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAALElEQVQIW2NkwALOnDnznxFdHCRoYmLCiCIBEwQphksgC8Il0AXBEtgEQRIAsDsXagWOqrQAAAAASUVORK5CYII=) repeat;
  width: 666px;
  display: inline-block;
  vertical-align: top;
  right: 0;
  position: relative;
  margin-bottom: 15px;
  height: 37px;
}
.title_bar h3 {
  background: #74c8fd;
  float: right;
  padding: 6px 20px 6px 16px;
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
  border-left: 15px solid white;
  font-size: 16px;
  margin: 0;
}
.title_bar h3 strong {
  font-size: 19px;
  margin-left: 3px;
}
.circle {
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-color: #85b9de;
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: block;
  margin: 0 auto 13px;
}
.circle:after {
  bottom: -5px;
  left: 16px;
  border-width: 6px 3px 0;
  border-color: #85b9de transparent transparent;
  border-style: solid inset inset;
}
.circle_features {
  margin-bottom: 0;
  list-style: none;
  padding-left: 14px;
  margin-top: 36px;
}
.circle_features li {
  /*.resaltar;*/
  font: 13px/16px "Roboto Condensed";
  width: 80px;
  text-align: center;
  float: left;
  color: #979797;
  min-height: 80px;
}
.circle_features li strong {
  color: #535353;
  display: block;
  font-weight: 400;
}
.circle_features.small {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  margin-left: -6px;
}
.circle_features.small li {
  width: 47px;
  line-height: 12px;
  background: #fff;
  margin-left: 6px;
  font-size: 11px;
}
.circle_features.small .circle {
  -webkit-transform: scale(0.78);
  -moz-transform: scale(0.78);
  -o-transform: scale(0.78);
  -ms-transform: scale(0.78);
  transform: scale(0.78);
  background-color: #86BEE3;
  margin: 0 auto 8px;
}
.circle_features.small .circle:after {
  border-color: #86BEE3 transparent transparent;
}
.circle_features.small .circle:hover {
  background-color: #DE5A5A;
  border-color: #DE5A5A;
}
.circle_features .ccamera {
  background-position: -64px -608px;
}
.circle_features .ccamera:hover {
  background-color: #8fc5ec;
}
.circle_features .ccamera:hover:after {
  border-top-color: #8fc5ec;
}
.circle_features .ccore {
  background-position: -65px -701px;
}
.circle_features .ccore:hover {
  background-color: #8fc5ec;
}
.circle_features .ccore:hover:after {
  border-top-color: #8fc5ec;
}
.circle_features .cdisplay {
  background-position: -67px -748px;
}
.circle_features .cdisplay:hover {
  background-color: #8fc5ec;
}
.circle_features .cdisplay:hover:after {
  border-top-color: #8fc5ec;
}
.circle_features .candroid {
  background-position: -66px -657px;
}
.circle_features .candroid:after {
  display: none;
}
.circle_features .cwindows {
  background: url("../img/all_white_icons.png") top left no-repeat;
  background-color: #86BEE3;
  background-position: -1962px 1px;
  -webkit-background-size: 2000px;
  -moz-background-size: 2000px;
  background-size: 2000px;
}
.circle_features .capple {
  background: url("../img/all_white_icons.png") top left no-repeat;
  background-color: #86BEE3;
  background-position: -1256px -3px;
  -webkit-background-size: 2150px;
  -moz-background-size: 2150px;
  background-size: 2150px;
}
.circle_features .csymbian {
  background: url("../img/niconos_opt1.png") top left no-repeat;
  background-color: #86BEE3;
  background-position: 7px -3px;
  -webkit-background-size: 45px;
  -moz-background-size: 45px;
  background-size: 45px;
}
.circle_features .cblackberry {
  background: url("../img/niconos_opt1.png") top left no-repeat;
  background-color: #86BEE3;
  background-position: -3px -401px;
  -webkit-background-size: 50px;
  -moz-background-size: 50px;
  background-size: 50px;
}
.circle_features .cpalm {
  background: url("../img/niconos_opt1.png") top left no-repeat;
  background-color: #86BEE3;
  background-position: -5px -46px;
  -webkit-background-size: 50px;
  -moz-background-size: 50px;
  background-size: 50px;
}
.circle_features .cbada {
  background: url("../img/niconos_opt1.png") top left no-repeat;
  background-color: #86BEE3;
  background-position: -5px -163px;
  -webkit-background-size: 50px;
  -moz-background-size: 50px;
  background-size: 50px;
}
.circle_features .clinux {
  background: url("../img/niconos_opt1.png") top left no-repeat;
  background-color: #86BEE3;
  background-position: -3px -85px;
  -webkit-background-size: 50px;
  -moz-background-size: 50px;
  background-size: 50px;
}
.circle_features .cubuntu {
  background: url("../img/niconos_opt1.png") top left no-repeat;
  background-color: #86BEE3;
  background-position: -3px -183px;
  -webkit-background-size: 46px;
  -moz-background-size: 46px;
  background-size: 46px;
}
.circle_features .csogeneric {
  background: url("../img/niconos_opt1.png") top left no-repeat;
  background-color: #86BEE3;
  background-position: -8px -386px;
  -webkit-background-size: 62px;
  -moz-background-size: 62px;
  background-size: 62px;
}
.arrow_green:after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  vertical-align: top;
  background-position: -176px -688px;
  margin-left: 5px;
}
/*TUDO WINDOWS**/
.tudo_windows header a {
  left: 10px;
  top: 8px;
}
.tudo_apple header a {
  top: 7px;
}
.wide_notice article.big_notice {
  margin-bottom: 36px;
}
.wide_notice article.big_notice img {
  float: none;
  margin: 0 0 12px 0;
  background: #f3f3f3;
}
.wide_notice article.big_notice .readmore {
  float: right;
  margin-top: 15px;
}
#featured-custom .slideshow_container .cycle-overlay.overlay_full {
  background: transparent;
}
.color_android {
  color: #ABCF31;
  font-weight: 500;
}
.color_windows {
  color: #6ED0FF;
  font-weight: 500;
}
.color_apple {
  color: #B0B5B9;
  font-weight: 500;
}
.two_column {
  padding: 12px 18px;
}
.two_column .modelos {
  float: left;
  margin-left: 0;
}
.big_notices {
  width: 655px;
  float: left;
  margin-right: 24px;
}
small.date {
  text-shadow: 1px 1px 0 #839127 !important;
  padding-bottom: 6px !important;
  padding-top: 4px !important;
}
.small_notices {
  width: 300px;
  float: left;
}
.small_notices .modelo_item .features {
  right: 6px;
}
.small_notices .newlist_normal {
  /*    img{
      width: 95px;
      height: 95px;
    }*/
}
.small_notice {
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
}
.small_notice:first-child {
  padding-top: 0;
}
.small_notice img {
  background: #f3f3f3;
}
.small_notice h3 {
  font: 300 19px 'Roboto Condensed';
  margin: 0;
  padding: 0;
}
.small_notice p {
  font-size: 15px;
  line-height: 20px;
  color: #7C7C7C;
  font-weight: 300;
}
.small_notice a:hover {
  color: #F00;
}
.big_notice {
  border-bottom: 0;
  border-top: 1px solid #dcdcdc;
  height: 164px;
  margin-bottom: 0;
  margin-top: 18px;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 18px;
  position: relative;
}
.big_notice img {
  /*    float: left;
    margin-right: 10px;*/
  background: #f3f3f3;
}
.big_notice h2 {
  margin-top: 0;
  display: inline;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 14px;
}
.big_notice p {
  color: #757575;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
}
.big_notice .readmore {
  text-transform: uppercase;
  font: 300 24px 'Roboto Condensed', sans-serif;
}
.big_notice .readmore:after {
  width: 22px;
  height: 22px;
  content: '';
  display: inline-block;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  margin-left: 5px;
  background-position: -173px -822px;
  margin-bottom: -2px;
}
.big_notice .thumb_new_image {
  position: relative;
  display: block;
  float: left;
  width: 192px;
  height: 164px;
  margin-right: 14px;
}
.big_notice .title_link {
  display: block;
  font-size: 27px;
  font-weight: 100;
  line-height: 30px;
  max-height: 93px;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
.big_notice .title_link:hover {
  text-decoration: none;
  color: #f00;
}
.big_notice .details_notice {
  position: absolute;
  bottom: 0;
  left: 206px;
}
.big_notice .details_notice p {
  font-size: 15.4px;
  line-height: 21px;
  color: #666;
  max-height: 64px;
  margin-bottom: 0;
  overflow: hidden;
}
.big_notice > a {
  display: block;
}
.big_notice:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.big_notice .tag_comments {
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
}
.big_notice .tag_comments:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.medium_notice {
  position: relative;
  height: 164px;
  overflow: hidden;
  margin-top: 18px;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.medium_notice .thumb_new_image {
  position: relative;
  display: block;
  float: left;
  width: 192px;
  height: 164px;
  margin-right: 14px;
}
.medium_notice .title_link {
  display: block;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  max-height: 56px;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 12px;
}
.medium_notice .title_link:hover {
  text-decoration: none;
  color: #f00;
}
.medium_notice .news_date {
  color: #f90;
}
.medium_notice .tag_comments {
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
}
.medium_notice .tag_comments:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.medium_notice .details_notice {
  margin-bottom: 10px;
}
.medium_notice .details_notice p {
  font-size: 15.4px;
  line-height: 21px;
  color: #666;
  max-height: 64px;
  margin-bottom: 0;
  overflow: hidden;
}
.medium_notice:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
article.news_model_related {
  width: 300px;
}
.block_news {
  position: relative;
  width: 399px;
  height: 196px;
  margin-top: 24px;
}
.block_news .thumb_new_image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.block_news .overshadow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAuOSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  color: #fff;
}
.block_news .thumb_new_image:hover {
  text-decoration: none;
  color: #FFD738;
}
.block_news .thumb_new_image:hover .overshadow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYig1OCwgMTEyLCAxNDIpIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYig1OCwgMTEyLCAxNDIpIiBzdG9wLW9wYWNpdHk9IjAuNiIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, rgba(58, 112, 142, 0) 0%, rgba(58, 112, 142, 0.6) 100%);
  background-image: -moz-linear-gradient(top, rgba(58, 112, 142, 0) 0%, rgba(58, 112, 142, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(58, 112, 142, 0) 0%, rgba(58, 112, 142, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(58, 112, 142, 0) 0%, rgba(58, 112, 142, 0.6) 100%);
}
.block_news p {
  position: absolute;
  max-height: 54px;
  left: 0;
  bottom: 10px;
  padding: 28px 10px 0 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  color: #fff;
  overflow: hidden;
  text-shadow: 1px 1px 1px #000;
}
.block_news .tag_comments {
  position: absolute;
  left: 10px;
  top: 0;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  background: rgba(150, 200, 255, 0.5);
  color: #fff;
  font-size: 12px;
}
.block_news .news_date {
  position: absolute;
  left: 110px;
  top: 0;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  background: rgba(150, 200, 255, 0.5);
  color: #fff;
  font-size: 12px;
}
.block_news:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.review-item {
  display: block;
  width: 86px;
  height: 78px;
  padding: 6px 16px 16px 16px;
  border: 3px solid #fff;
  text-decoration: none;
  color: #888;
  font-size: 13px;
  font-weight: 300;
}
.review-item span {
  height: 20px;
  line-height: 20px;
}
.review-item:hover {
  text-decoration: none;
  color: #888;
  border-color: #eee;
}
.review-item.selected {
  border-color: #eee;
}
.reviewlist_big {
  position: relative;
  width: 490px;
  margin-right: 17px;
  height: 250px;
  margin-bottom: 15px;
}
.reviewlist_big .thumb_new_image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.reviewlist_big .overshadow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAuOSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  color: #fff;
}
.reviewlist_big .thumb_new_image:hover {
  text-decoration: none;
  color: #FFD738;
}
.reviewlist_big .thumb_new_image:hover .overshadow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYig1OCwgMTEyLCAxNDIpIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYig1OCwgMTEyLCAxNDIpIiBzdG9wLW9wYWNpdHk9IjAuNiIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, rgba(58, 112, 142, 0) 0%, rgba(58, 112, 142, 0.6) 100%);
  background-image: -moz-linear-gradient(top, rgba(58, 112, 142, 0) 0%, rgba(58, 112, 142, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(58, 112, 142, 0) 0%, rgba(58, 112, 142, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(58, 112, 142, 0) 0%, rgba(58, 112, 142, 0.6) 100%);
}
.reviewlist_big p {
  position: absolute;
  max-height: 54px;
  left: 0;
  bottom: 10px;
  padding: 28px 10px 0 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  color: #fff;
  overflow: hidden;
  text-shadow: 1px 1px 1px #000;
}
.reviewlist_big .tag_comments {
  position: absolute;
  left: 10px;
  top: 0;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  background: rgba(150, 200, 255, 0.5);
  color: #fff;
  font-size: 12px;
}
.reviewlist_big .news_date {
  position: absolute;
  left: 110px;
  top: 0;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  background: rgba(150, 200, 255, 0.5);
  color: #fff;
  font-size: 12px;
}
.reviewlist_big.videopreview .thumb_new_image:before {
  background: rgba(255, 255, 255, 0.6) url(/new_files/templates/theme_darklight/img/sprites7_opt.png) 3px -163px no-repeat;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  height: 44px;
  background-size: 170px;
  left: 0;
  margin: 90px auto 0;
  right: 0;
  transition: all 0.25s ease-out 0s;
  width: 44px;
  z-index: 5;
}
.apple_tag {
  position: absolute;
  top: 202px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  left: 11px;
  padding: 7px 13px;
  font-size: 15px;
}
.android_tags {
  position: absolute;
  top: 246px;
  left: 11px;
}
.android_tags a {
  float: left;
  background: white;
  font-size: 16px;
}
.android_tags a:hover {
  text-decoration: none;
  color: white;
}
.tag {
  display: block;
  padding: 3px 8px;
  margin-right: 6px;
  color: white;
  text-shadow: 1px 0 1px #3F3F3F;
}
.tag.black {
  background: rgba(0, 0, 0, 0.3);
}
.tag.green {
  background: rgba(160, 207, 13, 0.8);
}
#load_more {
  text-align: center;
  padding: 30px 0 20px;
}
#load_more a {
  color: #5791B9;
  font-size: 21px;
}
#load_more a:after {
  content: '';
  display: block;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  width: 33px;
  height: 19px;
  background-position: -15px -816px;
  margin: 10px auto;
}
.windows_layout_notices {
  padding: 10px 18px;
  color: white;
}
.windows_layout_notices > div {
  float: left;
  position: relative;
  display: block;
}
.windows_layout_notices > div p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 45px 10px 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  margin: 0;
}
.windows_layout_notices > div a:hover {
  text-decoration: none;
}
.border_container {
  display: block;
  position: relative;
}
.border_container:after {
  content: '';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.border_container:hover {
  color: #FFD738;
}
.border_container:hover:after {
  visibility: visible;
  box-shadow: inset 0 -5px 0 #ffa800, inset 5px 0 0 #ffa800, inset -5px 0 0 #ffa800, inset 0 5px 0 #ffa800;
}
#top_layout_notices > div .small_tile {
  padding: 12px 12px 13px 26px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 17px;
  width: 16px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxNjQsIDIxOSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoODYsIDE1MiwgMTk5KSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(164, 219, 255, 0.95) 0%, rgba(86, 152, 199, 0.95) 100%);
  background-image: -moz-linear-gradient(top, rgba(164, 219, 255, 0.95) 0%, rgba(86, 152, 199, 0.95) 100%);
  background-image: -o-linear-gradient(top, rgba(164, 219, 255, 0.95) 0%, rgba(86, 152, 199, 0.95) 100%);
  background-image: linear-gradient(to bottom, rgba(164, 219, 255, 0.95) 0%, rgba(86, 152, 199, 0.95) 100%);
}
#top_layout_notices > div .small_tile:before {
  content: '';
  background: url("../img/sprites7_opt.png") top left no-repeat;
  width: 25px;
  height: 37px;
  background-position: -213px -51px;
  position: absolute;
  top: 2px;
  left: 3px;
}
#top_layout_notices > div:nth-child(1) .border_container {
  width: 399px;
  height: 399px;
  margin-right: 1px;
}
#top_layout_notices > div:nth-child(2) .border_container {
  width: 579px;
  height: 200px;
  margin-bottom: 1px;
}
#top_layout_notices > div:nth-child(3) .border_container {
  width: 289px;
  height: 198px;
  margin-right: 1px;
}
#top_layout_notices > div:nth-child(4) .border_container {
  width: 289px;
  height: 198px;
}
#bottom_layout_notices > div .yellow_comments {
  position: absolute;
  top: 5px;
  right: 6px;
  background-color: rgba(255, 222, 0, 0.8);
  border-radius: 0;
  color: #FFF !important;
  padding: 4px 10px 4px 26px;
  background-position: -209px -86px;
  font-weight: bold;
}
#bottom_layout_notices > div .apps {
  position: absolute;
  top: 5px;
  right: 58px;
}
#bottom_layout_notices > div p {
  padding: 45px 8px 15px;
}
#bottom_layout_notices > div:nth-child(1) {
  width: 399px;
  height: 138px;
  margin-bottom: 1px;
  margin-right: 1px;
}
#bottom_layout_notices > div:nth-child(2) {
  width: 290px;
  height: 138px;
  margin-right: 1px;
  margin-bottom: 1px;
}
#bottom_layout_notices > div:nth-child(3) {
  width: 289px;
  height: 138px;
  margin-bottom: 1px;
}
#bottom_layout_notices > div:nth-child(4),
#bottom_layout_notices > div:nth-child(5) {
  width: 289px;
  height: 138px;
  margin-right: 1px;
}
#bottom_layout_notices > div:nth-child(6) {
  width: 399px;
  height: 138px;
}
#notice_header {
  padding: 10px;
  position: relative;
  height: 126px;
}
.circle_apps,
.circle_comments {
  position: absolute;
  font: 300 17px 'Roboto Condensed';
  color: #666;
}
.circle_apps i,
.circle_comments i {
  color: white;
  -webkit-border-radius: 24px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 24px;
  -moz-background-clip: padding;
  border-radius: 24px;
  background-clip: padding-box;
  display: block;
  float: left;
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 13px;
  padding: 2px;
  font-style: normal;
  margin-top: 0;
  margin-right: 0;
}
.circle_apps:hover,
.circle_comments:hover {
  text-decoration: none;
}
.circle_apps i {
  background: #A2CF1A;
}
.circle_comments i {
  background: #CBCBCB;
}
.circle_apps {
  top: 114px;
  right: 481px;
  width: 118px;
  color: #666;
}
.circle_comments {
  top: 114px;
  right: 360px;
  width: 106px;
  color: #666;
}
.banner_ad {
  position: relative;
  padding: 10px 18px;
  width: 980px;
  height: 340px;
}
.banner_ad .ad_over {
  position: absolute;
  top: 44px;
  right: 41px;
  background: rgba(255, 255, 255, 0.6);
  padding: 9px;
}
.topic_twocolumns {
  padding: 10px;
  padding: 10px 18px;
  overflow: hidden;
}
.side_left {
  float: left;
  width: 756px;
  line-height: 24px;
  font-size: 17px;
  color: #616161;
  text-rendering: optimizeLegibility;
}
.side_left > p,
.side_left > div {
  margin-bottom: 20px;
  padding-right: 18px;
}
.sideright {
  float: right;
}
.nav_arrows {
  width: 215px;
  padding: 0;
  margin: 0;
}
.nav_arrows li a {
  display: block;
  height: 44px;
  background: #F3F3F3;
  border-left: 3px solid #C6C6C6;
  margin-bottom: 3px;
  line-height: 44px;
  padding: 0 12px;
  font-size: 15px;
  color: #454444;
  text-shadow: 0 0 1px #E0E0E0;
  text-rendering: optimizeLegibility;
}
.nav_arrows li a:after {
  display: inline-block;
  content: '';
  background: url("../img/sprites7_opt.png") top left no-repeat;
  width: 13px;
  height: 23px;
  background-position: -176px -762px;
  float: right;
  margin-top: 11px;
}
.nav_arrows li a.active,
.nav_arrows li a:hover {
  background: #A2CF1A;
  color: white;
  text-decoration: none;
  border: none;
  padding-left: 16px;
  text-shadow: 1px 1px 2px rgba(65, 65, 65, 0.52);
}
.nav_arrows li a.active:after,
.nav_arrows li a:hover:after {
  display: inline-block;
  content: '';
  background: url("../img/sprites7_opt.png") top left no-repeat;
  width: 13px;
  height: 23px;
  background-position: -52px -817px;
  float: right;
  margin-top: 11px;
}
.desc_notice {
  background: #EEEEEE;
  font-size: 14px;
  padding: 15px 10px 15px 179px;
  margin-bottom: 10px;
  line-height: 17px;
  color: #605f5f;
  position: relative;
}
.desc_notice h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #302f2f;
  margin-top: 0;
}
.notice_points {
  margin-bottom: 40px;
  position: relative;
}
.notice_points > p {
  margin-bottom: 25px;
}
.notice_points h2 {
  position: absolute;
  top: 20px;
  color: white;
  text-align: center;
  margin: 0;
  width: 100%;
  font-size: 28px;
}
.read_bar {
  height: 76px;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
}
.segnalaerrore {
  clear: both;
  position: relative;
  width: 448px;
  margin: 20px 0 0 0;
  border-top: 1px solid #eee;
  padding: 14px 10px 0 10px;
  text-align: center;
}
.segnalaerrore a {
  color: #000;
}
.segnalaerrore a:hover {
  color: #f00;
}
.read_all {
  background: #A2CC20;
  color: #FFF;
  padding: 12px 45px 12px 25px;
  font-size: 24px;
  position: absolute;
  bottom: 12px;
  right: -6px;
}
.read_all:hover {
  color: white;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.52);
}
.read_all:after {
  content: '';
  background: url("../img/sprites7_opt.png") top left no-repeat;
  width: 17px;
  height: 25px;
  background-position: -115px -820px;
  position: absolute;
  right: 10px;
}
.read_all:before {
  right: 0;
  bottom: -8px;
  border-width: 4px;
  border-color: #749215 transparent transparent #749215;
  border-style: solid;
}
.sideleft #social_buttons {
  margin: 80px 0 60px;
}
.thumb_stars {
  width: 161px;
  overflow: hidden;
  position: absolute;
  left: 5px;
  top: -29px;
  text-align: center;
}
.thumb_up {
  background: url("../img/sprites2.png") top left no-repeat;
  width: 75px;
  height: 80px;
  background-position: -20px -191px;
  display: inline-block;
}
.star {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: 10px;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-position: -146px -824px;
}
/*.tile{

  strong{
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: 'Roboto Condensed';
  }
}
*/
.floating_tiles_holder {
  position: relative;
}
.tile {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.25);
  color: white;
  height: 85px;
  position: relative;
  text-align: center;
  width: 85px;
  z-index: 2;
}
.tile > img,
.tile > label {
  display: block;
}
.tile > img {
  margin: 0 auto;
  padding: 12px 0 4px;
}
.tile:after,
.tile:before {
  border-width: 7px;
  top: 38px;
}
.tile label {
  font-family: 'roboto condensed';
  font-weight: 700;
  line-height: 15px;
  text-shadow: none;
}
.tile label.big_label {
  text-transform: uppercase;
}
.tile span.big_number {
  font-size: 38px;
  font-weight: 500;
  text-shadow: none;
  line-height: 46px;
}
.tiles_holder {
  height: auto;
  z-index: 5;
  width: 85px;
}
.tiles_holder.fixed_top {
  position: fixed;
  top: 0;
}
.tiles_holder.fixed_bottom {
  position: fixed;
  bottom: 0;
}
.tiles_holder.fixed_top_right {
  position: fixed;
  top: 0;
  margin: 0 !important;
}
.tiles_holder.right {
  margin-right: -110px;
  float: right;
}
.tiles_holder.right .tile:after,
.tiles_holder.right .tile:before {
  border-style: inset solid inset inset;
}
.tiles_holder.right .tile:after {
  left: -14px;
  border-color: transparent rgba(0, 0, 0, 0.17) transparent transparent;
}
.tiles_holder.right .tile:before {
  left: -20px;
  border-color: transparent #aaa transparent transparent;
}
.tiles_holder.right .label_links {
  text-align: left;
  margin-left: -6px;
  float: left;
}
.tiles_holder.right .label_links a {
  float: left;
  clear: left;
}
.tiles_holder.right .label_links a:hover:not(.active) {
  padding-left: 20px;
}
.tiles_holder.left {
  margin-left: -110px;
  float: left;
}
.tiles_holder.left .tile:before,
.tiles_holder.left .tile:after {
  border-style: inset inset inset solid;
}
.tiles_holder.left .tile:before {
  right: -21px;
  border-color: transparent transparent transparent #aaa;
}
.tiles_holder.left .tile:after {
  right: -14px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.17);
}
.tiles_holder.left .label_links {
  text-align: right;
  margin-right: -7px;
  float: right;
}
.tiles_holder.left .label_links a {
  float: right;
  clear: right;
}
.tiles_holder.left .label_links a:hover:not(.active) {
  padding-right: 20px;
}
.tiles_holder.bottom {
  margin: 0;
}
.tiles_holder.bottom .tile:before {
  border-style: solid inset inset inset;
  border-color: rgba(0, 0, 0, 0.17) transparent transparent transparent;
  bottom: -20px;
  right: auto;
  top: auto;
  border-width: 10px;
  left: 33px;
}
.tiles_holder.bottom .tile:after {
  display: none;
}
.tiles_holder > a {
  display: block;
}
.tiles_holder > a label {
  cursor: pointer;
}
.tiles_holder > a:hover {
  text-decoration: none;
}
.tiles_holder > a:hover .tile {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}
.tiles_holder .tile {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxNjQsIDIxOSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoODYsIDE1MiwgMTk5KSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(164, 219, 255, 0.95) 0%, rgba(86, 152, 199, 0.95) 100%);
  background-image: -moz-linear-gradient(top, rgba(164, 219, 255, 0.95) 0%, rgba(86, 152, 199, 0.95) 100%);
  background-image: -o-linear-gradient(top, rgba(164, 219, 255, 0.95) 0%, rgba(86, 152, 199, 0.95) 100%);
  background-image: linear-gradient(to bottom, rgba(164, 219, 255, 0.95) 0%, rgba(86, 152, 199, 0.95) 100%);
}
.tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #82BDE5;
}
.tiles_holder.right .tile:after {
  border-color: transparent #82BDE5 transparent transparent;
}
.tiles_holder.bottom .tile:before {
  border-top-color: #5891B9;
}
.blue_theme .tile {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigxNjQsIDIxOSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoODYsIDE1MiwgMTk5KSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(164, 219, 255, 0.95) 0%, rgba(86, 152, 199, 0.95) 100%);
  background-image: -moz-linear-gradient(top, rgba(164, 219, 255, 0.95) 0%, rgba(86, 152, 199, 0.95) 100%);
  background-image: -o-linear-gradient(top, rgba(164, 219, 255, 0.95) 0%, rgba(86, 152, 199, 0.95) 100%);
  background-image: linear-gradient(to bottom, rgba(164, 219, 255, 0.95) 0%, rgba(86, 152, 199, 0.95) 100%);
}
.blue_theme.left .tile:after {
  border-color: transparent transparent transparent #82BDE5;
}
.blue_theme.right .tile:after {
  border-color: transparent #82BDE5 transparent transparent;
}
.blue_theme.bottom .tile:before {
  border-top-color: #5891B9;
}
.label_links {
  margin-top: 10px;
}
.label_links a {
  background: rgba(160, 160, 160, 0.76);
  color: #FFF;
  text-shadow: none;
  padding: 6px 8px;
  font: 400 12px 'Roboto';
  margin-bottom: 6px;
  display: block;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  min-width: 32px;
  white-space: nowrap;
}
.label_links a:hover {
  text-decoration: none;
}
.label_links a:not(.active):hover {
  background: rgba(118, 178, 220, 0.8);
}
.label_links a.filtro_android:hover {
  background-color: #A4C639;
  background-color: rgba(164, 198, 57, 0.7);
}
.label_links a.filtro_apple:hover {
  background-color: #009BDD;
  background-color: rgba(0, 155, 221, 0.7);
}
.label_links a.filtro_windows:hover {
  background-color: #4FB8FF;
  background-color: rgba(79, 184, 255, 0.7);
}
.label_links a.filtro_games:hover {
  background-color: #ffc90e;
  background-color: rgba(255, 201, 14, 0.7);
}
.label_links a.filtro_hardware:hover {
  background-color: #8f6c2c;
  background-color: rgba(143, 108, 44, 0.7);
}
.label_links a.filtro_hd:hover {
  background-color: #6C1E7F;
  background-color: rgba(108, 30, 127, 0.7);
}
.label_links a.filtro_htc:hover {
  background-color: #4d9f1c;
  background-color: rgba(77, 159, 28, 0.7);
}
.label_links a.filtro_samsung:hover {
  background-color: #1D72AE;
  background-color: rgba(29, 114, 174, 0.7);
}
.label_links a.filtro_nokia:hover {
  background-color: #194da5;
  background-color: rgba(25, 77, 165, 0.7);
}
.label_links a.filtro_mobile:hover {
  background-color: #f98e00;
  background-color: rgba(249, 142, 0, 0.7);
}
.label_links a.active {
  background: #fff !important;
  color: black;
  text-shadow: none;
  font-weight: 500;
  cursor: default;
  /*    &:hover{
         text-decoration: line-through;color: #f00;cursor: pointer;
      }*/
}
.label_links a:last-child {
  margin-bottom: 0;
}
.gad_container {
  z-index: 100;
}
.gallery_container {
  height: 264px;
  background: red;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwMDAwYiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiM3MDAwMGIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjMlIiBzdG9wLWNvbG9yPSIjODIyMjAwIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzdjNWIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI0MyUiIHN0b3AtY29sb3I9IiM3YzViMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjMWI1NjA0IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzExNGMwMyIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI3MyUiIHN0b3AtY29sb3I9IiMwOTJlNTciIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMDkyZTU3IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTJlNTciIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(45deg, #70000b 0%, #70000b 10%, #822200 23%, #7c5b00 33%, #7c5b00 43%, #1b5604 55%, #114c03 63%, #092e57 73%, #092e57 80%, #092e57 100%);
  background-image: -moz-linear-gradient(45deg, #70000b 0%, #70000b 10%, #822200 23%, #7c5b00 33%, #7c5b00 43%, #1b5604 55%, #114c03 63%, #092e57 73%, #092e57 80%, #092e57 100%);
  background-image: -o-linear-gradient(45deg, #70000b 0%, #70000b 10%, #822200 23%, #7c5b00 33%, #7c5b00 43%, #1b5604 55%, #114c03 63%, #092e57 73%, #092e57 80%, #092e57 100%);
  background-image: linear-gradient(45deg, #70000b 0%, #70000b 10%, #822200 23%, #7c5b00 33%, #7c5b00 43%, #1b5604 55%, #114c03 63%, #092e57 73%, #092e57 80%, #092e57 100%);
  position: relative;
}
.gallery_container:hover {
  zoom: 1;
  filter: alpha(opacity=92);
  -webkit-opacity: 0.92;
  -moz-opacity: 0.92;
  opacity: 0.92;
}
#main_container .gallery_screens {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  padding: 11px;
  top: 60px;
  left: 170px;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
}
#main_container .gallery_screens ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main_container .gallery_screens ul li {
  float: left;
  margin-right: 3px;
  height: 160px;
}
#main_container .gallery_screens ul li:last-child {
  margin-right: 0;
}
.icon_app {
  position: absolute;
  top: 74px;
  left: 12px;
}
#slider_container {
  float: left;
  position: relative;
  height: 299px;
  width: 675px;
}
#slider_container p {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 35px;
  padding: 19px 24px;
  text-shadow: 1px 1px 1px rgba(9, 8, 8, 0.41);
  font-weight: 100;
  margin: 0;
}
#slider_container .apple_tile {
  position: absolute;
  top: 0;
  left: -111px;
}
.white_title .overlay_full {
  background: none !important;
}
.white_title .dtitle {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  text-shadow: none;
  font-size: 30px;
  left: 90px !important;
  right: 90px !important;
  bottom: 40px !important;
  top: auto !important;
  padding: 10px !important;
  height: auto !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.white_title .dots span {
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.white_title:hover .dtitle {
  background: rgba(255, 255, 255, 0.7);
}
.white_title:hover .dots span {
  background: rgba(255, 255, 255, 0.7) !important;
}
.compara_movil {
  float: left;
  margin: 0 14px;
  text-align: center;
  height: 135px;
  width: 95px;
  border: 1px solid #8a8a8a;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.compara_movil h4,
.compara_movil h5 {
  margin: 0;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
}
.compara_movil .name_phone {
  position: absolute;
  top: 92px;
  left: 0;
  right: 0;
  padding: 0 8px;
}
.compara_movil h4 {
  font-size: 12px;
  font-weight: bold;
}
.compara_movil span {
  position: absolute;
  right: -6px;
  top: -5px;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-position: -213px -173px;
  background-color: #fe1717;
  display: block;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 19px;
  height: 19px;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  cursor: pointer;
  font: bold 15px/18px sans-serif;
}
.compara_movil img {
  position: relative;
  top: 7px;
}
.go_codmpadre {
  margin-top: 71px;
  margin-left: 12px;
  display: block;
  border: 1px solid #AFAFAF;
  float: left;
  background: #BADA55;
  padding: 10px 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.go_codmpadre:hover {
  text-decoration: none;
  background: #a8cf2d;
  color: white;
}
#toolbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: none;
  z-index: 102;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigzMSwgMzEsIDMxKSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, rgba(31, 31, 31, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -moz-linear-gradient(top, rgba(31, 31, 31, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -o-linear-gradient(top, rgba(31, 31, 31, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: linear-gradient(to bottom, rgba(31, 31, 31, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
}
#toolbar .container {
  border: 0;
  position: relative;
  background: transparent;
  overflow: visible;
}
#toolbar #content_toolbar {
  height: 168px;
}
#toolbar #lengueta {
  position: absolute;
  top: -36px;
  right: 20px;
  color: #FFF;
  height: 36px;
  background: rgba(0, 0, 0, 0.21);
  cursor: pointer;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.31);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.31);
}
#toolbar #lengueta > * {
  display: inline-block;
  vertical-align: top;
}
#toolbar #lengueta #lengueta_text {
  width: 156px;
  height: 36px;
  background: rgba(31, 31, 31, 0.9);
  margin-right: 2px;
  text-align: center;
  font: 400 15px/36px 'Roboto Condensed';
}
#toolbar #lengueta #lengueta_text:before {
  content: '';
  display: block;
  width: 22px;
  height: 17px;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-position: -96px -502px;
  float: left;
  left: 17px;
  top: 12px;
  margin-right: 6px;
  position: relative;
}
#toolbar .btn {
  background: #555;
  padding: 7px 15px;
  display: block;
  color: #FFF;
  margin: 5px 2px;
  text-decoration: none;
  text-align: center;
}
#toolbar .go_compare {
  background: #2DB1D9;
  position: absolute;
  width: 96%;
  height: 68px;
  line-height: 66px;
  top: 53px;
  padding: 0;
  margin: 0;
  text-align: right;
}
#toolbar .go_compare span {
  height: 62px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #029ecd;
  font: 400 19px 'Roboto Condensed';
  text-shadow: -1px 1px 1px #106B86;
  text-transform: uppercase;
  width: 96%;
  padding-right: 36px;
  line-height: 64px;
}
#toolbar .go_compare span:after {
  top: 0;
  right: -30px;
  z-index: 2;
  border-style: inset inset inset solid;
  border-width: 31px 0 31px 31px;
  border-color: transparent transparent transparent #029ecd;
}
#toolbar .go_compare:hover {
  /*      &:after{
        border-color: transparent transparent transparent #2DB1D9;
      }*/
}
#toolbar .go_compare:hover span {
  background: #2DB1D9;
}
#toolbar .go_compare:hover span:after {
  border-color: transparent transparent transparent #2DB1D9;
}
#toolbar .go_compare:after {
  top: 0;
  right: -35px;
  border-style: inset inset inset solid;
  border-width: 34px 0 34px 35px;
  border-color: transparent transparent transparent #71B2E7;
}
#toolbar .rmv_close {
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-color: #EF102B;
  background-position: -205px -143px;
  height: 34px;
  width: 34px;
  display: block;
}
#toolbar .rmv_close:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#toolbar #botones {
  float: left;
  margin-top: 6px;
  margin-left: 10px;
}
#toolbar #toolbar_phones {
  /*      border: 1px solid red;
      float: left;*/
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 5px;
}
.confronta_sizes {
  /*  .add_phones{
    margin-bottom: 30px;
  }*/
  /*  #main_logo{
    position: static;
  }*/
}
.confronta_sizes input[type="button"] {
  padding: 5px 10px;
  background-color: #eee;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #eee 0%, #ddd 100%);
  background-image: -moz-linear-gradient(top, #eee 0%, #ddd 100%);
  background-image: -o-linear-gradient(top, #eee 0%, #ddd 100%);
  background-image: linear-gradient(to bottom, #eee 0%, #ddd 100%);
  border: 1px solid #ddd;
}
.confronta_sizes #input_controls {
  background: #D1D1D1;
  width: auto;
  display: block !important;
  overflow: hidden;
  margin: 0 !important;
  text-align: center;
  padding: 14px;
  vertical-align: top;
  margin-left: 70px;
}
.confronta_sizes #input_controls > * {
  float: none;
  margin-right: 30px;
  display: inline-block;
}
.confronta_sizes #input_controls #zoom input {
  vertical-align: bottom;
}
.confronta_sizes .row_titles {
  margin-top: 588px;
  text-align: left;
  float: left;
  margin-left: 0;
}
.confronta_sizes .container {
  text-align: center;
  width: auto;
}
.confronta_sizes header {
  padding: 15px 20px;
  text-align: left;
  height: auto;
}
.confronta_sizes #phone_columns_order button,
.confronta_sizes #phone_columns_order input[type="button"] {
  padding: 5px 10px;
  background: none;
  background-color: #eee;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #eee 0%, #ddd 100%);
  background-image: -moz-linear-gradient(top, #eee 0%, #ddd 100%);
  background-image: -o-linear-gradient(top, #eee 0%, #ddd 100%);
  background-image: linear-gradient(to bottom, #eee 0%, #ddd 100%);
  border: 1px solid #ddd;
}
.confronta_sizes .phone_column {
  margin: 0 4px;
  width: auto;
  /*border: 1px solid blue;*/
  display: inline-block;
  vertical-align: bottom;
  float: none;
  background: white;
}
.confronta_sizes .phone_column h2 {
  margin: 15px 0;
  font-weight: bold;
  font-size: 13px;
}
.confronta_sizes .big_phone {
  height: auto;
  width: auto;
  position: static;
}
.confronta_sizes .big_phone img {
  width: 100%;
  cursor: move;
}
.confronta_sizes #phone_columns_order {
  overflow: hidden;
  position: static;
  margin-left: 0;
  margin-top: 20px;
}
#gad_728x90 {
  z-index: 105;
}
#warning {
  display: none;
}
.slideshow_container {
  position: relative;
  clear: both;
  /*esta es la clase cuando se hace hover sobre el slider*/
}
.slideshow_container .cycle-prev,
.slideshow_container .cycle-next {
  position: absolute;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 59%;
  z-index: 101;
  text-indent: -400px;
  overflow: hidden;
  width: 54px;
  height: 54px;
  display: block;
  border: none;
  -webkit-border-radius: 60px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 60px;
  -moz-background-clip: padding;
  border-radius: 60px;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url(/new_files/img/arrows.gif);
  background-repeat: no-repeat;
  background-position: 19px 16px;
  cursor: pointer;
  background-color: rgba(140, 140, 140, 0.4);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slideshow_container .cycle-prev:hover,
.slideshow_container .cycle-next:hover {
  background-color: #2EB7DD;
  border-color: #fff;
}
.slideshow_container .cycle-prev {
  left: 0px;
}
.slideshow_container .cycle-prev:before {
  border-color: transparent rgba(255, 255, 255, 0.4) transparent transparent;
}
.slideshow_container .cycle-next {
  right: 0px;
  background-position: -26px 16px;
}
.slideshow_container .cycle-next:before {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
}
.slideshow_container:hover .cycle-prev {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.slideshow_container:hover .cycle-prev,
.slideshow_container:hover .cycle-next {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slideshow_container:hover .cycle-next {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
.slideshow_container .slideshow {
  height: 100%;
  overflow: hidden;
  background: transparent;
}
.slideshow_container .slideshow > a {
  display: none;
  text-align: center;
}
.slideshow_container .slideshow > a:first-child {
  display: block;
}
.slideshow_container .dots {
  position: absolute;
  bottom: 5px;
  width: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 102;
  text-align: center;
}
.slideshow_container .dots span {
  font: 140px/18px arial;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background: white;
  margin: 0 2px;
}
.slideshow_container .dots span.cycle-pager-active {
  background-color: #2EB7DD;
}
.slideshow_container .cycle-overlay {
  position: absolute;
  z-index: 101;
  color: white;
  margin: 0 auto;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slideshow_container .cycle-overlay.overlay_right {
  border: none;
  background: rgba(0, 0, 0, 0.5);
  font: 300 35px "roboto condensed";
  bottom: 0;
  padding: 10px 21px 15px;
  text-shadow: 1px 1px 1px rgba(9, 8, 8, 0.41);
}
.slideshow_container .cycle-overlay.overlay_right .dncomment {
  display: none;
}
.slideshow_container .cycle-overlay.overlay_bottom {
  width: 93%;
  bottom: 25px;
  left: 0;
  right: 0;
}
.slideshow_container .cycle-overlay.overlay_bottom .dncomment {
  padding: 0;
  font-size: 40px;
  line-height: 134px;
  height: 106px;
  float: left;
  width: 121px;
  text-align: center;
  font-weight: bold;
  background: #85AD16 url(../img/green_bubble.jpg) no-repeat 50% 14px;
}
.slideshow_container .cycle-overlay.overlay_bottom .dtitle {
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 1px rgba(9, 8, 8, 0.41);
  line-height: 46px;
  padding: 8px 12px 8px 17px;
  font-weight: 300;
  margin: 0;
  font-size: 39px;
  margin-left: 123px;
  height: 90px;
  overflow: hidden;
}
.slideshow_container .cycle-overlay.overlay_full {
  width: 100%;
  height: 100%;
  font: 400 40px/60px "roboto condensed";
  padding: 19px 130px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjciLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, transparent 25%, rgba(0, 0, 0, 0.7) 100%);
  background-image: -moz-linear-gradient(top, transparent 25%, rgba(0, 0, 0, 0.7) 100%);
  background-image: -o-linear-gradient(top, transparent 25%, rgba(0, 0, 0, 0.7) 100%);
  background-image: linear-gradient(to bottom, transparent 25%, rgba(0, 0, 0, 0.7) 100%);
}
.slideshow_container .cycle-overlay.overlay_full .dtitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  line-height: 44px;
  height: 162px;
  padding: 0 86px;
  margin: 0 auto;
  overflow: hidden;
  max-height: 160px;
}
.slideshow_container .cycle-overlay.overlay_full .dncomment {
  display: none;
}
.slideshow_container.slider_hover {
  /*    .slideshow{
      > a img{
        .opacity(0.9);
      }
/*       > a img{
        .opacity(0.9);
      }
    } */
}
._thumbs_right .cycle-overlay.overlay_full {
  font-size: 40px;
}
._thumbs_right .cycle-overlay.overlay_full .dtitle {
  top: 130px !important;
  line-height: 45px !important;
}
.btn {
  position: absolute;
  top: 20px;
  background: green;
  color: white;
  padding: 6px;
  width: 100px;
  right: 35px;
  /*z-index: 300;*/
}
.btn:hover {
  background: yellow;
}
.thumb_bottom {
  width: 100%;
  margin-top: 5px;
}
.thumb_bottom > div {
  float: left;
  width: 25%;
}
.thumb_right {
  position: absolute;
  top: 0;
  z-index: 102;
  background: #fff;
  right: 0;
  border-left: 3px solid #FFF;
}
.thumb_right > *,
.thumb_bottom > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.side_thumb {
  margin-bottom: 1px;
}
.side_thumb a {
  display: block;
  height: 100%;
  background: #F4F4F4;
  font-size: 17px;
  padding-right: 10px;
  line-height: 21px;
  position: relative;
}
.side_thumb a:before,
.side_thumb a:after {
  border-width: 7px;
  left: -14px;
}
.side_thumb img {
  float: left;
  margin-right: 10px;
  background: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.side_thumb p {
  padding-top: 6px;
  margin: 0;
  font: 400 15px/19px 'Roboto Condensed';
}
.side_thumb.cycle-pager-active a,
.side_thumb:hover a {
  background: #7195B0;
  color: white;
  text-decoration: none;
}
.side_thumb.cycle-pager-active a img,
.side_thumb:hover a img {
  -webkit-transform: scale(0.92);
  -moz-transform: scale(0.92);
  -o-transform: scale(0.92);
  -ms-transform: scale(0.92);
  transform: scale(0.92);
}
.side_thumb.cycle-pager-active a:before,
.side_thumb:hover a:before,
.side_thumb.cycle-pager-active a:after,
.side_thumb:hover a:after {
  display: block;
  border-style: inset solid inset inset;
}
.side_thumb.cycle-pager-active a:before,
.side_thumb:hover a:before {
  border-color: transparent white transparent transparent;
  border-width: 8px;
  left: -19px;
  top: 42%;
}
.side_thumb.cycle-pager-active a:after,
.side_thumb:hover a:after {
  border-color: transparent #7195B0 transparent transparent;
  top: 43%;
}
.bar_thumb {
  background: #CBDAE1;
  float: left;
  padding-top: 10px;
  margin-right: 5px;
  overflow: hidden;
  line-height: 17px;
}
.bar_thumb a {
  background: #F0F5F8;
  display: block;
  font-size: 14px;
  padding: 10px;
  border-bottom: 2px solid transparent;
  position: relative;
  height: 96px;
}
.bar_thumb a p {
  font-family: 'Roboto Condensed';
  font-weight: 400;
  margin: 0;
}
.bar_thumb:hover,
.bar_thumb.cycle-pager-active {
  background: #96BF3B;
}
.bar_thumb:hover a,
.bar_thumb.cycle-pager-active a {
  text-decoration: none;
  background: white;
  border-bottom: 2px solid #96BF3B;
}
.bar_thumb:hover a:before,
.bar_thumb.cycle-pager-active a:before {
  border-style: inset inset solid;
  border-width: 8px;
  border-color: transparent transparent white;
  top: -16px;
  left: 20%;
}
.bar_thumb:last-child {
  margin: 0px;
}
.bar_thumb img {
  float: left;
  margin-right: 5px;
}
#simple_slider {
  margin: 0 auto 20px;
  background: #F3F3F3;
}
#simple_slider .overlay_full .dtitle {
  top: 200px;
  bottom: auto;
  max-height: 135px;
  overflow: hidden;
  line-height: 44px;
  padding: 0px 100px;
}
._transparent .thumb_right {
  background: rgba(255, 255, 255, 0.72);
}
._transparent .side_thumb a {
  background: none;
}
._transparent .side_thumb:hover a,
._transparent .side_thumb.cycle-pager-active a {
  background: rgba(134, 213, 246, 0.55);
  color: #FFF;
}
._transparent .side_thumb:hover a:after,
._transparent .side_thumb.cycle-pager-active a:after {
  border-right-color: #86D5F6;
}
.vertical_tabs {
  background: #f8f8f8;
  overflow: hidden;
}
.vertical_tabs .anchors {
  background: #E9E9E9;
  width: 214px;
  float: left;
  height: 300px;
}
.vertical_tabs .anchors a {
  line-height: 60px;
  height: 60px;
  border-bottom: 1px solid #D9D9D9;
  color: #717171;
  padding-left: 29px;
  position: relative;
}
.vertical_tabs .anchors a:after {
  display: block;
  content: '';
  width: 15px;
  height: 25px;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  position: absolute;
  right: 10px;
  top: 20px;
  background-position: -214px -117px;
}
.vertical_tabs .anchors a:hover,
.vertical_tabs .anchors a:active,
.vertical_tabs .anchors a.activo {
  background: #F8F8F8;
  color: #000;
}
.vertical_tabs .anchors a:hover:after,
.vertical_tabs .anchors a:active:after,
.vertical_tabs .anchors a.activo:after {
  background-position: -229px -117px;
}
.vertical_tabs .vtabs_content {
  float: left;
  width: 645px;
  padding-top: 20px;
  padding-left: 6px;
}
.vertical_tabs .vtabs_content > div {
  display: none;
}
.vertical_tabs .vtabs_content > div a {
  float: left;
  position: relative;
  width: 280px;
  height: 73px;
  overflow: hidden;
  font: 300 15px/20px 'Roboto Condensed';
  padding: 3px 10px 3px 3px;
  margin: 0 0 6px 18px;
  text-align: left;
  background: #F8F8F8;
}
.vertical_tabs .vtabs_content > div a img {
  float: left;
  margin-right: 10px;
  background: #F3F3F3;
  background-size: 30%;
}
.vertical_tabs .vtabs_content > div a:visited {
  background: #e0f0fa;
}
.vertical_tabs .vtabs_content > div a:hover {
  background: #E05B5B;
  color: #FFF;
}
.vertical_tabs .vtabs_content .tab_content:first-child {
  display: block;
}
.fixed_tile {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.commentbox {
  position: absolute;
  display: block;
  top: 57px;
  left: 3px;
  height: 18px;
  background: #fc3;
  font: 400 13px/18px Roboto;
  text-align: center;
  padding: 0 6px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
}
.color_video {
  width: 63px;
  height: 36px;
  margin-right: 6px;
  float: left;
  position: relative;
}
.color_video:after,
.color_video:before {
  content: '';
  display: block;
  position: absolute;
}
.color_video:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.color_video:before {
  width: 25px;
  height: 25px;
  background: url("../img/sprites7_opt.png") top left no-repeat;
  background-position: 0 -99px;
  background-size: 107px 347px;
  background-color: rgba(255, 255, 255, 0.47);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  top: 6px;
  left: 20px;
  z-index: 101;
}
#holder_temp_left,
#holder_temp_right {
  position: fixed;
  width: 85px;
  height: 85px;
  bottom: 20px;
  z-index: 4;
  display: none;
  background: red;
}
#holder_temp_left {
  margin-left: -90px;
}
#holder_temp_right {
  -webkit-transform: translateX(1021px);
  -moz-transform: translateX(1021px);
  -o-transform: translateX(1021px);
  -ms-transform: translateX(1021px);
  transform: translateX(1021px);
}
#fountainG {
  position: relative;
  width: 178px;
  height: 21px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.fountainG {
  position: absolute;
  top: 0;
  background-color: #E6E6E6;
  width: 22px;
  height: 22px;
  -webkit-animation-name: bouncefountainG;
  -moz-animation-name: bouncefountainG;
  -o-animation-name: bouncefountainG;
  animation-name: bouncefountainG;
  -webkit-animation-duration: 1.7s;
  -moz-animation-duration: 1.7s;
  -o-animation-duration: 1.7s;
  animation-duration: 1.7s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
}
#fountainG_1 {
  left: 0;
  -webkit-animation-delay: 0.68s;
  -moz-animation-delay: 0.68s;
  -o-animation-delay: 0.68s;
  animation-delay: 0.68s;
}
#fountainG_2 {
  left: 22px;
  -webkit-animation-delay: 0.85s;
  -moz-animation-delay: 0.85s;
  -o-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
#fountainG_3 {
  left: 45px;
  -webkit-animation-delay: 1.02s;
  -moz-animation-delay: 1.02s;
  -o-animation-delay: 1.02s;
  animation-delay: 1.02s;
}
#fountainG_4 {
  left: 67px;
  -webkit-animation-delay: 1.19s;
  -moz-animation-delay: 1.19s;
  -o-animation-delay: 1.19s;
  animation-delay: 1.19s;
}
#fountainG_5 {
  left: 89px;
  -webkit-animation-delay: 1.36s;
  -moz-animation-delay: 1.36s;
  -o-animation-delay: 1.36s;
  animation-delay: 1.36s;
}
#fountainG_6 {
  left: 111px;
  -webkit-animation-delay: 1.53s;
  -moz-animation-delay: 1.53s;
  -o-animation-delay: 1.53s;
  animation-delay: 1.53s;
}
#fountainG_7 {
  left: 134px;
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
#fountainG_8 {
  left: 156px;
  -webkit-animation-delay: 1.87s;
  -moz-animation-delay: 1.87s;
  -o-animation-delay: 1.87s;
  animation-delay: 1.87s;
}
/*BOX APP MARKETPLACE ANDROID*/
.appbox {
  height: 130px;
  background: #fff;
  padding: 10px 5px 5px 5px;
  border: 6px solid #dfdfdf;
  margin-top: 25px;
  font-family: "Roboto Condensed", sans-serif;
}
.appbox_inner {
  position: relative;
  width: 150px;
  height: 100px;
  background: #fff;
  float: left;
  margin: 4px 0 0 20px;
}
.ap_marketicon {
  margin-left: 15px;
  margin-top: 10px;
}
.appbox_content {
  position: relative;
  width: 247px;
  height: 100px;
  background: #fff;
  float: left;
  padding-top: 10px;
}
.appbox_qr {
  position: relative;
  width: 100px;
  height: 100px;
  background: #EFEFEF;
  float: right;
  margin: 10px 40px 0 0;
}
.modeldesc {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 20px 0;
}
.modeldesc a:hover {
  color: #ff0000 !important;
}
.container_gray {
  background: rgba(0, 0, 0, 0.15);
}
#important_notizes {
  padding: 0 18px 10px;
}
#important_notizes:before,
#important_notizes:after {
  content: " ";
  display: table;
}
#important_notizes:after {
  clear: both;
}
#important_notizes .notice_important {
  display: block;
  float: left;
  margin-right: 1px;
  width: 244px;
  border-bottom: 3px solid #d6d6d6;
}
#important_notizes .notice_important.cat_games .thumb_notice span {
  background-color: #ffc90e;
  background-color: rgba(255, 201, 14, 0.9);
}
#important_notizes .notice_important.cat_games .thumb_notice:before {
  background-color: #ffe074;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmUwNzQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzkwZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffe074 0%, #ffc90e 100%);
  background-image: -moz-linear-gradient(top, #ffe074 0%, #ffc90e 100%);
  background-image: -o-linear-gradient(top, #ffe074 0%, #ffc90e 100%);
  background-image: linear-gradient(to bottom, #ffe074 0%, #ffc90e 100%);
}
#important_notizes .notice_important.cat_hd .thumb_notice span,
#important_notizes .notice_important.cat_altadefinizione .thumb_notice span {
  background-color: #6C1E7F;
  background-color: rgba(108, 30, 127, 0.9);
}
#important_notizes .notice_important.cat_hd .thumb_notice:before,
#important_notizes .notice_important.cat_altadefinizione .thumb_notice:before {
  background-color: #b134cf;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiMTM0Y2YiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZDMUU3RiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #b134cf 0%, #6C1E7F 100%);
  background-image: -moz-linear-gradient(top, #b134cf 0%, #6C1E7F 100%);
  background-image: -o-linear-gradient(top, #b134cf 0%, #6C1E7F 100%);
  background-image: linear-gradient(to bottom, #b134cf 0%, #6C1E7F 100%);
}
#important_notizes .notice_important.cat_android .thumb_notice span {
  background-color: #A4C639;
  background-color: rgba(164, 198, 57, 0.9);
}
#important_notizes .notice_important.cat_android .thumb_notice:before {
  background-color: #c8dd88;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjOGRkODgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0E0QzYzOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #c8dd88 0%, #A4C639 100%);
  background-image: -moz-linear-gradient(top, #c8dd88 0%, #A4C639 100%);
  background-image: -o-linear-gradient(top, #c8dd88 0%, #A4C639 100%);
  background-image: linear-gradient(to bottom, #c8dd88 0%, #A4C639 100%);
}
#important_notizes .notice_important.cat_apple .thumb_notice span {
  background-color: #009BDD;
  background-color: rgba(0, 155, 221, 0.9);
}
#important_notizes .notice_important.cat_apple .thumb_notice:before {
  background-color: #44c7ff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0NGM3ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOUJERCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #44c7ff 0%, #009BDD 100%);
  background-image: -moz-linear-gradient(top, #44c7ff 0%, #009BDD 100%);
  background-image: -o-linear-gradient(top, #44c7ff 0%, #009BDD 100%);
  background-image: linear-gradient(to bottom, #44c7ff 0%, #009BDD 100%);
}
#important_notizes .notice_important.cat_hardware .thumb_notice span {
  background-color: #8f6c2c;
  background-color: rgba(143, 108, 44, 0.9);
}
#important_notizes .notice_important.cat_hardware .thumb_notice:before {
  background-color: #cba256;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjYmEyNTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhmNmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #cba256 0%, #8f6c2c 100%);
  background-image: -moz-linear-gradient(top, #cba256 0%, #8f6c2c 100%);
  background-image: -o-linear-gradient(top, #cba256 0%, #8f6c2c 100%);
  background-image: linear-gradient(to bottom, #cba256 0%, #8f6c2c 100%);
}
#important_notizes .notice_important.cat_htc .thumb_notice span {
  background-color: #4d9f1c;
  background-color: rgba(77, 159, 28, 0.9);
}
#important_notizes .notice_important.cat_htc .thumb_notice:before {
  background-color: #7dde43;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3ZGRlNDMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkOWYxYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #7dde43 0%, #4d9f1c 100%);
  background-image: -moz-linear-gradient(top, #7dde43 0%, #4d9f1c 100%);
  background-image: -o-linear-gradient(top, #7dde43 0%, #4d9f1c 100%);
  background-image: linear-gradient(to bottom, #7dde43 0%, #4d9f1c 100%);
}
#important_notizes .notice_important.cat_windows .thumb_notice span,
#important_notizes .notice_important.cat_microsoft .thumb_notice span {
  background-color: #4FB8FF;
  background-color: rgba(79, 184, 255, 0.8);
}
#important_notizes .notice_important.cat_windows .thumb_notice:before,
#important_notizes .notice_important.cat_microsoft .thumb_notice:before {
  background-color: #b5e1ff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiNWUxZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRGQjhGRiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #b5e1ff 0%, #4FB8FF 100%);
  background-image: -moz-linear-gradient(top, #b5e1ff 0%, #4FB8FF 100%);
  background-image: -o-linear-gradient(top, #b5e1ff 0%, #4FB8FF 100%);
  background-image: linear-gradient(to bottom, #b5e1ff 0%, #4FB8FF 100%);
}
#important_notizes .notice_important.cat_mobile .thumb_notice span {
  background-color: #f98e00;
  background-color: rgba(249, 142, 0, 0.9);
}
#important_notizes .notice_important.cat_mobile .thumb_notice:before {
  background-color: #ffbb60;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmJiNjAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5OGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffbb60 0%, #f98e00 100%);
  background-image: -moz-linear-gradient(top, #ffbb60 0%, #f98e00 100%);
  background-image: -o-linear-gradient(top, #ffbb60 0%, #f98e00 100%);
  background-image: linear-gradient(to bottom, #ffbb60 0%, #f98e00 100%);
}
#important_notizes .notice_important.cat_nokia .thumb_notice span {
  background-color: #194da5;
  background-color: rgba(25, 77, 165, 0.9);
}
#important_notizes .notice_important.cat_nokia .thumb_notice:before {
  background-color: #427de2;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0MjdkZTIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE5NGRhNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #427de2 0%, #194da5 100%);
  background-image: -moz-linear-gradient(top, #427de2 0%, #194da5 100%);
  background-image: -o-linear-gradient(top, #427de2 0%, #194da5 100%);
  background-image: linear-gradient(to bottom, #427de2 0%, #194da5 100%);
}
#important_notizes .notice_important.cat_samsung .thumb_notice span {
  background-color: #1D72AE;
  background-color: rgba(29, 114, 174, 0.9);
}
#important_notizes .notice_important.cat_samsung .thumb_notice:before {
  background-color: #4fa5e2;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0ZmE1ZTIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFENzJBRSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #4fa5e2 0%, #1D72AE 100%);
  background-image: -moz-linear-gradient(top, #4fa5e2 0%, #1D72AE 100%);
  background-image: -o-linear-gradient(top, #4fa5e2 0%, #1D72AE 100%);
  background-image: linear-gradient(to bottom, #4fa5e2 0%, #1D72AE 100%);
}
#important_notizes .notice_important:hover {
  border-color: #999;
}
#important_notizes .notice_important:hover p {
  color: #000;
}
#important_notizes .notice_important:hover.cat_games {
  border-color: #ffc90e;
}
#important_notizes .notice_important:hover.cat_samsung {
  border-color: #1D72AE;
}
#important_notizes .notice_important:hover.cat_nokia {
  border-color: #194da5;
}
#important_notizes .notice_important:hover.cat_windows,
#important_notizes .notice_important:hover.cat_microsoft {
  border-color: #4FB8FF;
}
#important_notizes .notice_important:hover.cat_hardware {
  border-color: #8f6c2c;
}
#important_notizes .notice_important:hover.cat_apple {
  border-color: #009BDD;
}
#important_notizes .notice_important:hover.cat_android {
  border-color: #A4C639;
}
#important_notizes .notice_important:hover.cat_hd,
#important_notizes .notice_important:hover.cat_altadefinizione {
  border-color: #6C1E7F;
}
#important_notizes .notice_important:hover.cat_games {
  border-color: #ffc90e;
}
#important_notizes .notice_important:hover.cat_mobile {
  border-color: #f98e00;
}
#important_notizes .notice_important:hover .thumb_notice:before {
  height: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#important_notizes p {
  text-align: center;
  font: 400 17px 'Roboto Condensed';
  height: 55px;
  overflow: hidden;
  margin: 0;
  padding: 10px 12px;
  color: #555;
  margin-bottom: 10px;
}
#important_notizes .thumb_notice {
  position: relative;
  width: 244px;
  height: 110px;
}
#important_notizes .thumb_notice span {
  background-color: rgba(214, 214, 214, 0.9);
  color: #FFF;
}
#important_notizes .thumb_notice .topline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
#important_notizes .thumb_notice .toplabel {
  position: absolute;
  top: 4px;
  right: 0;
  height: 14px;
  line-height: 14px;
  padding: 0 5px 4px 5px;
  font-size: 12px;
  z-index: 2;
}
#important_notizes .thumb_notice:before {
  zoom: 1;
  filter: alpha(opacity=38);
  -webkit-opacity: 0.38;
  -moz-opacity: 0.38;
  opacity: 0.38;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 2;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fff 0%, #ccc 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #ccc 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #ccc 100%);
}
.button_gray {
  margin-top: 6px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #fdfdfd 0%, #f0f0f0 100%);
  background-image: -moz-linear-gradient(-90deg, #fdfdfd 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(-90deg, #fdfdfd 0%, #f0f0f0 100%);
  background-image: linear-gradient(180deg, #fdfdfd 0%, #f0f0f0 100%);
  display: block;
  border: 1px solid #d0d0d0;
  height: 34px;
  text-align: center;
  font: 400 13px/34px 'Roboto Condensed';
  padding: 0 5px;
  position: relative;
}
.button_gray.arrow_right:after {
  border-style: inset inset inset solid;
  border-width: 3px;
  border-color: transparent transparent transparent #000;
  top: 45%;
  margin-left: 7px;
}
.button_gray.arrow_down:after {
  border-style: solid inset inset inset;
  border-width: 3px;
  border-color: #000 transparent transparent transparent;
  top: 16px;
  margin-left: 6px;
}
.button_gray:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #f5f5f5 0%, #eaeaea 100%);
  background-image: -moz-linear-gradient(-90deg, #f5f5f5 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(-90deg, #f5f5f5 0%, #eaeaea 100%);
  background-image: linear-gradient(180deg, #f5f5f5 0%, #eaeaea 100%);
}
.btn_more,
.btn_more2 {
  border: 1px solid #DCDCDC;
  display: block;
  width: 428px;
  height: 34px;
  text-align: center;
  background: #FBFBFB;
  position: relative;
  z-index: 2;
  font: 300 22px/34px 'Roboto Condensed';
  color: #333;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #fdfdfd 0%, #f0f0f0 100%);
  background-image: -moz-linear-gradient(-90deg, #fdfdfd 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(-90deg, #fdfdfd 0%, #f0f0f0 100%);
  background-image: linear-gradient(180deg, #fdfdfd 0%, #f0f0f0 100%);
}
.btn_more:hover,
.btn_more2:hover {
  background: #F0FAFF;
  color: #83C9F7;
}
.btn_more:hover:after,
.btn_more2:hover:after {
  border-top-color: #83C9F7;
}
.btn_more:after,
.btn_more2:after {
  border-style: solid inset inset inset;
  border-width: 3px;
  border-color: #000 transparent transparent transparent;
  top: 17px;
  right: 10%;
}
.more_content {
  margin: 25px 18px 35px;
  position: relative;
  /*  &:hover:before{
    border-color: #A4DBFF;
  }*/
}
.more_content:before {
  content: '';
  display: block;
  border-top: 2px solid #e5e5e5;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
#slide_ad_container {
  margin: 0 18px;
}
#slide_ad_container:before,
#slide_ad_container:after {
  content: " ";
  display: table;
}
#slide_ad_container:after {
  clear: both;
}
#slideshow_ads {
  float: left;
  width: 650px;
  height: 267px;
}
#ads_side_container {
  float: right;
  padding: 9px 13px;
  background: #D9F1FD;
}
#ads_side_container .ads {
  margin-bottom: 0;
}
#regolamento_commenti {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  margin: 0 0 20px 0;
  overflow: auto;
  padding: 6px 0;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
}
#regolamento_commenti .leggi_regolamento {
  background: #F5F5F5;
  color: #888 !important;
  float: right;
  font-weight: 400;
  padding: 0 20px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 20px;
  font-style: normal;
}
#regolamento_commenti .leggi_regolamento:hover {
  background: #eee;
}
#thumbs_pager {
  height: 140px;
  position: relative;
  clear: both;
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
  z-index: 102;
}
#thumbs_pager > div {
  width: 195px;
  height: 125px;
}
#thumbs_pager .bar_thumb {
  margin-right: 1px;
  z-index: 100;
  position: relative;
  padding-top: 0;
}
#thumbs_pager .bar_thumb:last-child {
  margin: 0;
}
#thumbs_pager .bar_thumb a {
  background: #FFF;
  padding: 10px 10px 0;
  border-bottom: 0;
  height: 125px;
  text-align: center;
}
#thumbs_pager .bar_thumb a img {
  margin: 0;
  float: none;
}
#thumbs_pager .bar_thumb a p {
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 61px;
}
#thumbs_pager .bar_thumb:hover a,
#thumbs_pager .bar_thumb.cycle-pager-active a {
  background: #86D5F6;
  color: #FFF;
}
#thumbs_pager .bar_thumb:hover a:before,
#thumbs_pager .bar_thumb.cycle-pager-active a:before {
  border-bottom-color: #86D5F6;
  left: 45%;
}
.sads_overlay {
  position: absolute;
  width: 650px;
  height: 267px;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 102;
  pointer-events: none;
}
.sads_overlay .dncomment {
  display: none;
}
.sads_overlay .dtitle {
  font: 40px/45px "roboto condensed";
  color: white;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  padding: 20px 30px;
}
.movingbox {
  max-width: 300px;
  min-width: 300px;
  background: white;
  z-index: 2;
}
.movingbox h4 strong {
  display: block;
  margin-top: 7px;
}
.movingbox article .point {
  padding: 0;
}
.movingbox article div.details {
  width: 145px;
  margin-right: 0;
  margin-top: 55px;
}
.movingbox article div.details .preco_bar {
  color: white;
  font-size: 18px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 7px;
  height: 40px;
  cursor: pointer;
  background: #f5c879;
}
.movingbox article div.details .preco_bar label {
  width: 60px;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  padding: 6px 1px 0 0;
  position: relative;
  -webkit-border-radius: 3px 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  text-shadow: 0 1px 1px #838383;
  cursor: pointer;
  float: left;
  height: 34px;
  text-transform: uppercase;
}
.movingbox article div.details .preco_bar label:before,
.movingbox article div.details .preco_bar label:after {
  top: 0;
  border-width: 20px 0 20px 12px;
  border-style: inset inset inset solid;
}
.movingbox article div.details .preco_bar label:before {
  right: -12px;
  border-color: transparent transparent transparent #ffffff;
}
.movingbox article div.details .preco_bar label:after {
  right: -10px;
}
.movingbox article div.details .preco_bar span {
  font-weight: 300;
  font-size: 19px;
  text-shadow: 1px 1px 1px #A5A5A5;
  vertical-align: middle;
  margin-left: 0;
  line-height: 38px;
  text-align: center;
  width: 80px;
  display: inline-block;
  text-indent: 7px;
}
.movingbox article div.details .add_compare {
  color: #222;
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.23);
}
.movingbox .preco_bar > label {
  width: 60px;
  font-weight: 400;
  text-align: center;
  position: relative;
  -webkit-border-radius: 3px 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  text-shadow: 0 1px 1px #838383;
  cursor: pointer;
  float: left;
  text-transform: uppercase;
  background: #EB9907;
  font-size: 10px !important;
  height: 32px !important;
  padding: 8px 1px 0 4px !important;
  line-height: 12px;
  vertical-align: middle;
}
.movingbox .preco_bar > label:before,
.movingbox .preco_bar > label:after {
  top: 0;
  border-width: 20px 0 20px 12px;
  border-style: inset inset inset solid;
}
.movingbox .preco_bar > label:before {
  right: -12px;
  border-color: transparent transparent transparent #ffffff;
}
.movingbox .preco_bar > label:after {
  right: -10px;
  border-color: transparent transparent transparent #EB9907;
}
#limit_tile_bottom {
  position: relative;
  overflow: hidden;
  background: #F00;
}
.loader {
  /* background: #E2FFA3;*/
  min-width: 402px;
  min-height: 1283px;
  position: relative;
}
.page_green .loader {
  min-width: 402px;
  min-height: unset;
}
.page_business .loader {
  min-width: 402px;
  min-height: unset;
}
.page_home .loader {
  min-width: 402px;
  min-height: unset;
}
.page_android .loader {
  min-width: 402px;
  min-height: 1313px;
}
.page_android .loader .newlist_normal_wide {
  height: 226px;
  overflow: hidden;
}
.page_apple .loader {
  min-width: 655px;
  min-height: 1079px;
}
.page_windows .loader {
  min-width: 402px;
  min-height: 1076px;
}
.page_games .loader,
.page_hardware .loader,
.page_altadefinizione .loader,
.page_mobile .loader {
  min-width: 655px;
  min-height: 894px;
}
.page_samsung .loader,
.page_nokia .loader,
.page_htc .loader {
  min-width: 655px;
  min-height: 1256px;
}
.loader_right_column {
  min-height: 650px;
}
/*
.link_network_attivo,
.link_network_hdmagazine,
.link_network_hdmotori,
.link_network_segnala,
#data_portale{
  .opacity(0);
  .transition(.15s);
}*/
#zona_sensible_hdnetwork {
  overflow: hidden;
  /* &:hover{
    .link_network_attivo,
    .link_network_hdmagazine,
    .link_network_hdmotori,
    .link_network_segnala,
    #data_portale{
       .opacity(1);
    }
   */
}
.loading_indicator:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  cursor: wait;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7) url(../img/loader.gif) no-repeat center center;
}
.group_squares {
  margin-bottom: 10px;
}
.group_squares:before,
.group_squares:after {
  content: " ";
  display: table;
}
.group_squares:after {
  clear: both;
}
.group_squares h3 {
  color: #454545;
  font-weight: 600;
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 15px;
}
.group_squares > a {
  background: #d7d7d7;
  display: block;
  float: left;
  width: 47px;
  height: 47px;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  color: white;
}
.group_squares > a b {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
}
.group_squares > a b.size_1 {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.group_squares > a b.size_2 {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.group_squares > a b.size_3 {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.group_squares > a b.size_4 {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.group_squares > a i {
  position: absolute;
  right: -4px;
  top: -4px;
}
.group_squares > a i.cel_check2 {
  right: 20px;
  top: -4px;
}
.group_squares > a:nth-of-type(5n) {
  margin-right: 0;
}
.group_squares > a.marked {
  background: #85b9de;
}
.group_squares > a.marked:hover .cel_check {
  background: transparent url(../img/icona_x.png) no-repeat center center;
}
.group_squares > a:hover:not(.disabled),
.group_squares > a:active {
  -webkit-box-shadow: 0 0 3px #358BCF;
  -moz-box-shadow: 0 0 3px #358BCF;
  box-shadow: 0 0 3px #358BCF;
}
.group_squares > a.three {
  width: 91px;
  height: 50px;
  margin-right: 11px;
}
.group_squares > a.three:last-child {
  margin-right: 0;
}
.group_squares > a:hover {
  /*      ~.risultati{
        background: blue;
        &:before{
            content: attr(data-result);
        }

      }
    */
}
.group_squares > a:hover span.label {
  display: block;
}
.group_squares > a.three b {
  left: 5px;
  right: auto;
}
.group_squares > a span {
  position: absolute;
  font: 400 12px/47px 'Roboto Condensed';
}
.group_squares > a span.label {
  display: none;
  top: -28px;
  left: -31px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #333 0%, #666 100%);
  background-image: -moz-linear-gradient(top, #333 0%, #666 100%);
  background-image: -o-linear-gradient(top, #333 0%, #666 100%);
  background-image: linear-gradient(to bottom, #333 0%, #666 100%);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  color: #FFF;
  width: 110px;
  height: 22px;
  line-height: 22px;
  z-index: 20;
  font-size: 12px;
}
.group_squares > a span.label:after {
  border-color: #666 transparent transparent transparent;
  border-style: solid inset inset inset;
  border-width: 5px 7px 0 7px;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.group_squares .disabled {
  background: #E9E9E9 !important;
  cursor: not-allowed;
  color: #C4C4C4;
  font-weight: normal !important;
}
.group_squares .risultati {
  height: 20px;
  clear: both;
  position: relative;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.group_squares .buttons {
  clear: left;
  font-family: roboto condensed;
  overflow: hidden;
  font-size: 0;
  margin-bottom: 5px;
}
.group_squares .buttons .buton {
  background: #f3f4f5 url(../img/radio.png) no-repeat 4px 5px;
  display: inline-block;
  padding: 2px 5px 2px 23px;
  width: 70px;
  margin-right: 1px;
  margin-bottom: 10px;
  font-size: 14px;
}
.group_squares .buttons .buton.checked {
  background-image: url(../img/radio_check.png);
}
.group_squares .buttons .buton:nth-child(3n) {
  margin-right: 0;
}
.group_squares .buttons .buton:hover {
  font-weight: 400;
  background-color: #EAF0F1;
}
.zoom_out1 {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.zoom_out2 {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.zoom_out3 {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.zoom_out4 {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.zoom_out5 {
  -webkit-transform: scale(0.56);
  -moz-transform: scale(0.56);
  -o-transform: scale(0.56);
  -ms-transform: scale(0.56);
  transform: scale(0.56);
}
.cel_check {
  width: 15px;
  height: 15px;
  display: block;
  background: transparent url(../img/icona_selezione.png) no-repeat center center;
}
.cel_check2 {
  width: 15px;
  height: 15px;
  background: green;
  border: 1px solid white;
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
  position: relative;
}
.sprite_sos_colores {
  background: url("../img/logos_sos_colores.gif") top left no-repeat;
  width: 42px;
  height: 42px;
  display: inline-block;
}
.lcolor_android {
  background: url("../img/logos_sos_colores.gif") top left no-repeat;
  width: 42px;
  height: 42px;
  display: inline-block;
  background-position: 0 0;
}
.lcolor_apple {
  background: url("../img/logos_sos_colores.gif") top left no-repeat;
  width: 42px;
  height: 42px;
  display: inline-block;
  background-position: -42px 0;
}
.lcolor_windows {
  background: url("../img/logos_sos_colores.gif") top left no-repeat;
  width: 42px;
  height: 42px;
  display: inline-block;
  background-position: -84px 0;
}
.title_newlist_normal {
  margin-bottom: 8px;
}
.title_newlist_normal h2 {
  display: inline;
}
.title_newlist_normal .comment-gray {
  background-image: url(data:image/gif;base64,R0lGODlhEAAPALMAANHR0fPz8+/v79fX1////+Pj49zc3Onp6fHx8ff39+3t7eHh4ebm5tPT09nZ2QAAACH5BAAHAP8ALAAAAAAQAA8AAAQ/MAxAq6VDHiGQ/+AxgSRJlShypibAti+4xupwkFzOiRKwgItLhkBkFDyLA3HJJCgWgmRzGjBIp82EDYtVcokRADs=);
  display: inline-block;
  background-repeat: no-repeat;
  padding: 2px 4px 2px 20px;
  background-position: 1px 5px;
  margin-left: 6px;
  margin-top: 2px;
  font-size: 12px;
  vertical-align: top;
  color: #909090;
}
.title_newlist_normal .comment-gray:hover {
  background-position: 1px 4px;
  color: #000;
}
.title_newlist_normal .title_new {
  font: 400 18px/22px 'Roboto Condensed', sans-serif;
  text-rendering: optimizeLegibility;
  color: #222;
}
.title_newlist_normal .title_new:hover {
  color: red;
}
.link_color_tag,
.link_color_source {
  display: inline-block;
  padding: 5px 10px 5px 40px;
  height: 20px;
  margin-right: 10px;
  font: bold 13px/20px 'Roboto Condensed';
  position: relative;
}
.link_color_tag:before,
.link_color_source:before {
  content: '';
  display: block;
  width: 30px;
  height: 12px;
  position: absolute;
  top: 30%;
  left: 0;
}
.link_color_tag {
  color: #E20606;
}
.link_color_tag:before {
  background: #E20606;
}
.link_color_source {
  color: #7CDB32;
}
.link_color_source:before {
  background: #7CDB32;
}
#ajax_right .newlist_normal h2 {
  font-size: 16px;
}
#ajax_right .title_newlist_normal {
  margin-bottom: 8px;
  max-height: 90px;
  line-height: 14px;
  overflow: hidden;
}
#ajax_right .newlist_normal .title_new {
  font-size: 16px;
}
#fwide_column #columns_phones {
  width: 455px;
}
#fwide_column #columns_phones .phone_column {
  width: 266px;
}
.livestreamitem {
  margin-bottom: 28px;
}
.livestreamitem p {
  margin-top: 0px;
}
.hlitem {
  background: #f4fdff;
  border-bottom: 1px solid #cae9ff;
  padding: 10px;
  position: relative;
}
.hlitem {
  color: #1692da;
}
div.hlitems {
  margin-bottom: 30px;
}
.app_review_content .pro,
#notice_content .pro,
.app_review_content .cons,
#notice_content .cons {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.app_review_content .pro_cons_col,
#notice_content .pro_cons_col {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  text-align: left;
}
.app_review_content .pro_cons_col span,
#notice_content .pro_cons_col span {
  display: block;
  margin: 8px 20px 16px 0;
  padding-left: 32px;
  position: relative;
}
.app_review_content .pro_cons_col span img,
#notice_content .pro_cons_col span img {
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  width: 23px;
}
.details a:not(aggi_compara_activado,aggi_compara) {
  font-size: 11px;
  line-height: 1;
  margin-top: 3px;
  display: block;
}
a > h4 {
  line-height: 1.2;
}
a.model_buttons {
  float: left;
  width: 130px;
}
.buttonmargin {
  margin-left: 16px;
}
.big_notice2 {
  position: relative;
  height: 242px;
  overflow: hidden;
  padding-top: 18px;
  border-top: 1px solid #dcdcdc;
  margin-top: 18px;
}
.big_notice2 .thumb_new_image {
  position: relative;
  display: block;
  float: left;
  width: 242px;
  height: 242px;
  margin-right: 14px;
}
.big_notice2 .title_link {
  display: block;
  font-size: 35px;
  font-weight: 100;
  line-height: 40px;
  max-height: 122px;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
.big_notice2 .title_link:hover {
  text-decoration: none;
  color: #f00;
}
.big_notice2 .details_notice {
  position: absolute;
  bottom: 0;
  left: 256px;
}
.big_notice2 .details_notice p {
  font-size: 15.4px;
  line-height: 21px;
  color: #666;
  max-height: 66px;
  margin-bottom: 10px;
  overflow: hidden;
}
.big_notice2 .tag_comments {
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
}
.big_notice2 .tag_comments:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.big_notice2 .readmore {
  display: block;
  height: 24px;
  float: left;
  line-height: 24px;
}
.big_notice2 .readmore a {
  text-decoration: none;
  color: #000;
  line-height: 24px;
  font-size: 24px;
}
.big_notice2 .readmore a:hover {
  text-decoration: none;
  color: #f00;
}
.big_notice2 .readmore:after {
  background: url("/new_files/img/sprites7.png") no-repeat scroll -173px -822px transparent;
  content: "";
  display: inline-block;
  height: 22px;
  margin-bottom: -1px;
  margin-left: 5px;
  width: 22px;
}
.big_notice2:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.videopreview .thumb_new_image:before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.videopreview .thumb_new_image:hover:before {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.review_list_1 {
  position: relative;
  float: left;
  width: 262px;
  height: 210px;
  border-bottom: 3px solid #eee;
  margin-top: 20px;
  margin-right: 15px;
}
.review_list_1 .thumb_new_image {
  display: block;
  width: 262px;
  height: 148px;
}
.review_list_1 .title_link {
  display: block;
  color: #000;
  font: 400 16px/20px 'Roboto Condensed', sans-serif;
  height: 42px;
  margin: 0 0 10px 0;
  overflow: hidden;
  padding: 10px 12px 0 12px;
  text-align: center;
}
.review_list_1 .title_link:hover {
  text-decoration: none;
  color: #f00;
}
.review_list_1 .thumb_new_image:hover {
  display: block;
  text-decoration: none;
}
.review_list_1 .thumb_new_image:hover img {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.review_list_1.videopreview .thumb_new_image:before {
  background: rgba(255, 255, 255, 0.6) url(/new_files/templates/theme_darklight/img/sprites7_opt.png) 3px -163px no-repeat;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  background-size: 170px;
  height: 44px;
  left: 0;
  margin: 46px auto 0;
  right: 0;
  transition: all 0.25s ease-out 0s;
  width: 44px;
  z-index: 5;
}
.plist_ratingcolumn {
  float: left;
  width: 69px;
  height: 124px;
  text-align: center;
  overflow: hidden;
  margin-left: 0px;
}
.plist_ratingcolumn .score {
  position: relative;
  margin: 0;
  height: 54px;
  line-height: 30px;
  width: 54px;
  margin-left: 0px;
  margin-bottom: 3px;
}
.plist_ratingcolumn .score_label {
  font: 13px 'Roboto Condensed';
  color: #666;
}
.more_adv {
  margin-bottom: 10px;
}
.source_via {
  height: 24px;
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
}
.source_via a {
  position: relative;
  float: left;
  height: 24px;
  padding-left: 26px;
  margin-right: 14px;
}
.source_via a.s_author {
  color: #333;
}
.source_via a.s_author:hover {
  color: #333;
}
.source_via a.s_author:after {
  background: none repeat scroll 0 0 #ccc;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 20px;
}
.source_via a.s_source {
  color: #c00;
}
.source_via a.s_via {
  color: #0a0;
}
.source_via a.s_source:hover {
  color: #f00;
}
.source_via a.s_via:hover {
  color: #0c0;
}
.source_via a.s_source:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 14px;
  background: #c00;
}
.source_via a.s_via:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 14px;
  background: #0c0;
}
.sp h3:before,
.sp h4:before {
  background: none;
  width: 0;
}
#sp-sub {
  cursor: pointer;
}
#sp-sub:before {
  background: url("/new_files/templates/theme_darklight/img/sprites_plus.png") top left no-repeat;
  content: '';
  display: inline-block;
  height: 29px;
  width: 28px;
  float: left;
  margin-right: 5px;
  margin-top: 20px;
}
#sp-sub:hover:before {
  background-position: 0 -29px;
}
.preco_bar a:hover {
  color: #fff;
  text-shadow: none;
}
#head_takeover img {
  margin-left: 23px;
}
#column_left.column_left {
  left: -10px;
}
#column_right.column_right {
  right: -10px;
}
.tabline {
  position: relative;
  height: 44px;
  padding-left: 16px;
  background: #ebe7db;
  border: 1px solid #d6d1bb;
  margin-bottom: 16px;
}
.tabline a {
  position: relative;
  bottom: -7px;
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ebe7db;
  border-bottom: 1px solid #d6d1bb;
}
.tabline a.selected {
  background: #fff;
  border: 1px solid #d6d1bb;
  border-bottom: 1px solid #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.tabline a:hover {
  text-decoration: underline;
}
.tabline a.selected:hover {
  text-decoration: none;
}
.tabline2 {
  position: relative;
  height: 45px;
  margin-top: 1px;
  margin-bottom: 24px;
  line-height: 41px;
  padding-left: 16px;
  background: url('/new_files/img/bg_prezzi_toolbar2.gif') repeat-x top left;
  font-size: 13px;
  color: #777;
}
.tabline2 strong {
  color: #555;
}
.tabline2 .price {
  position: absolute;
  top: 13px;
  right: 30px;
  width: 180px;
  height: 15px;
  line-height: 15px;
  text-align: center;
}
.tabline2 .price a {
  color: #777;
  font-size: 13px;
  line-height: 15px;
}
.tabline2 .price a:hover {
  color: #333;
}
.tabline2 .negozio {
  position: absolute;
  top: 13px;
  right: 210px;
  width: 168px;
  height: 15px;
  line-height: 15px;
  text-align: center;
}
.tabline2 .angle {
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url('/new_files/img/bg_prezzi_toolbar2_angle.gif') no-repeat top left;
}
.videobanner728x90 {
  width: 728px;
  height: 90px;
  margin-top: 2px;
}
.video_wide_item {
  position: relative;
  background: #1c1c1c;
  padding: 52px 18px 18px 18px;
  margin-bottom: 44px;
}
.video_wide_item h5 {
  position: absolute;
  left: 18px;
  top: -10px;
  height: 34px;
  line-height: 34px;
  padding: 0 14px;
  background: #86BDE2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.video_wide_item .link {
  position: relative;
  margin-top: 10px;
  height: 34px;
}
.video_wide_item .link a:hover {
  background: #151515;
}
.video_wide_item .link a {
  float: left;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  padding: 0 10px;
  color: #86BDE2;
  font-weight: bold;
  background: #101010;
}
.video_wide_item .desc {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #ddd;
}
.tablecontent1 {
  display: none;
  position: relative;
}
.tablecontent1 .item {
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
  height: 108px;
  padding-bottom: 8px;
}
.tablecontent1 .item .img {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  margin: 9px;
}
.tablecontent1 .item .text {
  display: block;
  float: left;
  width: 282px;
  padding-left: 4px;
  height: 90px;
  margin: 9px 20px 9px 0;
  line-height: 18px;
  color: #888;
  font-size: 12px;
  overflow: hidden;
}
.tablecontent1 .item .text a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 22px;
  margin-bottom: 6px;
  font-family: 'Roboto Condensed';
  max-height: 90px;
}
.tablecontent1 .item .text a:hover {
  text-decoration: underline;
}
.tablecontent1 .item .price {
  position: relative;
  display: block;
  float: left;
  width: 350px;
  height: 108px;
  background: #f1f5f8;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
}
.tablecontent1 .price a.negozio {
  display: block;
  position: absolute;
  top: 18px;
  left: 36px;
  width: 96px;
  color: #999;
  text-align: center;
  font-family: 'Roboto Condensed';
  font-size: 13px;
  line-height: 14px;
}
.tablecontent1 .price a.negozio img {
  background: #fff;
  padding: 0px;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
  margin-bottom: 2px;
}
.tablecontent1 .price a.negozio:hover {
  color: #333;
}
.tablecontent1 .price .importo {
  display: block;
  position: absolute;
  width: 142px;
  top: 22px;
  right: 18px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
}
.tablecontent1 .price .importo i {
  font-weight: normal;
  font-size: 18px;
}
.tablecontent1 .price .importo:hover {
  color: #93b8ba;
}
.tablecontent1 .price .vofferta {
  display: block;
  position: absolute;
  width: 142px;
  height: 34px;
  top: 54px;
  right: 18px;
  text-align: center;
  background: #FC9C1E;
  line-height: 33px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
}
.tablecontent1 .price .vofferta:hover {
  background: #fdb04b;
}
.tablecontent1 .price .spese {
  display: block;
  font-size: 12px;
  color: #666;
  font-weight: 300;
  position: absolute;
  top: 86px;
  right: 18px;
  width: 142px;
  text-align: center;
}
.tablecontent1 .price .arrow {
  position: absolute;
  top: 40px;
  left: -18px;
  width: 18px;
  height: 24px;
  background: url('/new_files/img/layout_elements.png?v=38') no-repeat 0 -97px;
}
.tablecontent1 .offerta-prezzo {
  font-size: 15px;
  text-align: right;
}
.tablecontent1 .offerta-prezzo a {
  display: block;
  width: 70px;
  height: 54px;
  padding-top: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: right;
}
.tablecontent1 .offerta-prezzo a i {
  font-weight: normal;
  font-size: 11px;
  font-style: normal;
  padding-left: 2px;
}
.tablecontent2 {
  display: none;
  position: relative;
}
.tablecontent2 .item {
  margin-bottom: 8px;
  height: 124px;
  background: #f1f5f8;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
}
.tablecontent2 .item .img {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  margin: 18px 9px;
}
.tablecontent2 .item .text {
  display: block;
  float: left;
  width: 274px;
  padding-left: 4px;
  height: 88px;
  margin: 16px 20px 16px 0;
  line-height: 17px;
  color: #888;
  font-size: 12px;
  overflow: hidden;
}
.tablecontent2 .item .text a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  margin-bottom: 4px;
}
.tablecontent2 .item .text a:hover {
  text-decoration: underline;
}
.tablecontent2 .item .price {
  position: relative;
  display: block;
  float: left;
  width: 350px;
  height: 108px;
  background: #e2eaf0;
  margin: 8px 8px 8px 0;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
}
.tablecontent2 .price a.negozio {
  display: block;
  position: absolute;
  top: 24px;
  left: 36px;
  width: 96px;
  color: #999;
  text-align: center;
}
.tablecontent2 .price a.negozio img {
  background: #fff;
  padding: 10px 7px;
  border: 1px solid #fff;
  margin-bottom: 2px;
}
.tablecontent2 .price a.negozio:hover {
  color: #333;
}
.tablecontent2 .price .importo {
  display: block;
  position: absolute;
  width: 142px;
  top: 16px;
  right: 18px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #7ca8a9;
  font-weight: bold;
}
.tablecontent2 .price .importo i {
  font-weight: normal;
  font-size: 18px;
}
.tablecontent2 .price .importo:hover {
  color: #93b8ba;
}
.tablecontent2 .price .arrow {
  position: absolute;
  top: 40px;
  left: -18px;
  width: 18px;
  height: 24px;
  background: url('/new_files/img/layout_elements.png?v=38') no-repeat -19px -97px;
}
/**/
.moreoffers {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  font-size: 12px;
  color: #838F97;
}
.moreoffers img {
  width: 13px;
  height: 10px;
  background: url('/new_files/img/layout_elements.png?v=38') no-repeat 0 -45px;
  margin: 0 0 -1px 2px;
}
.moreoffers:hover {
  background: #F1F5F8;
}
img-of {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #6f6f6f url('/new_files/img/layout_elements.png?v=38') no-repeat -74px 0;
}
div.tablecontent1.selected {
  display: block;
}
div.selected {
  display: block;
}
.avatar {
  float: left;
  margin-right: 12px;
}
.avatar img {
  border-radius: 3px;
  display: block;
  height: 48px;
  width: 48px;
}
.post-content {
  margin-bottom: 24px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.post-content .post-body {
  overflow: hidden;
}
.post-header {
  color: #000;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 3px;
  padding-right: 46px;
}
.post-meta {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}
.narrow_column {
  width: 194px;
  text-align: center;
  float: left;
}
.wide_column {
  float: right;
  width: 766px;
  position: relative;
  color: #313131;
}
.wide_column h2 {
  font: 100 50px 'Roboto Condensed';
  margin: 0 0 -6px 0;
  color: #3d3d3d;
}
.wide_column h2 strong {
  font-weight: 500;
}
.wide_column p {
  font: 300 18px/26px Roboto;
  margin-bottom: 30px;
  position: relative;
}
.wide_column #comments {
  left: 0;
  padding: 20px 0 15px;
}
.wide_column #comments a {
  color: #6179A9;
}
.wide_column #comments .fr {
  text-align: right;
  padding: 10px;
}
.wide_column .single_comment,
.wide_column .hgroup {
  width: auto;
  margin-bottom: 0;
}
.wide_column .bubble {
  font: 15px Roboto;
}
.wide_column .bubble textarea {
  font-family: inherit;
  font-size: inherit;
}
.wide_column #phone_columns {
  overflow-x: auto;
}
.wide_column .row_titles {
  margin: 0;
}
.wide_column .phone_column {
  margin: 0;
  width: 280px;
}
.wide_column .phone_column_features {
  background: none;
  list-style: none;
}
.wide_column .row_titles .phone_column_features {
  width: 183px;
  list-style: none;
  background: #f6f6f6;
}
.wide_column .smartphones {
  margin-top: 0;
}
.wide_column .smartphones .ad_side {
  margin-top: 0;
}
.wide_column small {
  font-size: 100%;
  color: #727272;
}
#etiqueta {
  width: 200px;
  height: 175px;
  position: absolute;
  background: #fff url(../img/etiqueta.png) no-repeat;
  right: -18px;
  margin-top: 25px;
}
#etiqueta img {
  z-index: 100;
  position: relative;
}
#etiqueta .item_big_fichas {
  position: absolute;
  top: 87px;
  right: 72px;
  font: 700 38px 'Roboto Condensed';
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
#etiqueta .item_big_fichas span,
#etiqueta .item_big_fichas small {
  color: #67A8D6;
  display: block;
}
#etiqueta .item_big_fichas span {
  line-height: 30px;
}
#etiqueta .item_big_fichas small {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
}
#etiqueta:hover {
  background-color: #FFF291;
}
#etiqueta.etichettaavviso {
  background: #fff url(../img/etichetta_tratteggiata_trasparente.gif) no-repeat;
}
#etiqueta.etichettaavviso .item_big_fichas {
  font-size: 13px;
  position: absolute;
  right: 41px;
  top: 54px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
#etiqueta.etichettaavviso .title {
  color: #df5a5d;
  text-align: right;
  line-height: normal;
}
#etiqueta.etichettaavviso .desc {
  color: #808080;
  font-weight: normal;
  line-height: normal;
}
.lista_cursor {
  font-family: Roboto, 'Roboto Condensed', sans-serif;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.lista_cursor a {
  display: block;
  background: #fefefe;
  line-height: 40px;
  padding-left: 16px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0Y3RjZGNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fff, #F7F6F4);
  background-image: -moz-linear-gradient(top, #fff, #F7F6F4);
  background-image: -o-linear-gradient(top, #fff, #F7F6F4);
  background-image: linear-gradient(to bottom, #fff, #F7F6F4);
  /*    &.activo:hover{
            text-decoration: none;
            background: #DE5A5A;
              color: #fff;
            position: relative;
          }

          &.activo:after{
            content: '';
            border-width: 20px 0 20px 13px;
            border-style: inset inset inset solid;
            border-color: transparent transparent transparent #eeece7;
            position: absolute;
            right: -13px;
          }*/
}
.lista_cursor a:hover,
.lista_cursor a.activo {
  background: #eeece7;
  background: #DE5A5A;
  color: #fff;
  position: relative;
}
.lista_cursor a:hover:after,
.lista_cursor a.activo:after {
  content: '';
  border-width: 20px 0 20px 13px;
  border-style: inset inset inset solid;
  border-color: transparent transparent transparent #DE5A5A;
  position: absolute;
  right: -13px;
}
.barcode {
  background: url(../img/barcode.png) no-repeat;
  width: 163px;
  height: 152px;
  display: inline-block;
  margin: 20px 0 30px;
}
.barcode em {
  margin-top: 25px;
  display: block;
  font: 700 13px Roboto;
}
.barcode strong {
  display: block;
  color: #67A8D6;
  font: 300 32px 'Roboto Condensed';
}
.iconos {
  font: 11px 'Roboto Condensed';
  margin: 40px 0 40px;
  color: #727272;
  font-weight: normal;
  width: 560px;
}
.iconos .item {
  float: left;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 17px;
  width: 140px;
}
.iconos .item * {
  display: block;
}
.iconos .item span {
  font-weight: 300;
  color: #AFAFAF;
  margin-top: 8px;
}
.iconos .item > i {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 6px;
  background: url("../img/all_white_icons.png") top left no-repeat;
  background-color: #86BDE2 !important;
}
.iconos .item .ico_video {
  background-position: -203px 0;
}
.iconos .item .ico_foto {
  background-position: -1394px -7px;
}
.iconos .item .ico_display {
  background-position: -829px -7px;
  -webkit-background-size: 3150px;
  -moz-background-size: 3150px;
  background-size: 3150px;
}
.iconos .item .ico_android {
  background-position: -1770px -8px;
  -webkit-background-size: 3100px;
  -moz-background-size: 3100px;
  background-size: 3100px;
}
.iconos .item .ico_ios {
  background-position: -1698px -7px;
  -webkit-background-size: 2900px;
  -moz-background-size: 2900px;
  background-size: 2900px;
}
.iconos .item .ico_windows {
  background-position: -2849px -4px;
  -webkit-background-size: 2900px;
  -moz-background-size: 2900px;
  background-size: 2900px;
}
.iconos .item .ico_bluetooth {
  background-position: -1684px -9px;
}
.iconos .item .ico_wifi {
  background-position: -51px 1px;
}
.iconos .item .ico_gps {
  background-position: -1777px -9px;
}
.iconos .item .ico_mem {
  background-position: -481px -6px;
}
.iconos .item .ico_quad {
  background-position: -854px -5px;
  -webkit-background-size: 2900px;
  -moz-background-size: 2900px;
  background-size: 2900px;
}
.iconos .item .ico_rede {
  background-position: -573px -8px;
}
.iconos .item .ico_mp3,
.iconos .item .ico_vivavoce,
.iconos .item .ico_vibrazione,
.iconos .item .ico_infrarossi,
.iconos .item .ico_memoriaex,
.iconos .item .ico_radio,
.iconos .item .ico_blackberry,
.iconos .item .ico_linux,
.iconos .item .ico_ubuntu,
.iconos .item .ico_sogeneric,
.iconos .item .ico_symbian,
.iconos .item .ico_palm,
.iconos .item .ico_bada {
  background: url("../img/niconos_opt1.png") top left no-repeat;
}
.iconos .item .ico_mp3 {
  background-position: -5px -171px;
}
.iconos .item .ico_vivavoce {
  background-position: -8px -508px;
}
.iconos .item .ico_vibrazione {
  background-position: -6px -375px;
}
.iconos .item .ico_infrarossi {
  background-position: -7px -326px;
}
.iconos .item .ico_memoriaex {
  background-position: -7px -589px;
}
.iconos .item .ico_radio {
  background-position: -9px -468px;
}
.iconos .item .ico_blackberry {
  background-position: -8px -549px;
}
.iconos .item .ico_linux {
  background-position: -8px -118px;
}
.iconos .item .ico_ubuntu {
  background-position: -10px -275px;
}
.iconos .item .ico_sogeneric {
  background-position: -7px -421px;
}
.iconos .item .ico_symbian {
  background-position: 5px -12px;
}
.iconos .item .ico_palm {
  background-position: -10px -65px;
}
.iconos .item .ico_bada {
  background-position: -10px -224px;
}
.iconos .item span {
  margin-top: 6px;
  color: #959595;
}
.onde_comprar {
  background: #F1F4F7;
  padding: 10px 18px;
}
.onde_comprar .wide_column {
  padding: 20px 0;
}
.compras_items {
  padding: 22px 5px;
}
.item_prod {
  background: #F1F4F7;
  padding: 18px 0;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  height: 104px;
  overflow: hidden;
  margin-bottom: 14px;
}
.item_prod > * {
  float: left;
}
.item_prod .desc {
  display: block;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  width: 280px;
  margin-top: 7px;
  height: 88px;
  overflow: hidden;
  max-width: 450px;
  line-height: 21px;
}
.item_prod .desc:hover {
  color: #f00;
}
.item_prod .shop_places {
  background: white;
  width: 320px;
  margin-left: 20px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  padding: 18px 12px;
  position: relative;
  margin-right: 30px;
  float: right;
}
.item_prod .shop_places:after {
  border-width: 12px 18px 12px 0;
  border-style: inset solid inset inset;
  top: 40px;
  left: -18px;
  border-color: transparent white transparent transparent;
}
.item_prod .shop_logo {
  float: left;
  margin-left: 10px;
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-right: 40px;
  width: 116px;
  height: 66px;
  overflow: hidden;
}
.item_prod .shop_logo:hover {
  color: #222;
}
.item_prod .shop_logo img {
  display: block;
  background: white;
  padding: 0px;
  border-top: 12px solid #fff;
  border-bottom: 12px solid #fff;
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
  margin: 0 auto;
}
.item_prod .price {
  width: 130px;
  float: left;
  text-align: center;
  /*    a:hover{
            text-decoration: none;
          }*/
}
.item_prod .price strong {
  font-size: 26px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}
.item_prod .price strong small {
  font-size: 20px;
}
.item_prod .thum_compra {
  margin-right: 10px;
  display: block;
  margin-left: 13px;
  margin-top: 7px;
}
.item_prod .green_button {
  background: #FC9C1E;
}
.item_prod .green_button:hover {
  background: #fdb04b;
}
#notice_content.live .item_prod .shop_places,
.live .item_prod .shop_places {
  width: 260px !important;
}
#notice_content.live .item_prod .shop_logo,
.live .item_prod .shop_logo {
  margin-left: 0px !important;
  margin-right: 15px !important;
  width: 110px !important;
}
.green_button {
  display: block;
  background: #FC9C1E;
  color: white;
  padding: 4px 6px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  text-align: center;
}
.green_button:hover {
  color: white;
  background: #fdb04b;
}
.social_centrado {
  text-align: center;
}
.social_centrado ul {
  display: inline-block;
  padding: 0;
  list-style: none;
}
.centered {
  width: 180px;
  display: block;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  position: relative;
  color: #C4C2C7;
}
.centered:hover {
  background: white;
  color: #C4C2C7;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.centered:after {
  right: 10px;
  top: 11px;
  border-width: 8px 5px 0 5px;
  border-style: solid inset inset inset;
  border-color: #C4C2C7 transparent transparent transparent;
}
.player_video {
  background: #1C1C1C;
  margin: 40px 0 40px;
  position: relative;
  padding: 0 16px 30px;
}
.player_video h3 {
  background: #A2CC20;
  color: #FFF;
  padding: 5px;
  position: relative;
  top: -15px;
  width: 340px;
  max-width: 400px;
  text-align: center;
  font-weight: 300;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
.player_video .player {
  margin-top: 6px;
  display: block;
}
.player_video .add_comment {
  background: #101010;
  color: #8B9D53;
  display: block;
  width: 382px;
  padding: 7px 12px;
  font-weight: 500;
  margin-top: 25px;
  font-size: 15px;
}
.player_video .add_comment em {
  color: white;
}
.player_video .add_comment:hover {
  text-decoration: none;
}
.tabs {
  padding-bottom: 48px;
}
.tabs > ul {
  padding-left: 16px;
  background: #EBE7DB;
  border: 1px solid #D6D1BB;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  height: 44px;
  list-style: none;
}
.tabs > ul li {
  float: left;
  position: relative;
  bottom: -7px;
}
.tabs > ul li a {
  display: block;
  padding: 9px 25px;
  margin-right: 5px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.tabs > ul li a.activo {
  background: white;
  border: 1px solid #D6D1BB;
  border-bottom: 0;
}
.tabs_content {
  display: none;
}
.tabs_content ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.tabs_content ul li {
  float: left;
  width: 152px;
  height: 152px;
  margin: 0 1px 1px 0;
}
.tabs_content ul li a {
  display: block;
}
.tabs_content .ads {
  float: right;
  padding: 25px 0;
}
.tabs_content .shop_places {
  background: #F1F4F7;
}
.tabs_content .shop_places:after {
  border-color: transparent #F1F4F7 transparent transparent;
}
.tabs_content .item_prod {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.tabs_content .item_prod:last-child {
  border-bottom: 0;
}
.tabs_content:nth-of-type(1) {
  display: block;
}
.tab_header {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0YzRjJFRSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffffff, #F3F2EE);
  background-image: -moz-linear-gradient(top, #ffffff, #F3F2EE);
  background-image: -o-linear-gradient(top, #ffffff, #F3F2EE);
  background-image: linear-gradient(to bottom, #ffffff, #F3F2EE);
  -webkit-box-shadow: 0 3px 5px -4px #AAA;
  -moz-box-shadow: 0 3px 5px -4px #AAA;
  box-shadow: 0 3px 5px -4px #AAA;
  position: relative;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  margin-bottom: 10px;
  width: 785px;
  font-size: 12px;
  z-index: 2;
}
.tab_header strong {
  font-weight: 700;
}
.tab_header .negocio,
.tab_header .price {
  position: absolute;
  top: 0;
  width: 150px;
  text-align: center;
}
.tab_header .negocio {
  right: 250px;
}
.tab_header .price {
  right: 65px;
}
.tab_header:after {
  border-width: 10px;
  border-style: solid inset inset solid;
  border-color: #C4C4C4 transparent transparent #C4C4C4;
  right: 1px;
  bottom: -20px;
}
.top_review {
  font: 400 13px 'Roboto Condensed';
  width: 520px;
  overflow: hidden;
  margin: 40px 0 50px;
  color: #838070;
}
.ritem {
  float: left;
  width: 240px;
  position: relative;
  margin-right: 35px;
  margin-bottom: 5px;
}
.ritem:nth-child(2n) {
  margin-right: 0;
}
.ritem .estrellas {
  position: absolute;
  right: 0;
  top: 0;
  width: 84px;
}
.ritem .estrellas img {
  margin-right: 2px;
}
.topicos_review,
.review_video {
  background: #F5F7F9;
  border: 1px solid #E3E7EC;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  padding: 10px;
  float: left;
  height: 100px;
  margin-bottom: 60px;
}
.topicos_review {
  width: 400px;
  margin-right: 20px;
  position: relative;
  padding-bottom: 5px;
}
.topicos_review h4 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0;
}
.topicos_review .pagetop {
  float: left;
  display: block;
  width: 200px;
  font-size: 12px;
  margin-bottom: 6px;
}
.topicos_review .pagetop span {
  background: #BEBDBD;
  color: white;
  padding: 1px 4px;
  text-align: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin-right: 8px;
  font-size: 10px;
}
.topicos_review .pagetop:hover {
  text-decoration: none;
}
.topicos_review:after {
  border-color: transparent white transparent transparent;
  border-style: inset solid inset inset;
  border-width: 6px 8px;
  top: 55px;
  right: -1px;
}
.topicos_review:before {
  border-color: transparent #E3E7EC transparent transparent;
  border-style: inset solid inset inset;
  border-width: 8px 10px;
  top: 53px;
  right: -1px;
}
.review_video {
  width: 300px;
  position: relative;
  height: 95px;
}
.review_video .image_video {
  float: left;
  margin-right: 15px;
}
.review_video .model_title {
  font-size: 13px;
  margin-top: 10px;
}
.review_video strong {
  font-weight: 500;
}
.review_video .green_button {
  float: left;
  margin-top: 6px;
  width: 110px;
}
.review_video:after {
  border-color: transparent #F5F7F9 transparent transparent;
  border-style: inset solid inset inset;
  border-width: 6px 8px;
  top: 55px;
  left: -16px;
}
.review_video:before {
  border-color: transparent #E3E7EC transparent transparent;
  border-style: inset solid inset inset;
  border-width: 8px 10px;
  top: 53px;
  left: -20px;
}
.image_label {
  clear: both;
  margin-bottom: 20px;
  position: relative;
  margin-top: 50px;
}
.image_label .labelo {
  display: block;
  position: absolute;
  top: -17px;
  left: 12px;
  margin: 0;
}
.labelo {
  background: #A2CC20;
  color: white;
  padding: 6px 22px;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.mr {
  margin-right: 1px;
  margin-bottom: 15px;
}
.aleft {
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
}
#grid_images {
  margin-bottom: 20px;
}
.pontos {
  width: 50%;
  float: left;
  padding: 40px 0 30px;
}
.pontos ul {
  list-style: disc;
  margin-left: 45px;
  font-size: 30px;
}
.pontos ul li {
  line-height: 21px;
}
.pontos span {
  font-size: 14px;
  position: relative;
  top: -6px;
  color: #000;
}
.pontos img {
  margin-left: 25px;
  margin-bottom: 20px;
}
#fortes {
  background: #EFFDC2;
}
#fortes ul {
  color: #86AD0C;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
#fracos {
  background: #FDF0F0;
}
#fracos ul {
  color: #DD2626;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
#fracos_fortes {
  margin-bottom: 40px;
}
.item_avaliacao {
  border-top: 1px solid #EEE;
  padding-top: 14px;
}
.item_avaliacao:nth-child(1) {
  border: none;
}
.item_avaliacao strong {
  font-size: 18px;
  font-weight: 400;
}
.item_avaliacao .estrellas_big {
  background: #F3F6F8;
  float: left;
  padding: 6px 10px 4px 14px;
  margin-right: 12px;
  border: 1px solid #E1E6EB;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  position: relative;
}
.item_avaliacao .estrellas_big img {
  margin: 0 5px 0 0;
}
.item_avaliacao .estrellas_big:after {
  border-color: transparent transparent #F3F6F8 transparent;
  border-style: inset inset solid inset;
  border-width: 7px 4px;
  top: -14px;
  left: 10px;
}
.item_avaliacao .estrellas_big:before {
  border-color: transparent transparent #E1E6EB transparent;
  border-style: inset inset solid inset;
  border-width: 8px 5px;
  top: -16px;
  left: 9px;
}
.item_avaliacao .stars_desc {
  margin-top: 10px;
}
.item_avaliacao .stars_desc p {
  margin-left: 164px;
}
#video_section {
  background: #1C1C1C;
  margin-top: 30px;
  padding-bottom: 0;
}
#video_section .player_video {
  margin: -11px 0 0 0;
}
.admin {
  width: 1100px;
}
.admin #topnav ul {
  margin-left: 45px;
  font-weight: 500;
  list-style: none;
}
.admin #nav_menu #home {
  left: 18px;
}
.admin #topnav li a {
  padding: 0 11px;
}
.left_column {
  width: 824px;
  float: left;
}
.right_column {
  float: right;
  width: 222px;
}
h2.title {
  font-size: 28px;
  font-weight: bold;
}
h3.title {
  font-size: 19px;
  font-weight: bold;
  color: #cfcfce;
}
.blue_filters {
  background: #f0f7fb;
  padding: 15px 20px;
  margin-bottom: 10px;
  font-size: 13px;
}
.blue_filters > * {
  margin-right: 12px;
}
.blue_filters .reset,
.blue_filters .filter {
  padding: 2px 10px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.blue_filters .reset {
  border: 1px solid #aed2e4;
  background: #e2edf5;
}
.blue_filters .filter {
  background: #527eab;
  color: white;
  float: right;
}
.blue_filters select {
  padding: 3px 3px 3px 6px;
  border: 1px solid #DBDBDB;
}
.item_stream,
.setters {
  border: 1px solid #cfcfce;
}
.item_stream {
  padding: 20px 15px 25px;
  margin-bottom: 5px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  position: relative;
  color: #9b9a9a;
  font-size: 15px;
  font-weight: 400;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(to bottom, #fff, #eee);
}
.item_stream strong {
  font: 300 23px 'Roboto Condensed';
  color: #222;
  margin: 7px 0;
  display: block;
  width: 630px;
}
.item_stream i {
  color: #de5a5a;
  font-style: normal;
}
.item_stream.red {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmY2ZjMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fff6f3, #ffe4e4);
  background-image: -moz-linear-gradient(top, #fff6f3, #ffe4e4);
  background-image: -o-linear-gradient(top, #fff6f3, #ffe4e4);
  background-image: linear-gradient(to bottom, #fff6f3, #ffe4e4);
}
.item_stream.green {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmOGZlZWQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZjdjYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #f8feed, #e9f7ca);
  background-image: -moz-linear-gradient(top, #f8feed, #e9f7ca);
  background-image: -o-linear-gradient(top, #f8feed, #e9f7ca);
  background-image: linear-gradient(to bottom, #f8feed, #e9f7ca);
}
.item_stream.yellow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYWY5ZWMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZjNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #faf9ec, #fbf3bc);
  background-image: -moz-linear-gradient(top, #faf9ec, #fbf3bc);
  background-image: -o-linear-gradient(top, #faf9ec, #fbf3bc);
  background-image: linear-gradient(to bottom, #faf9ec, #fbf3bc);
}
.setters {
  background: white;
  position: absolute;
  padding: 5px 10px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  right: 10px;
  color: #222;
  font-weight: 300;
}
.setters input {
  margin-right: 4px;
  bottom: -1px;
  position: relative;
}
#wr {
  top: 11px;
}
#nwr {
  top: 48px;
}
.fadmin {
  height: 139px;
}
.fadmin .container {
  position: static;
  text-align: center;
  padding-top: 40px;
  height: auto;
}
.fadmin .container > * {
  position: static;
}
.fadmin #logo img {
  height: auto;
  width: 200px;
}
.divider {
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAK1tbX/GWF8EKe5uZkRLADjgNiMyByQAAC7aw57ffXkiwAAAABJRU5ErkJggg==) repeat;
  zoom: 1;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  margin: 15px 0 20px;
}
#central_content {
  margin-top: 30px;
  padding-bottom: 80px;
}
.sprite_admin {
  background: url("../img/admin/sprite_admin.png") top left no-repeat;
}
.admin_badge {
  background: url("../img/admin/sprite_admin.png") top left no-repeat;
  width: 55px;
  height: 25px;
  background-position: -20px -20px;
  display: block;
}
.admin .logo {
  position: static;
}
.admin .logo img {
  float: left;
  width: 240px;
  margin-left: 10px;
  margin-top: -8px;
}
.admin .logo .admin_badge {
  float: left;
  margin-top: 16px;
}
.admin header {
  height: 62px;
}
.logout {
  position: static;
}
#account_bar {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  color: #a9a9a9;
}
#account_bar strong {
  color: #222;
}
.toolbar_sos {
  font-family: 'Roboto Condensed';
  margin-top: 40px;
}
.toolbar_sos a {
  display: block;
  background: #dcdcdc;
  font-size: 25px;
  float: left;
  padding: 20px 60px 20px 20px;
  margin-right: 1px;
  color: #FFF;
  text-shadow: 0 1px 4px #BBB;
  position: relative;
  /*    &:hover{
            text-decoration: none;
          }*/
}
.toolbar_sos a i {
  background: url("../img/admin/sprite_admin.png") top left no-repeat;
  display: block;
  margin-right: 10px;
  float: left;
  position: relative;
  top: 2px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.toolbar_sos a span {
  float: left;
}
.toolbar_sos a .ico_robot {
  width: 25px;
  height: 30px;
  background-position: -20px -112px;
}
.toolbar_sos a .ico_apple {
  width: 24px;
  height: 27px;
  background-position: -20px -65px;
}
.toolbar_sos a .ico_windows {
  top: 6px;
  width: 21px;
  height: 23px;
  background-position: -20px -271px;
}
.toolbar_sos a:nth-child(1):hover,
.toolbar_sos a:nth-child(1).activo {
  background: #85b9de;
}
.toolbar_sos a:nth-child(1):hover:after,
.toolbar_sos a:nth-child(1).activo:after {
  border-top-color: #85b9de;
}
.toolbar_sos a:nth-child(2):hover,
.toolbar_sos a:nth-child(2).activo {
  background: #a2cc20;
}
.toolbar_sos a:nth-child(2):hover:after,
.toolbar_sos a:nth-child(2).activo:after {
  border-top-color: #a2cc20;
}
.toolbar_sos a:nth-child(3):hover,
.toolbar_sos a:nth-child(3).activo {
  background: #ffa757;
}
.toolbar_sos a:nth-child(3):hover:after,
.toolbar_sos a:nth-child(3).activo:after {
  border-top-color: #ffa757;
}
.toolbar_sos a:nth-child(4):hover,
.toolbar_sos a:nth-child(4).activo {
  background: #49c3f0;
}
.toolbar_sos a:nth-child(4):hover:after,
.toolbar_sos a:nth-child(4).activo:after {
  border-top-color: #49c3f0;
}
.toolbar_sos a:nth-child(5):hover,
.toolbar_sos a:nth-child(5).activo {
  background: #be90ee;
}
.toolbar_sos a:nth-child(5):hover:after,
.toolbar_sos a:nth-child(5).activo:after {
  border-top-color: #be90ee;
}
.toolbar_sos a:after {
  border-width: 7px;
  border-style: solid inset inset inset;
  border-color: transparent transparent transparent transparent;
  bottom: -13px;
  right: 40px;
}
.add_btn {
  text-align: center;
  margin-top: 40px;
}
.item_new {
  -webkit-box-shadow: 0 1px 1px #A7A7A7;
  -moz-box-shadow: 0 1px 1px #A7A7A7;
  box-shadow: 0 1px 1px #A7A7A7;
  color: #000;
  position: relative;
}
.item_new:hover {
  background: #dce5ee;
}
.item_new:hover .flaps {
  display: block;
}
.item_new .col_new,
.item_new .col_sos,
.item_new .col_controls,
.item_new .col_views,
.item_new .col_comm {
  float: left;
}
.item_new .col_new {
  width: 610px;
  margin-right: 50px;
}
.item_new .col_new span {
  color: #9b9a9a;
}
.item_new .col_new strong {
  width: auto;
}
.item_new .autor {
  color: #78b0d8;
  margin-left: 8px;
  font-weight: 500;
}
.item_new .col_sos {
  width: 45px;
  margin-right: 20px;
  margin-top: 28px;
}
.item_new .col_sos .c_android,
.item_new .col_sos .c_windows,
.item_new .col_sos .c_apple {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: url("../img/admin/sprite_admin.png") top left no-repeat;
}
.item_new .col_sos .c_android {
  background-color: #a2cc20;
  background-position: -12px -106px;
}
.item_new .col_sos .c_windows {
  background-color: #49c3f0;
  background-position: -11px -262px;
}
.item_new .col_sos .c_apple {
  background-color: #ffa757;
  background-position: -12px -60px;
}
.item_new .col_controls {
  width: 105px;
  margin-right: 60px;
  margin-top: 35px;
}
.item_new .col_controls label {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 4px 8px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
}
.item_new .col_controls label input {
  margin-right: 6px;
}
.item_new .col_views {
  width: 60px;
  margin-right: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin-top: 35px;
}
.item_new .col_comm {
  width: 60px;
  margin-top: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
.item_new .flaps {
  width: 27px;
  display: none;
  position: absolute;
  right: -28px;
  top: 0;
  margin-top: 20px;
}
.item_new .flaps a {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 4px;
  background: url("../img/admin/sprite_admin.png") top left no-repeat;
  background-color: #527eab;
  -webkit-border-radius: 0 5px 5px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 5px 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 5px 0;
  background-clip: padding-box;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.item_new .flaps a:hover {
  padding-left: 15px;
  background-position-x: -5px;
}
.item_new .flaps .wacth {
  background-position: -17px -153px;
}
.item_new .flaps .pencil {
  background-position: -15px -226px;
}
#titles_bar {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAOPHz/+z4gsBhKQlZVlhAvCBECKwILIAmBBdAGQIAD4axOudS11UAAAAABJRU5ErkJggg==) repeat;
  height: 35px;
  margin: 17px 0 26px;
  position: relative;
  overflow: hidden;
}
#titles_bar > * {
  background: #a2cc20;
  color: white;
  text-shadow: 1px 1px 1px #8F8F8F;
  padding: 7px 11px;
  float: left;
  font: 16px 'Roboto Condensed';
}
#titles_bar #title_so {
  margin-left: 15px;
  margin-right: 18px;
}
#titles_bar #title_new {
  width: 230px;
  margin-right: 580px;
}
#titles_bar #title_view {
  margin-right: 20px;
  margin-right: 12px;
}
.imageblock {
  position: relative;
  margin-bottom: 10px;
}
.imageblock a {
  float: left;
  display: block;
  width: 230px;
  margin: 0;
  text-align: center;
}
.imageblock a.x3 {
  width: 230px;
}
.imageblock a.x4 {
  width: 170px;
}
.imageblock a.x2 {
  width: 350px;
}
.imageblock a.x1 {
  width: 684px;
}
.imageblock .fotofooter {
  clear: both;
  padding: 0 0 15px 1px;
  color: #888;
  font-size: 13px;
  font-style: italic;
}
#notice_content .fotofooter {
  clear: left !important;
}
#vedi_anche:before,
#verus:before,
#verus:after,
#social_buttons ul li strong:before,
#social_buttons ul li strong:after,
.bubble_costo:before,
.bubble_costo:after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.review_video:after,
.review_video:before,
.item_avaliacao .estrellas_big:after,
.item_avaliacao .estrellas_big:before,
.topic_item .eti_app:after,
.circle:after,
.read_all:before,
.side_thumb a:before,
.side_thumb a:after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.bar_thumb:hover a:before,
.bar_thumb.cycle-pager-active a:before,
.btn_more:after,
.btn_more2:after,
.group_squares > a span.label:after,
.centered:after .tab_header:after,
.toolbar_sos a:after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.item_prod .shop_places:after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.tile:after,
.tile:before,
#toolbar .go_compare span:after,
#toolbar .go_compare:after,
#cellphones_list article div.details .preco_bar label:before,
#cellphones_list article div.details .preco_bar label:after,
.phonelist_item div.details .preco_bar label:before,
.phonelist_item div.details .preco_bar label:after,
.autocomplete a.price .symbol:before,
.autocomplete a.price .symbol:after,
.movingbox article div.details .preco_bar label:before,
.movingbox article div.details .preco_bar label:after,
.movingbox .preco_bar > label:before,
.movingbox .preco_bar > label:after,
.button_gray.arrow_right:after,
.button_gray.arrow_down:after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
#pricealertbox {
  position: relative;
  height: 52px;
  width: 586px;
  margin: 20px auto 10px auto;
  padding-left: 14px;
  border: 1px solid #dadada;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
  font: 14px/52px Verdana, Arial, Helvetica, sans-serif;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  text-align: left;
}
#pricealertinput {
  position: absolute;
  top: 5px;
  left: 150px;
}
#pricealertinput input {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 276px;
  height: 28px;
  margin: 0;
  padding: 0px 12px;
  line-height: 16px;
  border: 1px solid #D3D3D3;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
#pricealertbox .pricesubmit {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 120px;
  height: 30px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #C0C0C0;
  font: 400 12px roboto;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNGOEY4RjgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UyRTJFMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #F8F8F8 0%, #E2E2E2 100%);
  background-image: -moz-linear-gradient(top, #F8F8F8 0%, #E2E2E2 100%);
  background-image: -o-linear-gradient(top, #F8F8F8 0%, #E2E2E2 100%);
  background-image: linear-gradient(to bottom, #F8F8F8 0%, #E2E2E2 100%);
  /* font-weight: bold; */
  color: #666;
}
#pricealertbox .pricesubmit:hover,
#pricealertbox .pricesubmit:active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNGMEYwRjAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0QxRDFEMSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #F0F0F0 0, #D1D1D1 100%);
  background-image: -moz-linear-gradient(top, #F0F0F0 0, #D1D1D1 100%);
  background-image: -o-linear-gradient(top, #F0F0F0 0, #D1D1D1 100%);
  background-image: linear-gradient(to bottom, #F0F0F0 0, #D1D1D1 100%);
}
#pricealertbox #divLoadingAlert {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 600px;
  height: 52px;
  background: #fff url('/new_files/img/loading.gif') no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#pricealertbox #divReplyAlert {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 580px;
  height: 32px;
  padding: 10px 10px;
  text-align: center;
  font: 11px/16px Arial, Helvetica, sans-serif;
}
#pricealertbox #divReplyAlert a {
  position: absolute;
  display: block;
  top: 16px;
  right: 0px;
  width: 80px;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #5B7800;
}
.row-fbh {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
  position: relative;
  width: 300px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.threadtitle2-fbh {
  color: #424242;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  font-weight: 400;
}
.threadtitle-fbh {
  display: block;
  color: #424242;
  font-size: 16px;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  font-weight: 500;
}
.threadtitle2-fbh:hover {
  color: #fd0009;
}
.threadtitle-fbh:hover {
  color: #fd0009;
}
.info-fbh {
  color: #717171;
  font-size: 14px;
  line-height: 20px;
}
.info-fbh a {
  color: #4272b0;
  text-decoration: none;
}
.info-fbh a:hover {
  text-decoration: underline;
  color: #4272b0;
}
.lastpostdate-fbh {
  color: #717171;
  font-size: 13px;
  line-height: 20px;
}
.lastpostdate2-fbh {
  color: #717171;
  font-size: 14px;
  line-height: 20px;
}
.lastpostdate2-fbh a {
  color: #a3cf20;
}
.lastpostdate2-fbh a:hover {
  text-decoration: underline;
  color: #a3cf20;
}
.useravatar-fbh {
  float: left;
  height: 46px;
  margin-left: 3px;
  margin-right: 14px;
  margin-top: 2px;
  width: 46px;
}
.avatar-fbh {
  background-size: 100% auto;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 4px #888;
  -moz-box-shadow: 0 0 4px #888;
  box-shadow: 0 0 4px #888;
  height: 44px;
  width: 44px;
}
.commenttext-fbh {
  color: #333;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 0 63px;
}
.hoverred:hover {
  color: #fd0009;
}
/**
   * Comienzan todos los media queries
   */
.btn_green_lines {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkQAL///83ZoTxwRxGxrNgARgHxGZE5oAEAOz3DzVasxQ9AAAAAElFTkSuQmCC),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5MkI5M0QiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNENjYxNyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkQAL///83ZoTxwRxGxrNgARgHxGZE5oAEAOz3DzVasxQ9AAAAAElFTkSuQmCC),-webkit-linear-gradient(top,#92B93D  0%,#3D6617 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkQAL///83ZoTxwRxGxrNgARgHxGZE5oAEAOz3DzVasxQ9AAAAAElFTkSuQmCC),-moz-linear-gradient(top,#92B93D  0%,#3D6617 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkQAL///83ZoTxwRxGxrNgARgHxGZE5oAEAOz3DzVasxQ9AAAAAElFTkSuQmCC),-o-linear-gradient(top,#92B93D  0%,#3D6617 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkQAL///83ZoTxwRxGxrNgARgHxGZE5oAEAOz3DzVasxQ9AAAAAElFTkSuQmCC),linear-gradient(to bottom,#92B93D  0%,#3D6617 100%);
  border: 1px solid #889959;
  color: white;
  width: 199px;
  font: 17px/28px roboto;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  height: 32px;
  -webkit-box-shadow: inset 0 0 1px #fff;
  -moz-box-shadow: inset 0 0 1px #fff;
  box-shadow: inset 0 0 1px #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  margin: 24px auto 8px;
  display: block;
}
.btn_green_lines:hover,
.btn_green_lines:active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkQAL///83ZoTxwRxGxrNgARgHxGZE5oAEAOz3DzVasxQ9AAAAAElFTkSuQmCC),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNBMkM3NTEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRBNzcyMSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkQAL///83ZoTxwRxGxrNgARgHxGZE5oAEAOz3DzVasxQ9AAAAAElFTkSuQmCC),-webkit-linear-gradient(top,#A2C751  0%,#4A7721 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkQAL///83ZoTxwRxGxrNgARgHxGZE5oAEAOz3DzVasxQ9AAAAAElFTkSuQmCC),-moz-linear-gradient(top,#A2C751  0%,#4A7721 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkQAL///83ZoTxwRxGxrNgARgHxGZE5oAEAOz3DzVasxQ9AAAAAElFTkSuQmCC),-o-linear-gradient(top,#A2C751  0%,#4A7721 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkQAL///83ZoTxwRxGxrNgARgHxGZE5oAEAOz3DzVasxQ9AAAAAElFTkSuQmCC),linear-gradient(to bottom,#A2C751  0%,#4A7721 100%);
}
.newest {
  -webkit-animation: entracostado 0.6s ease-out;
  -moz-animation: entracostado 0.6s ease-out;
  -o-animation: entracostado 0.6s ease-out;
  animation: entracostado 0.6s ease-out;
}
li.cpu strong {
  background: white;
  min-width: 50px;
  display: inline-block;
}
.content article div.details {
  width: 156px;
  margin-right: 10px;
  margin-top: 37px;
}
.icon_link,
.icon_link_inner {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('/new_files/templates/theme_darklight/img/icon_live_link.gif');
  top: 11px;
  right: 10px;
}
.icon_link_inner {
  background: url('/new_files/templates/theme_darklight/img/icon_live_link_inner.gif');
}
#notice_content article div.details .preco_bar {
  color: #fff;
  background: #f5c879;
  font-size: 18px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px;
  height: 40px;
  cursor: pointer;
}
/* .big_notices article.newlist_normal { */
/* 	width: auto; */
/* } */
/*
article.newlist_normal:last-child {

  margin-bottom: 30px;
  border-bottom: 1px solid #dddcdc;
  padding-bottom: 18px;
}
*/
article.phonelist_item {
  width: 100%;
}
.inline_block_news > div:last-child .newlist_normal {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}
.inline_block.big_notices {
  float: none;
}
.inline_block {
  margin-top: 45px;
}
.circle_comment_android {
  background-color: #A4C639 !important;
}
.circle_comment_apple {
  background-color: #009BDD !important;
}
.circle_comment_windows {
  background-color: #4FB8FF !important;
}
.circle_comment_microsoft {
  background-color: #E51400 !important;
}
.circle_comment_games {
  background-color: #ffc90e !important;
}
.circle_comment_hardware {
  background-color: #8f6c2c !important;
}
.circle_comment_hd {
  background-color: #6C1E7F !important;
}
.circle_comment_samsung {
  background-color: #1D72AE !important;
}
.circle_comment_htc {
  background-color: #4d9f1c !important;
}
.circle_comment_nokia {
  background-color: #194da5 !important;
}
.circle_comment_mobile {
  background-color: #f98e00 !important;
}
.circle_comment_lg {
  background-color: #D80546 !important;
}
.circle_comment_home {
  background-color: #31b7dc !important;
}
.circle_comment_huawei {
  background-color: #ef4b35 !important;
}
/*! *** New Style ficchas precos ****/
.vids_container {
  font-size: 0;
  margin: 20px 0 20px 0;
}
.vids_container._1col .video_tag {
  width: 100%;
  height: 440px;
  margin-bottom: 8px;
}
.vids_container._1col .video_tag:before {
  width: 60px;
  height: 60px;
  background-position: 2px -243px;
}
.vids_container._1col figcaption {
  font-size: 50px;
}
.vids_container._2col a:nth-child(2n) .video_tag {
  margin-right: 0;
}
.vids_container._2col .video_tag {
  width: 49.5%;
  height: 270px;
  margin: 0 1% 6px 0;
}
.vids_container._2col .video_tag:before {
  width: 45px;
  height: 45px;
  background-position: 5px -153px;
  background-size: 160px;
}
.vids_container._2col figcaption {
  font-size: 28px;
}
.vids_container._3col a:nth-child(3n) .video_tag {
  margin-right: 0;
}
.vids_container._3col .video_tag {
  width: 32.6%;
  height: 180px;
  margin: 0 1% 9px 0;
}
.vids_container._3col .video_tag:before {
  width: 30px;
  height: 30px;
  background-position: 3px -107px;
  background-size: 112px;
}
.vids_container._3col figcaption {
  font-size: 17px;
}
.vids_container._4col a:last-child .video_tag {
  margin-right: 0;
}
.vids_container._4col .video_tag {
  width: 24.5%;
  height: 142px;
  margin: 0 0.6% 9px 0;
}
.vids_container._4col .video_tag:before {
  width: 23px;
  height: 23px;
  background-position: 1px -92px;
  background-size: 95px;
}
.vids_container._4col figcaption {
  font-size: 13px;
}
.video_tag {
  position: relative;
  background: #dfdfdf;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.video_tag:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  right: 8px;
  top: 8px;
  background: rgba(255, 255, 255, 0.34) url("../img/sprites7_opt.png") no-repeat;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.video_tag:hover figcaption {
  -webkit-transform: translate(-105%) skew(25deg);
  -moz-transform: translate(-105%) skew(25deg);
  -o-transform: translate(-105%) skew(25deg);
  -ms-transform: translate(-105%) skew(25deg);
  transform: translate(-105%) skew(25deg);
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.video_tag:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-filter: contrast(115%);
  -moz-filter: contrast(115%);
  -ms-filter: contrast(115%);
  filter: contrast(115%);
}
.video_tag:hover:before {
  background-color: rgba(0, 0, 0, 0.34);
  transform: scale(2.5);
  top: 43%;
  right: 44%;
}
.video_tag img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video_tag figcaption,
.video_tag img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.video_tag span {
  display: block;
  padding: 3px 8px;
  margin-bottom: 1px;
  float: left;
  clear: left;
  border-right: 1px solid rgba(0, 0, 0, 0.21);
  border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}
.video_tag figcaption {
  position: absolute;
  color: white;
  bottom: 5%;
  font: 400 13px 'roboto condensed';
}
.video_tag.green span {
  background: #6fbd30;
}
.video_tag.pink span {
  background: #fc1290;
}
.video_tag.blue span {
  background: #12b2fc;
}
.video_tag.orange span {
  background: #fc5f12;
}
#fichas_precios {
  font-size: 0;
  margin: 35px 0;
}
.more_precos {
  display: inline-block;
  font: 14px 'roboto condensed';
  color: #D7D7D7;
  width: 160px;
  text-align: center;
  padding-top: 111px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.more_precos:before {
  content: '\ffeb';
  position: absolute;
  width: 65px;
  height: 65px;
  background: #f4f3f3;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  top: 43px;
  left: 45px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 65px;
  line-height: 51px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.more_precos:hover:before {
  color: black;
  text-indent: 10px;
}
.ficha_precio {
  font-size: 14px;
  width: 178px;
  height: 195px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-right: 23px;
  background: #fff;
  position: relative;
}
.ficha_precio:hover:before,
.ficha_precio:hover:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  background: #ffbf6b;
}
.ficha_precio:hover > div {
  border-color: #ffbf6b;
}
.ficha_precio:hover .btn_oferta {
  font-size: 17px;
}
.ficha_precio:after,
.ficha_precio:before {
  content: '';
  position: absolute;
  background: #f0f0f0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ficha_precio:after {
  width: 12px;
  height: 12px;
  right: 7px;
  top: 7px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.14);
}
.ficha_precio:before {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(1.6deg);
  -moz-transform: rotate(1.6deg);
  -o-transform: rotate(1.6deg);
  -ms-transform: rotate(1.6deg);
  transform: rotate(1.6deg);
  top: -3px;
  left: 2px;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.ficha_precio:last-child {
  margin-right: 0;
}
.ficha_precio > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 153px;
  background: #fff;
  border: 1px solid #ededed;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ficha_precio > div .price,
.ficha_precio > div h5,
.ficha_precio > div img {
  position: absolute;
}
.ficha_precio > div:after {
  content: '';
  position: absolute;
  right: 47%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: inset inset solid inset;
  border-width: 7px;
  border-color: transparent transparent #fe9710 transparent;
}
.ficha_precio .price,
.ficha_precio .btn_oferta,
.ficha_precio h5,
.ficha_precio img {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.ficha_precio h5 {
  color: #F09B00;
  font-size: 14px;
  padding: 14px 0 0;
  font-weight: 500;
}
.ficha_precio .price {
  font-size: 40px;
  top: 48px;
  font-weight: 500;
}
.ficha_precio .price i {
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
}
.ficha_precio img {
  border: 1px solid #EFEFEF;
  padding: 8px 6px;
  min-width: 80px;
  min-height: 24px;
  top: 90px;
}
.ficha_precio .btn_oferta {
  color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj48c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZmYWQ0MSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmU5NzEwIiBzdG9wLW9wYWNpdHk9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-radial-gradient(center ,ellipse, #ffad41 57%, #fe9710 100%);
  background-image: -moz-radial-gradient(center ,ellipse, #ffad41 57%, #fe9710 100%);
  background-image: -o-radial-gradient(center ,ellipse, #ffad41 57%, #fe9710 100%);
  background-image: radial-gradient(ellipse at center, #ffad41 57%, #fe9710 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font: 15px/42px 'roboto condensed';
  border-radius: 0px 0 6px 6px;
  height: 42px;
  text-shadow: 1px 1px 2px #FF9100;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ficha_precio.miglior_precio:after {
  display: none;
}
.ficha_precio.miglior_precio > div:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 39px;
  right: 4px;
  top: -7px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAnCAMAAADekFN4AAAAYFBMVEUAAACWj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj4+Wj49NVCAGAAAAH3RSTlMAzaR5+4Zt9de3ST01LB0F7MSvZlIN4ZqTXBTkvCaP2WVLuwAAAN1JREFUKM91kecOgzAMhMkgNEAZZZTt93/L1lm2kMgPn3WK9OUu2eMpj0LPsiJDgS3POi+WaJxaOq30kK5sfvmI4Mg5LDmERdg7qbhuRgPD/TFQ3RzjUWZJzrdzYkVy+t7JLJPTfXFOoKKxgUGpYYxOBSXKCu/oDNC4BLqNzlX4lC+cnPr6OCFqq3MURn3DisKoI9QojKpgQmFUuePkVHHg5NTwM0RtfLhEpR6Jany4SKUeA5V6jFTqkVE3UOz3Qo8EH32PJz25/8dqLUaJl3ahjOjqjM5kpM2b7Pn8AGOnC7LZ7zgeAAAAAElFTkSuQmCC);
}
.box_highlight_hot,
.box_highlight_hot_corner {
  background: #f5f5f5;
  padding: 8px 10px 8px 50px;
  margin-bottom: 34px;
  line-height: 24px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  position: relative;
  font-weight: 400;
  color: #565656;
}
.box_highlight_hot:after,
.box_highlight_hot_corner:after {
  content: '';
  width: 32px;
  height: 44px;
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAICAgICAgICAgICAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAz/2wBDAQMDAwUEBQkGBgkNCwkLDQ8ODg4ODw8MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAAsACADAREAAhEBAxEB/8QAGwAAAgMAAwAAAAAAAAAAAAAABgcEBQgCAwn/xAAwEAABAwMCAwYFBQEAAAAAAAABAgMEBQYRABIHIUETIjEyUWEIQ3GBkRRikqHB4f/EABsBAAICAwEAAAAAAAAAAAAAAAUGAwcABAgC/8QANxEAAQIEBAQEAwUJAAAAAAAAAQIDAAQFERIhMUEGUWGRByJxgTKSoRMVYrLhM0JDUqLB0fDx/9oADAMBAAIRAxEAPwD3c1kZFFctTlUWhVKsRGG5S6WyZTsZZI3std50AjwOwHHjoXWp1yRk3JhsBX2YxEc0pzVY7HDe2ue0b9MlkTUyhlZtjOG/InIe19YtIUtqfDizo5JYmMofZJ8djiQpP9HW9LPpmGkuo+FQBHoRcRqvNKZcUhWqSQfbKJOpoigeui5abaVGk1qqLIYY7rTKfO66ryto9z/3QiuVpikSqpl85DQbqOyR1P6wRpVMdqL4Ya1PYDcmFRe3EmG5wwZnJ7JupXjDcjRYCVbtgXluQSeXJAyM+uNIXE3GTSuHg7kHJlBSE62v5V/LmL87Q20PhpwVgt/uMKBJ52zT319Iblstpatu32kKDiW6bFShY8FAMpAOrBoiAiQYAzs2j8ohPqaiqbdP41fmMXmicaMKfjRQ3K1Yk9bOS7RnUVJCB1S0FJc/CFqP20heJNLM9RllOrRDny3Cv6VE+0NvBM8JWpJB0WMHexH1AEYZKicAkkJ8o9NcvXi9wIMonEK8INMhUeLXJTdPp7zb8RrCcpLStyE78btgI8ucaY5fi6qMS6JdDxCEEFIyyw5gXtfD+G+GAr3Dsg68p5TQxKBB63yOWl+usbhsq52Lwtyn1tkJbdeT2c2OPlvo5OJ/PMexGuneGq4isyKJlOpyUOSh8Q/uOhEUXW6Wqmza2DoNDzSdD/nrC6vq/G7VvZqlVrtXLXrNAKJbaU7trxcfSFJT7jun6j00n8UcVJpNWDEzcyzrGY1srE4Lj1HlPqDtDHQaAahTi6z+3Q7l6WR/0frGPqZTZlXqESmU9lT82c6lqM0Oqlf4PEnXPElJuzjyWGhdajYDqf8Ac+kXJNTKJZpTrhslIuYIL5tsWlcUmgpUt0QmIxVJPzVuMIW4tPtvJA+nrovxRRhR55UrrhCc/wCYlAKiOmIkD05wOoVS+8ZUTGmIqy5AKIA7WJ6w6Ph1rDiZlft9RJZcZRUGU9EqQoNOfy3p/GrI8H6ioOvyh0ICx0IISe909oSvEeSBbamN74O/mHax7wc8arDnXTTYVWozBk1SjhaXYafO9HXgkI9VIIyB1yeuNNHiVwq9VWETEsMTjV/LupJ5dQdBvc7wB4Jr7dPdUy8bIXvsFDn0PP02vCm4CNssXzNZnM9nObpr4iodGFIcDje8YPMK25+2dIHhShDdYWl0WWG1WvqDiTf3tf2vDfx+pSqckoPlxi9txZVva9vpB78QtKpSqTR6wezbrglCIxjzvMFKlKBHXYrGD0zjrpr8XZCWMs1MaPYsI5qTYk/KbW5X6wv+Hc08HnGf4eHEeish9frbpHRwHsqr0l+o3NVoj0BEyL+kpzDw2uLQpaXFubTzA7gxnx+movCvhqZlFOTr6SjEnCkHIkEhRNthkLc4k4+rbEwlEq0rFY4lEZgZEAX55m/KNJ6ueKziGunwHJbVQcgw1z2MhmaptJeRkbTtXjcORxrXVJsqdDpQnGNFWGIbZHWJhMOhBbCjhO18j7aRzchxHX2pTsWO5JZGGZCkJK0D9qiMjXpUu0pYWUgqGhtmPQx5S8tKSkKNjtfKJOpojj//2Q==);
  position: absolute;
  left: 10px;
  top: 9px;
}
.box_highlight_hot_corner:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: inset inset inset solid;
  border-width: 20px 0 0 20px;
  top: -18px;
  left: 0;
  border-color: transparent transparent transparent #f5f5f5;
}
.box_highlight_footer {
  position: relative;
  border: 1px solid #ededed;
  border-top-width: 0;
  margin-bottom: 34px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-weight: 400;
  color: #565656;
  margin-left: 10px;
}
.box_highlight_footer > div {
  background: white;
  padding: 8px 10px 18px 36px;
  line-height: 24px;
  position: relative;
}
.box_highlight_footer:before {
  content: '';
  display: block;
  position: absolute;
  background: #f0f0f0;
  width: 100%;
  height: 100%;
  top: 5px;
  -webkit-transform: rotate(0.6deg);
  -moz-transform: rotate(0.6deg);
  -o-transform: rotate(0.6deg);
  -ms-transform: rotate(0.6deg);
  transform: rotate(0.6deg);
  left: 6px;
}
.box_highlight_footer:after {
  content: '';
  width: 36px;
  height: 39px;
  position: absolute;
  top: 16px;
  left: -17px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAnCAMAAABQShoEAAAAb1BMVEUAAABXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1eEcGwZAAAAJHRSTlMAuSPJ4sEqDDP7sALNEz7alk7RoEY4B+qphnJUHWAXgXtoi/dpkVgGAAABfElEQVQ4y4XTWY6DMBAE0Da2MWbf1wAhqfufcUgyo2DHZOqDD/RUarXc9EpS3xjnbEwjOovaOF7R4Zm5VEBX9sNQxXecmCUEwkI9K+uTJlUB607aJIn2rxvNGleiZJNChMXJ3AlHqMiXeCZPnKhGV9AiEY9Bkwv0iwsNiCMawT3aUwhUri6JilSsZ6IvimOlS6c9eiv1H6JJIP9QEjkprjf6plbIx+Cl/1Z35O3HCgJKGORbzQJDay8zJ/K5oWCrWd8nosBQ266iI2orZLWtRuBqqKR3Km2qJUSW7ioG84wu82m61BV6JKurdKnN7ioboqY8qtVWHkMc7OrYFQ3Qs9n1q8qjuuE+fXT5TxVeDipLbcV9q6vtwZRLpRny978MNRnxJaS3q/4wbo4bWSrblXmhBTi5lYFKshMIsIWsJqe60HGmgT7TGF2eQEqOpB3CvwNVvWaKXKk7sCB6LNzvH2fiTppB9NM0VQKioLP4IV5hDZ2nTVcZ81v9mucHI54j964WFtwAAAAASUVORK5CYII=);
}
.box_highlight_hot a,
.box_highlight_hot_corner a,
.box_highlight_footer a {
  color: #ffa940;
}
.box_highlight_hot a:hover,
.box_highlight_hot_corner a:hover,
.box_highlight_footer a:hover {
  text-decoration: underline;
}
.box_highlight_hot span,
.box_highlight_hot_corner span,
.box_highlight_footer span {
  font-weight: 400;
}
/*! Fin New Style fichas precos*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/ #license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/new_files/img/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/new_files/img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/new_files/img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/new_files/img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.imageblock.gallery-with-one-image {
  margin-bottom: 0px;
}
.imageblock.gallery-with-one-image .fotofooter {
  padding-bottom: 0;
}
#notice_content .comparison_block table,
#notice_content .comparison_block table tr,
#notice_content .comparison_block table tr td {
  border: none;
  margin: 0;
}
#notice_content .comparison_block table {
  display: inline-block;
}
#notice_content .comparison_block table tr td {
  vertical-align: bottom;
}
#notice_content .comparison_block table tr td div.model-name {
  font-weight: 600;
  text-align: center;
}
#notice_content .comparison_block table tr td div.dimension-details {
  text-align: center;
}
div.more_content {
  margin: 10px auto 25px;
  width: 430px;
}
#notice_content div.inline_block_models div.more_content {
  margin: 0 auto;
}
#notice_content .stars-wrapper,
.live .stars-wrapper {
  /* usando las estrellas mas grandes de la imagen */
  width: 121px;
  background-image: url('/new_files/templates/theme_darklight/img/stars.png');
  background-size: 496px;
  background-position-y: -37px;
  height: 25px;
}
#notice_content .stars-wrapper.stars-0,
.live .stars-wrapper.stars-0 {
  background-position-x: -375px;
}
#notice_content .stars-wrapper.stars-0-5,
.live .stars-wrapper.stars-0-5 {
  background-position-x: -351px;
}
#notice_content .stars-wrapper.stars-1,
.live .stars-wrapper.stars-1 {
  background-position-x: -97px;
}
#notice_content .stars-wrapper.stars-1-5,
.live .stars-wrapper.stars-1-5 {
  background-position-x: -327px;
}
#notice_content .stars-wrapper.stars-2,
.live .stars-wrapper.stars-2 {
  background-position-x: -73px;
}
#notice_content .stars-wrapper.stars-2-5,
.live .stars-wrapper.stars-2-5 {
  background-position-x: -303px;
}
#notice_content .stars-wrapper.stars-3,
.live .stars-wrapper.stars-3 {
  background-position-x: -49px;
}
#notice_content .stars-wrapper.stars-3-5,
.live .stars-wrapper.stars-3-5 {
  background-position-x: -279px;
}
#notice_content .stars-wrapper.stars-4,
.live .stars-wrapper.stars-4 {
  background-position-x: -25px;
}
#notice_content .stars-wrapper.stars-4-5,
.live .stars-wrapper.stars-4-5 {
  background-position-x: -254px;
}
#notice_content .stars-wrapper.stars-5,
.live .stars-wrapper.stars-5 {
  background-position-x: 0px;
}
#notice_content .item_prod,
.live .item_prod {
  background: #f1f5f8;
  padding: 18px 0;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  height: 104px;
  overflow: hidden;
  margin-bottom: 14px;
}
#notice_content .item_prod > *,
.live .item_prod > * {
  float: left;
}
#notice_content .item_prod .thum_compra,
.live .item_prod .thum_compra {
  margin-right: 10px;
  display: block;
  margin-left: 13px;
  margin-top: 7px;
}
#notice_content .item_prod .desc,
.live .item_prod .desc {
  display: block;
  font-family: "Roboto Condensed";
  font-size: 16px;
  width: 100px;
  margin-top: 7px;
  height: 88px;
  overflow: hidden;
  max-width: 450px;
}
#notice_content .item_prod .shop_places,
.live .item_prod .shop_places {
  background: #e2eaf0;
  width: 320px;
  margin-left: 20px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  padding: 18px 12px;
  position: relative;
  margin-right: 30px;
  float: right;
}
#notice_content .item_prod .shop_places::after,
.live .item_prod .shop_places::after {
  border-width: 12px 18px 12px 0;
  border-style: inset solid inset inset;
  top: 40px;
  left: -18px;
  border-color: transparent #e2eaf0 transparent transparent;
}
#notice_content .item_prod .shop_places::after,
.live .item_prod .shop_places::after {
  content: "";
  display: block;
  height: 0px;
  position: absolute;
  width: 0px;
}
#notice_content .item_prod .shop_logo,
.live .item_prod .shop_logo {
  float: left;
  margin-left: 10px;
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-right: 40px;
  width: 116px;
  height: 66px;
  overflow: hidden;
  line-height: normal;
}
#notice_content .item_prod .price,
.live .item_prod .price {
  width: 130px;
  float: left;
  text-align: center;
}
#notice_content .item_prod .price a:hover,
.live .item_prod .price a:hover {
  text-decoration: none;
}
#notice_content .item_prod .price a:hover strong,
.live .item_prod .price a:hover strong {
  color: #fa141b;
}
#notice_content .item_prod .price a:hover small,
.live .item_prod .price a:hover small {
  color: #fa141b;
}
#notice_content .green_button,
.live .green_button {
  display: block;
  color: white;
  padding: 4px 6px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  text-align: center;
}
#notice_content .green_button:hover,
.live .green_button:hover {
  text-decoration: none;
}
#notice_content b,
.live b,
#notice_content strong,
.live strong {
  font-weight: bold;
}
#notice_content .item_prod .price strong,
.live .item_prod .price strong {
  font-size: 26px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}
#notice_content .item_prod .price strong small,
.live .item_prod .price strong small {
  font-size: 20px;
  font-style: normal;
  color: black;
}
#notice_content .item_prod .price strong s,
.live .item_prod .price strong s {
  color: #999 !important;
  font-weight: 400 !important;
  font-size: 20px !important;
}
#notice_content img,
.live img {
  border: 0;
}
#notice_content div.shop_places img,
.live div.shop_places img {
  min-height: auto;
}
#notice_content .item_prod .shop_logo img,
.live .item_prod .shop_logo img {
  display: block;
  background: white;
  padding: 0px;
  border-top: 12px solid #fff;
  border-bottom: 12px solid #fff;
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
  margin: 0 auto;
}
#notice_content .btn_more,
.live .btn_more,
#notice_content .btn_more2,
.live .btn_more2 {
  border: 1px solid #DCDCDC;
  display: block;
  width: 428px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background: #FBFBFB;
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-family: roboto condensed;
  font-weight: 300;
  color: #333;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #fdfdfd 0%, #f0f0f0 100%);
  background-image: -moz-linear-gradient(-90deg, #fdfdfd 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(-90deg, #fdfdfd 0%, #f0f0f0 100%);
  background-image: linear-gradient(180deg, #fdfdfd 0%, #f0f0f0 100%);
}
#notice_content .btn_more::after,
.live .btn_more::after,
#notice_content .btn_more2::after,
.live .btn_more2::after {
  border-style: solid inset inset inset;
  border-width: 3px;
  border-color: #000 transparent transparent transparent;
  top: 17px;
  right: 10%;
}
#notice_content .more_content,
.live .more_content {
  margin: 25px 18px 35px;
  position: relative;
}
#notice_content .more_content::before,
.live .more_content::before {
  content: "";
  display: block;
  border-top: 2px solid #e5e5e5;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  z-index: 1;
}
#notice_content div.more_content,
.live div.more_content {
  margin: 10px auto 25px;
  width: 430px;
}
#notice_content .btn_more:hover,
.live .btn_more:hover,
#notice_content .btn_more2:hover,
.live .btn_more2:hover {
  background: #F0FAFF;
  color: #83C9F7;
  text-decoration: none;
}
#notice_content .details .preco_bar.aviso,
.live .details .preco_bar.aviso {
  background: #9fc1c3;
  height: 32px;
  width: 146px;
}
#notice_content .details .preco_bar.aviso:hover,
.live .details .preco_bar.aviso:hover {
  background: #ADD2D5;
}
#notice_content .details .preco_bar.aviso span,
.live .details .preco_bar.aviso span {
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
}
#notice_content .details .preco_bar.aviso label,
.live .details .preco_bar.aviso label {
  background: #8fadaf;
  font-size: 18px !important;
  font-weight: 300;
  height: 24px;
  line-height: 17px;
  padding-left: 7px;
  width: 23px;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  cursor: pointer;
  float: left;
  padding: 8px 1px 0 4px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 1px #838383;
  text-transform: uppercase;
}
#notice_content .details .preco_bar.aviso label:before,
.live .details .preco_bar.aviso label:before {
  right: -12px;
  border-width: 16px 0 16px 10px !important;
}
#notice_content .details .preco_bar.aviso label:after,
.live .details .preco_bar.aviso label:after {
  right: -10px;
  border-left-color: #8fadaf;
  border-width: 16px 0 16px 10px !important;
}
.comparison_block a {
  color: #11618e;
  font-weight: bold;
}
.pro-con-wrapper {
  width: 100%;
  vertical-align: top;
}
.score_label span {
  font-weight: 400;
  color: #444;
}
.reset-form-link {
  color: #DE5A5A;
}
.tel_item,
.phonelist_item {
  position: relative;
}
.tel_item .aviso.preco_bar,
.phonelist_item .aviso.preco_bar {
  background: #F6C87A;
  width: 155px;
  height: 40px;
  margin: 0 !important;
  text-align: left;
  display: inline-block;
}
.tel_item .aviso.preco_bar::before,
.phonelist_item .aviso.preco_bar::before {
  display: none;
}
.tel_item .aviso.preco_bar,
.phonelist_item .aviso.preco_bar {
  color: white;
  background: #f5c879;
  font-size: 18px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px;
  height: 40px;
}
.tel_item .aviso.preco_bar,
.phonelist_item .aviso.preco_bar {
  background: #9FC1C3;
}
.tel_item .aviso.preco_bar,
.phonelist_item .aviso.preco_bar {
  color: #fff;
  background: #f5c879;
  font-size: 18px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px;
  height: 40px;
  cursor: pointer;
}
.tel_item .aviso.preco_bar,
.phonelist_item .aviso.preco_bar {
  background: #9fc1c3;
  height: 32px;
  width: 146px;
}
.tel_item .aviso .al,
.phonelist_item .aviso .al {
  position: absolute;
  top: 2px;
  left: 0px;
  text-align: center;
}
.tel_item .aviso.preco_bar label,
.phonelist_item .aviso.preco_bar label {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.59) !important;
  font: 11px/12px "Roboto Condensed" !important;
}
.tel_item .aviso.preco_bar label,
.phonelist_item .aviso.preco_bar label {
  background: #eb9907;
  width: 60px;
  font-size: 9px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  padding: 9px 1px;
  position: relative;
  -webkit-border-radius: 3px 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  text-shadow: 0px 1px 1px #838383;
  cursor: pointer;
  float: left;
  height: 22px;
}
.tel_item .aviso.preco_bar label::before,
.phonelist_item .aviso.preco_bar label::before,
.tel_item .aviso.preco_bar label::after,
.phonelist_item .aviso.preco_bar label::after {
  content: ' ';
  position: absolute;
  top: 0px;
  border-width: 20px 0 20px 12px;
  border-style: inset inset inset solid;
}
.tel_item .aviso.preco_bar label::before,
.phonelist_item .aviso.preco_bar label::before {
  right: -12px;
  border-color: transparent transparent transparent white;
}
.tel_item .aviso.preco_bar label::after,
.phonelist_item .aviso.preco_bar label::after {
  right: -10px;
  border-color: transparent transparent transparent #eb9907;
}
.tel_item .aviso.preco_bar label,
.phonelist_item .aviso.preco_bar label {
  width: 23px;
  font-size: 18px;
  height: 22px;
  font-weight: 300;
  padding-left: 7px;
  background: #8FADAF;
}
.tel_item .aviso.preco_bar label::after,
.phonelist_item .aviso.preco_bar label::after {
  border-left-color: #92bb14;
  border-left-color: #8FADAF;
}
.tel_item .aviso.preco_bar label,
.phonelist_item .aviso.preco_bar label {
  background: #8fadaf;
  font-size: 18px !important;
  font-weight: 300;
  height: 32px;
  line-height: 17px;
  padding-left: 7px;
  width: 23px;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  cursor: pointer;
  float: left;
  padding: 8px 1px 0 4px;
  position: relative;
  text-align: center;
  text-shadow: 0px 1px 1px #838383;
  text-transform: uppercase;
  color: white;
}
.tel_item .aviso.preco_bar label::before,
.phonelist_item .aviso.preco_bar label::before {
  right: -12px;
  border-width: 16px 0 16px 10px !important;
}
.tel_item .aviso.preco_bar label::after,
.phonelist_item .aviso.preco_bar label::after {
  right: -10px;
  border-left-color: #8fadaf;
  border-width: 16px 0 16px 10px !important;
}
.tel_item .aviso.preco_bar span,
.phonelist_item .aviso.preco_bar span {
  text-shadow: 1px 1px 1px #a5a5a5;
  vertical-align: middle;
  margin-left: 17px;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
  color: white;
}
.g-recaptcha {
  display: inline-block;
}
.buying-guides-wrapper {
  width: 300px;
}
.buying-guides-wrapper article.offer-item-right {
  position: relative;
  padding: 0px 0px 34px 50px;
}
.buying-guides-wrapper article.offer-item-right:last-child {
  padding-bottom: 0px;
}
.buying-guides-wrapper article.offer-item-right::before {
  content: '';
  display: block;
  border-left: 2px solid #97C5E0;
  position: absolute;
  height: 100%;
  width: 0;
  left: 20px;
}
.buying-guides-wrapper article.offer-item-right header,
.buying-guides-wrapper article.offer-item-right h1,
.buying-guides-wrapper article.offer-item-right p {
  display: inline-block !important;
  margin: 0;
  height: auto;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}
.buying-guides-wrapper article.offer-item-right span.date-wrapper {
  position: absolute;
  z-index: 10103;
  top: 0;
  left: 0;
  height: 38px;
  width: 38px;
  border-radius: 50% !important;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid #97C5E0;
  text-align: center;
  background-color: #fff;
}
.buying-guides-wrapper article.offer-item-right span.date-wrapper span {
  display: inline-block;
  margin-top: 13px;
  font-size: 10px;
}
.left_toolbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 130px;
}
.left_toolbar ul li a {
  display: block;
  height: 38px;
  line-height: 38px;
  text-indent: 12px;
  font-family: roboto condensed;
  font-size: 15px;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #fdfdfd 0%, #ededed 100%);
  background-image: -moz-linear-gradient(-90deg, #fdfdfd 0%, #ededed 100%);
  background-image: -o-linear-gradient(-90deg, #fdfdfd 0%, #ededed 100%);
  background-image: linear-gradient(180deg, #fdfdfd 0%, #ededed 100%);
}
.left_toolbar ul li a:hover,
.left_toolbar ul li a.selected {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #fdfdfd 0%, #e6e6e6 100%);
  background-image: -moz-linear-gradient(-90deg, #fdfdfd 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(-90deg, #fdfdfd 0%, #e6e6e6 100%);
  background-image: linear-gradient(180deg, #fdfdfd 0%, #e6e6e6 100%);
}
.left_toolbar ul li a:hover:after,
.left_toolbar ul li a.selected:after {
  display: block;
}
.left_toolbar ul li a:after {
  content: '\203A';
  display: none;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  right: 10px;
  top: 12px;
  background: #5C5C5C;
  color: #fff;
  font-size: 18px;
  text-indent: 5px;
  /* text-align: center; */
  font-weight: bold;
  font-family: serif;
  line-height: 11px;
  text-indent: 6px;
}
.live-blink {
  background-color: #72BEDF;
  opacity: 0.3;
}
#nav_menu.menu_inline {
  width: 708px;
  position: absolute;
  right: 18px;
}
#nav_menu.menu_inline #home_btn_holder {
  background: #FFF;
  width: 43px;
  height: 100%;
  display: block;
  float: left;
  position: relative;
  margin-right: 10px;
}
#nav_menu.menu_inline #home_btn_holder:before {
  content: '';
  display: block;
  position: absolute;
  background-color: white;
  top: 3px;
  left: 3px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
#nav_menu.menu_inline #home {
  position: relative;
  float: left;
  background-position: -311px -6px;
  height: 32px;
  width: 32px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  top: 10px;
  left: 8px;
}
#nav_menu.menu_inline nav,
#nav_menu.menu_inline li > a {
  height: 50px;
  line-height: 50px;
}
#nav_menu.menu_inline ul {
  margin-left: 0;
}
#nav_menu.menu_inline ul li > a {
  padding: 0 14px;
  font-size: 20px;
}
#nav_menu.menu_inline ul li > a:after {
  display: none;
}
#nav_menu.menu_inline ul li:hover > a {
  height: 45px;
}
#nav_menu.menu_inline .tops_link {
  font-size: 20px;
  line-height: 50px;
  padding: 0 15px;
}
.circle_comment {
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: rgba(5, 5, 5, 0.22);
  display: block;
  text-align: center;
  line-height: 42px;
  color: white;
  font-weight: 400;
  position: relative;
}
.circle_comment:after {
  content: '';
  display: block;
  position: absolute;
  top: 27px;
  left: 17px;
  width: 19px;
  height: 16px;
  background: transparent url("../img/sprites7_opt.png") no-repeat -214px -90px;
}
.circle_comment:hover {
  color: white;
}
.circle_comment.green {
  background-color: #B2D135;
}
.circle_comment.green:hover {
  background-color: #c2da5f;
}
.circle_comment.blue {
  background-color: #2FBAE1;
}
.circle_comment.blue:hover {
  background-color: #5cc9e7;
}
.new_bigimage {
  border-bottom: 1px solid #E0E0E0;
  padding: 23px 0 20px;
  /* animacion hover*/
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*  .title,p,.metadata{
    .transition(padding .1s ease-out);
  }*/
  /* animacion hover*/
}
.new_bigimage:hover {
  -webkit-box-shadow: 0 10px 11px -8px rgba(162, 162, 162, 0.83);
  -moz-box-shadow: 0 10px 11px -8px rgba(162, 162, 162, 0.83);
  box-shadow: 0 10px 11px -8px rgba(162, 162, 162, 0.83);
  /*   .title,p,.metadata{
     padding: 0 18px;
   }*/
}
.new_bigimage:first-child {
  padding-top: 0;
}
.new_bigimage:last-child {
  border-bottom: 0;
}
.new_bigimage .title {
  font: 300 23px/29px 'roboto condensed';
  display: block;
  max-height: 57px;
  color: #303030;
  overflow: hidden;
}
.new_bigimage .title:hover,
.new_bigimage .title:active {
  color: red;
}
.new_bigimage p {
  line-height: 19px;
  color: #8F8F8F;
  margin: 9px 0 0;
  overflow: hidden;
  max-height: 53px;
}
.new_bigimage .circle_comment {
  position: absolute;
  top: -31px;
  left: 5px;
}
.new_bigimage .date {
  float: right;
  font: 13px 'roboto condensed';
  color: #C9C9C9;
}
.new_bigimage .metadata {
  height: 27px;
  position: relative;
}
.app_colored {
  background-color: #3C3C3C;
  height: 176px;
  position: relative;
  margin-bottom: 33px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.app_colored:hover {
  -webkit-box-shadow: 0 7px 15px -12px #010101;
  -moz-box-shadow: 0 7px 15px -12px #010101;
  box-shadow: 0 7px 15px -12px #010101;
}
.app_colored:hover p {
  padding: 31px 11px;
}
.app_colored:hover .thumb_mask {
  -webkit-box-shadow: 5px 5px 0 rgba(11, 11, 11, 0.06);
  -moz-box-shadow: 5px 5px 0 rgba(11, 11, 11, 0.06);
  box-shadow: 5px 5px 0 rgba(11, 11, 11, 0.06);
  width: 115px;
  height: 115px;
}
.app_colored:hover .thumb_mask img {
  margin-left: -8px;
}
.app_colored .thumb_mask,
.app_colored .thumb_mask img,
.app_colored p {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.app_colored .thumb_mask {
  width: 104px;
  height: 104px;
  top: -9px;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: white;
}
.app_colored p {
  position: absolute;
  bottom: 0;
  margin: 0;
  color: white;
  padding: 20px 11px;
  font: 400 18px/21px 'roboto condensed';
  background: #000;
}
.app_colored.pink p {
  background: #E14F64;
}
.app_colored.pink:hover p {
  background: #f63a55;
}
.app_colored.lightblue p {
  background: #5CADEF;
}
.app_colored.lightblue:hover p {
  background: #4cafff;
}
.app_colored.aqua p {
  background: #79E5B1;
}
.app_colored.aqua:hover p {
  background: #69f5b2;
}
.app_colored.blue p {
  background: #487CB8;
}
.app_colored.blue:hover p {
  background: #2f7ad1;
}
.app_colored.red p {
  background: #F7532D;
}
.app_colored.red:hover p {
  background: #ff4e25;
}
.tops_link.ifa {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZTJiM2MiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JkMDAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #ee2b3c 0%, #bd0020 100%);
  background-image: -moz-linear-gradient(-90deg, #ee2b3c 0%, #bd0020 100%);
  background-image: -o-linear-gradient(-90deg, #ee2b3c 0%, #bd0020 100%);
  background-image: linear-gradient(180deg, #ee2b3c 0%, #bd0020 100%);
}
.tops_link.ifa:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMDRkNTkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmMDAyNyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #f04d59 0%, #df0027 100%);
  background-image: -moz-linear-gradient(-90deg, #f04d59 0%, #df0027 100%);
  background-image: -o-linear-gradient(-90deg, #f04d59 0%, #df0027 100%);
  background-image: linear-gradient(180deg, #f04d59 0%, #df0027 100%);
}
.tile.ifa {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlOTMwNDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MwMGYyOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #e93040 0%, #c00f29 100%);
  background-image: -moz-linear-gradient(-90deg, #e93040 0%, #c00f29 100%);
  background-image: -o-linear-gradient(-90deg, #e93040 0%, #c00f29 100%);
  background-image: linear-gradient(180deg, #e93040 0%, #c00f29 100%);
}
.tile.ifa:after {
  border-color: transparent transparent transparent #CC1A34 !important;
}
.inline_block {
  margin: 10px 0 15px;
  width: auto !important;
}
.inline_block_news {
  border-left: 5px solid #69d1c8;
  padding: 0 21px;
}
.page_android .inline_block_news {
  border-color: #8bb211;
}
.page_games .inline_block_news {
  border-color: #e4b100;
}
.page_apple .inline_block_news {
  border-color: #11618e;
}
.page_windows .inline_block_news {
  border-color: #5dc3f6;
}
.page_hardware .inline_block_news {
  border-color: #8f6c2c;
}
.page_altadefinizione .inline_block_news {
  border-color: #9924b5;
}
.page_samsung .inline_block_news {
  border-color: #248cd5;
}
.page_htc .inline_block_news {
  border-color: #4d9f1c;
}
.page_nokia .inline_block_news {
  border-color: #1a54b5;
}
.page_mobile .inline_block_news {
  border-color: #f98e00;
}
.page_lg .inline_block_news {
  border-color: #D80546;
}
.inline_block_news .newlist_normal {
  width: 48%;
  height: 78px;
  display: inline-block;
  vertical-align: top;
  margin: 0 3% 17px 0;
  padding: 0 0 17px;
  border: none;
  border-bottom: 1px solid #dddcdc;
  overflow: hidden;
  /*  &:nth-of-type(n+5){
	    margin-bottom: 0;
	    border-bottom: none;
	    padding: 0;
	  }*/
}
.inline_block_news .newlist_normal:nth-of-type(2n) {
  margin-right: 0;
}
.inline_block_news .newlist_normal .thumb_new_image,
.inline_block_news .newlist_normal img {
  width: 93px;
  height: 78px;
}
.inline_block_news .newlist_normal .title_newlist_normal {
  margin-bottom: 3px;
  line-height: 14px;
  max-height: 58px;
  overflow: hidden;
}
.inline_block_news .newlist_normal .title_newlist_normal .title_new {
  line-height: 19px;
}
.inline_block_news .newlist_normal p {
  height: 18px !important;
}
.inline_block_news .newlist_normal .toplabel {
  display: inline-block;
}
.inline_block_news > div:last-child .newlist_normal {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}
.inline_block_models .plist_ratingcolumn {
  margin-right: 8px;
  width: 56px;
}
.inline_block_models .plist_ratingcolumn > div {
  padding: 0;
  margin: 0;
}
.inline_block_models .plist_ratingcolumn .colorbox {
  margin-bottom: 5px;
  cursor: help;
}
.inline_block_models .phonelist_item {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 23px;
  padding-top: 32px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  -moz-transition: -moz-box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
}
.inline_block_models .phonelist_item:first-child .aggi_compara {
  top: 16px;
}
.inline_block_models .phonelist_item img {
  background: none;
}
.inline_block_models .phonelist_item .details {
  width: 78%;
  height: 70px;
  margin: 0;
  position: absolute;
  top: 82px;
  left: 140px;
}
.inline_block_models .phonelist_item .aggi_compara,
.inline_block_models .phonelist_item .aggi_compara_activado {
  position: absolute;
  top: 40px;
  right: 2px;
  width: 76px;
}
.inline_block_models .phonelist_item .aggi_compara:before,
.inline_block_models .phonelist_item .aggi_compara_activado:before {
  margin-top: 0;
}
.inline_block_models .phonelist_item .espandi {
  position: absolute;
  bottom: 0;
  background: #f9f9f9;
  font-size: 11px;
  padding: 0 8px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 52px;
  font-weight: 400;
  line-height: 22px;
  height: 22px;
}
.inline_block_models .phonelist_item .espandi:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0px;
  left: 4px;
  width: 8px;
  height: 6px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDIvMjYvMTW/mD87AAAAl0lEQVQImU2OIQ6EMADAChlmEjKD2x/4AwlBz/K8TeFI+AQvIGAwBBxiyUAMdeRqK9pk27YohCDPc/6ZpokQAukwDDjn8N5/cp5nxnHkOA7Spmnw3uOc43ke9n2n73vKsqRtW5L7vuO6rlhr0VpznidZltF1HVJK0hgjWmvqumZZFkIIGGOQUgIgft2qqriuC6UURVF8Py+sW0IBWvO4qgAAAABJRU5ErkJggg==);
}
.inline_block_models .phonelist_item .al {
  position: absolute;
  top: 2px;
  left: 0px;
  text-align: center;
}
.inline_block_models .phonelist_item .preco_bar {
  background: #F6C87A;
  width: 155px;
  height: 40px;
  margin: 0 !important;
  text-align: left;
}
.inline_block_models .phonelist_item .preco_bar label {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.59) !important;
  font: 11px/12px 'Roboto Condensed' !important;
}
.inline_block_models .phonelist_item .preco_bar small {
  color: white !important;
}
.inline_block_models .phonelist_item .vedi_prezzi {
  color: #eb9905;
  font: 400 12px 'Roboto Condensed';
}
.inline_block_models .phonelist_item .video_side {
  width: 255px;
  position: absolute;
  right: 0;
}
.inline_block_models .phonelist_item .video_side .desc_video {
  font: 14px/18px 'Roboto Condensed';
  color: #818181;
  text-align: right;
}
.inline_block_models .phonelist_item .video_side .desc_video > a {
  height: 70px;
  display: block;
  overflow: hidden;
}
.inline_block_models .phonelist_item .video_side .desc_video > a:hover {
  height: auto;
}
.inline_block_models .phonelist_item .video_side .desc_video strong {
  font-weight: bold;
}
.inline_block_models .phonelist_item .video_side .video_thumb {
  background: #ddd;
  width: 109px;
  height: 60px;
  float: right;
  margin-left: 8px;
}
.inline_block_models .title_phone {
  display: block;
  float: left;
}
.inline_block_models .inline_block_news {
  float: none !important;
  margin: 0;
  border: 0;
  padding: 20px 15px;
  width: auto;
  display: none;
  background: #f8f8f8;
}
.inline_block_models .inline_block_news .newlist_normal:nth-child(n+3) {
  border: none;
  margin-bottom: 0;
}
.active_prev_news {
  margin-bottom: 0 !important;
  -webkit-box-shadow: 0 12px 14px -7px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 12px 14px -7px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 14px -7px rgba(0, 0, 0, 0.12);
}
.active_prev_news .espandi:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.active_next_news {
  -webkit-box-shadow: 0 -12px 14px -7px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 -12px 14px -7px rgba(0, 0, 0, 0.12);
  box-shadow: 0 -12px 14px -7px rgba(0, 0, 0, 0.12);
}
#related_notices .inline_block_news {
  margin: 0;
  padding: 0;
  border: 0;
  width: 66%;
  margin-right: 30px;
}
#related_notices .inline_block_news .newlist_normal {
  width: 48%;
  height: 99px;
  display: inline-block;
  vertical-align: top;
  margin: 0 3% 13px 0;
  padding: 0 0 13px;
  border: none;
  border-bottom: 1px solid #dddcdc;
}
#related_notices .inline_block_news .newlist_normal:nth-child(n+3) {
  border: 0;
}
#related_notices .inline_block_news .newlist_normal:nth-of-type(2n) {
  margin-right: 0;
}
#related_notices .inline_block_news .newlist_normal .thumb_new_image,
#related_notices .inline_block_news .newlist_normal img {
  width: 114px;
  height: 98px;
}
#related_notices .inline_block_news .newlist_normal .comment-gray {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDIvMjYvMTW/mD87AAAAuUlEQVQoke2SMQrDMAwAz8EonoLJkCn/f5khZDPJYmRid2ppmra4ewVahO5kLJl932sIAVXllxAR5nnGhhAYxxERAaDruiZBSokQAlZVcc79NB3AOYeq0jbuS/wFYEWElNLbTZRSPoKqiohgng/Je4/3/tQYYyTGeBHcD8nUWh/FZVnqcRwMw/CAnXNM02Q+veT0B33fU0qhlNIEXwQiQs6Zbdua4IvAWmtyzs0wALXWU67rWl9r3/IG84yBwQLxndoAAAAASUVORK5CYII=);
  background-position: 0px 4px;
}
.social_buttons {
  text-align: center;
  margin: 50px 0 40px !important;
}
.social_buttons > a {
  display: inline-block;
  height: 36px;
  padding: 0 20px;
  color: white;
  margin: 0;
  font: 400 12px/36px 'Roboto Condensed', sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
  max-width: 120px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.social_buttons > a.waiting_response {
  padding: 0 34px;
}
.social_buttons > a.waiting_response:before {
  -webkit-animation: rotarlogo 1.2s infinite linear;
  -moz-animation: rotarlogo 1.2s infinite linear;
  -o-animation: rotarlogo 1.2s infinite linear;
  animation: rotarlogo 1.2s infinite linear;
}
.social_buttons > a:hover:before {
  -webkit-animation: rebotelogo 0.5s linear infinite;
  -moz-animation: rebotelogo 0.5s linear infinite;
  -o-animation: rebotelogo 0.5s linear infinite;
  animation: rebotelogo 0.5s linear infinite;
}
.social_buttons > a.increment_number span {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.social_buttons > a.salta_logo:before {
  -webkit-animation: saltalogo 0.6s ease-out;
  -moz-animation: saltalogo 0.6s ease-out;
  -o-animation: saltalogo 0.6s ease-out;
  animation: saltalogo 0.6s ease-out;
}
.social_buttons > a:before {
  content: '';
  display: inline-block;
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAATCAYAAAAjxAWvAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDMvMDQvMTXJJq9kAAAFgUlEQVRYhc1YWYxURRQ99fp1zwzNIIMi4hLcE40rjntUNAKJcUsUBEwwcTdqQmLiDyZ+adAElPgJiQrxQ2LiHvwgivHDjbihqCAqIhmZYbZe3ntdVfceP6Zn6Jnp1/NAY7xJpbur7r11zz33Vr3XhiQmSs3KXcZwfRjm5gTGjE6bSYr/scjwcGjIqxAEV5j29otNPn8bjOmoLycALIDnADzb0hHJsTEUJ23O6QuqrHGy4J8O67kqdlqOnZYTx1WNa154RitbLZeLWqutVWs3ahzPrZZKoPe3kNxNEdL7t6l6E8npU8Ux7ofz8rCqNsGbDjpyuuzHPjer1SafH6gVI6fvKOlGnanSOeHLVauPVa2+3x/JdWn2MjxcoPcbqBpLqTQ+Od53U7Wfqv1y6ND5WZI/9iWJ/QwR3Xo4KE1E+BrJ50m+2Mx4229JIMr9iefXvVWZ1oLhtWmZJMnI6fpSIvekslyrncsRMt5rquP9FqpSk2RzFtDBaJkHOdMFYF696CGiaw4dsvcAeBLAqpTuKAKotOVw0az2YGfFcuFEhb0DUswFWNmiw3wYmFs9cVyagikUZsAYQKS4q7t70tlCkU8BKILg9AlL0wFcAuA04DDWxgwcQ/L7BgKuyJI1J/x41ECUjJx+GDu94ese10ESewf9LEntmBGb3qpc2nIfkXOoSooMaKVy9aRKcO5RktRabfWEtcUk95PcVMc3Vt4LSF5LcinJXxviWU3yGpILvNfrmgXTUxIznOgFokwmgvHKg4nX7dbrhlagrVf+2OdOaQVa/vqrnda+MZIlebdJUr5Q7z/ToaGJh9j19W3eaZwHyYRkVP9sDM+RrCppvcjGZsHsPGjPKtf0mVJNv0yH1Vq8suf9PUlbK9Ak4QcHT1BrX6cI6dw36tztJI9Xa9epc5ulWp1X151BcjnJJSTX1Lf5guR99fm7kRLLGHhVFe/l2rRgrHDX0QIe8c/tUwEeHW5gYDpVuyWKHpdK5TWq7qfIz2rtyQ1680lWSVbIsatXSMb1+SgE8CsAAZAHcCKAQr3dDwKIjDF7jMHOtEPGCR/JB+YjHOXDi1V+1JbLZhp2dVUA7Ag6OnaAdDBmBYzpgWp+TEn1T5DPE/DGmHMRBCsA7KHIWwBiADmQnF0vifPIcawtJ9lJcuZUDCReF9W8fseGezgTy6QMxHpmVqZJQq3tkqGhUySKbqTqvhEeZRdrte4m+ovqW71JsmN0PgTQV89RPwBtSOwwgHIWBqoWYWfBlAF4AGEm2gCIYktXu/kli65Wq3NNPn8zjDkHQI5xvBttba8CWIwguAz5/GfwfgXCcEuDWQHkEACBMQWMMD3uyjqV5E8NRCzJmn0vnOWEB46EZS9MDlal5ak9OqS/fz6t3aEiu2ntEunrG3dKq7VPkaxSpCrl8phPde44de5WOtdNa3Oj861A33kkZfdnyc/0yg1euYcZyjxymsm/qM6htb9T9TeWSumPuyIrSTqqPjGVz2ByIR2dnNSZG8oZPOCEazFS5k2l/k63vCM0b2Txa0Q2I5+fB2M2o7NzIFUxCDYBCGHMnKl8Zu6/ZtJT1gtOmB50VhyLYYArC4G5oz0056fpK7HPCe9vC822zJs4txBhCDp3tsnnU9V8b29XOHu2UORLE04B65+U9x9D/sLY6VNOuDft5UyVsRd+W7G6+odeVzySliEJKZWWqvcRVR29f6iZTvzVVwV6/7Zau10GB6d80PlXenrr3lqxXNNlsdNNFTuCvmp1UJQvDSe67JVvotQ3sCxDo+hyimyjc7Fa+4GKPFiPb6k697Q6955au16i6Ngs/gw5+Z+T/6PIgQNFM3PmAlMo3Avvb0AYtgEYMEHwCYJgncbxt8G0aTaLr78BC1YviuqcvL4AAAAASUVORK5CYII=);
}
.social_buttons > a span {
  font-size: 14px;
  margin-left: 3px;
  display: inline-block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.social_like {
  background-image: 8121991;
  background-image: -webkit-radial-gradient(67px at 42% 54%, #5189cb 0%, #31629a 100%);
  background-image: -moz-radial-gradient(67px at 42% 54%, #5189cb 0%, #31629a 100%);
  background-image: -o-radial-gradient(67px at 42% 54%, #5189cb 0%, #31629a 100%);
  background-image: radial-gradient(67px at 42% 54%, #5189cb 0%, #31629a 100%);
  /*  &:active{
	    span{
		 .transform( ~'scale(1.5)');
	    }
	  }*/
}
.social_like:hover,
.social_like:active,
.social_like.waiting_response {
  background-image: 8121991;
  background-image: -webkit-radial-gradient(67px at 42% 54%, #5189cb 0%, #5189cb 100%);
  background-image: -moz-radial-gradient(67px at 42% 54%, #5189cb 0%, #5189cb 100%);
  background-image: -o-radial-gradient(67px at 42% 54%, #5189cb 0%, #5189cb 100%);
  background-image: radial-gradient(67px at 42% 54%, #5189cb 0%, #5189cb 100%);
}
.social_share {
  background-image: 8121991;
  background-image: -webkit-radial-gradient(60px at 42% 54%, #93a3ba 0%, #7b8da3 100%);
  background-image: -moz-radial-gradient(60px at 42% 54%, #93a3ba 0%, #7b8da3 100%);
  background-image: -o-radial-gradient(60px at 42% 54%, #93a3ba 0%, #7b8da3 100%);
  background-image: radial-gradient(60px at 42% 54%, #93a3ba 0%, #7b8da3 100%);
  /*  &.incremet_number{
	    span{
		 .transform( ~'scale(1.5)');
	    }
	  }*/
}
.social_share:hover,
.social_share:active,
.social_share.waiting_response {
  background-image: 8121991;
  background-image: -webkit-radial-gradient(60px at 42% 54%, #93a3ba 0%, #93a3ba 100%);
  background-image: -moz-radial-gradient(60px at 42% 54%, #93a3ba 0%, #93a3ba 100%);
  background-image: -o-radial-gradient(60px at 42% 54%, #93a3ba 0%, #93a3ba 100%);
  background-image: radial-gradient(60px at 42% 54%, #93a3ba 0%, #93a3ba 100%);
}
.social_like:before,
.social_share:before {
  width: 14px;
  height: 19px;
  top: 5px;
  left: -6px;
}
/*
.social_like:hover:before,.social_share:hover:before{
  .transform(~'scale(1.1)');
}
*/
.social_tweet {
  background-image: 8121991;
  background-image: -webkit-radial-gradient(50px at 35% 54%, #68d6f7 0%, #26c4f1 100%);
  background-image: -moz-radial-gradient(50px at 35% 54%, #68d6f7 0%, #26c4f1 100%);
  background-image: -o-radial-gradient(50px at 35% 54%, #68d6f7 0%, #26c4f1 100%);
  background-image: radial-gradient(50px at 35% 54%, #68d6f7 0%, #26c4f1 100%);
  /*  &:active{
	    span{
		 .transform( ~'scale(1.5)');
	    }
	  }*/
}
.social_tweet:hover,
.social_tweet:active,
.social_tweet.waiting_response {
  background-image: 8121991;
  background-image: -webkit-radial-gradient(50px at 35% 54%, #68d6f7 0%, #68d6f7 100%);
  background-image: -moz-radial-gradient(50px at 35% 54%, #68d6f7 0%, #68d6f7 100%);
  background-image: -o-radial-gradient(50px at 35% 54%, #68d6f7 0%, #68d6f7 100%);
  background-image: radial-gradient(50px at 35% 54%, #68d6f7 0%, #68d6f7 100%);
  /*  &:before{
		    .transform(~'scale(1.1)');
		  }*/
}
.social_tweet:before {
  width: 24px;
  height: 21px;
  top: 6px;
  left: -9px;
  background-position: -14px 1px;
}
.social_flip {
  background: #e23f36 url('https://cdn.flipboard.com/badges/flipboard_srsw.png') no-repeat center center;
}
.altre_notizie {
  font-size: 11px;
  margin: 0 auto;
  width: 72px;
  font-weight: 400;
  line-height: 22px;
  height: 22px;
  display: block;
  color: #C0C0C0;
}
.altre_notizie:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0px;
  left: 5px;
  width: 8px;
  height: 6px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDIvMjYvMTW/mD87AAAAl0lEQVQImU2OIQ6EMADAChlmEjKD2x/4AwlBz/K8TeFI+AQvIGAwBBxiyUAMdeRqK9pk27YohCDPc/6ZpokQAukwDDjn8N5/cp5nxnHkOA7Spmnw3uOc43ke9n2n73vKsqRtW5L7vuO6rlhr0VpznidZltF1HVJK0hgjWmvqumZZFkIIGGOQUgIgft2qqriuC6UURVF8Py+sW0IBWvO4qgAAAABJRU5ErkJggg==);
}
/**
   *  Comienzan todos  los media queries
   */
@media screen and (min-device-width: 1241px) {
  body {
    min-width: 1240px;
  }
}
@media screen and (max-device-width: 1240px) {
  body {
    background: #5e5e5e !important;
  }
  .container_gray {
    background: none;
  }
  .tiles_holder.responsive {
    position: static !important;
    width: auto;
    padding: 0px;
    margin: 0 0 15px !important;
    float: none;
  }
  .tiles_holder.responsive .tile {
    width: auto;
    height: auto;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .tiles_holder.responsive .tile:before,
  .tiles_holder.responsive .tile:after {
    display: none;
  }
  .tiles_holder.responsive .tile > *:not(.title_tabs) {
    display: none;
  }
  .tiles_holder.responsive .tile .title_tabs {
    color: #000;
    font-size: 20px;
    text-align: left;
    text-shadow: none;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  .tiles_holder.responsive .label_links {
    margin: 0;
    overflow: hidden;
    float: none;
  }
  .tiles_holder.responsive .label_links a {
    float: left;
    margin: 0 0px 5px 0;
    font: 13px/32px 'Roboto Condensed';
    height: 32px;
    padding: 4px 6px;
    background: #EFEFEF;
    text-shadow: none;
    color: #9B9B9B;
    text-align: center;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 1px 0;
    clear: none;
    /*			&:hover{
					background: #222;
					padding: 4px 11px;
					color: white;
				}*/
  }
  .tiles_holder.responsive .label_links a.active,
  .tiles_holder.responsive .label_links a:hover {
    background: #fff;
    color: #000;
    border-color: #30BCDF #D6D6D6 transparent;
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .tiles_holder.responsive .label_links a:last-child {
    margin-right: 0;
  }
  .tiles_holder.responsive .label_links.margin_links {
    margin: 0px 18px;
    float: none;
  }
  .tiles_holder.responsive .hide {
    display: none;
  }
  .hide {
    display: none;
  }
  #holder_temp_left,
  #holder_temp_right {
    display: none !important;
  }
  .tiles_holder .label_links a:not(.active):hover {
    background: white;
  }
  .tiles_holder:not(.responsive) {
    /*Si no tiene la clase responvise */
  }
  .tiles_holder:not(.responsive) .tile {
    display: none;
  }
}
@media screen and (max-device-width: 1130px) {
  .grigio,
  .scuro {
    background-image: none;
  }
  .grigio .bordes_container,
  .scuro .bordes_container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .grigio .bordes_container:before,
  .scuro .bordes_container:before,
  .grigio .bordes_container:after,
  .scuro .bordes_container:after {
    display: none;
  }
}
@media screen and (max-device-width: 1075px) {
  #versus {
    width: auto;
    left: 0px;
    padding-left: 15px;
    padding-right: 0px;
  }
  #versus:before,
  #versus:after {
    display: none;
  }
  .container {
    overflow: hidden;
  }
  #toolbar .container {
    overflow: visible !important;
  }
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/new_files/img/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/new_files/img/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.photo_compare {
  position: relative;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  background-color: black;
  cursor: pointer;
  margin-bottom: 1em;
  overflow: hidden;
  color: white;
}
.photo_compare ol {
  padding: 0;
  margin: 0;
}
.photo_compare ol.images {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  list-style-type: none;
}
.photo_compare ol.images li {
  float: left;
  height: 548px;
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.19,1,0.22,1);
  -moz-transition: opacity 0.25s cubic-bezier(0.19,1,0.22,1);
  -o-transition: opacity 0.25s cubic-bezier(0.19,1,0.22,1);
  transition: opacity 0.25s cubic-bezier(0.19,1,0.22,1);
}
.photo_compare.noanim ol.images li {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.photo_compare:hover ol.images li,
.photo_compare.has_selected ol.images li {
  opacity: 0.8;
}
.photo_compare:hover ol.images li:hover,
.photo_compare:hover ol.images li.hover {
  opacity: 1;
}
.photo_compare.has_selected ol.images li.selected,
.photo_compare ol.images li.collapsing {
  opacity: 1!important;
}
.photo_compare.noanim ol.images li div {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  /*  -webkit-transition: none;
  transition: none;*/
}
.photo_compare ol.images li div {
  position: absolute;
  overflow: hidden;
  height: 100%;
  z-index: 100;
  opacity: 1;
  -webkit-transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
}
.photo_compare.noanim ol.images li div {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.photo_compare.has_selected ol.images li.selected div {
  left: 0px !important;
  width: 729px;
  z-index: 150;
}
.photo_compare.has_selected ol.images li.selected.disappearing div,
.photo_compare.has_selected.noanim ol.images li.selected.disappearing div {
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 160;
  opacity: 0;
}
.photo_compare ol.images li.collapsing div {
  z-index: 150!important;
}
.photo_compare ol.images li div img {
  width: auto;
  height: 100%;
}
.photo_compare ol.images li img {
  position: relative;
  left: -300px;
  height: 100%;
  width: auto;
  -webkit-transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.photo_compare.noanim ol.images li img {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.photo_compare ol.images li.selected img {
  left: 0;
}
.photo_compare ol.controls {
  overflow: hidden;
  position: absolute;
  z-index: 500;
  bottom: 0;
  left: 0;
  right: 0;
  height: 47px;
  background-color: rgba(0, 0, 0, 0.8);
  list-style-type: none;
  /*	pointer-events: none; */
}
.photo_compare ol.controls li {
  float: left;
  height: 47px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  line-height: 47px;
  text-align: center;
  color: white;
}
.photo_compare.has_selected ol.controls li {
  opacity: 0.4;
}
.photo_compare.has_selected ol.controls li.selected {
  opacity: 1;
}
.photo_compare ol.controls li.iphone {
  background-image: url(../img/icons/1iphone@2x.png);
  background-size: 16px 26px;
}
.photo_compare ol.controls li.iphone3g {
  background-image: url(../img/icons/2iphone3g@2x.png);
  background-size: 16px 26px;
}
.photo_compare ol.controls li.iphone3gs {
  background-image: url(../img/icons/3iphone3gs@2x.png);
  background-size: 16px 26px;
}
.photo_compare ol.controls li.iphone4 {
  background-image: url(../img/icons/4iphone4@2x.png);
  background-size: 16px 26px;
}
.photo_compare ol.controls li.iphone4s {
  background-image: url(../img/icons/5iphone4s@2x.png);
  background-size: 16px 26px;
}
.photo_compare ol.controls li.iphone5 {
  background-image: url(../img/icons/6iphone5@2x.png);
  background-size: 16px 30px;
}
.photo_compare ol.controls li.iphone5s {
  background-image: url(../img/icons/7iphone5s@2x.png);
  background-size: 16px 30px;
}
.photo_compare ol.controls li.iphone6 {
  background-image: url(../img/icons/8iphone6@2x.png);
  background-size: 20px 34px;
}
.photo_compare ol.controls li.dslr {
  background-image: url(../img/icons/9dslr@2x.png);
  background-size: 29px 25px;
}
.photo_compare ol.controls li.pas {
  background-image: url(../img/icons/10pas@2x.png);
  background-size: 31px 23px;
}
.photo_compare .zoom {
  position: absolute;
  z-index: 300;
  /*display: none; */
  /* block */
  display: block;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  background-image: url(../img/icons/slider-zoom@2x.png);
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  -webkit-transition-delay: 0;
  -moz-transform: scale(0);
  transform: scale(0);
  transition: transform 0.3s ease;
  transition-delay: 0;
}
.photo_compare.has_selected .zoom {
  -webkit-transform: scale(1);
  -webkit-transition-delay: 0.4s;
  transform: scale(1);
  transition-delay: 0.4s;
}
.photo_compare .collapse {
  content: '';
  position: absolute;
  z-index: 200;
  display: block;
  top: 20px;
  left: 20px;
  width: 45px;
  height: 45px;
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  background-image: url(../img/icons/collapse@2x.png);
  background-size: 37px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  -webkit-transition-delay: 0;
  transform: scale(0);
  transition: transform 0.3s ease;
  transition-delay: 0;
}
.photo_compare.has_selected .collapse {
  -webkit-transform: scale(1);
  -webkit-transition-delay: 0.4s;
  transform: scale(1);
  transition-delay: 0.4s;
}
.compare-caption {
  margin: 14px 0 20px 0;
  padding: 0 12px;
  width: 730px;
  box-sizing: border-box;
  font-size: 13px;
  color: #a3b1bf;
}
.compare-caption b {
  color: #122aff;
}
.alert-background {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100000000000;
  top: 0;
}
.alert-background .alert-box {
  border: 1px solid #B7B7B7;
  margin: 20% auto;
  width: 300px;
  width: 40%;
  padding: 20px;
  background-color: white;
  box-shadow: 0px 0px 8px 0px #DEDCDC;
  color: #48577B;
}
.alert-background .alert-box .controls {
  padding-top: 10px;
  border-top: 1px solid whitesmoke;
  text-align: right;
  margin-top: 20px;
}
.alert-background .alert-box .controls button {
  background-color: #0066cc;
  color: #ffffff;
  outline: none;
  padding: 5px 10px;
}
.alert-background .alert-box .controls button:hover {
  background-color: rgba(0, 102, 204, 0.9);
}
.recaptcha-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 0px;
}
.recaptcha-wrapper .g-recaptcha {
  display: inline-block;
}
.gray-btn {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #C0C0C0;
  font-size: 16px;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #e2e2e2 100%);
  background-image: -moz-linear-gradient(top, #f8f8f8 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #e2e2e2 100%);
  font-weight: 400;
  font-family: roboto;
  color: #666;
  padding: 6px 40px;
}
.price-form-wrapper {
  position: relative;
}
.price-form-wrapper .error-list {
  color: red;
  margin: 0;
  border-radius: 3px;
}
.price-form-wrapper .error-list li:last-child {
  margin-bottom: 19px;
}
.price-form-wrapper .price-alert-head-text {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #333;
  margin-bottom: 20px;
}
.price-form-wrapper .pricealertinput {
  padding: 5px;
  text-align: center;
}
.price-form-wrapper .pricealertinput input {
  border: 1px solid #ccc;
  padding: 0 12px;
  -webkit-box-shadow: inset 3px 3px 3px #e8e8e8;
  -moz-box-shadow: inset 3px 3px 3px #e8e8e8;
  box-shadow: inset 3px 3px 3px #e8e8e8;
  width: 277px;
  height: 41px;
  background: #fcfcfc;
}
.price-form-wrapper .pricealertinput select.price-select {
  width: 303px;
  height: 30px;
  border: 1px solid #ccc;
  outline: none;
}
.price-form-wrapper .loading {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  background-image: url('/new_files/templates/theme_darklight/img/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
a.price-bar {
  display: inline-block;
  background-color: #BFD775;
  background-color: #F5C879;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  height: 40px;
}
a.price-bar:hover {
  color: white;
}
a.price-bar:hover {
  background-color: #b2cc62;
  background-color: #CF4545;
}
a.price-bar .title,
a.price-bar .price {
  float: left;
  text-align: center;
  position: relative;
  height: 100%;
}
a.price-bar .title {
  background-color: #92BB14;
  background-color: #EB9907;
  z-index: 2;
  font-size: 10px;
  text-shadow: 0 1px 1px #000000;
  width: 60px;
  position: relative;
  padding-top: 8px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
a.price-bar .title:after,
a.price-bar .title:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  border-width: 20px 0 20px 12px;
  border-style: inset inset inset solid;
}
a.price-bar .title:before {
  right: -12px;
  border-color: transparent transparent transparent white;
}
a.price-bar .title:after {
  right: -10px;
  border-color: transparent transparent transparent #92BB14;
  border-color: transparent transparent transparent #EB9907;
}
a.price-bar .price {
  z-index: 1;
  min-width: 95px;
  text-shadow: 1px 1px 1px #A5A5A5;
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
}
a.price-bar .price .money-symbol {
  font-size: 14px;
}
a.price-bar.price-alert-btn {
  background-color: #9FC1C3;
  height: 32px;
}
a.price-bar.price-alert-btn:hover {
  background-color: #ADD2D5;
}
a.price-bar.price-alert-btn .title {
  background-color: #8FADAF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.59);
  width: 24px;
  padding-top: 3px;
  padding-left: 2px;
  font-size: 18px;
}
a.price-bar.price-alert-btn .title:after,
a.price-bar.price-alert-btn .title:before {
  content: ' ';
  position: absolute;
  top: 0px;
  border-width: 20px 0 20px 12px;
  border-style: inset inset inset solid;
}
a.price-bar.price-alert-btn .title:before {
  right: -12px;
  border-color: transparent transparent transparent white;
  border-width: 16px 0 16px 10px !important;
}
a.price-bar.price-alert-btn .title:after {
  right: -10px;
  border-left-color: #8fadaf;
  border-width: 16px 0 16px 10px !important;
}
a.price-bar.price-alert-btn .price {
  line-height: 32px;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px 0 14px;
}
a.price-bar.ebay {
  background-color: #0062d3;
}
a.price-bar.ebay:hover {
  background-color: #0062d3;
}
a.price-bar.ebay .title {
  width: 64px;
  line-height: 12px;
  background-color: #e7343a;
}
a.price-bar.ebay .title:after {
  border-color: transparent transparent transparent #e7343a;
}
a.price-bar.ebay .price {
  min-width: 91px;
  text-shadow: none;
}
.cform textarea,
.cform input {
  width: 298px;
}
.cform input,
.cform textarea,
.cform select {
  padding: 3px;
  border: 1px solid #aaa;
  font: 0.9em Trebuchet MS, sans-serif;
  color: #000;
  background: #ffffff url(../images/field-bg-top.gif) repeat-x top left;
  vertical-align: top;
}
.cform label span {
  width: 90px;
  display: block;
}
ol.cf-ol {
  margin: 0 !important;
  padding: 15px 0 0 0 !important;
  border-top: 1px solid #f2f2f2;
}
ol.cf-ol li {
  background: none !important;
  margin: 5px 0 !important;
  padding: 0;
  list-style: none !important;
  text-align: left;
  line-height: 1.1em;
}
span.reqtxt,
span.emailreqtxt {
  margin: 0px 5px 7px 98px;
  display: block;
  vertical-align: top;
  color: #aaa;
  font-size: 0.7em;
  line-height: 1.2em;
}
.frmNotes {
  float: right;
  margin-bottom: 10px;
  font-size: 13px;
  margin-right: 10px;
}
.cform .cf_hidden {
  display: none;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
p.cf-sb {
  margin: 0;
  padding: 0pt 3px 0pt 0pt !important;
  text-align: right;
}
.cform {
  margin: 10px auto 0 auto;
  width: 410px;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton {
  width: auto;
  padding: 2px 1em;
  margin: 0;
  font-size: 0.8em;
  background: url(../images/button-bg.gif) repeat-x;
  border: 1px solid #adadad !important;
  border-left-color: #ececec !important;
  border-top-color: #ececec !important;
}
.cform label span {
  width: 90px;
  display: block;
}
.cform legend {
  margin: 0;
  padding: 0;
  font: normal 18px Helvetica;
  letter-spacing: 3px;
  color: #aaa;
}
.cform label {
  width: 90px;
  margin: 3px 5px 0 0;
  display: -moz-inline-box;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  color: #aaa;
  font: 0.9em Trebuchet MS, sans-serif;
}
#pagina_singola,
#pagina_archivi {
  float: left;
  margin-right: 10px;
  padding-right: 19px;
  width: 610px;
  padding-top: 20px;
  background: #fff;
}
#pagina_singola #pagina h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 35px;
  line-height: 70px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
p {
  margin: 0 0 20px 0;
}
.cform {
  margin: 10px auto 0 auto;
  width: 410px;
}
.cform fieldset {
  margin-top: 10px;
  padding: 5px 0 5px 0;
  border: none;
}
.cform .cf_hidden {
  display: none;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
div.cf_info {
  color: #333;
  padding: 5px;
  width: 380px;
  line-height: 1.3em;
  margin: 10px auto;
  background: #f5dfdf;
}
.site-2 #hero .larrow,
.site-2 #hero .rarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4ZGQyOTQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWIyYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #8dd294 0%, #009b2c 100%);
  background-image: -moz-radial-gradient(at left center, #8dd294 0%, #009b2c 100%);
  background-image: -o-radial-gradient(at left center, #8dd294 0%, #009b2c 100%);
  background-image: radial-gradient(at left center, #8dd294 0%, #009b2c 100%);
}
.site-2 #hero .larrow:hover,
.site-2 #hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -moz-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -o-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: radial-gradient(at left center, #ff0000 0%, #af0000 100%);
}
.site-2 .textblock a {
  color: #009b2c;
  font-weight: bold;
}
.site-2 .textblock a:visited {
  color: #009b2c;
}
.site-2 blockquote {
  border-left: 10px solid #009b2c;
}
.site-2 .tiles_holder .tile {
  background-color: #009b2c;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4ZGQyOTQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWIyYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #8dd294 0%, #009b2c 100%);
  background-image: -moz-linear-gradient(top, #8dd294 0%, #009b2c 100%);
  background-image: -o-linear-gradient(top, #8dd294 0%, #009b2c 100%);
  background-image: linear-gradient(to bottom, #8dd294 0%, #009b2c 100%);
}
.site-2 .tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #41b45c;
}
.site-2 .tiles_holder.right .tile:after {
  border-color: transparent #41b45c transparent transparent;
}
.site-2 .tiles_holder.bottom .tile:before {
  border-top-color: #009b2c;
}
.site-2 .tiles_holder .label_links a:not(.active):hover {
  background-color: #009b2c;
  background-color: rgba(0, 155, 44, 0.8);
}
.site-2 .tiles_holder > a:hover .tile {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.site-2 #home {
  background-color: #009b2c;
}
.site-2 .tops_link {
  background-color: #009b2c;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4ZGQyOTQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWIyYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #8dd294 0%, #009b2c 100%);
  background-image: -moz-linear-gradient(top, #8dd294 0%, #009b2c 100%);
  background-image: -o-linear-gradient(top, #8dd294 0%, #009b2c 100%);
  background-image: linear-gradient(to bottom, #8dd294 0%, #009b2c 100%);
}
.site-2 .labelo {
  background: #009b2c;
}
.site-2 #topnav > ul > li:hover > a,
.site-2 #topnav > ul > li.selected > a {
  height: 41px;
  color: #009b2c;
  border-bottom: 5px solid #009b2c;
}
.site-2 #topnav > ul > li > a:hover:after {
  border-color: #009b2c transparent transparent transparent;
}
.site-2 .theme3 #home:hover {
  background-color: rgba(45, 191, 75, 0.95);
}
.site-2 .buying-guides-wrapper article.offer-item-right::before {
  border-left-color: #82ce8c;
}
.site-2 .buying-guides-wrapper article.offer-item-right span.date-wrapper {
  border-color: #82ce8c;
  font-family: "Roboto Condensed", Sans-Serif;
  color: grey;
}
.site-2 .buying-guides-wrapper article.offer-item-right span.date-wrapper span {
  display: inline-block;
  margin-top: 13px;
  font-size: 11px;
  line-height: 11px;
}
.site-2 .buying-guides-wrapper article.offer-item-right header a:hover {
  color: #82ce8c;
  text-decoration: none;
}
.site-3 .loader {
  min-height: 1080px;
}
.site-3 #hero .larrow,
.site-3 #hero .rarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlODU2NTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4MzIzMSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #e85656 0%, #e83231 100%);
  background-image: -moz-radial-gradient(at left center, #e85656 0%, #e83231 100%);
  background-image: -o-radial-gradient(at left center, #e85656 0%, #e83231 100%);
  background-image: radial-gradient(at left center, #e85656 0%, #e83231 100%);
}
.site-3 #hero .larrow:hover,
.site-3 #hero .rarrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -moz-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: -o-radial-gradient(at left center, #ff0000 0%, #af0000 100%);
  background-image: radial-gradient(at left center, #ff0000 0%, #af0000 100%);
}
.site-3 .textblock a {
  color: #e83231;
  font-weight: bold;
}
.site-3 .textblock a:visited {
  color: #e83231;
}
.site-3 blockquote {
  border-left: 10px solid #e83231;
}
.site-3 .tiles_holder .tile {
  background-color: #e83231;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlODU2NTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4MzIzMSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #e85656 0%, #e83231 100%);
  background-image: -moz-linear-gradient(top, #e85656 0%, #e83231 100%);
  background-image: -o-linear-gradient(top, #e85656 0%, #e83231 100%);
  background-image: linear-gradient(to bottom, #e85656 0%, #e83231 100%);
}
.site-3 .tiles_holder.left .tile:after {
  border-color: transparent transparent transparent #e85656;
}
.site-3 .tiles_holder.right .tile:after {
  border-color: transparent #e85656 transparent transparent;
}
.site-3 .tiles_holder.bottom .tile:before {
  border-top-color: #e83231;
}
.site-3 .tiles_holder .label_links a:not(.active):hover {
  background-color: #e83231;
  background-color: rgba(232, 50, 49, 0.8);
}
.site-3 .tiles_holder > a:hover .tile {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.site-3 #home {
  background-color: #e83231;
}
.site-3 .tops_link {
  background-color: #e83231;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlODU2NTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4MzIzMSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #e85656 0%, #e83231 100%);
  background-image: -moz-linear-gradient(top, #e85656 0%, #e83231 100%);
  background-image: -o-linear-gradient(top, #e85656 0%, #e83231 100%);
  background-image: linear-gradient(to bottom, #e85656 0%, #e83231 100%);
}
.site-3 .labelo {
  background: #e83231;
}
.site-3 #topnav > ul > li:hover > a,
.site-3 #topnav > ul > li.selected > a {
  height: 41px;
  color: #e83231;
  border-bottom: 5px solid #e83231;
}
.site-3 #topnav > ul > li > a:hover:after {
  border-color: #e83231 transparent transparent transparent;
}
.site-3 .theme3 #home:hover {
  background-color: #e84028;
}
.masonry-scope .masonry-wrapper {
  /*padding: 1.5em;*/
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.masonry-scope .masonry {
  columns: 1;
  column-gap: 10px;
}
.masonry-scope .masonry-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry-scope .masonry {
    columns: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .masonry-scope .masonry {
    columns: 2;
  }
}
.masonry-scope .masonry-item,
.masonry-scope .masonry-content {
  border-radius: 4px;
  overflow: hidden;
}
.masonry-scope .masonry-item {
  transition: filter 0.25s ease-in-out;
}
.masonry-scope .masonry-content {
  overflow: hidden;
}
.masonry-scope .masonry-item {
  color: #111111;
  /*background-color: #f9f9f9;*/
}
.masonry-scope .masonry-title,
.masonry-scope .masonry-description {
  margin: 0;
}
.masonry-scope .masonry-title {
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
}
.masonry-scope .masonry-description {
  padding: 1.5rem;
  font-size: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.masonry-scope .masonry-footer {
  font-size: 0.75em;
  opacity: 0.25;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
  margin-bottom: -1.5em;
  transition: opacity 1s ease-in-out;
}
.masonry-scope .masonry-footer a {
  color: currentColor;
}
.masonry-scope .masonry-footer:hover,
.masonry-scope .masonry-footer:active,
.masonry-scope .masonry-footer:focus {
  opacity: 0.75;
}
.search-offers-form-wrapper {
  padding: 0;
  margin: 0 0 20px;
}
.search-offers-form-wrapper input {
  padding: 10px;
  border: 1px solid lightgrey;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
}
.telegram-offers-stream .telegram-message-wrapper {
  width: 269px;
}
.telegram-offers-stream .telegram-message-wrapper .telegram-message {
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}
.telegram-offers-stream .telegram-message-wrapper .telegram-message .message-text {
  padding: 15px;
}
.telegram-offers-stream .telegram-message-wrapper .telegram-message .message-text h2,
.telegram-offers-stream .telegram-message-wrapper .telegram-message .message-text p {
  margin: 0;
  line-height: 1.3;
}
.telegram-offers-stream .telegram-message-wrapper .telegram-message .message-text h2 {
  font-size: 16px;
}
.telegram-offers-stream .telegram-message-wrapper .telegram-message .message-text h2 a {
  font-weight: 300;
}
.telegram-offers-stream .telegram-message-wrapper .telegram-message .message-text figure {
  margin: 0 auto;
}
.telegram-offers-stream .telegram-message-wrapper .telegram-message .message-text p {
  font-weight: 300;
}
.telegram-offers-stream .telegram-message-wrapper .telegram-message .message-text br:last-child {
  display: none;
}
.telegram-offers-stream .telegram-message-wrapper .telegram-message .message-text a {
  color: #5EABDF;
}
.telegram-offers-stream .telegram-message-wrapper .message-buttons {
  margin-top: 5px;
}
.telegram-offers-stream .telegram-message-wrapper .message-buttons .inline-buttons-rows-list-item {
  margin-bottom: 5px;
}
.telegram-offers-stream .telegram-message-wrapper .message-buttons .inline-buttons-rows-list-item:last-child {
  margin-bottom: 0;
}
.telegram-offers-stream .telegram-message-wrapper .message-buttons ul {
  display: grid;
  grid-gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.telegram-offers-stream .telegram-message-wrapper .message-buttons ul li {
  padding: 0;
  margin: 0;
}
.telegram-offers-stream .telegram-message-wrapper .message-buttons ul li a {
  padding: 5px 10px;
  display: block;
  text-align: center;
  border-radius: 5px;
  background-color: #F4F4F4;
  font-size: 11px;
  color: #111111;
}
/*! ======== ANIMACIONES =========== */
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes rotarlogo{ 0%{ -webkit-transform: rotateY(0deg);} 100%{-webkit-transform: rotateY(360deg);}}
@-moz-keyframes rotarlogo{ 0%{ -moz-transform: rotateY(0deg);} 100%{-moz-transform: rotateY(360deg);}}
@-o-keyframes rotarlogo{ 0%{ -o-transform: rotateY(0deg);} 100%{-o-transform: rotateY(360deg);}}
@keyframes rotarlogo{ 0%{-webkit-transform: rotateY(0deg);-moz-transform: rotateY(0deg);-ms-transform: rotateY(0deg);transform: rotateY(0deg);} 100%{-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);};
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes rebotelogo{ 0%{-webkit-transform:translateY(0px);} 25%{-webkit-transform:translateY(-3px);}  50%{-webkit-transform:translateY(-1px);} 75%{-webkit-transform:translateY(-3px);} 100%{-webkit-transform:translateY(0px);}}
@-moz-keyframes rebotelogo{ 0%{-moz-transform:translateY(0px);} 25%{-moz-transform:translateY(-3px);}  50%{-moz-transform:translateY(-1px);} 75%{-moz-transform:translateY(-3px);} 100%{-moz-transform:translateY(0px);}}
@-o-keyframes rebotelogo{ 0%{-o-transform:translateY(0px);} 25%{-o-transform:translateY(-3px);}  50%{-o-transform:translateY(-1px);} 75%{-o-transform:translateY(-3px);} 100%{-o-transform:translateY(0px);}}
@keyframes rebotelogo{ 0%{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);} 25%{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);}  50%{-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px);} 75%{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);} 100%{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);};
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes bouncefountainG{ 0%{-webkit-transform:scale(1); background-color:#E6E6E6;} 100%{-webkit-transform:scale(3); background-color:#1FA7D9;}}
@-moz-keyframes bouncefountainG{ 0%{-moz-transform:scale(1); background-color:#E6E6E6;} 100%{-moz-transform:scale(3); background-color:#1FA7D9;}}
@-o-keyframes bouncefountainG{ 0%{-o-transform:scale(1); background-color:#E6E6E6;} 100%{-o-transform:scale(3); background-color:#1FA7D9;}}
@keyframes bouncefountainG{ 0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1); background-color:#E6E6E6;} 100%{-webkit-transform:scale(3);-moz-transform:scale(3);-ms-transform:scale(3);transform:scale(3); background-color:#1FA7D9;};
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes pendulo{ 0% { -webkit-transform:rotateX(90deg) rotateY(0deg);} 30%  { -webkit-transform:rotateX(-25deg) rotateY(-5deg); -webkit-animation-timing-function: ease-in-out; } 65%  { -webkit-transform:rotateX(25deg) rotateY(2deg); -webkit-animation-timing-function: ease-in-out;} 100% { -webkit-transform:rotateX(0deg) rotateY(0deg);-webkit-animation-timing-function: ease-in-out;}}
@-moz-keyframes pendulo{ 0% { -moz-transform:rotateX(90deg) rotateY(0deg);} 30%  { -moz-transform:rotateX(-25deg) rotateY(-5deg); -moz-animation-timing-function: ease-in-out; } 65%  { -moz-transform:rotateX(25deg) rotateY(2deg); -moz-animation-timing-function: ease-in-out;} 100% { -moz-transform:rotateX(0deg) rotateY(0deg);-moz-animation-timing-function: ease-in-out;}}
@-o-keyframes pendulo{ 0% { -o-transform:rotateX(90deg) rotateY(0deg);} 30%  { -o-transform:rotateX(-25deg) rotateY(-5deg); -o-animation-timing-function: ease-in-out; } 65%  { -o-transform:rotateX(25deg) rotateY(2deg); -o-animation-timing-function: ease-in-out;} 100% { -o-transform:rotateX(0deg) rotateY(0deg);-o-animation-timing-function: ease-in-out;}}
@keyframes pendulo{ 0% {-webkit-transform:rotateX(90deg) rotateY(0deg);-moz-transform:rotateX(90deg) rotateY(0deg);-ms-transform:rotateX(90deg) rotateY(0deg);transform:rotateX(90deg) rotateY(0deg);} 30%  {-webkit-transform:rotateX(-25deg) rotateY(-5deg);-moz-transform:rotateX(-25deg) rotateY(-5deg);-ms-transform:rotateX(-25deg) rotateY(-5deg);transform:rotateX(-25deg) rotateY(-5deg);-webkit-animation-timing-function: ease-in-out;-moz-animation-timing-function: ease-in-out;-ms-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out; } 65%  {-webkit-transform:rotateX(25deg) rotateY(2deg);-moz-transform:rotateX(25deg) rotateY(2deg);-ms-transform:rotateX(25deg) rotateY(2deg);transform:rotateX(25deg) rotateY(2deg);-webkit-animation-timing-function: ease-in-out;-moz-animation-timing-function: ease-in-out;-ms-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;} 100% {-webkit-transform:rotateX(0deg) rotateY(0deg);-moz-transform:rotateX(0deg) rotateY(0deg);-ms-transform:rotateX(0deg) rotateY(0deg);transform:rotateX(0deg) rotateY(0deg);-webkit-animation-timing-function: ease-in-out;-moz-animation-timing-function: ease-in-out;-ms-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;};
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes entracostado{from{-webkit-transform:translateX(150%) skew(35deg);} to{-webkit-transform:translateX(0px);background:none}}
@-moz-keyframes entracostado{from{-moz-transform:translateX(150%) skew(35deg);} to{-moz-transform:translateX(0px);background:none}}
@-o-keyframes entracostado{from{-o-transform:translateX(150%) skew(35deg);} to{-o-transform:translateX(0px);background:none}}
@keyframes entracostado{from{-webkit-transform:translateX(150%) skew(35deg);-moz-transform:translateX(150%) skew(35deg);-ms-transform:translateX(150%) skew(35deg);transform:translateX(150%) skew(35deg);} to{-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px);background:none};
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes saltalogo{ 50%{ -webkit-transform: rotateY(180deg) translateY(-7px) scale(1.1); }}
@-moz-keyframes saltalogo{ 50%{ -moz-transform: rotateY(180deg) translateY(-7px) scale(1.1); }}
@-o-keyframes saltalogo{ 50%{ -o-transform: rotateY(180deg) translateY(-7px) scale(1.1); }}
@keyframes saltalogo{ 50%{-webkit-transform: rotateY(180deg) translateY(-7px) scale(1.1);-moz-transform: rotateY(180deg) translateY(-7px) scale(1.1);-ms-transform: rotateY(180deg) translateY(-7px) scale(1.1);transform: rotateY(180deg) translateY(-7px) scale(1.1); };
}
