/* CSS RESET */
/* CSS RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'AzoSansWeb';
  font-size: 62.5%;
  /*transform 16px default to 10px*/

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
button {
  cursor: pointer;
}
b,
strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  /*-webkit-box-sizing: content-box;*/
}
img {
  -ms-interpolation-mode: bicubic;
}
a:hover{ text-decoration:none;}
/* CSS RESET END */
/* ========================================================
 * base styling
 */
body {
  color: #333333;
}
::-moz-selection {
  /*background: #ff7000;
  color: #fff;
  text-shadow: none;*/
}
::selection {
  /*background: #ff7000;
  color: #fff;
  text-shadow: none;*/
}
:required,
:invalid,
:focus {
 /* outline: none !important;*/
  box-shadow: none;
}
a:focus {
  /*outline: thin dotted #ff7000;*/
}
input.placeholder {
  color: #777777;
}
noscript {
  display: block;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  background: #ff7000;
  color: #fff;
  text-align: center;
}
.js noscript {
  display: none;
}
/*
 * ============================================================================
 * FONTS
 */
@font-face {
  font-family: 'Seravek';
  src: url('fonts/seravekbasic-regular-webfont.eot');
  src: url('fonts/seravekbasic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/seravekbasic-regular-webfont.woff') format('woff'), url('fonts/seravekbasic-regular-webfont.ttf') format('truetype'), url('fonts/seravekbasic-regular-webfont.svg#SeravekBasicRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SeravekBold';
  src: url('fonts/seravekbasic-medium-webfont.eot');
  src: url('fonts/seravekbasic-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/seravekbasic-medium-webfont.woff') format('woff'), url('fonts/seravekbasic-medium-webfont.ttf') format('truetype'), url('fonts/seravekbasic-medium-webfont.svg#SeravekBasicMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NOWdings';
  src: url('fonts/nowdings.eot');
  src: url('fonts/nowdings.eot?#iefix') format('embedded-opentype'), url('fonts/nowdings.woff') format('woff'), url('fonts/nowdings.ttf') format('truetype'), url('fonts/nowdings.svg#NOWdings') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * ============================================================================
 * BASICS
 */
/* =====================================
 * titles
 */
h1,
h2,
h3,
h4,
h5,
h6,
.tabbable .nav-tabs {
  font-family: 'AzoSansWeb';
  font-weight: normal;
}
h1.lt,
h2.lt,
h3.lt,
h4.lt,
h5.lt,
h6.lt,
h1 .lt,
h2 .lt,
h3 .lt,
h4 .lt,
h5 .lt,
h6 .lt {
  font-family: 'AzoSansWeb' !important;
  font-weight: normal!important;
}
.font {
  font-family: 'AzoSansWeb';
  font-weight: normal;
}
h1.page-title,
.common-title,
.section-title {
  font-size: 24px;
  line-height: 125%;
}
.section-title {
  /*color: #ff7000;*/
}
.section-subtitle {
  font-family: 'AzoSansWeb';
  font-weight: normal;
  font-size: 19px;
}
.section-subsubtitle {
  font-family: 'AzoSansWeb';
  font-weight: normal;
  font-size: 14px;
}
/* =====================================
 * common blocks
 */
.text-w-image {
  *zoom: 1;
  position: relative;
  margin: 20px 0 0;
  padding: 10px 0 10px 160px;
  max-width: 560px;
}
.text-w-image:before,
.text-w-image:after {
  content: "";
  display: table;
}
.text-w-image:after {
  clear: both;
}
.text-w-image > img {
  float: left;
  margin: -10px 0 0 -160px;
}
.text-w-image.flexible-width {
  padding: 0;
  max-width: 720px;
}
.text-w-image.flexible-width > img {
  margin: 0 20px 0 0;
}
.text-w-image p {
  position: relative;
  line-height: 1.3em;
  margin: 0 0 10px;
}
.text-w-image .content {
  overflow: hidden;
}
.text-w-image .checked {
  text-indent: 18px;
  background: url('../images/main/li-arrow-checked.png') no-repeat 3px 0;
}
ul.simple,
ol.simple {
  list-style: none;
  padding: 0 0 0 10px;
}
.orange {
  /*color: #ff7000;*/
}
.orange.strong {
  text-decoration: none;
  font-weight: bold;
}
a.orange:hover {
  color: #333333;
}
a.gray {
  color: #333333;
}
a.gray:focus,
a.gray:hover {
  /*color: #ff7000;*/
}
/* =====================================
 * links
 */
a {
  color: #333333;
}
a:focus,
a:hover {
  /*color: #ff7000;*/
}
a.strong {
  font-weight: bold;
}
.read_more {
  text-decoration: none;
  /*color: #ff7000;*/
}
.read_more:hover,
.read_more:focus {
  color: #333333;
}
.action-link,
.back-link {
  padding: 0 0 0 10px;
  text-decoration: none;
  font-weight: bold;
  color: #333333;
  background: url(../images/main/li-arrow-basic-medium.png) no-repeat 0 2px;
}
.action-link:hover,
.back-link:hover,
.action-link:focus,
.back-link:focus {
  /*color: #ff7000;*/
}
.back-link {
  background: url(../images/main/li-arrow-basic-large-flip.png) no-repeat 0 50%;
}
.back-link.large {
  padding: 0 0 0 15px;
  font-size: 14px;
}
/* =====================================
 * text
 */
.no-bold {
  font-weight: normal;
}
/* =====================================
 * buttons
 */
.action-btn {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  height: 23px;
  padding: 0 35px 0 12px;
  color: #fff!important;
  font-size: 11px;
  font-weight: bold;
  line-height: 23px;
  white-space: nowrap;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #ff7000;
  background: url(../images/main/buttons-v2-sprite.png) 100% -33px no-repeat, -webkit-linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -33px no-repeat, -moz-linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -33px no-repeat, -ms-linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -33px no-repeat, -o-linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -33px no-repeat, linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  -pie-background: url(./assets/images/main/buttons-v2-sprite.png) 100% -33px no-repeat, linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  text-shadow: rgba(0, 0, 0, 0.1) -1px 0, rgba(0, 0, 0, 0.1) 0 -1px, rgba(255, 255, 255, 0.3) 0 1px, rgba(0, 0, 0, 0.2) -1px -1px;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 1px 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 1px 1px rgba(255, 255, 255, 0.5);
  border: 0;
  cursor: pointer;
}
.ie9 .action-btn {
  text-shadow: 2px 2px 2px #000;
  background: url(../images/main/buttons-v2-sprite.png) right -33px no-repeat, url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4NzMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkE0NUQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGRjcwMDAiIG9mZnNldD0iMC41Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI0U0MkYxRiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzg3MykiIC8+Cjwvc3ZnPg==);
}
.action-btn:hover,
.action-btn:focus {
  outline: none;
  background: url(../images/main/buttons-v2-sprite.png) 100% -33px no-repeat, -webkit-linear-gradient(#fa8e02 6%, #e61d0c 75%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -33px no-repeat, -moz-linear-gradient(#fa8e02 6%, #e61d0c 75%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -33px no-repeat, -ms-linear-gradient(#fa8e02 6%, #e61d0c 75%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -33px no-repeat, -o-linear-gradient(#fa8e02 6%, #e61d0c 75%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -33px no-repeat, linear-gradient(#fa8e02 6%, #e61d0c 75%);
  -pie-background: url(./assets/images/main/buttons-v2-sprite.png) 100% -33px no-repeat, linear-gradient(#fa8e02 6%, #e61d0c 75%);
}
.ie9 .action-btn:hover,
.ie9 .action-btn:focus {
  text-shadow: 2px 2px 2px #000;
  background: url(../images/main/buttons-v2-sprite.png) 100% -33px no-repeat, url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2OTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGQThFMDIiIG9mZnNldD0iMC4wNiIvPjxzdG9wIHN0b3AtY29sb3I9IiNFNjFEMEMiIG9mZnNldD0iMC43NSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2OTcpIiAvPgo8L3N2Zz4=);
}
.lt-ie8 button.action-btn {
  overflow: visible;
}
.action-btn.down-arrow {
  background: #ff7000;
  background: url(../images/main/buttons-v2-sprite.png) 100% -167px no-repeat, -webkit-linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -167px no-repeat, -moz-linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -167px no-repeat, -ms-linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -167px no-repeat, -o-linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -167px no-repeat, linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  -pie-background: url(./assets/images/main/buttons-v2-sprite.png) 100% -167px no-repeat, linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
}
.ie9 .action-btn.down-arrow {
  background: url(../images/main/buttons-v2-sprite.png) right -167px no-repeat, url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4NzMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkE0NUQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGRjcwMDAiIG9mZnNldD0iMC41Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI0U0MkYxRiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzg3MykiIC8+Cjwvc3ZnPg==);
}
.action-btn.down-arrow:hover,
.action-btn.down-arrow:focus {
  background: url(../images/main/buttons-v2-sprite.png) 100% -167px no-repeat, -webkit-linear-gradient(#fa8e02 6%, #e61d0c 75%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -167px no-repeat, -moz-linear-gradient(#fa8e02 6%, #e61d0c 75%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -167px no-repeat, -ms-linear-gradient(#fa8e02 6%, #e61d0c 75%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -167px no-repeat, -o-linear-gradient(#fa8e02 6%, #e61d0c 75%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -167px no-repeat, linear-gradient(#fa8e02 6%, #e61d0c 75%);
  -pie-background: url(./assets/images/main/buttons-v2-sprite.png) 100% -167px no-repeat, linear-gradient(#fa8e02 6%, #e61d0c 75%);
}
.ie9 .action-btn.down-arrow:hover,
.ie9 .action-btn.down-arrow:focus {
  background: url(../images/main/buttons-v2-sprite.png) 100% -167px no-repeat, url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2OTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGQThFMDIiIG9mZnNldD0iMC4wNiIvPjxzdG9wIHN0b3AtY29sb3I9IiNFNjFEMEMiIG9mZnNldD0iMC43NSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2OTcpIiAvPgo8L3N2Zz4=);
}
.action-btn.black {
  color: #fff!important;
  background: #ececec;
  background: url(../images/main/buttons-v2-sprite.png) 100% -111px no-repeat, -webkit-linear-gradient(#655f5f 0%, #655f5f 43%, #151515 100%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -111px no-repeat, -moz-linear-gradient(#655f5f 0%, #655f5f 43%, #151515 100%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -111px no-repeat, -ms-linear-gradient(#655f5f 0%, #655f5f 43%, #151515 100%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -111px no-repeat, -o-linear-gradient(#655f5f 0%, #655f5f 43%, #151515 100%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -111px no-repeat, linear-gradient(#655f5f 0%, #655f5f 43%, #151515 100%);
  -pie-background: url(./assets/images/main/buttons-v2-sprite.png) 100% -111px no-repeat, linear-gradient(#655f5f 0%, #655f5f 43%, #151515 100%);
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 1px 0 rgba(128, 128, 128, 0.5);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 1px 0 rgba(128, 128, 128, 0.5);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 1px 0 rgba(128, 128, 128, 0.5);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ie9 .action-btn.black {
  background: url(../images/main/buttons-v2-sprite.png) 100% -111px no-repeat, url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4NzAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM2NTVGNUYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzMjMyMzIiIG9mZnNldD0iMC41Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzE1MTUxNSIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzg3MCkiIC8+Cjwvc3ZnPg==);
}
.action-btn.black:hover,
.action-btn.black:focus {
  background: url(../images/main/buttons-v2-sprite.png) 100% -142px no-repeat, -webkit-linear-gradient(#949393 6%, #515050 75%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -142px no-repeat, -moz-linear-gradient(#949393 6%, #515050 75%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -142px no-repeat, -ms-linear-gradient(#949393 6%, #515050 75%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -142px no-repeat, -o-linear-gradient(#949393 6%, #515050 75%);
  background: url(../images/main/buttons-v2-sprite.png) 100% -142px no-repeat, linear-gradient(#949393 6%, #515050 75%);
  -pie-background: url(./assets/images/main/buttons-v2-sprite.png) 100% -142px no-repeat, linear-gradient(#949393 6%, #515050 75%);
}
.ie9 .action-btn.black:hover,
.ie9 .action-btn.black:focus {
  background: url(../images/main/buttons-v2-sprite.png) 100% -142px no-repeat, url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyNTIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM5NDkzOTMiIG9mZnNldD0iMC4wNiIvPjxzdG9wIHN0b3AtY29sb3I9IiM1MTUwNTAiIG9mZnNldD0iMC43NSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyNTIpIiAvPgo8L3N2Zz4=);
}
.action-btn.black.down {
  background-position: 100% -192px, 0 0;
  -pie-background: url(./assets/images/main/buttons-v2-sprite.png) 100% -192px no-repeat, linear-gradient(#655f5f 0%, #655f5f 43%, #151515 100%);
}
.action-btn.black.left {
  padding: 0 12px 0 35px;
  background-position: 0 -111px, 0 0;
  -pie-background: url(./assets/images/main/buttons-v2-sprite.png) 0 -111px no-repeat, linear-gradient(#655f5f 0%, #655f5f 43%, #151515 100%);
}
.action-btn.black.left:hover,
.action-btn.black.left:focus {
  background-position: 0 -142px, 0 0;
  -pie-background: url(./assets/images/main/buttons-v2-sprite.png) 0 -142px no-repeat, linear-gradient(#949393 6%, #515050 75%);
}
.action-btn.black.left.large {
  background-position: 0 0, 0 0;
  -pie-background: url(./assets/images/main/buttons-v2-sprite.png) 0 0 no-repeat, linear-gradient(#655f5f 0%, #655f5f 43%, #151515 100%) !important;
}
.action-btn.black.left.large:hover,
.action-btn.black.left.large:focus {
  -pie-background: url(./assets/images/main/buttons-v2-sprite.png) 0 0 no-repeat, linear-gradient(#949393 6%, #515050 75%);
}

.ie9 .action-btn.black.left.large:hover,
.ie9 .action-btn.black.left.large:focus {
  background: url(../images/main/buttons-v2-sprite.png) 0 0 no-repeat, url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyNTIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM5NDkzOTMiIG9mZnNldD0iMC4wNiIvPjxzdG9wIHN0b3AtY29sb3I9IiM1MTUwNTAiIG9mZnNldD0iMC43NSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyNTIpIiAvPgo8L3N2Zz4=);
}

.action-btn.black.down:focus,
.action-btn.black.down:hover {
  background-position: 100% -192px, 0 0;
  -pie-background: url(./assets/images/main/buttons-v2-sprite.png) 100% -192px no-repeat, linear-gradient(#949393 6%, #515050 75%);
}
.action-btn.large {
  height: 30px;
  padding: 0 55px 0 12px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  background-position: right 0;
  -pie-background: url(./assets/images/main/buttons-v2-sprite.png) 100% 0 no-repeat, linear-gradient(#fa8e02 6%, #e61d0c 75%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.action-btn.large:hover {
  -pie-background: url(./assets/images/main/buttons-v2-sprite.png) 100% 0 no-repeat, linear-gradient(#fa8e02, #e61d0c);
}
.ie9 .action-btn.large:focus,
.ie9 .action-btn.large:hover {
  background-position: 100% 0 ;
}
.action-btn.basic {
  height: 22px;
  line-height: 22px;
  padding: 0 12px 0 12px;
  font-size: 10px;
  color: #333!important;
  background: #ececec 100%;
  background: -moz-linear-gradient(#f8f7f6 0%, #f0eeec 50%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7f6 0%), color-stop(50%, #f0eeec 50%), color-stop(100%, #ececec 100%));
  background: -webkit-linear-gradient(#f8f7f6 0%, #f0eeec 50%, #ececec 100%);
  background: -o-linear-gradient(#f8f7f6 0%, #f0eeec 50%, #ececec 100%);
  background: -ms-linear-gradient(#f8f7f6 0%, #f0eeec 50%, #ececec 100%);
  background: linear-gradient(#f8f7f6 0%, #f0eeec 50%, #ececec 100%);
  -pie-background: linear-gradient(#f8f7f6 0%, #f0eeec 50%, #ececec 100%);
  -pie-background: linear-gradient(#fbfafa, #f8f7f6 10%, #f0eeec 50%, #ececec 90%, #b9b9b9 100%);
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 1px 0 rgba(128, 128, 128, 0.5);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 1px 0 rgba(128, 128, 128, 0.5);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 1px 0 rgba(128, 128, 128, 0.5);
  border-top: 1px solid #f5f4f3;
}
button.action-btn.basic {
  line-height: 11px;
  padding-bottom: 3px;
}
.lt-ie9 .action-btn.basic {
  border-bottom: 1px solid #b9b9b9;
  border-left: 1px solid #e3e1e0;
  border-right: 1px solid #e3e1e0;
}
.ie9 .action-btn.basic {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNTMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGOEY3RjYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGMEVFRUMiIG9mZnNldD0iMC41Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI0VDRUNFQyIgb2Zmc2V0PSIwLjkiLz48c3RvcCBzdG9wLWNvbG9yPSIjQjlCOUI5IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMzUzKSIgLz4KPC9zdmc+);
}
.action-btn.basic:hover,
.action-btn.basic:focus {
  color: #fff!important;
  background: #a4a3a3;
  background: -webkit-linear-gradient(#a4a3a3 0%, #a09f9f 100%);
  background: -moz-linear-gradient(#a4a3a3 0%, #a09f9f 100%);
  background: -ms-linear-gradient(#a4a3a3 0%, #a09f9f 100%);
  background: -o-linear-gradient(#a4a3a3 0%, #a09f9f 100%);
  background: linear-gradient(#a4a3a3 0%, #a09f9f 100%);
  -pie-background: linear-gradient(#cecdcd, #a4a3a3 10%, #a09f9f 90%, #7d7d7d 100%);
  border-top: 1px solid #a4a3a3;
}
.ie9 .action-btn.basic:hover,
.ie9 .action-btn.basic:focus {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxNzQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNBNEEzQTMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNBMDlGOUYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxNzQpIiAvPgo8L3N2Zz4=);
}
.lt-ie9 .action-btn.basic:hover,
.lt-ie9 .action-btn.basic:focus {
  border: 1px solid #a4a3a3;
}
.action-btn.basic.black,
.action-btn.basic.active {
  color: #fff!important;
  background: #343434;
  background: -webkit-linear-gradient(#655f5f 0%, #323232 50%, #151515 100%);
  background: -moz-linear-gradient(#655f5f 0%, #323232 50%, #151515 100%);
  background: -ms-linear-gradient(#655f5f 0%, #323232 50%, #151515 100%);
  background: -o-linear-gradient(#655f5f 0%, #323232 50%, #151515 100%);
  background: linear-gradient(#655f5f 0%, #323232 50%, #151515 100%);
  -pie-background: linear-gradient(#aeabab, #655f5f 10%, #323232 50%, #151515 90%, #b9b9b9 100%);
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 1px 0 rgba(128, 128, 128, 0.5);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 1px 0 rgba(128, 128, 128, 0.5);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 1px 0 rgba(128, 128, 128, 0.5);
  border-top: 1px solid #aeabab;
}
.lt-ie9 .action-btn.basic.active,
.lt-ie9 .action-btn.basic.black {
  border-bottom: 1px solid #151515;
  border-left: 1px solid #343434;
  border-right: 1px solid #343434;
}
.ie9 .action-btn.basic.active,
.ie9 .action-btn.basic.black {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4NzAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM2NTVGNUYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzMjMyMzIiIG9mZnNldD0iMC41Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzE1MTUxNSIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzg3MCkiIC8+Cjwvc3ZnPg==);
}
.action-btn.basic.on {
  color: #fff!important;
  background: #ececec;
  background: -webkit-linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  background: -moz-linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  background: -ms-linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  background: -o-linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  background: linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  -pie-background: linear-gradient(#ffa45d 0%, #ff7000 43%, #e42f1f 100%);
  text-shadow: none;
  -webkit-box-shadow: inset 0px 1px 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-top: 0;
}
.lt-ie9 .action-btn.basic.on {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.ie9 .action-btn.basic.on {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4NzMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkE0NUQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGRjcwMDAiIG9mZnNldD0iMC41Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI0U0MkYxRiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzg3MykiIC8+Cjwvc3ZnPg==);
}
/* =====================================
 * price tags
 */
.price.big {
  font-size: 54px;
}
.price .currency {
  font-size: 0.5em;
}
.price .decimal {
  position: relative;
  top: 0.4em;
  font-size: 0.5em;
  vertical-align: text-top;
}
.price .decimal span {
  font-weight: normal;
}
.price .pvp {
  display: block;
  clear: both;
  font-size: 0.3em;
}
.price .term {
  font-size: 0.6em;
  font-weight: normal;
}
/* =====================================
 * rounded input fields 
 */
.rounded-input {
  /*padding: 0 11px;
  height: 22px;
  font-size: 11px;
  vertical-align: middle;
  border: 1px solid #efefef;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: url(../images/main/forms-sprite.png) no-repeat #ffffff;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;*/
}
.lt-ie9 .rounded-input {
  line-height: 22px;
}
.no-js.lt-ie9 .rounded-input {
  background: #fff;
}
.rounded-input.autocompleted {
  background-position: 0 -150px;
  -webkit-border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  border-radius: 11px 11px 0 0;
}
.rounded-input.large {
  padding: 0 11px;
  height: 30px;
  font-size: 12px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-position: 0 -30px;
}
.lt-ie9 .rounded-input.large {
  line-height: 30px;
}
.rounded-input.large.autocompleted {
  background-position: 0 -180px;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
.rounded-input.invalid,
.rounded-input.error {
  background-color: #fffdd7;
}
.rounded-input::-webkit-input-placeholder {
  color: #878787;
}
.rounded-input:-moz-placeholder {
  color: #878787;
}
.rounded-input.inactive,
.rounded-input.placeholder {
  color: #878787;
}
textarea.rounded-input {
  font-family: 'AzoSansWeb';
}
textarea.rounded-input.large {
  padding: 11px;
  height: auto;
  overflow: hidden;
  line-height: 1.2em!important;
  background: url(../images/main/textarea-bg.png) 0 0;
}
/* =====================================
 * layout helpers
 */
.fleft {
  float: left;
}
.fright {
  float: right;
}
.standalone-img {
  margin: 2.5em 0 1.5em;
}
.no-margin {
  margin: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.extra-margin {
  margin-top: 2em!important;
  margin-bottom: 2em!important;
}
.extra-top-margin {
  margin-top: 2em!important;
}
.extra-bottom-margin {
  margin-bottom: 2em!important;
}
/*!
* qTip2 - Pretty powerful tooltips
* http://craigsworks.com/projects/qtip2/
*
* Version: nightly
* Copyright 2009-2010 Craig Michael Thompson - http://craigsworks.com
*
* Dual licensed under MIT or GPLv2 licenses
*   http://en.wikipedia.org/wiki/MIT_License
*   http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Tue Jul  3 15:45:43.0000000000 2012
*/
/* Core qTip styles */
.ui-tooltip,
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  border-width: 1px;
  border-style: solid;
}
/* Fluid class for determining actual width in IE */
.ui-tooltip-fluid {
  display: block;
  visibility: hidden;
  position: static !important;
  float: left !important;
}
.ui-tooltip-content {
  position: relative;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
}
.ui-tooltip-titlebar {
  position: relative;
  min-height: 14px;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}
.ui-tooltip-titlebar + .ui-tooltip-content {
  border-top-width: 0px !important;
}
/*! Default close button class */
.ui-tooltip-titlebar .ui-state-default {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
}
* html .ui-tooltip-titlebar .ui-state-default {
  top: 16px;
}
/* IE fix */
.ui-tooltip-titlebar .ui-icon,
.ui-tooltip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
}
.ui-tooltip-icon,
.ui-tooltip-icon .ui-icon {
  /*-moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;*/

  text-decoration: none;
}
.ui-tooltip-icon .ui-icon {
  width: 18px;
  height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/*! Default tooltip style */
.ui-tooltip-default {
  border-color: #bebebe;
  background-color: #fff;
  color: #333333;
  font-size: 12px;
  line-height: 125%;
}
.ui-tooltip-default .ui-tooltip-titlebar {
  background-color: #fff;
}
.ui-tooltip-default .ui-tooltip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover {
  border-color: #AAA;
  color: #111;
}
.ui-tooltip-content {
  padding: 10px 20px 20px;
  overflow: hidden;
}
/* Tips plugin */
.ui-tooltip .ui-tooltip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
/* */
.ui-tooltip .ui-tooltip-tip,
.ui-tooltip .ui-tooltip-tip .qtip-vml {
  position: absolute;
  line-height: 0.1px !important;
  font-size: 0.1px !important;
  color: #123456;
  background: transparent;
  border: 0px dashed transparent;
}
.ui-tooltip .ui-tooltip-tip canvas {
  top: 0;
  left: 0;
}
.ui-tooltip .ui-tooltip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;

}
.ui-tooltip-default .ui-tooltip-close {
  background: none;
  border: 0;
}
.ui-tooltip-default .ui-tooltip-close .ui-icon {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  width: 19px;
  height: 19px;
  background: url(../images/main/buttons-v2-sprite.png) no-repeat;
  background-position: 100% -280px;
  border: 0;
}
.ui-tooltip-default .ui-tooltip-close .ui-icon br {
  display: none;
}
#qtip-overlay {
  position: fixed;
  left: -10000em;
  top: -10000em;
  z-index: 99999;
}
/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
  filter: alpha(opacity= 20 );
}
.basic-modal {
  max-width: 100%;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -pie-ignore: true;
  background: #fff;
  font-size: 12px;
}
.basic-modal .ui-tooltip-titlebar {
  overflow: visible;
  background: none;
  height: 20px!important;
  padding: 0!important;
  margin: 0 0 -20px;
}
.basic-modal .ui-tooltip-titlebar .ui-tooltip-title {
  display: none;
}
.basic-modal .ui-tooltip-close {
  right: -20px;
  top: -20px;
  margin: 0;
}
.basic-modal .ui-tooltip-close .ui-icon {
  width: 40px;
  height: 40px;
  background: url(../images/main/buttons-v2-sprite.png) no-repeat scroll 100% -310px;
}
.basic-modal .ui-tooltip-content {
  padding: 20px;
}
.small-tip .ui-tooltip-titlebar {
  overflow: visible;
  background: none;
  height: 20px!important;
  padding: 0!important;
  margin: 0 0 -20px;
}
.small-tip .ui-tooltip-titlebar .ui-tooltip-title {
  display: none;
}
.small-tip .ui-tooltip-content {
  padding: 10px;
  font-size: 11px;
}
/*
 * ============================================================================
 * COMMON WIDGETS
 */
/*
 * =============================================
 * sliding container
 */
.slidingContainer {
  position: relative;
}
.slidingContainer .wrapper {
  position: relative;
  overflow: hidden;
}
.slidingContainer .content {
  position: relative;
}
.slidingContainer .nav a.direction {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/main/arrows-basic-sprite.png) no-repeat;
}
.slidingContainer .nav a.left {
  top: 50%;
  left: -35px;
  margin-top: -10px;
  background-position: 0 0;
}
.slidingContainer .nav a.left:hover,
.slidingContainer .nav a.left:focus {
  background-position: -20px 0;
}
.slidingContainer .nav a.right {
  top: 50%;
  right: -35px;
  margin-top: -10px;
  background-position: 0 -20px;
}
.slidingContainer .nav a.right:hover,
.slidingContainer .nav a.right:focus {
  background-position: -20px -20px;
}
/*
 * =============================================
 * highlights row
 */
.highlights-row {
  margin: 50px -10px 30px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
}
.highlights-row > li {
  float: left;
  padding: 5px 30px 5030px;
  margin-bottom: -5000px;
  width: 179px;
  border-left: 1px solid #dddddd;
  list-style-type: none;
}
.highlights-row > li:first-child {
  border: 0;
}
.highlights-row.columns-2 > li {
  width: 419px;
}
.highlights-row.columns-3 > li {
  width: 259px;
}
.highlights-row.columns-5 > li {
  width: 131px;
}
.highlights-row.columns-5.thumbnails > li {
  padding: 5px 10px 5030px;
  width: 171px;
}
.highlights-row.classic > li {
  padding-bottom: 5055px;
}
.highlights-row.classic h3 {
  margin: 0 0 0.5em;
  line-height: 1.1em;
  font-size: 18px;
  font-family: 'AzoSansWeb';
  font-weight: normal;
}
.highlights-row.classic h3 a {
  color: #333333;
  text-decoration: none;
}
.highlights-row.classic h3 a:hover,
.highlights-row.classic h3 a:focus {
  /*color: #ff7000;*/
}
.highlights-row.classic p {
  line-height: 1.3em;
}
.highlights-row.classic a.read_more {
  position: absolute;
  bottom: 30px;
}
.highlights-row.classic .big-number {
  margin: 0;
  font-family: 'AzoSansWeb';
  font-weight: normal;
  font-size: 29px;
}
.highlights-row.classic.no-links > li {
  padding-bottom: 5000px;
}
.highlights-row.classic.no-links a.read_more {
  position: relative;
  bottom: 0;
}
/*
 * =============================================
 * highlights box
 */
.highlights-box {
  margin: 50px auto 0;
  width: 900px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #ddd;
  background: #f6f6f6;
  background: -webkit-linear-gradient(#f6f6f6, #ffffff);
  background: -moz-linear-gradient(#f6f6f6, #ffffff);
  background: -ms-linear-gradient(#f6f6f6, #ffffff);
  background: -o-linear-gradient(#f6f6f6, #ffffff);
  background: linear-gradient(#f6f6f6, #ffffff);
  -pie-background: linear-gradient(#f6f6f6, #ffffff);
  -pie-poll: true;
}
.highlights-box > li {
  float: left;
  padding: 30px 30px 5030px;
  margin-bottom: -5000px;
  margin-right: 1px;
  width: 160px;
  border: 2px solid #fff;
  outline: 1px solid #dddddd;
}
.lt-ie8 .highlights-box > li {
  padding-left: 29px !important;
  background: url(../images/main/gradient-1.png) repeat-x #fff;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, Direction=90, Strength=0.5);
}
.lt-ie8 .highlights-box > li  * {
  filter: none;
}
.highlights-box > li.last {
  margin-right: 0;
}
.lt-ie8 .highlights-box > li.last {
  filter: none;
}
.highlights-box > li h2 {
  font-family: 'AzoSansWeb';
  font-weight: normal;
  font-size: 24px;
  line-height: 125%;
  margin: 0 0 0.25em;
}
.highlights-box > li h3 {
  margin: 0.5em 0;
  font-family: 'AzoSansWeb';
  font-weight: bold;
  font-size: 14px;
  line-height: 1.25em;
}
.highlights-box.columns-2 > li,
.highlights-box.columns-2 > li .footer {
  width: 385px;
}
.highlights-box.columns-3 > li,
.highlights-box.columns-3 > li .footer {
  width: 235px;
}
.highlights-box.columns-5 > li,
.highlights-box.columns-5 > li .footer {
  width: 115px;
}
.highlights-box.wide {
  width: 940px;
}
.highlights-box.wide > li {
  width: 170px;
}
.highlights-box.wide.columns-2 > li,
.highlights-box.wide.columns-2 > li .footer {
  width: 405px;
}
.highlights-box.wide.columns-3 > li,
.highlights-box.wide.columns-3 > li .footer {
  width: 248.33333333333331px;
}
.highlights-box.wide.columns-5 > li,
.highlights-box.wide.columns-5 > li .footer {
  width: 123px;
}
.highlights-box.center-text {
  text-align: center;
}
.highlights-box.with-footer > li {
  padding-bottom: 5050px;
}
.highlights-box.with-footer .footer {
  position: absolute;
  bottom: 20px;
  width: 160px;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 100%;
}
.big-scroll .jspVerticalBar {
  width: 15px;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  position: relative;
}
.jspDrag {
  background: #bebebe;
  position: relative;
  top: 0;
  left: 0;
  width: 5px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.big-scroll .jspDrag {
  width: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.medium-scroll .jspDrag {
  width: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.lt-ie9 .big-scroll .jspDragTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../images/main/scrollpane-sprite.png) 0 0;
}
.lt-ie9 .big-scroll .jspDragBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../images/main/scrollpane-sprite.png) 100% 100%;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 9px;
}
.jspHorizontalBar .jspArrow {
  width: 9px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* =====================================
 * stylish selects
 */
/**
* Hide lists on page load
---------------------------------------------------------*/
.stylish-select select.styled {
  visibility: hidden;
}
.stylish-select .SSContainerDivWrapper {
  left: -9999px;
  display: none;
  background:#ffffff;
}
.stylish-select .SSContainerDivWrapper {
	font-family: 'AzoSansWeb';
  padding: 15px 0 10px;
  width: 290px;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 2;
  background:#ffffff;
  border-top:2px solid #eee;
  margin-left: -2px;
  border-left: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.stylish-select .SSContainerDivWrapper a:hover {
	background: #eee;
}

.stylish-select .SSContainerDivWrapper.onTop {
  margin: -22px 0 0;
  padding: 10px 0 22px;
  border-width: 1px 1px 0;
}
.stylish-select ul.newList {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
  overflow: auto;
}
.stylish-select ul.newList * {
  margin: 0;
  padding: 0;
}
.stylish-select ul.newList li {
  position: relative;
  margin: 1px 5px;
  padding: 0;
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  list-style: none!important;
  list-style-position: outside!important;
}
.stylish-select ul.newList a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 5px 8px;
  cursor:pointer;
}
.stylish-select .newListSelected {
  color: #000;
  height: 24px;
  padding: 0;
  margin: 0 -1px;
  zoom: 1;
  vertical-align: top;
  text-align: left;
  /*background: url(../images/main/buttons-v2-sprite.png) 0 -350px no-repeat;*/
  background: #ffffff;
  border: 2px solid black;
  background:#fff;
}

.stylish-select .newListSelected:focus, .stylish-select .newListSelected:active, .stylish-select .newListSelected:hover{
	background: #fff url(../images/main/arrow-up.jpg) no-repeat right 5px center;
	
}

.stylish-select .newListSelected .selectedTxt {
  background: url(../images/main/arrow-down.jpg) no-repeat right 5px center;
  position: relative;
  height: 24px;
  padding: 0 35px 0 0;
  margin: 0 0 0 12px;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  line-height: 23px;
  cursor: pointer;
  z-index: 3;
}
.stylish-select .newListSelected .selectedTxt > span {
  position: relative;
  display: block;
  margin: 0 0 0 -8px;
  padding: 0 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stylish-select .newListSelected.opened {
  position: relative;
  z-index: 10;
}
.stylish-select .newListSelected.opened .selectedTxt {
  /*background-position: 100% -410px;*/
  background: #fff url("../images/main/arrow-up.jpg") no-repeat right 5px center;
}
.stylish-select ul.newList li a:focus {
 /* -moz-outline-style: none;*/
}
.stylish-select .hiLite {
  /*color: #ff7000 !important;*/
}
.stylish-select .newListHover {
  /*color: #ff7000 !important;*/
  cursor: default;
}
.stylish-select .newListDisabled,
.stylish-select .newListItemDisabled,
.stylish-select .newListOptionDisabled {
  opacity: 0.6;
  filter: alpha(opacity= 60 );
}
.stylish-select.lt-ie9 .newListDisabled .selectedTxt {
  opacity: 0.6;
  filter: alpha(opacity= 60 );
}
.stylish-select .newListOptionTitle {
  font-weight: bold;
}
.stylish-select .newListOptionTitle ul {
  margin: 3px 0 0;
}
.stylish-select .newListOptionTitle li {
  font-weight: normal;
}
.stylish-select .color {
  position: absolute;
  top: 4px;
  left: 4px;
  margin: 0;
  width: 5px;
  height: 14px;
  border:1px solid #eee;
  /*background: url(../images/main/buttons-v2-sprite.png) 0 -800px no-repeat;*/
}
.stylish-select .colorSelect .selectedTxt > span {
  padding-left: 20px !important;
}
.stylish-select .colorSelect .newList li a {
  padding-left: 20px !important;
}
.lt-ie8 .stylish-select .colorSelect .newList li a {
  padding-left: 0 !important;
}
.stylish-select .colorSelect .newList li a .color {
  left: 3px;
}
.divided-box {
  *zoom: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.divided-box:before,
.divided-box:after {
  content: "";
  display: table;
}
.divided-box:after {
  clear: both;
}
.divided-box li {
  float: left;
}
/* =====================================
* content boxes
*/
.content-box {
    border: 1px solid #e6e6e6;
    display: block;
    position: relative;
}
.content-box.wide-block {
  margin: 50px -10px 30px;
}
.content-box .box-inner {
    background: #F6F6F6;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    position: relative;
}
.content-box .box-section {
  display: block;
  border: 2px solid #fff;
  padding: 5px;
  background: #f6f6f6;
}
.content-box .box-section.gradient,
.content-box .box-inner.gradient {
  background: #f6f6f6;
  background: -webkit-linear-gradient(#f6f6f6, #ffffff);
  background: -moz-linear-gradient(#f6f6f6, #ffffff);
  background: -ms-linear-gradient(#f6f6f6, #ffffff);
  background: -o-linear-gradient(#f6f6f6, #ffffff);
  background: linear-gradient(#f6f6f6, #ffffff);
  -pie-background: linear-gradient(#f6f6f6, #ffffff);
}
.ie9 .content-box .box-section.gradient {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MDQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGNkY2RjYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MDQpIiAvPgo8L3N2Zz4=);
}
.content-box .box-inner.no-padding {
  padding: 0;
}
/* =====================================
 * click-to-call
 */
.subscribe-block {
  clear: left;
  margin: 50px 0 30px;
  width: 430px;
  font-size: 12px;
}
.subscribe-block .box-inner {
  padding: 25px 20px 25px 90px;
  background-image: url(../images/content/voz-fixa/tarifarios/subscribe-block-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0 ;
}
.subscribe-block h3 {
  font-size: 16px;
  font-family: 'AzoSansWeb';
  font-weight: bold;
  /*color: #ff7000;*/
  margin: 0 0 0.4em!important;
}
.subscribe-block p {
  margin: 0!important;
}
a.subscribe-block {
  text-decoration: none;
  color: #333333;
}
a.subscribe-block .box-inner {
  padding-left: 70px;
}
a.subscribe-block h3 {
  font-size: 15px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a.subscribe-block:hover h3 {
  color: #333333;
}
iframe.click_to_call {
  width: 450px;
  height: 280px;
}
.click_to_call-modal {
  min-width: 470px;
}
.click_to_call-modal .ui-tooltip-content {
  padding: 10px!important;
}
/* =====================================
 * Cart Widget
 */
#cart-widget {
  position: absolute;
  z-index: 100;
  background: #fff;
  top: 100%;
  right: 0;
  margin: 12px 0 0;
  width: 280px;
  border: 2px solid #fff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
#cart-widget-link {
  position: absolute;
  bottom: 100%;
  right: -2px;
  padding: 12px 13px 14px 14px;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  background: #ebebeb;
  border: 2px solid #fff;
  border-width: 0 2px;
  -webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.25);
}
#cart-widget-header {
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
  background: #ebebeb;
  overflow: hidden;
}
#cart-widget-header h1 {
  float: left;
  font-family: 'AzoSansWeb';
  font-weight: bold;
  font-size: 13px;
  color: #333333;
}
#cart-widget-header a {
  float: right;
  font-size: 11px;
  font-weight: bold;
}
#cart-widget-footer {
  padding: 10px 15px;
  text-align: center;
  border-top: 2px solid #fff;
  background: #f4f4f4;
}
#cart-widget-content {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#cart-widget-content .content {
  margin: 0;
  max-height: 280px;
  overflow: auto;
}
#cart-widget-content li {
  padding: 15px 10px 10px 55px;
  overflow: hidden;
  line-height: 1.2em;
  border-top: 1px solid #dddddd;
}
#cart-widget-content li:first-child {
  border: 0;
}
#cart-widget-content li h3 {
  margin: 0 0 0 10px;
  float: right;
}
#cart-widget-content li .info {
  float: left;
  width: 140px;
}
#cart-widget-content li.voucher {
  padding-left: 10px;
}
#cart-widget-content li.voucher .info {
  width: 175px;
}
#cart-widget-content .image {
  float: left;
  margin: -5px 0 0 -45px;
  text-align: center;
}
#cart-widget-content h2,
#cart-widget-content h3 {
  font-family: 'AzoSansWeb';
  font-weight: bold;
  font-size: 11px;
  color: #333333;
}
#cart-widget-content p {
  font-size: 11px;
  color: #333333;
}
#cart-widget-content .total {
  border-top: 1px solid #dddddd;
  padding: 20px 25px 25px;
}
#cart-widget-content .total h2 {
  font-size: 16px;
  /*color: #ff7000;*/
  text-align: right;
}
#cart-widget-content .total h2 span {
  color: #333333;
}
#cart-widget-content .jspVerticalBar {
  width: 15px;
  padding: 0;
}
#cart-widget-content .jspVerticalBar .jspCap {
  height: 10px;
  display: block;
}
#cart-widget-content .jspTrack {
  width: 7px;
  margin: 0 auto;
  background: #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cart-widget-content .jspDrag {
  width: 7px;
}
/*
 * ============================================================================
 * COMMON MODALS
 */
.modal-loader {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: url(../images/main/loader-fff.gif) 50% 50% no-repeat;
}
.image-modal-loader {
  margin: 0 auto;
  min-width: 50px;
  min-height: 50px;
  background: url(../images/main/loader-fff.gif) 50% 50% no-repeat;
}
.image-modal-loader img.loading {
  position: absolute;
  left: -9999px;
}
.login-modal {
  padding: 10px;
  width: 330px;
  font-size: 12px;
  font-size: 12px;
}
.login-modal h1 {
  font-family: 'AzoSansWeb';
  font-weight: normal;
  font-size: 24px;
  line-height: 125%;
  margin: 0 0 0.8em;
}
.login-modal h2 {
  margin: 0 0 0.5em;
  font-family: 'AzoSansWeb';
  font-weight: normal;
  font-size: 19px;
  line-height: 125%;
}
.login-modal form {
  float: left;
}
.login-modal fieldset {
  position: relative;
  clear: left;
  margin: 20px 0 10px;
}
.login-modal input.text,
.login-modal input.password {
  position: relative;
  display: block;
  margin: 0 0 5px;
  width: 250px;
}
.login-modal input.password {
  -pie-poll: true;
}
.login-modal .keep-session,
.login-modal label {
  font-size: 11px;
}
.login-modal .keep-session input,
.login-modal label input {
  vertical-align: middle;
}
.login-modal button {
  float: right;
}
.login-modal .footer {
  clear: both;
  padding: 10px 0 0;
  font-size: 11px;
  line-height: 1.25em;
}
.login-modal .footer p {
  margin: 0;
}
.login-modal .footer a {
  color: #333333;
}
.login-modal .footer a:hover,
.login-modal .footer a.register {
  /*color: #ff7000;*/
}
.login-modal .footer a.register:hover {
  color: #333333;
}
.login-modal .no-login {
  clear: both;
  margin: 20px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #dddddd;
}
.login-modal .no-login p {
  margin: 10px 0 0;
}
.login-modal .message {
  position: relative;
  display: none;
  float: left;
  padding: 10px 20px;
  margin: 10px 0;
  width: 250px;
  border: 1px solid #c5c5c5;
  background: #fffdd7;
}
.login-modal .message.error {
  padding-left: 45px;
  width: 205px;
}
.login-modal .message.error i {
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -11px 0 0;
  width: 26px;
  height: 22px;
  background: url(../images/main/form-icon-exclamation.png) no-repeat;
}
.login-modal .user-number {
  width: 150px;
}
.login-user-number button {
  float: none;
  margin-top: 1em;
}
.generic-modal-content {
  font-size: 12px;
  line-height: 1.2em;
}
.generic-modal-content.modal_header_2_columns {
  width: 390px;
}
.generic-modal-content.modal_header_2_columns .header h1 {
  margin: 0 0 0.5em;
  font-family: 'AzoSansWeb';
  font-weight: normal;
  font-size: 19px;
  line-height: 125%;
  /*color: #ff7000;*/
}
.generic-modal-content.modal_header_2_columns .columns {
  margin: 1em 0 0;
  overflow: hidden;
}
.generic-modal-content.modal_header_2_columns .column {
  float: left;
  padding: 0 40px 1000px;
  margin: 0 0 -1000px;
  width: 154.5px;
  border-left: 1px solid #dddddd;
}
.generic-modal-content.modal_header_2_columns .column.first {
  padding-left: 0;
  border: 0;
}
.generic-modal-content.modal_header_2_columns .column.last {
  padding-right: 0;
}
.generic-modal-content.modal_header_2_columns .column h2 {
  margin: 0 0 0.2em;
  font-family: 'AzoSansWeb';
  font-weight: bold;
  font-size: 14px;
}
.generic-modal-content.modal_header_2_columns .column p {
  font-size: 11px;
}
.generic-modal-content.modal_header_2_columns .column .footer {
  margin: 1em 0 0;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin: 20px 20px 0;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #fff;
}
#cboxTitle {
  position: absolute;
  bottom: 10px;
  left: 30px;
  font-size: 12px;
  color: #777777;
}
#cboxCurrent {
  position: absolute;
  bottom: 10px;
  right: 30px;
  font-size: 12px;
  color: #777777;
}
#cboxLoadingGraphic {
  background: url(../images/main/loader-fff.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  background: url(../images/main/arrows-basic-sprite.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -20px 0;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -10px;
  background: url(../images/main/arrows-basic-sprite.png) 0 -20px no-repeat;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -20px -20px;
}
#cboxClose {
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  background: url(../images/main/buttons-v2-sprite.png) no-repeat -760px -310px;
  width: 39px;
  height: 38px;
  text-indent: -9999px;
}
/* ========================================================
 * base layout styles
 * reusable classes for standard styling
 */
.w-section {
  width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}
/* 
 * ============================================
 * simple btn
 * DEPRECATED - ONLY USE IF YOU FIND SERIOUS IE PROBLEMS WITH action-btn
 */
.simple-btn {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  padding: 0;
  width: auto;
  overflow: visible;
  height: 23px;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  background: none;
  cursor: pointer;
}
.simple-btn span,
.simple-btn em {
  display: -moz-inline-stack;
  display: inline-block;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  background: url(../images/main/buttons-sprite.png);
}
.simple-btn span {
  padding: 0 0 0 12px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.1) -1px 0, rgba(0, 0, 0, 0.1) 0 -1px, rgba(255, 255, 255, 0.3) 0 1px, rgba(0, 0, 0, 0.2) -1px -1px;
  background-position: 0 -150px;
  color: #fff;
}
.lt-ie7 .simple-btn span,
.lt-ie7 .simple-btn em {
  zoom: 1;
  display: inline;
}
.simple-btn em {
  width: 35px;
  background-position: 100% -150px;
}
.simple-btn:hover span {
  background-position: 0 -200px;
}
.simple-btn:hover em {
  background-position: 100% -200px;
}
.simple-btn.disabled span {
  background-position: 0 -250px;
}
.simple-btn.disabled em {
  background-position: 100% -250px;
}
.simple-btn.large {
  height: 30px;
}
.simple-btn.large span {
  padding: 0 0 0 15px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  background-position: 0 0;
}
.simple-btn.large em {
  width: 85px;
  height: 30px;
  background-position: 100% 0;
}
.simple-btn.large:hover span {
  background-position: 0 -50px;
}
.simple-btn.large:hover em {
  background-position: 100% -50px;
}
.simple-btn.basic span {
  background-position: 0 -300px;
  color: #333;
  text-shadow: none;
}
.simple-btn.basic em {
  width: 12px;
  background-position: 100% -300px;
}
.simple-btn.basic:hover span {
  background-position: 0 -350px;
}
.simple-btn.basic:hover em {
  background-position: 100% -350px;
}
.simple-btn.small span {
  padding: 0 0 0 10px;
  height: 16px;
  font-size: 9px;
  font-weight: normal;
  line-height: 16px;
  text-shadow: none;
  color: #333;
  background-position: 0 -600px;
}
.simple-btn.small em {
  width: 10px;
  height: 16px;
  background-position: 100% -600px;
}
.simple-btn.small:hover span {
  background-position: 0 -650px;
}
.simple-btn.small:hover em {
  background-position: 100% -650px;
}
hr.simple,
.simple-hr {
  margin: 20px 0;
  height: 1px;
  background: #ddd;
  color: #ddd;
  border: 0;
  overflow: hidden;
}
hr.simple.no-top-margin,
.simple-hr.no-top-margin {
  margin-top: 0;
}
hr.dotted {
  margin: 20px 0;
  height: 3px;
  background: url(../images/main/dotted-orange-3px.png) repeat-x;
  overflow: hidden;
  border: 0;
}
.ie7 hr.dotted {
  border: 2px dotted #ff7000;
  height: 0px;
  background: none;
}
ul.basic-list {
  margin: 1em 0 0;
  list-style-type: none;
}
ul.basic-list > li {
  margin: 0;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}
ul.basic-list > li > a,
ul.basic-list > li > span {
  display: block;
  padding: 0 20px 0 10px;
  margin: 0;
  background: url(../images/main/li-arrow-basic.png) no-repeat 0 3px;
  color: #333333;
}
ul.basic-list.floating > li {
  float: left;
}
ul.basic-list.columns-2 > li {
  width: 50%;
}
ul.basic-list li > a {
  text-decoration: none;
  color: #333333;
}
ul.basic-list li > a:hover {
  text-decoration: none;
  /*color: #ff7000;*/
}
ul.nobullet-list {
  list-style-type: none!important;
  list-style-position: outside!important;
}
.tab-pane ul.nobullet-list {
  max-width: 720px;
}
ul.nobullet-list > li {
  margin: 1em 0;
}
ul.nobullet-list.strong {
  font-weight: bold;
}
ol.number-list {
  margin: 1em 0 0;
  list-style-type: decimal;
}
.tab-pane ol.number-list {
  max-width: 720px;
}
ol.number-list > li,
ol.number-list > .slice > li {
  margin: 0 0 1.5em 1.5em;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #333333;
}
ol.number-list > li > span,
ol.number-list > .slice > li > span {
  font-weight: normal;
}
.ol-limiter {
  padding: 20px 0;
  text-align: center;
}
ol.basic-number-list {
  list-style-type: decimal;
  list-style-position: inside;
}
.tab-pane ol.basic-number-list {
  max-width: 720px;
}
ol.basic-number-list > li {
  margin: 1em 0;
}
ol.basic-number-list.strong {
  font-weight: bold;
}
ol.basic-number-list.compact > li {
  margin: 0.5em 0;
}
/* =====================================
 * Lists
 */
ul.checked-list,
dl.checked-list {
  max-width: 720px;
}
ul.checked-list li,
dl.checked-list li {
  list-style-type: none!important;
  list-style-position: outside!important;
}
ul.checked-list > dt,
dl.checked-list > dt,
ul.checked-list > li,
dl.checked-list > li {
  display: block;
  padding: 0 0 5px 20px!important;
  background: url(../images/main/li-arrow-checked.png) no-repeat 0 0;
}
ul.checked-list > dt,
dl.checked-list > dt {
  padding: 0 0 0 20px!important;
}
ul.checked-list.indented dd,
dl.checked-list.indented dd {
  padding-left: 20px!important;
}
ul.checked-list.highlighted,
dl.checked-list.highlighted {
  padding: 20px 20px 15px;
  margin: 20px -20px;
  border: 1px solid #dddddd;
  border-width: 1px 0;
}
ul.checked-list.highlighted > li,
dl.checked-list.highlighted > li {
  margin: 10px 0;
  padding-left: 30px;
}
ul.checked-list.big > li,
dl.checked-list.big > li {
  margin: 10px 0;
  line-height: 1.2em;
}
ul.checked-list.tiny > li,
dl.checked-list.tiny > li {
  padding: 0 0 5px 12px!important;
  background: url(../images/main/li-arrow-checked-small.png) no-repeat 0 3px;
}
ul.checked-list.micro > li,
dl.checked-list.micro > li {
  padding: 0 0 0 15px!important;
  margin: 0;
  line-height: 1.25em;
  background: url(../images/main/li-arrow-checked-small-black.png) no-repeat 0 3px;
}
ul.checked-list.orange-checks li,
dl.checked-list.orange-checks li {
  background: url(../images/main/li-arrow-checked-orange.png) no-repeat 0 0;
}
ul.checked-list.spaced > li,
dl.checked-list.spaced > li {
  margin: 0.5em 0;
}
ul.checked-list.small > li {
  background: none;
}
ul.checked-list.small > li > span {
  padding-left: 15px;
  background: url(../images/main/li-arrow-checked-small.png) no-repeat 0 2px;
}
ul.arrow-list > li {
  margin: 0.5em 0;
  padding-left: 10px;
  list-style: none;
  background: url(../images/main/primary-menu-sprite.png) no-repeat 0 -313px;
}
ul.arrow-list.strong {
  font-weight: bold;
  background: url(../images/main/li-arrow-basic-medium.png) no-repeat 0 -313px;
}
ul.arrow-list.small.centered > li {
  font-size: 11px;
  line-height: 1.2em;
  background: none;
  padding-left: 0;
}
ul.arrow-list.small.centered > li > span {
  padding-left: 10px;
  background: url(../images/main/primary-menu-sprite.png) no-repeat 0 -313px;
}
ul.disc-list {
  list-style: disc outside none!important;
  list-style-type: disc;
  padding-left: 1.5em;
  max-width: 720px;
}
ul.disc-list.spaced > li {
  margin: 0.5em 0;
}
ol.numeric-list {
  list-style: decimal outside none!important;
  padding-left: 1.5em;
  max-width: 720px;
}
ol.numeric-list > li {
  margin: 0.2em 0;
}
ol.alpha-list {
  list-style: lower-alpha outside none !important;
  padding-left: 1.5em;
  max-width: 720px;
}
ol.alpha-list > li {
  margin: 0.2em 0;
}
/* ========================================================
 * common widgets
 */
/* =====================================
 * Carousel
 */
.js .carousel {
  position: relative;
}
.carousel .items > li {
  float: left;
}
.js .carousel.classic .carousel-mask {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clear: both;
}
.carousel ul.items {
  position: absolute;
  left: 0;
  top: 0;
  width: 9999px;
}
.carousel ul.items > li {
  position: relative;
  z-index: 1;
}
.js .carousel.classic .links {
  bottom: 20px;
  z-index: 10;
}
.js .carousel ul.links li {
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  text-indent: -999px;
  overflow: hidden;
  background: url(../images/main/carousel-sprite.png) no-repeat;
  cursor: pointer;
}
.js .carousel ul.links li:hover,
.js .carousel ul.links li.active {
  background-position: -14px 0;
}
.js .carousel .next,
.js .carousel .prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  text-indent: -999px;
  overflow: hidden;
  background: url(../images/main/carousel-nav-sprite.png);
  cursor: pointer;
}
.js .carousel .prev {
  left: -40px;
  background-position: bottom left;
}
.js .carousel .next {
  right: -40px;
  background-position: top left;
}
/* =====================================
 * Tabbable
 */
.tabbable {
  position: relative;
  margin: 50px auto 30px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 1px 1px 1px #ddd;
  *zoom: 1;
  -pie-poll: true;
}
.tabbable:before,
.tabbable:after {
  content: "";
  display: table;
}
.tabbable:after {
  clear: both;
}
.tabbable > .header {
  position: relative;
  padding: 20px;
  margin: 0 0 2px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  background: #f6f6f6;
  background: -moz-linear-gradient(#f6f6f6, #ffffff);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#f6f6f6, #ffffff);
  background: -o-linear-gradient(#f6f6f6, #ffffff);
  background: -ms-linear-gradient(#f6f6f6, #ffffff);
  background: linear-gradient(#f6f6f6, #ffffff);
  -pie-background: linear-gradient(#f6f6f6, #ffffff);
}
.ie9 .tabbable > .header {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1NCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0Y2RjZGNiIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzU0KSIgLz4KPC9zdmc+);
}
.tabbable.columns-3 {
  width: 938px;
}
.tabbable ul.nav-tabs {
  *zoom: 1;
}
.tabbable ul.nav-tabs:before,
.tabbable ul.nav-tabs:after {
  content: "";
  display: table;
}
.tabbable ul.nav-tabs:after {
  clear: both;
}
.tabbable ul.nav-tabs li {
  position: relative;
  float: left;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  z-index: 1;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.tabbable ul.nav-tabs li.last {
  border-right: 0;
}
.tabbable.with-header ul.nav-tabs {
  border-top: 1px solid #ddd;
}
.tabbable ul.nav-tabs li.active {
  position: relative;
  padding: 0 0;
  margin: -1px -3px 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  border: 1px solid #ddd;
  z-index: 3;
}
.tabbable ul.nav-tabs li.active.first {
  margin-left: -1px;
}
.tabbable.with-header ul.nav-tabs li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -pie-ignore: true;
}
.tabbable ul.nav-tabs li a {
  position: relative;
  display: block;
  padding: 30px 10px;
  width: 912px;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 2px solid #fff;
  background: #f6f6f6;
  background: -moz-linear-gradient(#f6f6f6, #ffffff);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#f6f6f6, #ffffff);
  background: -o-linear-gradient(#f6f6f6, #ffffff);
  background: -ms-linear-gradient(#f6f6f6, #ffffff);
  background: linear-gradient(#f6f6f6, #ffffff);
  -pie-background: linear-gradient(#f6f6f6, #ffffff);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  z-index: 10;
  -pie-poll: true;
  -pie-track-active: true;
}
.ie9 .tabbable ul.nav-tabs li a {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1NCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0Y2RjZGNiIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzU0KSIgLz4KPC9zdmc+);
}
.tabbable ul.nav-tabs li a.compact {
  padding-top: 22px;
  padding-bottom: 22px;
}
.tabbable.opened ul.nav-tabs li a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
}
.tabbable.with-header ul.nav-tabs li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#ffffff, GradientType=0);
  -pie-ignore: true;
}
.tabbable ul.nav-tabs li a:focus,
.tabbable ul.nav-tabs li.active a,
.tabbable ul.nav-tabs li a:hover {
  /*color: #ff7000;*/
}
.tabbable ul.nav-tabs li.active a {
  z-index: 10;
  padding: 30px 12px 33px 12px;
  margin: 0 0 -4px;
  background: #f6f6f6;
  background: -moz-linear-gradient(#f6f6f6, #f6f6f6);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(#f6f6f6, #f6f6f6);
  background: -o-linear-gradient(#f6f6f6, #f6f6f6);
  background: -ms-linear-gradient(#f6f6f6, #f6f6f6);
  background: linear-gradient(#f6f6f6, #f6f6f6);
  -pie-background: linear-gradient(#f6f6f6, #f6f6f6);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#f6f6f6, GradientType=0);
}
.tabbable ul.nav-tabs li.active a.compact {
  padding-top: 22px;
  padding-bottom: 25px;
}
.lt-ie10 .tabbable ul.nav-tabs li.active a {
  filter: none;
}
.tabbable ul.nav-tabs li.active.first a {
  padding-left: 10px;
}
.tabbable ul.nav-tabs li.active.last a {
  padding-right: 10px;
}
.tabbable.columns-1 ul.nav-tabs li {
  border-right: 0;
}
.tabbable.columns-2 ul.nav-tabs li a {
  width: 444px;
}
.tabbable.columns-2 ul.nav-tabs li.active {
  margin: -1px -2px 0;
}
.tabbable.columns-2 ul.nav-tabs li.active.first {
  margin-left: -1px;
}
.tabbable.columns-3 ul.nav-tabs li a {
  width: 288px;
}
.tabbable.columns-4 ul.nav-tabs li a {
  width: 210px;
}
.tabbable.columns-4 ul.nav-tabs li.last a {
  width: 209px;
}
.tabbable.columns-5 ul.nav-tabs li a {
  width: 163px;
}
.tabbable.columns-5 ul.nav-tabs li.last a {
  width: 162px;
}
.tabbable.columns-6 ul.nav-tabs li a {
  width: 132px;
}
.tabbable.columns-6 ul.nav-tabs li.first a {
  width: 131px;
}
.tabbable.columns-6 ul.nav-tabs li.last a {
  width: 130px;
}
.tabbable.columns-7 ul.nav-tabs li a {
  width: 109px;
}
.tabbable.columns-7 ul.nav-tabs li.last a {
  width: 110px;
}
.tabbable .tab-content {
  clear: both;
  position: relative;
  font-size: 12px;
  line-height: 125%;
  z-index: 2;
}
.tabbable .tab-content .action-btn {
  position: relative;
  z-index: 20;
}
.lt-ie8 .tabbable .tab-content {
  min-height: 0px;
}
.tabbable .tab-pane {
  position: relative;
  z-index: 30;
  padding: 20px 20px 40px;
  background: url(../images/main/gradient-1.png) repeat-x;
  border: 2px solid #fff;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  background: #f6f6f6;
  background: -moz-linear-gradient(#f6f6f6, #ffffff);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#f6f6f6, #ffffff);
  background: -o-linear-gradient(#f6f6f6, #ffffff);
  background: -ms-linear-gradient(#f6f6f6, #ffffff);
  background: linear-gradient(#f6f6f6, #ffffff);
  -pie-background: linear-gradient(#f6f6f6, #ffffff);
  -pie-poll: true;
  *zoom: 1;
}
.ie9 .tabbable .tab-pane {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1NCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0Y2RjZGNiIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzU0KSIgLz4KPC9zdmc+);
}
.tabbable .tab-pane:before,
.tabbable .tab-pane:after {
  content: "";
  display: table;
}
.tabbable .tab-pane:after {
  clear: both;
}
.js .tabbable .tab-pane {
  display: none;
}
.tabbable-close {
  display: block;
  position: absolute;
  z-index: 30;
  bottom: -17px;
  padding: 0 0 25px;
  width: 100%;
  font-size: 12px !important;
  font-weight: bold!important;
  text-align: center!important;
  text-decoration: none!important;
  text-transform: lowercase!important;
  color: #333333 !important;
  background: url(../images/main/tabbable-close-btn.png) no-repeat center bottom;
}
.tabbable-close:hover {
  /*color: #ff7000 !important;*/
}
.js .tabbable-close {
  display: none;
}
/* =====================================
 * Toggleable
 */
.toggleable .content {
  position: relative;
}
.toggleable .closer {
  display: block;
  position: absolute;
  bottom: -17px;
  padding: 0 0 25px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #333;
  background: url(../images/main/tabbable-close-btn.png) no-repeat center bottom;
}
.toggleable .closer:hover {
  /*color: #ff7000;*/
}
/* =====================================
 * Debug console
 */
#debug {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 10px;
  z-index: 999;
  font-size: 12px;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
/* ========================================================
 * main areas
 */
#main-loader {
  display: none;
  position: fixed;
  z-index: 4999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/main/loader-fff.gif) no-repeat 50% 50% #ffffff;
}
.lt-ie9.js #main-loader {
  display: block;
}
body {
  background: #f6f6f6;
}
#wrap {
  min-width: 960px;
  background: #FFF;
}
#page {
  /*padding-bottfom: 280px;*/

  position: relative;
  background: #fff;
}
.js #page {
  /*padding-top: 139px;*/
}
#page.fixed {
  left: 0;
  width: 100%;
  min-width: 960px;
  position: fixed;
}
#header {
  min-width: 960px;
  color: #333;
  position: relative;
  z-index: 5000;
}
.js #header {
  width: 100%;
  min-width: 960px;
  position: fixed;
  top: 0;
  background: #f4f4f4;
}
#header .header-center-arrow {
  position: absolute;
  top: 49px;
  left: 50%;
  margin-left: -18px;
}
#header-top {
  position: relative;
  z-index: 25;
}
#header-top,
#header-top .w-section {
  background: url(../images/main/header-top-bg.png);
  height: 40px;
}
#header-top .w-section > ul {
  float: right;
  padding: 12px 0;
}
#header-top .w-section > ul > li {
  position: relative;
  float: left;
  padding: 0 15px 0 12px;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  background: url(../images/main/header-top-sprite.png) right -70px no-repeat;
  color: #a7a6a6;
}
#header-top .w-section > ul > li.search {
  top: -4px;
  padding-right: 0;
  background: none;
}
#header-top a {
  text-decoration: none;
}
#header-top .w-section > ul > li > a {
  color: #000;
}
#header-top .w-section > ul > li > a:hover,
#header-top .w-section > ul > li > a:focus,
#header-top .w-section > ul > li > a.active {
  /*color: #ff7000;*/
}
#header-top li span.active {
  color: #aeaeae;
}
#header-top li.shopping-cart > a {
  color: #a7a6a6;
}
#header-top li.shopping-cart > a > span,
#cart-widget-link a span {
  float: left;
  width: 23px;
  height: 16px;
  vertical-align: bottom;
  background: url(../images/main/header-top-sprite.png) 0 -28px no-repeat;
}
#header-top .search input {
  width: 63px;
}
#header-top li.search input,
#header-top li.search button {
  display: block;
  float: left;
  height: 24px;
  padding: 0 12px;
  background: url(../images/main/header-top-sprite.png) 0 0 no-repeat;
}
.lt-ie9 #header-top li.search input,
.lt-ie9 #header-top li.search button {
  line-height: 24px;
}
#header-top li.search button {
  padding: 0;
  width: 24px;
  background-position: 100% 0;
}
#header-main,
#header-main > .w-section {
  background: url(../images/main/primary-menu-sprite.png) 0 -200px repeat-x;
  height: 99px;
}
.js #header-main .w-section {
  position: static;
}
#header-main .w-section {
  position: relative;
  z-index: 5;
}
#logo {
  position: relative;
  z-index: 30;
}
#logo img {
  position: absolute;
  top: -18px;
  left: 10px;
}
#primary-menu-wrapper {
  overflow: hidden;
}
#primary-menu {
  float: left;
  margin: 0 -20px 0 208px;
  width: 752px;
}
#primary-menu > li {
  float: left;
}
#primary-menu > li h2 {
  height: 99px;
}
#primary-menu > li h2 a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #000;
}
#primary-menu > li.first h2 a {
  z-index: 10;
}
#primary-menu > li h2 a > strong {
  display: block;
  position: relative;
  padding: 25px 18px 0 70px;
  height: 74px;
  /*i-index: 10;*/

  z-index: 5;
  line-height: 18px;
  font-size: 18px;
  font-weight: normal!important;
  text-shadow: 2px 2px 2px #fff;
  text-decoration: none;
  background: url(../images/main/header-top-sprite.png) right -30px no-repeat;
}
#primary-menu > li h2 a > span {
  position: absolute;
  display: block;
  height: 100%;
  width: 70px;
  left: 0;
  top: 0;
  z-index: 4;
  background: url(../images/main/primary-menu-sprite.png) no-repeat;
}
#primary-menu li.opened h2 a,
#primary-menu li h2 a:hover,
#primary-menu li h2 a:focus {
  /*color: #ff7000;*/
}
#primary-menu li.movel h2 a > strong {
  padding-left: 55px;
}
#primary-menu li.movel h2 a > span {
  background-position: 0 top;
}
#primary-menu li.movel.opened h2 a > span,
#primary-menu li.movel h2 a.active > span,
#primary-menu li.movel h2 a:hover > span {
  background-position: -100px 0;
}
#primary-menu li.internet_movel h2 a > strong {
  padding-top: 19px;
  padding-left: 50px;
  height: 80px;
}
#primary-menu li.internet_movel h2 a > span {
  left: -10px;
  background-position: -200px 0;
}
#primary-menu li.internet_movel h2 a.active > span,
#primary-menu li.internet_movel.opened h2 a > span,
#primary-menu li.internet_movel h2 a:hover > span {
  background-position: -300px 0;
}
#primary-menu li.televisao h2 a > strong {
  padding-left: 70px;
}
#primary-menu li.televisao h2 a > span {
  background-position: -400px 0;
}
#primary-menu li.televisao h2 a.active > span,
#primary-menu li.televisao.opened h2 a > span,
#primary-menu li.televisao h2 a:hover > span {
  background-position: -500px 0;
}
#primary-menu li.voz_fixa h2 a > strong {
  padding-left: 60px;
}
#primary-menu li.voz_fixa h2 a > span {
  background-position: -600px 0;
}
#primary-menu li.voz_fixa h2 a.active > span,
#primary-menu li.voz_fixa.opened h2 a > span,
#primary-menu li.voz_fixa h2 a:hover > span {
  background-position: -700px 0;
}
#primary-menu li.cliente h2 a > strong {
  padding-left: 15px;
  background: none;
}
#primary-menu li.minimized,
#primary-menu li.first {
  background: none!important;
}
#primary-menu li h2 {
  font-size: 15px;
  line-height: 125%;
}
.js #primary-menu > li > h2,
.js #primary-menu > li > h3 {
  cursor: pointer;
}
#primary-menu li .sub {
  display: none;
  position: absolute;
  left: 0;
  top: 138px;
  width: 100%!important;
  min-width: 960px;
  z-index: 1;
  cursor: default!important;
}
#primary-menu li:hover .sub {
  display: block;
}
.js #primary-menu li:hover .sub {
  display: none;
}
#primary-menu li .sub .w-section {
  position: relative;
  *zoom: 1;
}
#primary-menu li .sub .w-section:before,
#primary-menu li .sub .w-section:after {
  content: "";
  display: table;
}
#primary-menu li .sub .w-section:after {
  clear: both;
}
#primary-menu li .sub .arrow,
#secondary-menu .arrow {
  position: absolute;
  top: -8px;
  width: 17px;
  height: 8px;
  background: url(../images/main/primary-menu-sprite.png) 0 -450px no-repeat;
  z-index: 20;
}
#secondary-menu.movel .arrow,
#primary-menu li.movel .arrow {
  left: 286px;
}
#secondary-menu.internet_movel .arrow,
#primary-menu li.internet_movel .arrow {
  left: 400px;
}
#secondary-menu.televisao .arrow,
#primary-menu li.televisao .arrow {
  left: 540px;
}
#secondary-menu.voz_fixa .arrow,
#primary-menu li.voz_fixa .arrow {
  left: 695px;
}
#secondary-menu.cliente .arrow,
#primary-menu li.cliente .arrow {
  left: 800px;
}
.js #secondary-menu {
  display: none;
  position: absolute;
  width: 100%;
  margin-top: -1px;
  z-index: 200;
}
/*
.js #header-extras {
  position: absolute;
  left: 0;
  width: 100%;
}
*/
#primary-menu li .sub,
#primary-menu li .sub .w-section,
#secondary-menu,
#secondary-menu .w-section {
  background: url(../images/main/secondary-menu-bg.png) repeat-x bottom #f6f6f6;
}
#secondary-menu,
#secondary-menu .w-section {
  position: relative;
}
#primary-menu li .sub .submenu,
#secondary-menu .submenu {
  padding: 15px 0 0 220px;
  color: #333;
}
#primary-menu li .sub .submenu li.top,
#secondary-menu .submenu li.top {
  float: left;
  width: 160px;
}
/*#secondary-menu .submenu li.top h3,*/
#primary-menu li .sub .submenu li.top h3 a,
#extra-submenu li.top h3 a,
#secondary-menu .submenu li.top h3 a {
  display: block;
  padding: 1px 20px 4px 10px;
  margin: 0 0 10px;
  font-size: 13px;
  text-decoration: none;
  color: #333;
}
#primary-menu li .sub .submenu li.top h3 a:focus,
#primary-menu li .sub .submenu li.top h3 a:hover,
#primary-menu li .sub .submenu li.top h3.active a,
#extra-submenu li.top h3 a:focus,
#extra-submenu li.top h3 a:hover,
#extra-submenu li.top h3.active a,
#secondary-menu .submenu li.top h3 a:focus,
#secondary-menu .submenu li.top h3 a:hover,
#secondary-menu .submenu li.top h3.active a {
  /*color: #ff7000;*/
}
#primary-menu li .sub .submenu ul,
#secondary-menu .submenu ul {
  padding: 0 0 40px;
  min-height: 160px;
}
#primary-menu li .sub .submenu li.top li a,
#secondary-menu .submenu li.top li a {
  display: block;
  padding: 0 20px 0 10px;
  margin: 0;
  font-size: 11px;
  line-height: 160%;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}
