/******* libraries/01_reset.css *******/
/* reset.css */
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,
font,
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,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
figure {
  margin: 0;
}
blockquote,
q {
  quotes: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* Alencastre.net General classes */
.clear {
  clear: both;
}
br.clear,
hr {
  height: 0;
  clear: both;
}
.hidden {
  display: none;
}


/******* libraries/05_bootstrap.css *******/
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=927bb4d67af14bae4c23)
 * Config saved to config.json and https://gist.github.com/927bb4d67af14bae4c23
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  /*margin-left: -15px;
  margin-right: -15px;*/
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 80px;
  padding-right: 80px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > .active > a {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a {
  color: #777777;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav .open > a{
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li.active > a {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 15px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > .active > a {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

.navbar-default .navbar-nav > .open > a {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > .active > a {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden !important;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 2000;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


/******* libraries/10_bootstrap-select.css *******/
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}


/******* libraries/15_font-awesome.min.css *******/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/css/2016/fonts/FontAwesome/FontAwesome.eot);src:url(/css/2016/fonts/FontAwesome/FontAwesome.eot) format('embedded-opentype'),url(/css/2016/fonts/FontAwesome/FontAwesome.ttf) format('truetype'),url(/css/2016/fonts/FontAwesome/FontAwesome.svg) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}

/******* libraries/16_aTools.css *******/
/**
 * Description: styles related to aTools.
 * User: Manuel Nogueira
 * Date: 18/November/2014
**/

.demoMode
{
  top:0;
  right:0;
  width: 196px;
  height: 197px;
  overflow: hidden;
  cursor: pointer;
  z-index: 9999999;
  position: fixed;
  line-height: 1000em;
  text-indent: 1000em;
  background-image: url(/css/images/demo.png);
  background-repeat: no-repeat;
}

.scrollbar-measure
{
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

#screenSize
{
  background: blue;
  z-index: 9999;
  width: 200px;
  height: 20px;
  position: fixed;
  top:0;
  left: 0;
  color: red;
}

#toggleGuides
{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

#guides
{
  position: fixed;
  height: 100%;
  top:-15px;
  left: 0;
  bottom: -15px;
  right: 0;
  margin: 0 auto;
  z-index: 9000;
  pointer-events: none;
  overflow: hidden;
  padding: 0px;
}

#guides div
{
  height: 100%;
}

#guides > .container > .row > div
{
  float: left;
  outline: 1px solid #add8e6;
  outline-offset: -15px;
  background-clip: content-box;
  opacity: 1;
}

#guides > .container > .row.outGutter
{
  border-left: 1px solid #add8e6;
  border-right: 1px solid #add8e6;
}

/* Sticky Footer */

/*
html, body{
  height: 100%;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  */
/* Negative indent footer by it's height *//*

  margin: 0 auto -195px;
}
#wrap > hr#pushFooter
{
  border: 0;
  margin: 0;
  height: 195px;
}
footer#footerWrapper
{
  height: 195px;
}
*/

/* classes for bootstrap */

.pull-none {
  float: none !important;
}
.noPadding{
  padding: 0;
}
.noPadding-left{
  padding-left: 0;
}
.noPadding-right{
  padding-right: 0;
}
.text-left
{
  text-align: left;
}
.text-right
{
  text-align: right;
}
.text-center
{
  text-align: center;
}
.bootbox.modal.fade {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}


/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 480px)
{
  .verticalTableHolder
  {
    max-width: 100%;
    overflow-x: auto;
  }
  .verticalTableHolder > table
  {
    width: auto !important;
  }
  .verticalTableHolder > table th,
  .verticalTableHolder > table td
  {
    min-width: 130px;
    height: 50px;
  }
}

@media (min-width: 480px) and (max-width: 767px)
{
  #guides > .container > .row > div
  {
    background: blue;
    background-clip: content-box;
    opacity: 0.2;
  }
}

@media (min-width: 768px) and (max-width: 991px)
{
  #guides > .container > .row > div
  {
    background: green;
    background-clip: content-box;
    opacity: 0.2;
  }
}

@media (min-width: 992px)
{
  #guides > .container > .row > div
  {
    background: red;
    background-clip: content-box;
    opacity: 0.2;
  }
}

/******* libraries/20_jquery.bxslider.css *******/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
    z-index: 1;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/css/2016/libraries/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/css/2016/libraries/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/css/2016/libraries/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/css/2016/libraries/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/css/2016/libraries/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/******* libraries/25_jquery.fancybox.css *******/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/css/2016/libraries/images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/css/2016/libraries/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/css/2016/libraries/images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/css/2016/libraries/images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(images/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(images/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/******* libraries/30_jquery-ui.css *******/
/*! jQuery UI - v1.11.4 - 2015-11-13
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(/css/2016/libraries/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/css/2016/libraries/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(/css/2016/libraries/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(/css/2016/libraries/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/css/2016/libraries/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/css/2016/libraries/images/ui-icons_222222_256x240.png);
}


/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}


/******* libraries/35_jquery-ui.theme.css *******/
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(/css/2016/libraries/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	font-weight: normal;
	color: #555555;
  background: #000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/css/2016/libraries/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/css/2016/libraries/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/css/2016/libraries/images/ui-icons_222222_256x240.png);
}


/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}


/******* libraries/40_tinyscrollbar.css *******/
#scrollbar1
{
    width:80%;
    margin:20px auto 10px;
    position: relative;
}

#scrollbar1 .viewport
{
    height: 300px;
    overflow:hidden;
    position:relative;
    background: #dedede;
}

#scrollbar1 .overview
{
    list-style:none;
    position:absolute;
    left:0;
    top:0;
    margin:0;
    padding: 10px 20px;
}

#scrollbar1 .scrollbar
{
    background:transparent url(/css/2016/libraries/images/bg-scrollbar-track-y.png) no-repeat 0 0;
    position:absolute;
    background-position:0 0;
    right: -20px;
    top:0;
    width:15px;
}

#scrollbar1 .track
{
    background:transparent url(/css/2016/libraries/images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height:100%;
    width:13px;
    position:relative;
    padding:0 1px;
}

#scrollbar1 .thumb
{
    background:transparent url(/css/2016/libraries/images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    height:20px;
    width:25px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    top:0;
    left:-5px;
}

#scrollbar1 .thumb .end
{
    background:transparent url(/css/2016/libraries/images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow:hidden;
    height:5px;
    width:25px;
}

#scrollbar1 .disable
{
    display:none;
}

.noSelect
{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}

/******* libraries/45_photoGallery.css *******/
/* -------------------------------------------
		MAIN STYLES
----------------------------------------------  */

#wrapper {
    width: 90%;
    margin: 20px auto;
    text-align: center;
    font-family: Georgia, serif;
    color: #222;
}

h1 {
    font-size: 40px;
}

.credit {
    font-style: italic;
    margin: 2px;
    padding: 0;
    font-size: 11px;
    color: #999;
}

.credit a, .credit a:visited {
    color: #888;
}

footer {
    width: 320px;
    margin: 20px auto;
}

footer p {
    font-size: 14px;
    line-height: 1;
}

footer a {
    padding: 8px;
    display: block;
    color: #999;
    font-size: 24px;
    font-style: italic;
}

footer a:visited {
    color: #999;
}

@media screen and (max-width:680px) {
    h1 {
        font-size: 30px;
    }
}

/******* libraries/45_print.less *******/
@media print {
  * {
    text-align: left !important;
  }
  .hidden-print {
    display: none !important;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
}


/******* libraries/slick-theme.less *******/
@charset "UTF-8";
/* Slider */

.slick-loading .slick-list {
  background: white url(/css/2016/libraries/./ajax-loader.gif) center center no-repeat;
}
/* Icons */

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(/css/2016/libraries/./fonts/slick.eot);
  src: url(/css/2016/libraries/./fonts/slick.eot?#iefix) format('embedded-opentype'), url(/css/2016/libraries/./fonts/slick.woff) format('woff'), url(/css/2016/libraries/./fonts/slick.ttf) format('truetype'), url(/css/2016/libraries/./fonts/slick.svg#slick) format('svg');
}
/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}


/******* libraries/slick.less *******/
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


/******* 00_preloader.less *******/
/**
 * Description: styles related to text.
 * User: ShareIT
 * Date: 12/Jan/2016
**/
.wrap {
  visibility: hidden;
  overflow: hidden;
}


/******* 03_font.less *******/
/**
 * Description: fonts.
 * User: ShareIT
 * Date: 23/05/2016
**/
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 23, 2016 */

@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url(/css/2016/fonts/proximanova-bold-webfont.woff2) format('woff2'), url(/css/2016/fonts/proximanova-bold-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgbold_italic';
  src: url(/css/2016/fonts/proximanova-boldit-webfont.woff2) format('woff2'), url(/css/2016/fonts/proximanova-boldit-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novalight';
  src: url(/css/2016/fonts/proximanova-light-webfont.woff2) format('woff2'), url(/css/2016/fonts/proximanova-light-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novalight_italic';
  src: url(/css/2016/fonts/proximanova-lightitalic-webfont.woff2) format('woff2'), url(/css/2016/fonts/proximanova-lightitalic-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url(/css/2016/fonts/proximanova-regular-webfont.woff2) format('woff2'), url(/css/2016/fonts/proximanova-regular-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novaregular_italic';
  src: url(/css/2016/fonts/proximanova-regularitalic-webfont.woff2) format('woff2'), url(/css/2016/fonts/proximanova-regularitalic-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novasemibold';
  src: url(/css/2016/fonts/proximanova-semibold-webfont.woff2) format('woff2'), url(/css/2016/fonts/proximanova-semibold-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novasemibold_italic';
  src: url(/css/2016/fonts/proximanova-semibolditalic-webfont.woff2) format('woff2'), url(/css/2016/fonts/proximanova-semibolditalic-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novablack';
  src: url(/css/2016/fonts/proximanova-black-webfont.woff2) format('woff2'), url(/css/2016/fonts/proximanova-black-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novaextrabold';
  src: url(/css/2016/proximanova-extrabold-webfont.woff2) format('woff2'), url(/css/2016/proximanova-extrabold-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}


/******* 05_text.less *******/
/**
 * Description: styles related to text.
 * User: ShareIT
 * Date: 12/Jan/2016
**/
* {
  -webkit-font-smoothing: antialiased;
}
.caret,
#filtersForm > fieldset > legend::after,
.seeMore:after {
  font-family: "FontAwesome", Fontawesome;
}
.fontArial {
  font-family: Arial, Helvetica, sans-serif;
}
html {
  font-size: 62.5%;
}
body,
p,
div,
span,
td,
th,
li,
a,
a:link,
input,
textarea,
.tile .listPrice,
#cartRightContent li > div h3 {
  font-size: 14px;
  font-size: 1.4rem;
}
#cartRightContent li > h3 {
  font-size: 16px;
  font-size: 1.6rem;
}
h1,
.h1,
#socialMedia a:before,
.listMode > li i,
.product-price,
.product-title,
#stepsList > li i,
#shareContainer i,
#playPause i {
  font-size: 24px;
  font-size: 2.4rem;
}
.gallery i {
  font-size: 80px;
  font-size: 8rem;
}
#bottomMenu > li > a,
h2,
.h2,
.listPrice,
.productsList h2 a,
#totalPriceContainer .total b,
#stepsList > li > div {
  font-size: 20px;
  font-size: 2rem;
}
h3,
.h3,
.seeMore:after,
#cartRightContent .totalContainer b {
  font-size: 18px;
  font-size: 1.8rem;
}
.DMForms .small span {
  font-size: 44px;
  font-size: 4.4rem;
}
/* Font Color */

body,
p,
div,
span,
td,
th,
li,
a,
a:link,
input,
textarea,
.black,
.paragraphButton a.readMore,
#bottomMenu > li > a {
  color: white;
}
.white,
#menuMain > li:hover > a,
.paragraphButton a,
.gallery i,
.btn.btn-bg,
.shareIcons ul > li > a,
#tabsContainer > ul > li > a,
#subMenuNav li a:hover,
#subMenuNav li.inpath,
#subMenuNav li.activeItem a,
#stepsList > li.active > div,
.btn.btn-bg span {
  color: white;
}
#dontHaveAnAccount a,
.accountInfoList a,
fieldset a,
table td a,
.paragraphText a {
  text-decoration: underline;
}
.paragraphText a:hover,
.actions a {
  text-decoration: none;
}
.gallery figure,
.DMForms.contactsForm .Submit,
.productsList figure,
.shareIcons ul > li > a,
#imgThumbs li,
#subMenuNav li a,
#stepsList > li,
#stepsList > li > div,
#stepsList > li > span,
.DMForms .small span {
  text-align: center;
}
.contactsForm fieldset > label,
.DMForms .checkBoxContainer,
th,
#returningLogin label,
#shippingInfo fieldset > label,
label[for=EcomOrderSubscribeToNewsletter],
#newsletterGroups label {
  text-align: left;
}
fieldset > label,
.productsList[data-list=list] .listPrice {
  text-align: right;
}
.filtersHead,
#tabsContainer > ul > li > a,
#stepsList > li > span,
.cartDetail,
.previousButton {
  text-transform: uppercase;
}
/* Font-weight */

.weightNormal,
.paragraphText table th,
h1,
h2,
h3,
h4,
#cartFormContainer label,
#productsList .quantity-container label {
  font-weight: normal;
}
.bold,
.subMenuHolder > div > ul > li > a,
.pagination > li.active a,
#leftMenu .activeItem a,
#relatedContainer h3 a,
.accountInfoList dt,
.showCartHeader *,
#cartRightContent h3 {
  font-weight: bold;
}
/* line-height */

/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  .userRelatedForms fieldset > label {
    text-align: left;
  }
  .showCartHeader .totalPrice,
  .cartProductsList .totalPrice,
  .totalValues .price {
    text-align: right;
  }
  #contentWrapper > div.h1,
  #totalPriceContainer small,
  #cartFormContainer .topButton,
  .continueButton,
  .cartDetail,
  #stepsList,
  .chooseDelivery,
  #cartFormContainer form h2,
  #cartRightContent h2,
  #orderDetailContainer .title,
  .forgotButtons,
  #dontHaveAnAccount {
    text-align: center;
  }
  .cartProductsList .price,
  .cartProductsList h2 a {
    font-weight: bold;
  }
  .itemDetails,
  .itemDetails * {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #productsList span.listPrice {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  #bottomMenuContainer > ul > li,
  .socialContainer,
  #topMenuContainer,
  #topHeaderContainer > figure {
    text-align: center;
  }
  fieldset > label {
    text-align: left;
  }
  #topMenuContainer a span.productCount {
    font-size: 10px;
    font-size: 1rem;
  }
  #topMenuContainer a span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .filtersHead > span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #topMenuContainer a {
    font-size: 0;
  }
}
@media (min-width: 768px) {
  .accountInfoList dt {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
  
}


/******* 100_publicity.less *******/
#windguru {
  background-color: white;
  padding-bottom: 50px;
}
#windguru .row {
  background-color: white;
}
#windguru .title {
  font-family: 'proxima_nova_rgbold';
  color: #0b0c0d;
  font-size: 45px;
  font-size: 4.5rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  padding-bottom: 30px;
}
#windguru .text {
  display: flex;
  justify-content: center;
}
#windguru .text .windguruiframe {
  width: 625px;
  height: 285px;
}
.publicitySection {
  background-color: white;
  color: black;
}
.publicitySection section {
  width: 100%;
  position: relative;
  float: left;
  clear: both;
}
.publicitySection section .publicityContent {
  position: relative;
  float: left;
  clear: both;
  margin-bottom: 10px;
  background-color: white;
  width: 100%;
  overflow: hidden;
}
.publicitySection section .pubTag {
  position: relative;
  float: right;
  clear: both;
  color: gray;
  font-family: 'proxima_novalight';
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0px;
  margin-right: 20px;
}
@media (max-width: 690px) {
  #windguru {
    display: none;
  }
}
@media (max-width: 767px) {
  .publicitySection {
    display: none;
  }
}
@media (max-width: 991px) {
  .publicitySection {
    display: block;
  }
}


/******* 105_articlesAndVideos.less *******/
#articlesAndVideosWrapperMobile {
  display: none;
}
#articlesAndVideosWrapper {
  background-color: white;
  color: black;
}
#articlesAndVideosWrapper #articlesAndVideosTitle {
  color: black;
  text-align: center;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 35px;
  font-size: 3.5rem;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
#articlesAndVideosWrapper section {
  margin-bottom: 40px;
  /*.grid{
                 .grid-item { width: 400px; background-color:@red; }
                .grid-item--width2 { width: 600px;  background-color:@yellow; }
            }*/

}
#articlesAndVideosWrapper section #articlesAndVideosContent {
  min-height: 110px;
}
#articlesAndVideosWrapper section #articlesAndVideosContent .shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#articlesAndVideosWrapper section #articlesAndVideosContent .pub {
  right: 5%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#articlesAndVideosWrapper section #articlesAndVideosContent .slideImage {
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 660px;
  text-align: center;
}
#articlesAndVideosWrapper section #articlesAndVideosContent .slideTextBox {
  position: absolute;
  top: 20%;
  left: 98px;
}
#articlesAndVideosWrapper section #articlesAndVideosContent .slideTextBox .contentType {
  margin-bottom: 12px;
}
#articlesAndVideosWrapper section #articlesAndVideosContent .slideTextBox .contentTitle {
  margin-bottom: 27px;
}
#articlesAndVideosWrapper section #articlesAndVideosContent .slideTextBox .contentTitle p {
  font-family: 'proxima_novablack';
  text-transform: uppercase;
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 57px;
}
#articlesAndVideosWrapper section #articlesAndVideosContent .slideTextBox .seeMoreContent a {
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}
#articlesAndVideosWrapper section #articlesAndVideosContent .slideTextBox .seeMoreContent .yellowLine {
  width: 90px;
  height: 1px;
  border-bottom: 2px solid #ebaf2d;
}
#articlesAndVideosWrapper #articlesAndVideosList {
  margin-bottom: 40px;
}
#articlesAndVideosWrapper #articlesAndVideosList .block-flex {
  display: flex;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer {
  background-color: black;
  position: relative;
  float: left;
  max-height: 500px;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .block-flex {
  display: flex;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text {
  /*position: relative;
                float: left;*/
  height: 100%;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer {
  /*position: relative;
                    float: left;*/
  height: 100%;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .articleDate {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #ebaf2d;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .contentType {
  position: absolute;
  top: 20px;
  right: 20px;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .textIntro {
  color: white;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .textIntro a {
  color: white;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  font-size: 1.4rem;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .text {
  margin-top: 60px;
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  line-height: 32px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .text a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .moreInfo {
  margin-left: 30px;
  margin-bottom: 10px;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .moreInfo a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .moreInfo .line {
  border: 1px solid #ebaf2d;
  width: 80px;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer img {
  width: 100%;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer div a {
  width: 100%;
  height: 100%;
}
#articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer div a .imageArticle {
  background-position: center center;
  background-size: cover;
  height: 500px;
  position: relative;
  text-align: center;
  width: 100%;
}
.articles-page {
  background-color: white;
  text-align: center;
  padding-bottom: 20px;
}
.articles-page p {
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}
.articles-page p span {
  color: #f6ad00;
}
.articles-page p a {
  color: black;
}
@media (max-width: 767px) {
  #articlesAndVideosWrapper {
    display: none;
  }
  #articlesAndVideosWrapperMobile {
    display: inherit;
    background-color: white;
    color: black;
  }
  #articlesAndVideosWrapperMobile .bx-wrapper {
    width: 100%;
  }
  #articlesAndVideosWrapperMobile .bx-wrapper .bx-controls {
    position: relative;
    top: -55px;
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  #articlesAndVideosWrapperMobile .bx-wrapper .bx-controls .bx-pager {
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  #articlesAndVideosWrapperMobile .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
    background-color: black;
  }
  #articlesAndVideosWrapperMobile .bx-wrapper .bx-controls .bx-pager .active {
    background-color: orange;
  }
  #articlesAndVideosWrapperMobile #articlesAndVideosTitle {
    color: black;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 25px;
    font-size: 2.5rem;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
  }
  #articlesAndVideosWrapperMobile .bxslider .slideTextBox {
    position: absolute;
    top: 25%;
    left: 15px;
    width: 80%;
    z-index: 2;
  }
  #articlesAndVideosWrapperMobile .bxslider .slideTextBox .contentType {
    margin-bottom: 12px;
  }
  #articlesAndVideosWrapperMobile .bxslider .slideTextBox .contentTitle {
    margin-bottom: 20px;
  }
  #articlesAndVideosWrapperMobile .bxslider .slideTextBox .contentTitle p {
    font-family: 'proxima_novablack';
    text-transform: uppercase;
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 40px;
  }
  #articlesAndVideosWrapperMobile .bxslider .slideTextBox .seeMoreContent a {
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 15px;
  }
  #articlesAndVideosWrapperMobile .bxslider .slideTextBox .seeMoreContent .yellowLine {
    width: 90px;
    height: 1px;
    border-bottom: 2px solid #ebaf2d;
  }
}
@media (max-width: 991px) {
  #articlesAndVideosWrapper {
    display: none;
  }
  #articlesAndVideosWrapperMobile {
    display: inherit;
    background-color: white;
    color: black;
  }
  #articlesAndVideosWrapperMobile .bx-wrapper {
    width: 100%;
  }
  #articlesAndVideosWrapperMobile .bx-wrapper .bx-controls {
    position: relative;
    top: -55px;
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  #articlesAndVideosWrapperMobile .bx-wrapper .bx-controls .bx-pager {
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  #articlesAndVideosWrapperMobile .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
    background-color: black;
  }
  #articlesAndVideosWrapperMobile .bx-wrapper .bx-controls .bx-pager .active {
    background-color: orange;
  }
  #articlesAndVideosWrapperMobile #articlesAndVideosTitle {
    color: black;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 25px;
    font-size: 2.5rem;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
  }
  #articlesAndVideosWrapperMobile .bxslider .slideTextBox {
    position: absolute;
    top: 25%;
    left: 15px;
    width: 80%;
    z-index: 2;
  }
  #articlesAndVideosWrapperMobile .bxslider .slideTextBox .contentType {
    margin-bottom: 12px;
  }
  #articlesAndVideosWrapperMobile .bxslider .slideTextBox .contentTitle {
    margin-bottom: 20px;
  }
  #articlesAndVideosWrapperMobile .bxslider .slideTextBox .contentTitle p {
    font-family: 'proxima_novablack';
    text-transform: uppercase;
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 40px;
  }
  #articlesAndVideosWrapperMobile .bxslider .slideTextBox .seeMoreContent a {
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 15px;
  }
  #articlesAndVideosWrapperMobile .bxslider .slideTextBox .seeMoreContent .yellowLine {
    width: 90px;
    height: 1px;
    border-bottom: 2px solid #ebaf2d;
  }
}
@media (min-width: 980px) and (max-width: 1190px) {
  #articlesAndVideosWrapper {
    background-color: white;
    color: black;
  }
  #articlesAndVideosWrapper #articlesAndVideosTitle {
    color: black;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 35px;
    font-size: 3.5rem;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
  }
  #articlesAndVideosWrapper section {
    margin-bottom: 40px;
    /*.grid{
                   .grid-item { width: 400px; background-color:@red; }
                  .grid-item--width2 { width: 600px;  background-color:@yellow; }
              }*/
  
  }
  #articlesAndVideosWrapper section #articlesAndVideosContent {
    min-height: 110px;
  }
  #articlesAndVideosWrapper section #articlesAndVideosContent .shadow {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  #articlesAndVideosWrapper section #articlesAndVideosContent .pub {
    right: 5%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  #articlesAndVideosWrapper section #articlesAndVideosContent .slideImage {
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 660px;
    text-align: center;
  }
  #articlesAndVideosWrapper section #articlesAndVideosContent .slideTextBox {
    position: absolute;
    top: 20%;
    left: 98px;
  }
  #articlesAndVideosWrapper section #articlesAndVideosContent .slideTextBox .contentType {
    margin-bottom: 12px;
  }
  #articlesAndVideosWrapper section #articlesAndVideosContent .slideTextBox .contentTitle {
    margin-bottom: 27px;
  }
  #articlesAndVideosWrapper section #articlesAndVideosContent .slideTextBox .contentTitle p {
    font-family: 'proxima_novablack';
    text-transform: uppercase;
    font-size: 65px;
    font-size: 6.5rem;
    line-height: 57px;
  }
  #articlesAndVideosWrapper section #articlesAndVideosContent .slideTextBox .seeMoreContent a {
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #articlesAndVideosWrapper section #articlesAndVideosContent .slideTextBox .seeMoreContent .yellowLine {
    width: 90px;
    height: 1px;
    border-bottom: 2px solid #ebaf2d;
  }
  #articlesAndVideosWrapper #articlesAndVideosList {
    margin-bottom: 40px;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .block-flex {
    display: flex;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer {
    background-color: black;
    position: relative;
    float: left;
    max-height: 500px;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .block-flex {
    display: flex;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text {
    /*position: relative;
                  float: left;*/
    height: 100%;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer {
    /*position: relative;
                      float: left;*/
    height: 100%;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .articleDate {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #ebaf2d;
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .contentType {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .textIntro {
    color: white;
    font-family: 'proxima_novalight';
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .textIntro a {
    color: white;
    font-family: 'proxima_novalight';
    font-size: 14px;
    font-size: 1.4rem;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .text {
    margin-top: 60px;
    color: white;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 32px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .text a {
    color: white;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 25px;
    font-size: 2.5rem;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .moreInfo {
    position: absolute;
    margin-left: 30px;
    margin-bottom: 10px;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .moreInfo a {
    color: white;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer .text .textContainer .moreInfo .line {
    border: 1px solid #ebaf2d;
    width: 80px;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer img {
    width: 100%;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer div a {
    width: 100%;
    height: 100%;
  }
  #articlesAndVideosWrapper #articlesAndVideosList .articlesAndVideosListContainer div a .imageArticle {
    background-position: center center;
    background-size: cover;
    height: 500px;
    position: relative;
    text-align: center;
    width: 100%;
  }
}


/******* 10_cookies.less *******/
/*Description: styles related to cookies bar styles.*/

/* Browser happy */

#cookiesBox {
  z-index: 9999999;
  width: 100%;
  margin-top: -30px;
  position: fixed;
  text-transform: uppercase;
  font-family: 'proxima_nova_rgbold';
  background: #d2d2d2;
  padding: 5px 10px!important;
}
#cookiesBox .actions {
  padding: 10px 10px;
}
#cookiesBox .actions a {
  color: gray;
  font-size: 11px;
  font-size: 1.1rem;
}
#cookiesBox .actions a:hover {
  text-decoration: underline;
}
#cookiesBox .actions a.cookieMore {
  float: left;
}
#cookiesBox .actions a.cookieClose {
  float: right;
}
#cookiesBox .actions a.cookieClose:before {
  content: "\f00d";
  font-family: "FontAwesome";
  padding-right: 5px;
}
#cookiesBox .text {
  padding: 10px 10px;
}
#cookiesBox .text span {
  color: #262626;
  font-size: 11px;
  font-size: 1.1rem;
}
@media (max-width: 700px) {
  #cookiesBox .actions a {
    font-size: 10px;
    font-size: 1rem;
  }
  #cookiesBox .text span {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 590px) {
  #cookiesBox .text {
    padding: 10px 10px;
  }
  #cookiesBox .actions {
    padding: 10px 10px !important ;
    text-align: right;
  }
  #cookiesBox .actions .cookieClose {
    float: unset !important;
  }
  #cookiesBox .actions .cookieClose:before {
    content: '\A';
    white-space: pre;
  }
  #cookiesBox .actions .cookieMore {
    float: unset !important;
  }
  #cookiesBox .actions .cookieMore:after {
    content: '\A';
    white-space: pre;
  }
}


/******* 10_sprite.less *******/
/**
 * Description: styles related to sprites.
 * User: ShareIT
 * Date: 12/Jan/2016
**/
#element {
  background-image: url(/css/images/sprite.png);
  background-repeat: no-repeat;
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
  
}


/******* 110_news.less *******/
#newsWrapper,
#newsWrapperMobile {
  background-color: white;
  color: black;
}
#newsWrapper section #newsContent,
#newsWrapperMobile section #newsContent,
#newsWrapper section #newsContentMobile,
#newsWrapperMobile section #newsContentMobile {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
#newsWrapper section #newsContent .newsItem,
#newsWrapperMobile section #newsContent .newsItem,
#newsWrapper section #newsContentMobile .newsItem,
#newsWrapperMobile section #newsContentMobile .newsItem {
  position: relative;
  float: left;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#newsWrapper section #newsContent .newsItem .itemContainer,
#newsWrapperMobile section #newsContent .newsItem .itemContainer,
#newsWrapper section #newsContentMobile .newsItem .itemContainer,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer {
  border-bottom: 1px solid gray;
  position: relative;
  float: left;
  width: 100%;
}
#newsWrapper section #newsContent .newsItem .itemContainer .newsImage,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .newsImage,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .newsImage,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .newsImage {
  margin-bottom: 0px;
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  position: relative;
  /*img {
                            height: 181px;
                            width: 100%;
                        }*/

}
#newsWrapper section #newsContent .newsItem .itemContainer .newsImage .contentType,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .newsImage .contentType,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .newsImage .contentType,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .newsImage .contentType {
  position: absolute;
  top: 0;
  right: 0;
}
#newsWrapper section #newsContent .newsItem .itemContainer .newsImage .imageItem,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .newsImage .imageItem,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .newsImage .imageItem,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .newsImage .imageItem {
  width: 285px;
  height: 180px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
#newsWrapper section #newsContent .newsItem .itemContainer .newsImage img:hover,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .newsImage img:hover,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .newsImage img:hover,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .newsImage img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#newsWrapper section #newsContent .newsItem .itemContainer .newsImage .imageItem:hover,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .newsImage .imageItem:hover,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .newsImage .imageItem:hover,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .newsImage .imageItem:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#newsWrapper section #newsContent .newsItem .itemContainer .date,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .date,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .date,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .date {
  position: relative;
  float: left;
  clear: both;
  color: gray;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
#newsWrapper section #newsContent .newsItem .itemContainer .date .contentType,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .date .contentType,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .date .contentType,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .date .contentType {
  position: absolute;
  top: -10px;
  right: 0px;
  z-index: 1000;
}
#newsWrapper section #newsContent .newsItem .itemContainer .title,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .title,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .title,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .title {
  position: relative;
  float: left;
  clear: both;
  color: #2c3947;
  font-family: 'proxima_novasemibold';
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  min-height: 100px;
}
#newsWrapper section #newsContent .newsItem .itemContainer .title a,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .title a,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .title a,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .title a {
  color: #2c3947;
  font-family: 'proxima_novasemibold';
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
}
#newsWrapper section #newsContent .newsItem .itemContainer .titleSponsor,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .titleSponsor,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .titleSponsor,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .titleSponsor {
  position: relative;
  float: none;
  clear: both;
  color: #2c3947;
  font-family: 'proxima_novasemibold';
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  min-height: 50px;
}
#newsWrapper section #newsContent .newsItem .itemContainer .titleSponsor a,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .titleSponsor a,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .titleSponsor a,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .titleSponsor a {
  color: #2c3947;
  font-family: 'proxima_novasemibold';
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
}
#newsWrapper section #newsContent .newsItem .itemContainer .summarySponsor,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .summarySponsor,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .summarySponsor,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .summarySponsor {
  min-height: 75px;
}
#newsWrapper section #newsContent .newsItem .itemContainer .summarySponsor a,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .summarySponsor a,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .summarySponsor a,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .summarySponsor a {
  color: black;
}
#newsWrapper section #newsContent .newsItem .itemContainer .moreInfo,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .moreInfo,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .moreInfo,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .moreInfo {
  margin-bottom: 20px;
  position: relative;
  float: left;
  clear: both;
}
#newsWrapper section #newsContent .newsItem .itemContainer .moreInfo a,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .moreInfo a,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .moreInfo a,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .moreInfo a {
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#newsWrapper section #newsContent .newsItem .itemContainer .moreInfo .line,
#newsWrapperMobile section #newsContent .newsItem .itemContainer .moreInfo .line,
#newsWrapper section #newsContentMobile .newsItem .itemContainer .moreInfo .line,
#newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .moreInfo .line {
  border: 1px solid #ebaf2d;
  width: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #newsWrapper section #newsContent .newsItem,
  #newsWrapperMobile section #newsContent .newsItem,
  #newsWrapper section #newsContentMobile .newsItem,
  #newsWrapperMobile section #newsContentMobile .newsItem {
    padding-right: 0px !important;
  }
}
@media (max-width: 991px) {
  #newsWrapper section #newsContent .newsItem .itemContainer,
  #newsWrapperMobile section #newsContent .newsItem .itemContainer,
  #newsWrapper section #newsContentMobile .newsItem .itemContainer,
  #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  #newsWrapper .padding,
  #newsWrapperMobile .padding {
    padding: 0px 0px 0px 0px;
  }
  #newsWrapper section #newsContent .newsItem .itemContainer,
  #newsWrapperMobile section #newsContent .newsItem .itemContainer,
  #newsWrapper section #newsContentMobile .newsItem .itemContainer,
  #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer {
    border-bottom: none;
  }
  #newsWrapper section #newsContent .newsItem .itemContainer .date,
  #newsWrapperMobile section #newsContent .newsItem .itemContainer .date,
  #newsWrapper section #newsContentMobile .newsItem .itemContainer .date,
  #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .date {
    font-family: 'proxima_nova_rgbold';
    margin-bottom: 8px;
    margin-top: 17px;
  }
  #newsWrapper section #newsContent .newsItem .itemContainer .newsImage a > div,
  #newsWrapperMobile section #newsContent .newsItem .itemContainer .newsImage a > div,
  #newsWrapper section #newsContentMobile .newsItem .itemContainer .newsImage a > div,
  #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .newsImage a > div {
    width: 100%;
  }
  #newsWrapper section #newsContent .newsItem .itemContainer .title,
  #newsWrapperMobile section #newsContent .newsItem .itemContainer .title,
  #newsWrapper section #newsContentMobile .newsItem .itemContainer .title,
  #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .title {
    font-family: 'proxima_novasemibold';
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 0px;
  }
  #newsWrapper section #newsContent .newsItem .itemContainer .title a,
  #newsWrapperMobile section #newsContent .newsItem .itemContainer .title a,
  #newsWrapper section #newsContentMobile .newsItem .itemContainer .title a,
  #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .title a {
    font-family: 'proxima_novasemibold';
    font-size: 15px;
    font-size: 1.5rem;
  }
  #newsWrapper section #newsContent .newsItem .itemContainer .titleSponsor,
  #newsWrapperMobile section #newsContent .newsItem .itemContainer .titleSponsor,
  #newsWrapper section #newsContentMobile .newsItem .itemContainer .titleSponsor,
  #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .titleSponsor {
    font-family: 'proxima_novasemibold';
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 0px;
  }
  #newsWrapper section #newsContent .newsItem .itemContainer .titleSponsor a,
  #newsWrapperMobile section #newsContent .newsItem .itemContainer .titleSponsor a,
  #newsWrapper section #newsContentMobile .newsItem .itemContainer .titleSponsor a,
  #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .titleSponsor a {
    font-family: 'proxima_novasemibold';
    font-size: 15px;
    font-size: 1.5rem;
  }
  #newsWrapper section #newsContent .newsItem .itemContainer .moreInfo,
  #newsWrapperMobile section #newsContent .newsItem .itemContainer .moreInfo,
  #newsWrapper section #newsContentMobile .newsItem .itemContainer .moreInfo,
  #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .moreInfo {
    padding-top: 14px;
    margin-bottom: 40px;
  }
}


/******* 111_news_daniel.less *******/
#newsHead {
  text-align: center;
  /*.img_stretch {
        
        width: 100%;
        max-height:599px;
    }*/

}
#newsHead .shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#newsContent,
#newsContentMobile {
  background-color: white;
  padding-top: 25px;
}
#newsContent .authorArticle,
#newsContentMobile .authorArticle {
  margin-bottom: 120px;
}
#newsContent .authorArticle .title,
#newsContentMobile .authorArticle .title {
  font-family: "proxima_nova_rgbold";
  color: black;
  font-size: 13px;
  font-size: 1.3rem;
}
#newsContent .authorArticle label,
#newsContentMobile .authorArticle label {
  font-family: "proxima_nova_rgregular";
  color: black;
  font-size: 13px;
  font-size: 1.3rem;
}
#newsContent #left_column .separator,
#newsContentMobile #left_column .separator {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid gray;
  width: 100%;
}
#newsContent #left_column .left_column_titles,
#newsContentMobile #left_column .left_column_titles {
  font-family: 'proxima_nova_rgbold';
  color: #2a384f;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
}
#newsContent #left_column #tagsList > ul > li,
#newsContentMobile #left_column #tagsList > ul > li {
  font-family: 'proxima_novasemibold';
  font-size: 12px;
  font-size: 1.2rem;
  color: #9d9d9d;
  line-height: 1.2em;
  margin-top: 15px;
  display: inline-flex;
  padding: 3px 10px 3px 10px;
  border: 2px solid #9d9d9d;
  border-radius: 6px;
}
#newsContent #left_column #tagsList > ul > li a,
#newsContentMobile #left_column #tagsList > ul > li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #9d9d9d;
  line-height: 1.2em;
}
#newsContent #left_column #tagsList > ul > li:hover,
#newsContentMobile #left_column #tagsList > ul > li:hover {
  background-color: #9e9e9e;
}
#newsContent #left_column #tagsList > ul > li:hover a,
#newsContentMobile #left_column #tagsList > ul > li:hover a {
  color: white;
}
#newsContent #left_column #shares > ul > li,
#newsContentMobile #left_column #shares > ul > li {
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 17px;
  font-size: 1.7rem;
  /*div {
                color: gray;
                display: inline-flex;
                padding: 4px 20px 3px 20px;
                border: 1px solid gray;
                border-radius: 5px;
            }

            .faceBK {
                background-color: #3251A2;
                border: 1px solid #3251A2;
                color: white;
                padding: 4px 10px 3px 30px;
            }

            .tweetBK {
                background-color: #21D8F9;
                border: 1px solid #21D8F9;
                color: white;
                padding: 4px 10px 3px 30px;
            }*/

}
#newsContent #left_column #sources li,
#newsContentMobile #left_column #sources li {
  float: left;
  width: 50%;
}
#newsContent #left_column #sources .source,
#newsContentMobile #left_column #sources .source {
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  font-size: 1.2rem;
  color: #7a8687;
  line-height: 2.1em;
}
#newsContent #left_column #poweredByContainer li,
#newsContentMobile #left_column #poweredByContainer li {
  display: inline-flex;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
}
#newsContent #left_column #socialContainer li,
#newsContentMobile #left_column #socialContainer li {
  display: inline-flex;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
#newsContent #center_column .summary,
#newsContentMobile #center_column .summary {
  font-family: 'proxima_novasemibold';
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4em;
  color: #0b0c0d;
  padding-bottom: 15px;
}
#newsContent #center_column .body,
#newsContentMobile #center_column .body {
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  font-size: 1.6rem;
  color: #7a8687;
  line-height: 1.6em;
  padding-top: 15px;
}
#newsContent #center_column .body iframe,
#newsContentMobile #center_column .body iframe {
  width: 100%;
}
#newsContent #center_column .body div,
#newsContentMobile #center_column .body div {
  color: #7a8687;
}
#newsContent #center_column .body .articleBody,
#newsContentMobile #center_column .body .articleBody {
  color: #7a8687;
}
#newsContent #center_column .body .articleBody .node-titulo,
#newsContentMobile #center_column .body .articleBody .node-titulo {
  color: #7a8687;
}
#newsContent #center_column .body .articleBody .node-subtitulo,
#newsContentMobile #center_column .body .articleBody .node-subtitulo {
  color: #7a8687;
}
#newsContent #center_column .body .text_exposed_show,
#newsContentMobile #center_column .body .text_exposed_show {
  color: #7a8687;
}
#newsContent #center_column .body p,
#newsContentMobile #center_column .body p {
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  padding-bottom: 15px;
}
#newsContent #center_column .body em,
#newsContentMobile #center_column .body em {
  font-family: 'proxima_novasemibold_italic';
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
#newsContent #center_column .body a,
#newsContentMobile #center_column .body a {
  line-height: inherit;
  color: blue;
  text-decoration: underline;
  font-family: inherit;
  font-size: inherit;
}
#newsContent #center_column .body span,
#newsContentMobile #center_column .body span {
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
#newsContent #center_column .highlight_img img,
#newsContentMobile #center_column .highlight_img img {
  width: 100%;
  height: 150px;
}
#newsContent #center_column .highlight_img .highlight_logo,
#newsContentMobile #center_column .highlight_img .highlight_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#newsContent #center_column .highlight_img .highlight_logo img,
#newsContentMobile #center_column .highlight_img .highlight_logo img {
  height: 42px;
  width: 42px;
}
#newsContent #center_column .highlight_img .highlight_wave,
#newsContentMobile #center_column .highlight_img .highlight_wave {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
#newsContent #center_column .highlight_img .highlight_wave img,
#newsContentMobile #center_column .highlight_img .highlight_wave img {
  height: 11px;
  width: 77px;
}
#newsContent #center_column .topic,
#newsContentMobile #center_column .topic {
  height: 150px;
  color: white;
  background-color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 27px;
  font-size: 2.7rem;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#newsContent .mobileSocial,
#newsContentMobile .mobileSocial {
  display: none;
}
#newsContent .mobileSocial .separator,
#newsContentMobile .mobileSocial .separator {
  margin-top: 40px !important;
  margin-bottom: 20px;
  border-bottom: 1px solid gray;
  width: 100%;
}
#newsContent .mobileSocial .left_column_titles,
#newsContentMobile .mobileSocial .left_column_titles {
  font-family: 'proxima_nova_rgbold';
  color: #2a384f;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
}
#newsContent .mobileSocial #tagsList > ul > li,
#newsContentMobile .mobileSocial #tagsList > ul > li {
  font-family: 'proxima_novasemibold';
  font-size: 12px;
  font-size: 1.2rem;
  color: #9d9d9d;
  line-height: 1.2em;
  margin-top: 15px;
  display: inline-flex;
  padding: 3px 10px 3px 10px;
  border: 2px solid #9d9d9d;
  border-radius: 6px;
}
#newsContent .mobileSocial #shares > ul > li,
#newsContentMobile .mobileSocial #shares > ul > li {
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 17px;
  font-size: 1.7rem;
  /*div {
                color: gray;
                display: inline-flex;
                padding: 4px 20px 3px 20px;
                border: 1px solid gray;
                border-radius: 5px;
            }

            .faceBK {
                background-color: #3251A2;
                border: 1px solid #3251A2;
                color: white;
                padding: 4px 10px 3px 30px;
            }

            .tweetBK {
                background-color: #21D8F9;
                border: 1px solid #21D8F9;
                color: white;
                padding: 4px 10px 3px 30px;
            }*/

}
#newsContent .mobileSocial #sources li,
#newsContentMobile .mobileSocial #sources li {
  float: left;
  width: 50%;
}
#newsContent .mobileSocial #sources .source,
#newsContentMobile .mobileSocial #sources .source {
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  font-size: 1.2rem;
  color: #7a8687;
  line-height: 2.1em;
}
#newsContent .mobileSocial #poweredByContainer li,
#newsContentMobile .mobileSocial #poweredByContainer li {
  display: inline-flex;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
}
#newsContent .mobileSocial #socialContainer li,
#newsContentMobile .mobileSocial #socialContainer li {
  display: inline-flex;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
#newsContent #right_column,
#newsContentMobile #right_column {
  position: relative;
  float: left;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#newsContent #right_column .pub,
#newsContentMobile #right_column .pub {
  max-width: 300px;
}
#newsContent #right_column .pub .pubContainer img,
#newsContentMobile #right_column .pub .pubContainer img {
  max-width: 300px;
  max-height: 250px;
}
#newsContent #right_column .pub .pubText,
#newsContentMobile #right_column .pub .pubText {
  float: right;
  padding-top: 5px;
  font-family: 'proxima_nova_rgregular';
  color: gray;
  font-size: 12px;
  font-size: 1.2rem;
}
#newsContent #right_column .similarTitle,
#newsContentMobile #right_column .similarTitle {
  padding-top: 30px;
}
#newsContent #right_column .similarTitle > div,
#newsContentMobile #right_column .similarTitle > div {
  color: black;
  font-family: 'proxima_novasemibold';
  text-transform: uppercase;
  font-size: 25px;
  font-size: 2.5rem;
  padding-bottom: 10px;
}
#newsContent #right_column .itemContainer,
#newsContentMobile #right_column .itemContainer {
  border-bottom: 1px solid gray;
  width: 100%;
}
#newsContent #right_column .itemContainer .date,
#newsContentMobile #right_column .itemContainer .date {
  color: gray;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-top: 20px;
}
#newsContent #right_column .itemContainer .title,
#newsContentMobile #right_column .itemContainer .title {
  /* color: #2C3947;*/
  color: black;
  font-family: 'proxima_novasemibold';
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
}
#newsContent #right_column .itemContainer .moreInfo,
#newsContentMobile #right_column .itemContainer .moreInfo {
  margin-top: 10px;
  margin-bottom: 20px;
}
#newsContent #right_column .itemContainer .moreInfo a,
#newsContentMobile #right_column .itemContainer .moreInfo a {
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#newsContent #right_column .itemContainer .moreInfo .line,
#newsContentMobile #right_column .itemContainer .moreInfo .line {
  border: 1px solid #ebaf2d;
  width: 70px;
}
#articleDetailContainer {
  background-color: white;
  color: black;
}
#articleDetailContainer section #VideoHead {
  text-align: center;
}
#articleDetailContainer section #VideoHead .img_stretch {
  width: 100%;
  height: 600px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
#articleDetailContainer section #VideoHead #player_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#articleDetailContainer section #VideoHead #VideoContent {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}
#articleDetailContainer section #VideoHead #VideoContent .outer {
  display: table;
  text-align: center;
  height: 100%;
  width: 100%;
}
#articleDetailContainer section #VideoHead #VideoContent .outer .middle {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
#articleDetailContainer section #VideoHead #VideoContent .outer .middle iframe {
  height: 100%;
  width: 100%;
}
#articleDetailContainer section #VideoHead .logo :hover {
  cursor: pointer;
}
#articleDetailContainer section #newsHead {
  overflow: hidden;
}
#articleDetailContainer section #newsHead div .img_stretch {
  width: 100%;
  height: 600px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
#articleDetailContainer section #newsHead div .newsTitle,
#articleDetailContainer section #newsHead div .newsTitle {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}
#articleDetailContainer section #newsHead div .newsTitle .outer,
#articleDetailContainer section #newsHead div .newsTitle .outer {
  display: table;
  text-align: center;
  height: 100%;
  width: 100%;
}
#articleDetailContainer section #newsHead div .newsTitle .outer .middle,
#articleDetailContainer section #newsHead div .newsTitle .outer .middle {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
#articleDetailContainer section #newsHead div .newsTitle .outer .middle .topic,
#articleDetailContainer section #newsHead div .newsTitle .outer .middle .topic {
  display: inline-block;
  width: 60%;
  padding: 20px;
  font-family: 'proxima_novablack';
  color: white;
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 1em;
  text-transform: uppercase;
}
#articleDetailContainer section #newsHead div .newsTitle .outer .middle .date,
#articleDetailContainer section #newsHead div .newsTitle .outer .middle .date {
  padding-top: 20px;
  font-family: 'proxima_nova_rgbold';
  color: white;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
}
#articleDetailContainer section #newsHead div .newsTitle .outer .middle .arrow,
#articleDetailContainer section #newsHead div .newsTitle .outer .middle .arrow {
  padding-top: 50px;
}
#articleDetailContainer section #newsHead div .newsTitle .outer .middle .whitebox,
#articleDetailContainer section #newsHead div .newsTitle .outer .middle .whitebox {
  position: absolute;
  bottom: 0px;
  height: 10%;
  width: 60%;
  margin-left: -30%;
  left: 50%;
  background-color: white;
}
@media (max-width: 991px) {
  #newsContent #left_column,
  #newsContentMobile #left_column {
    display: none;
  }
  #newsContent #right_column,
  #newsContentMobile #right_column {
    display: block;
  }
  #newsContent #right_column .pub,
  #newsContentMobile #right_column .pub {
    display: none;
  }
  #newsContent .mobileSocial,
  #newsContentMobile .mobileSocial {
    display: block;
    margin-top: 20px;
  }
  #newsContent .content,
  #newsContentMobile .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  #articleDetailContainer {
    background-color: white;
    color: black;
  }
  #articleDetailContainer section #VideoHead .img_stretch {
    height: 600px;
  }
  #articleDetailContainer section #newsHead div .img_stretch {
    width: 100%;
    height: 450px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
  }
  #articleDetailContainer section #newsHead div #newsTitle,
  #articleDetailContainer section #newsHead div .newsTitle {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer,
  #articleDetailContainer section #newsHead div .newsTitle .outer {
    display: table;
    text-align: center;
    height: 100%;
    width: 100%;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer .middle,
  #articleDetailContainer section #newsHead div .newsTitle .outer .middle {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer .middle .topic,
  #articleDetailContainer section #newsHead div .newsTitle .outer .middle .topic {
    display: inline-block;
    width: 60%;
    padding: 0;
    font-family: 'proxima_novablack';
    color: white;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1em;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer .middle .date,
  #articleDetailContainer section #newsHead div .newsTitle .outer .middle .date {
    padding-top: 20px;
    font-family: 'proxima_nova_rgbold';
    color: white;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer .middle .arrow,
  #articleDetailContainer section #newsHead div .newsTitle .outer .middle .arrow {
    padding-top: 50px;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer .middle .whitebox,
  #articleDetailContainer section #newsHead div .newsTitle .outer .middle .whitebox {
    position: absolute;
    bottom: 0px;
    height: 10%;
    width: 60%;
    margin-left: -30%;
    left: 50%;
    background-color: white;
  }
}
@media (max-width: 767px) {
  #newsContent #left_column,
  #newsContentMobile #left_column {
    display: none;
  }
  #newsContent #right_column,
  #newsContentMobile #right_column {
    display: block;
  }
  #newsContent #right_column .pub,
  #newsContentMobile #right_column .pub {
    display: none;
  }
  #newsContent .mobileSocial,
  #newsContentMobile .mobileSocial {
    display: block;
    margin-top: 20px;
  }
  #newsContent .content,
  #newsContentMobile .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  #articleDetailContainer {
    background-color: white;
    color: black;
  }
  #articleDetailContainer section #VideoHead .img_stretch {
    height: 450px;
  }
  #articleDetailContainer section #newsHead div .img_stretch {
    width: 100%;
    height: 450px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
  }
  #articleDetailContainer section #newsHead div #newsTitle,
  #articleDetailContainer section #newsHead div .newsTitle {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer,
  #articleDetailContainer section #newsHead div .newsTitle .outer {
    display: table;
    text-align: center;
    height: 100%;
    width: 100%;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer .middle,
  #articleDetailContainer section #newsHead div .newsTitle .outer .middle {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer .middle .topic,
  #articleDetailContainer section #newsHead div .newsTitle .outer .middle .topic {
    display: inline-block;
    width: 60%;
    padding: 0;
    font-family: 'proxima_novablack';
    color: white;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1em;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer .middle .date,
  #articleDetailContainer section #newsHead div .newsTitle .outer .middle .date {
    padding-top: 20px;
    font-family: 'proxima_nova_rgbold';
    color: white;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer .middle .arrow,
  #articleDetailContainer section #newsHead div .newsTitle .outer .middle .arrow {
    padding-top: 50px;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer .middle .whitebox,
  #articleDetailContainer section #newsHead div .newsTitle .outer .middle .whitebox {
    position: absolute;
    bottom: 0px;
    height: 10%;
    width: 60%;
    margin-left: -30%;
    left: 50%;
    background-color: white;
  }
}
@media (min-width: 980px) and (max-width: 1190px) {
  #newsContent .content,
  #newsContentMobile .content {
    width: 100%;
  }
  #newsContent #left_column,
  #newsContentMobile #left_column {
    display: none;
  }
  #newsContent #right_column,
  #newsContentMobile #right_column {
    display: block;
  }
  #newsContent #right_column .pub,
  #newsContentMobile #right_column .pub {
    display: none;
  }
  #newsContent .mobileSocial,
  #newsContentMobile .mobileSocial {
    display: block;
    margin-top: 20px;
  }
  #newsContent .content,
  #newsContentMobile .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  #articleDetailContainer {
    background-color: white;
    color: black;
  }
  #articleDetailContainer section #VideoHead .img_stretch {
    height: 600px;
  }
  #articleDetailContainer section #newsHead div .img_stretch {
    width: 100%;
    height: 450px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
  }
  #articleDetailContainer section #newsHead div #newsTitle,
  #articleDetailContainer section #newsHead div .newsTitle {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer,
  #articleDetailContainer section #newsHead div .newsTitle .outer {
    display: table;
    text-align: center;
    height: 100%;
    width: 100%;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer .middle,
  #articleDetailContainer section #newsHead div .newsTitle .outer .middle {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer .middle .topic,
  #articleDetailContainer section #newsHead div .newsTitle .outer .middle .topic {
    display: inline-block;
    width: 60%;
    padding: 0;
    font-family: 'proxima_novablack';
    color: white;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1em;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer .middle .date,
  #articleDetailContainer section #newsHead div .newsTitle .outer .middle .date {
    padding-top: 20px;
    font-family: 'proxima_nova_rgbold';
    color: white;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer .middle .arrow,
  #articleDetailContainer section #newsHead div .newsTitle .outer .middle .arrow {
    padding-top: 50px;
  }
  #articleDetailContainer section #newsHead div #newsTitle .outer .middle .whitebox,
  #articleDetailContainer section #newsHead div .newsTitle .outer .middle .whitebox {
    position: absolute;
    bottom: 0px;
    height: 10%;
    width: 60%;
    margin-left: -30%;
    left: 50%;
    background-color: white;
  }
}


/******* 115_mercedes.less *******/
#mercedesWrapper {
  background-color: white;
  color: black;
}
#mercedesWrapper section #mercedesContent {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
#mercedesWrapper section #mercedesContent .itens {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer {
  height: 100%;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem {
  background-color: #f7f7f7;
  margin-top: 25%;
  margin-bottom: 20%;
  margin-left: 15%;
  margin-right: 15%;
  height: 400px;
  position: relative;
  float: left;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .cutImage {
  position: relative;
  float: left;
  overflow: hidden;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .cutImage .image {
  position: relative;
  float: left;
  margin-top: -30px;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .cutImage .image .mercHover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .cutImage .image .mercHover img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .cutImage .image:hover {
  opacity: 0.9;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .cutImage .image:hover .mercHover {
  visibility: visible;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .line {
  position: relative;
  float: left;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid black;
  width: 55px;
  margin-left: 20px;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .title {
  position: relative;
  float: left;
  clear: both;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .title a {
  color: #2c3947;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .text {
  position: relative;
  float: left;
  clear: both;
  color: #798587;
  font-family: 'proxima_novalight';
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .type {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: black;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#mercedesWrapper section #mercedesContent .Slider .slick-dots li button:before {
  color: gray;
  font-size: 50px;
}
#mercedesWrapper section #mercedesContent .Slider .slick-dots li.slick-active button:before {
  color: orange;
}
#mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent {
  background-repeat: no-repeat;
}
#mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .mercedesSliderImage {
  filter: brightness(60%);
  width: 100%!important;
}
#mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .headerContainer {
  position: absolute;
  padding-top: 20px;
  z-index: 2;
  background-repeat: no-repeat;
}
#mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .headerContainer .videoContainer {
  margin-left: 30px;
}
#mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .headerContainer .videoContainer span {
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
}
#mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .headerContainer .videoContainer .yellowLine {
  width: 105px;
  border-bottom: 2px solid #ebaf2d;
}
#mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .headerContainer .logoContainer {
  margin-bottom: 12px;
  margin-left: 30px;
}
#mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .headerContainer .titleContainer {
  padding-top: 20px;
  margin-bottom: 27px;
}
#mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .headerContainer .titleContainer p {
  font-family: 'proxima_novablack';
  text-transform: uppercase;
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 57px;
  margin-left: 30px;
}
#mercedesGuideWrapper #mainSlideShowContainer #mainVideo {
  height: 900px;
}
#mercedesGuideWrapper #mainSlideShowContainer #mainVideo iframe {
  height: 100%;
  width: 100%;
}
#mercedesGuideWrapper #paragraphContainer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: white;
}
#mercedesGuideWrapper #paragraphContainer h2 {
  font-family: 'proxima_nova_rgbold';
  font-size: 25px;
  font-size: 2.5rem;
  color: black;
  padding-bottom: 20px;
}
#mercedesGuideWrapper #paragraphContainer p,
#mercedesGuideWrapper #paragraphContainer span {
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  font-size: 1.6rem;
  color: #7a8687;
}
#mercedesGuideWrapper #mapsContainer {
  background-color: black;
}
#mercedesGuideWrapper #mapsContainer #placesSlider {
  background-color: transparent;
}
#mercedesGuideWrapper #mapsContainer #placesSlider .placesContent {
  background-color: transparent;
}
#mercedesGuideWrapper #mapsContainer #placesSlider .placesContent .placesImage {
  width: 100%;
  background-color: white;
  background-repeat: no-repeat;
}
#mercedesGuideWrapper #mapsContainer #placesSlider .placesContent .placesDescription {
  padding-left: 20px !important;
  padding-right: 20px!important;
}
#mercedesGuideWrapper #mapsContainer #placesSlider .placesContent .placesDescription .stepsStatus {
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  font-size: 1.2rem;
  color: #efd536;
  line-height: 20px;
  padding-top: 13px;
}
#mercedesGuideWrapper #mapsContainer #placesSlider .placesContent .placesDescription .geolocation .text {
  text-align: end;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  font-size: 1.2rem;
  color: #7a8687;
}
#mercedesGuideWrapper #mapsContainer #placesSlider .placesContent .placesDescription .geolocation #iconSatelite {
  margin-top: 7px;
  margin-left: 10px;
  background-image: url(/media/3783607/satelite.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
#mercedesGuideWrapper #mapsContainer #placesSlider .placesContent .placesDescription .title {
  font-family: 'proxima_nova_rgbold';
  font-size: 25px;
  font-size: 2.5rem;
  color: white;
  padding-left: 25px !important;
  padding-right: 25px !important;
  text-align: justify;
}
#mercedesGuideWrapper #mapsContainer #placesSlider .placesContent .placesDescription .description {
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 25px !important;
  padding-right: 25px !important;
  word-break: break-word;
}
#mercedesGuideWrapper #mapsContainer #placesSlider .placesContent .placesDescription .description p,
#mercedesGuideWrapper #mapsContainer #placesSlider .placesContent .placesDescription .description span {
  color: #7a8687;
}
#mercedesGuideWrapper #mapsContainer #placesSlider .placesContent .placesDescription div {
  padding-top: 10px;
}
#mercedesGuideWrapper #mapsContainer #mapsSlider li img {
  width: 100%;
}
#mercedesGuideWrapper #mapsContainer #mapsSlider .mapsContent {
  height: 400px;
  background-repeat: no-repeat;
}
#mercedesGuideWrapper #mapsContainer #arrowsContainer {
  margin-top: 280px;
  text-align: end;
  margin-left: 20px;
  position: absolute;
}
#mercedesGuideWrapper #mapsContainer #arrowsContainer #prevBtn {
  margin-left: 90%;
  height: 50px;
  width: 50px;
  background-image: url(/media/3783606/bt_left.png);
}
#mercedesGuideWrapper #mapsContainer #arrowsContainer #prevBtn:hover {
  background-image: url(/media/3783604/bt_left_hover.png);
  cursor: pointer;
}
#mercedesGuideWrapper #mapsContainer #arrowsContainer #nextBtn {
  margin-left: 90%;
  height: 50px;
  width: 50px;
  background-image: url(/media/3783608/bt_right.png);
}
#mercedesGuideWrapper #mapsContainer #arrowsContainer #nextBtn:hover {
  background-image: url(/media/3783605/bt_right_hover.png);
  cursor: pointer;
}
#mercedesGuideWrapper #secundarySlideShowContainer .thumbSliderImageContainer {
  background-repeat: no-repeat;
}
#mercedesGuideWrapper #secundarySlideShowContainer .thumbSliderThumbnailContainer {
  cursor: pointer;
}
#mercedesGuideWrapper #relatedGuidesContainer .header {
  font-family: 'proxima_nova_rgbold';
  font-size: 50px;
  font-size: 5rem;
  padding-top: 50px;
  color: white;
  text-align: center;
}
@media (max-width: 991px) {
  #mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent {
    background-repeat: no-repeat;
    height: 400px;
  }
  #mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .mercedesSliderImage {
    filter: brightness(60%);
    height: 400px;
  }
  #mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .headerContainer {
    padding-top: 0px!important;
    text-align: center;
  }
  #mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .headerContainer .logoContainer {
    margin-top: 110px !important;
    width: 180px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  #mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .headerContainer .videoContainer {
    margin-left: 0px;
  }
  #mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .headerContainer .videoContainer .yellowLine {
    display: table;
    margin: 0 auto;
  }
  #mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .titleContainer {
    padding-top: 10px!important;
  }
  #mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .titleContainer p {
    font-size: 2.5rem!important;
    line-height: 30px!important;
    margin-left: 0px!important;
  }
  #mercedesGuideWrapper #mainSlideShowContainer #mainVideo {
    height: 600px;
  }
  #mercedesGuideWrapper #paragraphContainer div {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #mercedesGuideWrapper #paragraphContainer h2 {
    font-size: 25px;
    font-size: 2.5rem;
    padding-top: 20px;
  }
  #mercedesGuideWrapper #paragraphContainer p,
  #mercedesGuideWrapper #paragraphContainer span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #mercedesGuideWrapper #mapsContainer #placesSlider .placesContent .placesDescription .description {
    padding-bottom: 20px;
  }
  #mercedesGuideWrapper #relatedGuidesContainer .header {
    font-size: 40px;
    font-size: 4rem;
  }
  #mercedesGuideWrapper #relatedGuidesContainer .bx-viewport {
    background-color: transparent !important;
  }
  #mercedesGuideWrapper #relatedGuidesContainer .bx-viewport ul li {
    background-color: transparent !important;
  }
  #mercedesGuideWrapper #relatedGuidesContainer .bx-wrapper {
    width: 100%;
  }
  #mercedesGuideWrapper #relatedGuidesContainer .bx-wrapper .bx-controls {
    position: relative;
    top: -15px;
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  #mercedesGuideWrapper #relatedGuidesContainer .bx-wrapper .bx-controls .bx-pager {
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  #mercedesGuideWrapper #relatedGuidesContainer .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
    background-color: gray;
  }
  #mercedesGuideWrapper #relatedGuidesContainer .bx-wrapper .bx-controls .bx-pager .active {
    background-color: orange;
  }
}
@media (max-width: 350px) {
  #mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .text {
    font-size: 0.9rem!important;
    margin-right: 5px!important;
    margin-left: 5px!important;
  }
}
@media (max-width: 200px) {
  #mercedesGuideWrapper #mainSlideShowContainer #mainSlideShowContent .titleContainer p {
    font-size: 1.5rem!important;
    line-height: 20px;
  }
}


/******* 120_store.less *******/
#storeWrapper {
  background-color: white;
  color: black;
}
#storeWrapper section #storeContent {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
#storeWrapper section #storeContent .storeInfo {
  position: relative;
  float: left;
}
#storeWrapper section #storeContent .storeInfo .infoContainer {
  padding-top: 20%;
  padding-left: 20%;
  padding-right: 20%;
  height: 60%;
}
#storeWrapper section #storeContent .storeInfo .infoContainer div {
  color: black;
}
#storeWrapper section #storeContent .storeInfo .infoContainer .storeTitle {
  color: #1e1e1e;
  font-size: 53px;
  font-size: 5.3rem;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
  margin-bottom: 20px;
}
#storeWrapper section #storeContent .storeInfo .infoContainer .storeText {
  color: #798587;
  font-family: 'proxima_novalight';
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
#storeWrapper section #storeContent .storeInfo .infoContainer .storeText p {
  color: #798587;
  font-family: 'proxima_novalight';
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
#storeWrapper section #storeContent .storeInfo .infoContainer .storeLink {
  position: relative;
  float: left;
}
#storeWrapper section #storeContent .storeInfo .infoContainer .storeLink a {
  color: #1e1e1e;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
}
#storeWrapper section #storeContent .storeInfo .infoContainer .storeLink .line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: 1px solid #ebaf2d;
  width: 130px;
}
#storeWrapper section #storeContent .storeItem {
  /*background-color: @white;
                    background: url(/images/2016/store/storeBackground.png) no-repeat center center fixed; 
                    -webkit-background-size: cover;
                    -moz-background-size: cover;
                    -o-background-size: cover;
                    background-size: cover;*/
  text-align: center;
  position: relative;
  float: left;
}
#storeWrapper section #storeContent .storeItem .product {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-top: 18%;
  padding-bottom: 20%;
  height: 60%;
}
#storeWrapper section #storeContent .storeItem .product div {
  color: black;
  width: 100%;
  text-align: center;
}
#storeWrapper section #storeContent .storeItem .product .brand {
  min-height: 56px;
}
#storeWrapper section #storeContent .storeItem .product .title {
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
  color: #13130f;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'proxima_novalight';
  margin-bottom: 10px;
}
#storeWrapper section #storeContent .storeItem .product .image {
  margin-bottom: 10px;
}
#storeWrapper section #storeContent .storeItem .product .beforePrice {
  color: #7f7f7f;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'proxima_novalight';
  text-decoration: line-through;
  margin-bottom: 10px;
}
#storeWrapper section #storeContent .storeItem .product .price {
  color: #0099ab;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'proxima_novalight';
  margin-bottom: 10px;
}
#storeWrapper section #storeContent .storeItem .product .buyLink {
  position: relative;
  float: left;
}
#storeWrapper section #storeContent .storeItem .product .buyLink a {
  color: #1e1e1e;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  border-bottom: 2px solid #0099ab;
  margin-bottom: 0px;
}


/******* 125_app.less *******/
#appWrapper {
  background-color: white;
  color: black;
}
#appWrapper section #appContent {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
}
#appWrapper section #appContent .center {
  position: relative;
  float: left;
  margin-left: 30%;
  margin-right: 30%;
  width: 40%;
}
#appWrapper section #appContent .center .appImage {
  position: relative;
  float: left;
  width: 50%;
}
#appWrapper section #appContent .center .appInfo {
  position: relative;
  float: left;
  width: 50%;
  margin-top: 8%;
}
#appWrapper section #appContent .center .appInfo div {
  color: black;
  position: relative;
  float: left;
  clear: both;
}
#appWrapper section #appContent .center .appInfo .title {
  color: black;
  font-family: 'proxima_novalight';
  font-size: 49px;
  font-size: 4.9rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#appWrapper section #appContent .center .appInfo .text {
  color: #7a8586;
  font-family: 'proxima_novalight';
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#appWrapper section #appContent .center .appInfo .getApp {
  width: 250px;
}
#appWrapper section #appContent .center .appInfo .getApp div {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  float: left;
  clear: none;
}
@media (max-width: 991px) {
  #appWrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  #appWrapper {
    display: none;
  }
}


/******* 130_footer.less *******/
/* Footer */

#footer {
  background-color: black;
  color: black;
  margin: 30px auto 0 auto;
}
#footer .footerTop {
  margin-top: 20px;
}
#footer .line {
  border-bottom: 1px solid #3c3d41;
}
#footer .col-xs-12 {
  padding-left: 120px;
  padding-right: 120px;
  margin-bottom: 30px;
}
#footer .col-xs-12 .links {
  display: none;
}
#footer div {
  border-top: 1px solid black;
}
#footer div .poweredBy {
  position: relative;
  float: left;
}
#footer div .poweredBy div {
  position: relative;
  float: left;
}
#footer div .poweredBy .poweredByContainer {
  position: absolute;
  top: 0;
  right: 0;
}
#footer div .poweredBy .poweredByContainer .title {
  color: gray;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  font-size: 1.2rem;
}
#footer div .poweredBy .poweredByContainer .brands ul {
  position: relative;
  top: -3px;
}
#footer div .poweredBy .poweredByContainer .brands ul li {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
#footer div #bottomMenuContainer .pageLevel2 li {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}
#footer div #bottomMenuContainer .pageLevel2 li a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}
#footer div #bottomMenuContainer .pageLevel2 li ul li a {
  color: gray;
  font-family: 'proxima_nova_rgbold';
  text-transform: none;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer div .links {
  margin-top: 19px;
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
  color: #ece94b;
}
#footer div .links .copyrights {
  font-size: 10px;
  font-size: 1rem;
  color: #ece94b;
}
#footer div .links ul li {
  float: left;
  margin-left: 20px;
}
#footer div .links ul li a {
  color: gray;
  font-family: 'proxima_nova_rgregular';
  font-size: 11px;
  font-size: 1.1rem;
}
#footer div .socialContainer {
  position: relative;
  float: left;
  width: 100%;
}
#footer div .socialContainer .right {
  position: absolute;
  top: 0;
  right: 0px;
}
#footer div .socialContainer .right div {
  position: relative;
  float: left;
}
#footer div .socialContainer .right .text {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 4px;
}
#footer div .socialContainer .right .linksMobile2 {
  display: none;
}
#footer div .socialContainer .right #socialMedia {
  margin-left: 20px;
}
#footer div .socialContainer .right #socialMedia li a #linktwitter {
  padding-bottom: 1px;
}
#footer div .socialContainer .right #socialMedia li a #linkInstagram {
  margin-left: 5px;
  width: 15px;
  height: 15px;
}
.footerEmail {
  margin-top: 10px;
}
#socialMedia > li {
  margin-right: 5px;
}
@media (max-width: 991px) {
  #footer .footerTop {
    margin-top: 0px;
  }
  #footer .col-xs-12 {
    padding-left: 15px;
    padding-right: 5px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #footer .col-xs-12 .links {
    display: block;
    width: 50%;
    position: relative;
    float: left;
    clear: none;
    margin-top: 7px;
  }
  #footer .col-xs-12 .socialContainer {
    width: 50%;
    position: relative;
    float: left;
    clear: none;
  }
  #footer .col-xs-12 .socialContainer .right .linksMobile2 {
    display: none;
  }
  #footer div .links {
    display: none;
  }
}
@media (max-width: 767px) {
  #footer {
    background-color: black;
    color: black;
    margin: 27px auto 0 auto;
  }
  #footer .footerTop {
    margin-top: 0px;
  }
  #footer .line {
    border-bottom: 1px solid #3c3d41;
  }
  #footer .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #footer .col-xs-12 .links {
    display: none;
  }
  #footer .col-xs-12 .socialContainer {
    width: 100%;
  }
  #footer .col-xs-12 .socialContainer .right .linksMobile2 {
    display: block;
    margin-top: 19px;
    text-align: left;
    font-size: 11px;
    font-size: 1.1rem;
    color: #ece94b;
  }
  #footer .col-xs-12 .socialContainer .right .linksMobile2 #link {
    margin-bottom: 5px;
  }
  #footer .col-xs-12 .socialContainer .right .linksMobile2 #link li {
    float: left;
    margin-left: 20px;
  }
  #footer .col-xs-12 .socialContainer .right .linksMobile2 #link li a {
    color: gray;
    font-family: "proxima_nova_rgregular";
    font-size: 1.1rem;
  }
  #footer .col-xs-12 .socialContainer .right .linksMobile2 .copyrights {
    font-size: 10px;
    font-size: 1rem;
    color: #ece94b;
  }
  #footer div .links {
    display: none;
  }
  #footer div {
    margin: 0;
    padding: 0;
  }
  #footer div .poweredBy {
    position: relative;
    float: left;
    width: 100%;
  }
  #footer div .poweredBy div {
    position: initial;
    float: none;
  }
  #footer div .poweredBy .poweredByContainer {
    position: initial;
    width: 100%;
    padding-top: 34px;
    padding-bottom: 14px;
  }
  #footer div .poweredBy .poweredByContainer .title {
    color: #3c3d41;
    font-family: 'proxima_nova_rgregular';
    font-size: 12px;
    font-size: 1.2rem;
  }
  #footer div .poweredBy .poweredByContainer .brands {
    padding-top: 2px;
    width: 100%;
  }
  #footer div .poweredBy .poweredByContainer .brands ul {
    display: -webkit-flex;
    /* Safari */
    display: flex;
  }
  #footer div .poweredBy .poweredByContainer .brands ul li {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    flex: 1;
  }
  #footer div .poweredBy .poweredByContainer .brands ul li img.center {
    display: block;
    margin: auto;
  }
  #footer div .poweredBy .poweredByContainer .brands ul li img.first {
    float: left;
  }
  #footer div .poweredBy .poweredByContainer .brands ul li img.last {
    float: right;
  }
  #footer div #bottomMenuContainer {
    width: 100%;
    margin-top: 24px;
  }
  #footer div #bottomMenuContainer .pageLevel2 {
    width: 100%;
  }
  #footer div #bottomMenuContainer .pageLevel2 li {
    width: 50%;
    text-align: left;
  }
  #footer div #bottomMenuContainer .pageLevel2 li a {
    color: white;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    font-size: 1rem;
    margin: 0;
    padding: 0;
  }
  #footer div #bottomMenuContainer .pageLevel2 li ul li a {
    color: #3c3d41;
    font-family: 'proxima_nova_rgbold';
    text-transform: none;
    letter-spacing: 1px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #footer div .links {
    display: none;
    margin-top: 19px;
    text-align: left;
    font-size: 11px;
    font-size: 1.1rem;
    color: #ece94b;
  }
  #footer div .links .copyrights {
    font-size: 10px;
    font-size: 1rem;
    color: #ece94b;
  }
  #footer div .links ul li {
    float: left;
    margin-left: 20px;
  }
  #footer div .links ul li a {
    color: gray;
    font-family: 'proxima_nova_rgregular';
    font-size: 11px;
    font-size: 1.1rem;
  }
  #footer div .socialContainer {
    position: initial;
    float: none;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 25px;
  }
  #footer div .socialContainer .right {
    position: initial;
  }
  #footer div .socialContainer .right div {
    position: initial;
    float: none;
    text-align: center;
  }
  #footer div .socialContainer .right .text {
    color: white;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 4px;
  }
  #footer div .socialContainer .right #socialMedia {
    width: 100%;
    margin: 20px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer div .socialContainer .right #socialMedia li {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }
  #footer div .socialContainer .right #socialMedia li a img {
    transform: scale(1.7, 1.7);
  }
  #footer div .socialContainer .right #socialMedia li a #linktwitter {
    padding-bottom: 1px;
  }
  #footer div .socialContainer .right #socialMedia li a #linkInstagram {
    width: 15px;
    height: 15px;
  }
  .footerEmail {
    margin-top: 10px;
  }
  #socialMedia > li {
    margin-right: 5px;
  }
}


/******* 135_userArea.less *******/
/* User Area */

#headerContainer #userArea {
  min-height: 450px;
  background-color: black;
}
#headerContainer #userArea .row {
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 50px;
}
#headerContainer #userArea .row .top .userName {
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 35px;
  font-size: 3.5rem;
}
#headerContainer #userArea .row .top .userName #userName {
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 35px;
  font-size: 3.5rem;
}
#headerContainer #userArea .row .top .closeUserArea {
  position: absolute;
  top: 25px;
  right: 50px;
}
#headerContainer #userArea .row .top .logout {
  margin-top: 37px;
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#headerContainer #userArea .row .top .logout a {
  border-bottom: 2px solid #ebaf2d;
}
#headerContainer #userArea .row .selection {
  margin-left: 15%;
  width: 70%;
  margin-right: 15%;
}
#headerContainer #userArea .row .selection div {
  position: relative;
  float: left;
  width: 50%;
}
#headerContainer #userArea .row .selection div div {
  position: relative;
  float: left;
  clear: both;
  text-align: center;
  width: 100%;
}
#headerContainer #userArea .row .selection .favoriteBeach {
  border-right: 2px solid gray;
  min-height: 263px;
}
#headerContainer #userArea .row .selection .favoriteBeach .image {
  margin-bottom: 0px;
  min-height: 110px;
}
#headerContainer #userArea .row .selection .favoriteBeach .title {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 30px;
}
#headerContainer #userArea .row .selection .favoriteBeach .selectBeach {
  margin-bottom: 30px;
}
#headerContainer #userArea .row .selection .favoriteBeach .selectBeach button {
  background-color: #252628;
  border-color: #252628;
  color: #9d9d9d;
  width: 227px;
  height: 40px;
  border-radius: 0px;
}
#headerContainer #userArea .row .selection .favoriteBeach .selectBeach button .caret {
  margin-left: 10px !important;
  color: #ebaf2d;
}
#headerContainer #userArea .row .selection .favoriteBeach .selectBeach .dropdown-menu {
  width: 227px;
  left: 50%;
  position: absolute;
  top: 0px;
  transform: translate(-50%, 28%);
}
#headerContainer #userArea .row .selection .favoriteBeach .selectBeach .dropdown-menu li a:hover {
  background-color: #252628;
  color: #9d9d9d;
}
#headerContainer #userArea .row .selection .favoriteBeach .selectBeach .scrollable-menu {
  height: auto;
  max-height: 150px;
  overflow-x: hidden;
}
#headerContainer #userArea .row .selection .favoriteBeach .listFav {
  margin-bottom: 30px;
}
#headerContainer #userArea .row .selection .favoriteBeach .listFav a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ebaf2d;
}
#headerContainer #userArea .row .selection .createAlert .image {
  margin-bottom: 0px;
  min-height: 110px;
}
#headerContainer #userArea .row .selection .createAlert .title {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 30px;
}
#headerContainer #userArea .row .selection .createAlert .createAlert {
  margin-bottom: 30px;
}
#headerContainer #userArea .row .selection .createAlert .createAlert a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ebaf2d;
}
#headerContainer #userAlerts {
  min-height: 450px;
  background-color: black;
}
#headerContainer #userAlerts .row {
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 50px;
}
#headerContainer #userAlerts .row .top .title {
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 35px;
  font-size: 3.5rem;
  margin-top: 20px;
}
#headerContainer #userAlerts .row .top .back {
  margin-top: 37px;
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#headerContainer #userAlerts .row .top .back a {
  border-bottom: 2px solid #ebaf2d;
}
#headerContainer #userAlerts .row .selection {
  position: relative;
  float: left;
  clear: both;
}
#headerContainer #userAlerts .row .selection .addAlert {
  position: absolute;
  right: 0px;
  top: 17px;
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#headerContainer #userAlerts .row .selection .addAlert a {
  border-bottom: 2px solid #ebaf2d;
}
#headerContainer #userAlerts .row .selection table thead tr th {
  font-family: 'proxima_nova_rgbold';
  font-size: 17px;
  font-size: 1.7rem;
}
#headerContainer #userAlerts .row .selection table tbody {
  border-top: 2px solid #383939;
}
#headerContainer #userAlerts .row .selection table tbody tr td {
  color: #9d9d9d;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  font-size: 1.4rem;
}
#headerContainer #userAlerts .row .selection table tbody tr td a {
  text-decoration: none;
}
#headerContainer #userAlerts .row .selection table tbody tr td img {
  height: 20px;
}
#headerContainer #userAlerts .row .selection table tbody tr .first {
  width: 250px;
}
#headerContainer #userAlerts .listAlert .listTitle {
  color: white;
  font-family: 'proxima_nova_rgbold';
  font-size: 17px;
  font-size: 1.7rem;
  /*border-bottom: 2px solid #383939;*/
  padding-bottom: 10px;
}
#headerContainer #userAlerts .listAlert .addAlert {
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  /*border-bottom: 2px solid #383939;*/

  padding-bottom: 10px;
  text-align: right;
}
#headerContainer #userAlerts .listAlert .addAlert a {
  border-bottom: 2px solid #ebaf2d;
}
#headerContainer #userAlerts .listAlert #userAlertsList {
  border-top: 2px solid #383939;
}
#headerContainer #userAlerts .listAlert #userAlertsList div {
  margin-top: 10px;
  /*color: @white;
                    font-family: 'proxima_nova_rgbold';
                    .font-size(17);*/

}
#headerContainer #userAlerts .listAlert #userAlertsList div img {
  height: 20px;
}
#headerContainer #userAlerts .listAlert #userAlertsList .options {
  text-align: right;
}
#headerContainer #userAlerts .listAlert #userAlertsList .options div {
  position: relative;
  float: right;
  clear: none;
  padding-left: 10px;
}
#headerContainer #favoritBeachs {
  min-height: 450px;
  background-color: black;
}
#headerContainer #favoritBeachs .row {
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 50px;
}
#headerContainer #favoritBeachs .row .top .title {
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 35px;
  font-size: 3.5rem;
  margin-top: 20px;
}
#headerContainer #favoritBeachs .row .top .back {
  margin-top: 37px;
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#headerContainer #favoritBeachs .row .top .back a {
  border-bottom: 2px solid #ebaf2d;
}
#headerContainer #favoritBeachs .row .selection table tbody {
  border-top: 2px solid #383939;
}
#headerContainer #favoritBeachs .row .selection table tbody tr td {
  color: #9d9d9d;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  font-size: 1.4rem;
}
#headerContainer #favoritBeachs .row .selection table tbody tr td img {
  height: 20px;
}
#headerContainer #favoritBeachs .listFav .listTitle {
  color: white;
  font-family: 'proxima_nova_rgbold';
  font-size: 17px;
  font-size: 1.7rem;
  border-bottom: 2px solid #383939;
  padding-bottom: 10px;
}
#headerContainer #favoritBeachs .listFav #favoritBeachsList div {
  margin-top: 10px;
  /*color: @white;
                    font-family: 'proxima_nova_rgbold';
                    .font-size(17);*/

}
#headerContainer #favoritBeachs .listFav #favoritBeachsList div img {
  height: 20px;
}
#headerContainer #favoritBeachs .listFav #favoritBeachsList .options {
  text-align: right;
}
#headerContainer #createAlert {
  background-color: black;
}
#headerContainer #createAlert .row {
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 50px;
}
#headerContainer #createAlert .row .top .title {
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 35px;
  font-size: 3.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
#headerContainer #createAlert .row .top .back {
  margin-top: 37px;
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#headerContainer #createAlert .row .top .back a {
  border-bottom: 2px solid #ebaf2d;
}
#headerContainer #createAlert .row .alertTable .alertColum .text {
  padding-bottom: 5px;
  border-bottom: 1px solid gray;
}
#headerContainer #createAlert .row .alertTable .alertColum .saveLink {
  margin-top: 37px;
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#headerContainer #createAlert .row .alertTable .alertColum .saveLink a {
  border-bottom: 2px solid #ebaf2d;
}
#headerContainer #createAlert .row .alertTable .alertColum .alertLine {
  margin-left: 15px;
  position: relative;
  float: left;
  clear: both;
  color: gray;
  font-family: 'proxima_novalight';
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
#headerContainer #createAlert .row .alertTable .alertColum .alertLine div {
  position: relative;
  float: left;
}
#headerContainer #createAlert .row .alertTable .alertColum .alertLine .icon img {
  height: 15px;
}
#headerContainer #createAlert .row .alertTable .alertColum .alertLine .title {
  margin-left: 5px;
  color: white;
  font-family: 'proxima_nova_rgbold';
  font-size: 16px;
  font-size: 1.6rem;
}
#headerContainer #createAlert .row .alertTable .alertColum .alertLine .selectContainer {
  position: relative;
  float: left;
  clear: both;
}
#headerContainer #createAlert .row .alertTable .alertColum .alertLine input {
  background-color: #252628;
  border-color: #252628;
  border-radius: 0;
  color: #9d9d9d;
  height: 40px;
  width: 227px;
}
#headerContainer #createAlert button {
  background-color: #252628;
  border-color: #252628;
  color: #9d9d9d;
  width: 227px;
  height: 40px;
  border-radius: 0px;
}
#headerContainer #createAlert button .caret {
  margin-left: 10px !important;
  color: #ebaf2d;
}
#headerContainer #createAlert .dropdown-menu {
  width: 227px;
  left: 50%;
  position: absolute;
  top: 0px;
  transform: translate(-50%, 28%);
}
#headerContainer #createAlert .dropdown-menu li a:hover {
  background-color: #252628;
  color: #9d9d9d;
}
#headerContainer #createAlert .scrollable-menu {
  height: auto;
  max-height: 150px;
  overflow-x: hidden;
}
#createUser {
  min-height: 450px;
  background-color: black;
}
#createUser .row {
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 50px;
}
#createUser .row .top .title {
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  font-size: 28px;
  font-size: 2.8rem;
}
#createUser .row .top .back {
  margin-top: 37px;
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#createUser .row .top .back a {
  border-bottom: 2px solid #ebaf2d;
}
#createUser .loginContainer .loginField {
  margin-top: 15px;
}
#createUser .loginContainer .loginField .title {
  color: white;
  font-family: 'proxima_nova_rgbold';
  font-size: 17px;
  font-size: 1.7rem;
}
#createUser .loginContainer .loginField .inputLogin {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 296px;
  border-bottom: 2px solid #383939;
}
#createUser .loginContainer .loginField .inputLogin input {
  color: #7a8687;
  font-family: 'proxima_nova_rgregular';
  font-size: 13px;
  font-size: 1.3rem;
  background-color: transparent;
  border: none;
  width: 296px;
}
#createUser .loginContainer .loginField #registerMessage {
  color: #ebaf2d;
}
#createUser .loginContainer .loginField p a {
  border-bottom: 1px solid #ebaf2d;
}
#createUser .loginContainer .button a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ebaf2d;
}
#createUser .loginContainer .button button {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ebaf2d;
  background-color: transparent;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
  margin-top: 30px;
}
#createUser .loginContainer .linksContainer {
  margin-top: 30px;
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#createUser .loginContainer .linksContainer a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#createUser .loginContainer .linksContainer a .facebookBtnImage {
  width: 300px;
}
#createUser .loginContainer .linksContainer a.facebookBtn:hover {
  border-bottom: 0px;
}
#createUser .loginContainer .linksContainer a:hover {
  border-bottom: 2px solid #ebaf2d;
}
#editUser {
  min-height: 450px;
  background-color: black;
}
#editUser .row {
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 50px;
}
#editUser .row .top .title {
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: 20px;
}
#editUser .row .top .back {
  margin-top: 37px;
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#editUser .row .top .back a {
  border-bottom: 2px solid #ebaf2d;
}
#editUser .loginContainer .loginField {
  margin-top: 15px;
}
#editUser .loginContainer .loginField .title {
  color: white;
  font-family: 'proxima_nova_rgbold';
  font-size: 17px;
  font-size: 1.7rem;
}
#editUser .loginContainer .loginField #editImagesContainer {
  border-bottom: 2px solid #383939;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 296px;
  height: 65px;
}
#editUser .loginContainer .loginField #editImagesContainer .circular {
  position: relative;
  float: left;
  clear: none;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
#editUser .loginContainer .loginField #editImagesContainer .circular img {
  width: 50px;
  height: 50px;
}
#editUser .loginContainer .loginField #editImagesContainer .linksEdit {
  position: relative;
  float: left;
  clear: none;
  margin-top: 15px;
  margin-left: 25px;
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#editUser .loginContainer .loginField #editImagesContainer .linksEdit a {
  border-bottom: 2px solid #ebaf2d;
  margin-left: 30px;
}
#editUser .loginContainer .loginField .inputLogin {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 296px;
  border-bottom: 2px solid #383939;
}
#editUser .loginContainer .loginField .inputLogin input {
  color: #7a8687;
  font-family: 'proxima_nova_rgregular';
  font-size: 13px;
  font-size: 1.3rem;
  background-color: transparent;
  border: none;
  width: 296px;
}
#editUser .loginContainer .loginField #registerMessage,
#editUser .loginContainer .loginField #editMessage {
  color: #ebaf2d;
}
#editUser .loginContainer .loginField p a {
  border-bottom: 1px solid #ebaf2d;
}
#editUser .loginContainer .button a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ebaf2d;
}
#editUser .loginContainer .button button {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ebaf2d;
  background-color: transparent;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
  margin-top: 30px;
}
#editUser .loginContainer .linksContainer {
  margin-top: 30px;
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#editUser .loginContainer .linksContainer a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#editUser .loginContainer .linksContainer a .facebookBtnImage {
  width: 300px;
}
#editUser .loginContainer .linksContainer a.facebookBtn:hover {
  border-bottom: 0px;
}
#editUser .loginContainer .linksContainer a:hover {
  border-bottom: 2px solid #ebaf2d;
}
#sendPassword {
  min-height: 450px;
  background-color: black;
}
#sendPassword .row {
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 50px;
}
#sendPassword .row .top .title {
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  font-size: 28px;
  font-size: 2.8rem;
}
#sendPassword .row .top .back {
  margin-top: 37px;
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#sendPassword .row .top .back a {
  border-bottom: 2px solid #ebaf2d;
}
#sendPassword .loginContainer .loginField {
  margin-top: 30px;
}
#sendPassword .loginContainer .loginField .title {
  color: white;
  font-family: 'proxima_nova_rgbold';
  font-size: 17px;
  font-size: 1.7rem;
}
#sendPassword .loginContainer .loginField .inputLogin {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 296px;
  border-bottom: 2px solid #383939;
}
#sendPassword .loginContainer .loginField .inputLogin input {
  color: #7a8687;
  font-family: 'proxima_nova_rgregular';
  font-size: 13px;
  font-size: 1.3rem;
  background-color: transparent;
  border: none;
  width: 296px;
}
#sendPassword .loginContainer .loginField #recoverMessage {
  color: #ebaf2d;
}
#sendPassword .loginContainer .button {
  margin-top: 30px;
}
#sendPassword .loginContainer .button a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ebaf2d;
}
#sendPassword .loginContainer .button button {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ebaf2d;
  background-color: transparent;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
}
#sendPassword .loginContainer .linksContainer {
  margin-top: 30px;
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#sendPassword .loginContainer .linksContainer a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#loginForm {
  min-height: 450px;
  background-color: black;
}
#loginForm .row {
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 50px;
}
#loginForm .row .top .title {
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  font-size: 28px;
  font-size: 2.8rem;
}
#loginForm .row .top .back {
  margin-top: 37px;
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#loginForm .row .top .back a {
  border-bottom: 2px solid #ebaf2d;
}
#loginForm .loginContainer .loginField {
  margin-top: 20px;
}
#loginForm .loginContainer .loginField .title {
  color: white;
  font-family: 'proxima_nova_rgbold';
  font-size: 17px;
  font-size: 1.7rem;
}
#loginForm .loginContainer .loginField .inputLogin {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 296px;
  border-bottom: 2px solid #383939;
}
#loginForm .loginContainer .loginField .inputLogin input {
  color: #7a8687;
  font-family: 'proxima_nova_rgregular';
  font-size: 13px;
  font-size: 1.3rem;
  background-color: transparent;
  border: none;
  width: 296px;
}
#loginForm .loginContainer .loginField #loginMessage {
  color: #ebaf2d;
}
#loginForm .loginContainer .button {
  margin-top: 30px;
}
#loginForm .loginContainer .button button {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ebaf2d;
  background-color: transparent;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
}
#loginForm .loginContainer .linksContainer {
  margin-top: 30px;
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#loginForm .loginContainer .linksContainer a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#loginForm .loginContainer .linksContainer a .facebookBtnImage {
  width: 300px;
}
#loginForm .loginContainer .linksContainer a.facebookBtn:hover {
  border-bottom: 0px;
}
#loginForm .loginContainer .linksContainer a:hover {
  border-bottom: 2px solid #ebaf2d;
}
#passwordReset {
  background-color: black;
}
#passwordReset .row {
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 50px;
}
#passwordReset .row .top .title {
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  font-size: 28px;
  font-size: 2.8rem;
}
#passwordReset .row .top .back {
  margin-top: 37px;
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#passwordReset .row .top .back a {
  border-bottom: 2px solid #ebaf2d;
}
#passwordReset .loginContainer .loginField {
  margin-top: 30px;
}
#passwordReset .loginContainer .loginField .title {
  color: white;
  font-family: 'proxima_nova_rgbold';
  font-size: 17px;
  font-size: 1.7rem;
}
#passwordReset .loginContainer .loginField .inputLogin {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 296px;
  border-bottom: 2px solid #383939;
}
#passwordReset .loginContainer .loginField .inputLogin input {
  color: #7a8687;
  font-family: 'proxima_nova_rgregular';
  font-size: 13px;
  font-size: 1.3rem;
  background-color: transparent;
  border: none;
  width: 296px;
}
#passwordReset .loginContainer .button a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ebaf2d;
}
#passwordReset .loginContainer .button button {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ebaf2d;
  background-color: transparent;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
  margin-top: 30px;
}
#passwordReset .loginContainer .linksContainer {
  margin-top: 30px;
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#passwordReset .loginContainer .linksContainer a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
.facebookRegisterContainer {
  margin-top: 20px;
}
.facebookRegisterContainer .row {
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 50px;
}
.facebookRegisterContainer .row .top .title {
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  font-size: 28px;
  font-size: 2.8rem;
}
.facebookRegisterContainer .row .top .back {
  margin-top: 37px;
  color: white;
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
.facebookRegisterContainer .row .top .back a {
  border-bottom: 2px solid #ebaf2d;
}
.facebookRegisterContainer .loginContainer .loginField {
  margin-top: 15px;
}
.facebookRegisterContainer .loginContainer .loginField .title {
  color: white;
  font-family: 'proxima_nova_rgbold';
  font-size: 17px;
  font-size: 1.7rem;
}
.facebookRegisterContainer .loginContainer .loginField .inputLogin {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 296px;
  border-bottom: 2px solid #383939;
}
.facebookRegisterContainer .loginContainer .loginField .inputLogin input {
  color: #7a8687;
  font-family: 'proxima_nova_rgregular';
  font-size: 13px;
  font-size: 1.3rem;
  background-color: transparent;
  border: none;
  width: 296px;
}
.facebookRegisterContainer .loginContainer .loginField #registerMessage {
  color: #ebaf2d;
}
.facebookRegisterContainer .loginContainer .loginField p a {
  border-bottom: 1px solid #ebaf2d;
}
.facebookRegisterContainer .loginContainer .button a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ebaf2d;
}
.facebookRegisterContainer .loginContainer .button button {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ebaf2d;
  background-color: transparent;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
  margin-top: 30px;
}
.facebookRegisterContainer .loginContainer .linksContainer {
  margin-top: 30px;
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
.facebookRegisterContainer .loginContainer .linksContainer a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
.facebookRegisterContainer .loginContainer .linksContainer a .facebookBtnImage {
  width: 300px;
}
.facebookRegisterContainer .loginContainer .linksContainer a.facebookBtn:hover {
  border-bottom: 0px;
}
.facebookRegisterContainer .loginContainer .linksContainer a:hover {
  border-bottom: 2px solid #ebaf2d;
}
@media (max-width: 767px) {
  #headerContainer #userArea {
    min-height: 450px;
    background-color: black;
  }
  #headerContainer #userArea .row {
    margin-top: 25px;
    margin-left: 50px;
    margin-right: 50px;
  }
  #headerContainer #userArea .row .top .userName {
    color: white;
    text-align: left;
    font-family: 'proxima_nova_rgbold';
    text-transform: none;
    font-size: 20px;
    font-size: 2rem;
  }
  #headerContainer #userArea .row .top .userName #userName {
    color: white;
    text-align: left;
    font-family: 'proxima_nova_rgbold';
    text-transform: none;
    font-size: 20px;
    font-size: 2rem;
  }
  #headerContainer #userArea .row .top .closeUserArea {
    position: absolute;
    top: 25px;
    right: 50px;
    display: none;
  }
  #headerContainer #userArea .row .top .logout {
    margin-top: 37px;
    color: white;
    text-align: left;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #headerContainer #userArea .row .top .logout a {
    border-bottom: 2px solid #ebaf2d;
  }
  #headerContainer #userArea .row .selection {
    margin-left: 15%;
    width: 70%;
    margin-right: 15%;
  }
  #headerContainer #userArea .row .selection div {
    position: relative;
    float: left;
    width: 100%;
    clear: none;
  }
  #headerContainer #userArea .row .selection div div {
    position: relative;
    float: left;
    clear: none;
    text-align: center;
    width: 100%;
  }
  #headerContainer #userArea .row .selection .favoriteBeach {
    border-right: none;
    min-height: 263px;
  }
  #headerContainer #userArea .row .selection .favoriteBeach .image {
    margin-bottom: 0px;
    min-height: 110px;
  }
  #headerContainer #userArea .row .selection .favoriteBeach .title {
    color: white;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  #headerContainer #userArea .row .selection .favoriteBeach .selectBeach {
    margin-bottom: 30px;
  }
  #headerContainer #userArea .row .selection .favoriteBeach .selectBeach button {
    background-color: #252628;
    border-color: #252628;
    color: #9d9d9d;
    width: 227px;
    height: 40px;
    border-radius: 0px;
  }
  #headerContainer #userArea .row .selection .favoriteBeach .selectBeach button .caret {
    margin-left: 10px !important;
    color: #ebaf2d;
  }
  #headerContainer #userArea .row .selection .favoriteBeach .selectBeach .dropdown-menu {
    width: 227px;
    left: 50%;
    position: absolute;
    top: 0px;
    transform: translate(-50%, 28%);
  }
  #headerContainer #userArea .row .selection .favoriteBeach .selectBeach .dropdown-menu li a:hover {
    background-color: #252628;
    color: #9d9d9d;
  }
  #headerContainer #userArea .row .selection .favoriteBeach .selectBeach .scrollable-menu {
    height: auto;
    max-height: 150px;
    overflow-x: hidden;
  }
  #headerContainer #userArea .row .selection .favoriteBeach .listFav {
    margin-bottom: 30px;
  }
  #headerContainer #userArea .row .selection .favoriteBeach .listFav a {
    color: white;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: 2px solid #ebaf2d;
  }
  #headerContainer #userArea .row .selection .createAlert .image {
    margin-bottom: 0px;
    min-height: 110px;
  }
  #headerContainer #userArea .row .selection .createAlert .title {
    color: white;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  #headerContainer #userArea .row .selection .createAlert .createAlert {
    margin-bottom: 30px;
  }
  #headerContainer #userArea .row .selection .createAlert .createAlert a {
    color: white;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: 2px solid #ebaf2d;
  }
  #favoritBeachs {
    min-height: 450px;
    background-color: black;
  }
  #favoritBeachs .row {
    margin-top: 25px;
    margin-left: 50px;
    margin-right: 50px;
  }
  #favoritBeachs .row .top .title {
    color: white;
    text-align: left;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 35px;
    font-size: 3.5rem;
    margin-top: 20px;
  }
  #favoritBeachs .row .top .back {
    margin-top: 37px;
    color: white;
    text-align: left;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #favoritBeachs .row .top .back a {
    border-bottom: 2px solid #ebaf2d;
  }
  #favoritBeachs .row .selection table tbody {
    border-top: 2px solid #383939;
  }
  #favoritBeachs .row .selection table tbody tr td {
    color: #9d9d9d;
    font-family: 'proxima_nova_rgregular';
    font-size: 14px;
    font-size: 1.4rem;
  }
  #favoritBeachs .row .selection table tbody tr td img {
    height: 20px;
  }
  #mainNavContainer #mobileMenuLoginContainer {
    height: 55px;
  }
  #mainNavContainer #mobileMenuLoginContainer #mobileWeatherContainer {
    position: absolute;
    top: 0;
    left: 40%;
  }
}
@media (max-width: 991px) {
  #mainNavContainer #mobileMenuLoginContainer {
    height: 55px;
  }
  #mainNavContainer #mobileMenuLoginContainer #mobileWeatherContainer {
    position: absolute;
    top: 0;
    left: 40%;
  }
}
@media (min-width: 980px) and (max-width: 1190px) {
  
}


/******* 140_articles.less *******/
/* Articles */

#mrecContainer {
  position: relative;
  float: left;
  clear: both;
}
#mrecContainer .publicityContainer {
  position: relative;
  float: left;
  clear: both;
  margin-left: 37%;
  margin-right: 23%;
}
#mrecContainer .publicityContainer .mrec {
  width: 300px;
  position: relative;
  float: left;
  clear: both;
}
#mrecContainer .publicityContainer .articlesPubText {
  position: relative;
  float: right;
  clear: both;
  color: gray;
  margin-top: 5px;
}
#newsWrapper section #loadingArticles {
  background-color: white;
  margin-bottom: 20px;
  display: none;
}
#newsWrapper section #loadingArticles .center {
  color: black;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  #mrecContainer {
    display: none;
  }
}
@media (max-width: 767px) {
  #mrecContainer {
    display: none;
  }
}


/******* 145_liveCam.less *******/
/* Live Cam */

#liveCam {
  background-color: black;
  color: white;
}
#liveCam section {
  overflow: hidden;
  height: 600px;
}
#liveCam section .overlay {
  position: absolute;
  top: 20px;
  z-index: 1000;
  left: 30px;
}
#liveCam section #slider1 li .slideImage {
  width: 100%;
  height: 600px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
}
#liveCam section .backgroundLiveCam {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  height: 600px;
  text-align: center;
  width: 100%;
  opacity: 0.3;
}
#liveCam section .videoWrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
#liveCam section .videoWrapper div .videoContainer {
  margin-right: 30px;
}
#liveCam section .videoWrapper div .videoContainer .webcamNotAvailable {
  width: 100%;
  height: auto;
}
#liveCam section .videoWrapper div .videoContainer .webcamNotAvailable img {
  width: 100%;
}
#liveCam section .videoWrapper div .marqueeContainer {
  margin-right: 30px;
}
#liveCam section .videoWrapper div .marqueeContainer .marqueeLogo {
  cursor: pointer;
  float: left;
  height: 43px;
}
#liveCam section .videoWrapper div .marqueeContainer .marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background-color: #121015;
  height: 43px;
  padding-top: 13px;
}
#liveCam section .videoWrapper div .marqueeContainer .marquee a label {
  cursor: pointer;
}
#liveCam section .videoWrapper div .marqueeContainer .marquee a label:after {
  content: "|";
  margin-left: 25px;
  margin-right: 25px;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .social {
  position: absolute;
  right: 0;
  top: 0;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .social a {
  margin-left: 5px;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .sponcer {
  text-align: center;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .title {
  margin-top: 25px;
  text-align: center;
  color: #ebaf2d;
  font-family: 'proxima_nova_rgregular';
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .beach {
  color: white;
  font-family: 'proxima_nova_rgbold';
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .pubContainer {
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .pubContainer .pubText {
  text-align: right;
  color: #7c7c7c;
  font-family: 'proxima_novalight';
  font-size: 11px;
  font-size: 1.1rem;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .conditionsContainer {
  margin-left: 30px;
  margin-right: 30px;
  background-color: transparent;
  margin-bottom: 45px;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-viewport {
  background-color: transparent;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-controls .bx-pager {
  width: 100%;
  margin-left: 39%;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-controls .bx-controls-direction {
  display: none;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-controls .bx-controls-auto {
  display: none;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ebaf2d none repeat scroll 0 0 !important;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .conditionsContainer .bxsliderConditions {
  background-color: transparent;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .conditionsContainer .bxsliderConditions li {
  background-color: transparent;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info {
  /*margin: auto;
                                    width: 70%;*/
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info div {
  position: relative;
  float: left;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .image {
  padding-top: 40px;
  width: 15%;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .value {
  text-align: center;
  color: white;
  font-family: 'sofia-pro', 'proxima_nova_rgregular';
  font-size: 90px;
  font-size: 9rem;
  width: 70%;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .value .top {
  color: white;
  font-family: "sofia-pro", "proxima_nova_rgbold";
  font-size: 30px;
  font-size: 3rem;
  text-transform: none;
  vertical-align: top;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .messurement {
  text-align: center;
  color: white;
  font-family: 'sofia-pro', 'proxima_nova_rgregular';
  font-size: 30px;
  font-size: 3rem;
  padding-top: 12px;
  width: 15%;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .text {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  color: white;
  font-family: 'proxima_nova_rgbold';
  font-size: 16px;
  font-size: 1.6rem;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .beachPartners {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  float: left;
  clear: both;
  width: 85%;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .beachPartners .title {
  width: 100%;
  text-align: left;
  color: white;
  font-family: 'proxima_nova_rgregular';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .beachPartners .line {
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #979797;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .beachPartners .logos {
  margin-top: 10px;
}
#liveCam section .videoWrapper div .liveCamInfoContainer .beachPartners .logos a img {
  width: 57px;
}
#liveCam section .videoWrapper .beachDataHeader {
  display: block;
}
#liveCam .beachDataHeader {
  display: none;
}
#liveCamSurfReport {
  background-color: white;
  color: black;
}
#liveCamSurfReport section article div {
  color: black;
}
#liveCamSurfReport section article header div {
  position: relative;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
#liveCamSurfReport section article header div h2 {
  margin-left: 30px;
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
}
#liveCamSurfReport section article header h2 {
  color: black;
}
#liveCamSurfReport section article #windContainer {
  position: relative;
  float: left;
  width: 50%;
  height: 300px;
  margin-bottom: 40px;
  border: 1px solid #ebebeb;
  margin-top: 45px;
}
#liveCamSurfReport section article #windContainer .liveContainer {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
#liveCamSurfReport section article #windContainer .sponcerWind {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
#liveCamSurfReport section article #windContainer .line {
  position: relative;
  float: left;
  clear: both;
  width: 80%;
  border: 1px solid #ebebeb;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10%;
  margin-right: 10%;
}
#liveCamSurfReport section article #windContainer .windSpeedContainer {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
#liveCamSurfReport section article #windContainer .windSpeedContainer div {
  position: relative;
  float: left;
  text-align: center;
}
#liveCamSurfReport section article #windContainer .windSpeedContainer .speedLogo {
  width: 30%;
  margin-top: 20px;
}
#liveCamSurfReport section article #windContainer .windSpeedContainer .speedLogo div {
  width: 100%;
  position: relative;
  float: left;
  clear: both;
  text-align: center;
  margin-left: 10px;
}
#liveCamSurfReport section article #windContainer .windSpeedContainer .speedLogo .speedLogoText {
  margin-top: 10px;
}
#liveCamSurfReport section article #windContainer .windSpeedContainer .windSpeedText {
  width: 40%;
  font-family: 'sofia-pro', 'proxima_novalight';
  text-transform: uppercase;
  font-size: 80px;
  font-size: 8rem;
}
#liveCamSurfReport section article #windContainer .windSpeedContainer .windSpeedText .top {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'sofia-pro', 'proxima_nova_rgbold';
  text-transform: none;
  vertical-align: top;
  color: black;
}
#liveCamSurfReport section article #windContainer .windDirectionContainer {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
#liveCamSurfReport section article #windContainer .windDirectionContainer div {
  position: relative;
  float: left;
  text-align: center;
}
#liveCamSurfReport section article #windContainer .windDirectionContainer .windLogo {
  width: 30%;
  margin-top: 20px;
}
#liveCamSurfReport section article #windContainer .windDirectionContainer .windLogo div {
  width: 100%;
  position: relative;
  float: left;
  clear: both;
  text-align: center;
  margin-left: 10px;
}
#liveCamSurfReport section article #windContainer .windDirectionContainer .windLogo .windLogoText {
  margin-top: 10px;
}
#liveCamSurfReport section article #windContainer .windDirectionContainer .windDirectionText {
  width: 40%;
  font-family: 'sofia-pro', 'proxima_novalight';
  text-transform: uppercase;
  font-size: 80px;
  font-size: 8rem;
}
#liveCamSurfReport section article #windContainer .windDirectionContainer .windDirectionImage {
  width: 30%;
  margin-top: 30px;
}
#liveCamSurfReport section article #conditionsContainer {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  border: 1px solid #ebebeb;
  margin-top: 45px;
}
#liveCamSurfReport section article #conditionsContainer .tab {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
  height: 55px;
  padding-top: 15px;
}
#liveCamSurfReport section article #conditionsContainer .tab a {
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
}
#liveCamSurfReport section article #conditionsContainer .tab.beachonly {
  width: 100%;
}
#liveCamSurfReport section article #conditionsContainer .beachConditionsTab.off {
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: #f7f7f7;
}
#liveCamSurfReport section article #conditionsContainer .beachConditionsTab.off a {
  color: #7c7c7c;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
}
#liveCamSurfReport section article #conditionsContainer .surfConditionsTab.off {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: #f7f7f7;
}
#liveCamSurfReport section article #conditionsContainer .surfConditionsTab.off a {
  color: #7c7c7c;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
}
#liveCamSurfReport section article #conditionsContainer .condition {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 100%;
}
#liveCamSurfReport section article #conditionsContainer .condition .paragraphHeader {
  text-align: center;
  margin-top: 40px;
}
#liveCamSurfReport section article #conditionsContainer .condition .conditionClassification {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  /*.classificationImage{
                            text-align:right;
                        }*/

}
#liveCamSurfReport section article #conditionsContainer .condition .conditionClassification div {
  position: relative;
  float: left;
  width: 100%;
}
#liveCamSurfReport section article #conditionsContainer .condition .conditionClassification .classificationDescription {
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
}
#liveCamSurfReport section article #conditionsContainer .condition .conditionClassification .classificationDescription .spacing {
  width: 20px;
}
#liveCamSurfReport section article #conditionsContainer .condition .conditionDescription {
  position: relative;
  float: left;
  clear: both;
  margin-top: 20px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 40px;
}
#liveCamSurfReport section article #conditionsContainer .condition .conditionDescription p {
  text-align: center;
  font-family: 'proxima_novalight';
  color: #7c7c7c;
  font-size: 16px;
  font-size: 1.6rem;
}
#liveCamSurfReport section article #conditionsContainer .condition .conditionDescription p span {
  font-family: 'proxima_novalight';
  color: #7c7c7c;
  font-size: 16px;
  font-size: 1.6rem;
}
#liveCamSurfReport section article #conditionsContainer .condition .conditionDescription p .blue {
  color: #0099ab;
  font-family: 'proxima_nova_rgbold';
}
#liveCamSurfReport section article #conditionsContainer .condition .conditionDescription p .blue_top {
  color: #0099ab;
  font-family: 'proxima_nova_rgbold';
  font-size: 8px;
  font-size: 0.8rem;
  vertical-align: top;
}
#liveCamSurfReport section article #conditionsContainer .condition .conditionDescription p .top {
  color: #0099ab;
  font-family: 'proxima_nova_rgbold';
  font-size: 8px;
  font-size: 0.8rem;
  vertical-align: top;
}
#liveCamSurfReport section article #conditionsContainer .condition.off {
  display: none;
}
#liveCamSurfReport section article #beachOfTheDayPub {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  margin-top: 55px;
}
#liveCamSurfReport section article #beachOfTheDayPub .beachOfTheDayPubContainer {
  margin: 5%;
  margin-left: 20%;
}
#liveCamSurfReport section article #beachOfTheDayPub .beachOfTheDayPubContainer .beachOfTheDayPubText {
  color: #7c7c7c;
  font-family: 'proxima_novalight';
  font-size: 11px;
  font-size: 1.1rem;
}
#liveCamSurfReport section article #beachOfTheDayPub .beachOfTheDayPubText {
  position: absolute;
  bottom: 8px;
  left: 358px;
}
#liveCamSurfReport section article #beachOfTheDayBox {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  margin-top: 45px;
}
#liveCamSurfReport section article #beachOfTheDayBox div {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
#liveCamSurfReport section article #beachOfTheDayBox .paragraphHeader {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 23px;
  font-size: 2.3rem;
}
#liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayImage {
  text-align: center;
}
#liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer {
  padding-right: 20%;
}
#liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .sponcerLogo img {
  width: 105px;
  height: 37px;
}
#liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .surfTitle {
  color: #0099ab;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 10px;
}
#liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayText {
  color: black;
  font-family: 'proxima_nova_rgbold';
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .summary {
  color: gray;
  font-family: 'proxima_novalight';
  font-size: 16px;
  font-size: 1.6rem;
}
#liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .userFavoritBeach {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding-top: 30px;
}
#liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .userFavoritBeach div {
  position: relative;
  float: left;
  clear: both;
}
#liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .userFavoritBeach div .favIcon {
  position: relative;
  float: left;
  width: 31px;
  clear: none;
}
#liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .userFavoritBeach div .favOperation {
  padding-left: 10px;
  position: relative;
  float: left;
  clear: none;
  width: 190px;
}
#liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .userFavoritBeach div .favOperation a {
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ebaf2d;
}
#liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .userFavoritBeach .removeBeach {
  display: none;
}
#liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .userFavoritBeach .addBeach {
  display: none;
}
.meteorolgic {
  background-color: white;
  color: black;
  padding-top: 100px;
  padding-bottom: 30px;
}
.meteorolgic section {
  overflow: hidden;
}
.meteorolgic section .row .col-md-6,
.meteorolgic section .row .col-sm-6 {
  overflow: hidden;
}
.meteorolgic section .row .col-md-6 .fundo,
.meteorolgic section .row .col-sm-6 .fundo {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.meteorolgic section .row .col-md-6 .fundoResponsive,
.meteorolgic section .row .col-sm-6 .fundoResponsive {
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
.meteorolgic section .row .col-md-6 .col-md-6,
.meteorolgic section .row .col-sm-6 .col-md-6,
.meteorolgic section .row .col-md-6 .col-sm-6,
.meteorolgic section .row .col-sm-6 .col-sm-6 {
  height: 560px;
}
.meteorolgic section .row .col-md-6 .col-md-6 div,
.meteorolgic section .row .col-sm-6 .col-md-6 div,
.meteorolgic section .row .col-md-6 .col-sm-6 div,
.meteorolgic section .row .col-sm-6 .col-sm-6 div {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
.meteorolgic section .row .col-md-6 .col-md-6 .infoContainer,
.meteorolgic section .row .col-sm-6 .col-md-6 .infoContainer,
.meteorolgic section .row .col-md-6 .col-sm-6 .infoContainer,
.meteorolgic section .row .col-sm-6 .col-sm-6 .infoContainer {
  margin-top: 40px;
}
.meteorolgic section .row .col-md-6 .col-md-6 .infoContainer .title,
.meteorolgic section .row .col-sm-6 .col-md-6 .infoContainer .title,
.meteorolgic section .row .col-md-6 .col-sm-6 .infoContainer .title,
.meteorolgic section .row .col-sm-6 .col-sm-6 .infoContainer .title {
  position: relative;
  float: left;
  clear: none;
  width: 45%;
  color: white;
  font-family: 'proxima_nova_rgbold';
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  margin-right: 5%;
}
.meteorolgic section .row .col-md-6 .col-md-6 .infoContainer .date,
.meteorolgic section .row .col-sm-6 .col-md-6 .infoContainer .date,
.meteorolgic section .row .col-md-6 .col-sm-6 .infoContainer .date,
.meteorolgic section .row .col-sm-6 .col-sm-6 .infoContainer .date {
  position: relative;
  float: left;
  clear: none;
  width: 45%;
  color: white;
  font-family: 'proxima_nova_rgbold';
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  margin-left: 5%;
}
.meteorolgic section .row .col-md-6 .col-md-6 .image,
.meteorolgic section .row .col-sm-6 .col-md-6 .image,
.meteorolgic section .row .col-md-6 .col-sm-6 .image,
.meteorolgic section .row .col-sm-6 .col-sm-6 .image {
  text-align: center;
  margin-top: 80px;
}
.meteorolgic section .row .col-md-6 .col-md-6 .image img,
.meteorolgic section .row .col-sm-6 .col-md-6 .image img,
.meteorolgic section .row .col-md-6 .col-sm-6 .image img,
.meteorolgic section .row .col-sm-6 .col-sm-6 .image img {
  width: 128px;
  height: 96px;
}
.meteorolgic section .row .col-md-6 .col-md-6 .temperature,
.meteorolgic section .row .col-sm-6 .col-md-6 .temperature,
.meteorolgic section .row .col-md-6 .col-sm-6 .temperature,
.meteorolgic section .row .col-sm-6 .col-sm-6 .temperature {
  color: white;
  font-family: 'sofia-pro', 'proxima_novalight';
  font-size: 140px;
  font-size: 14rem;
  text-align: center;
  margin-top: 35px;
}
.meteorolgic section .row .col-md-6 .col-md-6 .temperature .top,
.meteorolgic section .row .col-sm-6 .col-md-6 .temperature .top,
.meteorolgic section .row .col-md-6 .col-sm-6 .temperature .top,
.meteorolgic section .row .col-sm-6 .col-sm-6 .temperature .top {
  color: white;
  font-family: "sofia-pro", "proxima_nova_rgbold";
  font-size: 5.1rem;
  text-transform: none;
  vertical-align: top;
}
.meteorolgic section .row .col-md-6 .col-md-6 .summary,
.meteorolgic section .row .col-sm-6 .col-md-6 .summary,
.meteorolgic section .row .col-md-6 .col-sm-6 .summary,
.meteorolgic section .row .col-sm-6 .col-sm-6 .summary {
  color: white;
  font-family: 'proxima_novalight';
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 35px;
}
.meteorolgic section .row .col-md-6 .col-md-6 .timeItem,
.meteorolgic section .row .col-sm-6 .col-md-6 .timeItem,
.meteorolgic section .row .col-md-6 .col-sm-6 .timeItem,
.meteorolgic section .row .col-sm-6 .col-sm-6 .timeItem {
  height: 25%;
  background-color: white;
}
.meteorolgic section .row .col-md-6 .col-md-6 .timeItem .timeContainer,
.meteorolgic section .row .col-sm-6 .col-md-6 .timeItem .timeContainer,
.meteorolgic section .row .col-md-6 .col-sm-6 .timeItem .timeContainer,
.meteorolgic section .row .col-sm-6 .col-sm-6 .timeItem .timeContainer {
  position: relative;
  float: left;
  clear: none;
  width: 40%;
}
.meteorolgic section .row .col-md-6 .col-md-6 .timeItem .timeContainer .time,
.meteorolgic section .row .col-sm-6 .col-md-6 .timeItem .timeContainer .time,
.meteorolgic section .row .col-md-6 .col-sm-6 .timeItem .timeContainer .time,
.meteorolgic section .row .col-sm-6 .col-sm-6 .timeItem .timeContainer .time {
  position: relative;
  float: left;
  clear: both;
  color: gray;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 20px;
}
.meteorolgic section .row .col-md-6 .col-md-6 .timeItem .timeContainer .imageTemp,
.meteorolgic section .row .col-sm-6 .col-md-6 .timeItem .timeContainer .imageTemp,
.meteorolgic section .row .col-md-6 .col-sm-6 .timeItem .timeContainer .imageTemp,
.meteorolgic section .row .col-sm-6 .col-sm-6 .timeItem .timeContainer .imageTemp {
  position: relative;
  float: left;
  clear: both;
  text-align: center;
  margin-top: 20px;
}
.meteorolgic section .row .col-md-6 .col-md-6 .timeItem .temperature,
.meteorolgic section .row .col-sm-6 .col-md-6 .timeItem .temperature,
.meteorolgic section .row .col-md-6 .col-sm-6 .timeItem .temperature,
.meteorolgic section .row .col-sm-6 .col-sm-6 .timeItem .temperature {
  position: relative;
  float: left;
  clear: none;
  color: #2d384d;
  font-family: 'sofia-pro', 'proxima_novalight';
  font-size: 59px;
  font-size: 5.9rem;
  text-align: center;
  width: 60%;
}
.meteorolgic section .row .col-md-6 .col-md-6 .timeItem .temperature .top,
.meteorolgic section .row .col-sm-6 .col-md-6 .timeItem .temperature .top,
.meteorolgic section .row .col-md-6 .col-sm-6 .timeItem .temperature .top,
.meteorolgic section .row .col-sm-6 .col-sm-6 .timeItem .temperature .top {
  color: #2d384d;
  font-family: "sofia-pro", "proxima_nova_rgbold";
  font-size: 2.1rem;
  text-transform: none;
  vertical-align: top;
}
.meteorolgic section .row .col-md-6 .col-md-6 .timeItem.active,
.meteorolgic section .row .col-sm-6 .col-md-6 .timeItem.active,
.meteorolgic section .row .col-md-6 .col-sm-6 .timeItem.active,
.meteorolgic section .row .col-sm-6 .col-sm-6 .timeItem.active {
  background-color: transparent;
}
.meteorolgic section .row .col-md-6 .col-md-6 .timeItem.active .timeContainer .time,
.meteorolgic section .row .col-sm-6 .col-md-6 .timeItem.active .timeContainer .time,
.meteorolgic section .row .col-md-6 .col-sm-6 .timeItem.active .timeContainer .time,
.meteorolgic section .row .col-sm-6 .col-sm-6 .timeItem.active .timeContainer .time {
  color: white;
}
.meteorolgic section .row .col-md-6 .col-md-6 .timeItem.active .temperature,
.meteorolgic section .row .col-sm-6 .col-md-6 .timeItem.active .temperature,
.meteorolgic section .row .col-md-6 .col-sm-6 .timeItem.active .temperature,
.meteorolgic section .row .col-sm-6 .col-sm-6 .timeItem.active .temperature {
  color: white;
}
.meteorolgic section .row .col-md-6 .col-md-6 .timeItem.active .temperature .top,
.meteorolgic section .row .col-sm-6 .col-md-6 .timeItem.active .temperature .top,
.meteorolgic section .row .col-md-6 .col-sm-6 .timeItem.active .temperature .top,
.meteorolgic section .row .col-sm-6 .col-sm-6 .timeItem.active .temperature .top {
  color: white;
}
.meteorolgic section .row .col-md-6 .col-md-6 .conditionsBlock,
.meteorolgic section .row .col-sm-6 .col-md-6 .conditionsBlock,
.meteorolgic section .row .col-md-6 .col-sm-6 .conditionsBlock,
.meteorolgic section .row .col-sm-6 .col-sm-6 .conditionsBlock {
  height: 33.33%;
}
.meteorolgic section .row .col-md-6 .col-md-6 .conditionsBlock .conditionTitle,
.meteorolgic section .row .col-sm-6 .col-md-6 .conditionsBlock .conditionTitle,
.meteorolgic section .row .col-md-6 .col-sm-6 .conditionsBlock .conditionTitle,
.meteorolgic section .row .col-sm-6 .col-sm-6 .conditionsBlock .conditionTitle {
  color: gray;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  margin-left: 30px;
}
.meteorolgic section .row .col-md-6 .col-md-6 .conditionsBlock .blockContent,
.meteorolgic section .row .col-sm-6 .col-md-6 .conditionsBlock .blockContent,
.meteorolgic section .row .col-md-6 .col-sm-6 .conditionsBlock .blockContent,
.meteorolgic section .row .col-sm-6 .col-sm-6 .conditionsBlock .blockContent {
  padding-top: 12%;
}
.meteorolgic section .row .col-md-6 .col-md-6 .conditionsBlock .blockContent div,
.meteorolgic section .row .col-sm-6 .col-md-6 .conditionsBlock .blockContent div,
.meteorolgic section .row .col-md-6 .col-sm-6 .conditionsBlock .blockContent div,
.meteorolgic section .row .col-sm-6 .col-sm-6 .conditionsBlock .blockContent div {
  position: relative;
  float: left;
  clear: none;
}
.meteorolgic section .row .col-md-6 .col-md-6 .conditionsBlock .blockContent .imageCondition,
.meteorolgic section .row .col-sm-6 .col-md-6 .conditionsBlock .blockContent .imageCondition,
.meteorolgic section .row .col-md-6 .col-sm-6 .conditionsBlock .blockContent .imageCondition,
.meteorolgic section .row .col-sm-6 .col-sm-6 .conditionsBlock .blockContent .imageCondition {
  width: 30%;
  text-align: right;
  margin-top: 20px;
}
.meteorolgic section .row .col-md-6 .col-md-6 .conditionsBlock .blockContent .imageCondition img,
.meteorolgic section .row .col-sm-6 .col-md-6 .conditionsBlock .blockContent .imageCondition img,
.meteorolgic section .row .col-md-6 .col-sm-6 .conditionsBlock .blockContent .imageCondition img,
.meteorolgic section .row .col-sm-6 .col-sm-6 .conditionsBlock .blockContent .imageCondition img {
  width: 73px;
  height: 59px;
}
.meteorolgic section .row .col-md-6 .col-md-6 .conditionsBlock .blockContent .values,
.meteorolgic section .row .col-sm-6 .col-md-6 .conditionsBlock .blockContent .values,
.meteorolgic section .row .col-md-6 .col-sm-6 .conditionsBlock .blockContent .values,
.meteorolgic section .row .col-sm-6 .col-sm-6 .conditionsBlock .blockContent .values {
  color: #2d384d;
  font-family: 'sofia-pro', 'proxima_novalight';
  font-size: 75px;
  font-size: 7.5rem;
  text-align: left;
  width: 50%;
  text-align: center;
}
.meteorolgic section .row .col-md-6 .col-md-6 .conditionsBlock .blockContent .values .top,
.meteorolgic section .row .col-sm-6 .col-md-6 .conditionsBlock .blockContent .values .top,
.meteorolgic section .row .col-md-6 .col-sm-6 .conditionsBlock .blockContent .values .top,
.meteorolgic section .row .col-sm-6 .col-sm-6 .conditionsBlock .blockContent .values .top {
  color: #2d384d;
  font-family: 'sofia-pro', "proxima_nova_rgbold";
  font-size: 21px;
  font-size: 2.1rem;
  text-transform: none;
  vertical-align: top;
}
.meteorolgic section .row .col-md-6 .col-md-6 .conditionsBlock .blockContent .valuesDirecao,
.meteorolgic section .row .col-sm-6 .col-md-6 .conditionsBlock .blockContent .valuesDirecao,
.meteorolgic section .row .col-md-6 .col-sm-6 .conditionsBlock .blockContent .valuesDirecao,
.meteorolgic section .row .col-sm-6 .col-sm-6 .conditionsBlock .blockContent .valuesDirecao {
  width: 38%;
}
.meteorolgic section .row .col-md-6 .col-md-6 .conditionsBlock .blockContent .direcao,
.meteorolgic section .row .col-sm-6 .col-md-6 .conditionsBlock .blockContent .direcao,
.meteorolgic section .row .col-md-6 .col-sm-6 .conditionsBlock .blockContent .direcao,
.meteorolgic section .row .col-sm-6 .col-sm-6 .conditionsBlock .blockContent .direcao {
  width: 12%;
  margin-top: 30px;
}
.meteorolgic section .row .col-md-6 .maresChartContainer,
.meteorolgic section .row .col-sm-6 .maresChartContainer {
  position: relative;
  float: left;
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
.meteorolgic section .row .col-md-6 .maresChartContainer #firstBullet,
.meteorolgic section .row .col-sm-6 .maresChartContainer #firstBullet {
  position: absolute;
  bottom: 12px;
  left: 6%;
  color: gray;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
}
.meteorolgic section .row .col-md-6 .maresChartContainer #firstBulletPreia,
.meteorolgic section .row .col-sm-6 .maresChartContainer #firstBulletPreia {
  position: absolute;
  top: 12px;
  left: 6%;
  color: gray;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
}
.meteorolgic section .row .col-md-6 .maresChartContainer #secondBullet,
.meteorolgic section .row .col-sm-6 .maresChartContainer #secondBullet {
  position: absolute;
  top: 12px;
  left: 33%;
  color: gray;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
}
.meteorolgic section .row .col-md-6 .maresChartContainer #secondBulletPreia,
.meteorolgic section .row .col-sm-6 .maresChartContainer #secondBulletPreia {
  position: absolute;
  bottom: 12px;
  left: 33%;
  color: gray;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
}
.meteorolgic section .row .col-md-6 .maresChartContainer #thirdBullet,
.meteorolgic section .row .col-sm-6 .maresChartContainer #thirdBullet {
  position: absolute;
  bottom: 12px;
  left: 65%;
  color: gray;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
}
.meteorolgic section .row .col-md-6 .maresChartContainer #thirdBulletPreia,
.meteorolgic section .row .col-sm-6 .maresChartContainer #thirdBulletPreia {
  position: absolute;
  top: 12px;
  left: 65%;
  color: gray;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
}
.meteorolgic section .row .col-md-6 .maresChartContainer #fourthBullet,
.meteorolgic section .row .col-sm-6 .maresChartContainer #fourthBullet {
  position: absolute;
  top: 12px;
  left: 89%;
  color: gray;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
}
.meteorolgic section .row .col-md-6 .maresChartContainer #fourthBulletPreia,
.meteorolgic section .row .col-sm-6 .maresChartContainer #fourthBulletPreia {
  position: absolute;
  bottom: 12px;
  left: 89%;
  color: gray;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
}
.meteorolgic section .row .col-md-6 .sunChartContainer,
.meteorolgic section .row .col-sm-6 .sunChartContainer {
  position: relative;
  float: left;
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
.meteorolgic section .row .col-md-6 .sunChartContainer #sunFirstBullet,
.meteorolgic section .row .col-sm-6 .sunChartContainer #sunFirstBullet {
  position: absolute;
  bottom: 20px;
  left: 6%;
  color: #2d384d;
  font-family: 'proxima_nova_rgbold';
  font-size: 18px;
  font-size: 1.8rem;
}
.meteorolgic section .row .col-md-6 .sunChartContainer #sunSecondBullet,
.meteorolgic section .row .col-sm-6 .sunChartContainer #sunSecondBullet {
  position: absolute;
  bottom: 20px;
  left: 86%;
  color: #2d384d;
  font-family: 'proxima_nova_rgbold';
  font-size: 18px;
  font-size: 1.8rem;
}
.meteorolgic section .row .col-md-6 .sunChartContainer .title,
.meteorolgic section .row .col-sm-6 .sunChartContainer .title {
  position: relative;
  float: left;
  clear: both;
  text-align: center;
  color: gray;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
  padding-right: 25px;
}
.meteorolgic section .row .powered {
  margin-left: 5%;
}
.meteorolgic section .row div .topTitle {
  display: block;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  color: black;
  font-family: 'proxima_nova_rgbold';
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
}
.meteorolgicMobile {
  display: none;
}
#liveCamStoreWrapper {
  background-color: white;
  color: black;
  padding-top: 100px;
}
#liveCamStoreWrapper section #storeContent {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
#liveCamStoreWrapper section #storeContent .storeInfo {
  position: relative;
  float: left;
}
#liveCamStoreWrapper section #storeContent .storeInfo .infoContainer {
  padding-left: 20%;
  padding-right: 20%;
}
#liveCamStoreWrapper section #storeContent .storeInfo .infoContainer div {
  color: black;
}
#liveCamStoreWrapper section #storeContent .storeInfo .infoContainer .storeTitle {
  color: #1e1e1e;
  font-size: 53px;
  font-size: 5.3rem;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
  margin-bottom: 20px;
}
#liveCamStoreWrapper section #storeContent .storeInfo .infoContainer .storeText {
  color: #798587;
  font-family: 'proxima_novalight';
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
#liveCamStoreWrapper section #storeContent .storeInfo .infoContainer .storeText p {
  color: #798587;
  font-family: 'proxima_novalight';
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
#liveCamStoreWrapper section #storeContent .storeInfo .infoContainer .storeLink {
  position: relative;
  float: left;
}
#liveCamStoreWrapper section #storeContent .storeInfo .infoContainer .storeLink a {
  color: #1e1e1e;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
}
#liveCamStoreWrapper section #storeContent .storeInfo .infoContainer .storeLink .line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: 1px solid #ebaf2d;
  width: 130px;
}
#liveCamStoreWrapper section #storeContent .recomendedInfo {
  position: relative;
  float: left;
}
#liveCamStoreWrapper section #storeContent .recomendedInfo .recomendedContainer {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
#liveCamStoreWrapper section #storeContent .recomendedInfo .recomendedContainer div {
  position: relative;
  float: left;
  clear: none;
  width: 40%;
}
#liveCamStoreWrapper section #storeContent .recomendedInfo .recomendedContainer div .imageItem {
  position: relative;
  width: 100%;
  text-align: center;
  /*.suitValue{
                                    width:100%;
                                    height:100%;*/

  /*}*/

}
#liveCamStoreWrapper section #storeContent .recomendedInfo .recomendedContainer div .imageItem img {
  height: 170px;
}
#liveCamStoreWrapper section #storeContent .recomendedInfo .recomendedContainer div .imageItem .boardValue {
  position: absolute;
  top: 25%;
  left: 25%;
  color: #2d384d;
  font-size: 69px;
  font-size: 6.9rem;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
}
#liveCamStoreWrapper section #storeContent .recomendedInfo .recomendedContainer div .imageItem .pos1 {
  position: absolute;
  top: 10%;
  left: 19%;
  color: #2d384d;
  font-size: 69px;
  font-size: 6.9rem;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
}
#liveCamStoreWrapper section #storeContent .recomendedInfo .recomendedContainer div .imageItem .pos2 {
  position: absolute;
  top: 26%;
  left: 27%;
  color: #2d384d;
  font-size: 69px;
  font-size: 6.9rem;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
}
#liveCamStoreWrapper section #storeContent .recomendedInfo .recomendedContainer div .imageItem .pos3 {
  position: absolute;
  top: 45%;
  left: 35%;
  color: #2d384d;
  font-size: 69px;
  font-size: 6.9rem;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
}
#liveCamStoreWrapper section #storeContent .recomendedInfo .recomendedContainer div .title {
  width: 100%;
  text-align: center;
  color: #1e1e1e;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
}
#liveCamStoreWrapper section #storeContent .recomendedInfo .recomendedContainer .waves {
  width: 20%;
  margin-top: 60px;
}
@media (max-width: 991px) {
  #liveCam section {
    height: 530px;
  }
  #liveCam section .backgroundLiveCam {
    height: 530px;
  }
  #liveCam section .videoWrapper div .marqueeContainer .marquee .simplemarquee-wrapper {
    animation-play-state: running!important;
  }
  #liveCam section .videoWrapper .beachDataHeader {
    display: none;
  }
  #liveCam section #slider1 li .slideImage {
    width: 100%;
    height: 450px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
  }
  #liveCam .beachDataHeader {
    display: block;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding-top: 20px;
    background-color: black;
    overflow: hidden;
    padding-bottom: 20px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .social {
    position: absolute;
    right: 10px;
    bottom: 20px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .social a {
    margin-left: 5px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .notCentral {
    width: 100% !important;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .leftLiveCamInfoContainer {
    width: 50%;
    position: relative;
    float: left;
    clear: none;
    padding-bottom: 20px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .leftLiveCamInfoContainer .sponcer {
    text-align: center;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .leftLiveCamInfoContainer .title {
    margin-top: 25px;
    text-align: center;
    color: #ebaf2d;
    font-family: 'proxima_nova_rgregular';
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .leftLiveCamInfoContainer .beach {
    color: white;
    font-family: 'proxima_nova_rgbold';
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer {
    width: 50%;
    position: relative;
    float: left;
    clear: none;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    margin-bottom: 0;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-viewport {
    background-color: transparent;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-controls .bx-pager {
    width: 100%;
    margin-left: 43%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-controls .bx-controls-direction {
    display: none;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-controls .bx-controls-auto {
    display: none;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ebaf2d none repeat scroll 0 0 !important;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions {
    background-color: transparent;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li {
    background-color: transparent;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info {
    /*margin: auto;
                                      width: 70%;*/
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info div {
    position: relative;
    float: left;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .image {
    padding-top: 40px;
    width: 15%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .value {
    text-align: center;
    color: white;
    font-family: 'sofia-pro', 'proxima_nova_rgregular';
    font-size: 90px;
    font-size: 9rem;
    width: 70%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .value .top {
    color: white;
    font-family: "sofia-pro", "proxima_nova_rgbold";
    font-size: 30px;
    font-size: 3rem;
    text-transform: none;
    vertical-align: top;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .messurement {
    text-align: center;
    color: white;
    font-family: 'sofia-pro', 'proxima_nova_rgregular';
    font-size: 30px;
    font-size: 3rem;
    padding-top: 12px;
    width: 15%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .text {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'proxima_nova_rgbold';
    font-size: 16px;
    font-size: 1.6rem;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .beachPartners {
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    float: left;
    clear: both;
    width: 50%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .beachPartners .title {
    width: 100%;
    text-align: left;
    color: white;
    font-family: 'proxima_nova_rgregular';
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .beachPartners .line {
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #979797;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .beachPartners .logos {
    margin-top: 10px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .beachPartners .logos a img {
    width: 57px;
  }
  #liveCamSurfReport {
    background-color: white;
    color: black;
  }
  #liveCamSurfReport section article div {
    color: black;
  }
  #liveCamSurfReport section article header div {
    position: relative;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #liveCamSurfReport section article header div h2 {
    margin-left: 30px;
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #liveCamSurfReport section article header h2 {
    color: black;
  }
  #liveCamSurfReport section article #windContainer {
    position: relative;
    float: left;
    width: 50%;
    height: 300px;
    margin-bottom: 40px;
    border: 1px solid #ebebeb;
    margin-top: 45px;
  }
  #liveCamSurfReport section article #windContainer .liveContainer {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
  #liveCamSurfReport section article #windContainer .sponcerWind {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  #liveCamSurfReport section article #windContainer .line {
    position: relative;
    float: left;
    clear: both;
    width: 80%;
    border: 1px solid #ebebeb;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10%;
    margin-right: 10%;
  }
  #liveCamSurfReport section article #windContainer .windSpeedContainer {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
  #liveCamSurfReport section article #windContainer .windSpeedContainer div {
    position: relative;
    float: left;
    text-align: center;
  }
  #liveCamSurfReport section article #windContainer .windSpeedContainer .speedLogo {
    width: 30%;
    margin-top: 20px;
  }
  #liveCamSurfReport section article #windContainer .windSpeedContainer .speedLogo div {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    text-align: center;
    margin-left: 10px;
  }
  #liveCamSurfReport section article #windContainer .windSpeedContainer .speedLogo .speedLogoText {
    margin-top: 10px;
  }
  #liveCamSurfReport section article #windContainer .windSpeedContainer .windSpeedText {
    width: 40%;
    font-family: 'sofia-pro', 'proxima_novalight';
    text-transform: uppercase;
    font-size: 80px;
    font-size: 8rem;
  }
  #liveCamSurfReport section article #windContainer .windSpeedContainer .windSpeedText .top {
    font-size: 20px;
    font-size: 2rem;
    font-family: 'sofia-pro', 'proxima_nova_rgbold';
    text-transform: none;
    vertical-align: top;
    color: black;
  }
  #liveCamSurfReport section article #windContainer .windDirectionContainer {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
  #liveCamSurfReport section article #windContainer .windDirectionContainer div {
    position: relative;
    float: left;
    text-align: center;
  }
  #liveCamSurfReport section article #windContainer .windDirectionContainer .windLogo {
    width: 30%;
    margin-top: 20px;
  }
  #liveCamSurfReport section article #windContainer .windDirectionContainer .windLogo div {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    text-align: center;
    margin-left: 10px;
  }
  #liveCamSurfReport section article #windContainer .windDirectionContainer .windLogo .windLogoText {
    margin-top: 10px;
  }
  #liveCamSurfReport section article #windContainer .windDirectionContainer .windDirectionText {
    width: 40%;
    font-family: 'sofia-pro', 'proxima_novalight';
    text-transform: uppercase;
    font-size: 80px;
    font-size: 8rem;
  }
  #liveCamSurfReport section article #windContainer .windDirectionContainer .windDirectionImage {
    width: 30%;
    margin-top: 30px;
  }
  #liveCamSurfReport section article #conditionsContainer {
    position: relative;
    float: left;
    width: 50%;
    height: 320px;
    margin-bottom: 40px;
    border: 1px solid #ebebeb;
    margin-top: 45px;
  }
  #liveCamSurfReport section article #conditionsContainer .tab {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    height: 55px;
    padding-top: 15px;
  }
  #liveCamSurfReport section article #conditionsContainer .tab a {
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #liveCamSurfReport section article #conditionsContainer .tab.beachonly {
    width: 100%;
  }
  #liveCamSurfReport section article #conditionsContainer .beachConditionsTab.off {
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #f7f7f7;
  }
  #liveCamSurfReport section article #conditionsContainer .beachConditionsTab.off a {
    color: #7c7c7c;
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #liveCamSurfReport section article #conditionsContainer .surfConditionsTab.off {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #f7f7f7;
  }
  #liveCamSurfReport section article #conditionsContainer .surfConditionsTab.off a {
    color: #7c7c7c;
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #liveCamSurfReport section article #conditionsContainer .condition {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 100%;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .paragraphHeader {
    text-align: center;
    margin-top: 40px;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionClassification {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    /*.classificationImage{
                              text-align:right;
                          }*/
  
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionClassification div {
    position: relative;
    float: left;
    width: 100%;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionClassification .classificationDescription {
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionClassification .classificationDescription .spacing {
    width: 20px;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionDescription {
    position: relative;
    float: left;
    clear: both;
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 40px;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionDescription p {
    text-align: center;
    font-family: 'proxima_novalight';
    color: #7c7c7c;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionDescription p span {
    font-family: 'proxima_novalight';
    color: #7c7c7c;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionDescription p .blue {
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionDescription p .blue_top {
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
    font-size: 8px;
    font-size: 0.8rem;
    vertical-align: top;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionDescription p .top {
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
    font-size: 8px;
    font-size: 0.8rem;
    vertical-align: top;
  }
  #liveCamSurfReport section article #conditionsContainer .condition.off {
    display: none;
  }
  #liveCamSurfReport section article #beachOfTheDayPub {
    display: none;
  }
  #liveCamSurfReport section article #beachOfTheDayBox {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    margin-bottom: 40px;
    margin-top: 45px;
  }
  #liveCamSurfReport section article #beachOfTheDayBox div {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
  #liveCamSurfReport section article #beachOfTheDayBox .paragraphHeader {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 23px;
    font-size: 2.3rem;
  }
  #liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayImage {
    text-align: center;
  }
  #liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer {
    padding-right: 20%;
  }
  #liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .sponcerLogo img {
    width: 105px;
    height: 37px;
  }
  #liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .surfTitle {
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 25px;
    font-size: 2.5rem;
    margin-top: 10px;
  }
  #liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayText {
    color: black;
    font-family: 'proxima_nova_rgbold';
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  #liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .summary {
    color: gray;
    font-family: 'proxima_novalight';
    font-size: 16px;
    font-size: 1.6rem;
  }
  .meteorolgic {
    display: block;
  }
  .meteorolgic section .row div .topTitle {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    color: black;
    font-family: 'proxima_nova_rgbold';
    font-size: 25px;
    font-size: 2.5rem;
    display: block;
    margin-bottom: 10px;
  }
  .meteorolgicMobile {
    display: none;
  }
}
@media (max-width: 767px) {
  #liveCam .overlay {
    display: block;
  }
  #liveCam .overlay img {
    height: 15px;
  }
  #liveCam section {
    padding-left: 25%;
    padding-right: 25%;
    height: 330px;
  }
  #liveCam section .backgroundLiveCam {
    height: 330px;
  }
  #liveCam section .videoWrapper .beachDataHeader {
    display: none;
  }
  #liveCam section .videoWrapper div .marqueeContainer {
    margin-right: 0px;
  }
  #liveCam section .videoWrapper div .marqueeContainer .marqueeLogo {
    width: 68px;
    height: 28px;
  }
  #liveCam section .videoWrapper div .marqueeContainer .marquee {
    padding-top: 6px;
    height: 28px;
  }
  #liveCam section .videoWrapper div .videoContainer {
    margin-right: 0;
  }
  #liveCam section #slider1 li .slideImage {
    width: 100%;
    height: 240px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
  }
  #liveCam .beachDataHeader {
    display: block;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background-color: black;
    overflow: hidden;
    padding-bottom: 50px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .social {
    position: absolute;
    right: 10px;
    bottom: 20px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .social a {
    margin-left: 5px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .notCentral {
    width: 100% !important;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .leftLiveCamInfoContainer {
    width: 100%;
    position: relative;
    float: left;
    clear: none;
    padding-bottom: 20px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .leftLiveCamInfoContainer .sponcer {
    text-align: center;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .leftLiveCamInfoContainer .title {
    margin-top: 25px;
    text-align: center;
    color: #ebaf2d;
    font-family: 'proxima_nova_rgregular';
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .leftLiveCamInfoContainer .beach {
    color: white;
    font-family: 'proxima_nova_rgbold';
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer {
    width: 100%;
    position: relative;
    float: left;
    clear: none;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    margin-bottom: 40px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-viewport {
    background-color: transparent;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-controls .bx-pager {
    width: 100%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-controls .bx-controls-direction {
    display: none;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-controls .bx-controls-auto {
    display: none;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ebaf2d none repeat scroll 0 0 !important;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions {
    background-color: transparent;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li {
    background-color: transparent;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info {
    /*margin: auto;
                                      width: 70%;*/
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info div {
    position: relative;
    float: left;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .image {
    padding-top: 40px;
    width: 15%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .value {
    text-align: center;
    color: white;
    font-family: 'proxima_nova_rgregular';
    font-size: 70px;
    font-size: 7rem;
    width: 70%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .value .top {
    color: white;
    font-family: "sofia-pro", "proxima_nova_rgbold";
    font-size: 30px;
    font-size: 3rem;
    text-transform: none;
    vertical-align: top;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .messurement {
    text-align: center;
    color: white;
    font-family: 'proxima_nova_rgregular';
    font-size: 30px;
    font-size: 3rem;
    padding-top: 12px;
    width: 15%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .text {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'proxima_nova_rgbold';
    font-size: 16px;
    font-size: 1.6rem;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .beachPartners {
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    float: left;
    clear: both;
    width: 80%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .beachPartners .title {
    width: 100%;
    text-align: left;
    color: white;
    font-family: 'proxima_nova_rgregular';
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .beachPartners .line {
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #979797;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .beachPartners .logos {
    margin-top: 10px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .beachPartners .logos a img {
    width: 57px;
  }
  #liveCamSurfReport {
    background-color: white;
    color: black;
  }
  #liveCamSurfReport section {
    padding: 0;
  }
  #liveCamSurfReport section article div {
    color: black;
  }
  #liveCamSurfReport section article header div {
    position: relative;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #liveCamSurfReport section article header div h2 {
    margin-left: 30px;
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #liveCamSurfReport section article header h2 {
    color: black;
  }
  #liveCamSurfReport section article #windContainer {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
    border: 1px solid #ebebeb;
    margin-top: 45px;
  }
  #liveCamSurfReport section article #windContainer .liveContainer {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
  #liveCamSurfReport section article #windContainer .sponcerWind {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  #liveCamSurfReport section article #windContainer .line {
    position: relative;
    float: left;
    clear: both;
    width: 80%;
    border: 1px solid #ebebeb;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10%;
    margin-right: 10%;
  }
  #liveCamSurfReport section article #windContainer .windSpeedContainer {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
  #liveCamSurfReport section article #windContainer .windSpeedContainer div {
    position: relative;
    float: left;
    text-align: center;
  }
  #liveCamSurfReport section article #windContainer .windSpeedContainer .speedLogo {
    width: 30%;
    margin-top: 20px;
  }
  #liveCamSurfReport section article #windContainer .windSpeedContainer .speedLogo div {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    text-align: center;
    margin-left: 10px;
  }
  #liveCamSurfReport section article #windContainer .windSpeedContainer .speedLogo .speedLogoText {
    margin-top: 10px;
  }
  #liveCamSurfReport section article #windContainer .windSpeedContainer .windSpeedText {
    width: 40%;
    font-family: 'sofia-pro', 'proxima_novalight';
    text-transform: uppercase;
    font-size: 80px;
    font-size: 8rem;
  }
  #liveCamSurfReport section article #windContainer .windSpeedContainer .windSpeedText .top {
    font-size: 20px;
    font-size: 2rem;
    font-family: 'sofia-pro', 'proxima_nova_rgbold';
    text-transform: none;
    vertical-align: top;
    color: black;
  }
  #liveCamSurfReport section article #windContainer .windDirectionContainer {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
  #liveCamSurfReport section article #windContainer .windDirectionContainer div {
    position: relative;
    float: left;
    text-align: center;
  }
  #liveCamSurfReport section article #windContainer .windDirectionContainer .windLogo {
    width: 30%;
    margin-top: 20px;
  }
  #liveCamSurfReport section article #windContainer .windDirectionContainer .windLogo div {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    text-align: center;
    margin-left: 10px;
  }
  #liveCamSurfReport section article #windContainer .windDirectionContainer .windLogo .windLogoText {
    margin-top: 10px;
  }
  #liveCamSurfReport section article #windContainer .windDirectionContainer .windDirectionText {
    width: 40%;
    font-family: 'sofia-pro', 'proxima_novalight';
    text-transform: uppercase;
    font-size: 80px;
    font-size: 8rem;
  }
  #liveCamSurfReport section article #windContainer .windDirectionContainer .windDirectionImage {
    width: 30%;
    margin-top: 30px;
  }
  #liveCamSurfReport section article #conditionsContainer {
    position: relative;
    float: left;
    width: 96%;
    height: 320px;
    margin-bottom: 40px;
    border: 1px solid #ebebeb;
    margin-top: 45px;
    margin-left: 2%;
    margin-right: 2%;
  }
  #liveCamSurfReport section article #conditionsContainer .tab {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    height: 55px;
    padding-top: 15px;
  }
  #liveCamSurfReport section article #conditionsContainer .tab a {
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #liveCamSurfReport section article #conditionsContainer .tab.beachonly {
    width: 100%;
  }
  #liveCamSurfReport section article #conditionsContainer .beachConditionsTab.off {
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #f7f7f7;
  }
  #liveCamSurfReport section article #conditionsContainer .beachConditionsTab.off a {
    color: #7c7c7c;
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #liveCamSurfReport section article #conditionsContainer .surfConditionsTab.off {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #f7f7f7;
  }
  #liveCamSurfReport section article #conditionsContainer .surfConditionsTab.off a {
    color: #7c7c7c;
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #liveCamSurfReport section article #conditionsContainer .condition {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 100%;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .paragraphHeader {
    text-align: center;
    margin-top: 40px;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionClassification {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    /*.classificationImage{
                                  text-align:right;
                              }*/
  
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionClassification div {
    position: relative;
    float: left;
    width: 100%;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionClassification .classificationDescription {
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionClassification .classificationDescription .spacing {
    width: 20px;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionDescription {
    position: relative;
    float: left;
    clear: both;
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 40px;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionDescription p {
    text-align: center;
    font-family: 'proxima_novalight';
    color: #7c7c7c;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionDescription p span {
    font-family: 'proxima_novalight';
    color: #7c7c7c;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionDescription p .blue {
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionDescription p .blue_top {
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
    font-size: 8px;
    font-size: 0.8rem;
    vertical-align: top;
  }
  #liveCamSurfReport section article #conditionsContainer .condition .conditionDescription p .top {
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
    font-size: 8px;
    font-size: 0.8rem;
    vertical-align: top;
  }
  #liveCamSurfReport section article #conditionsContainer .condition.off {
    display: none;
  }
  #liveCamSurfReport section article #beachOfTheDayPub {
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    margin-top: 55px;
  }
  #liveCamSurfReport section article #beachOfTheDayPub .beachOfTheDayPubContainer {
    margin: 5%;
    margin-left: 20%;
  }
  #liveCamSurfReport section article #beachOfTheDayPub .beachOfTheDayPubContainer .beachOfTheDayPubText {
    color: #7c7c7c;
    font-family: 'proxima_novalight';
    font-size: 11px;
    font-size: 1.1rem;
  }
  #liveCamSurfReport section article #beachOfTheDayPub .beachOfTheDayPubText {
    position: absolute;
    bottom: 8px;
    left: 358px;
  }
  #liveCamSurfReport section article #beachOfTheDayBox {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
    margin-top: 45px;
  }
  #liveCamSurfReport section article #beachOfTheDayBox div {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
  #liveCamSurfReport section article #beachOfTheDayBox .paragraphHeader {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 23px;
    font-size: 2.3rem;
  }
  #liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayImage {
    text-align: center;
  }
  #liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer {
    padding-right: 10px;
    padding-left: 10px;
  }
  #liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .sponcerLogo {
    text-align: center;
  }
  #liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .sponcerLogo img {
    width: 105px;
    height: 37px;
  }
  #liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .surfTitle {
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 30px;
    font-size: 3rem;
    margin-top: 10px;
    text-align: center;
  }
  #liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayText {
    color: black;
    font-family: 'proxima_nova_rgbold';
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 20px;
    text-align: center;
  }
  #liveCamSurfReport section article #beachOfTheDayBox .beachOfTheDayTextContainer .summary {
    color: gray;
    font-family: 'proxima_novalight';
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
  .meteorolgic {
    display: none;
  }
  .meteorolgicMobile {
    display: block;
    background-color: white;
    color: black;
    padding-bottom: 30px;
  }
  .meteorolgicMobile section {
    overflow: hidden;
  }
  .meteorolgicMobile section .row div .topTitle {
    color: black;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
    font-size: 25px;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .meteorolgicMobile section .row div .fundoMobile {
    width: 100%;
    height: 450px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
  }
  .meteorolgicMobile section .row div .fundoMobile .infoContainer {
    padding-top: 40px;
    position: relative;
    float: left;
    width: 100%;
  }
  .meteorolgicMobile section .row div .fundoMobile .infoContainer .title {
    position: relative;
    float: left;
    clear: none;
    width: 45%;
    color: white;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
    padding-right: 5%;
    padding-top: 0px;
  }
  .meteorolgicMobile section .row div .fundoMobile .infoContainer .date {
    position: relative;
    float: left;
    clear: none;
    width: 45%;
    color: white;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    padding-left: 5%;
    padding-top: 0px;
  }
  .meteorolgicMobile section .row div .fundoMobile .image {
    text-align: center;
    padding-top: 75px;
  }
  .meteorolgicMobile section .row div .fundoMobile .image img {
    width: 128px;
    height: 96px;
  }
  .meteorolgicMobile section .row div .fundoMobile .temperature {
    color: white;
    font-family: 'sofia-pro', 'proxima_novalight';
    font-size: 140px;
    font-size: 14rem;
    text-align: center;
    margin-top: 35px;
  }
  .meteorolgicMobile section .row div .fundoMobile .temperature .top {
    color: white;
    font-family: "sofia-pro", "proxima_nova_rgbold";
    font-size: 5.1rem;
    text-transform: none;
    vertical-align: top;
  }
  .meteorolgicMobile section .row div .fundoMobile .summary {
    color: white;
    font-family: 'proxima_novalight';
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .meteorolgicMobile section .row div .selector {
    background-color: #f6ad00;
    width: 100%;
    height: 120px;
  }
  .meteorolgicMobile section .row div .selector .dropdown .selectorTitle {
    text-align: center;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 30px;
  }
  .meteorolgicMobile section .row div .selector .dropdown .btn-primary {
    background-color: #f6ad00;
    border-color: #f6ad00;
  }
  .meteorolgicMobile section .row div .selector .dropdown .btn {
    text-align: center;
    width: 100%;
  }
  .meteorolgicMobile section .row div .selector .dropdown .btn .selectedHour {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .meteorolgicMobile section .row div .selector .dropdown .dropdown-menu {
    width: 100%;
    background-color: black;
  }
  .meteorolgicMobile section .row div .selector .dropdown .dropdown-menu li a {
    color: white;
    text-align: center;
    font-family: 'proxima_nova_rgbold';
    font-size: 20px;
    font-size: 2rem;
  }
  .meteorolgicMobile section .row div .title {
    color: gray;
    font-family: 'proxima_nova_rgbold';
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    padding-top: 35px;
    text-align: center;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
  .meteorolgicMobile section .row div .conditionsSlider .showDayMobile .bx-pager {
    position: relative;
    width: 100%;
    top: -15px;
    text-align: center;
    visibility: visible;
  }
  .meteorolgicMobile section .row div .conditionsSlider .showDayMobile .bx-pager .bx-pager-link {
    background-color: black;
  }
  .meteorolgicMobile section .row div .conditionsSlider .showDayMobile .bx-pager .active {
    background-color: orange;
  }
  .meteorolgicMobile section .row div .conditionsSlider .showDayMobile .bx-controls-direction {
    display: none;
  }
  .meteorolgicMobile section .row div .conditionsSlider .showDayMobile ul li .conditionsBlock {
    height: 100%;
    width: 100%;
  }
  .meteorolgicMobile section .row div .conditionsSlider .showDayMobile ul li .conditionsBlock .conditionTitle {
    color: gray;
    font-family: 'proxima_nova_rgbold';
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    margin-top: 35px;
    text-align: center;
  }
  .meteorolgicMobile section .row div .conditionsSlider .showDayMobile ul li .conditionsBlock .blockContent {
    padding-top: 12%;
    width: 100%;
  }
  .meteorolgicMobile section .row div .conditionsSlider .showDayMobile ul li .conditionsBlock .blockContent div {
    position: relative;
    float: left;
    clear: none;
  }
  .meteorolgicMobile section .row div .conditionsSlider .showDayMobile ul li .conditionsBlock .blockContent .imageCondition {
    width: 40%;
    text-align: right;
    margin-top: 20px;
  }
  .meteorolgicMobile section .row div .conditionsSlider .showDayMobile ul li .conditionsBlock .blockContent .imageCondition img {
    width: 73px;
    height: 59px;
  }
  .meteorolgicMobile section .row div .conditionsSlider .showDayMobile ul li .conditionsBlock .blockContent .values {
    color: #2d384d;
    font-family: 'sofia-pro', 'proxima_novalight';
    font-size: 75px;
    font-size: 7.5rem;
    text-align: left;
    width: 50%;
    text-align: center;
  }
  .meteorolgicMobile section .row div .conditionsSlider .showDayMobile ul li .conditionsBlock .blockContent .values .top {
    color: #2d384d;
    font-family: 'sofia-pro', "proxima_nova_rgbold";
    font-size: 21px;
    font-size: 2.1rem;
    text-transform: none;
    vertical-align: top;
  }
  .meteorolgicMobile section .row div .conditionsSlider .showDayMobile ul li .conditionsBlock .blockContent .valuesDirecao {
    width: 30%;
  }
  .meteorolgicMobile section .row div .conditionsSlider .showDayMobile ul li .conditionsBlock .blockContent .direcao {
    width: 20%;
    margin-top: 30px;
  }
  .meteorolgicMobile section .row div .maresChartContainer {
    position: relative;
    float: left;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .meteorolgicMobile section .row div .maresChartContainer #firstBullet {
    position: absolute;
    bottom: 12px;
    left: 0%;
    color: gray;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
  }
  .meteorolgicMobile section .row div .maresChartContainer #firstBulletPreia {
    position: absolute;
    top: 12px;
    left: 0%;
    color: gray;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
  }
  .meteorolgicMobile section .row div .maresChartContainer #secondBullet {
    position: absolute;
    top: 12px;
    left: 25%;
    color: gray;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
  }
  .meteorolgicMobile section .row div .maresChartContainer #secondBulletPreia {
    position: absolute;
    bottom: 12px;
    left: 25%;
    color: gray;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
  }
  .meteorolgicMobile section .row div .maresChartContainer #thirdBullet {
    position: absolute;
    bottom: 12px;
    left: 57%;
    color: gray;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
  }
  .meteorolgicMobile section .row div .maresChartContainer #thirdBulletPreia {
    position: absolute;
    top: 12px;
    left: 57%;
    color: gray;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
  }
  .meteorolgicMobile section .row div .maresChartContainer #fourthBullet {
    position: absolute;
    top: 12px;
    left: 75%;
    color: gray;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
  }
  .meteorolgicMobile section .row div .maresChartContainer #fourthBulletPreia {
    position: absolute;
    bottom: 12px;
    left: 75%;
    color: gray;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
  }
  .meteorolgicMobile section .row div .sunChartContainer {
    position: relative;
    float: left;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .meteorolgicMobile section .row div .sunChartContainer #sunFirstBullet {
    position: absolute;
    bottom: 10px;
    left: 6%;
    color: #2d384d;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    font-size: 1.8rem;
  }
  .meteorolgicMobile section .row div .sunChartContainer #sunSecondBullet {
    position: absolute;
    bottom: 10px;
    left: 86%;
    color: #2d384d;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    font-size: 1.8rem;
  }
  .meteorolgicMobile section .row div .sunChartContainer .title {
    position: relative;
    float: left;
    clear: both;
    text-align: center;
    color: gray;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    padding-right: 25px;
  }
  .meteorolgicMobile section .row div .powered {
    margin-left: 5%;
  }
  #indicacoes_tecnicas {
    display: block;
  }
  #indicacoes_tecnicas .row .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #indicacoes_tecnicas .row .container .title {
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 25px;
    font-size: 2.5rem;
    color: #0b0c0d;
    padding-bottom: 30px;
    text-align: center;
  }
  #indicacoes_tecnicas .row div {
    padding-left: 0px;
    padding-right: 0px;
  }
  #indicacoes_tecnicas .row .publicity {
    overflow: hidden;
  }
  #indicacoes_tecnicas ul li div {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #indicacoes_uteis {
    display: block;
  }
  #noticias_relacionadas {
    display: block;
  }
  #noticias_relacionadas .row .title {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #noticias_relacionadas .relatedContainer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #noticias_relacionadas div .textContainer .text {
    margin-top: 30px !important;
    padding-top: 85px;
  }
  #outras_praias {
    display: block;
  }
  #outras_praias #newsContent {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 980px) and (max-width: 1190px) {
  #liveCam section {
    height: 530px;
  }
  #liveCam section .backgroundLiveCam {
    height: 530px;
  }
  #liveCam section .videoWrapper {
    margin-right: 10%;
    margin-left: 10%;
  }
  #liveCam section .videoWrapper .beachDataHeader {
    display: none;
  }
  #liveCam section #slider1 li .slideImage {
    width: 100%;
    height: 450px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
  }
  #liveCam .beachDataHeader {
    display: block;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding-top: 20px;
    background-color: black;
    overflow: hidden;
    padding-bottom: 20px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .social {
    position: absolute;
    right: 10px;
    bottom: 20px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .social a {
    margin-left: 5px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .notCentral {
    width: 100% !important;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .leftLiveCamInfoContainer {
    width: 50%;
    position: relative;
    float: left;
    clear: none;
    padding-bottom: 20px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .leftLiveCamInfoContainer .sponcer {
    text-align: center;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .leftLiveCamInfoContainer .title {
    margin-top: 25px;
    text-align: center;
    color: #ebaf2d;
    font-family: 'proxima_nova_rgregular';
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .leftLiveCamInfoContainer .beach {
    color: white;
    font-family: 'proxima_nova_rgbold';
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer {
    width: 50%;
    position: relative;
    float: left;
    clear: none;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    margin-bottom: 0;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-viewport {
    background-color: transparent;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-controls .bx-pager {
    width: 100%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-controls .bx-controls-direction {
    display: none;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-controls .bx-controls-auto {
    display: none;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ebaf2d none repeat scroll 0 0 !important;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions {
    background-color: transparent;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li {
    background-color: transparent;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info {
    /*margin: auto;
                                      width: 70%;*/
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info div {
    position: relative;
    float: left;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .image {
    padding-top: 40px;
    width: 15%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .value {
    text-align: center;
    color: white;
    font-family: 'sofia-pro', 'proxima_nova_rgregular';
    font-size: 90px;
    font-size: 9rem;
    width: 70%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .value .top {
    color: white;
    font-family: "sofia-pro", "proxima_nova_rgbold";
    font-size: 30px;
    font-size: 3rem;
    text-transform: none;
    vertical-align: top;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .info .messurement {
    text-align: center;
    color: white;
    font-family: 'sofia-pro', 'proxima_nova_rgregular';
    font-size: 30px;
    font-size: 3rem;
    padding-top: 12px;
    width: 15%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .conditionsContainer .bxsliderConditions li .text {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'proxima_nova_rgbold';
    font-size: 16px;
    font-size: 1.6rem;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .beachPartners {
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    float: left;
    clear: both;
    width: 50%;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .beachPartners .title {
    width: 100%;
    text-align: left;
    color: white;
    font-family: 'proxima_nova_rgregular';
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .beachPartners .line {
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #979797;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .beachPartners .logos {
    margin-top: 10px;
  }
  #liveCam .beachDataHeader .liveCamInfoContainer .beachPartners .logos a img {
    width: 57px;
  }
  #liveCam section .videoWrapper div .liveCamInfoContainer .pubContainer {
    display: none;
  }
  #liveCamSurfReport section article #beachOfTheDayPub .beachOfTheDayPubContainer {
    margin: 0%;
    margin-left: 15%;
  }
  #liveCamSurfReport section article #beachOfTheDayPub .beachOfTheDayPubText {
    left: 318px;
  }
  #indicacoes_tecnicas .row .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #indicacoes_tecnicas .cat {
    padding-left: 10px;
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  #indicacoes_tecnicas .info {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  #liveCam .overlay {
    display: block;
  }
  #liveCam .overlay img {
    height: 15px;
  }
  #liveCam section {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}
@media (min-width: 1400px) {
  #liveCam section .videoWrapper div .videoContainer .marqueeContainer {
    /*margin-right: 25%;
                 */
    margin-left: 5%;
    width: 800px;
    height: 450px;
  }
  #liveCam section .overlay {
    position: absolute;
    top: 25px;
    z-index: 1000;
    left: 7%;
  }
  #liveCam section .overlay img {
    height: 20px;
  }
}
@media (min-width: 1600px) {
  #liveCam section {
    height: 700px;
  }
  #liveCam section .backgroundLiveCam {
    height: 700px;
  }
  #liveCam section .videoWrapper div .liveCamInfoContainer .beachPartners .title {
    font-size: 20px;
    font-size: 2rem;
  }
  #liveCam section .videoWrapper div .liveCamInfoContainer .beachPartners .logos a img {
    width: 150px;
  }
}
@media (min-width: 1850px) {
  #liveCam section {
    height: 1000px;
  }
  #liveCam section .backgroundLiveCam {
    height: 1000px;
  }
}
@media (min-width: 2700px) {
  #liveCam section {
    height: 1500px;
  }
  #liveCam section .backgroundLiveCam {
    height: 1500px;
  }
}


/******* 150_reports.less *******/
#indicacoes_tecnicas {
  background-color: white;
  padding-top: 30px;
  min-height: 470px;
}
#indicacoes_tecnicas .title {
  font-family: 'proxima_nova_rgbold';
  color: #0b0c0d;
  font-size: 45px;
  font-size: 4.5rem;
  text-transform: uppercase;
  line-height: 45px;
  padding-bottom: 30px;
  text-align: center;
}
#indicacoes_tecnicas .icon {
  width: 100%;
  text-align: center;
  height: 85px;
}
#indicacoes_tecnicas .icon2 {
  width: 100%;
  text-align: center;
  padding-top: 35px;
  height: 85px;
}
#indicacoes_tecnicas .icon3 {
  width: 100%;
  text-align: center;
  padding-top: 25px;
  height: 85px;
}
#indicacoes_tecnicas .subtitle {
  width: 100%;
  text-align: center;
  font-family: 'proxima_nova_rgbold';
  color: #2d384d;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 27px;
  padding-bottom: 25px;
}
#indicacoes_tecnicas .subtitle2 {
  font-family: 'proxima_nova_rgbold';
  color: #2d384d;
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: 27px;
  margin-top: 30px;
}
#indicacoes_tecnicas .cat {
  position: relative;
  float: left;
  padding-left: 24px;
  font-family: 'proxima_nova_rgbold';
  color: #2d384d;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  padding-bottom: 10px;
}
#indicacoes_tecnicas .info {
  position: relative;
  float: right;
  padding-left: 15px;
  font-family: 'proxima_nova_rgregular';
  color: #718687;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  padding-bottom: 10px;
  text-align: right;
}
#indicacoes_tecnicas .info2 {
  font-family: 'proxima_nova_rgregular';
  color: #718687;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  margin-top: 25px;
}
#indicacoes_tecnicas .pub {
  padding-left: 30px;
  padding-right: 30px;
  height: 600px;
  width: 300px;
  background-color: #ebebeb;
}
#indicacoes_tecnicas .row div .desktop {
  display: block;
}
#indicacoes_tecnicas .row div .tablet {
  display: none;
}
#indicacoes_tecnicas .publicity {
  overflow: hidden;
}
#indicacoes_tecnicas .item {
  clear: both;
}
#indicacoes_tecnicas .item div {
  clear: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
#indicacoes_tecnicas .row .container {
  padding-left: 40px;
  padding-right: 40px;
}
/*#indicacoes_tecnicas ul li {
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}*/

/***************************************************************/

#indicacoes_uteis {
  background-color: white;
  padding-bottom: 50px;
}
#indicacoes_uteis .row {
  background-color: white;
}
#indicacoes_uteis .title {
  font-family: 'proxima_nova_rgbold';
  color: #0b0c0d;
  font-size: 45px;
  font-size: 4.5rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  padding-bottom: 80px;
}
#indicacoes_uteis .icon {
  width: 100%;
  text-align: center;
  height: 78px;
}
#indicacoes_uteis .text {
  font-family: 'proxima_nova_rgregular';
  color: #718687;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 53px;
}
/***************************************************************/

#outras_praias {
  background-color: #e9eeef;
  position: relative;
  float: left;
  width: 100%;
}
#outras_praias .title {
  font-family: 'proxima_nova_rgbold';
  color: #0b0c0d;
  font-size: 45px;
  font-size: 4.5rem;
  text-transform: uppercase;
  text-align: center;
  padding-top: 40px;
}
#outras_praias #newsContent {
  width: 100%;
  padding-bottom: 20px;
  background-color: #e9eeef;
}
#outras_praias #newsContent .newsItem {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#outras_praias #newsContent .newsItem .itemContainer {
  width: 100%;
}
#outras_praias #newsContent .newsItem .itemContainer .newsImage {
  text-align: center;
  overflow: hidden;
}
#outras_praias #newsContent .newsItem .itemContainer .newsImage img {
  max-height: 300px;
}
#outras_praias #newsContent .newsItem .itemContainer .newsImage .image {
  height: 180px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
#outras_praias #newsContent .newsItem .itemContainer .title {
  font-family: 'proxima_nova_rgbold';
  color: #0b0c0d;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: left;
  text-transform: uppercase;
  line-height: 25px;
  padding-bottom: 10px;
}
#outras_praias #newsContent .newsItem .itemContainer .moreInfo {
  padding-bottom: 20px;
}
#outras_praias #newsContent .newsItem .itemContainer .moreInfo a {
  color: #2d384d;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#outras_praias #newsContent .newsItem .itemContainer .moreInfo .line {
  border: 1px solid #ebaf2d;
  width: 60px;
}
/***************************************************************/

#noticias_relacionadas {
  background-color: white;
  padding-bottom: 40px;
}
#noticias_relacionadas .row {
  background-color: white;
  padding-left: 60px;
  padding-right: 60px;
}
#noticias_relacionadas .title {
  font-family: 'proxima_nova_rgbold';
  color: #0b0c0d;
  font-size: 45px;
  font-size: 4.5rem;
  text-transform: uppercase;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 25px;
}
#noticias_relacionadas .text {
  height: 250px;
  background-image: url(/html/reports/teste1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 250px;
}
#noticias_relacionadas .text .shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#noticias_relacionadas .text .textContainer {
  height: 100%;
}
#noticias_relacionadas .text .textContainer .articleDate {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #ebaf2d;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
}
#noticias_relacionadas .text .textContainer .contentType {
  position: absolute;
  top: 20px;
  right: 20px;
}
#noticias_relacionadas .text .textContainer .text {
  position: relative;
  z-index: 2;
  background: none;
  margin-top: 90px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
}
#noticias_relacionadas .text .textContainer .text a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
}
#noticias_relacionadas .text .textContainer .moreInfo {
  position: absolute;
  top: 200px;
  left: 0px;
  z-index: 2;
  margin-left: 30px;
  margin-bottom: 10px;
}
#noticias_relacionadas .text .textContainer .moreInfo a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
#noticias_relacionadas .text .textContainer .moreInfo .line {
  border: 1px solid #ebaf2d;
  width: 80px;
}
@media (max-width: 991px) {
  #indicacoes_tecnicas .row div .desktop {
    display: none;
  }
  #indicacoes_tecnicas .row div .tablet {
    display: block;
  }
  #indicacoes_tecnicas .row div .tablet .bx-pager {
    position: relative;
    width: 100%;
    top: -15px;
    text-align: center;
    visibility: visible;
  }
  #indicacoes_tecnicas .row div .tablet .bx-pager .bx-pager-link {
    background-color: black;
  }
  #indicacoes_tecnicas .row div .tablet .bx-pager .active {
    background-color: orange;
  }
  #indicacoes_tecnicas .row div .tablet .bx-controls-direction {
    display: none;
  }
  #indicacoes_tecnicas .row div .title {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #indicacoes_tecnicas .row .publicity {
    display: none;
  }
}
@media (max-width: 767px) {
  #indicacoes_tecnicas .row div .desktop {
    display: none;
  }
  #indicacoes_tecnicas .row div .tablet {
    display: block;
  }
  #indicacoes_tecnicas .row div .tablet .bx-pager {
    position: relative;
    width: 100%;
    top: -15px;
    text-align: center;
    visibility: visible;
  }
  #indicacoes_tecnicas .row div .tablet .bx-pager .bx-pager-link {
    background-color: black;
  }
  #indicacoes_tecnicas .row div .tablet .bx-pager .active {
    background-color: orange;
  }
  #indicacoes_tecnicas .row div .tablet .bx-controls-direction {
    display: none;
  }
  #indicacoes_tecnicas .row .publicity {
    display: none;
  }
  #indicacoes_uteis {
    background-color: white;
    padding-bottom: 0px;
  }
  #indicacoes_uteis .row {
    background-color: white;
  }
  #indicacoes_uteis .row.infoContainer {
    padding-left: 20px;
    padding-right: 20px;
  }
  #indicacoes_uteis .title {
    font-family: 'proxima_nova_rgbold';
    color: #0b0c0d;
    font-size: 25px;
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 45px;
    padding-bottom: 80px;
  }
  #indicacoes_uteis .icon {
    width: 100%;
    text-align: center;
    height: 78px;
  }
  #indicacoes_uteis .text {
    font-family: 'proxima_nova_rgregular';
    color: #718687;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 25px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 53px;
    min-height: 115px;
  }
}
@media (min-width: 980px) and (max-width: 1190px) {
  
}


/******* 155_livecams.less *******/
#liveCamsContainer .container .level2 {
  background-color: white;
  margin-top: -1px;
  min-height: 450px;
  padding-bottom: 40px;
}
#liveCamsContainer .container .level2 .menuBeachBackground {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
#liveCamsContainer .container .level2 .areas {
  margin-left: 70px;
}
#liveCamsContainer .container .level2 .areas .publicity {
  margin-top: 30px;
}
#liveCamsContainer .container .level2 .areas .beachTitle {
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 35px;
  font-size: 3.5rem;
  margin-top: 30px;
  height: 55px;
}
#liveCamsContainer .container .level2 .areas .beachMenuContainer .beachArea {
  color: #00474f;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  float: left;
  clear: both;
  margin-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#liveCamsContainer .container .level2 .areas .beachMenuContainer .beachArea .line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: 2px solid #00474f;
  width: 60px;
}
#liveCamsContainer .container .level2 .areas .beachMenuContainer .beachesContainer div {
  margin-top: 3px;
  position: relative;
  float: left;
  clear: both;
  color: gray;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#liveCamsContainer .container .level2 .areas .beachMenuContainer .beachesContainer div a {
  color: gray;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#liveCamsContainer .container .level2 .areas .beachMenuContainer .beachesContainer div a:hover {
  color: black;
}
#liveCamsContainer .container .level2.liveCamsLevel2page {
  background-color: white;
}
#liveCamsContainer .container .level2.liveCamsLevel2page .beachMenuContainer .beachArea {
  color: black;
}
#liveCamsContainer .container .level2.liveCamsLevel2page .beachMenuContainer .beachArea .line {
  border: 2px solid #ebaf2d;
}
#liveCamsContainer .container .level2.liveCamsLevel2page .beachMenuContainer .beachesContainer div {
  color: gray;
}
#liveCamsContainer .container .level2.liveCamsLevel2page .beachMenuContainer .beachesContainer div a {
  color: gray;
}
#liveCamsContainer .container .level2.liveCamsLevel2page .beachMenuContainer .beachesContainer div a:hover {
  color: black;
}
@media (max-width: 991px) {
  #liveCamsContainer .container .beachMenuContainer .beachArea {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  #liveCamsContainer .container .beachMenuContainer .beachesContainer div {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  #liveCamsContainer .container .beachMenuContainer .beachesContainer div a {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  #liveCamsContainer .container .beachMenuContainer .beachesContainer div a:hover {
    color: black;
  }
  #liveCamsContainer .container .areas .publicity {
    display: block;
    position: absolute;
    top: -140px;
    right: 50px;
  }
}
@media (max-width: 767px) {
  #liveCamsContainer .container .beachMenuContainer .beachArea {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  #liveCamsContainer .container .beachMenuContainer .beachesContainer div {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  #liveCamsContainer .container .beachMenuContainer .beachesContainer div a {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  #liveCamsContainer .container .beachMenuContainer .beachesContainer div a:hover {
    color: black;
  }
  #liveCamsContainer .container .areas .publicity {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1190px) {
  
}


/******* 15_backgrounds.less *******/
/**
 * Description: styles related to backgrounds.
 * User: ShareIT
 * Date: 12/Jan/2016
**/
html {
  background-color: black;
}
/* Background color */

.wrap {
  background-color: black;
}
/* Background image */

#overLoading {
  background-image: url(/css/images/black70.png);
}
#mainNavContainer,
.subMenuHolder > div,
.slideText,
.headerBox,
.footerBox,
.grayBox,
#imgThumbs li,
#tabsContainer > div,
.evenTable tr:nth-child(even),
#stepsList > li > div,
.continueButton,
#cartRightContent h2,
.bgColor {
  background-color: #f1f1f1;
}
#menuMain > li:hover > a,
#menuMain > li.activeItem > a,
#menuMain > li.inpath > a,
.paragraphButton a.btn,
.btn.btn-bg,
.listMode > li.active,
#tabsContainer > ul > li > a,
#menuMain > li.open > a,
#menuMain > li.open > ul > li {
  background: gray;
}
#menuMain > li.blue:hover > a {
  background: #0099ab;
}
.shareIcons ul > li > a,
#tabsContainer > ul > li.active > a,
#imgThumbs li.active,
#subMenuNav li.activeItem a,
#subMenuNav li.inpath a,
#subMenuNav li a:hover,
#stepsList > li.active > div,
#shareToTwitter.active,
#shareToFacebook.active {
  background-color: black;
}
#shareContainer,
#miniCart,
#compareProducts > div > div,
li.login > form {
  background-color: white;
}
a.addToCart.highlighted,
a#addToCartSubmit.highlighted {
  background-color: green;
}
#searchForm button,
#searchFormList button,
.noStyle input {
  background: transparent;
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  
}
@media (max-width: 991px) {
  
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
  
}


/******* 160_search.less *******/
#searchResultContainer {
  display: none;
}
.search-page {
  margin-top: 30px;
}
.search-page .ezsearch-summary {
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 28px;
  font-size: 2.8rem;
}
.search-page .ezsearch-result-count {
  margin-top: 20px;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 28px;
  font-size: 2.8rem;
}
.search-page .ezsearch-results {
  margin-top: 20px;
}
.search-page .ezsearch-results .ezsearch-result {
  margin-top: 20px;
}
.search-page .ezsearch-results .ezsearch-result h2 a {
  color: #f6ad00;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  font-size: 1.4rem;
}
.search-page .ezsearch-results .ezsearch-result p {
  font-family: 'proxima_nova_rgregular';
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.search-page .ezsearch-pager {
  margin-top: 20px;
}
.search-page .ezsearch-pager p {
  margin-top: 20px;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 28px;
  font-size: 2.8rem;
}
.search-page .ezsearch-pager p span {
  color: #f6ad00;
}
.search-page .ezsearch-pager p a {
  color: white;
}
@media (max-width: 991px) {
  
}
@media (max-width: 767px) {
  
}
@media (min-width: 980px) and (max-width: 1190px) {
  
}


/******* 165_regist.less *******/
.passwordChanged {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
.passwordChanged .message {
  position: relative;
  float: left;
  clear: both;
  text-align: center;
  width: 100%;
}
.passwordChanged .buttonToLogin {
  position: relative;
  float: left;
  clear: both;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.passwordChanged .buttonToLogin a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ebaf2d;
}
@media (max-width: 991px) {
  
}
@media (max-width: 767px) {
  
}
@media (min-width: 980px) and (max-width: 1190px) {
  
}


/******* 170_alertNotification.less *******/
#alertNotificationContainer {
  position: absolute !important;
  top: 55px;
  right: 0px;
  width: 248px  !important;
  height: auto  !important;
  background-color: white;
  float: unset;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 10px;
  z-index: 100;
}
#alertNotificationContainer .arrow-up {
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  position: absolute !important;
  right: 0;
  top: -60px;
  width: 0;
}
#alertNotificationContainer .itemNotification {
  position: relative;
  float: left;
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  width: 100% !important;
}
#alertNotificationContainer .itemNotification .title {
  position: relative;
  float: left;
  clear: both;
  color: #0099ac;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  margin-top: 10px !important;
  margin-left: 5px !important;
}
#alertNotificationContainer .itemNotification .text {
  position: relative;
  float: left;
  clear: both;
  color: #0b0c0d;
  font-family: 'proxima_novalight';
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  margin-left: 5px !important;
}
#alertNotificationContainer .itemNotification .time {
  position: relative;
  float: left;
  clear: both;
  color: #7a8687;
  font-family: 'proxima_novalight';
  font-size: 10px;
  font-size: 1rem;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  margin-top: 10px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: 238px  !important;
  padding-bottom: 2px !important;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 991px) {
  /*.loginContainer{
          .loginField{
              .inputLogin{
                  width:100%;
                  input{
                      width:100%;
                  }
              }
          }
      }*/
}
@media (max-width: 767px) {
  #headerContainer #loginForm .loginContainer .loginField {
    width: 100%;
  }
  #headerContainer #loginForm .loginContainer .loginField .inputLogin {
    width: 100%;
  }
  #headerContainer #loginForm .loginContainer .loginField .inputLogin input {
    width: 100%;
  }
  #headerContainer #sendPassword .loginContainer .loginField {
    width: 100%;
  }
  #headerContainer #sendPassword .loginContainer .loginField .inputLogin {
    width: 100%;
  }
  #headerContainer #sendPassword .loginContainer .loginField .inputLogin input {
    width: 100%;
  }
  #headerContainer #createUser .loginContainer .loginField {
    width: 100%;
  }
  #headerContainer #createUser .loginContainer .loginField .inputLogin {
    width: 100%;
  }
  #headerContainer #createUser .loginContainer .loginField .inputLogin input {
    width: 100%;
  }
  /*.loginContainer{
          .loginField{
              .inputLogin{
                  width:100%;
                  input{
                      width:100%;
                  }
              }
          }
      }*/
}
@media (min-width: 980px) and (max-width: 1190px) {
  
}


/******* 175_termsAndCondition.less *******/
#termsAndConditions {
  background-color: white;
}
#termsAndConditions #body-text {
  padding-bottom: 20px;
  color: #7a8687;
  font-family: "proxima_nova_rgregular";
  font-size: 1.6rem;
  line-height: 1.6em;
  padding-top: 15px;
}
#termsAndConditions #body-text h1 {
  color: #0b0c0d;
  font-family: "proxima_novasemibold";
  font-size: 3.2rem;
  line-height: 1.4em;
}
#termsAndConditions #body-text p {
  color: #7a8687;
  font-family: "proxima_nova_rgregular";
  font-size: 1.6rem;
  line-height: 1.6em;
  padding-top: 15px;
}
#termsAndConditions #body-text a {
  color: blue;
  text-decoration: underline;
}
@media (max-width: 991px) {
  
}
@media (max-width: 767px) {
  
}
@media (min-width: 980px) and (max-width: 1190px) {
  
}


/******* 180_pastime.less *******/
#pastimeContainer > section > #newsHead > img {
  width: 100%;
  height: auto;
}
#pastimeContainer > section > #pastimeText {
  margin-top: 30px;
  margin-bottom: 30px;
}
#pastimeContainer > section > #pastimeText > p {
  text-align: center;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  font-size: 1.4rem;
  color: white;
  line-height: 120%;
  margin-bottom: 15px;
}
#pastimeContainer > section > #pastimeText > p span {
  display: block;
}
#pastimeContainer > section > #pastimeText > p a {
  color: #ebaf2d;
}
#pastimeContainer > section > #pastimeForm > * {
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  font-size: 1.4rem;
  color: white;
  line-height: 120%;
}
#pastimeContainer > section > #pastimeForm > label {
  text-align: right;
  padding-right: 15px !important;
}
#pastimeContainer > section > #pastimeForm > input {
  color: black;
  border: none;
  margin-bottom: 15px;
}
#pastimeContainer > section > #pastimeForm > input:last-child {
  margin-bottom: 30px;
}
#pastimeContainer > section > #pastimeForm > #pastimeSubmit {
  background: transparent;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  display: block;
  text-align: center;
  color: white;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 60px;
}
#pastimeContainer > section > .loginContainer > a {
  text-align: center;
  position: relative;
  display: block;
}
#pastimeContainer > section > #response > p {
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  font-size: 1.4rem;
  color: white;
  line-height: 120%;
  text-align: center;
}
#pastimeContainer > section > .regulation {
  margin-top: 30px;
  text-align: center;
  display: block;
}
#pastimeContainer > section > .regulation > a > span {
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  font-size: 1.4rem;
  color: #ebaf2d;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 991px) {
  
}
@media (max-width: 767px) {
  
}
@media (min-width: 980px) and (max-width: 1190px) {
  
}


/******* 181_sponsor.less *******/
#mercedesWrapper {
  background-color: black;
}
#mercedesWrapper section #mercedesContent {
  padding-bottom: 30px;
}
#mercedesWrapper section #mercedesContent .itens {
  position: relative;
  padding-top: 70px;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer {
  margin-bottom: 40px;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem {
  margin-bottom: 0;
  margin-top: 0;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .cutImage {
  width: 100%;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .cutImage .image {
  width: 100%;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .cutImage .image > img {
  width: 100%;
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .title {
  font-family: 'proxima_nova_rgbold';
}
#mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem .type {
  font-family: 'proxima_nova_rgbold';
}
.sponsorDetail #newsContent .articleContent {
  z-index: 1;
  background: white;
}
.sponsorDetail #newsContent p {
  color: black;
}
.sponsorDetail #newsContent .paddingTop {
  padding-top: 10px !important;
}
.sponsorDetail #mercedesWrapper > h2 {
  font-size: 40px;
  font-size: 4rem;
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  text-align: center;
  margin-top: 60px;
}
#sponsorContainer .publicityContent {
  visibility: hidden;
}
#sponsorContainer #sponsorParagraphContainer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: white;
  padding-left: 10px;
}
#sponsorContainer #sponsorParagraphContainer h2 {
  padding-top: 20px;
  font-family: 'proxima_nova_rgbold';
  font-size: 25px;
  font-size: 2.5rem;
  color: black;
  padding-bottom: 20px;
}
#sponsorContainer #sponsorParagraphContainer p,
#sponsorContainer #sponsorParagraphContainer span {
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  font-size: 1.6rem;
  color: #7a8687;
}
#sponsorContainer #sponsorArticlesContainer {
  background-color: white;
  padding-top: 80px;
}
#sponsorContainer #sponsorArticlesContainer #sponsorArticleContainer {
  padding-bottom: 60px;
}
#sponsorContainer #sponsorArticlesContainer #sponsorArticleContainer .line {
  position: relative;
  float: left;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid black;
  width: 55px;
  display: block;
  float: none;
}
#sponsorContainer #sponsorArticlesContainer #sponsorArticleContainer h2 > a {
  text-align: left;
  font-family: 'proxima_nova_rgbold';
  font-size: 30px;
  font-size: 3rem;
  color: black;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#sponsorContainer #sponsorArticlesContainer #sponsorArticleContainer p,
#sponsorContainer #sponsorArticlesContainer #sponsorArticleContainer span {
  padding-bottom: 15px;
  text-align: left;
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  font-size: 1.6rem;
  color: black;
  line-height: 120%;
}
#sponsorContainer #sponsorArticlesContainer .seeMoreContent {
  padding-bottom: 10px;
}
#sponsorContainer #sponsorArticlesContainer .seeMoreContent a span.yellowLine {
  display: block;
  text-align: center;
  color: black;
  font-family: "proxima_nova_rgbold";
  text-transform: uppercase;
  font-size: 2.5rem;
  border-bottom: 2px solid #ebaf2d;
  width: 120px;
}
@media (max-width: 991px) {
  .sponsorDetail #newsContent .articleContent {
    top: 0;
    padding-top: 0;
  }
  .sponsorDetail #mercedesWrapper section #mercedesContent .bx-viewport {
    background-color: transparent !important;
  }
  .sponsorDetail #mercedesWrapper section #mercedesContent .bx-viewport ul li {
    background-color: transparent !important;
  }
  .sponsorDetail #mercedesWrapper section #mercedesContent .bx-wrapper {
    width: 100%;
  }
  .sponsorDetail #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls {
    position: relative;
    top: -15px;
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  .sponsorDetail #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls .bx-pager {
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  .sponsorDetail #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
    background-color: gray;
  }
  .sponsorDetail #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls .bx-pager .active {
    background-color: orange;
  }
  #mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem {
    height: 420px;
    margin-top: 20px;
  }
  #sponsorContainer #slideShowContainer ul li {
    text-align: center;
  }
  #sponsorContainer #slideShowContainer ul li .slideTextBox {
    left: 10% !important;
  }
  #sponsorContainer #slideShowContainer ul li .slideTextBox .seeMoreContent {
    text-align: center;
  }
  #sponsorContainer #slideShowContainer ul li .slideTextBox .seeMoreContent > div {
    left: 50%;
    position: absolute;
    margin-left: -45px;
  }
  #sponsorContainer #sponsorParagraphContainer {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  #sponsorContainer #mercedesWrapper section #mercedesContent .bx-viewport {
    background-color: transparent !important;
  }
  #sponsorContainer #mercedesWrapper section #mercedesContent .bx-viewport ul li {
    background-color: transparent !important;
  }
  #sponsorContainer #mercedesWrapper section #mercedesContent .bx-wrapper {
    width: 100%;
  }
  #sponsorContainer #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls {
    position: relative;
    top: -15px;
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  #sponsorContainer #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls .bx-pager {
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  #sponsorContainer #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
    background-color: gray;
  }
  #sponsorContainer #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls .bx-pager .active {
    background-color: orange;
  }
  #sponsorContainer #sponsorArticlesContainer #sponsorArticleContainer .sponsorArticle {
    margin-top: 20px;
    padding: 0 !important;
  }
  #sponsorContainer #sponsorArticlesContainer #sponsorArticleContainer .seeMoreContent a > span.yellowLine {
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    color: black;
    border-bottom: 2px solid #ebaf2d;
  }
}
@media (max-width: 767px) {
  .sponsorDetail #newsContent .articleContent {
    top: 0;
    padding-top: 0;
  }
  .sponsorDetail #mercedesWrapper section #mercedesContent .bx-viewport {
    background-color: transparent !important;
  }
  .sponsorDetail #mercedesWrapper section #mercedesContent .bx-viewport ul li {
    background-color: transparent !important;
  }
  .sponsorDetail #mercedesWrapper section #mercedesContent .bx-wrapper {
    width: 100%;
  }
  .sponsorDetail #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls {
    position: relative;
    top: -15px;
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  .sponsorDetail #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls .bx-pager {
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  .sponsorDetail #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
    background-color: gray;
  }
  .sponsorDetail #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls .bx-pager .active {
    background-color: orange;
  }
  #mercedesWrapper section #mercedesContent .itens .mercItemContainer .mercItem {
    height: 350px;
    margin-top: 20px;
  }
  #sponsorContainer #slideShowContainer ul li {
    text-align: center;
  }
  #sponsorContainer #slideShowContainer ul li .slideTextBox {
    left: 10% !important;
  }
  #sponsorContainer #slideShowContainer ul li .slideTextBox .seeMoreContent {
    text-align: center;
  }
  #sponsorContainer #slideShowContainer ul li .slideTextBox .seeMoreContent > div {
    left: 50%;
    position: absolute;
    margin-left: -45px;
  }
  #sponsorContainer #sponsorParagraphContainer {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  #sponsorContainer #sponsorParagraphContainer div {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  #sponsorContainer #mercedesWrapper section #mercedesContent .bx-viewport {
    background-color: transparent !important;
  }
  #sponsorContainer #mercedesWrapper section #mercedesContent .bx-viewport ul li {
    background-color: transparent !important;
  }
  #sponsorContainer #mercedesWrapper section #mercedesContent .bx-wrapper {
    width: 100%;
  }
  #sponsorContainer #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls {
    position: relative;
    top: -15px;
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  #sponsorContainer #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls .bx-pager {
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  #sponsorContainer #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
    background-color: gray;
  }
  #sponsorContainer #mercedesWrapper section #mercedesContent .bx-wrapper .bx-controls .bx-pager .active {
    background-color: orange;
  }
  #sponsorContainer #sponsorArticlesContainer #sponsorArticleContainer .sponsorArticle {
    margin-top: 20px;
    padding: 0 !important;
  }
}
@media (min-width: 980px) and (max-width: 1190px) {
  
}


/******* 182_opinionArticle.less *******/
#articleDetailContainer #logoHeader {
  height: 120px;
  text-align: center;
}
#articleDetailContainer #logoHeader img {
  margin-top: 20px;
  height: 80px!important;
  display: inline-block;
  vertical-align: middle;
}
#articleDetailContainer #scrollHeader {
  height: 100px;
  position: fixed;
  width: 100%;
  top: 90px;
  z-index: 100;
}
#articleDetailContainer #scrollHeader .logoContainer {
  margin-top: 25px;
  margin-left: 40px !important;
}
#articleDetailContainer #scrollHeader .titleContainer {
  text-align: center;
  margin-top: 35px;
}
#articleDetailContainer #scrollHeader .titleContainer .article {
  font-family: "proxima_nova_rgbold";
  color: #efd536;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
#articleDetailContainer #scrollHeader .titleContainer .article:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 1px;
  border: 1px solid white;
  margin-left: 5px;
  vertical-align: super;
}
#articleDetailContainer #scrollHeader .titleContainer .title {
  font-family: "proxima_nova_rgbold";
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
#articleDetailContainer #scrollHeader .authorContainer {
  margin-top: 15px;
  margin-left: 40px;
}
#articleDetailContainer #scrollHeader .authorContainer .authorImage {
  float: left;
  margin-right: 15px;
}
#articleDetailContainer #scrollHeader .authorContainer span {
  position: absolute;
  margin-top: 15px;
  margin-top: 10px;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
}
#articleDetailContainer section #opinionArticleContent {
  background-color: white;
  padding-top: 25px;
}
#articleDetailContainer section #opinionArticleContent .authorArticle #authorHeader {
  margin-top: 40px;
  padding-left: 15px !important;
}
#articleDetailContainer section #opinionArticleContent .authorArticle .authorImage {
  height: 73px !important;
  width: 73px !important;
  float: left;
  background-repeat: no-repeat;
}
#articleDetailContainer section #opinionArticleContent .authorArticle .title {
  font-family: "proxima_nova_rgbold";
  color: black;
  font-size: 13px;
  font-size: 1.3rem;
}
#articleDetailContainer section #opinionArticleContent .authorArticle .yellow {
  color: #efd536 !important;
}
#articleDetailContainer section #opinionArticleContent .authorArticle .text {
  font-family: 'proxima_nova_rgregular';
  color: #7a8687;
}
#articleDetailContainer section #opinionArticleContent .authorArticle label,
#articleDetailContainer section #opinionArticleContent .authorArticle span {
  color: black;
}
#articleDetailContainer section #opinionArticleContent .authorArticle div {
  margin-top: 20px;
}
#articleDetailContainer section #opinionArticleContent #left_column .separator {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid gray;
  width: 100%;
}
#articleDetailContainer section #opinionArticleContent #left_column .left_column_titles {
  font-family: 'proxima_nova_rgbold';
  color: #2a384f;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
}
#articleDetailContainer section #opinionArticleContent #left_column #tagsList > ul > li {
  font-family: 'proxima_novasemibold';
  font-size: 12px;
  font-size: 1.2rem;
  color: #9d9d9d;
  line-height: 1.2em;
  margin-top: 15px;
  display: inline-flex;
  padding: 3px 10px 3px 10px;
  border: 2px solid #9d9d9d;
  border-radius: 6px;
}
#articleDetailContainer section #opinionArticleContent #left_column #tagsList > ul > li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #9d9d9d;
  line-height: 1.2em;
}
#articleDetailContainer section #opinionArticleContent #left_column #tagsList > ul > li:hover {
  background-color: #9e9e9e;
}
#articleDetailContainer section #opinionArticleContent #left_column #tagsList > ul > li:hover a {
  color: white;
}
#articleDetailContainer section #opinionArticleContent #left_column #shares > ul > li {
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 17px;
  font-size: 1.7rem;
}
#articleDetailContainer section #opinionArticleContent #center_column {
  margin-top: 20px;
}
#articleDetailContainer section #opinionArticleContent #center_column .title {
  font-family: 'proxima_nova_rgbold';
  color: black;
  font-size: 40px;
  font-size: 4rem;
}
#articleDetailContainer section #opinionArticleContent #center_column .body {
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  font-size: 1.6rem;
  color: #7a8687;
  line-height: 1.6em;
  padding-top: 15px;
}
#articleDetailContainer section #opinionArticleContent #center_column .body iframe {
  width: 100%;
}
#articleDetailContainer section #opinionArticleContent #center_column .body div {
  color: #7a8687;
}
#articleDetailContainer section #opinionArticleContent #center_column .body .articleBody {
  color: #7a8687;
}
#articleDetailContainer section #opinionArticleContent #center_column .body .articleBody .node-titulo {
  color: #7a8687;
}
#articleDetailContainer section #opinionArticleContent #center_column .body .articleBody .node-subtitulo {
  color: #7a8687;
}
#articleDetailContainer section #opinionArticleContent #center_column .body .text_exposed_show {
  color: #7a8687;
}
#articleDetailContainer section #opinionArticleContent #center_column .body p {
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  padding-bottom: 15px;
}
#articleDetailContainer section #opinionArticleContent #center_column .body em {
  font-family: 'proxima_novasemibold_italic';
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
#articleDetailContainer section #opinionArticleContent #center_column .body a {
  line-height: inherit;
  color: blue;
  text-decoration: underline;
  font-family: inherit;
  font-size: inherit;
}
#articleDetailContainer section #opinionArticleContent #center_column .body span {
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
#articleDetailContainer section #opinionArticleContent #center_column .highlight_img img {
  width: 100%;
  height: 150px;
}
#articleDetailContainer section #opinionArticleContent #center_column .highlight_img .highlight_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#articleDetailContainer section #opinionArticleContent #center_column .highlight_img .highlight_logo img {
  height: 42px;
  width: 42px;
}
#articleDetailContainer section #opinionArticleContent #center_column .highlight_img .highlight_wave {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
#articleDetailContainer section #opinionArticleContent #center_column .highlight_img .highlight_wave img {
  height: 11px;
  width: 77px;
}
#articleDetailContainer section #opinionArticleContent #center_column .topic {
  height: 150px;
  color: white;
  background-color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 27px;
  font-size: 2.7rem;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  #articleDetailContainer section #opinionArticleContent #center_column {
    padding-bottom: 20px;
  }
  #articleDetailContainer section #opinionArticleContent #center_column .title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  #articleDetailContainer section #opinionArticleContent #left_column #shares {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #articleDetailContainer section #opinionArticleContent .authorArticle #authorHeader {
    margin-top: 25px;
  }
  #articleDetailContainer section #opinionArticleContent #left_column #shares {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #articleDetailContainer section #opinionArticleContent .authorArticle #authorHeader {
    width: 100% !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 310px) {
  #articleDetailContainer section #opinionArticleContent .authorArticle div {
    width: 100% !important;
  }
  #articleDetailContainer section #opinionArticleContent #center_column {
    padding-bottom: 20px;
  }
  #articleDetailContainer section #opinionArticleContent #center_column .title {
    font-size: 20px;
    font-size: 2rem;
  }
}


/******* 183_SurfPortugal.less *******/
.specificNewsroom .header {
  margin-top: 100px;
}
.specificNewsroom .header .logo {
  height: 80px;
}
.specificNewsroom .header .separator {
  border: 1px solid #ebaf2d;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 70px;
}
.specificNewsroom .header .description {
  padding-top: 20px;
  font-family: 'proxima_nova_rgregular';
  color: #7a8687;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
.specificNewsroom .articles-page {
  background-color: transparent;
}
.specificNewsroom .articles-page p a {
  color: white;
  cursor: pointer;
}
.specificNewsroom .articles-page p span {
  cursor: default;
}
.specificNewsroom div #newsWrapper,
.specificNewsroom div #newsWrapperMobile {
  background-color: transparent;
}
.specificNewsroom div #newsWrapper section #newsContent,
.specificNewsroom div #newsWrapperMobile section #newsContent,
.specificNewsroom div #newsWrapper section #newsContentMobile,
.specificNewsroom div #newsWrapperMobile section #newsContentMobile {
  background-color: transparent;
}
.specificNewsroom div #newsWrapper section #newsContent .newsItem,
.specificNewsroom div #newsWrapperMobile section #newsContent .newsItem,
.specificNewsroom div #newsWrapper section #newsContentMobile .newsItem,
.specificNewsroom div #newsWrapperMobile section #newsContentMobile .newsItem {
  background-color: transparent;
}
.specificNewsroom div #newsWrapper section #newsContent .newsItem .itemContainer,
.specificNewsroom div #newsWrapperMobile section #newsContent .newsItem .itemContainer,
.specificNewsroom div #newsWrapper section #newsContentMobile .newsItem .itemContainer,
.specificNewsroom div #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer {
  border-bottom: 0px;
}
.specificNewsroom div #newsWrapper section #newsContent .newsItem .itemContainer .newsImage,
.specificNewsroom div #newsWrapperMobile section #newsContent .newsItem .itemContainer .newsImage,
.specificNewsroom div #newsWrapper section #newsContentMobile .newsItem .itemContainer .newsImage,
.specificNewsroom div #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .newsImage {
  background-color: white;
}
.specificNewsroom div #newsWrapper section #newsContent .newsItem .itemContainer .newsImage a .imageItem,
.specificNewsroom div #newsWrapperMobile section #newsContent .newsItem .itemContainer .newsImage a .imageItem,
.specificNewsroom div #newsWrapper section #newsContentMobile .newsItem .itemContainer .newsImage a .imageItem,
.specificNewsroom div #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .newsImage a .imageItem {
  width: 100%!important;
}
.specificNewsroom div #newsWrapper section #newsContent .newsItem .itemContainer .newsImage .newsItem,
.specificNewsroom div #newsWrapperMobile section #newsContent .newsItem .itemContainer .newsImage .newsItem,
.specificNewsroom div #newsWrapper section #newsContentMobile .newsItem .itemContainer .newsImage .newsItem,
.specificNewsroom div #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .newsImage .newsItem {
  width: 100% !important;
}
.specificNewsroom div #newsWrapper section #newsContent .newsItem .itemContainer .date,
.specificNewsroom div #newsWrapperMobile section #newsContent .newsItem .itemContainer .date,
.specificNewsroom div #newsWrapper section #newsContentMobile .newsItem .itemContainer .date,
.specificNewsroom div #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .date {
  color: #ebaf2d;
}
.specificNewsroom div #newsWrapper section #newsContent .newsItem .itemContainer .title a,
.specificNewsroom div #newsWrapperMobile section #newsContent .newsItem .itemContainer .title a,
.specificNewsroom div #newsWrapper section #newsContentMobile .newsItem .itemContainer .title a,
.specificNewsroom div #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .title a {
  color: white;
}
.specificNewsroom div #newsWrapper section #newsContent .newsItem .itemContainer .moreInfo a,
.specificNewsroom div #newsWrapperMobile section #newsContent .newsItem .itemContainer .moreInfo a,
.specificNewsroom div #newsWrapper section #newsContentMobile .newsItem .itemContainer .moreInfo a,
.specificNewsroom div #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .moreInfo a {
  color: white;
}
#surfPortugalDetailContainer {
  background-color: white;
  color: black;
}
#surfPortugalDetailContainer section #newsHead {
  overflow: hidden;
}
#surfPortugalDetailContainer section #newsHead .slideImage {
  height: 600px!important;
}
#surfPortugalDetailContainer section #newsHead div .img_stretch {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
#surfPortugalDetailContainer section #newsHead div .newsTitle,
#surfPortugalDetailContainer section #newsHead div .newsTitle {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}
#surfPortugalDetailContainer section #newsHead div .newsTitle .outer,
#surfPortugalDetailContainer section #newsHead div .newsTitle .outer {
  display: table;
  text-align: center;
  height: 100%;
  width: 100%;
}
#surfPortugalDetailContainer section #newsHead div .newsTitle .outer .middle,
#surfPortugalDetailContainer section #newsHead div .newsTitle .outer .middle {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
#surfPortugalDetailContainer section #newsHead div .newsTitle .outer .middle .topic,
#surfPortugalDetailContainer section #newsHead div .newsTitle .outer .middle .topic {
  display: inline-block;
  width: 60%;
  padding: 20px;
  font-family: 'proxima_novablack';
  color: white;
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 1em;
  text-transform: uppercase;
}
#surfPortugalDetailContainer section #newsHead div .newsTitle .outer .middle .date,
#surfPortugalDetailContainer section #newsHead div .newsTitle .outer .middle .date {
  padding-top: 20px;
  font-family: 'proxima_nova_rgbold';
  color: white;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
}
#surfPortugalDetailContainer section #newsHead div .newsTitle .outer .middle .arrow,
#surfPortugalDetailContainer section #newsHead div .newsTitle .outer .middle .arrow {
  padding-top: 50px;
}
#surfPortugalDetailContainer section #newsHead div .newsTitle .outer .middle .whitebox,
#surfPortugalDetailContainer section #newsHead div .newsTitle .outer .middle .whitebox {
  position: absolute;
  bottom: 0px;
  height: 10%;
  width: 60%;
  margin-left: -30%;
  left: 50%;
  background-color: white;
}
#surfPortugalDetailContainer section #newsHead #logoMobileContainer {
  height: 100px;
  background-color: black;
}
#surfPortugalDetailContainer section #newsHead #logoMobileContainer #logoMobile {
  padding-top: 20px;
  height: 80px;
  background-repeat: no-repeat;
}
#surfPortugalDetailContainer section .authorSurfPortugalArticle #logoContainer {
  background-repeat: no-repeat;
  background-color: black;
  height: 200px;
  width: 200px;
  margin-top: -140px;
  margin-left: -21px;
  position: absolute;
  z-index: 60;
}
#surfPortugalDetailContainer section .authorSurfPortugalArticle #logoContainer #logo {
  margin-left: 22px;
  margin-top: 70px;
  height: 100px;
  background-repeat: no-repeat;
}
#surfPortugalDetailContainer section .authorSurfPortugalArticle .summary {
  margin-top: 90px !important;
}
#surfPortugalDetailContainer section .authorSurfPortugalArticle .title {
  font-family: "proxima_nova_rgbold";
  color: black;
  font-size: 13px;
  font-size: 1.3rem;
}
#surfPortugalDetailContainer section .authorSurfPortugalArticle .text {
  font-family: 'proxima_nova_rgregular';
  color: #7a8687;
}
#surfPortugalDetailContainer section .authorSurfPortugalArticle label,
#surfPortugalDetailContainer section .authorSurfPortugalArticle span {
  color: black;
}
#surfPortugalDetailContainer section .authorSurfPortugalArticle div {
  margin-top: 20px;
}
#surfPortugalDetailContainer section #left_column {
  display: block!important;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer {
  background-color: #0b0c0d;
  padding-bottom: 50px;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .title {
  padding-top: 50px;
  padding-bottom: 30px;
  font-family: "proxima_nova_rgbold";
  color: white;
  text-transform: uppercase;
  font-size: 42px;
  font-size: 4.2rem;
  text-align: center;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .galleryContentWrapper {
  padding-left: 25px!important;
  padding-right: 25px!important;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .galleryContentWrapper .galleryContent {
  width: 800px;
  height: 425px;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .galleryContentWrapper .description {
  width: 800px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'proxima_nova_rgregular';
  color: #7a8687;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  word-break: break-word;
  text-align: justify;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .galleryContentWrapperMobile {
  height: 600px;
  background-color: #0b0c0d;
  padding-left: 25px!important;
  padding-right: 25px!important;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .galleryContentWrapperMobile .galleryContentMobile {
  background-color: #0b0c0d;
  background-repeat: no-repeat;
  width: 100%;
  height: 425px;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .galleryContentWrapperMobile .descriptionMobile {
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'proxima_nova_rgregular';
  color: #7a8687;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  word-break: break-word;
  text-align: justify;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .bx-has-pager .bx-pager {
  padding-bottom: 10px;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .bx-has-pager .bx-pager .bx-pager-item {
  padding: 0px!important;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .bx-has-pager .bx-pager .bx-pager-item .active {
  background-color: #f6ad00;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .bx-has-pager .bx-controls-direction {
  display: none;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .slick-slide {
  filter: brightness(20%);
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .slick-active {
  filter: brightness(100%);
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .bx-wrapper {
  display: none;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .btnGallery {
  z-index: 100;
  margin-top: -350px;
  cursor: pointer;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery #btnNextGallery {
  text-align: end;
  padding-right: 100px!important;
}
#surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery #btnPrevGallery {
  text-align: start;
  padding-left: 100px !important;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer {
  padding-top: 50px;
  padding-bottom: 40px;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer .title {
  font-family: "proxima_nova_rgbold";
  color: white;
  text-transform: uppercase;
  font-size: 42px;
  font-size: 4.2rem;
  text-align: center;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapper {
  background-color: transparent;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapper section #newsContent {
  background-color: transparent;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapper section #newsContent .newsItem {
  background-color: transparent;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapper section #newsContent .newsItem .itemContainer {
  border-bottom: 0px;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapper section #newsContent .newsItem .itemContainer .newsImage {
  background-color: white;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapper section #newsContent .newsItem .itemContainer .newsImage a .imageItem {
  width: 100%!important;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapper section #newsContent .newsItem .itemContainer .date {
  color: #ebaf2d;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapper section #newsContent .newsItem .itemContainer .title a {
  color: white;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapper section #newsContent .newsItem .itemContainer .moreInfo a {
  color: white;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile {
  background-color: transparent;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile section #newsContentMobile {
  background-color: transparent;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile section #newsContentMobile .newsItem {
  background-color: transparent;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer {
  border-bottom: 0px;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .newsImage {
  background-color: white;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .date {
  color: #ebaf2d;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .title a {
  color: white;
}
#surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile section #newsContentMobile .newsItem .itemContainer .moreInfo a {
  color: white;
}
@media (max-width: 991px) {
  .specificNewsroom .header {
    margin-top: 20px;
    padding-right: 30px!important;
    padding-left: 30px!important;
  }
  .specificNewsroom .header .logo {
    margin-right: 50%!important;
  }
  .specificNewsroom .header .description {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .specificNewsroom .containerSlider {
    padding-right: 30px!important;
    padding-left: 30px!important;
  }
  .specificNewsroom .containerSlider #newsWrapperMobile .newsItem .itemContainer .title {
    min-height: 30px!important;
  }
  .specificNewsroom .containerSlider #newsWrapperMobile .newsItem .itemContainer .moreInfo {
    min-height: 30px !important;
  }
  .specificNewsroom .containerSlider #newsWrapperMobile .bx-has-pager .bx-pager .bx-pager-item {
    padding: 0px!important;
  }
  .specificNewsroom .containerSlider #newsWrapperMobile .bx-has-pager .bx-pager .bx-pager-item .active {
    background-color: #f6ad00;
  }
  .specificNewsroom .containerSlider #newsWrapperMobile .bx-has-pager .bx-controls-direction {
    display: none;
  }
  .specificNewsroom .containerSlider #newsWrapperMobile .bx-viewport {
    background-color: transparent !important;
  }
  .specificNewsroom .containerSlider #newsWrapperMobile .btnSurfPortugalHome {
    margin-top: 8px;
    z-index: 11;
  }
  .specificNewsroom .containerSlider #newsWrapperMobile #btnSurfPortugalPrevHomePage {
    text-align: start;
    padding-left: 20px!important;
  }
  .specificNewsroom .containerSlider #newsWrapperMobile #btnSurfPortugalNextHomePage {
    text-align: end;
    padding-right: 20px!important;
  }
  .specificNewsroom .containerSlider .articles-page {
    margin-top: 40px;
  }
  #surfPortugalDetailContainer section #newsHead {
    overflow: hidden;
  }
  #surfPortugalDetailContainer section #newsHead .slideImage {
    height: 600px!important;
  }
  #surfPortugalDetailContainer section #newsHead div .newsTitle .outer .middle .topic {
    width: 100%;
    font-size: 50px;
    font-size: 5rem;
  }
  #surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile .newsItem .itemContainer .title {
    min-height: 30px!important;
  }
  #surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile .newsItem .itemContainer .moreInfo {
    min-height: 30px !important;
  }
  #surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile .bx-has-pager .bx-pager .bx-pager-item {
    padding: 0px!important;
  }
  #surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile .bx-has-pager .bx-pager .bx-pager-item .active {
    background-color: #f6ad00;
  }
  #surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile .bx-has-pager .bx-controls-direction {
    display: none;
  }
  #surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile .bx-viewport {
    background-color: transparent !important;
  }
  #surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile .btnSurfPortugalHome {
    margin-top: 8px;
    z-index: 11;
  }
  #surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile #btnSurfPortugalDetailPrev {
    text-align: start;
    padding-left: 20px!important;
  }
  #surfPortugalDetailContainer section #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile #btnSurfPortugalDetailNext {
    text-align: end;
    padding-right: 20px!important;
  }
  #surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .btnGallery {
    position: relative!important;
    margin-top: 0px!important;
  }
  #surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery #btnPrevGallery {
    text-align: start;
    margin-left: 0px!important;
    padding-left: 20px!important;
  }
  #surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery #btnNextGallery {
    text-align: end;
    margin-left: 0px!important;
    padding-right: 20px!important;
  }
  #surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .bx-wrapper {
    display: block!important;
  }
  #surfPortugalDetailContainer section #surfPortugalGalleryContainer #surfPortugalGallery .slick-slide {
    filter: brightness(100%);
  }
}
@media (max-width: 310px) {
  .specificNewsroom .containerSlider #newsWrapperMobile #btnSurfPortugalNextHomePage,
  .specificNewsroom .containerSlider #newsWrapperMobile #btnSurfPortugalPrevHomePage {
    display: none !important;
  }
  #surfPortgalRelatedNews .relatedContainer #newsWrapperMobile .btnSurfPortugalHome {
    display: none;
  }
  #surfPortugalGalleryContainer #surfPortugalGallery .btnGallery {
    display: none;
  }
  .authorSurfPortugalArticle div {
    width: 100%!important;
  }
}


/******* 20_navigation.less *******/
/**
 * Description: styles related to navigation.
 * User: Manuel Nogueira
 * Date: 12/Jan/2016
**/
.shopActive {
  background: #0099ab;
}
#subMenuShop {
  background: #0099ab;
  text-align: center;
}
#subMenuShop div ul {
  padding-top: 26px;
  padding-bottom: 26px;
}
#subMenuShop div ul li {
  display: inline;
  margin: auto 2% auto 2%;
}
#subMenuShop div ul li a {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: 'proxima_nova_rgbold';
  color: white;
  top: 5px;
}
#headerContainer.fixed {
  background-color: black;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 90px;
}
#searchButtonContainer #searchLinkMobile {
  display: none;
}
#mainNavContainer .home_mobile_searchBox {
  display: none;
}
#mainNavContainer #mobileMenuLoginContainer {
  display: none;
}
#menuMainContainer #brandsMenu {
  min-height: 23px;
  margin-top: 5px;
}
#menuMainContainer #brandsMenu .brandItem {
  position: relative;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
#menuMainContainer #brandsMenu .brandItem.right {
  position: relative;
  float: right;
}
#menuMainContainer #brandsMenu .brandItem.right a img {
  height: 20px;
}
#menuMainContainer .level2 {
  background-color: #0099ab;
  margin-top: -1px;
  display: none;
  min-height: 556px;
}
#menuMainContainer .level2 .menuBeachBackground {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
#menuMainContainer .level2 .areas {
  margin-left: 70px;
}
#menuMainContainer .level2 .areas .beachTitle {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 35px;
  font-size: 3.5rem;
  margin-top: 30px;
  height: 55px;
}
#menuMainContainer .level2 .areas .beachMenuContainer .beachArea {
  color: #00474f;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  float: left;
  clear: both;
  height: 30px;
  margin-top: 20px;
}
#menuMainContainer .level2 .areas .beachMenuContainer .beachArea .line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: 2px solid #00474f;
  width: 60px;
}
#menuMainContainer .level2 .areas .beachMenuContainer .beachesContainer div {
  margin-top: 3px;
  position: relative;
  float: left;
  clear: both;
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 1000;
}
#menuMainContainer .level2 .areas .beachMenuContainer .beachesContainer div a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#menuMainContainer .level2.liveCamsLevel2 {
  background-color: black;
}
#menuMainContainer .level2.liveCamsLevel2 .beachMenuContainer .beachArea {
  color: white;
}
#menuMainContainer .level2.liveCamsLevel2 .beachMenuContainer .beachArea .line {
  border: 2px solid #ebaf2d;
}
#menuMainContainer .level2.liveCamsLevel2 .beachMenuContainer .beachesContainer div {
  color: gray;
}
#menuMainContainer .level2.liveCamsLevel2 .beachMenuContainer .beachesContainer div a {
  color: gray;
}
#menuMainContainer .level2.liveCamsLevel2 .beachMenuContainer .beachesContainer div a:hover {
  color: white;
}
#menuMainContainer #searchInputContainer {
  display: none;
  margin-top: -1px;
  background-color: white;
}
#menuMainContainer #searchInputContainer .yellow {
  background-color: #ebaf2d;
  min-height: 60px;
  width: 60px;
  position: relative;
  float: left;
}
#menuMainContainer #searchInputContainer .whiteInput {
  min-height: 60px;
  width: 80%;
  position: relative;
  float: left;
}
#menuMainContainer #searchInputContainer .whiteInput input {
  border: none;
  width: 100%;
  height: 60px;
  color: #989898;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 20px;
}
#menuMainContainer #searchInputContainer .whiteInput form input {
  border: none;
  width: 100%;
  height: 60px;
  color: #989898;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 20px;
}
#menuMainContainer #searchInputContainer .whiteInput form .sb-search-submit {
  display: none;
}
#mainNavContainer {
  border: 1px solid #343535;
  border-bottom-width: 0px;
}
#mainNavContainer div #searchButtonContainer {
  min-height: 60px;
  width: 60px;
  text-align: center;
  position: relative;
  margin-right: 0px;
  float: left;
}
#mainNavContainer div #searchButtonContainer a {
  width: 60px;
  height: 60px;
}
#mainNavContainer div #searchButtonContainer a .searchBox {
  height: 60px;
  width: 60px;
  padding-top: 20px;
}
#mainNavContainer div #searchButtonContainer a .searchBox .iconSearch {
  margin-left: 22px;
  width: 16px;
  height: 17px;
  background: url(/images/2016/menu/seach_logo.png) 0 0;
}
#mainNavContainer div #searchButtonContainer.yellow {
  background-color: #ebaf2d;
}
#mainNavContainer div #searchButtonContainer.yellow a .searchBox .iconSearch {
  background: url(/images/2016/menu/seach_logo.png) 0 -16px;
}
#mainNavContainer div .logo {
  position: relative;
  float: left;
  margin-top: 20px;
  margin-left: 15px;
}
#mainNavContainer .navbar {
  border-bottom-width: 0px;
}
#mainNavContainer .navbar #navbar #menuMain {
  /*border-left: 1px solid #343535;
                    border-right: 1px solid #343535;*/
  width: 100%;
  /*display: table;
                    table-layout: fixed; /* optional */

}
#mainNavContainer .navbar #navbar #menuMain li.link a {
  padding-top: 22px;
}
#mainNavContainer .navbar #navbar #menuMain li.mobileShopProducts a {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'proxima_novalight';
  color: white;
}
#mainNavContainer .navbar #navbar #menuMain li {
  margin-right: 0px;
  height: 59px;
  /*display: table-cell;
                        width: auto;
                        text-align: center;*/

}
#mainNavContainer .navbar #navbar #menuMain li a .subMenuText {
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 14px;
  font-size: 1.4rem;
}
#mainNavContainer .navbar #navbar #menuMain .login-mobile,
#mainNavContainer .navbar #navbar #menuMain .idioma-mobile {
  display: none;
}
#mainNavContainer div #menuLoginContainer {
  position: relative;
  float: right;
}
#mainNavContainer div #menuLoginContainer div,
#mainNavContainer div #menuLoginContainer nav {
  position: relative;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  height: 60px;
  padding-top: 20px;
}
#mainNavContainer div #menuLoginContainer #weatherContainer {
  padding-top: 0;
  padding-right: 10px;
}
#mainNavContainer div #menuLoginContainer #weatherContainer .weather {
  position: relative;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  height: 28px;
  margin-top: 4px;
}
#mainNavContainer div #menuLoginContainer #weatherContainer .weather #weatherIcon {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#mainNavContainer div #menuLoginContainer #weatherContainer .weather #weatherIcon img {
  height: 32.5px;
  width: 33px;
}
#mainNavContainer div #menuLoginContainer #weatherContainer .weather #weatherTemperature {
  position: relative;
  float: left;
  margin-left: 10px;
  padding: 0;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
#mainNavContainer div #menuLoginContainer #weatherContainer .location {
  position: relative;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  height: 22px;
  margin-top: 6px;
  text-align: center;
  min-width: 90px;
}
#mainNavContainer div #menuLoginContainer #weatherContainer .location a {
  font-family: 'proxima_novalight';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#mainNavContainer div #menuLoginContainer #weatherContainer #weatherSettingsContainer {
  position: absolute;
  top: 0px;
  right: 5px;
  height: 10px;
  width: 10px;
  margin: 0;
  padding: 0;
}
#mainNavContainer div #menuLoginContainer #loginStatusContainer .menuToggle,
#mainNavContainer div #menuLoginContainer #loginStatusContainerUser .menuToggle {
  width: 20px;
}
#mainNavContainer div #menuLoginContainer #loginStatusContainer #notificationsNumer,
#mainNavContainer div #menuLoginContainer #loginStatusContainerUser #notificationsNumer {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 0px;
  width: 14px;
  height: 15px;
  background: url(/images/2016/menu/bullet.png) 0 0;
}
#mainNavContainer div #menuLoginContainer #loginStatusContainer #notificationsNumer a,
#mainNavContainer div #menuLoginContainer #loginStatusContainerUser #notificationsNumer a {
  color: white;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 8px;
  font-size: 0.8rem;
  /*padding-left:5px;
                        padding-top:3px;*/
  position: absolute;
  top: 2px;
  right: 4px;
}
#mainNavContainer div #menuLoginContainer #loginButtonContainer,
#mainNavContainer div #menuLoginContainer #loginButtonContainerUser {
  height: 58px;
  padding-top: 22px;
}
#mainNavContainer div #menuLoginContainer #loginButtonContainer a span,
#mainNavContainer div #menuLoginContainer #loginButtonContainerUser a span {
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#mainNavContainer div #menuLoginContainer .language {
  height: 58px;
  padding-top: 22px;
}
#mainNavContainer div #menuLoginContainer .language #languages {
  width: 40px;
  height: 20px;
}
#mainNavContainer div #menuLoginContainer .language #languages li {
  width: 40px;
}
#mainNavContainer div #menuLoginContainer .language #languages li a .langContainer {
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
#mainNavContainer div #menuLoginContainer .language #languages li a .langContainer .fa {
  color: #0099ab;
}
#mainNavContainer div #menuLoginContainer .language #languages li ul {
  min-width: 40px;
  background-color: black;
  border-radius: 0;
}
#mainNavContainer div #menuLoginContainer .language #languages li ul li {
  width: 40px;
  height: 30px;
}
#mainNavContainer div #menuLoginContainer .language #languages li ul li a {
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
  width: 40px;
  padding: 0;
  padding-left: 12px;
}
#subMenuNav,
#subMenuNav li a {
  width: 100%;
}
.dropdown-menu.pageLevel3 {
  top: -6px;
  margin: 0;
  left: 158px;
}
#topMenu > li {
  margin-left: 15px;
  padding-bottom: 10px;
}
.subMenuHolder {
  left: 0;
  margin-left: -15px;
  z-index: 8000;
}
.subMenuHolder a,
#leftMenu a {
  margin-bottom: 5px;
}
.subMenuHolder > div {
  border: 1px solid gray;
  padding: 15px;
}
#bottomMenuContainer > ul > li {
  width: 25%;
}
#mainNavContainer {
  background-color: black;
}
#mainNavContainer button {
  margin-left: 10px;
}
#mainNavContainer li:not(.dropdown) a {
  width: 100%;
}
#menuMainContainer > .f-nav {
  top: 0;
}
/* BreadCrumb menu */

#breadMenuContainer {
  margin-bottom: 30px;
}
/* Submenu horizontal */

/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 480px) {
  #topMenu > li {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  #bottomMenuContainer > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
  #menuMainContainer #brandsMenu .brandItem.right {
    margin-left: 0px;
  }
  #topMenuContainer a {
    width: 15px;
    height: 16px;
  }
  #topMenuContainer {
    min-height: 0;
    margin-top: 15px;
  }
  #mainNavContainer > nav {
    width: 100%;
  }
  #mainNavContainer .navbar {
    min-height: 0px;
  }
  #mainNavContainer .navbar .navbar-collapse {
    margin-top: 0px;
    text-align: left;
    box-shadow: none;
  }
  #mainNavContainer .navbar #navbar .navbar-nav {
    margin: 0px;
  }
  #mainNavContainer .navbar #navbar #menuMain {
    padding: 0;
  }
  #mainNavContainer .navbar #navbar #menuMain > li {
    margin-left: 10px;
    height: 0px;
    text-align: center;
  }
  #mainNavContainer .navbar #navbar #menuMain li.link > a {
    padding-top: 18px;
    z-index: 100;
  }
  #mainNavContainer .navbar #navbar #menuMain li.dropdown:hover .dropdown-menu {
    display: inline-flex;
    background-color: blue;
  }
  #mainNavContainer .navbar #navbar #menuMain .login-mobile {
    display: initial;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #mainNavContainer .navbar #navbar #menuMain .login-mobile ul {
    width: 100%;
    border-bottom: 1px solid #383939;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
  }
  #mainNavContainer .navbar #navbar #menuMain .login-mobile .login-icon {
    height: 61px;
    padding-left: 10px;
    float: left;
    display: flex;
    align-items: center;
  }
  #mainNavContainer .navbar #navbar #menuMain .login-mobile .login-text {
    height: 61px;
    float: left;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    color: white;
  }
  #mainNavContainer .navbar #navbar #menuMain .login-mobile .login-text a {
    font-family: 'proxima_nova_rgbold';
    letter-spacing: 2px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #mainNavContainer .navbar #navbar #menuMain .login-mobile .dropdown:hover .dropdown-menu {
    display: inline-flex;
  }
  #mainNavContainer .navbar #navbar #menuMain .idioma-mobile {
    display: initial;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 20px;
  }
  #mainNavContainer .navbar #navbar #menuMain .idioma-mobile ul {
    width: 100%;
    border-top: 1px solid #383939;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
  }
  #mainNavContainer .navbar #navbar #menuMain .idioma-mobile .idioma-text {
    padding-top: 14px;
    font-family: 'proxima_nova_rgregular';
    text-transform: capitalize;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #9d9d9d;
  }
  #mainNavContainer .navbar #navbar #menuMain .idioma-mobile .idioma-lang {
    padding-top: 7px;
    font-family: 'proxima_nova_rgbold';
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 14px;
    font-size: 1.4rem;
    color: white;
  }
  #mainNavContainer .navbar #navbar #menuMain .idioma-mobile .idioma-lang .fa {
    position: relative;
    top: 2px;
    height: 100%;
    color: #0099ac;
    padding-left: 25px;
  }
  #mainNavContainer #searchButtonContainer #searchLink,
  #mainNavContainer #searchButtonContainer #searchLinkMobile {
    display: none;
  }
  #mainNavContainer div.logo {
    margin-left: -45px;
  }
  #mainNavContainer .home_mobile_searchBox {
    display: none;
    position: absolute;
    top: 0;
    left: 55px;
    margin-top: 17px;
    font-size: 15px;
    font-size: 1.5rem;
    width: 65%;
  }
  #mainNavContainer .home_mobile_searchBox .sb-search-submit {
    display: none;
  }
  #mainNavContainer .home_mobile_searchBox .home_mobile_searchBox_rounded {
    width: 100%;
  }
  #mainNavContainer .home_mobile_searchBox .home_mobile_searchBox_rounded .home_mobile_search_input {
    color: #9d9d9d;
    width: 100%;
    font-family: 'proxima_novaregular_italic';
    background-color: white;
    border: 1px solid white;
    height: 26px;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #mainNavContainer #mobileMenuLoginContainer {
    position: relative;
    float: left;
    clear: both;
    background-color: black;
    width: 100%;
    border-bottom: 1px solid gray;
    /*#moblieLoginStatusContainer{
                      padding-top:22px;
                      padding-right:20px;
                      padding-left:20px;
                      .mobileNotificationsNumber{
                          background: rgba(0, 0, 0, 0) url(/images/2016/menu/bullet.png) repeat scroll 0 0;
                          height: 15px;
                          margin: 0;
                          padding: 0;
                          position: absolute;
                          right: 0;
                          top: 16px;
                          width: 14px;
                          a{
                              background: rgba(0, 0, 0, 0) url(/images/2016/menu/bullet.png) repeat scroll 0 0;
                              height: 15px;
                              margin: 0;
                              padding: 0;
                              position: absolute;
                              right: 0;
                              top: 16px;
                              width: 14px;
                          }
                      }
                  }*/
  
  }
  #mainNavContainer #mobileMenuLoginContainer div {
    position: relative;
    float: left;
    clear: none;
  }
  #mainNavContainer #mobileMenuLoginContainer #mobileWeatherContainer {
    padding-top: 0;
    padding-right: 10px;
  }
  #mainNavContainer #mobileMenuLoginContainer #mobileWeatherContainer .weather {
    position: relative;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    height: 28px;
    margin-top: 4px;
  }
  #mainNavContainer #mobileMenuLoginContainer #mobileWeatherContainer .weather #weatherIcon {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
  }
  #mainNavContainer #mobileMenuLoginContainer #mobileWeatherContainer .weather #weatherIcon img {
    height: 32.5px;
    width: 33px;
  }
  #mainNavContainer #mobileMenuLoginContainer #mobileWeatherContainer .weather #weatherTemperature {
    position: relative;
    float: left;
    margin-left: 10px;
    padding: 0;
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
  }
  #mainNavContainer #mobileMenuLoginContainer #mobileWeatherContainer .location {
    position: relative;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    height: 22px;
    margin-top: 6px;
    text-align: center;
    min-width: 90px;
  }
  #mainNavContainer #mobileMenuLoginContainer #mobileWeatherContainer .location a {
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #mainNavContainer #mobileMenuLoginContainer #mobileWeatherContainer #weatherSettingsContainer {
    position: absolute;
    top: 0px;
    right: 5px;
    height: 10px;
    width: 10px;
    margin: 0;
    padding: 0;
  }
  #mainNavContainer #mobileMenuLoginContainer #moblieLoginStatusContainer,
  #mainNavContainer #mobileMenuLoginContainer #moblieLoginStatusContainerUser {
    position: relative;
    float: left;
    margin-top: 22px;
    margin-right: 20px;
    margin-left: 20px;
  }
  #mainNavContainer #mobileMenuLoginContainer #moblieLoginStatusContainer #mobileNotificationsNumber,
  #mainNavContainer #mobileMenuLoginContainer #moblieLoginStatusContainerUser #mobileNotificationsNumber {
    position: absolute;
    margin: 0;
    padding: 0;
    top: -7px;
    right: 0px;
    width: 14px;
    height: 15px;
    background: url(/images/2016/menu/bullet.png) 0 0;
  }
  #mainNavContainer #mobileMenuLoginContainer #moblieLoginStatusContainer #mobileNotificationsNumber a,
  #mainNavContainer #mobileMenuLoginContainer #moblieLoginStatusContainerUser #mobileNotificationsNumber a {
    color: white;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 8px;
    font-size: 0.8rem;
    /*padding-left:5px;
                              padding-top:3px;*/
    position: absolute;
    top: 2px;
    right: -2px;
  }
  #mainNavContainer #mobileMenuLoginContainer #mobileLoginButtonContainer {
    height: 58px;
    padding-top: 22px;
  }
  #mainNavContainer #mobileMenuLoginContainer #mobileLoginButtonContainer a span {
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #mainNavContainer img {
    transform: scale(0.9, 0.9);
    margin-left: -13px;
  }
  #mainNavContainer button {
    position: relative;
    top: -61px;
    right: -11px;
    border-color: #f6ad00;
    border: none;
    color: #f6ad00;
    font-size: 24px;
    background-color: transparent;
    /*transform:scaleY(0.4);*/
  
  }
  #mainNavContainer #searchForm {
    right: 0;
  }
  #mainNavContainer a {
    width: 85%;
  }
  #mainNavContainer a.dropdown-toggle {
    width: 15%;
  }
  #mainNavContainer .dropdown-menu {
    width: 100%;
    left: 0;
    top: 0;
  }
  #mainNavContainer .dropdown-menu a {
    width: 85%;
  }
  #mainNavContainer .dropdown-menu a.dropdown-toggle {
    width: 15%;
  }
  #mainNavContainer .dropdown-menu li {
    width: 100%;
  }
  #mainNavContainer .dropdown-menu.pageLevel3 li {
    padding-left: 25px;
  }
  #menuMainContainer > .f-nav {
    width: 100%;
  }
  #subMenuNav li a {
    width: 100%;
    padding: 5px;
  }
  #subMenuNav .navbar-toggle {
    margin: -32px 0 0 0;
  }
  #subMenuNav .navbar-collapse {
    margin-top: 15px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  #bottomMenuContainer {
    padding-left: 0px;
    padding-right: 0px;
  }
  #bottomMenuContainer > ul > li {
    width: 25%;
    margin-bottom: 10px;
  }
  #menuMainContainer #brandsMenu .brandItem.right {
    margin-left: 0px;
  }
  #topMenuContainer a {
    width: 15px;
    height: 16px;
  }
  #topMenuContainer {
    min-height: 0;
    margin-top: 15px;
  }
  #mainNavContainer > nav {
    width: 100%;
  }
  #mainNavContainer .navbar {
    min-height: 0px;
  }
  #mainNavContainer .navbar .navbar-collapse {
    margin-top: 0px;
    text-align: left;
    box-shadow: none;
  }
  #mainNavContainer .navbar #navbar .navbar-nav {
    margin: 0px;
  }
  #mainNavContainer .navbar #navbar #menuMain {
    padding: 0;
  }
  #mainNavContainer .navbar #navbar #menuMain > li {
    margin-left: 10px;
    text-align: center;
    height: 20px;
  }
  #mainNavContainer .navbar #navbar #menuMain li.link > a {
    padding-top: 18px;
    z-index: 100;
  }
  #mainNavContainer .navbar #navbar #menuMain .login-mobile {
    display: initial;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #mainNavContainer .navbar #navbar #menuMain .login-mobile ul {
    width: 100%;
    border-bottom: 1px solid #383939;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
  }
  #mainNavContainer .navbar #navbar #menuMain .login-mobile .login-icon {
    height: 61px;
    padding-left: 10px;
    float: left;
    display: flex;
    align-items: center;
  }
  #mainNavContainer .navbar #navbar #menuMain .login-mobile .login-text {
    height: 61px;
    float: left;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    color: white;
  }
  #mainNavContainer .navbar #navbar #menuMain .login-mobile .login-text a {
    font-family: 'proxima_nova_rgbold';
    letter-spacing: 2px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #mainNavContainer .navbar #navbar #menuMain .idioma-mobile {
    display: initial;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 20px;
  }
  #mainNavContainer .navbar #navbar #menuMain .idioma-mobile ul {
    width: 100%;
    border-top: 1px solid #383939;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
  }
  #mainNavContainer .navbar #navbar #menuMain .idioma-mobile .idioma-text {
    padding-top: 14px;
    font-family: 'proxima_nova_rgregular';
    text-transform: capitalize;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #9d9d9d;
  }
  #mainNavContainer .navbar #navbar #menuMain .idioma-mobile .idioma-lang {
    padding-top: 7px;
    font-family: 'proxima_nova_rgbold';
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 14px;
    font-size: 1.4rem;
    color: white;
  }
  #mainNavContainer .navbar #navbar #menuMain .idioma-mobile .idioma-lang .fa {
    position: relative;
    top: 2px;
    height: 100%;
    color: #0099ac;
    padding-left: 25px;
  }
  #mainNavContainer #searchButtonContainer #searchLink,
  #mainNavContainer #searchButtonContainer #searchLinkMobile {
    display: none;
  }
  #mainNavContainer div.logo {
    margin-left: -45px;
  }
  #mainNavContainer .home_mobile_searchBox {
    display: none;
    position: absolute;
    top: 0;
    left: 55px;
    margin-top: 17px;
    font-size: 15px;
    font-size: 1.5rem;
    width: 65%;
  }
  #mainNavContainer .home_mobile_searchBox .sb-search-submit {
    display: none;
  }
  #mainNavContainer .home_mobile_searchBox .home_mobile_searchBox_rounded {
    width: 100%;
  }
  #mainNavContainer .home_mobile_searchBox .home_mobile_searchBox_rounded .home_mobile_search_input {
    color: #9d9d9d;
    width: 100%;
    font-family: 'proxima_novaregular_italic';
    background-color: white;
    border: 1px solid white;
    height: 26px;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #mainNavContainer img {
    transform: scale(0.9, 0.9);
    margin-left: -13px;
  }
  #mainNavContainer button {
    position: absolute;
    top: -61px;
    right: -11px;
    border-color: #f6ad00;
    border: none;
    color: #f6ad00;
    font-size: 24px;
    background-color: transparent;
    /*transform:scaleY(0.4);*/
  
  }
  #mainNavContainer #searchForm {
    right: 0;
  }
  #mainNavContainer a {
    width: 85%;
  }
  #mainNavContainer a.dropdown-toggle {
    width: 15%;
  }
  #mainNavContainer .dropdown-menu {
    width: 100%;
    left: 0;
    top: 0;
  }
  #mainNavContainer .dropdown-menu a {
    width: 85%;
  }
  #mainNavContainer .dropdown-menu a.dropdown-toggle {
    width: 15%;
  }
  #mainNavContainer .dropdown-menu li {
    width: 100%;
  }
  #mainNavContainer .dropdown-menu.pageLevel3 li {
    padding-left: 25px;
  }
  #menuMainContainer > .f-nav {
    width: 100%;
  }
  #subMenuNav li a {
    width: 100%;
    padding: 5px;
  }
  #subMenuNav .navbar-toggle {
    margin: -32px 0 0 0;
  }
  #subMenuNav .navbar-collapse {
    margin-top: 15px;
    padding: 0;
  }
  #mobileMenuLoginContainer {
    position: relative;
    float: left;
    clear: both;
    background-color: black;
    width: 100%;
    border-bottom: 1px solid gray;
    /*#moblieLoginStatusContainer{
                      padding-top:22px;
                      padding-right:20px;
                      padding-left:20px;
                      .mobileNotificationsNumber{
                          background: rgba(0, 0, 0, 0) url(/images/2016/menu/bullet.png) repeat scroll 0 0;
                          height: 15px;
                          margin: 0;
                          padding: 0;
                          position: absolute;
                          right: 0;
                          top: 16px;
                          width: 14px;
                          a{
                              background: rgba(0, 0, 0, 0) url(/images/2016/menu/bullet.png) repeat scroll 0 0;
                              height: 15px;
                              margin: 0;
                              padding: 0;
                              position: absolute;
                              right: 0;
                              top: 16px;
                              width: 14px;
                          }
                      }
                  }*/
  
  }
  #mobileMenuLoginContainer div {
    position: relative;
    float: left;
    clear: none;
  }
  #mobileMenuLoginContainer #mobileWeatherContainer {
    padding-top: 0;
    padding-right: 10px;
  }
  #mobileMenuLoginContainer #mobileWeatherContainer .weather {
    position: relative;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    height: 28px;
    margin-top: 4px;
  }
  #mobileMenuLoginContainer #mobileWeatherContainer .weather #weatherIcon {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
  }
  #mobileMenuLoginContainer #mobileWeatherContainer .weather #weatherIcon img {
    height: 32.5px;
    width: 33px;
  }
  #mobileMenuLoginContainer #mobileWeatherContainer .weather #weatherTemperature {
    position: relative;
    float: left;
    margin-left: 10px;
    padding: 0;
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
  }
  #mobileMenuLoginContainer #mobileWeatherContainer .location {
    position: relative;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    height: 22px;
    margin-top: 6px;
    text-align: center;
    min-width: 90px;
  }
  #mobileMenuLoginContainer #mobileWeatherContainer .location a {
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #mobileMenuLoginContainer #mobileWeatherContainer #weatherSettingsContainer {
    position: absolute;
    top: 0px;
    right: 5px;
    height: 10px;
    width: 10px;
    margin: 0;
    padding: 0;
  }
  #mobileMenuLoginContainer #moblieLoginStatusContainer,
  #mobileMenuLoginContainer #moblieLoginStatusContainerUser {
    position: relative;
    float: left;
    margin-top: 22px;
    margin-right: 20px;
    margin-left: 20px;
  }
  #mobileMenuLoginContainer #moblieLoginStatusContainer #mobileNotificationsNumber,
  #mobileMenuLoginContainer #moblieLoginStatusContainerUser #mobileNotificationsNumber {
    position: absolute;
    margin: 0;
    padding: 0;
    top: -7px;
    right: 0px;
    width: 14px;
    height: 15px;
    background: url(/images/2016/menu/bullet.png) 0 0;
  }
  #mobileMenuLoginContainer #moblieLoginStatusContainer #mobileNotificationsNumber a,
  #mobileMenuLoginContainer #moblieLoginStatusContainerUser #mobileNotificationsNumber a {
    color: white;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 8px;
    font-size: 0.8rem;
    /*padding-left:5px;
                              padding-top:3px;*/
    position: absolute;
    top: 2px;
    right: -2px;
  }
  #mobileMenuLoginContainer #mobileLoginButtonContainer {
    height: 58px;
    padding-top: 22px;
    margin-right: 10px;
  }
  #mobileMenuLoginContainer #mobileLoginButtonContainer a span {
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #mobileMenuLoginContainer nav.language {
    padding-top: 22px;
  }
}
@media (min-width: 992px) {
  #subMenuNav {
    border: 1px solid black;
    margin-top: 20px;
  }
  #subMenuNav li a {
    border-left: 1px solid black;
    padding: 16px 0;
  }
  #subMenuNav ul > li:first-child a {
    border-left: 0;
  }
  #navbar4 {
    padding: 0;
  }
  #subMenuNav li {
    width: 14.287%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
  #subMenuNav li {
    width: 14.28%;
  }
}
@media (max-width: 767px) {
  .level2 .areas .mobile {
    height: 0px !important;
  }
  #mainNavContainer nav #navbar {
    height: 250px;
    overflow-y: scroll;
  }
  #mainNavContainer div #menuLoginContainer {
    display: none;
  }
  .userTab {
    padding: 0px;
  }
  .userTab .row {
    margin-top: 25px;
    margin-left: 35px;
    margin-right: 35px;
    /*#loginForm .loginContainer .loginField .inputLogin{
                  width:100%;
              }*/
  
  }
}
@media (max-width: 991px) {
  #liveCamsContainer {
    padding-bottom: 30px;
    background-color: white;
  }
  .level2 .areas .mobile {
    height: 0px !important;
  }
  #mainNavContainer div #menuLoginContainer {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1190px) {
  .level2 .areas {
    margin-left: 45px !important;
  }
  .level2 .areas .beachTitle {
    width: 200px;
  }
  #mainNavContainer nav #navbar #menuMain li > a > .subMenuText {
    font-size: 1rem !important;
    letter-spacing: 0px!important;
  }
  #mainNavContainer div > div#menuLoginContainer div#loginButtonContainer a span {
    font-size: 1rem !important;
  }
  #mainNavContainer div > div#menuLoginContainer nav.language span {
    font-size: 1rem !important;
  }
  #mainNavContainer div > div#menuLoginContainer nav.language a {
    font-size: 1rem !important;
  }
}


/******* 25_main.less *******/
/**
 * Description: styles related to main styles.
 * User: ShareIT
 * Date: 12/Jan/2016
**/
.bootbox-body {
  color: black;
}
.slideImage {
  width: 100%;
}
.spacingMenu {
  display: none;
  height: 190px;
  background-color: white;
}
.bottomSpacing {
  height: 20px;
  background-color: white;
}
#overLoading {
  width: 100%;
  height: 100%;
  z-index: 9000;
}
#overLoading img {
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
}
#topHeaderContainer {
  margin: 20px 0;
}
#headerContainer {
  margin-bottom: 0px;
}
.f-nav {
  z-index: 8000;
}
.headerCareer {
  margin-top: 30px;
}
.copyright {
  margin: 30px 0;
  padding-top: 20px;
  border-top: 1px solid black;
}
#contentWrapper > div.h2 {
  margin-top: 25px;
}
#goBack {
  cursor: pointer;
}
/* Search Form */

#searchForm,
#searchFormList {
  margin-right: 15px;
}
#searchForm button,
#searchFormList button {
  border: 0;
  top: 15px;
  left: 75%;
}
#searchForm input[type=text],
#searchFormList input[type=text] {
  height: 30px;
  text-indent: 10px;
}
/* Page slideshow*/

.slideText {
  right: 30px;
  bottom: 30px;
  padding: 15px;
}
.pubItemScript {
  width: 100%;
}
.pubItemScript .pub {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 2px 0 0;
  text-align: right;
  font-size: .5625em;
  color: #999999;
}
/* Pagination */

.paginationContainer {
  margin-top: 30px;
  padding: 0;
}
.pagination > li {
  margin-left: 5px;
}
#wideBlock {
  padding-bottom: 30px;
  background: white;
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  .noPadding-xs {
    padding-left: 0;
    padding-right: 0;
  }
  .socialContainer {
    width: 100%;
  }
  #bottomMenuContainer a,
  .socialContainer h2 {
    padding: 15px 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
  
}


/******* 26_css3Transitions.less *******/
/**
 * Description: styles related to css3 Transitions.
 * User: ShareIT
 * Date: 12/Jan/2016
**/
.addToCart,
a#addToCartSubmit.highlighted {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
  
}


/******* 30_radiusAndGradients.less *******/
/**
 * Description: styles related to radius or gradients.
 * User: ShareIT
 * Date: 12/Jan/2016
**/
/* Radius */

.shareIcons ul > li > a,
#stepsList > li > div {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* Box Shadow */

/* Gradients */

/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  
}
@media (max-width: 991px) {
  
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
  
}


/******* 35_blocksPositions.less *******/
/**
 * Description: styles related to blocks, positions and visibility
 * User: ShareIT
 * Date: 12/Jan/2016
**/
/* Positions */

#menuMain li[data-dropdown=True] {
  position: initial;
}
.positionFixed,
#overLoading,
.f-nav,
#compareProducts {
  position: fixed;
}
.positionRelative,
#gmap,
#searchForm,
#searchFormList,
.gallery figure,
.accountInfoList dd,
li.myCart,
#compareDetailList > li > div {
  position: relative;
}
.positionAbsolute,
#overLoading img,
#searchForm button,
#searchFormList button,
.subMenuHolder,
.slideText,
body .gallery figure i,
#shareContainer,
#shareContainer > a,
#miniCart,
.selected a::after,
.compareButton,
#highlightDifferences,
li.login > form,
#videoContainer a {
  position: absolute;
}
/* Floats */

.floatLeft,
.navbar-default,
#searchForm,
#searchFormList,
#topMenu > li,
.subMenuHolder > div > ul > li,
#bottomMenuContainer > ul > li,
#breadCrumbsMenu li,
.fakefile,
#socialMedia > li,
.pagination > li,
.paginationContainer > span,
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.listMode > li,
.productsList.tile .priceContainer > form > .listPrice,
.tile .priceContainer .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.shareIcons ul > li,
.shareIcons > span,
#imgThumbs li,
#tabsContainer > ul > li,
#tabsContainer > ul > li > a,
.accountInfoList dt,
.accountInfoList dd,
#stepsList > li > div,
#stepsList > li > span,
.recurringContainer label span,
.priceContainer form[name=change] .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
#compareDetailList > li > div,
.storeList > li > div > b,
#faqsList > li h2,
li.login > form fieldset,
#filtersForm .selectButtons,
.DMForms .small input:not([type=submit]):not([type=checkbox]):not([type=radio]):not(.fakeInput),
.DMForms .small span {
  float: left;
}
#floatRight,
#topMenuContainer > ul,
.pagination,
#filtersForm > fieldset > legend::after,
.listMode,
.productsList .priceContainer > form > *,
.priceContainer .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
#forgotPassword,
#cartFormContainer fieldset > div.note,
.selectpicker .selected a::after {
  float: right;
}
#floatNone,
.DMForms.contactsForm .Submit input,
#stepsList > li > div {
  float: none;
}
/* Displays */

.listItem {
  display: list-item;
}
.inlineBlock,
nav.navbar,
.standardList .paragraphButton a,
.subMenuHolder a,
#leftMenu a,
.seeMore,
.tile .showTile,
.filtersHead > span,
.productsList figure img,
.bx-wrapper img,
#stepsList > li > div,
.productsList.tile .quantity-container label,
.productsList.tile .favorite,
#faqsList > li,
#faqsList h2 span,
#pricesContainer li,
.readDetail {
  display: inline-block;
}
.displayInline {
  display: inline;
}
.displayBlock,
li:hover .subMenuHolder,
.subMenuHolder ul,
#filtersForm > fieldset > div > label,
#variantsContainer label,
#tabsContainer > div.active,
#createCartUser > div > span,
li.myCart:hover > div,
li.login:hover > form,
li.login.active > form,
li.login > form #dontHaveAnAccount a,
.productsList,
#AddressForm .Select.mandatory .col-md-4.col-sm-12 {
  display: block;
}
.displaytable {
  display: table;
}
.tableCell {
  display: table-cell;
}
.hidden,
.calendar tr.time,
.radioBoxContainer input[type=radio],
.checkBoxContainer input[type=checkbox],
.Hidden,
.File input.doneAlready,
.subMenuHolder,
.glyphicon,
.tile .tileHide,
.showTile,
.shareIcons ul > li > a span,
#tabsContainer > div,
#tabsContainer > ul > li > div,
li.myCart > div,
.productsList .quantity-container label,
#topMenu > li > ul,
li.login > form,
li.login > form label,
.printOrPdf #footer,
.printOrPdf .continueButton,
.printOrPdf #createCartUser,
.printOrPdf #topMenuContainer,
.printOrPdf #menuMainContainer,
.printOrPdf .h1,
.printOrPdf div.h2,
.printOrPdf #subMenuNav,
.tileStyle #compareProducts,
.jobsForm_False form,
.jobsForm_True .paragraphText,
#AddressForm .Select .col-md-4.col-sm-12 {
  display: none;
}
/* Clear */

.clearBoth {
  clear: both;
}
.clearLeft,
#variantsContainer label,
.accountInfoList dt,
#promoCodeContainer form,
#productsList.tile .quantity-container,
.productsList {
  clear: left;
}
.clearRight,
#productsList .addToCart {
  clear: right;
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  .listMode,
  .productsList .priceContainer > form > *,
  .priceContainer .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
  .socialContainer,
  #bottomMenuContainer a {
    float: left;
  }
  .accountInfoList > dd,
  .accountInfoList > dt,
  #forgotPassword {
    float: none;
  }
  #customerInfo input[type=submit] {
    float: none !important;
  }
  #orderProdList .bootstrap-select,
  .productsList .addToCart {
    clear: left;
  }
  .showTile,
  #tabsContainer > ul > li > a,
  .accountInfoList > *,
  #customerInfo input[type=submit] {
    display: inline-block;
  }
  .tileHide,
  .showTile,
  li.login:hover > form,
  #addToCartSubmit span,
  #miniCart,
  #stepsList > li:not(.active) {
    display: none;
  }
}
@media (max-width: 991px) {
  #socialMedia,
  #topMenu,
  #topHeaderContainer figure img,
  #stepsList > li {
    display: inline-block;
  }
  #topMenuContainer > ul,
  #stepsList > li {
    float: none;
  }
  #topMenuContainer a,
  #mainNavContainer .dropdown-menu {
    position: relative;
  }
  #topMenuContainer a,
  #menuMain > li a,
  #menuMain .pageLevel2 li,
  #subMenuNav li a {
    float: left;
  }
  #menuMain > li a.dropdown-toggle,
  .priceContainer > form > .favorite,
  #productsList .addToCart {
    float: right;
  }
  #tabsContainer > ul > li.active > div,
  .navbar-nav .open .dropdown-menu,
  .removeFiltersContainer .removeAll {
    display: block !important;
  }
  #tabsContainer > div,
  .dropdown-menu .dropdown-toggle {
    display: none !important;
  }
  #mainNavContainer button,
  #searchForm,
  .productCount {
    position: absolute;
  }
  #menuMain > li a {
    clear: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 992px) {
  #subMenu > li,
  #subMenuNav li a,
  #forgotPassword {
    float: left;
  }
  #menuMain > li > ul > li:hover > ul,
  .navbar-nav > li:hover > ul {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
  
}


/******* 40_paragraph.less *******/
/**
 * Description: styles related to paragraphs.
 * User: ShareIT
 * Date: 12/Jan/2016
**/
/*
Bootstrap Paragraph
*/

.noPadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.noPaddingLeft {
  padding-left: 0 !important;
}
.noPaddingRight {
  padding-right: 0 !important;
}
figure.image-top img {
  margin: 0 auto;
}
figure.cover img {
  padding: 8px;
}
figure.image-top {
  margin-bottom: 30px;
}
figure.cover-border img {
  padding: 4px;
  border: 1px solid #e1e1e1;
  border-radius: 0px !important;
}
figure.frame img {
  padding: 6px;
  border: 1px solid #e1e1e1;
  border-radius: 0px !important;
}
figure.rounded img {
  border-radius: 8px !important;
}
figure.shadow img {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
/*---------------*/

.paragraph,
#centralContainer > div.row,
#leftMenuContainer,
.standardList > li {
  margin-top: 30px;
}
.paragraph header {
  padding-left: 15px;
  margin-bottom: 30px;
}
.paragraph .paragraphImage {
  overflow: hidden;
  margin-bottom: 20px;
  z-index: 1;
}
.paragraph .paragraphModule {
  margin-bottom: 20px;
}
.paragraph.imgTop .paragraphImage,
.paragraph.imgBottom .paragraphImage,
.paragraph.modTop .paragraphModule,
.paragraph.modBottom .paragraphModule {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.paragraph.imgBottom .paragraphImage,
.paragraph.modBottom .paragraphModule {
  margin-top: 20px;
  margin-bottom: 0;
}
.paragraph .paragraphImage img {
  max-width: 100%;
  height: auto;
}
.generalMarginBottom {
  margin-bottom: 20px;
}
article .paragraphHeader {
  margin-bottom: 15px;
}
.paragraphText ul li {
  list-style: none;
}
.paragraphText ul > li:before {
  content: "• ";
}
.paragraphText ul ul {
  margin-left: 15px;
}
.paragraphText ol {
  counter-reset: section;
}
.paragraphText ol li {
  list-style: none;
}
.paragraphText ol > li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.paragraphText ol ol {
  margin-left: 15px;
}
.paragraphText table {
  width: 100%;
}
.paragraphText table th,
.paragraphText table td {
  vertical-align: middle;
}
tr td,
tr th {
  padding: 10px;
}
tr th {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
.underlineTitle {
  border-bottom: 1px solid black;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.standardList > li.col-sm-12.col-xs-12 .col-xs-12.col-xs-0 {
  padding: 0;
}
/* paragraph button */

.paragraphButton {
  margin-top: 20px;
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  
}
@media (max-width: 991px) {
  #homeContent > article {
    margin-bottom: 15px;
  }
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #cccccc;
  }
  td {
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%;
  }
  td[data-th]:before {
    top: 6px;
    left: 6px;
    width: 45%;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-th) ": ";
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
  
}


/******* 45_forms.less *******/
/**
 * Description: styles related forms.
 * User: ShareIT
 * Date: 12/Jan/2016
**/
/* General */

fieldset.mandatory > label:after {
  content: " *";
}
[type="text"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.DMForms input[type=text],
.DMForms input:not([type=submit]):not([type=checkbox]):not([type=radio]):not(.fakeInput),
.DMForms input[type=password],
.DMForms .fakefile > input,
.DMForms textarea,
.DMForms .bootstrap-select > .btn {
  text-indent: 10px;
  width: 100%;
  height: 40px;
  border: 1px solid black;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 15px;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.DMForms .bootstrap-select {
  margin-bottom: 15px;
}
.DMForms textarea {
  height: 132px;
  padding-top: 10px;
}
.DMForms .bootstrap-select > .btn {
  margin: 0;
}
/* File input */

.fileinputs {
  cursor: pointer;
  position: relative;
}
.fileinputs .doneAlready {
  position: absolute;
  height: 45px;
  opacity: 0;
  width: 100%;
}
.fakefile > button {
  border: 0 none;
  background: black;
  color: white;
  margin-top: 5px;
  width: 25%;
  height: 40px;
}
/* Radio / Check boxes */

.radioBoxContainer {
  margin-top: 15px;
  width: 100%;
}
.Radio .radioBoxContainer {
  width: auto;
  margin: 0 0 0 15px;
}
.radioBoxContainer span:before,
.checkBoxContainer span:before {
  content: "";
  border: 1px solid black;
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle;
  background-color: white;
}
.radioBoxContainer span:before {
  border-radius: 15px;
}
.radioBoxContainer input[type=radio]:checked + span:before,
.checkBoxContainer input[type=checkbox]:checked + span:before {
  content: "\2713";
  font-size: 13px;
  color: black;
  text-align: center;
  line-height: 12px;
}
/* Date Time / Date  */

.DateTime,
.Date {
  font-size: 0;
}
.DateTime > label,
.Date > label {
  display: block;
  font-size: 14px;
}
.DateTime > .bootstrap-select > .btn {
  width: 30%;
  margin-right: 5%;
}
.DateTime > .bootstrap-select > .btn.DateTime_year {
  margin-right: 0;
}
.Date > .bootstrap-select > .btn {
  width: 25%;
  margin-right: 5%;
}
.bootstrap-select > .btn.DateTime_hour,
.bootstrap-select > .btn.DateTime_minute {
  width: 15%;
  margin-top: 15px;
}
.bootstrap-select > .btn {
  font-size: 14px;
  border: 1px solid black;
  text-indent: 10px;
  padding: 0;
  width: 100%;
  height: 40px;
  background-color: white;
}
.bootstrap-select.btn-group .btn .caret {
  display: inline-block;
  width: 30px;
  height: 100%;
  top: 0;
  right: 10px;
  margin: 0;
  border: 0;
  text-align: center;
}
.bootstrap-select.btn-group .btn .caret:before {
  content: "\f0d7";
  line-height: 35px;
}
#sortContent .bootstrap-select.btn-group .btn .caret:before {
  content: "\f0dc";
}
.formButtons {
  overflow: hidden;
  padding-top: 20px;
}
.contactsForm .formButtons {
  padding-top: 0;
}
.formButtons > span {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.formButtons input {
  border: 0 none;
  height: 40px;
  cursor: pointer;
  float: left;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.formButtons input:nth-child(even),
.DMForms.contactsForm input[type=submit] {
  margin-left: 0;
}
.DMForms .fakefile > input.fakeInput {
  width: 75%;
}
/* Form Errors */

.formErrors {
  margin-bottom: 10px;
}
.formErrors,
fieldset {
  margin-top: 10px;
}
fieldset.fieldError > input[type=text],
fieldset.fieldError > input[type=email],
fieldset.fieldError > input[type=password],
fieldset.fieldError > textarea,
fieldset.fieldError > .bootstrap-select > .btn,
.DMForms .fieldError .bootstrap-select > .btn,
fieldset.fieldError .fakefile > input {
  border: 1px solid #ad182c !important;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contactsInForm {
  padding-left: 60px;
}
.contactsInForm > ul {
  margin-top: 20px;
}
/* todo Calendar */

.calendar {
  border: 0 none;
  width: 210px;
  padding: 10px;
  height: 210px;
  border: 1px solid blue;
}
.calendar tbody td,
.calendar thead .hilite,
.calendar tbody .rowhilite td,
.calendar tbody td.hilite,
.calendar > table,
.calendar .button,
.calendar thead .title,
.calendar table .wn,
.calendar thead .name,
.calendar tbody .day,
.calendar .daysrow > .weekend,
.calendar tfoot .ttip,
.calendar td.time,
.calendar tbody td.selected,
.calendar tbody td.day:hover {
  border: 0 none;
  padding: 0px;
}
/* calendar backgrounds */

.calendar {
  background: white;
}
.calendar tbody td.day.selected,
.calendar tbody td.day:hover {
  background: #fed22f;
}
.calendar > table,
.calendar tbody td,
.calendar thead .hilite,
.calendar tbody .rowhilite td,
.calendar .button,
.calendar thead .title,
.calendar table .wn,
.calendar thead .name,
.calendar tbody .day,
.calendar .daysrow > .weekend,
.calendar tfoot .ttip,
.calendar td.time,
.calendar tbody td.wn:hover {
  background: none;
}
.calendar .wn,
.calendar .time,
.calendar .button,
.calendar tfoot {
  display: none;
}
.calendar .headrow .nav {
  display: table-cell;
}
/* calendar text */

.calendar > table {
  font-size: 12px;
}
.calendar thead .title,
.calendar thead .headrow,
.calendar thead .button,
.calendar tbody td.today,
.calendar tbody .rowhilite td,
.calendar tbody .daysrow > *,
.calendar tfoot .footrow > *,
.calendar tbody td.weekend {
  color: darkgray;
}
.calendar thead .daynames > *,
.calendar tbody td.selected,
.calendar tbody .day:hover {
  color: blue;
}
.calendar tbody .day {
  text-align: center;
}
.calendar thead .headrow > * {
  text-transform: none;
}
.calendar thead,
footer #footerContent .footerMenuHolder ul > li {
  line-height: 24px;
}
.calendar .daysrow,
.calendar thead .daynames {
  line-height: 28px;
}
/* Jobs form */

fieldset > label,
.headerCareer .text-right {
  width: 20%;
  float: left;
}
.DMForms .checkboxes,
.DMForms .CheckBox {
  margin-left: 21%;
}
fieldset > label {
  line-height: 45px;
}
.DMForms fieldset.Textarea > textarea,
.DMForms fieldset.Password > input,
.DMForms fieldset > input[type=text],
.DMForms fieldset > input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.DMForms fieldset.File .fakefile,
.DMForms fieldset.Select .bootstrap-select,
.headerCareer > div > span:last-child {
  margin-left: 2%;
  width: 50% !important;
}
.DMForms.contactsForm fieldset textarea,
.DMForms.contactsForm fieldset > input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.DMForms.contactsForm .Submit {
  width: 100% !important;
  margin-left: 0;
}
.DMForms .input-group {
  margin: 14px 0 0 0;
}
.DMForms .input-group label {
  margin-left: 10px;
}
.DMForms .Text,
.DMForms input[type=submit] {
  margin-left: 22%;
}
.DMForms .selectpicker .Text {
  margin-left: 0;
}
.DMForms .largeText {
  margin: 30px 0;
}
.contactsForm fieldset.TextInput > label,
.contactsForm fieldset.Select > label,
.contactsForm fieldset.File > label,
.DMForms.contactsForm label,
.DMForms.contactsForm fieldset.Select .bootstrap-select {
  width: 100% !important;
}
.DMForms.contactsForm fieldset.TextInput > input,
.DMForms.contactsForm fieldset.File > .fakefile,
.DMForms.contactsForm fieldset.Select .bootstrap-select,
.DMForms.contactsForm textarea {
  margin-left: 0;
}
.DMForms.contactsForm fieldset.Select .bootstrap-select {
  margin-top: 5px;
}
.DMForms.contactsForm fieldset > label {
  line-height: normal;
}
.selectpicker .selected a::after {
  content: "\2713";
}
.selectpicker li a span.text {
  width: 80%;
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  fieldset > label {
    line-height: normal;
  }
  .DMForms.contactsForm fieldset textarea,
  .DMForms.contactsForm .Submit,
  .DMForms fieldset.TextInput > input,
  .DMForms fieldset > input[type=text],
  .DMForms fieldset.File > .fakefile,
  .DMForms fieldset.Select .bootstrap-select,
  .headerCareer span {
    margin-left: 0;
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .DMForms.contactsForm fieldset.TextInput > input,
  .DMForms.contactsForm fieldset.File > .fakefile,
  .DMForms.contactsForm fieldset textarea,
  .DMForms.contactsForm .Submit,
  fieldset > *,
  #cartFormContainer .DMForms fieldset > *,
  #ExtUserForm.DMForms fieldset > *,
  #ExtUserForm.DMForms input[type=submit] {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .contactsInForm {
    padding-left: 0;
  }
  #cartFormContainer .DMForms fieldset > label,
  .DMForms fieldset > label {
    line-height: normal;
  }
  #ExtUserForm.DMForms input[type=submit] {
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
  
}


/******* 50_googleMaps.less *******/
/**
 * Description: styles related google Maps.
 * User: ShareIT
 * Date: 12/Jan/2016
**/
#gmap {
  width: 100%;
  height: 500px;
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
  
}


/******* 55_itemPublisher.less *******/
/**
 * Description: Item Publicher
 * User: ShareIT
 * Date: 12/Jan/2016
**/
#leftMenuContainer .h2,
.galleryTitle {
  margin-bottom: 20px;
}
.gallery > li {
  margin-bottom: 20px;
}
.gallery > li > div {
  padding-top: 15px;
}
.gallery figure i {
  margin: 0 -35px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#faqsList > li {
  margin-bottom: 30px;
  width: 100%;
}
#faqsList > li h2 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid black;
}
#faqsList > li h2 span {
  width: 95%;
}
#faqsList > li h2 i {
  margin-left: 20px;
}
.readDetail {
  margin-top: 20px;
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
  
}


/******* 60_productCatalog.less *******/
/**
 * Description: Product Catalog
 * User: ShareIT
 * Date: 12/Jan/2016
**/
#filtersForm > fieldset > legend,
.seeMore {
  cursor: pointer;
}
.seeMore {
  margin: 10px;
}
.seeMore:after {
  content: "\f0dd";
  margin-left: 5px;
}
.seeMore.active:after {
  content: "\f0de";
}
#filtersForm > fieldset > legend::after {
  content: "\f067";
}
#filtersForm > fieldset.active > legend::after {
  content: "\f068";
}
#filtersForm > fieldset > legend.notClick {
  margin-bottom: 10px;
}
#filtersForm > fieldset > legend.notClick::after {
  content: "";
}
#filtersForm .bootstrap-select div.fieldContainer {
  width: 100%;
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
}
#filtersForm .bootstrap-select div.fieldContainer label {
  width: 100%;
  line-height: normal;
  text-align: left;
  padding: 10px 0;
}
#filtersForm .bootstrap-select div.fieldContainer input[type="checkbox"] {
  margin: 0 5px 0 10px;
}
#filtersForm .selectButtons {
  padding: 10px;
}
#filtersForm .dropdown-menu > li > a {
  padding: 5px 10px;
}
#filtersForm button {
  margin-right: 10px;
}
#filtersForm .selectpicker .selected a::after {
  right: 10px;
}
#amount {
  border: 0;
  margin-bottom: 8px;
}
#slider-range {
  margin-bottom: 15px;
}
.headerBox,
.footerBox {
  border: 1px solid black;
  padding: 10px 15px;
}
.headerBox {
  min-height: 62px;
}
.footerBox {
  margin-top: 20px;
}
.prodNumber {
  margin-top: 10px;
}
.priceContainer fieldset.Select {
  width: 100%;
  margin: 0 0 10px;
}
/* Sort */

#orderProdList .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 80%;
}
#orderProdList .pageSize .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 45%;
}
#orderProdList fieldset {
  margin: 0;
}
#orderProdList label {
  margin: 0 5px 0 0;
}
#orderProdList .selectpicker li a span.text {
  width: 100%;
}
#orderProdList fieldset > label {
  line-height: normal;
  width: auto;
}
.listMode > li {
  padding: 5px;
  border: 1px solid gray;
  cursor: pointer;
}
/* Products list */

.productsList .border {
  border: 1px solid black;
}
.productsList .border > div {
  padding: 15px;
}
.productsList > li {
  margin-top: 5px;
}
.productsList h2,
.productsList .listPrice {
  margin-bottom: 10px;
}
.addToCompare {
  margin-top: 10px;
}
.productsList.tile figure,
.productsList.tile > li > div > div,
.productsList.tile > li > div > div > div {
  width: 100%;
  padding: 0;
}
.productsList.tile > li,
.productsList.tile figure {
  margin-bottom: 15px;
}
.productsList .favorite {
  margin-bottom: 10px;
}
.productsList.tile .bootstrap-select {
  width: 100% !important;
}
.removeFiltersContainer {
  padding: 20px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid black;
}
.removeFiltersContainer .removeAll {
  margin-left: 10px;
}
#productsList .quantity-container {
  width: 30%;
  margin-top: 0;
}
#productsList .quantity-container .selectpicker .selected a::after {
  right: 10px;
}
#productsList .listPrice {
  width: 100%;
}
#productsList .bootstrap-select > .btn,
#productsList input.quantityInput {
  height: 34px;
}
#productsList input.quantityInput {
  width: 100%;
  text-indent: 10px;
  border: 1px solid black;
}
#productsList.tile .listPrice {
  width: auto;
}
#productsList.tile .quantity-container {
  margin-top: 0;
  width: 40%;
}
#productsList.tile .quantity-container .bootstrap-select > .btn,
#productsList.tile .quantity-container input.quantityInput {
  height: 28px;
}
#productsList.tile .quantity-container input.quantityInput {
  width: 55%;
}
#productsList.tile .quantity-container label {
  width: auto;
}
#productsList.tile .quantity-container .bootstrap-select {
  width: 55% !important;
}
#productsList.tile .quantity-container .bootstrap-select.btn-group .btn .caret {
  top: -4px;
  right: -2px;
}
#compareProducts {
  bottom: 0;
  z-index: 1000;
}
#compareProducts .removeItem {
  cursor: pointer;
}
#compareProducts > div > div {
  border: 1px solid black;
}
#compareProducts header {
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px solid black;
}
#compareProducts header i {
  margin-right: 15px;
}
#compareProducts li {
  padding: 15px;
}
#compareProducts .compareButton {
  bottom: 15px;
}
#compareDetailList > li {
  padding: 0;
}
#compareDetailList > li > div {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid black;
}
#compareDetailList > li .removeItem {
  cursor: pointer;
}
#compareDetailList > li #highlightDifferences {
  bottom: 40px;
  left: 0;
}
#ofInterest > div {
  padding: 15px;
  border: 1px solid black;
}
#ofInterest h3,
#ofInterest h4 {
  margin-bottom: 10px;
}
#ofInterest h4 {
  margin-top: 10px;
}
/* Product Detail */

.product-price {
  margin: 20px 0;
}
.grayBox {
  padding: 15px;
  border: 1px solid black;
}
.add-to-cart .grayBox fieldset {
  margin-top: 5px;
}
#product-description .grayBox {
  margin: 20px 0;
}
.add-to-cart fieldset {
  margin-top: 0;
}
.add-to-cart .quantity {
  width: 35px;
  padding: 2px;
}
#longDescription,
.shareIcons,
#prodLoyaltyPoints {
  margin-top: 20px;
}
#imgThumbs {
  margin-top: 20px;
}
#imgThumbs li {
  cursor: pointer;
}
#videoContainer a {
  z-index: 2000;
  left: 20px;
  bottom: 20px;
}
#relatedContainer {
  margin-top: 40px;
}
#stockStatus {
  margin-top: 20px;
}
.quantity-container label {
  line-height: 24px;
  margin-right: 5px;
}
.shareIcons ul > li {
  margin-left: 5px;
}
.shareIcons ul > li > a {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
#relatedContainer .productTitles {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
}
#relatedContainer h3 {
  margin-top: 15px;
}
.noTopMargin {
  margin-top: 0 !important;
}
#variantsContainer .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.relatedList > li {
  margin-bottom: 15px;
}
#pricesContainer {
  margin-bottom: 20px;
}
#pricesContainer li,
#pricesContainer h2 {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid black;
}
.productIntroduction {
  margin-bottom: 15px;
}
fieldset > label[for=quantity] {
  width: auto !important;
}
#product-info-wrapper .quantity-container {
  width: 50%;
}
#product-info-wrapper .quantity-container .bootstrap-select {
  margin-top: -6px;
}
#product-info-wrapper .quantity-container .quantityInput {
  float: left;
  width: 80px;
  padding: 10px;
  margin-top: -6px;
}
#tabsContainer {
  margin-top: 40px;
}
#tabsContainer > ul > li > a {
  padding: 10px 20px;
  margin-right: 1px;
}
#tabsContainer > div {
  padding: 20px;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
#tabsContainer > div > ul > li {
  margin-bottom: 10px;
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  #orderProdList,
  #orderProdList fieldset,
  #filtersContainer,
  #listContainer {
    padding: 0;
  }
  .listMode {
    margin-top: 10px;
  }
  .productsList .addToCart,
  .productsList .bootstrap-select {
    width: 100% !important;
  }
  .productsList figure,
  .productsList > li > div > div,
  .productsList > li > div > div > div {
    width: 100%;
    padding: 0;
  }
  .productsList > li,
  .productsList figure {
    margin-bottom: 15px;
  }
  #centralContent > article {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  /* todo if you want filters after the list
    #listContainer {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }
    #filtersContainer {
        float: initial;
        margin-top: 20px;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
    }*/
  
  /* Product detail */
  
  #product-lg-image {
    padding-right: 0;
  }
  #product-images,
  #variantsContainer fieldset {
    margin-bottom: 20px;
  }
  .headerBox {
    min-height: auto;
  }
  .headerBox > span {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #productsList .quantity-container {
    width: 100%;
    margin-bottom: 10px;
  }
  #orderProdList .pageSize .bootstrap-select {
    width: 66% !important;
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #orderProdList label,
  .headerBox > span {
    margin-top: 11px;
  }
  #productsList .quantity-container {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #filtersForm {
    padding-left: 0;
  }
  #product-info-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #tabsContainer > ul > li {
    margin-bottom: 1px;
  }
  #tabsContainer > ul > li,
  #tabsContainer > ul > li > a {
    width: 100%;
  }
  #tabsContainer > ul > li.active > div {
    padding: 15px;
  }
  #productsList.tile .quantity-container {
    width: auto;
  }
  #productsList.tile .quantity-container label {
    width: auto !important;
  }
  #productsList.tile .quantity-container .bootstrap-select {
    width: auto !important;
  }
  #productsList .addToCart {
    width: auto !important;
  }
  #orderProdList .bootstrap-select {
    width: 80% !important;
  }
  #orderProdList fieldset > label {
    width: auto !important;
  }
  .removeFiltersContainer .removeAll {
    margin: 10px 0 0 0;
  }
  .add-to-cart .quantity {
    width: 35px !important;
  }
  .quantity-container label {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  #variantsContainer > fieldset:first-child {
    padding-right: 15px !important;
  }
  #variantsContainer > fieldset:last-child {
    padding-left: 15px !important;
  }
  #orderProdList label,
  .headerBox > span {
    margin-top: 11px;
  }
}
@media (min-width: 1200px) {
  
}


/******* 65_userManagement.less *******/
/**
 * Description: User Management
 * User: ShareIT
 * Date: 12/Jan/2016
**/
.userRelatedForms.DMForms fieldset.TextInput > input,
.userRelatedForms.DMForms fieldset.File > .fakefile,
.userRelatedForms.DMForms .checkBoxContainer {
  width: 45% !important;
}
.userRelatedForms.DMForms .checkBoxContainer {
  margin-left: 21%;
}
#AddressForm.DMForms input[type=submit] {
  margin-left: 2px;
}
#AddressForm.DMForms #State_2 {
  margin-left: 15px;
  width: 30.8% !important;
}
#AddressForm.DMForms > a {
  margin-left: 21.3%;
}
/* header login */

li.login > form {
  width: 261px;
  top: 25px;
  z-index: 1000;
  border: 1px solid black;
  padding-top: 10px;
}
li.login > form.userRelatedForms.DMForms fieldset input:not([type=submit]) {
  width: 100% !important;
  margin-left: 0;
}
li.login > form fieldset {
  width: 100%;
  margin-top: 0;
}
li.login > form input[type=submit] {
  margin-left: 0 !important;
  width: 100%;
}
li.login > form #forgotPassword {
  margin-left: 0;
}
/* Login */

.forgotButtons {
  margin-top: 15px;
}
#dontHaveAnAccount {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid black;
}
.DMForms .noStyle input[type=text] {
  border: 0;
}
/* Account information*/

.accountInfoList > * {
  margin-bottom: 10px;
}
.viewAddresses {
  margin-bottom: 20px;
}
.viewAddresses thead {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.DMForms.addAddress fieldset.Select .bootstrap-select {
  width: 100% !important;
  margin-left: 0;
}
/* My subscriptions */

#newsletterGroups {
  margin-top: 25px;
}
#newsletterGroups label {
  padding-left: 2%;
  line-height: normal;
}
#newsletterGroups > li {
  margin-bottom: 20px;
}
#UserManagementEditForm button {
  margin-left: 2%;
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  .userRelatedForms.DMForms fieldset.TextInput > input,
  .userRelatedForms.DMForms fieldset.File > .fakefile,
  .userRelatedForms.DMForms fieldset.Select .bootstrap-select,
  .userRelatedForms fieldset > label,
  .userRelatedForms.DMForms .checkBoxContainer {
    width: 100% !important;
  }
  .userRelatedForms,
  .accountInfoList dd > a,
  .accountInfoList > * {
    padding: 0;
  }
  .userRelatedForms.DMForms .checkBoxContainer {
    margin-left: 0;
  }
  .accountInfoList > dt {
    margin: 10px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  #AddressForm.DMForms #State_2 {
    width: 30% !important;
  }
}
@media (min-width: 768px) {
  #forgotPassword,
  #forgotPasswordID,
  #ExtUserForm.DMForms input[type=submit],
  #ExtUserForm .searchButton button {
    margin-left: 22%;
  }
  .accountInfoList dd {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .addAddress fieldset > div {
    padding: 0;
  }
  #AddressForm.DMForms #State_2 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  
}
@media (min-width: 1200px) {
  
}


/******* 70_cartV2.less *******/
/**
 * Description: Cart V2
 * User: ShareIT
 * Date: 12/Jan/2016
**/
.showCartHeader {
  padding: 10px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 15px;
}
.cartProductsList > li {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid black;
}
.rightTitle {
  border-bottom: 1px solid black;
  margin: 10px 0;
}
.longContainer > div {
  margin-bottom: 10px;
}
.totalValues > div:first-child {
  border-bottom: 1px solid black;
  padding: 20px 0;
}
#totalPriceContainer,
#totalPriceContainer small {
  margin: 15px 0;
}
#totalPriceContainer .price {
  padding-left: 8px;
}
.bottomButton {
  padding: 15px 0;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
.addressChange {
  margin-top: 10px;
}
#addressValidators strike {
  margin-left: 5px;
}
#addressValidators h3 {
  margin-top: 40px;
}
#changeAll {
  margin: 10px 5px 0 0;
}
#promoCodeContainer {
  margin-top: 15px;
}
#promoCodeContainer form {
  margin-top: 10px;
}
#promoCodeContainer input[type=text] {
  height: 33px;
}
.loyaltyPoints {
  margin-bottom: 10px;
}
.discountContainer {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid black;
}
.removeFromCart {
  margin-left: 2px;
}
.cartChange .quantityInput {
  padding: 1px;
}
#centralContainer > div.noMarginTop {
  margin-top: 0;
}
#returningLogin label,
#returningLogin .userRelatedForms.DMForms fieldset.TextInput > input {
  width: 100% !important;
  line-height: normal;
}
#returningLogin input {
  margin-left: 0;
}
#returningLogin form {
  padding: 0;
}
#returningLogin #ExtUserForm.DMForms input[type=submit] {
  width: 100%;
  margin: 0;
}
#returningLogin #forgotPassword {
  margin: 0;
}
#returningLogin h2 {
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}
#returningLogin .checkoutWithoutLoginText {
  margin-bottom: 20px;
}
#checkoutHeader {
  margin-top: 20px;
}
#cartFormContainer fieldset > div.note {
  width: 25%;
}
#cartFormContainer form h2 {
  margin: 0 0 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid black;
}
#cartFormContainer .topButton {
  margin-top: 20px;
}
.chooseDelivery {
  margin: 0 0 40px 22%;
}
.continueButton {
  padding: 15px;
  margin-bottom: 20px;
}
/* Order Summary */

#cartRightContent {
  margin-top: 20px;
}
#cartRightContent h2 {
  padding: 15px;
}
.rightColProducts > li {
  border-bottom: 1px solid black;
  padding: 5px 0;
}
#cartRightContent .borderBottom {
  margin-bottom: 15px;
  border-bottom: 1px solid black;
  padding: 5px 15px;
}
#cartFormContainer small {
  margin-top: 15px;
}
#editOrderButton {
  margin-top: 20px;
}
/* Steps list menu */

#stepsList {
  margin-top: 30px;
}
#stepsList > li > div {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
#stepsList > li i {
  text-align: center;
  margin: 20px;
}
#stepsList > li > span {
  width: 140%;
  margin: 10px 0 0 -20%;
}
/* Step2 */

#shippingInfo fieldset > label {
  width: 100%;
  line-height: normal;
}
#paymentMethod {
  margin-bottom: 40px;
}
.shippingBlock {
  margin: 20px 0;
}
#cartFormContainer textarea {
  width: 100%;
  margin-top: 10px;
  height: 150px;
}
#cartFormContainer fieldset {
  margin-bottom: 20px;
}
.recurringContainer label span {
  width: 12%;
  margin-right: 5px;
}
.recurringContainer input:not([type=checkbox]),
.recurringContainer select {
  width: 150px;
}
.recurringContainer img {
  margin-left: 5px;
}
.previousButton {
  margin-top: 10px;
}
#terms {
  max-height: 300px;
  overflow-y: auto;
}
/* Step 3 */

#createCartUser > div {
  padding: 15px;
  border: 1px solid black;
}
#createCartUser input[type=password] {
  width: 100% !important;
}
#createCartUser > div > span {
  padding: 15px 0;
}
#orderDetails {
  margin-bottom: 40px;
}
#orderDetailContainer .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}
#orderDetailContainer .continueBottom {
  margin-top: 40px;
}
#orderDetailContainer .blockContent {
  margin-bottom: 40px;
}
#orderDetailContainer .usernameContainer {
  margin-bottom: 20px;
}
#shareContainer {
  z-index: 1000;
  margin-top: 20px;
  border: 1px solid black;
}
#shareContainer .cartProductsList > li {
  border-bottom: 0;
}
#shareContainer h2 {
  margin: 20px 15px;
}
#shareContainer > a {
  right: 20px;
  top: 15px;
}
#productContent.lastStepProducts .showCartHeader {
  border-top: 0;
}
#orderDetailContainer.print {
  min-width: 720px !important;
}
label[for=EcomOrderSubscribeToNewsletter] {
  width: 80%;
  margin-left: 22.2%;
}
.dwnPdf {
  margin-left: 5px;
}
/* Mini Cart */

#miniCart {
  z-index: 9000;
  right: 0;
  top: 25px;
  border: 1px solid black;
}
#miniCartContainer {
  width: 320px;
  float: left;
  padding: 15px 0;
}
#miniCartContainer ul {
  padding-bottom: 5px;
  max-height: 180px;
  overflow-y: auto;
}
#miniCartContainer li {
  width: 100%;
  margin-bottom: 10px;
}
#miniCartContainer li.shipTaxes {
  padding-top: 3px;
}
#miniCartContainer footer > span {
  width: 100%;
  padding: 5px 15px 0 15px;
}
#miniCartContainer .miniCartBtns {
  width: 100%;
  padding: 15px;
}
.discountLine,
.subTotal,
.miniCartBtns {
  border-top: 1px solid black;
  padding: 5px 0;
}
/* Gateways */

#payment-form h2 {
  margin-bottom: 30px;
}
.DMForms .small input:not([type=submit]):not([type=checkbox]):not([type=radio]):not(.fakeInput) {
  width: 45%;
}
.DMForms .small span {
  width: 10%;
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  .cartProductsList .quantity,
  .cartProductsList .discount,
  .cartProductsList .totalPrice {
    padding: 0;
    margin-top: 10px;
  }
  .cartChange .bootstrap-select.btn-group .btn .caret {
    right: 2px;
  }
  .quantity b,
  .cartProductsList .totalPrice {
    line-height: 40px;
  }
  .lastStepProducts .quantity b,
  .lastStepProducts .totalPrice {
    line-height: normal;
  }
  .cartProductsList .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 40px !important;
  }
  #returningLogin {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  #returningLogin > div:first-child {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
  }
  #returningLogin > div:last-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    margin-bottom: 30px;
  }
  #cartRightContent,
  #cartFormContainer > div {
    padding: 0;
  }
  #customerInfo input[type=submit] {
    margin: 0;
  }
  #stepsList {
    margin-bottom: 40px;
  }
  .chooseDelivery {
    margin: 20px 0;
  }
  label[for=EcomOrderSubscribeToNewsletter] {
    margin-left: 0;
    width: 100%;
  }
  #returningLogin .btn.btn-bg {
    width: 100%;
  }
  .recurringContainer label span {
    width: 100%;
    margin-right: 0;
  }
  .recurringContainer input:not([type=checkbox]),
  .recurringContainer select {
    width: 100%;
  }
  .recurringContainer #datepicker {
    width: 94%;
  }
  .recurringContainer img {
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 768px) {
  
}
@media (max-width: 991px) {
  .productCount {
    top: -10px;
    left: 8px;
  }
}
@media (min-width: 768px) {
  
}
@media (min-width: 1200px) {
  
}


/******* 75_customerCenter.less *******/
/**
 * Description: Customer Center
 * User: ShareIT
 * Date: 12/Jan/2016
**/
/* RMA */

#myOrdersTable,
#loyaltyList {
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}
#RMAdata {
  margin-bottom: 20px;
}
#RMAdata dt {
  clear: left;
}
#requestContainer {
  margin-bottom: 20px;
}
.newReturn {
  margin-top: 30px;
}
.leftPadding {
  margin-left: 20px;
}
/* Wishlist */

.createSubtitle {
  margin: -20px -15px 30px -15px;
}
.removeFromList {
  margin-top: 25px;
}
#EditListForm input[type=checkbox] {
  margin: 15px 20px 0 20px;
}
#changeList .bootstrap-select {
  margin-right: 5px;
}
form[name=change] .bootstrap-select {
  width: 50% !important;
  margin-top: 15px;
}
.noFavorites {
  padding-top: 30px;
}
.recurringDetail {
  margin-right: 20px;
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 768px) {
  
}
@media (max-width: 991px) {
  
}
@media (min-width: 768px) {
  
}
@media (min-width: 1200px) {
  
}


/******* 80_alencastreTools.less *******/
/**
 * Description: Alencastre Tools
 * User: ShareIT
 * Date: 12/Jan/2016
**/
/* Find a dealer */

.dynamicweb-map label {
  width: 100%;
}
.dynamicweb-map .storeList,
.dynamicweb-map > .map,
.dynamicweb-map > .map > div {
  height: 478px;
}
#findStoreFilter {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid black;
}
.storeList > li > div {
  margin-bottom: 30px;
}
.storeList > li > div b {
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
  cursor: pointer;
}
#findStoreFilter fieldset {
  padding-left: 0;
}
#findStoreFilter h3 {
  margin-bottom: 15px;
}
.preferredStores {
  margin: 30px -15px;
}
.preferredStores > li {
  margin-bottom: 30px;
}
.storeList {
  overflow: auto;
}
/* Partners */

.partnersFilterContainer label,
.partnersFilterContainer .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.partnersList h2 {
  margin: 10px 0;
}
.partnersList li {
  margin-bottom: 30px;
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767px) {
  .dynamicweb-map.list-hidden > .list {
    padding-left: 0;
    margin-top: 20px;
  }
  .dynamicweb-map > .map,
  .dynamicweb-map > .list {
    padding-right: 0;
  }
  #findStoreFilter fieldset {
    padding-right: 0;
  }
  #findStoreFilter .bootstrap-select {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
  
}


/******* 85_slider.less *******/
#slideShowContainer {
  padding-top: 0px;
}
#slideShowContainer .bx-wrapper .bx-pager {
  visibility: hidden;
}
#slideShowContainer .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  visibility: hidden;
}
#slideShowContainer .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  visibility: hidden;
}
#slideShowContainer .bx-wrapper .bx-controls .bx-controls-auto {
  visibility: hidden;
}
.bxslider li .slideImage {
  width: 100%;
  height: 625px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
}
.bxslider li .mercedesSliderImage {
  filter: brightness(60%);
}
.bxslider li .shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.bxslider li .slideTextBox {
  position: absolute;
  top: 10%;
  left: 91px;
  width: 750px;
  z-index: 2;
}
.bxslider li .slideTextBox .contentType {
  margin-bottom: 12px;
}
.bxslider li .slideTextBox .contentTitle {
  margin-bottom: 27px;
}
.bxslider li .slideTextBox .contentTitle p {
  font-family: 'proxima_novablack';
  text-transform: uppercase;
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 57px;
}
.bxslider li .slideTextBox .seeMoreContent a {
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
}
.bxslider li .slideTextBox .seeMoreContent .yellowLine {
  width: 90px;
  height: 1px;
  border-bottom: 2px solid #ebaf2d;
}
.bxslider li .customBxControl {
  position: absolute;
  bottom: 0px;
  height: 90px;
  width: 100%;
}
.bxslider li .customBxControl .customItem {
  position: relative;
  float: left;
  height: 90px;
  width: 25%;
}
.bxslider li .customBxControl .customItem .containerItem {
  position: relative;
  float: left;
  margin-left: 20%;
  margin-top: 4%;
  width: 190px;
  padding-bottom: 10px;
}
.bxslider li .customBxControl .customItem .containerItem a {
  height: 100%;
  width: 100%;
  font-family: 'proxima_nova_rgbold';
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
}
.bxslider li .customBxControl .customItem .containerItem .yellowLine {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 90px;
  height: 10px;
  border-bottom: 2px solid #ebaf2d;
}
.bxslider li .customBxControl .customItem.disable {
  opacity: 0.5;
  background-color: black;
}
.bxslider li .customBxControl .customItem.disable .yellowLine {
  border-bottom: 2px solid white;
}
@media (max-width: 991px) {
  #slideShowContainer .slideTextBox {
    position: absolute;
    left: 15px;
    width: 80%;
    z-index: 2;
  }
  #slideShowContainer .slideTextBox .contentType {
    margin-bottom: 12px;
  }
  #slideShowContainer .slideTextBox .contentTitle {
    margin-bottom: 20px;
  }
  #slideShowContainer .slideTextBox .contentTitle p {
    font-family: 'proxima_novablack';
    text-transform: uppercase;
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 30px;
  }
  #slideShowContainer .slideTextBox .seeMoreContent a {
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 15px;
  }
  #slideShowContainer .slideTextBox .seeMoreContent .yellowLine {
    width: 90px;
    height: 1px;
    border-bottom: 2px solid #ebaf2d;
  }
  #slideShowContainer {
    padding-top: 0px;
    width: 100%;
  }
  #slideShowContainer .customBxControl {
    display: none;
  }
  #slideShowContainer .bx-wrapper {
    width: 100%;
  }
  #slideShowContainer .bx-wrapper .bx-controls {
    position: relative;
    top: -55px;
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  #slideShowContainer .bx-wrapper .bx-controls .bx-pager {
    width: 100%;
    text-align: center;
    visibility: visible;
  }
  #slideShowContainer .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
    background-color: black;
  }
  #slideShowContainer .bx-wrapper .bx-controls .bx-pager .active {
    background-color: orange;
  }
}
@media (max-width: 480px) {
  .bxslider li .slideImage {
    width: 100%;
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .bxslider li .customBxControl .customItem .containerItem {
    width: 240px;
  }
}


/******* 90_beachOfTheDay.less *******/
#beachOfTheDay {
  background-color: white;
  color: black;
}
#beachOfTheDay section article div {
  color: black;
}
#beachOfTheDay section article header div {
  position: relative;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
#beachOfTheDay section article header div h2 {
  margin-left: 30px;
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
}
#beachOfTheDay section article header h2 {
  color: black;
}
#beachOfTheDay section article #windContainer {
  position: relative;
  float: left;
  width: 50%;
  height: 330px;
  margin-bottom: 40px;
  margin-top: 45px;
  border: 1px solid #ebebeb;
}
#beachOfTheDay section article #windContainer .liveContainer {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
#beachOfTheDay section article #windContainer .sponcerWind {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
#beachOfTheDay section article #windContainer .line {
  position: relative;
  float: left;
  clear: both;
  width: 80%;
  border: 1px solid #ebebeb;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10%;
  margin-right: 10%;
}
#beachOfTheDay section article #windContainer .rotatingCondition {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
#beachOfTheDay section article #windContainer .rotatingCondition .bx-wrapper .bx-viewport {
  height: 100px !important;
}
#beachOfTheDay section article #windContainer .rotatingCondition .bx-wrapper .bx-controls {
  position: absolute;
  bottom: 0px;
  left: 45%;
}
#beachOfTheDay section article #windContainer .rotatingCondition .bx-wrapper .bx-controls .bx-pager {
  position: relative;
  float: left;
  clear: both;
  width: 50px;
}
#beachOfTheDay section article #windContainer .rotatingCondition .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  position: relative;
  float: left;
  clear: none;
}
#beachOfTheDay section article #windContainer .rotatingCondition .bx-wrapper .bx-controls .bx-controls-direction {
  display: none;
}
#beachOfTheDay section article #windContainer .rotatingCondition .bx-wrapper .bx-controls .bx-controls-auto {
  display: none;
}
#beachOfTheDay section article #windContainer .windSpeedContainer {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
#beachOfTheDay section article #windContainer .windSpeedContainer div {
  position: relative;
  float: left;
  text-align: center;
}
#beachOfTheDay section article #windContainer .windSpeedContainer .speedLogo {
  width: 30%;
  margin-top: 20px;
}
#beachOfTheDay section article #windContainer .windSpeedContainer .speedLogo div {
  width: 100%;
  position: relative;
  float: left;
  clear: both;
  text-align: center;
  margin-left: 10px;
}
#beachOfTheDay section article #windContainer .windSpeedContainer .speedLogo .windLogoText {
  margin-top: 10px;
  padding-left: 10px;
}
#beachOfTheDay section article #windContainer .windSpeedContainer .windSpeedText {
  width: auto;
  font-family: 'sofia-pro', 'proxima_novalight';
  text-transform: uppercase;
  font-size: 80px;
  font-size: 8rem;
  text-align: left;
  padding-left: 10px;
}
#beachOfTheDay section article #windContainer .windSpeedContainer .windSpeedText .top {
  position: absolute;
  top: 0px;
  /*right: -40px;*/

  font-size: 20px;
  font-size: 2rem;
  font-family: 'sofia-pro', 'proxima_nova_rgbold';
  text-transform: none;
  vertical-align: top;
  color: black;
}
#beachOfTheDay section article #windContainer .windDirectionContainer {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
#beachOfTheDay section article #windContainer .windDirectionContainer div {
  position: relative;
  float: left;
  text-align: left;
}
#beachOfTheDay section article #windContainer .windDirectionContainer .windLogo {
  width: 30%;
  margin-top: 20px;
}
#beachOfTheDay section article #windContainer .windDirectionContainer .windLogo div {
  width: 100%;
  position: relative;
  float: left;
  clear: both;
  text-align: center;
  margin-left: 10px;
}
#beachOfTheDay section article #windContainer .windDirectionContainer .windLogo .windLogoText {
  margin-top: 10px;
}
#beachOfTheDay section article #windContainer .windDirectionContainer .windDirectionText {
  width: auto;
  font-family: 'sofia-pro', 'proxima_novalight';
  text-transform: uppercase;
  font-size: 80px;
  font-size: 8rem;
  text-align: left;
  padding-left: 10px;
}
#beachOfTheDay section article #windContainer .windDirectionContainer .windDirectionImage {
  width: 20%;
  margin-top: 30px;
}
#beachOfTheDay section article #conditionsContainer {
  position: relative;
  float: left;
  width: 50%;
  height: 330px;
  margin-bottom: 40px;
  border: 1px solid #ebebeb;
  margin-top: 45px;
}
#beachOfTheDay section article #conditionsContainer .tab {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
  height: 55px;
  padding-top: 15px;
}
#beachOfTheDay section article #conditionsContainer .tab a {
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
}
#beachOfTheDay section article #conditionsContainer .tab a img {
  height: 30px;
}
#beachOfTheDay section article #conditionsContainer .beachConditionsTab.off {
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: #f7f7f7;
}
#beachOfTheDay section article #conditionsContainer .beachConditionsTab.off a {
  color: #7c7c7c;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
}
#beachOfTheDay section article #conditionsContainer .beachConditionsTab.off a img {
  height: 30px;
}
#beachOfTheDay section article #conditionsContainer .beachConditionsTab.off a #beach_on {
  display: none;
}
#beachOfTheDay section article #conditionsContainer .beachConditionsTab.off a #beach_off {
  display: block;
}
#beachOfTheDay section article #conditionsContainer .beachConditionsTab.on a #beach_on {
  display: block;
}
#beachOfTheDay section article #conditionsContainer .beachConditionsTab.on a #beach_off {
  display: none;
}
#beachOfTheDay section article #conditionsContainer .surfConditionsTab.off {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: #f7f7f7;
}
#beachOfTheDay section article #conditionsContainer .surfConditionsTab.off a {
  color: #7c7c7c;
  font-family: 'proxima_novalight';
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
}
#beachOfTheDay section article #conditionsContainer .surfConditionsTab.off a img {
  height: 30px;
}
#beachOfTheDay section article #conditionsContainer .surfConditionsTab.off a #board_on {
  display: none;
}
#beachOfTheDay section article #conditionsContainer .surfConditionsTab.off a #board_off {
  display: block;
}
#beachOfTheDay section article #conditionsContainer .surfConditionsTab.on a #board_on {
  display: block;
}
#beachOfTheDay section article #conditionsContainer .surfConditionsTab.on a #board_off {
  display: none;
}
#beachOfTheDay section article #conditionsContainer .condition {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 100%;
}
#beachOfTheDay section article #conditionsContainer .condition .paragraphHeader {
  text-align: center;
  margin-top: 40px;
}
#beachOfTheDay section article #conditionsContainer .condition .conditionClassification {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  /*.classificationImage{
                            text-align:right;
                        }*/

}
#beachOfTheDay section article #conditionsContainer .condition .conditionClassification div {
  position: relative;
  float: left;
  width: 100%;
}
#beachOfTheDay section article #conditionsContainer .condition .conditionClassification .classificationDescription {
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
}
#beachOfTheDay section article #conditionsContainer .condition .conditionClassification .classificationDescription .spacing {
  width: 20px;
}
#beachOfTheDay section article #conditionsContainer .condition .conditionDescription {
  position: relative;
  float: left;
  clear: both;
  margin-top: 15px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 15px;
}
#beachOfTheDay section article #conditionsContainer .condition .conditionDescription p {
  text-align: center;
  font-family: 'proxima_novalight';
  color: #7c7c7c;
  font-size: 16px;
  font-size: 1.6rem;
}
#beachOfTheDay section article #conditionsContainer .condition .conditionDescription p span {
  font-family: 'proxima_novalight';
  color: #7c7c7c;
  font-size: 16px;
  font-size: 1.6rem;
}
#beachOfTheDay section article #conditionsContainer .condition .conditionDescription p .blue {
  color: #0099ab;
  font-family: 'proxima_nova_rgbold';
}
#beachOfTheDay section article #conditionsContainer .condition .conditionDescription p .blue_top {
  color: #0099ab;
  font-family: 'proxima_nova_rgbold';
  font-size: 8px;
  font-size: 0.8rem;
  vertical-align: top;
}
#beachOfTheDay section article #conditionsContainer .condition .conditionDescription p .top {
  color: #0099ab;
  font-family: 'proxima_nova_rgbold';
  font-size: 8px;
  font-size: 0.8rem;
  vertical-align: top;
}
#beachOfTheDay section article #conditionsContainer .condition.off {
  display: none;
}
#beachOfTheDay section article #beachOfTheDayPub {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  margin-top: 55px;
}
#beachOfTheDay section article #beachOfTheDayPub .beachOfTheDayPubContainer {
  margin: 5%;
}
#beachOfTheDay section article #beachOfTheDayPub .beachOfTheDayPubContainer .beachOfTheDayPubText {
  color: #7c7c7c;
  font-family: 'proxima_novalight';
  font-size: 11px;
  font-size: 1.1rem;
}
#beachOfTheDay section article #beachOfTheDayPub .beachOfTheDayPubText {
  position: absolute;
  bottom: 8px;
  left: 295px;
}
#beachOfTheDay section article #beachOfTheDayBox {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  margin-top: 45px;
}
#beachOfTheDay section article #beachOfTheDayBox > div {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
#beachOfTheDay section article #beachOfTheDayBox .paragraphHeader {
  position: relative;
  float: left;
  width: 100%;
}
#beachOfTheDay section article #beachOfTheDayBox .paragraphHeader div {
  float: left;
  position: relative;
  clear: none;
}
#beachOfTheDay section article #beachOfTheDayBox .paragraphHeader .beachTitleImg {
  text-align: center;
  width: 40%;
}
#beachOfTheDay section article #beachOfTheDayBox .paragraphHeader .beachTitle {
  width: 60%;
  padding-top: 2px;
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 23px;
  font-size: 2.3rem;
}
#beachOfTheDay section article #beachOfTheDayBox .paragraphHeader .beachOfTheDayTextContainer {
  display: none;
}
#beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayImage {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
#beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayTextContainer {
  /*position: absolute;
                    top: 80%; left: 50%;
                    transform: translate(-50%,-50%);*/
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-left: 15px;
  margin-top: 15px;
}
#beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayText {
  text-align: left;
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  max-width: 240px;
  margin-bottom: 15px;
}
#beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayLiveCam a {
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
}
#beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayLiveCam .line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: 1px solid #ebaf2d;
  width: 120px;
}
#beachOfTheDayTabletWide {
  display: none;
}
@media (min-width: 980px) and (max-width: 1190px) {
  #beachOfTheDay {
    display: none;
  }
  #beachOfTheDayTabletWide {
    display: block;
    background-color: white;
    color: black;
  }
  #beachOfTheDayTabletWide section article div {
    color: black;
  }
  #beachOfTheDayTabletWide section article header div {
    position: relative;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #beachOfTheDayTabletWide section article header div h2 {
    margin-left: 30px;
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #beachOfTheDayTabletWide section article header h2 {
    color: black;
  }
  #beachOfTheDayTabletWide section article #windContainer {
    position: relative;
    float: left;
    width: 50%;
    height: 330px;
    margin-bottom: 40px;
    margin-top: 45px;
    border: 1px solid #ebebeb;
  }
  #beachOfTheDayTabletWide section article #windContainer .liveContainer {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
  #beachOfTheDayTabletWide section article #windContainer .sponcerWind {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  #beachOfTheDayTabletWide section article #windContainer .line {
    position: relative;
    float: left;
    clear: both;
    width: 80%;
    border: 1px solid #ebebeb;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10%;
    margin-right: 10%;
  }
  #beachOfTheDayTabletWide section article #windContainer .rotatingCondition {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
  #beachOfTheDayTabletWide section article #windContainer .rotatingCondition .bx-wrapper .bx-viewport {
    height: 112px !important;
  }
  #beachOfTheDayTabletWide section article #windContainer .rotatingCondition .bx-wrapper .bx-controls {
    position: absolute;
    bottom: 0px;
    left: 45%;
  }
  #beachOfTheDayTabletWide section article #windContainer .rotatingCondition .bx-wrapper .bx-controls .bx-pager {
    position: relative;
    float: left;
    clear: both;
    width: 50px;
  }
  #beachOfTheDayTabletWide section article #windContainer .rotatingCondition .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    position: relative;
    float: left;
    clear: none;
  }
  #beachOfTheDayTabletWide section article #windContainer .rotatingCondition .bx-wrapper .bx-controls .bx-controls-direction {
    display: none;
  }
  #beachOfTheDayTabletWide section article #windContainer .rotatingCondition .bx-wrapper .bx-controls .bx-controls-auto {
    display: none;
  }
  #beachOfTheDayTabletWide section article #windContainer .windSpeedContainer {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
  #beachOfTheDayTabletWide section article #windContainer .windSpeedContainer div {
    position: relative;
    float: left;
    text-align: center;
  }
  #beachOfTheDayTabletWide section article #windContainer .windSpeedContainer .speedLogo {
    width: 30%;
    margin-top: 20px;
  }
  #beachOfTheDayTabletWide section article #windContainer .windSpeedContainer .speedLogo div {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    text-align: center;
    margin-left: 10px;
  }
  #beachOfTheDayTabletWide section article #windContainer .windSpeedContainer .speedLogo .speedLogoText {
    margin-top: 10px;
  }
  #beachOfTheDayTabletWide section article #windContainer .windSpeedContainer .windSpeedText {
    width: auto;
    font-family: 'sofia-pro', 'proxima_novalight';
    text-transform: uppercase;
    font-size: 80px;
    font-size: 8rem;
  }
  #beachOfTheDayTabletWide section article #windContainer .windSpeedContainer .windSpeedText .top {
    position: absolute;
    top: 0px;
    /*right: -40px;*/
  
    font-size: 20px;
    font-size: 2rem;
    font-family: 'sofia-pro', 'proxima_nova_rgbold';
    text-transform: none;
    vertical-align: top;
    color: black;
  }
  #beachOfTheDayTabletWide section article #windContainer .windDirectionContainer {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
  #beachOfTheDayTabletWide section article #windContainer .windDirectionContainer div {
    position: relative;
    float: left;
    text-align: left;
  }
  #beachOfTheDayTabletWide section article #windContainer .windDirectionContainer .windLogo {
    width: 30%;
    margin-top: 20px;
  }
  #beachOfTheDayTabletWide section article #windContainer .windDirectionContainer .windLogo div {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    text-align: center;
    margin-left: 10px;
  }
  #beachOfTheDayTabletWide section article #windContainer .windDirectionContainer .windLogo .windLogoText {
    margin-top: 10px;
  }
  #beachOfTheDayTabletWide section article #windContainer .windDirectionContainer .windDirectionText {
    width: auto;
    font-family: 'sofia-pro', 'proxima_novalight';
    text-transform: uppercase;
    font-size: 80px;
    font-size: 8rem;
  }
  #beachOfTheDayTabletWide section article #windContainer .windDirectionContainer .windDirectionImage {
    width: 20%;
    margin-top: 30px;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer {
    position: relative;
    float: left;
    width: 50%;
    height: 330px;
    margin-bottom: 40px;
    border: 1px solid #ebebeb;
    margin-top: 45px;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .tab {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    height: 55px;
    padding-top: 15px;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .tab a {
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .tab a img {
    height: 30px;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .beachConditionsTab.off {
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #f7f7f7;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .beachConditionsTab.off a {
    color: #7c7c7c;
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .beachConditionsTab.off a img {
    height: 30px;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .beachConditionsTab.off a #beach_on {
    display: none;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .beachConditionsTab.off a #beach_off {
    display: block;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .beachConditionsTab.on a #beach_on {
    display: block;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .beachConditionsTab.on a #beach_off {
    display: none;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .surfConditionsTab.off {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #f7f7f7;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .surfConditionsTab.off a {
    color: #7c7c7c;
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .surfConditionsTab.off a img {
    height: 30px;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .surfConditionsTab.off a #board_on {
    display: none;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .surfConditionsTab.off a #board_off {
    display: block;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .surfConditionsTab.on a #board_on {
    display: block;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .surfConditionsTab.on a #board_off {
    display: none;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .condition {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 100%;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .condition .paragraphHeader {
    text-align: center;
    margin-top: 40px;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .condition .conditionClassification {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    /*.classificationImage{
                              text-align:right;
                          }*/
  
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .condition .conditionClassification div {
    position: relative;
    float: left;
    width: 100%;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .condition .conditionClassification .classificationDescription {
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .condition .conditionClassification .classificationDescription .spacing {
    width: 20px;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .condition .conditionDescription {
    position: relative;
    float: left;
    clear: both;
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 15px;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .condition .conditionDescription p {
    text-align: center;
    font-family: 'proxima_novalight';
    color: #7c7c7c;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .condition .conditionDescription p span {
    font-family: 'proxima_novalight';
    color: #7c7c7c;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .condition .conditionDescription p .blue {
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .condition .conditionDescription p .blue_top {
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
    font-size: 8px;
    font-size: 0.8rem;
    vertical-align: top;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .condition .conditionDescription p .top {
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
    font-size: 8px;
    font-size: 0.8rem;
    vertical-align: top;
  }
  #beachOfTheDayTabletWide section article #conditionsContainer .condition.off {
    display: none;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayPub {
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    margin-top: 55px;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayPub .beachOfTheDayPubContainer {
    margin: 5%;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayPub .beachOfTheDayPubContainer .beachOfTheDayPubText {
    color: #7c7c7c;
    font-family: 'proxima_novalight';
    font-size: 11px;
    font-size: 1.1rem;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayPub .beachOfTheDayPubText {
    position: absolute;
    bottom: 8px;
    left: 295px;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayBox {
    position: relative;
    float: left;
    width: 100%;
    height: 330px;
    margin-bottom: 40px;
    margin-top: 45px;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayBox > div {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayBox .paragraphHeader {
    position: relative;
    float: left;
    width: 100%;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayBox .paragraphHeader div {
    float: left;
    position: relative;
    clear: none;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayBox .paragraphHeader .beachTitleImg {
    text-align: right;
    width: 45%;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayBox .paragraphHeader .beachTitle {
    text-align: left;
    width: 55%;
    padding-top: 2px;
    padding-left: 10px;
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 23px;
    font-size: 2.3rem;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayBox .paragraphHeader .beachOfTheDayTextContainer {
    display: none;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayBox .beachOfTheDayImage {
    padding-left: 30%;
    padding-right: 30%;
    text-align: center;
    overflow: hidden;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayBox .beachOfTheDayTextContainer {
    /*position: absolute;
                      top: 80%; left: 50%;
                      transform: translate(-50%,-50%);*/
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayText {
    text-align: left;
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayLiveCam {
    margin-left: 43%;
    width: 30%;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayLiveCam a {
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #beachOfTheDayTabletWide section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayLiveCam .line {
    position: absolute;
    bottom: 0px;
    left: 0px;
    border: 1px solid #ebaf2d;
    width: 120px;
  }
}
@media (max-width: 991px) {
  #beachOfTheDay section article header {
    position: relative;
    float: left;
    clear: none;
    width: 50%;
  }
  #beachOfTheDay section article #beachOfTheDayPub {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
  }
  #beachOfTheDay section article #beachOfTheDayPub .beachOfTheDayPubContainer {
    margin: 0;
    width: 300px;
    padding-left: 25%;
  }
  #beachOfTheDay section article #beachOfTheDayBox {
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    margin-top: 45px;
  }
  #beachOfTheDay section article #beachOfTheDayBox > div {
    position: relative;
    float: left;
    clear: none;
    width: 50%;
  }
  #beachOfTheDay section article #beachOfTheDayBox .paragraphHeader {
    position: relative;
    float: left;
    width: 50%;
  }
  #beachOfTheDay section article #beachOfTheDayBox .paragraphHeader div {
    float: left;
    position: relative;
    clear: none;
  }
  #beachOfTheDay section article #beachOfTheDayBox .paragraphHeader .beachTitleImg {
    text-align: center;
    width: 100%;
  }
  #beachOfTheDay section article #beachOfTheDayBox .paragraphHeader .beachTitle {
    width: 100%;
    text-align: center;
    padding-top: 2px;
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 38px;
    font-size: 3.8rem;
  }
  #beachOfTheDay section article #beachOfTheDayBox .paragraphHeader .beachOfTheDayTextContainer {
    display: block;
    margin: 0;
  }
  #beachOfTheDay section article #beachOfTheDayBox .paragraphHeader .beachOfTheDayTextContainer .beachOfTheDayText {
    display: block;
    position: relative;
    float: left;
    clear: both;
    width: 80%;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 29px;
    font-size: 2.9rem;
  }
  #beachOfTheDay section article #beachOfTheDayBox .paragraphHeader .beachOfTheDayTextContainer .beachOfTheDayLiveCam {
    position: relative;
    float: left;
    clear: both;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
  }
  #beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayImage {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  #beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayTextContainer {
    display: block;
  }
  #beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayText {
    display: none;
  }
  #beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayLiveCam {
    float: right;
    width: 64%;
  }
  #beachOfTheDay section article #conditionsContainer {
    height: 330px;
  }
  #beachOfTheDay section article #windContainer {
    height: 330px;
  }
}
@media (max-width: 767px) {
  #beachOfTheDay {
    background-color: white;
    color: black;
  }
  #beachOfTheDay .padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  #beachOfTheDay section .padding-conditionsContainer {
    margin-left: 15px;
    margin-right: 15px;
  }
  #beachOfTheDay section article div {
    color: black;
  }
  #beachOfTheDay section article header div {
    position: relative;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #beachOfTheDay section article header div h2 {
    margin-left: 30px;
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #beachOfTheDay section article header h2 {
    color: black;
  }
  #beachOfTheDay section article #windContainer {
    width: 100%;
    height: 330px;
    border: 1px solid #ebebeb;
    margin-top: 0px;
  }
  #beachOfTheDay section article #windContainer .liveContainer {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
  #beachOfTheDay section article #windContainer .sponcerWind {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  #beachOfTheDay section article #windContainer .line {
    position: relative;
    float: left;
    clear: both;
    width: 80%;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10%;
    margin-right: 10%;
  }
  #beachOfTheDay section article #windContainer .windSpeedContainer {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
  #beachOfTheDay section article #windContainer .windSpeedContainer div {
    position: relative;
    float: left;
    text-align: center;
  }
  #beachOfTheDay section article #windContainer .windSpeedContainer .speedLogo {
    width: 30%;
    margin-top: 20px;
  }
  #beachOfTheDay section article #windContainer .windSpeedContainer .speedLogo div {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    text-align: center;
    margin-left: 10px;
  }
  #beachOfTheDay section article #windContainer .windSpeedContainer .speedLogo .speedLogoText {
    margin-top: 10px;
  }
  #beachOfTheDay section article #windContainer .windSpeedContainer .windSpeedText {
    width: auto;
    font-family: 'sofia-pro', 'proxima_novalight';
    text-transform: uppercase;
    font-size: 80px;
    font-size: 8rem;
  }
  #beachOfTheDay section article #windContainer .windSpeedContainer .windSpeedText .top {
    position: absolute;
    top: 0px;
    /*right: -40px;*/
  
    font-size: 20px;
    font-size: 2rem;
    font-family: 'sofia-pro', 'proxima_nova_rgbold';
    text-transform: none;
    vertical-align: top;
    color: black;
  }
  #beachOfTheDay section article #windContainer .windDirectionContainer {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
  #beachOfTheDay section article #windContainer .windDirectionContainer div {
    position: relative;
    float: left;
    text-align: left;
  }
  #beachOfTheDay section article #windContainer .windDirectionContainer .windLogo {
    width: 30%;
    margin-top: 20px;
  }
  #beachOfTheDay section article #windContainer .windDirectionContainer .windLogo div {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    text-align: center;
    margin-left: 10px;
  }
  #beachOfTheDay section article #windContainer .windDirectionContainer .windLogo .windLogoText {
    margin-top: 10px;
  }
  #beachOfTheDay section article #windContainer .windDirectionContainer .windDirectionText {
    width: auto;
    font-family: 'sofia-pro', 'proxima_novalight';
    text-transform: uppercase;
    font-size: 80px;
    font-size: 8rem;
  }
  #beachOfTheDay section article #windContainer .windDirectionContainer .windDirectionImage {
    width: 20%;
    margin-top: 30px;
  }
  #beachOfTheDay section article #conditionsContainer {
    width: 100%;
    height: 330px;
    border: 1px solid #ebebeb;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  #beachOfTheDay section article #conditionsContainer .tab {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    height: 55px;
    padding-top: 15px;
  }
  #beachOfTheDay section article #conditionsContainer .tab a {
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #beachOfTheDay section article #conditionsContainer .tab a img {
    height: 30px;
  }
  #beachOfTheDay section article #conditionsContainer .beachConditionsTab.off {
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #f7f7f7;
  }
  #beachOfTheDay section article #conditionsContainer .beachConditionsTab.off a {
    color: #7c7c7c;
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #beachOfTheDay section article #conditionsContainer .beachConditionsTab.off a img {
    height: 30px;
  }
  #beachOfTheDay section article #conditionsContainer .beachConditionsTab.off a #beach_on {
    display: none;
  }
  #beachOfTheDay section article #conditionsContainer .beachConditionsTab.off a #beach_off {
    display: block;
  }
  #beachOfTheDay section article #conditionsContainer .beachConditionsTab.on a #beach_on {
    display: block;
  }
  #beachOfTheDay section article #conditionsContainer .beachConditionsTab.on a #beach_off {
    display: none;
  }
  #beachOfTheDay section article #conditionsContainer .surfConditionsTab.off {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #f7f7f7;
  }
  #beachOfTheDay section article #conditionsContainer .surfConditionsTab.off a {
    color: #7c7c7c;
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #beachOfTheDay section article #conditionsContainer .surfConditionsTab.off a img {
    height: 30px;
  }
  #beachOfTheDay section article #conditionsContainer .surfConditionsTab.off a #board_on {
    display: none;
  }
  #beachOfTheDay section article #conditionsContainer .surfConditionsTab.off a #board_off {
    display: block;
  }
  #beachOfTheDay section article #conditionsContainer .surfConditionsTab.on a #board_on {
    display: block;
  }
  #beachOfTheDay section article #conditionsContainer .surfConditionsTab.on a #board_off {
    display: none;
  }
  #beachOfTheDay section article #conditionsContainer .condition {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 100%;
  }
  #beachOfTheDay section article #conditionsContainer .condition .paragraphHeader {
    text-align: center;
    margin-top: 40px;
  }
  #beachOfTheDay section article #conditionsContainer .condition .conditionClassification {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    /*.classificationImage{
                              text-align:right;
                          }*/
  
  }
  #beachOfTheDay section article #conditionsContainer .condition .conditionClassification div {
    position: relative;
    float: left;
    width: 100%;
  }
  #beachOfTheDay section article #conditionsContainer .condition .conditionClassification .classificationDescription {
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center;
  }
  #beachOfTheDay section article #conditionsContainer .condition .conditionClassification .classificationDescription .spacing {
    width: 20px;
  }
  #beachOfTheDay section article #conditionsContainer .condition .conditionDescription {
    position: relative;
    float: left;
    clear: both;
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
  }
  #beachOfTheDay section article #conditionsContainer .condition .conditionDescription p {
    text-align: center;
    font-family: 'proxima_novalight';
    color: #7c7c7c;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #beachOfTheDay section article #conditionsContainer .condition .conditionDescription p span {
    font-family: 'proxima_novalight';
    color: #7c7c7c;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #beachOfTheDay section article #conditionsContainer .condition .conditionDescription p .blue {
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
  }
  #beachOfTheDay section article #conditionsContainer .condition .conditionDescription p .blue_top {
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
    font-size: 8px;
    font-size: 0.8rem;
    vertical-align: top;
  }
  #beachOfTheDay section article #conditionsContainer .condition .conditionDescription p .top {
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
    font-size: 8px;
    font-size: 0.8rem;
    vertical-align: top;
  }
  #beachOfTheDay section article #conditionsContainer .condition.off {
    display: none;
  }
  #beachOfTheDay section article #beachOfTheDayPub {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    margin-top: 55px;
  }
  #beachOfTheDay section article #beachOfTheDayPub .beachOfTheDayPubContainer {
    margin: 5%;
  }
  #beachOfTheDay section article #beachOfTheDayPub .beachOfTheDayPubContainer .beachOfTheDayPubText {
    color: #7c7c7c;
    font-family: 'proxima_novalight';
    font-size: 11px;
    font-size: 1.1rem;
  }
  #beachOfTheDay section article #beachOfTheDayPub .beachOfTheDayPubText {
    position: absolute;
    bottom: 8px;
    left: 295px;
  }
  #beachOfTheDay section article #beachOfTheDayBox {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 23px;
  }
  #beachOfTheDay section article #beachOfTheDayBox > div {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
  #beachOfTheDay section article #beachOfTheDayBox .paragraphHeader {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
  #beachOfTheDay section article #beachOfTheDayBox .paragraphHeader div {
    float: left;
    position: relative;
    clear: both;
  }
  #beachOfTheDay section article #beachOfTheDayBox .paragraphHeader .beachTitleImg {
    text-align: center;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #beachOfTheDay section article #beachOfTheDayBox .paragraphHeader .beachTitle {
    width: 100%;
    padding-top: 2px;
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    text-align: center;
    font-size: 23px;
    font-size: 2.3rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #beachOfTheDay section article #beachOfTheDayBox .paragraphHeader .beachOfTheDayTextContainer {
    display: none;
  }
  #beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayImage {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    height: 100%;
    overflow: hidden;
  }
  #beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayTextContainer {
    /*position: absolute;
                      top: 80%; left: 50%;
                      transform: translate(-50%,-50%);*/
    position: relative;
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  #beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayText {
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  #beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayLiveCam {
    left: -50%;
    -ms-transform: translate(50%);
    /* IE 9 */
    -webkit-transform: translate(50%);
    /* Safari */
    transform: translate(50%);
    width: 100%;
  }
  #beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayLiveCam a {
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayTextContainer .beachOfTheDayLiveCam .line {
    margin-left: -60px;
    left: 50%;
    border: 1px solid #ebaf2d;
    width: 120px;
  }
}
@media (min-width: 1400px) {
  #beachOfTheDay section article #beachOfTheDayBox .beachOfTheDayImage {
    width: 305px;
    height: 160px;
  }
}


/******* 95_events.less *******/
#eventsWrapperMobile {
  display: none;
}
#eventsWrapperTablet {
  display: none;
  background-color: white;
  color: black;
}
#eventsWrapperTablet section #eventsContent {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 70px;
  min-height: 110px;
}
#eventsWrapperTablet section #eventsContent div {
  color: black;
  padding-left: 40px;
  padding-right: 40px;
}
#eventsWrapperTablet section #eventsContent div h2 {
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 23px;
  font-size: 2.3rem;
  height: 110px;
  text-align: center;
  padding-top: 40px;
}
#eventsWrapperTablet section #eventsContent .eventItem {
  position: relative;
  float: left;
}
#eventsWrapperTablet section #eventsContent .eventItem .eventItemText {
  position: relative;
  float: left;
  margin-top: 25px;
  width: 170px;
  color: black;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
#eventsWrapperTablet section #eventsContent .eventItem .eventItemDate {
  position: relative;
  float: left;
  clear: both;
  color: #0099ab;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 20px;
}
#eventsWrapperTablet section #eventsContent .eventItem .eventImage {
  position: relative;
  float: left;
  margin-top: 30px;
  margin-right: 10px;
}
#eventsWrapperTablet section #eventsContent .eventItem .eventItemLink {
  position: relative;
  float: left;
  clear: both;
}
#eventsWrapperTablet section #eventsContent .eventItem .eventItemLink a {
  color: #ad182c;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#eventsWrapperTablet section #eventsContent .eventItem .eventItemLink .line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: 1px solid #0099ab;
  width: 55px;
}
#eventsWrapper {
  background-color: white;
  color: black;
}
#eventsWrapper section #eventsContent {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 70px;
  min-height: 110px;
}
#eventsWrapper section #eventsContent .eventListItem {
  margin-left: 20px;
}
#eventsWrapper section #eventsContent div {
  color: black;
}
#eventsWrapper section #eventsContent div h2 {
  color: black;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  font-size: 23px;
  font-size: 2.3rem;
  height: 110px;
  text-align: center;
  padding-top: 40px;
}
#eventsWrapper section #eventsContent .eventItem {
  position: relative;
  float: left;
  width: 80%;
}
#eventsWrapper section #eventsContent .eventItem .cupContainer {
  position: relative;
  float: left;
}
#eventsWrapper section #eventsContent .eventItem .cupContainer .eventItemText {
  position: relative;
  float: left;
  margin-top: 25px;
  width: 80px;
  color: black;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
#eventsWrapper section #eventsContent .eventItem .cupContainer .eventItemLink {
  position: relative;
  float: left;
  clear: both;
}
#eventsWrapper section #eventsContent .eventItem .cupContainer .eventItemLink a {
  color: #ad182c;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#eventsWrapper section #eventsContent .eventItem .cupContainer .eventItemLink .line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: 1px solid #0099ab;
  width: 55px;
}
#eventsWrapper section #eventsContent .eventItem .eventItemText {
  position: relative;
  float: left;
  margin-top: 25px;
  width: 170px;
  color: black;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
#eventsWrapper section #eventsContent .eventItem .eventItemDate {
  position: relative;
  float: left;
  clear: both;
  color: #0099ab;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 20px;
}
#eventsWrapper section #eventsContent .eventItem .eventImage {
  position: relative;
  float: left;
  margin-top: 30px;
  margin-right: 10px;
}
#eventsWrapper section #eventsContent .eventItem .eventItemLink {
  position: relative;
  float: left;
  clear: both;
}
#eventsWrapper section #eventsContent .eventItem .eventItemLink a {
  color: #ad182c;
  font-family: 'proxima_nova_rgbold';
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#eventsWrapper section #eventsContent .eventItem .eventItemLink .line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: 1px solid #0099ab;
  width: 55px;
}
@media (max-width: 767px) {
  #eventsWrapper {
    display: none;
  }
  #eventsWrapperMobile {
    display: inherit;
    background-color: white;
    color: black;
  }
  #eventsWrapperMobile .padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  #eventsWrapperMobile section #eventsContent {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 70px;
    min-height: 110px;
  }
  #eventsWrapperMobile section #eventsContent div {
    color: black;
  }
  #eventsWrapperMobile section #eventsContent div h2 {
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 23px;
    font-size: 2.3rem;
    height: 70px;
    text-align: center;
    padding-top: 24px;
  }
  #eventsWrapperMobile section #eventsContent .eventItem {
    position: initial;
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }
  #eventsWrapperMobile section #eventsContent .eventItem .eventItemText {
    position: initial;
    float: left;
    width: 100%;
    color: #2a384f;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  #eventsWrapperMobile section #eventsContent .eventItem .eventItemDate {
    position: initial;
    float: left;
    clear: both;
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    margin-top: 15px;
  }
  #eventsWrapperMobile section #eventsContent .eventItem .eventImage {
    position: initial;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  #eventsWrapperMobile section #eventsContent .eventItem .eventItemLink {
    position: initial;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
  }
  #eventsWrapperMobile section #eventsContent .eventItem .eventItemLink a {
    color: #ad182c;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
  }
  #eventsWrapperMobile section #eventsContent .eventItem .eventItemLink .line {
    position: absolute;
    bottom: 0px;
    margin-left: -27px;
    left: 50%;
    border: 1px solid #0099ab;
    width: 54px;
  }
  #eventsWrapperMobile section #eventsContent .bx-pager {
    position: relative;
    width: 100%;
    top: -15px;
    text-align: center;
    visibility: visible;
  }
  #eventsWrapperMobile section #eventsContent .bx-pager .bx-pager-link {
    background-color: black;
  }
  #eventsWrapperMobile section #eventsContent .bx-pager .active {
    background-color: orange;
  }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-direction,
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    display: none;
  }
}
@media (max-width: 991px) {
  #eventsWrapper {
    display: none;
  }
  #eventsWrapperMobile {
    display: inherit;
    background-color: white;
    color: black;
  }
  #eventsWrapperMobile .padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  #eventsWrapperMobile section #eventsContent {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 70px;
    min-height: 110px;
  }
  #eventsWrapperMobile section #eventsContent div {
    color: black;
  }
  #eventsWrapperMobile section #eventsContent div h2 {
    color: black;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    font-size: 23px;
    font-size: 2.3rem;
    height: 70px;
    text-align: center;
    padding-top: 24px;
  }
  #eventsWrapperMobile section #eventsContent .eventItem {
    position: initial;
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }
  #eventsWrapperMobile section #eventsContent .eventItem .eventItemText {
    position: initial;
    float: left;
    width: 100%;
    color: #2a384f;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  #eventsWrapperMobile section #eventsContent .eventItem .eventItemDate {
    position: initial;
    float: left;
    clear: both;
    color: #0099ab;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    margin-top: 15px;
  }
  #eventsWrapperMobile section #eventsContent .eventItem .eventImage {
    position: initial;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  #eventsWrapperMobile section #eventsContent .eventItem .eventItemLink {
    position: initial;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
  }
  #eventsWrapperMobile section #eventsContent .eventItem .eventItemLink a {
    color: #ad182c;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
  }
  #eventsWrapperMobile section #eventsContent .eventItem .eventItemLink .line {
    position: absolute;
    bottom: 0px;
    margin-left: -27px;
    left: 50%;
    border: 1px solid #0099ab;
    width: 54px;
  }
  #eventsWrapperMobile section #eventsContent .bx-pager {
    position: relative;
    width: 100%;
    top: -15px;
    text-align: center;
    visibility: visible;
  }
  #eventsWrapperMobile section #eventsContent .bx-pager .bx-pager-link {
    background-color: black;
  }
  #eventsWrapperMobile section #eventsContent .bx-pager .active {
    background-color: orange;
  }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-direction,
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1100px) {
  #eventsWrapper section {
    padding-left: 0px;
    padding-right: 0px;
  }
  #eventsWrapper #eventsContent .eventItem {
    position: relative;
    float: left;
    width: 80%;
  }
  #eventsWrapper #eventsContent .eventItem .cupContainer {
    position: relative;
    float: left;
  }
  #eventsWrapper #eventsContent .eventItem .cupContainer .eventItemText {
    position: relative;
    float: left;
    margin-top: 25px;
    width: 80px;
    color: black;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  #eventsWrapper #eventsContent .eventItem .cupContainer .eventItemLink {
    position: relative;
    float: left;
    clear: both;
  }
  #eventsWrapper #eventsContent .eventItem .cupContainer .eventItemLink a {
    color: #ad182c;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
  }
  #eventsWrapper #eventsContent .eventItem .cupContainer .eventItemLink .line {
    position: absolute;
    bottom: 0px;
    left: 0px;
    border: 1px solid #0099ab;
    width: 55px;
  }
  #eventsWrapper #eventsContent .eventItemText {
    position: relative;
    float: left;
    margin-top: 25px;
    width: 70px !important;
    color: black;
    font-family: 'proxima_nova_rgbold';
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}


/******* configs.less *******/