#primary-menu li .sub .submenu li.top li a:focus,
#primary-menu li .sub .submenu li.top li a:hover,
#primary-menu li .sub .submenu li.top li a.active,
#secondary-menu .submenu li.top li a:focus,
#secondary-menu .submenu li.top li a:hover,
#secondary-menu .submenu li.top li a.active {
  /*color: #ff7000;*/
}
#primary-menu li .sub .submenu li span.new,
#secondary-menu .submenu li.top li span.new {
  position: relative;
  top: -4px;
  font-size: 9px;
  /*color: #ff7000;*/
}
#primary-menu li .sub .submenu li.top,
#secondary-menu.cliente .submenu li.top {
  width: 170px;
}
#primary-menu li .sub .submenu li.top a {
  position: relative;
  background: none!important;
}
#primary-menu li .sub .submenu li.top a:before,
.ie7 #primary-menu li .sub .submenu li.top a  > i {
  font-family: 'NOWDings' !important;
  font-weight: normal!important;
  font-style: normal!important;
  font-size: 10px;
  /*color: #ff7000;*/
  content: '>';
}
.ie7 #primary-menu li .sub .submenu li.top a {
  zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '<i>></i>'+this.innerHTML);
}
.ie7 #primary-menu li .sub .submenu li.top a  i {
  font-style: normal;
}
#primary-menu li .sub .submenu li.top a:before,
#primary-menu li .sub .submenu li.top a > i {
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 10px;
}
#primary-menu li.cliente .login-action {
  font-size: 10px;
  margin: -54px 0 0 10px;
}
#primary-menu li.cliente .login-action .links {
  position: relative;
  clear: both;
  padding: 5px 0 0;
  left: -2px;
  font-size: 9px;
  white-space: nowrap;
  z-index: 22;
}
#primary-menu li.cliente .login-action .links a {
  margin: 0 4px;
  color: #808080;
  text-decoration: none;
}
#primary-menu li.cliente .login-action .links a:hover {
  /*color: #ff7000;*/
}
#head-login {
  position: relative;
  width: 180px;
}
#head-login form {
  position: relative;
  z-index: 10;
}
#head-login input,
#head-login button {
  float: left;
  padding: 0 5px 0 10px;
  width: 78px;
  height: 23px;
  background: url(../images/main/primary-menu-sprite.png) no-repeat 0 -390px;
}
.lt-ie9 #head-login input,
.lt-ie9 #head-login button {
  line-height: 23px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #head-login input {
    line-height: 23px;
  }
}
#head-login .error input {
  background-position: -200px -390px;
}
#head-login input.password {
  padding: 0 5px;
  width: 47px;
  background-position: -93px -390px;
}
#head-login .error input.password {
  background-position: -293px -390px;
}
#head-login button {
  width: 20px;
  padding: 0;
  background-position: -150px -390px;
}
#head-login .error button {
  background-position: -350px -390px;
}
#head-login .error-message {
  clear: both;
  padding: 2px 0 0 3px;
  margin: 0 0 -2px;
  color: #e1301e;
}
#head-login .logout {
  position: absolute;
  left: 75px;
  top: -20px;
}
#head-login .username {
  padding: 5px 0 0 5px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*color: #ff7000;*/
}
#header-highs {
  position: relative;
  z-index: 1;
  /*position: absolute;
  width: 100%;*/

  background: #fafafa;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}
.js #header-highs,
#header-highs.closed {
  display: none;
}
.js #header-highs .w-section {
  position: relative;
  height: 240px;
  overflow: hidden;
}
#header-highs .carousel {
  *zoom: 1;
  margin: 0 -10px;
  width: 960px;
}
#header-highs .carousel:before,
#header-highs .carousel:after {
  content: "";
  display: table;
}
#header-highs .carousel:after {
  clear: both;
}
.js #header-highs .carousel {
  height: 240px;
}
#header-highs .carousel .items {
  background: #fafafa;
}
#header-highs .carousel .items > li {
  position: relative;
  margin: 0 30px 0 0;
  /* negative child .highs margin */

  width: 960px;
  background: #fafafa;
}
#header-highs .carousel-mask {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#header-highs .links {
  position: absolute;
  bottom: 20px;
}
#header-highs-link {
  position: relative;
  z-index: 2;
  top: -1px;
  display: block;
  width: 42px;
  height: 22px;
  margin: 0 auto -22px;
  background: url(../images/main/primary-menu-sprite.png) no-repeat 0 -420px;
  /*z-index: 200;*/

}
#header-highs-link.opened {
  background-position: -42px -420px;
}
#header-highs .items .high {
  float: left;
  width: 300px;
  height: 240px;
  margin-left: 30px;
}
#header-highs .items .high:first-child {
  margin-left: 0;
}
#header-highs .items .high > img {
  position: relative;
  float: left;
}
#header-highs .items .high .text {
  position: relative;
  float: left;
  width: 150px;
  padding: 35px 0 0;
  color: #333;
}
#header-highs .items .high .text h3 {
  margin: 0 0 5px;
  line-height: 1.25em;
  font-size: 16px;
  /*color: #ff7000;*/
}
#header-highs .items .high .text p {
  line-height: 1.25em;
  font-size: 11px;
}
#header-highs .items .high .text p .price {
  line-height: 35px;
  font-size: 26px;
}
#header-highs .items .high .text p .price .cents {
  position: relative;
  top: -12px;
  font-size: 10px;
}
#header-highs .items .high .text .see_more {
  font-size: 12px;
  font-weight: bold;
  /*color: #ff7000;*/
  text-decoration: none;
}
#extra-submenu {
  background: url(../images/main/secondary-menu-bg.png) repeat-x bottom #f6f6f6;
  text-align: center;
}
#extra-submenu li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding: 15px 20px 0;
}
#content {
  *zoom: 1;
  position: relative;
  z-index: 1;
  background: #fff;
}
#content:before,
#content:after {
  content: "";
  display: table;
}
#content:after {
  clear: both;
}
.js .homepage #content {
  min-height: 400px;
  background: #fff;
}
#content-wrap {
  position: relative;
}
#content .v-paralax {
  overflow: hidden;
}
.homepage #content-highs {
  height: 500px;
  overflow: hidden;
  width: 100%;
  min-width: 960px;
}
.homepage #content .carousel {
  width: 960px;
  margin: 0 -10px;
  overflow: visible;
  position: relative;
}
.content-box.banner.big-banner {
  width: 936px;
  margin: 0 auto;
}
.content-box.banner.big-banner .box-inner {
  width: 932px;
  padding: 0;
}
.content-box.banner.big-banner .box-inner img.fg {
  display: block;
}
.banners-row {
  clear: both;
  margin: 50px 0 30px;
}
.banners-row > li {
  position: relative;
  float: left;
}
.banners-row > li img.aside {
  position: relative;
  float: right;
  right: -5px;
}
.banners-row > li h3 {
  margin: 0 0 0.2em;
  font-size: 18px;
  line-height: 1.25em;
  color: #333333;
}
.banners-row > li p {
  line-height: 18px;
  font-size: 12px;

  color: #333333;
}
.banners-row > li > a:hover .read_more,
.banners-row > li .read_more:hover {
  color: #333333;
}
.banners-row > li .content {
  position: relative;
  padding: 20px 12px;
}
.banners-row > li .content.with-image {
  padding-right: 200px;
}
.banners-row > li .content .image {
  position: absolute;
  right: 5px;
  top: 3px;
}
.banners-row.columns-3 {
  padding: 0;
}
.banners-row.columns-3 > li {
  margin-left: 14px;
  width: 304px;
  height: 207px;
  background: url(../images/main/banner-294x200-bg.png) repeat-x #ffffff;
}
.banners-row.columns-3 > li:first-child {
  margin-left: 0;
}
.banners-row.columns-3 > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
.banners-row.columns-3 > li img.bg {
  position: absolute;
  left: 5px;
  top: 3px;
}
.banners-row.columns-2 {
  padding: 0;
}
.banners-row.columns-2 > li {
  margin-left: 14px;
  width: 462px;
  height: 208px;
  background: url(../images/main/banner-452x200-bg.png) repeat-x #ffffff;
}
.banners-row.columns-2 > li:first-child {
  margin-left: 0;
}
.banners-row.columns-2 > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
.banners-row.columns-2 > li img.bg {
  position: absolute;
  left: 5px;
  top: 3px;
}
.banners-row.columns-2 .content {
  position: relative;
  padding: 20px 20px;
}
.tripple-banner {
  margin: 0 auto 30px;
  padding: 0 0 0 3px;
  width: 941px;
  height: 207px;
  background: url(../images/main/tripple-banner-bg.png) no-repeat;
}
.tripple-banner > li {
  width: 268px;
  padding: 20px;
  margin: 0 1px 0 0;
}
.tripple-banner > li.b-middle {
  width: 279px;
}
.tripple-banner > li .content {
  padding: 0;
}
.tripple-banner > li h3 {
  /*color: #ff7000;*/
}
/*
 * carousel styles
 */
.big-carousel {
  font-size: 12px;
}
.js .big-carousel {
  height: 520px;
}
.big-carousel .carousel-mask {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.big-carousel > ul > li {
  height: 520px;
  z-index: 1;
}
.big-carousel .links {
  bottom: 20px;
}
.big-carousel .prev,
.big-carousel .next {
  display: none;
}
.big-carousel li {
  position: relative;
  width: 960px;
}
.big-carousel img.bg {
  position: absolute;
  z-index: -1;
}
.big-carousel h3 {
  font-size: 19px;
  /*color: #ff7000;*/
}
.big-carousel h3 {
  font-size: 19px;
  /*color: #ff7000;*/
}
.big-carousel + div,
.big-carousel + ul {
  margin-top: 0;
}
/*
 * banners carousel 
 */
.carousel-w-banners {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 50px;
}
.carousel-w-banners .banners-row {
  margin-top: 0;
}
.carousel-w-banners > .prev,
.carousel-w-banners > .next {
  display: none;
}
#content .highlight {
  *zoom: 1;
  padding: 30px 50px 30px 520px;
  margin: 30px 0;
}
#content .highlight:before,
#content .highlight:after {
  content: "";
  display: table;
}
#content .highlight:after {
  clear: both;
}
#content .highlight h1.page-title {
  font-size: 30px;
  /*color: #ff7000;*/
}
#content .highlight h2 {
  font-size: 24px;
  line-height: 125%;
}
#content .highlight h3 {
  margin: 0.5em 0;
  font-size: 19px;
  line-height: 125%;
}
#content .highlight h4 {
  margin: 1em 0 0;
  font-size: 16px;
  line-height: 26px;
  /*color: #ff7000;*/
}
#content .highlight p {
  margin: 0.5em 0;
  font-size: 12px;
  line-height: 16px;
}
#content .highlight .main-pic {
  display: block;
  float: left;
  margin: -20px 0 -30px -490px;
}
#content .highlight.right {
  padding: 30px 540px 20px 30px;
}
#content .highlight.right .main-pic {
  float: right;
  margin: -20px -510px -20px 0 !important;
}
#content .highlight form p {
  margin: 1em 0;
}
#content .highlight.no-bottom-margin {
  margin-bottom: 0;
}
/*
 * site width static menu
 * 
 */
.static #page {
  padding-top: 0!important;
}
.static.has_default_menu #header {
  margin-bottom: 42px!important;
}
.static #header {
  position: relative!important;
}
#footer,
#footer .w-section {
  clear: both;
  background: url(../images/main/footer-bg.png) repeat-x #f6f6f6;
}
#footer .w-section {
  position: relative;
  padding-top: 40px;
}
#footer-menu > li {
  float: left;
  width: 205px;
}
#footer-menu > li h2 {
  padding: 1px 20px 20px 10px;
  font-size: 15px;
  color: #333;
}
#footer-menu {
  padding: 0 10px 40px;
}
#footer-menu > li li a {
  display: block;
  padding: 0 20px 0 10px;
  margin: 0;
  font-size: 11px;
  line-height: 160%;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}
#footer-menu > li li a:focus,
#footer-menu > li li a:hover,
#footer-menu > li li a.active {
  /*color: #ff7000;*/
}
#footer-menu > li li span.new {
  position: relative;
  top: -4px;
  font-size: 9px;
  /*color: #ff7000;*/
}
#footer-menu li.others {
  width: 100px;
}
#footer-menu li.others p {
  clear: both;
  padding: 0 0 5px 10px;
}
#footer-menu > li li a {
  position: relative;
  background: none!important;
}
#footer-menu > li li a:before,
.ie7 #footer-menu > li li a  > i {
  font-family: 'NOWDings' !important;
  font-weight: normal!important;
  font-style: normal!important;
  font-size: 10px;
  /*color: #ff7000;*/
  content: '>';
}
.ie7 #footer-menu > li li a {
  zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '<i>></i>'+this.innerHTML);
}
.ie7 #footer-menu > li li a  i {
  font-style: normal;
}
#footer-menu > li li a:before,
#footer-menu > li li a > i {
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 10px;
}
#footer-links {
  padding: 20px 0 0;
  text-align: center;
  font-size: 11px;
}
#footer-links a {
  margin: 0 15px;
  color: #333;
  text-decoration: none;
}
#footer-links a:hover,
#footer-links a:focus,
#footer-links a.active {
  /*color: #ff7000;*/
}
#site-copy {
  padding: 20px 0 0;
  text-align: center;
  font-size: 11px;
  color: #999;
}
#social-modal-content {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 200px;
}
#social-modal-content .close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 17px;
  height: 17px;
  background: url(../images/main/social-modal-sprite.png) 0 -100px no-repeat;
}
#social-modal-content .menu {
  position: relative;
  float: right;
}
#social-modal-content .menu li {
  position: relative;
  left: 70px;
}
#social-modal-content .menu a {
  display: block;
  width: 67px;
  height: 55px;
  background: url(../images/main/social-modal-sprite.png) 0 -100px no-repeat;
}
#social-modal-content .menu .social {
  position: absolute;
  top: 0;
  right: 0;
}
#social-modal-content .menu .social a {
  background-position: bottom left;
  height: 62px;
}
#social-modal-content .menu .facebook a {
  background-position: 0 -200px;
}
#social-modal-content .menu .facebook a.active {
  background-position: -68px -200px;
}
#social-modal-content .menu .youtube a {
  background-position: 0 -255px;
}
#social-modal-content .menu .youtube a.active {
  background-position: -68px -255px;
}
#social-modal-content .menu .musica a {
  background-position: 0 -310px;
}
#social-modal-content .menu .musica a.active {
  background-position: -68px -310px;
}
#social-modal-content .menu .portal-clix a {
  background-position: 0 -364px;
}
#social-modal-content .menu .portal-clix a.active {
  background-position: -68px -364px;
}
#social-modal-content .menu .like {
  background: url(../images/main/social-modal-sprite.png) 1px 0 no-repeat;
  width: 57px;
  height: 70px;
  margin: 0 0 5px;
  padding: 8px 0 0 10px;
}
#social-modal-content .contents {
  position: relative;
  float: right;
  width: 883px;
  height: 505px;
  padding: 40px 0 0;
  background: #fff;
  border-top: 1px solid #dddddd;
  z-index: 10;
}
#social-modal-content .contents .content .info {
  float: left;
  padding: 0 30px;
  width: 135px;
  color: #333;
}
#social-modal-content .contents .content .info h3 {
  font-size: 18px;
  line-height: 1.25em;
}
#social-modal-content .contents .content .info p {
  margin: 1em 0 0;
  font-size: 12px;
  line-height: 16px;
}
#social-modal-content .contents .content .info p a {
  /*color: #ff7000;*/
  text-decoration: none;
}
#social-modal-content .contents .content .main {
  float: left;
  width: 640px;
}
#social-modal-content .contents .bottom {
  position: absolute;
  right: -1px;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background: url(../images/main/social-modal-sprite.png) 100% -150px no-repeat;
}
#social-modal-content .contents .youtube-gallery {
  position: relative;
}
#social-modal-content .contents .youtube-player {
  width: 640px;
  height: 390px;
  margin: 0 auto;
}
#social-modal-content .contents .youtube-player .links {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
}
#social-modal-content .contents .youtube-player ul {
  width: 9999px;
  padding: 20px 0 0;
}
#social-modal-content .contents .youtube-player ul li {
  float: left;
  margin: 0 27px 0 0;
}
#social-modal-content .contents .youtube-player ul li a {
  display: block;
  width: 106px;
  height: 60px;
  background-position: center center;
}
#social-modal-content .contents .youtube-player .next,
#social-modal-content .contents .youtube-player .prev {
  position: absolute;
  top: 425px;
  width: 19px;
  height: 37px;
  background: url(../images/main/social-modal-sprite.png) 100% -150px no-repeat;
}
#social-modal-content .contents .youtube-player .prev {
  background-position: -170px -200px;
  left: -35px;
}
#social-modal-content .contents .youtube-player .next {
  background-position: -220px -200px;
  right: -35px;
}
#social-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99998;
  background: #000;
  zoom: 1;
  filter: alpha(opacity=45);
  opacity: 0.45;
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* hide placeholder labels only visually, but have it available for screenreaders: h5bp.com/v */
.modern label.placeholder,
.js label.placeholder {
  /*border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;*/
}
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
img.block {
  display: block;
}
/* inline block */
.ib {
  display: -moz-inline-stack;
  display: inline-block;
}
.lt-ie8 .ib {
  display: inline;
  zoom: 1;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.lt-ie8 .clearfix {
  zoom: 1;
}

span.infoText {
	color: #464646;
	font-size: 14px;
	margin: 0 0 20px;
	overflow: hidden;
	clear: both;
	padding: 20px 0;
	font-weight: normal;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
.print-show {
	display: none;
	visibility: hidden;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid; 
  }
}








.theme_blue .masterTextColor{
    color: #4150be !important;
}
.theme_blue .masterBorderColor{
    border-color: #4150be !important;
}
.theme_blue .masterBorderLeftColor{
    border-left-color: #4150be !important;
}
.theme_blue .masterBorderRightColor{
    border-right-color: #4150be !important;
}
.theme_blue .masterBorderTopColor{
    border-top-color: #4150be !important;
}
.theme_blue .masterBorderBottomColor{
    border-bottom-color: #4150be !important;
}
.theme_blue .masterBackgroundColor{
    background-color: #4150be !important;
}


.theme_lightBlue .masterTextColor{
    color: #14ccbd !important;
}
.theme_lightBlue .masterBorderColor{
    border-color: #14ccbd !important;
}
.theme_lightBlue .masterBorderLeftColor{
    border-left-color: #14ccbd !important;
}
.theme_lightBlue .masterBorderRightColor{
    border-right-color: #14ccbd !important;
}
.theme_lightBlue .masterBorderTopColor{
    border-top-color: #14ccbd !important;
}
.theme_lightBlue .masterBorderBottomColor{
    border-bottom-color: #14ccbd !important;
}
.theme_lightBlue .masterBackgroundColor{
    background-color: #14ccbd !important;
}




.theme_pink .masterTextColor{
    color: #d973cd !important;
}
.theme_pink .masterBorderColor{
    border-color: #d973cd !important;
}
.theme_pink .masterBorderLeftColor{
    border-left-color: #d973cd !important;
}
.theme_pink .masterBorderRightColor{
    border-right-color: #d973cd !important;
}
.theme_pink .masterBorderTopColor{
    border-top-color: #d973cd !important;
}
.theme_pink .masterBorderBottomColor{
    border-bottom-color: #d973cd !important;
}
.theme_pink .masterBackgroundColor{
    background-color: #d973cd !important;
}


.theme_yellow .masterTextColor{
    color: #fad400 !important;
}
.theme_yellow .masterBorderColor{
    border-color: #fad400 !important;
}
.theme_yellow .masterBorderLeftColor{
    border-left-color: #fad400 !important;
}
.theme_yellow .masterBorderRightColor{
    border-right-color: #fad400 !important;
}
.theme_yellow .masterBorderTopColor{
    border-top-color: #fad400 !important;
}
.theme_yellow .masterBorderBottomColor{
    border-bottom-color: #fad400 !important;
}
.theme_yellow .masterBackgroundColor{
    background-color: #fad400 !important;
}


.theme_lightGreen .masterTextColor{
    color: #bcd100 !important;
}
.theme_lightGreen .masterBorderColor{
    border-color: #bcd100 !important;
}
.theme_lightGreen .masterBorderLeftColor{
    border-left-color: #bcd100 !important;
}
.theme_lightGreen .masterBorderRightColor{
    border-right-color: #bcd100 !important;
}
.theme_lightGreen .masterBorderTopColor{
    border-top-color: #bcd100 !important;
}
.theme_lightGreen .masterBorderBottomColor{
    border-bottom-color: #bcd100 !important;
}
.theme_lightGreen .masterBackgroundColor{
    background-color: #bcd100 !important;
}


.theme_green .masterTextColor{
    color: #56a100 !important;
}
.theme_green .masterBorderColor{
    border-color: #56a100 !important;
}
.theme_green .masterBorderLeftColor{
    border-left-color: #56a100 !important;
}
.theme_green .masterBorderRightColor{
    border-right-color: #56a100 !important;
}
.theme_green .masterBorderTopColor{
    border-top-color: #56a100 !important;
}
.theme_green .masterBorderBottomColor{
    border-bottom-color: #56a100 !important;
}
.theme_green .masterBackgroundColor{
    background-color: #56a100 !important;
}

.ribbon {
font-family: 'AzoSansWeb';
background:#fafafa;
border-top:1px solid #bbb;
height:42px;
margin:0 0 30px;
}
.ribbon .inside {
border-bottom:1px solid #e6e6e6;
border-top:1px solid #e6e6e6;
}
.ribbon .container {
    border: 0;
    margin: 0 auto;
    text-align: left;
    width: 960px;
}
.ribbon .path {
color: #999;
display: block;
float: left;
font-size: 12px;
font-weight: normal;
margin-left: 9px;
padding-top: 15px;
}
.ribbon span {
color: #000;
margin-right: 12px;
}
.ribbon a {
font-weight:normal;
text-decoration:underline;
}
.ribbon a:hover {
text-decoration:none;
}
.ribbon .info {
color:#000;
display:block;
height:40px;
line-height:39px;
margin-left:5px;
float:right;
font-size: 14px;
  font-size: 0.875rem;
font-weight:normal;
}
.ribbon .info span.sair a {
margin-left:26px;
text-decoration:underline;
font-size:12px;
font-size: 0.75rem;
}
.ribbon .info span.sair a:hover {
text-decoration:none;
}
.ribbon .info span.name {
color:#000;
font-weight:500;
}
.ribbon .info a {
/*font-size:0.785rem;*/
font-weight:normal;
color:#000 !important;
}

header.main {
position: static !important;
}

.errorMessageBlock{ display:none; clear:both; width:100%; height:48px; border:1px solid #e6e6e6;}
.errorMessageBlock .iconErrorMessage{ width:48px; height:48px; border-right:1px solid #e6e6e6; background:#ffffd4 url('../images/main/form-icon-exclamation.png') no-repeat center center; display:block; float:left;}
.errorMessageBlock p.customStatusMsg{
	background:none; margin:0; padding:0; clear:none; border:none;
	display:block; width:auto; float:left; margin:17px 0 0 20px;
	font-size:14px; font-weight:normal; color:#000;
}

::selection {color:#000000; background:#e6e6e6;}
::-moz-selection {color:#000000; background:#e6e6e6;} 
.disabled {
    opacity: 0.3;
}