@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,600,700,800');

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

@font-face {
  font-family: 'my-icons';
  src: url('/web1/zp/tpl1/template/fontello/font/fontello.eot?9675756');
  src: url('/web1/zp/tpl1/template/fontello/font/fontello.eot?9675756#iefix') format('embedded-opentype'),
  url('/web1/zp/tpl1/template/fontello/font/fontello.woff?9675756') format('woff'),
  url('/web1/zp/tpl1/template/fontello/font/fontello.ttf?9675756') format('truetype'),
  url('/web1/zp/tpl1/template/fontello/font/fontello.svg?9675756#my-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
 @font-face {
   font-family: 'GoboldUplowItalic';
   src: url(/web1/zp/tpl1/template/fonts/GoboldUplowItalic.woff) format('woff'),
    url(/web1/zp/tpl1/template/fonts/GoboldUplowItalic.woff2) format('woff2');
   font-weight: normal;
   font-style: normal;
}
 @font-face {
   font-family: 'Soho';
   src: url(/web1/zp/tpl1/template/fonts/Soho_Std_Medium_Italic.woff) format('woff'),
    url(/web1/zp/tpl1/template/fonts/Soho_Std_Medium_Italic.woff2) format('woff2');
   font-weight: normal;
   font-style: normal;
}
 @font-face {
   font-family: 'SohoItalic';
   src: url(/web1/zp/tpl1/template/fonts/Soho_Std_Italic.woff) format('woff'),
    url(/web1/zp/tpl1/template/fonts/Soho_Std_Italic.woff2) format('woff2');
   font-weight: normal;
   font-style: normal;
}

 @font-face {
   font-family: 'hanzipen-sc-regular';
   src: url(/web1/zp/tpl1/template/fonts/hanzipen-sc-regular.woff) format('woff');
   font-weight: normal;
   font-style: normal;
}


 
.demo-icon
{
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 20px;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  color: #939393;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     font-size: 21px;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.demo-icon:hover{
  opacity: .5;
}

/*
 *Kedabra HTML5 Multipurpose Template Styles v1.0
 *Copyright 2014 8Guild.com
 */
 /*! normalize.css v3.0.1 | 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,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
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;
  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"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.pd30{
  padding-bottom: 30px;
}
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;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Ubuntu";
  font-size: 1em;
  line-height: 1.42857143;
  color: #000000;
  background-color: #FFFFFF;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #111111;
  text-decoration: none;
}
a:hover,
a:focus {

  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid #f2f4f5;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e7ecee;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 3.75em;
}
h2,
.h2 {
  font-size: 2.5em;
}
h3,
.h3 {
  font-size: 1.875em;
}
h4,
.h4 {
  font-size: 1.25em;
}
h5,
.h5 {
  font-size: 1em;
}
h6,
.h6 {
  font-size: 0.875em;
}
p {
  margin: 0 0 0.5em;
  color:#333;
}
.lead {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5em;
  }
}
small,
.small {
  font-size: 87%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #e7ecee;
}
.text-primary {
  color: #111111;
}
a.text-primary:hover {
  color: #CCC8C7;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #111111;
}
a.bg-primary:hover {
  background-color: #CCC8C7;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: -0.5em;
  margin: 2em 0 1em;
  border-bottom: 1px solid #f2f4f5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.5em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e7ecee;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.5em 1em;
  margin: 0 0 1em;
  font-size: 1.25em;
  border-left: 5px solid #f2f4f5;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #e7ecee;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f4f5;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 0em;
  margin: 0 0 0.5em;
  font-size: 0em;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #797979;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-height: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.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: 15px;
  padding-right: 15px;
}
.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%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr > td,
.table-hover > tbody > tr > th {
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  transition: background 0.25s ease;
  background-color: transparent;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0.75em;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: inherit;
  color: #797979;
  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] {
}
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: 1em;
  line-height: 1.42857143;
  color: #000000;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.42857143;
  color: #000000;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -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, 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:focus {
  border-color: #111;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #858688;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #858688;
}
.form-control::-webkit-input-placeholder {
  color: #858688;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f2f4f5;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 30px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 13em;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 24em;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  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 {
  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;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 13em;
  padding: 5px 10px;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 13em;
  line-height: 13em;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 24em;
  padding: 10px 16px;
  font-size: 1.125em;
  line-height: 1.33;
  border-radius: 6px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 37.5px;
}
.form-control-feedback {
  position: absolute;
  top: 6em;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 24em;
  height: 24em;
  line-height: 24em;
}
.input-sm + .form-control-feedback {
  width: 13em;
  height: 13em;
  line-height: 13em;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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 {
  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 {
  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.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@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 .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: 8em;
}
.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 {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@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;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1em;
  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 {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  
  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: #ffffff;
  background-color: #cacaca;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #b1b1b1;
  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: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: #cacaca;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #cacaca;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #3c784b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #CCC8C7;
  border-color: #274f32;
}
.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: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: #111111;
  border-color: #3c784b;
}
.btn-primary .badge {
  color: #111111;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.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: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: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: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: #ffce00;
  border-color: #e6b900;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #cca500;
  border-color: #a88800;
}
.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: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: #ffce00;
  border-color: #e6b900;
}
.btn-warning .badge {
  color: #ffce00;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #cc3333;
  border-color: #b82e2e;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #a32929;
  border-color: #872222;
}
.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: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: #cc3333;
  border-color: #b82e2e;
}
.btn-danger .badge {
  color: #cc3333;
  background-color: #ffffff;
}
.btn-link {
  color: #111111;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #CCC8C7;
  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: #e7ecee;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 1.125em;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.875em;
  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: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.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:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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 > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 24em;
  padding: 10px 16px;
  font-size: 1.125em;
  line-height: 1.33;
  border-radius: 6px;
  height: 38px;
  font-size: 1.2em;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 24em;
  line-height: 24em;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 13em;
  padding: 5px 10px;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 13em;
  line-height: 13em;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-align: center;
  background-color: #f2f4f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 0.875em;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 1.125em;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.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;*/
  padding: 5px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  /*background-color: #f2f4f5;*/
}
.nav > li.disabled > a {
  color: #e7ecee;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e7ecee;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f2f4f5;
  border-color: #111111;
}
.nav .nav-divider {
  height: 1px;
  margin: -0.5em 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 > a:hover {
  border-color: #f2f4f5 #f2f4f5 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #e1e4e6;
  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,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  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,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    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,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.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,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  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,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    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;
  margin-bottom: 1em;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  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: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    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-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: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed !important;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.navbar-fixed-top {
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
}
.navbar-fixed-bottom {
  z-index: 9999;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-top1 {
  position: absolute !important;
  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: 24.5px 15px;
  font-size: 1.125em;
  line-height: 1em;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .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: 12.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 1em;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .navbar-fixed-bottom {
  top: 0;
  bottom: initial;
  }

}
@media (min-width: 768px) {
  .navbar-nav {
   /* float: left;*/
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 24.5px;
    padding-bottom: 24.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.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: 10px;
  margin-bottom: 10px;
}
@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 .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .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-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-sm {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 24.5px;
  margin-bottom: 24.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.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 > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  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-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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: #e7ecee;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #e7ecee;
}
.navbar-inverse .navbar-nav > li > a {
  color: #e7ecee;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  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,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .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: #e7ecee;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #e7ecee;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #e7ecee;
}
.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: 1em;
  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: #e7ecee;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1em 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  text-decoration: none;
  color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #111111;
  border-color: #111111;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e7ecee;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 1.125em;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 0.875em;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #e7ecee;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #c9d4d9;
}
.label-primary {
  background-color: #111111;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #CCC8C7;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #ffce00;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cca500;
}
.label-danger {
  background-color: #cc3333;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a32929;
}
.badge {
  font-size: "Ubuntu";
  display: inline-block;
  min-width: 10px;
  padding: 8px 14px;
  margin-top: 10px;
  font-size: 0.875em;
  position: absolute;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #6FAA14;
  /* border-radius: 10px; */
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #111111;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 1em;
  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;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #111111;
}
.thumbnail .caption {
  padding: 9px;
  color: #000000;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f2f4f5;
  color: #e7ecee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #e7ecee;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #111111;
  border-color: #111111;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #bcddc4;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 1em;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 1em;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #797979;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #797979;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #111111;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #111111;
  border-color: #111111;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #111111;
}
.panel-primary > .panel-heading .badge {
  color: #111111;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #111111;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  font-family: "Arial";
}
.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;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.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);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #cacaca;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=100);
  /*background-color: rgba(0, 0, 0, 0.7);*/
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #5cb85c;
  min-height: 16.42857143px;
  padding-bottom: 0px;
}
.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 #5cb85c;
}
.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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 0.875em;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1em;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd: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,
.panel-body: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-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;
  }
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
* -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') 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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
@-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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.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: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 {
  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-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";
}
@font-face {
  font-family: 'kedavra-icons';
  src: url('../fonts/kedavra-icons.eot?-rwc8qk');
  src: url('../fonts/kedavra-icons.eot?#iefix-rwc8qk') format('embedded-opentype'), url('../fonts/kedavra-icons.woff?-rwc8qk') format('woff'), url('../fonts/kedavra-icons.ttf?-rwc8qk') format('truetype'), url('../fonts/kedavra-icons.svg?-rwc8qk#kedavra-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font-family: 'kedavra-icons';
  speak: none;
  font-style: normal;
  color: #000;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  width: auto;
  height: auto;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon:before {
  position: absolute;
}
.icon:after {
  position: relative;
}
.icon-apple:before {
  content: "\e600";
}
.icon-apple:after {
  content: "\e601";
  color: #111111;
}
.icon-auto-washing:before {
  content: "\e602";
}
.icon-auto-washing:after {
  content: "\e603";
  color: #111111;
}
.icon-bag:before {
  content: "\e605";
}
.icon-bag:after {
  content: "\e604";
  color: #111111;
}
.icon-browser:before {
  content: "\e606";
}
.icon-browser:after {
  content: "\e607";
  color: #111111;
}
.icon-camera:before {
  content: "\e608";
  color: #111111;
  z-index: 0;
}
.icon-camera:after {
  content: "\e609";
  z-index: 1;
}
.icon-capitol:before {
  content: "\e60a";
  color: #111111;
  z-index: 0;
}
.icon-capitol:after {
  content: "\e60b";
  z-index: 1;
}
.icon-cassete:before {
  content: "\e60c";
  color: #111111;
}
.icon-cassete:after {
  content: "\e60d";
}
.icon-chart:before {
  content: "\e60e";
  z-index: 0;
}
.icon-chart:after {
  content: "\e60f";
  color: #111111;
  z-index: 1;
}
.icon-church:before {
  content: "\e610";
}
.icon-church:after {
  content: "\e611";
  color: #111111;
}
.icon-comments:before {
  content: "\e612";
}
.icon-comments:after {
  content: "\e613";
  color: #111111;
}
.icon-constellation:before {
  content: "\e614";
  z-index: 0;
}
.icon-constellation:after {
  content: "\e615";
  color: #111111;
  z-index: 1;
}
.icon-dental:before {
  content: "\e616";
}
.icon-dental:after {
  content: "\e617";
  color: #111111;
}
.icon-dollar:before {
  content: "\e618";
}
.icon-dollar:after {
  content: "\e619";
  color: #111111;
}
.icon-equalizer:before {
  content: "\e61a";
  z-index: 0;
}
.icon-equalizer:after {
  content: "\e61b";
  color: #111111;
  z-index: 1;
}
.icon-globe:before {
  content: "\e61c";
  color: #111111;
}
.icon-globe:after {
  content: "\e61d";
}
.icon-hammer:before {
  content: "\e61e";
  color: #111111;
}
.icon-hammer:after {
  content: "\e61f";
}
.icon-handwashing:before {
  content: "\e620";
  color: #111111;
  z-index: 0;
}
.icon-handwashing:after {
  content: "\e621";
  z-index: 1;
}
.icon-headphones-1:before {
  content: "\e622";
  color: #111111;
  z-index: 0;
}
.icon-headphones-1:after {
  content: "\e623";
  z-index: 1;
}
.icon-headphones-2:before {
  content: "\e624";
  z-index: 0;
}
.icon-headphones-2:after {
  content: "\e625";
  color: #111111;
  z-index: 1;
}
.icon-holder:before {
  content: "\e626";
  color: #111111;
  z-index: 0;
}
.icon-holder:after {
  content: "\e627";
  z-index: 1;
}
.icon-house:before {
  content: "\e628";
  color: #111111;
  z-index: 0;
}
.icon-house:after {
  content: "\e629";
  z-index: 1;
}
.icon-ipad:before {
  content: "\e62a";
  color: #111111;
  z-index: 0;
}
.icon-ipad:after {
  content: "\e62b";
  z-index: 1;
}
.icon-iron-1:before {
  content: "\e62c";
}
.icon-iron-1:after {
  content: "\e62d";
  color: #111111;
}
.icon-iron-2:before {
  content: "\e62e";
}
.icon-iron-2:after {
  content: "\e62f";
  color: #111111;
}
.icon-iron-3:before {
  content: "\e630";
}
.icon-iron-3:after {
  content: "\e631";
  color: #111111;
}
.icon-lamp:before {
  content: "\e632";
  color: #111111;
  z-index: 0;
}
.icon-lamp:after {
  content: "\e633";
  z-index: 1;
}
.icon-lens:before {
  content: "\e634";
  color: #111111;
  z-index: 0;
}
.icon-lens:after {
  content: "\e635";
  z-index: 1;
}
.icon-like:before {
  content: "\e636";
}
.icon-like:after {
  content: "\e637";
  color: #111111;
}
.icon-map:before {
  content: "\e638";
  z-index: 0;
}
.icon-map:after {
  content: "\e639";
  color: #111111;
  z-index: 1;
}
.icon-money:before {
  content: "\e63a";
}
.icon-money:after {
  content: "\e63b";
  color: #111111;
}
.icon-moon:before {
  content: "\e63c";
}
.icon-moon:after {
  content: "\e63d";
  color: #111111;
}
.icon-music:before {
  content: "\e63e";
  color: #111111;
  z-index: 0;
}
.icon-music:after {
  content: "\e63f";
  z-index: 1;
}
.icon-no-handwashing:before {
  content: "\e640";
  z-index: 0;
}
.icon-no-handwashing:after {
  content: "\e641";
  color: #111111;
  z-index: 1;
}
.icon-no-spin:before {
  content: "\e642";
  z-index: 0;
}
.icon-no-spin:after {
  content: "\e643";
  color: #111111;
  z-index: 1;
}
.icon-notebook:before {
  content: "\e644";
  z-index: 0;
}
.icon-notebook:after {
  content: "\e645";
  color: #111111;
  z-index: 1;
}
.icon-office:before {
  content: "\e646";
}
.icon-office:after {
  content: "\e647";
  color: #111111;
}
.icon-phone:before {
  content: "\e648";
  color: #111111;
  z-index: 0;
}
.icon-phone:after {
  content: "\e649";
  z-index: 1;
}
.icon-piano:before {
  content: "\e64a";
  z-index: 0;
}
.icon-piano:after {
  content: "\e64b";
  color: #111111;
  z-index: 1;
}
.icon-rocket:before {
  content: "\e64c";
}
.icon-rocket:after {
  content: "\e64d";
  color: #111111;
}
.icon-roller:before {
  content: "\e64e";
  color: #111111;
  z-index: 0;
}
.icon-roller:after {
  content: "\e64f";
  z-index: 1;
}
.icon-rover:before {
  content: "\e650";
  color: #111111;
  z-index: 0;
}
.icon-rover:after {
  content: "\e651";
  z-index: 1;
}
.icon-scale-1:before {
  content: "\e652";
}
.icon-scale-1:after {
  content: "\e653";
  color: #111111;
}
.icon-scale-2:before {
  content: "\e654";
}
.icon-scale-2:after {
  content: "\e655";
  color: #111111;
}
.icon-search:before {
  content: "\e656";
}
.icon-search:after {
  content: "\e657";
  color: #111111;
  margin-top: -3px !important;
}
.icon-space-helmet:before {
  content: "\e658";
  color: #111111;
  z-index: 0;
}
.icon-space-helmet:after {
  content: "\e659";
  z-index: 1;
}
.icon-spatula:before {
  content: "\e65a";
  z-index: 0;
}
.icon-spatula:after {
  content: "\e65b";
  color: #111111;
  z-index: 1;
}
.icon-telescope:before {
  content: "\e65c";
}
.icon-telescope:after {
  content: "\e65d";
  color: #111111;
}
.icon-tooth:before {
  content: "\e65e";
}
.icon-tooth:after {
  content: "\e65f";
  color: #111111;
}
.icon-tree:before {
  content: "\e660";
  z-index: 0;
}
.icon-tree:after {
  content: "\e661";
  color: #111111;
  z-index: 1;
}
.icon-ufo:before {
  content: "\e662";
}
.icon-ufo:after {
  content: "\e663";
  color: #111111;
}
.icon-university-hat:before {
  content: "\e664";
  color: #111111;
  z-index: 0;
}
.icon-university-hat:after {
  content: "\e665";
  z-index: 1;
}
.icon-window:before {
  content: "\e666";
  color: #111111;
  z-index: 0;
}
.icon-window:after {
  content: "\e667";
  z-index: 1;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animation {
  opacity: 0;
}
.ie .animation {
  opacity: 1;
}
.animated {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    -ms-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1000px, 0, 0);
    -ms-transform: translate3d(-1000px, 0, 0);
    transform: translate3d(-1000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1000px, 0, 0);
    transform: translate3d(1000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1000px, 0, 0);
    -ms-transform: translate3d(1000px, 0, 0);
    transform: translate3d(1000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    -ms-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    -ms-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    -ms-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    -ms-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin: 0 auto 24px auto;
}
.ih-item a {
  color: #000000;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}
.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  z-index: 11;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(68, 137, 86, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 1.4em;
  margin: 0 30px;
  padding: 45px 0 0 0;
  height: 130px;
}
.ih-item.circle .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 0.875em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.left-to-right .img {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.ih-item.circle.left-to-right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.circle.left-to-right a:hover .img {
  -webkit-transform: scale(0.5) translateX(100%);
  -moz-transform: scale(0.5) translateX(100%);
  -ms-transform: scale(0.5) translateX(100%);
  -o-transform: scale(0.5) translateX(100%);
  transform: scale(0.5) translateX(100%);
}
.ih-item.circle.left-to-right a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ih-item.circle.right-to-left .img {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.ih-item.circle.right-to-left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.circle.right-to-left a:hover .img {
  -webkit-transform: scale(0.5) translateX(-100%);
  -moz-transform: scale(0.5) translateX(-100%);
  -ms-transform: scale(0.5) translateX(-100%);
  -o-transform: scale(0.5) translateX(-100%);
  transform: scale(0.5) translateX(-100%);
}
.ih-item.circle.right-to-left a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ih-item.circle.top-to-bottom .img {
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.ih-item.circle.top-to-bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.circle.top-to-bottom a:hover .img {
  -webkit-transform: scale(0.5) translateY(100%);
  -moz-transform: scale(0.5) translateY(100%);
  -ms-transform: scale(0.5) translateY(100%);
  -o-transform: scale(0.5) translateY(100%);
  transform: scale(0.5) translateY(100%);
}
.ih-item.circle.top-to-bottom a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ih-item.circle.bottom-to-top .img {
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.ih-item.circle.bottom-to-top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.circle.bottom-to-top a:hover .img {
  -webkit-transform: scale(0.5) translateY(-100%);
  -moz-transform: scale(0.5) translateY(-100%);
  -ms-transform: scale(0.5) translateY(-100%);
  -o-transform: scale(0.5) translateY(-100%);
  transform: scale(0.5) translateY(-100%);
}
.ih-item.circle.bottom-to-top a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/** /font-icons if you are not using font icons you can just remove this part/**/
@font-face {
  font-family: 'Slide-icons';
  src: url('../fonts/Slide-icons.eot');
}
@font-face {
  font-family: 'Slide-icons';
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=) format('truetype');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'Slide-icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/** / End of font-icons /**/
.lightGallery {
  overflow: hidden!important;
}
#lightGallery-Gallery img {
  border: none!important;
}
#lightGallery-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  background: #0d0d0d;
}
/*lightGallery starting effects*/
#lightGallery-Gallery.opacity {
  opacity: 1;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}
#lightGallery-Gallery.opacity .thumb_cont {
  opacity: 1;
}
#lightGallery-Gallery.fadeM {
  opacity: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
/*lightGallery starting effects*/
/*lightGallery core*/
#lightGallery-Gallery {
  height: 100%;
  opacity: 0;
  width: 100%;
  position: relative;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}
#lightGallery-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  white-space: nowrap;
}
#lightGallery-slider .lightGallery-slide {
  background: url(../img/loading.gif) no-repeat scroll center center transparent;
  display: inline-block;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
}
#lightGallery-slider.slide .lightGallery-slide,
#lightGallery-slider.useLeft .lightGallery-slide {
  position: absolute;
  opacity: 0.4;
}
#lightGallery-slider.fadeM .lightGallery-slide {
  position: absolute;
  left: 0;
  opacity: 0;
}
#lightGallery-slider.animate .lightGallery-slide {
  position: absolute;
  left: 0;
}
#lightGallery-slider.fadeM .current {
  opacity: 1;
  z-index: 9;
}
#lightGallery-Gallery.opacity .lightGallery-slide.current img,
#lightGallery-Gallery.opacity .lightGallery-slide.current iframe {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.lightGallery-slide.current img,
.lightGallery-slide.current iframe {
  transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}
#lightGallery-Gallery.fadeM .lightGallery-slide.current img,
#lightGallery-Gallery.fadeM .lightGallery-slide.current iframe {
  transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
}
#lightGallery-slider.fadeM.on .current {
  opacity: 1;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
#lightGallery-slider.fadeM .lightGallery-slide {
  transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
}
#lightGallery-slider.slide .lightGallery-slide {
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.slide.on .lightGallery-slide {
  opacity: 0;
}
#lightGallery-slider.slide .lightGallery-slide.current {
  opacity: 1 !important;
  transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
}
#lightGallery-slider.slide .lightGallery-slide.prevSlide {
  opacity: 0;
  transform: translate3d(-100%, 0px, 0px);
  -moz-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -o-transform: translate3d(-100%, 0px, 0px);
}
#lightGallery-slider.slide .lightGallery-slide.nextSlide {
  opacity: 0;
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.useLeft .lightGallery-slide {
  left: 100%;
}
#lightGallery-slider.useLeft.on .lightGallery-slide {
  opacity: 0;
}
#lightGallery-slider.useLeft .lightGallery-slide.current {
  opacity: 1 !important;
  left: 0% !important;
}
#lightGallery-slider.useLeft .lightGallery-slide.prevSlide {
  opacity: 0;
  left: -100%;
}
#lightGallery-slider.useLeft .lightGallery-slide.nextSlide {
  opacity: 0;
  left: 100%;
}
#lightGallery-slider.slide.on .lightGallery-slide,
#lightGallery-slider.slide.on .current,
#lightGallery-slider.slide.on .prevSlide,
#lightGallery-slider.slide.on .nextSlide {
  transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
#lightGallery-slider.speed .lightGallery-slide,
#lightGallery-slider.speed .current,
#lightGallery-slider.speed .prevSlide,
#lightGallery-slider.speed .nextSlide {
  transition-duration: inherit !important;
  -moz-transition-duration: inherit !important;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  -ms-transition-duration: inherit !important;
}
#lightGallery-slider.timing .lightGallery-slide,
#lightGallery-slider.timing .current,
#lightGallery-slider.timing .prevSlide,
#lightGallery-slider.timing .nextSlide {
  transition-timing-function: inherit !important;
  -moz-transition-timing-function: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  -ms-transition-timing-function: inherit !important;
}
#lightGallery-slider .lightGallery-slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#lightGallery-slider .lightGallery-slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  cursor: -moz-grabbing;
  cursor: grab;
  cursor: -webkit-grab;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
/*lightGallery core*/
/*action*/
#lightGallery-action {
  bottom: 20px;
  position: absolute;
  left: 50%;
  margin-left: -55px;
  z-index: 9;
  -webkit-backface-visibility: hidden;
}
#lightGallery-action a {
  margin: 0 3px 0 0 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  display: inline-block !important;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  width: 28px;
  height: 28px;
  font-family: 'Slide-icons';
  color: #FFF;
  cursor: pointer;
}
#lightGallery-action a.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: default;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65) !important;
}
#lightGallery-action a:hover,
#lightGallery-action a:focus {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
#lightGallery-action a#lightGallery-prev:before,
#lightGallery-action a#lightGallery-next:after {
  left: 5px;
  bottom: 3px;
  position: absolute;
}
#lightGallery-action a#lightGallery-prev:before {
  content: "\e01d";
}
#lightGallery-action a#lightGallery-next:after {
  content: "\e01b";
}
#lightGallery-action a.cLthumb:after {
  font-family: 'Slide-icons';
  content: "\e01c";
  left: 6px;
  bottom: 4px;
  font-size: 16px;
  position: absolute;
}
/*action*/
/*counter*/
#lightGallery_counter {
  bottom: 52px;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 9;
  color: #FFFFFF;
}
/*lightGallery Thumb*/
#lightGallery-Gallery .thumb_cont {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000000;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  -ms-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  z-index: 9;
  max-height: 0;
  opacity: 0;
}
#lightGallery-Gallery .thumb_cont.open {
  max-height: 350px;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
  margin-left: -12px;
  padding: 12px;
  max-height: 290px;
  overflow-y: auto;
}
#lightGallery-Gallery .thumb_cont .thumb_info {
  background-color: #333;
  padding: 7px 20px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .count {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close {
  color: #FFFFFF;
  display: block;
  float: right !important;
  width: 28px;
  position: relative;
  height: 28px;
  border-radius: 2px;
  margin-top: -4px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  z-index: 1090;
  cursor: pointer;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after {
  left: 6px;
  position: absolute;
  top: 4px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after,
#lightGallery-close:after {
  content: "\e01a";
  font-family: 'Slide-icons';
  font-style: normal;
  font-size: 16px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
  text-decoration: none;
  background-color: #000;
  background-color: #000000;
}
#lightGallery-Gallery .thumb_cont .thumb {
  display: inline-block !important;
  vertical-align: middle;
  text-align: center;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 4px;
  margin-left: 4px;
  height: 50px;
  width: 50px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  overflow: hidden;
  border-radius: 3px;
  border: 3px solid transparent;
  cursor: pointer;
  -webkit-transition: border-color linear 0.2s, opacity linear 0.2s;
  -moz-transition: border-color linear 0.2s, opacity linear 0.2s;
  -o-transition: border-color linear 0.2s, opacity linear 0.2s;
  -ms-transition: border-color linear 0.2s, opacity linear 0.2s;
  transition: border-color linear 0.2s, opacity linear 0.2s;
}
@media (min-width: 800px) {
  #lightGallery-Gallery .thumb_cont .thumb {
    width: 94px;
    height: 94px;
  }
}
#lightGallery-Gallery .thumb_cont .thumb > img {
  height: auto;
  max-width: 100%;
}
#lightGallery-Gallery .thumb_cont .thumb.active,
#lightGallery-Gallery .thumb_cont .thumb:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #ffffff;
}
/*lightGallery Thumb*/
/*lightGallery Video*/
#lightGallery-slider .video_cont {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#lightGallery-slider .video_cont {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#lightGallery-slider .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#lightGallery-slider .video iframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}
/*lightGallery Video*/
/*lightGallery info Title Desc*/
#lightGallery-slider .info {
  background-color: #000;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
  color: #FFFFFF;
  padding: 10px 50px;
  position: absolute;
  top: 0;
  width: 100%;
}
#lightGallery-slider .info span {
  display: block;
  line-height: 1;
}
#lightGallery-slider .info span:last-child {
  margin-top: 6px;
}
#lightGallery-slider .info .title {
  font-size: 16px;
  font-weight: bold;
}
#lightGallery-slider .info .desc {
  color: #DDDDDD;
  font-size: 12px;
}
/*lightGallery info Title Desc*/
/*lightGallery Close*/
#lightGallery-close {
  color: #FFFFFF;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  z-index: 1090;
  cursor: pointer;
  border-radius: 2px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-backface-visibility: hidden;
}
#lightGallery-close:after {
  position: absolute;
  right: 6px;
  top: 3px;
}
#lightGallery-close:hover {
  text-decoration: none;
  background-color: #000;
}
.card.safari.identified .front:before,
.card.safari.identified .back:before {
  background-image: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), -webkit-repeating-linear-gradient(0deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(240deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), -webkit-repeating-linear-gradient(0deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(240deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(115deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}
.card.ie-10.flipped {
  -webkit-transform: 0deg;
  -ms-transform: 0deg;
  transform: 0deg;
}
.card.ie-10.flipped .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.card.ie-10.flipped .back {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.card.ie-10.flipped .back:after {
  left: 18%;
}
.card.ie-10.flipped .back .cvc {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: 5%;
}
.card.ie-10.flipped .back .shiny {
  left: 84%;
}
.card.ie-10.flipped .back .shiny:after {
  left: -480%;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card-logo {
  height: 36px;
  width: 60px;
  font-style: italic;
}
.card-logo,
.card-logo:before,
.card-logo:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card-logo.amex {
  text-transform: uppercase;
  font-size: 4px;
  font-weight: bold;
  color: white;
  background-image: -webkit-repeating-radial-gradient(center, circle, #ffffff 1px, #999999 2px);
  background-image: repeating-radial-gradient(circle at center, #ffffff 1px, #999999 2px);
  border: 1px solid #EEE;
}
.card-logo.amex:before,
.card-logo.amex:after {
  width: 28px;
  display: block;
  position: absolute;
  left: 16px;
}
.card-logo.amex:before {
  height: 28px;
  content: "american";
  top: 3px;
  text-align: left;
  padding-left: 2px;
  padding-top: 11px;
  background: #267AC3;
}
.card-logo.amex:after {
  content: "express";
  bottom: 11px;
  text-align: right;
  padding-right: 2px;
}
.card.amex.flipped {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.card.amex.identified .front:before,
.card.amex.identified .back:before {
  background-color: #108168;
}
.card.amex.identified .front .card-logo.amex {
  opacity: 1;
}
.card.amex.identified .front .cvc {
  visibility: visible;
}
.card.amex.identified .front:after {
  opacity: 1;
}
.card-logo.discover {
  background: #FF6600;
  color: #111;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  padding-top: 9px;
  letter-spacing: 0.03em;
  border: 1px solid #EEE;
}
.card-logo.discover:before,
.card-logo.discover:after {
  content: " ";
  display: block;
  position: absolute;
}
.card-logo.discover:before {
  background: white;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  bottom: -5%;
  right: -80%;
  z-index: -1;
}
.card-logo.discover:after {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  top: 10px;
  left: 27px;
  background-color: #FFF;
  background-image: -webkit-radial-gradient(#ffffff, #ff6600);
  background-image: radial-gradient(#ffffff, #ff6600);
  content: "network";
  font-size: 4px;
  line-height: 24px;
  text-indent: -7px;
}
.card .front .card-logo.discover {
  right: 12%;
  top: 18%;
}
.card.discover.identified .front:before,
.card.discover.identified .back:before {
  background-color: #86B8CF;
}
.card.discover.identified .card-logo.discover {
  opacity: 1;
}
.card.discover.identified .front:after {
  -webkit-transition: 400ms;
  transition: 400ms;
  content: " ";
  display: block;
  background-color: #FF6600;
  background-image: -webkit-linear-gradient(#ff6600, #ffa166, #ff6600);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6600), color-stop(#ffa166), to(#ff6600));
  background-image: linear-gradient(#ff6600, #ffa166, #ff6600);
  height: 50px;
  width: 50px;
  border-radius: 25px;
  position: absolute;
  left: 100%;
  top: 15%;
  margin-left: -25px;
  -webkit-box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
}
.card-logo.visa.visa {
  background: white;
  text-transform: uppercase;
  color: #1A1876;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.card-logo.visa.visa:before,
.card-logo.visa.visa:after {
  content: " ";
  display: block;
  width: 100%;
  height: 25%;
}
.card-logo.visa.visa:before {
  background: #1A1876;
  bottom: 100%;
}
.card-logo.visa.visa:after {
  background: #E79800;
  top: 100%;
}
.card.visa.identified .front:before,
.card.visa.identified .back:before {
  background-color: #191278;
}
.card.visa.identified .card-logo.visa {
  opacity: 1;
}
.card-logo.mastercard {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 9px;
  line-height: 36px;
  z-index: 1;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}
.card-logo.mastercard:before,
.card-logo.mastercard:after {
  content: " ";
  display: block;
  width: 36px;
  top: 0;
  position: absolute;
  height: 36px;
  border-radius: 18px;
}
.card-logo.mastercard:before {
  left: 0;
  background: #FF0000;
  z-index: -1;
}
.card-logo.mastercard:after {
  right: 0;
  background: #FFAB00;
  z-index: -2;
}
.card.mastercard.identified .front .card-logo.mastercard,
.card.mastercard.identified .back .card-logo.mastercard {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card.mastercard.identified .front:before,
.card.mastercard.identified .back:before {
  background-color: #0061A8;
}
.card.mastercard.identified .card-logo.mastercard {
  opacity: 1;
}
.card-container {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  width: 100%;
  max-width: 350px;
  height: 200px;
  margin: auto;
  z-index: 1;
  position: relative;
}
.card {
  font-family: "Helvetica Neue";
  line-height: 1;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 290px;
  border-radius: 10px;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.card > *,
.card > *:before,
.card > *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}
.card.flipped {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card .front,
.card .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #DDD;
}
.card .front:before,
.card .back:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.card .front:after,
.card .back:after {
  content: " ";
  display: block;
}
.card .front .display,
.card .back .display {
  color: white;
  font-weight: normal;
  opacity: 0.5;
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}
.card .front .display.focused,
.card .back .display.focused {
  opacity: 1;
  font-weight: 700;
}
.card .front .cvc,
.card .back .cvc {
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
  font-size: 14px;
}
.card .front .shiny,
.card .back .shiny {
  width: 50px;
  height: 35px;
  border-radius: 5px;
  background: #CCC;
  position: relative;
}
.card .front .shiny:before,
.card .back .shiny:before {
  content: " ";
  display: block;
  width: 70%;
  height: 60%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #d9d9d9;
  position: absolute;
  top: 20%;
}
.card .front .card-logo {
  position: absolute;
  opacity: 0;
  right: 5%;
  top: 8%;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.card .front .lower {
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .card .front .lower {
    width: 90%;
    left: 5%;
  }
}
.card .front .lower .cvc {
  visibility: hidden;
  float: right;
  position: relative;
  bottom: 5px;
}
.card .front .lower .number {
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
  font-size: 24px;
  clear: both;
  margin-bottom: 30px;
}
.card .front .lower .expiry {
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
  letter-spacing: 0em;
  position: relative;
  float: right;
  width: 25%;
}
.card .front .lower .expiry:before,
.card .front .lower .expiry:after {
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-size: 7px;
  white-space: pre;
  display: block;
  opacity: 0.5;
}
.card .front .lower .expiry:before {
  content: attr(data-before);
  margin-bottom: 2px;
  font-size: 7px;
  text-transform: uppercase;
}
.card .front .lower .expiry:after {
  position: absolute;
  content: attr(data-after);
  text-align: right;
  right: 100%;
  margin-right: 5px;
  margin-top: 2px;
  bottom: 0;
}
.card .front .lower .name {
  text-transform: uppercase;
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
  font-size: 20px;
  max-height: 45px;
  position: absolute;
  bottom: 0;
  width: 190px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: horizontal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card .back {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card .back .bar {
  background-color: #444;
  background-image: -webkit-linear-gradient(#444444, #333333);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#333333));
  background-image: linear-gradient(#444444, #333333);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 10%;
}
.card .back:after {
  content: " ";
  display: block;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff);
  width: 80%;
  height: 16%;
  position: absolute;
  top: 40%;
  left: 2%;
}
.card .back .cvc {
  position: absolute;
  top: 40%;
  left: 85%;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.card .back .shiny {
  position: absolute;
  top: 66%;
  left: 2%;
}
.card .back .shiny:after {
  content: "This card has been issued by Jesse Pollak and is licensed for anyone to use anywhere for free.\AIt comes with no warranty.\A For support issues, please visit: github.com/jessepollak/card.";
  position: absolute;
  left: 120%;
  top: 5%;
  color: white;
  font-size: 7px;
  width: 230px;
  opacity: 0.5;
}
.card.identified .front:before,
.card.identified .back:before {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-image: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), -webkit-repeating-linear-gradient(0deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(240deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(30% 30%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(70% 70%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(90% 20%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(15% 80%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 15% 80%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), -webkit-repeating-linear-gradient(0deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(240deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(30% 30%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(70% 70%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(90% 20%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(15% 80%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(115deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 15% 80%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  opacity: 1;
}
.card.identified .front .card-logo,
.card.identified .back .card-logo {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.card.identified.no-radial-gradient .front:before,
.card.identified.no-radial-gradient .back:before {
  background-image: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), -webkit-repeating-linear-gradient(0deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(240deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), -webkit-repeating-linear-gradient(0deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(240deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(115deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}
html {
  font-size: 100%;
}
html,
body {
  height: 100%;
}
body {
  background-repeat: repeat;
}
.gray-C15500-topo {
  background: #1F1F1F;

}
.gray-bg {
  background: #f2f4f5;
  padding: 39.6px 0 !important;
}
@media only screen and (max-width: 768px) {
  .center-mobile {
    text-align: center !important;
  }
}
@media only screen and (max-width: 991px) {
  .center-tablet {
    text-align: center !important;
  }
}
iframe {
  width: 100%;
  border: none;
}
.site-layout {
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 50;
}
.site-layout.boxed {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
}
.ie .site-layout.boxed {
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece;
}
.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.page-block {
  width: 100%;
  padding: 0px 0 24px 0;
}
@media only screen and (max-width: 768px) {
  .page-block {
    padding: 24px 0 19.2px 0;
  }
}
img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
::selection {
  color: #fff;
  background: #333333;
}
::-moz-selection {
  color: #fff;
  background: #333333;
}
.space-top {
  margin-top: 53px;
}
@media only screen and (max-width: 768px) {
  .space-top {
    margin-top: 19.2px;
  }
}
.space-bottom {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .space-bottom {
    padding-bottom: 19.2px;
  }
}
.double-space-top {
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  .double-space-top {
    margin-top: 31.2px;
  }
}
.double-space-bottom {
margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
.double-space-bottom {
margin-bottom: 31.2px;
}
}
.double-padding-top {
padding-top: 48px !important;
}
@media only screen and (max-width: 768px) {
.double-padding-top {
padding-top: 31.2px !important;
}
}
.double-padding-bottom {
margin-left: 50px; 
padding-bottom: 48px !important;
}
@media only screen and (max-width: 768px) {
.double-padding-bottom {
padding-bottom: 31.2px !important;
}
}
.no-space-top {
margin-top: 0 !important;
}
.no-space-bottom {
margin-bottom: 0 !important;
}
.no-padding-top {
padding-top: 0 !important;
}

p-preco-listagem {
	font-family: inherit;
	font-size:15px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: 600; 
}

p-preco-campanhas {
	font-family: inherit;
	font-size:18px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: 600; 
}
p-preco-campanhas {
	font-family: inherit;
	font-size:18px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: 600; 
}
p-preco-campanhas_home {
	font-family: inherit;
	font-size:24px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: 600; 
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  line-height: 1.5;
  color: #000000;
  font-weight: normal;
  margin-top: 0;
}
h2.heading,
.h2.heading {
  font-weight: 300;
}
h1,
.h1 {
  font-size: 3.75em;
  margin-bottom: 19px;
}
@media only screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 3.1875em;
    margin-bottom: 18px;
  }
}
h2,
.h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 2.125em;
    margin-bottom: 18px;
  }
}
h3,
.h3 {
  font-size: 1.875em;
  margin-bottom: 15px;
}
h3.heading,
.h3.heading {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 14px;
}
h3.heading > span,
.h3.heading > span {
  display: block;
  margin-top: 8px;
  width: 50px;
  height: 2px;
  background: #000000;
}
h3.heading.center,
.h3.heading.center {
  text-align: center;
}
h3.heading.center span,
.h3.heading.center span {
  margin: 8px auto 0 auto;
}
h4,
.h4 {
  font-size: 1.25em;
  margin-bottom: 12px;
}
h4.heading,
.h4.heading {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 12px;
}
h5,
.h5 {
  font-size: 1em;
  margin-bottom: 7px;
}
h6,
.h6 {
  font-size: 0.875em;
  margin-bottom: 7px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  word-spacing: 0.09em;
}
.page-heading {
  width: 100%;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .page-heading {
    margin-bottom: 28.8px;
  }
}
.page-heading h1,
.page-heading h2,
.page-heading h3,
.page-heading h4,
.page-heading h5,
.page-heading h6 {
  word-spacing: 0.15em;
}
.page-heading h2 {
  font-weight: 300;
}
.page-heading h3 {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 12px;
}
.page-heading h3 > span {
  display: block;
  margin-top: 8px;
  width: 50px;
  height: 2px;
  background: #000000;
}
.page-heading h3 > i {
  font-style: normal;
}
.page-heading h4,
.page-heading p {
  text-transform: none;
  font-size: 1em;
}
.page-heading.center {
  text-align: center;
}
.page-heading.center span {
  margin: 8px auto 0 auto;
}
.page-heading.light-color h1,
.page-heading.light-color h2,
.page-heading.light-color h3,
.page-heading.light-color h4,
.page-heading.light-color h5,
.page-heading.light-color h6,
.page-heading.light-color p {
  color: #fff !important;
}
.page-heading.light-color h3 span {
  background: #fff !important;
}
p {
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 24px;
}
p.small {
  font-size: 0.875em !important;
  line-height: 1.57;
  margin-bottom: 16px;
}
.p-sm {
  font-size: 0.875em !important;
  line-height: 1.57;
  margin-bottom: 16px;
}
.p-lg {
  font-size: 1.125em !important;
  line-height: 1.75;
  margin-bottom: 24px;
}
blockquote {
  font-style: italic;
  border-color: #e5e5e5;
  margin-bottom: 24px;
}
blockquote.alt {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  font-size: 2.5em;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  border: none;
  padding: 0 80px;
  text-transform: none;
}
blockquote.alt:before,
blockquote.alt:after {
  display: block;
  width: 46px;
  height: 72px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  content: '';
  background-image: url(../img/quotes.png);
  background-repeat: no-repeat;
}
blockquote.alt:before {
  background-position: 0px 0px;
  left: 0;
}
blockquote.alt:after {
  background-position: -46px 0px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  blockquote.alt {
    font-size: 1.5em;
    padding: 0 60px;
  }
}
blockquote.light {
  color: #fff;
}
blockquote.light:before {
  background-position: 0px -72px;
  left: 0;
}
blockquote.light:after {
  background-position: -46px -72px;
  right: 0;
}
blockquote p {
  margin-bottom: 12px;
}
blockquote footer {
  font-style: normal;
  color: #b2b2b2;
}
.light-color {
  color: #fff !important;
}
.light-color:hover {
  color: #fff !important;
}
.primary-color,
.text-primary {
  color: #111111 !important;
}
.primary-color:hover,
.text-primary:hover {
  color: #111111 !important;
}
.gray-color {
  color: #e1e4e6 !important;
}
.gray-color:hover {
  color: #e1e4e6 !important;
}
.text-success {
  color: #5cb85c !important;
}
.text-success:hover {
  color: #5cb85c !important;
}
.text-info {
  color: #5bc0de !important;
}
.text-info:hover {
  color: #5bc0de !important;
}
.text-danger {
  color: #cc3333 !important;
}
.text-danger:hover {
  color: #cc3333 !important;
}
.text-warning {
  color: #ffce00 !important;
}
.text-warning:hover {
  color: #ffce00 !important;
}
.text-muted {
  color: #797979 !important;
}
.text-muted:hover {
  color: #797979 !important;
}
.light-weight {
  font-weight: 300 !important;
}
.bold-weight {
  font-weight: bold !important;
}
.normal-weight {
  font-weight: normal !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.normalcase {
  text-transform: none !important;
}
.italics {
  font-style: italic !important;
}
.no-underline {
  text-decoration: none !important;
}
.underline {
  text-decoration: underline !important;
}
a {
  text-decoration: underline;
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.large {
  font-size: 1.125em;
}
a.alt {
  text-decoration: none !important;
}
a.alt:hover {
  text-decoration: underline !important;
}
a.muted {
  font-size: 0.875em;
  padding-bottom: 1px;
  margin: 0 0 4px 0;
  color: #afafaf;
  text-decoration: none;
  border-bottom: 1px solid #afafaf;
}
a.muted:hover {
  color: #afafaf;
  border-bottom: 1px solid transparent;
}
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
  
}
ul,
ol {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.57;
  margin-bottom: 24px;
  padding-left: 17px;
  color:#484848;
}
ul li,
ol li {
  margin-bottom: 8px;
}
ul.large,
ol.large {
  font-size: 1.125em;
}
ul.list-unstyled ul,
ol.list-unstyled ul {
  padding: 8px 0 0 15px;
  list-style: none;
}
ul.list-unstyled ul li,
ol.list-unstyled ul li {
  font-size: 0.875em;
  line-height: 1;
}
ul.featured-list {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
}
ul.featured-list li:before {
  font-family: FontAwesome;
  content: " ";
  color: #FFFFFF;
}
ul.featured-list li{
  font-size: 14px;
}
.btn {
  font-size: 0.875em;
  color: #FFFFFF ;
  padding: 4px 26px !important;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  text-decoration: none !important;
  background: #cacaca;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none !important;
  margin: 0 0 0 0 !important;
}
.btn:hover {
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn span {
  font-weight: 900;
  margin-right: 15px;
}
.btn i {
  font-size: 1.2em;
  line-height: 1;
  vertical-align: baseline;
  padding-top: 2px;
}
.btn i.left {
  margin-right: 10px;
}
.btn i.right {
  margin-left: 10px;
}
.btn-center {
  display: table !important;
  margin: auto !important;
}
.btn-default {
  background: #cacaca;
  color: #ffffff;
}
.btn-default:hover {
  background: #b1b1b1;
}
.btn-default2 {
  background: #e6e6e6;
  color: #000000 !important;
}
.btn-default2:hover {
  background: #1F1F1F;
}
.btn-primary {
  background: #6FAA14;
  color: #FFFFFF;
}
.btn-primary:hover {
  background: #CCC8C7;
}
.btn-success {
  background: #5cb85c;
  color: #ffffff;
}
.btn-success:hover {
  background: #449d44;
}
.btn-info {
  background: #5bc0de;
  color: #ffffff;
}
.btn-info:hover {
  background: #31b0d5;
}
.btn-warning {
  background: #ffce00;
  color: #ffffff;
}
.btn-warning:hover {
  background: #cca500;
}
.btn-danger {
  background: #cc3333;
  color: #ffffff;
}
.btn-danger:hover {
  background: #a32929;
}
.btn-transparent {
  background: rgba(255, 255, 255, 0.2);
}
.btn-transparent:hover {
  color: #cacaca !important;
  background: #fff;
}
.btn-transparent:hover.btn-primary {
  color: #111111 !important;
}
.btn-transparent:hover.btn-success {
  color: #5cb85c !important;
}
.btn-transparent:hover.btn-info {
  color: #5bc0de !important;
}
.btn-transparent:hover.btn-warning {
  color: #ffce00 !important;
}
.btn-transparent:hover.btn-danger {
  color: #cc3333 !important;
}
.no-rgba .btn-transparent {
  background: #fff;
  filter: alpha(opacity=40);
}
.no-rgba .btn-transparent.btn-primary {
  color: #111111 !important;
}
.no-rgba .btn-transparent.btn-success {
  color: #5cb85c !important;
}
.no-rgba .btn-transparent.btn-info {
  color: #5bc0de !important;
}
.no-rgba .btn-transparent.btn-warning {
  color: #ffce00 !important;
}
.no-rgba .btn-transparent.btn-danger {
  color: #cc3333 !important;
}
.no-rgba .btn-transparent:hover {
  filter: alpha(opacity=100);
}
.btn-outlined {
  font-size: 0.875em;
  color: #cacaca;
  padding: 10px 40px;
  font-weight: normal;
  text-align: center;
  background: none;
  border: 1px solid #cacaca;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 5px 0 0 !important;
  outline: 0;
}
.btn-outlined:hover {
  border-color: transparent;
  background: #cacaca;
  color: #fff;
  text-decoration: none;
}
.btn-outlined:active,
.btn-outlined.active {
  background-image: none;
  box-shadow: none;
}
.btn-outlined.btn-default {
  border: 1px solid #cacaca;
  color: #cacaca !important;
}
.btn-outlined.btn-default:hover {
  border-color: transparent;
  background: #cacaca;
  color: #fff !important;
}
.btn-outlined.btn-primary {
  border: 1px solid #111111;
  color: #111111 !important;
}
.btn-outlined.btn-primary:hover {
  border-color: transparent;
  background: #111111;
  color: #fff !important;
}
.btn-outlined.btn-success {
  border: 1px solid #5cb85c;
  color: #5cb85c !important;
}
.btn-outlined.btn-success:hover {
  border-color: transparent;
  background: #5cb85c;
  color: #fff !important;
}
.btn-outlined.btn-info {
  border: 1px solid #5bc0de;
  color: #5bc0de !important;
}
.btn-outlined.btn-info:hover {
  border-color: transparent;
  background: #5bc0de;
  color: #fff !important;
}
.btn-outlined.btn-warning {
  border: 1px solid #ffce00;
  color: #ffce00 !important;
}
.btn-outlined.btn-warning:hover {
  border-color: transparent;
  background: #ffce00;
  color: #fff !important;
}
.btn-outlined.btn-danger {
  border: 1px solid #cc3333;
  color: #cc3333 !important;
}
.btn-outlined.btn-danger:hover {
  border-color: transparent;
  background: #cc3333;
  color: #fff !important;
}
.btn-outlined.disabled,
.btn-outlined[disabled],
fieldset[disabled] .btn-outlined {
  cursor: not-allowed;
  pointer-events: none;
  background: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-outlined-invert {
  font-size: 0.875em;
  color: #fff;
  padding: 10px 40px;
  font-weight: normal;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: 0;
}
.btn-outlined-invert:hover {
  background: #fff;
  color: #000000 !important;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 7px 36px !important;
  font-size: 1.25125em !important;
}
.btn-md {
  padding: 8px 26px !important;
  font-size: 1em !important;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 20px !important;
  font-size: 0.7em !important;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 2px 15px !important;
  font-size: 0.6125em !important;
}
.btn-block {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
label {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 300;
    color: #1D1D1D;
    font-size: 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #3D3D3D;
  background: #fff;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-control {
    line-height: 1;
  }
}
.form-control:focus {
  border-color: #fff;
  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:focus {
  border-color: #b5b5b5;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #858688;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #858688;
}
.form-control::-webkit-input-placeholder {
  color: #858688;
}
.form-control::-moz-placeholder {
  color: #858688;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #858688;
}
.form-control::-webkit-input-placeholder {
  color: #858688;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background: #cecece;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.form-group {
  display: block;
  margin-bottom: 10px;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  border: 0px solid #DFDFDF;
  border-radius: 0px;
      background: #E8E8E8;
}
.help-link {
  display: inline-block;
  float: right;
  font-size: 0.875em;
  margin-top: 12px;
  margin-bottom: -12px;
}
.ie .form-control {
  line-height: 1;
}
.submit-with-price {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  background: #111111;
  border: none;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 20px 9.6px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submit-with-price:after {
  display: block;
  position: absolute;
  content: '\f105';
  font-family: FontAwesome;
  top: 50%;
  right: 12px;
  font-size: 1.8em;
  margin-top: -20px;
}
.submit-with-price span {
  display: block;
  width: 100%;
  text-align: center;
}
.submit-with-price span.price {
  font-size: 2.5em;
}
.submit-with-price span.text {
  font-size: 1.125em;
  text-transform: uppercase;
}
.submit-with-price:hover {
  background: #CCC8C7;
}
.checkbox,
.radio {
  display: relative;
  padding-left: 0px;
  margin: 0 25px 12px 0;
}
.checkbox:after,
.radio:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.checkbox label,
.radio label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  color: #484848;
  font-size: 14px;
}
.checkbox .icheckbox,
.radio .icheckbox,
.checkbox .iradio,
.radio .iradio {
  position: relative;
  display: block;
  float: left;
  display: inline;
  margin: 1px 20px 0 0;
  padding: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #b8b8b6;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.checkbox .iradio,
.radio .iradio {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.checkbox .iradio.checked,
.radio .iradio.checked {
  border: 2px solid #111111;
}
.checkbox .iradio.checked:after,
.radio .iradio.checked:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #111111;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
.checkbox .icheckbox.checked,
.radio .icheckbox.checked {
  border: 2px solid #003084;
}
.checkbox .icheckbox.checked:after,
.radio .icheckbox.checked:after {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 0.7em;
  display: block;
  position: absolute;
  line-height: 0;
  color: #003084;
  top: 7px;
  left: 2px;
}
.checkbox .checkbox.disabled label,
.radio .checkbox.disabled label,
.checkbox .radio.disabled label,
.radio .radio.disabled label {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.checkbox .icheckbox.disabled,
.radio .icheckbox.disabled,
.checkbox .iradio.disabled,
.radio .iradio.disabled {
  opacity: 0.5;
  filter: alpha(opacity=5);
  cursor: default;
}
.checkbox .icheckbox.checked.disabled,
.radio .icheckbox.checked.disabled,
.checkbox .iradio.checked.disabled,
.radio .iradio.checked.disabled {
  opacity: 0.5;
  filter: alpha(opacity=5);
  cursor: default;
}
input.error,
textarea.error {
  border-color: #cc3333 !important;
}
label.error {
  display: none !important;
}
.select-style {
  position: relative;
  width: 100%;
  letter-spacing: 0px;
  font-weight: 500;
  color: #3D3D3D;
  border-radius: 0px;
  height: 40px;
  border-color: #DFDFDF;
  border-radius: 5px;
}
.select-style:after {
  position: absolute;
  background: #fff;
  top: 0px;
  width: 32px;
  height: 30px;
  text-align: center;
  right: 0px;
  color: #111;
  font-size: 1.4em;
  line-height: 1;
  padding-top: 5px;
  font-family: FontAwesome;
  content: "\f107";
  margin-right: 4px;
}
.select-style select {
  height: 40px;
  font-weight: 500;
  background-color: #E8E8E8;
  color: #3D3D3D;
  font-size: 13px;
      border-radius: 0px;
 
}

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-style select {
    line-height: 1;
  }
}
.select-style.select-lg select {
  
}
.select-style.select-lg:after {
  height: 38px;
  padding-top: 9px;
}
.select-style select:focus {
  outline: none;
}
.helper-text {
  display: inline-block;
  color: #797979;
  margin: 16px 0 12px 0;
}
.helper-text:hover {
  color: #797979 !important;
}
.helper-links {
  margin-top: 16px;
}
.helper-links a {
  display: inline-block;
  margin-bottom: 13.33333333px;
  font-size: 0.875em;
  padding-bottom: 1px;
  margin: 0 0 4px 0;
  color: #afafaf;
  text-decoration: none;
  border-bottom: 1px solid #afafaf;
}
.helper-links a:hover {
  color: #afafaf;
  border-bottom: 1px solid transparent;
}
.helper-links.lg a {
  font-size: 1em;
}
.light-version .form-control {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}
.light-version .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.light-version .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.light-version .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.light-version .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.light-version .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.light-version .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.light-version .select-style {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.light-version .select-style:after {
  background: none;
  color: #fff;
}
.light-version .select-style option {
  color: #000000;
}
.light-version .submit-with-price {
  background: none;
  border: 1px solid #fff;
}
.light-version .submit-with-price:hover {
  background: #fff;
  color: #111111;
}
@-moz-document url-prefix() {
  .light-version .select-style {
    overflow: hidden;
  }
  .light-version .select-style select {
    width: 110%;
  }
}
.ie .light-version .select-style {
  overflow: hidden;
}
.ie .light-version .select-style select {
  width: 110%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .light-version .select-style {
    overflow: hidden;
  }
  .light-version .select-style select {
    width: 120%;
  }
}
.form-3d .form-control {
  position: relative;
  z-index: 3;
  height: 38px;
  border-color: #ced2d6;
}
.form-3d textarea {
  min-height: 71px;
}
.form-3d .form-group,
.form-3d .datePicker {
  position: relative;
  font-size: 1.2em;
}
.form-3d .form-group:after,
.form-3d .datePicker:after {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  width: 100%;
  min-height: 100%;
  background: #d9dcdf;
  right: -10px;
  top: 10px;
}
.form-3d .datePicker {
  display: block;
  font-size: 100%;
  margin: auto;
}
.form-3d .datePicker .datepicker {
  position: relative;
  background: #fff;
  padding: 5px 10px 15px 10px !important;
  z-index: 2;
  border: 1px solid #ced2d6;
}
.form-3d .datePicker .datepicker th.datepicker-switch {
  text-transform: none !important;
  font-weight: normal;
}
.form-3d .datePicker .datepicker .fa {
  display: block;
  margin: auto;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #bababa !important;
  font-size: 0.85em !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-3d .datePicker .datepicker .fa:hover {
  color: #111111 !important;
  border-color: #111111 !important;
}
.form-3d .datePicker .datepicker .prev:after,
.form-3d .datePicker .datepicker .next:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.form-3d .datePicker .datepicker .fa-angle-left {
  float: right;
  padding-right: 7px;
}

.fa-angle-left:hover{
	color:#1F1F1F;
}

.form-3d .datePicker .datepicker .fa-angle-left {
  float: right;
  padding-right: 7px;
}
.form-3d .datePicker .datepicker .fa-angle-right {
  float: left;
  padding-left: 7px;
}
.form-3d .datePicker .datepicker thead tr:last-child,
.form-3d .datePicker .datepicker tbody tr {
  border-bottom: 1px solid transparent !important;
}
.form-3d .datePicker .datepicker thead tr:last-child td,
.form-3d .datePicker .datepicker tbody tr td {
  font-size: 1.2em;
  font-weight: 300;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.form-3d.light .form-control,
.form-3d.light .datepicker {
  border-color: #fff;
}
.form-3d.light .form-group:after,
.form-3d.light .datePicker:after {
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  right: -10px;
  top: 10px;
}
.login-form {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: auto;
}
.social-sugnup {
  text-align: center;
}
.social-sugnup a {
  display: block;
  width: 263px;
  padding: 12px;
  text-decoration: none;
  color: #fff;
  font-size: 1.125em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0px auto 15px auto;
}
@media only screen and (max-width: 480px) {
  .social-sugnup a {
    width: 100%;
  }
}
.social-sugnup a.facebook {
  background: #6984b4;
}
.social-sugnup a.facebook:hover {
  background: #4e6a9c;
}
.social-sugnup a.twitter {
  background: #4fccf5;
}
.social-sugnup a.twitter:hover {
  background: #1fbef2;
}
.social-sugnup a.pinterest {
  background: #c21c21;
}
.social-sugnup a.pinterest:hover {
  background: #951619;
}
.inline-search {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 24px auto;
}
.inline-search .form-control {
  float: left;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .inline-search .form-control {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .inline-search .form-control {
    width: 58%;
  }
}
.inline-search .btn {
  float: right;
}
.inline-search:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.text-align-right{
  text-align: right;
}
.comment-form textarea {
  min-height: 163px;
}
.header-toolbar {
  width: 100%;
  position: relative;
  z-index: 1006;
  padding: 12px 0;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (max-width: 1024px) {
  .header-toolbar {
    display: none;
  }
}
.header-toolbar .container {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header-toolbar .container {
    width: 100%;
  }
}
.header-toolbar .cont-info {
  display: inline-block;
}
.header-toolbar .cont-info div {
  display: inline-block;
  margin-right: 25px;
  font-size: 0.875em;
  color: #797979;
}
.header-toolbar .cont-info div i {
  margin-right: 7px;
}
.header-toolbar .cont-info div a {
  text-decoration: none;
  color: #797979;
  border-bottom: 1px solid transparent;
}
.header-toolbar .cont-info div a:hover {
  border-bottom: 1px solid #797979;
}
.header-toolbar .social-bar {
  display: inline-block;
}
.header-toolbar .social-bar a {
  display: inline-block;
  margin-right: 22px;
  text-decoration: none;
  color: #797979;
  font-size: 1em;
}
.header-toolbar .social-bar a:hover {
  color: #111111;
}
.header-toolbar .tools {
  position: absolute;
  right: 15px;
  top: -4px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-toolbar .tools li {
  display: inline-block;
  position: relative;
  margin-left: 3px;
  padding: 0;
}
.header-toolbar .tools li a {
  display: block;
  text-transform: uppercase;
  color: #797979;
  text-decoration: none;
  padding: 5px 0 13px 10px;
  font-size: 0.875em;
}
.header-toolbar .tools li ul {
  display: none;
  position: absolute;
  left: -12px;
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 8px 5px 5px 5px;
  width: 70px;
  text-align: center;
  margin-top: -1px;
}
.header-toolbar .tools li ul li {
  display: block;
  float: none;
  margin-right: 0;
}
.header-toolbar .tools li ul li a {
  padding: 0;
  color: #797979 !important;
}
.header-toolbar .tools li ul li a:hover {
  color: #111111 !important;
}
.header-toolbar .tools li.currency ul {
  width: 75px;
  left: -9px;
}
.header-toolbar .tools li:hover a {
  color: #111111;
}
.header-toolbar .tools li:hover a i {
  color: #111111;
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-toolbar .tools li:hover ul {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.header {
  position: relative;
  z-index: 1005;
  width: 100%;
}
.header.stuck {
  position: fixed;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .header.stuck {
    position: relative;
  }
}
.header .inner {
  position: relative;
  display: inline-block;
  z-index: 5;
  float: left;
  padding-top: 20px;
}
.menu-top{
background: #D0D0D0;
}
.menu-top1{
    background-color: #D0D0D0;

}

@media only screen and (max-width: 1024px) {
  .header .inner {
    text-align: center;
  }
}


@media only screen and (max-width: 1024px) {
  .casa {
    padding-left: 30px;
    text-align: center;
  }
}

.header .inner.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .container:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.header .logo {
  float: left;
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .header .logo img {
    display: block;
    margin: auto;
  }
}
.header .navigation {
 /* width: 768px;*/
 float: left;
 text-align: center;
}
@media only screen and (max-width: 1200px) {
  .header .navigation {
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
  }
  .header .navigation .menu {
    margin-left: -50px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .navigation {
    display: none;
  }
}
.header .search {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
  cursor: pointer;
}
.header .search i {
  color: #000000;
  font-size: 1.6em;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header .search i:hover {
  color: #111111;
}
.header .tools {
  width: 215px;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .header .tools {
    width: auto;
  }
}
.header .tools a {
  display: block;
  margin: 27px 4px 0 4px;
  padding: 6px 5px 5px 5px;
  font-size: 1.035em;
  color: #000000;
  text-decoration: none;
}
.header .tools a:hover,
.header .tools a:focus {
  color: #111111;
}
@media only screen and (max-width: 1024px) {
  .header .tools a {
    display: none;
  }
}
.header .tools .signup {
  padding: 6px 20px;
  border: 1px solid #000;
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.header .tools .signup:hover {
  border-color: transparent;
  background: #111111;
  color: #fff;
}
.header .tools .user {
  position: relative;
  float: left;
  margin-left: 40px;
}
.header .tools .user a {
  float: none;
  padding-bottom: 32px;
}
.header .tools .user a i {
  margin-right: 10px;
}
.header .tools .user .user-dropdown {
  display: none;
  width: 133px;
  position: absolute;
  border: 1px solid #cecece;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 15px 20px 30px;
}
.header .tools .user .user-dropdown a {
  display: block;
  padding: 0;
  margin: 0;
}
.header .tools .user:hover > a {
  color: #111111;
}
.header .tools .user:hover .user-dropdown {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.header .tools .cart-btn {
  display: block;
  float: right;
  width: 37px;
  height: 34px;
  margin-left: 8px;
  margin-top: 26px;
  cursor: pointer;
  background-image: url(../img/cart-btn/svg/cart-btn-111111.svg);
}
@media only screen and (max-width: 1024px) {
  .header .tools .cart-btn {
    position: absolute;
    float: none;
    top: 0;
    right: 15px;
    margin-top: 20px;
    z-index: 1;
  }
}
.header .tools .cart-btn .link {
  display: block !important;
  position: relative;
  width: 40px;
  font-size: 0.875em;
  font-style: normal;
  color: #fff;
  margin-top: 6px;
  margin-left: -4px;
  text-align: center;
}
.header .tools .cart-btn .cart-dropdown {
  position: absolute;
  z-index: 6;
  left: 0;
  top: 58px;
  width: 100%;
  padding-top: 31px;
  text-align: left;
  cursor: default;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .header .tools .cart-btn .cart-dropdown {
    display: none;
  }
}
.header .tools .cart-btn .cart-dropdown .empty-cart {
  display: none;
  text-align: center;
  padding-top: 24px;
  height: 130px;
}
.header .tools .cart-btn .cart-dropdown .wrap {
  position: relative;
  z-index: 1;
  background: #fff;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
  padding: 24px 0;
}
.header .tools .cart-btn .cart-dropdown a {
  float: none;
  display: inline-block;
}
.header .tools .cart-btn .cart-dropdown .owl-carousel {
  max-width: 560px;
  margin: 8px auto 0 auto;
}
.header .tools .cart-btn .cart-dropdown .owl-stage {
  text-align: center;
}
.header .tools .cart-btn .cart-dropdown .owl-prev,
.header .tools .cart-btn .cart-dropdown .owl-next {
  position: absolute;
  top: 45%;
  width: 22px;
  height: 42px;
  margin-top: -21px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header .tools .cart-btn .cart-dropdown .owl-prev:hover,
.header .tools .cart-btn .cart-dropdown .owl-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .tools .cart-btn .cart-dropdown .owl-prev div,
.header .tools .cart-btn .cart-dropdown .owl-next div {
  position: absolute;
  width: 28px;
  height: 3px;
  background: #111111;
  -webkit-backface-visibility: hidden;
}
.header .tools .cart-btn .cart-dropdown .owl-prev div.arr01,
.header .tools .cart-btn .cart-dropdown .owl-next div.arr01 {
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .tools .cart-btn .cart-dropdown .owl-prev div.arr02,
.header .tools .cart-btn .cart-dropdown .owl-next div.arr02 {
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 20px;
}
.header .tools .cart-btn .cart-dropdown .owl-prev div.arr03,
.header .tools .cart-btn .cart-dropdown .owl-next div.arr03 {
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .tools .cart-btn .cart-dropdown .owl-prev div.arr04,
.header .tools .cart-btn .cart-dropdown .owl-next div.arr04 {
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 20px;
}
.header .tools .cart-btn .cart-dropdown .owl-prev {
  left: -60px;
}
.header .tools .cart-btn .cart-dropdown .owl-next {
  right: -60px;
}
.header .tools .cart-btn .cart-dropdown .item {
  display: inline-block;
  position: relative;
  width: 165px;
  height: 205px;
  margin: 0 10px;
}
.header .tools .cart-btn .cart-dropdown .item .delete {
  display: block;
  width: 22px;
  color: #000000;
  position: absolute;
  background: #e1e4e6;
  text-align: center;
  z-index: 3;
  top: 0;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.header .tools .cart-btn .cart-dropdown .item .delete:hover {
  background: #111111;
  color: #fff;
}
.header .tools .cart-btn .cart-dropdown .item .delete .fa-angle-left {
  margin-left: -2px;
}
.header .tools .cart-btn .cart-dropdown .item a {
  display: block;
  position: relative;
  width: 165px;
  height: 165px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-align: center;
  margin-bottom: 10px;
}
.header .tools .cart-btn .cart-dropdown .item a span {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header .tools .cart-btn .cart-dropdown .item a .overlay {
  z-index: 1;
  min-height: 100%;
  background: #111111;
}
.header .tools .cart-btn .cart-dropdown .item a .name {
  top: 30px;
  font-size: 1em;
}
.header .tools .cart-btn .cart-dropdown .item a .price {
  top: 95px;
  font-size: 1.875em;
  font-weight: 300;
}
.header .tools .cart-btn .cart-dropdown .item a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .tools .cart-btn .cart-dropdown .item a:hover .overlay {
  opacity: 0.82;
  filter: alpha(opacity=82);
}
.header .tools .cart-btn .cart-dropdown .item .qnt-count {
  width: 87px;
  margin: auto;
}
.header .tools .cart-btn .cart-dropdown .item .qnt-count .incr-btn {
  display: block;
  float: left;
  background: #e7ecee;
  width: 21px;
  height: 28px;
  padding-top: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.header .tools .cart-btn .cart-dropdown .item .qnt-count .incr-btn:hover {
  color: #fff;
  background: #111111;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
}
.header .tools .cart-btn .cart-dropdown .item .qnt-count .incr-btn.inactive {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.header .tools .cart-btn .cart-dropdown .item .qnt-count .incr-btn.inactive:hover {
  background: #e7ecee;
  color: #000000;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.header .tools .cart-btn .cart-dropdown .item .qnt-count .quantity {
  display: block;
  float: left;
  width: 45px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  border: none;
  background: none;
  outline: none;
}
.header .tools .cart-btn .cart-dropdown .item .qnt-count:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.header .tools .cart-btn .cart-dropdown table {
  width: 100%;
  border-bottom: 1px solid #cecece;
}
.header .tools .cart-btn .cart-dropdown table td {
  padding-bottom: 9px;
}
.header .tools .cart-btn .cart-dropdown table.total {
  border: none;
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.header .tools .cart-btn .cart-dropdown table.total td {
  padding-top: 9px;
}
.header .tools .cart-btn .cart-dropdown .links {
  margin-bottom: 16px;
}
.header .tools .cart-btn .cart-dropdown .links a {
  font-size: 0.875em;
  padding: 0;
  margin: 0 0 4px 0;
  color: #afafaf;
  text-decoration: none;
  border-bottom: 1px solid #afafaf;
}
.header .tools .cart-btn .cart-dropdown .links a:hover {
  color: #afafaf;
  border-bottom: 1px solid transparent;
}
.header .tools .cart-btn .promo-code {
  display: none;
}
.header .tools .cart-btn .promo-code .form-control {
  float: left;
  width: 62%;
}
@media only screen and (max-width: 991px) {

  .header .tools .cart-btn .promo-code .form-control {
    width: 55%;
  }
}
.header .tools .cart-btn .promo-code .btn {
  float: right;
  padding: 5px 18px !important;
  margin-right: 0 !important;
}
.header .tools .cart-btn .promo-code .btn.disabled {
  color: #3f4040 !important;
}
.header .tools .cart-btn .promo-code.visible {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadein;
  animation-name: fadein;
}
.header .tools .cart-btn:hover .cart-dropdown {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .quick-search {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 200px;
  padding: 44.44444444px 15px 0 15px;
  z-index: 1;
  text-align: center;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation: fadeOutUp 0.4s;
  animation: fadeOutUp 0.4s;
}
.header .quick-search .overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.95;
  filter: alpha(opacity=95);
  background: #111111;
}
.header .quick-search.open {
  visibility: visible;
  -webkit-animation: fadeInDown 0.4s;
  animation: fadeInDown 0.4s;
}
.header .quick-search .search-field {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 780px;
  height: 72px;
  margin: auto;
  border: none;
  background: none;
  text-align: center;
  font-size: 3.75em;
  color: #fff;
  line-height: 1;
  font-weight: 300;
  outline: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-backface-visibility: hidden;
}
.header .quick-search .search-field::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.header .quick-search .search-field:-ms-input-placeholder {
  color: #ffffff;
}
.header .quick-search .search-field::-webkit-input-placeholder {
  color: #ffffff;
}
.header .quick-search .search-field::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.header .quick-search .search-field:-ms-input-placeholder {
  color: #ffffff;
}
.header .quick-search .search-field::-webkit-input-placeholder {
  color: #ffffff;
}
.header .quick-search .search-field:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .quick-search .search-field:focus::-moz-placeholder {
  color: #111111;
  opacity: 1;
}
.header .quick-search .search-field:focus:-ms-input-placeholder {
  color: #111111;
}
.header .quick-search .search-field:focus::-webkit-input-placeholder {
  color: #111111;
}
.header .quick-search .search-field:focus::-moz-placeholder {
  color: #111111;
  opacity: 1;
}
.header .quick-search .search-field:focus:-ms-input-placeholder {
  color: #111111;
}
.header .quick-search .search-field:focus::-webkit-input-placeholder {
  color: #111111;
}
.header .quick-search span {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.25em;
  font-weight: 300;
  margin-top: 16px;
}
.header.transparent {
  position: absolute;
  top: 0;
}
.header.transparent .inner {
  background: transparent;
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.header.transparent .inner .tools a {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header.transparent .inner .tools a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.header.transparent .inner .tools .signup {
  border: 1px solid #fff;
  color: #fff;
  margin-right: 12px;
}
.header.transparent .inner .tools .signup:hover {
  background: #fff;
  color: #000000;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header.transparent.opaque {
  position: fixed;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.header.transparent.opaque .inner {
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
}
.header.transparent.opaque .inner .tools a {
  color: #000000;
}
.header.transparent.opaque .inner .tools a:hover,
.header.transparent.opaque .inner .tools a:focus {
  color: #111111;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header.transparent.opaque .inner .tools .signup {
  border: 1px solid #000000;
  color: #000000;
}
.header.transparent.opaque .inner .tools .signup:hover {
  border-color: transparent;
  background: #111111;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .header.transparent.opaque {
    position: absolute;
  }
  .header.transparent.opaque .inner {
    background: transparent;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .header.transparent.opaque .inner .tools a {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .header.transparent.opaque .inner .tools a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .header.transparent.opaque .inner .tools .signup {
    border: 1px solid #fff;
    color: #fff;
    margin-right: 12px;
  }
  .header.transparent.opaque .inner .tools .signup:hover {
    background: #fff;
    color: #000000;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 1024px) {
  .header.scroller {
    position: absolute;
    top: 0;
  }
}
.header.scroller .inner {
  height: 60px;
  border-top: 1px solid #d8d8d8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header.scroller .logo {
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .header.scroller .logo {
    width: 100px;
    margin: 21px 0 0 -35px;
  }
}
.header.scroller .tools {
  margin-top: 15px;
  text-align: right;
}
.header.scroller .tools a {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  padding: 0;
  margin-left: 12px;
}
.header.scroller .tools a.btn {
  margin-right: 0 !important;
}
@media only screen and (max-width: 768px) {
  .header.scroller .tools a.btn {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .header.scroller .tools {
    position: absolute;
    top: 0;
    right: 15px;
  }
}
.no-svg .header .tools .cart-btn {
  background: url(../img/cart-btn/png/cart-btn-111111.png) 0px 0px no-repeat;
}
.no-csstransforms .cart-dropdown .owl-prev,
.no-csstransforms .cart-dropdown .owl-next {
  display: none !important;
}
.site-layout.boxed .header.stuck {
  position: relative;
}
.site-layout.boxed .header.transparent.opaque {
  position: absolute;
}
.site-layout.boxed .header.transparent.opaque .inner {
  background: transparent;
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.site-layout.boxed .header.transparent.opaque .inner .tools a {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.site-layout.boxed .header.transparent.opaque .inner .tools a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.site-layout.boxed .header.transparent.opaque .inner .tools .signup {
  border: 1px solid #fff;
  color: #fff;
  margin-right: 12px;
}
.site-layout.boxed .header.transparent.opaque .inner .tools .signup:hover {
  background: #fff;
  color: #000000;
  opacity: 1;
  filter: alpha(opacity=100);
}
.hero-slider {
  position: relative;
  background: #000000;
  z-index: 100;
}
.hero-slider .slide-pattern {
  background: url(../img/home/hero/pattern.png) scroll;
  width: 100%;
  height: 100%;
  z-index: 8;
  -webkit-transform: translateZ(0.4px);
  -moz-transform: translateZ(0.4px);
  -ms-transform: translateZ(0.4px);
  -o-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .hero-slider .ms-nav-prev,
  .hero-slider .ms-nav-next {
    display: none;
  }
}
.hero-slider .ms-layer.thin-text-white {
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
  font-size: 4.5em;
  font-weight: 100;
  padding: 20px 25px;
  margin: 0;
  text-shadow: -1px 1px #000000;
}
.hero-slider .ms-layer.bold-text-white {
  color: #fff;
  font-weight: 900;
  font-size: 5em;
  text-shadow: -1px 1px #000000;
  margin: 0;
}
.hero-slider .ms-layer.blacktext {
  left: 26% !important;
  top: 50% !important;
  padding: 7px 20px;
  margin-top: -12%;
}
.hero-slider .ms-layer.bigtext {
  width: 100%;
  text-align: center;
  top: 50% !important;
}
.hero-slider .ms-layer.bigtext2 {
  top: 43% !important;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.hero-slider .ms-layer.box {
  left: 60px;
  top: 40% !important;
  width: 46%;
  padding-bottom: 22% !important;
  background: rgba(0, 0, 0, 0.72);
}
.hero-slider .ms-layer.small-text {
  color: #fff;
  margin: 0;
  top: 40% !important;
  font-weight: 300;
  left: 78px;
  padding: 0;
  margin-top: 16px;
}
.hero-slider .ms-layer.medium-text {
  color: #fff;
  font-weight: 100;
  top: 40% !important;
  font-size: 4em;
  left: 75px;
  margin: 0;
  padding: 0;
  margin-top: 38px;
}
.hero-slider .ms-layer.big-text {
  color: #fff;
  font-weight: 900;
  left: 75px;
  top: 40% !important;
  padding: 0;
  font-size: 4.5em;
  margin: 0;
  margin-top: 100px;
}
.hero-slider .ms-layer.captiontext {
  color: #fff;
  top: 38% !important;
  left: 230px;
  font-size: 3em;
  font-weight: 300;
  padding: 15px 20px;
  text-align: center;
  width: 50%;
  border: solid 2px #fff;
  text-shadow: -1px 1px #000000;
}
@media only screen and (max-width: 768px) {
  .hero-slider .ms-layer.captiontext {
    font-size: 2em;
  }
}
.hero-static {
  position: relative;
  width: 100%;
  height: 500px;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero-static .overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.hero-static .overlay.dark {
  background: #000;
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.hero-static .inner {
  display: table;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px;
  padding: 36px 15px;
  top: 0;
}
.hero-static .content {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.hero-static h1 {
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .hero-static h1 {
    font-size: 3.1875em;
  }
}
@media only screen and (max-width: 480px) {
  .hero-static h1 {
    font-size: 2.8125em;
  }
}
.hero-static h2 {
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .hero-static h2 {
    font-size: 2.125em;
  }
}
@media only screen and (max-width: 480px) {
  .hero-static h2 {
    font-size: 1.875em;
  }
}
.hero-static h3 {
  font-size: 2.5em;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .hero-static h3 {
    font-size: 1.875em;
  }
}
@media only screen and (max-width: 480px) {
  .hero-static h3 {
    font-size: 1.25em;
  }
}
.hero-static p {
  font-size: 1.25em;
}
@media only screen and (max-width: 768px) {
  .hero-static p {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 480px) {
  .hero-static p {
    font-size: 1em;
  }
}
.hero-static h1.with-shadow,
.hero-static h2.with-shadow,
.hero-static h3.with-shadow,
.hero-static p.with-shadow {
  text-shadow: -1px 1px #000000;
}
.hero-static h1.left,
.hero-static h2.left,
.hero-static h3.left,
.hero-static p.left {
  text-align: left;
}
.hero-static h1.right,
.hero-static h2.right,
.hero-static h3.right,
.hero-static p.right {
  text-align: right;
}
.hero-static.hero-parallax {
  height: 680px;
  background: #000;
  overflow: hidden;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .hero-static.hero-parallax {
    height: 523px;
  }
}
.hero-static.hero-parallax .layer img {
  max-width: none;
  width: auto;
}
.hero-static.hero-parallax .inner {
  position: absolute;
  height: 680px;
}
@media only screen and (max-width: 768px) {
  .hero-static.hero-parallax .inner {
    height: 523px;
  }
}
.hero-static.fullscreen {
  position: absolute;
  z-index: 100;
  background: #fff;
  top: 0;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-static .overlay-block {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.hero-static .overlay-block h1,
.hero-static .overlay-block h2,
.hero-static .overlay-block h3,
.hero-static .overlay-block h4,
.hero-static .overlay-block h5,
.hero-static .overlay-block h6,
.hero-static .overlay-block p,
.hero-static .overlay-block ul,
.hero-static .overlay-block ol {
  color: #fff;
  text-transform: none;
}
.hero-static .overlay-block p {
  font-size: 1em;
  margin-top: 24px;
}
.hero-static .overlay-block .opacity-70,
.hero-static .overlay-block .opacity-97 {
  width: 100%;
  position: relative;
}
.hero-static .overlay-block .opacity-70 {
  background: #111111;
  background: rgba(68, 137, 86, 0.7);
  padding-top: 10px;
}
.hero-static .overlay-block .opacity-97 {
  background: #111111;
  background: rgba(68, 137, 86, 0.97);
  padding: 36px 0 24px 0;
}
.hero-static .overlay-block #slide-up-toggle {
  display: none;
  position: absolute;
  width: 50px;
  height: 30px;
  background: #111111;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hero-static .overlay-block #slide-up-toggle:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 1200px) {
  .hero-static .overlay-block > div:first-child {
    padding-bottom: 24px;
  }
  .hero-static .overlay-block .slide-up {
    overflow: hidden;
    max-height: 0px;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hero-static .overlay-block .slide-up.open {
    max-height: 800px;
    padding: 0;
    padding: 36px 0 24px 0;
  }
  .hero-static .overlay-block #slide-up-toggle {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .hero-static .overlay-block {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .hero-static .overlay-block {
    font-size: 90%;
  }
  .hero-static .overlay-block .slide-up {
    font-size: 110%;
  }
  .hero-static .overlay-block .countdown,
  .hero-static .overlay-block p {
    display: none;
  }
}
.holder {
  width: 100%;
  position: relative;
  z-index: 0;
}
.parallax .hero-static {
  background-attachment: fixed;
}
@-moz-document url-prefix() {
  .hero-static .inner {
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hero-static .inner {
    left: 0;
  }
}
.ie .hero-static .inner {
  left: 0;
}
.down-arrow {
  position: absolute;
  bottom: 65px;
  left: 50%;
  z-index: 100;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.down-arrow a {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 36px;
  background: url(../img/arrow-down.svg) no-repeat center center;
  opacity: 0.5;
  -webkit-animation: pulsate1 2s ease-out;
  -moz-animation: pulsate1 2s ease-out;
  -o-animation: pulsate1 2s ease-out;
  animation: pulsate1 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.down-arrow:after {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  top: 0px;
  left: 20px;
  width: 100%;
  min-height: 100%;
  background: url(../img/arrow-down.svg) no-repeat center center;
  -webkit-animation: pulsate2 2s ease-out;
  -moz-animation: pulsate2 2s ease-out;
  -o-animation: pulsate2 2s ease-out;
  animation: pulsate2 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate1 {
  0% {
    opacity: 0.20;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.20;
  }
}
@-moz-keyframes pulsate1 {
  0% {
    opacity: 0.20;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.20;
  }
}
@-o-keyframes pulsate1 {
  0% {
    opacity: 0.20;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.20;
  }
}
@keyframes pulsate1 {
  0% {
    opacity: 0.20;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.20;
  }
}
@-webkit-keyframes pulsate2 {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.20;
  }
  100% {
    opacity: 1.0;
  }
}
@-moz-keyframes pulsate2 {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.20;
  }
  100% {
    opacity: 1.0;
  }
}
@-o-keyframes pulsate2 {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.20;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes pulsate2 {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.20;
  }
  100% {
    opacity: 1.0;
  }
}
.fp-banner,
.fw-img-banner {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .fp-banner,
  .fw-img-banner {
    text-align: center;
  }
}
.fp-banner.light-text h2,
.fw-img-banner.light-text h2,
.fp-banner.light-text h3,
.fw-img-banner.light-text h3,
.fp-banner.light-text h4,
.fw-img-banner.light-text h4,
.fp-banner.light-text h5,
.fw-img-banner.light-text h5,
.fp-banner.light-text h6,
.fw-img-banner.light-text h6,
.fp-banner.light-text p,
.fw-img-banner.light-text p {
  color: #fff;
}
.fp-banner.light-text .page-heading h3 span,
.fw-img-banner.light-text .page-heading h3 span,
.fp-banner.light-text h3.heading span,
.fw-img-banner.light-text h3.heading span {
  background: #fff;
}
.fp-banner .container,
.fw-img-banner .container {
  position: relative;
  z-index: 2;
}
.fp-banner .meta,
.fw-img-banner .meta {
  font-size: 1em;
}
.fp-banner .meta a,
.fw-img-banner .meta a {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  color: #4c9a61;
}
.fp-banner .meta a:hover,
.fw-img-banner .meta a:hover {
  border-bottom: 1px solid #111111;
}
.fp-banner .meta span,
.fw-img-banner .meta span {
  margin: 0 3px;
}
.fp-banner .meta .left,
.fw-img-banner .meta .left,
.fp-banner .meta .right,
.fw-img-banner .meta .right {
  float: left;
}
@media only screen and (max-width: 768px) {
  .fp-banner .meta .left,
  .fw-img-banner .meta .left,
  .fp-banner .meta .right,
  .fw-img-banner .meta .right {
    float: none;
    width: 100% !important;
    text-align: center !important;
  }
}
.fp-banner .meta .left,
.fw-img-banner .meta .left {
  width: 65%;
}
.fp-banner .meta .right,
.fw-img-banner .meta .right {
  width: 35%;
  text-align: right;
}
.fp-banner .overlay,
.fw-img-banner .overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.fw-img-banner {
  padding: 84px 0 60px 0;
}
.fw-img-banner .featured-heading {
  border-top: 10px solid #5cb85c;
  font-size: 3.75em;
  font-weight: 300;
  text-transform: uppercase;
  padding: 24px 0 0 35px;
}
@media only screen and (max-width: 991px) {
  .fw-img-banner .featured-heading {
    padding-left: 0;
    font-size: 3em;
  }
}
.fw-img-banner ul {
  color: #000000;
}
.fw-img-banner ul li {
  margin-bottom: 2px;
}
.fw-img-banner ul a {
  font-size: 1.25em;
  color: #000000;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.fw-img-banner ul a:hover {
  border-bottom: 1px solid #000;
}
.fw-img-banner.light-text ul a {
  color: #fff;
}
.fw-img-banner.light-text ul a:hover {
  border-bottom: 1px solid #fff;
}
.fw-img-banner.no-text {
  height: 500px;
}
.category-bars .col-xs-1,
.category-bars .col-sm-1,
.category-bars .col-md-1,
.category-bars .col-lg-1,
.category-bars .col-xs-2,
.category-bars .col-sm-2,
.category-bars .col-md-2,
.category-bars .col-lg-2,
.category-bars .col-xs-3,
.category-bars .col-sm-3,
.category-bars .col-md-3,
.category-bars .col-lg-3,
.category-bars .col-xs-4,
.category-bars .col-sm-4,
.category-bars .col-md-4,
.category-bars .col-lg-4,
.category-bars .col-xs-5,
.category-bars .col-sm-5,
.category-bars .col-md-5,
.category-bars .col-lg-5,
.category-bars .col-xs-6,
.category-bars .col-sm-6,
.category-bars .col-md-6,
.category-bars .col-lg-6,
.category-bars .col-xs-7,
.category-bars .col-sm-7,
.category-bars .col-md-7,
.category-bars .col-lg-7,
.category-bars .col-xs-8,
.category-bars .col-sm-8,
.category-bars .col-md-8,
.category-bars .col-lg-8,
.category-bars .col-xs-9,
.category-bars .col-sm-9,
.category-bars .col-md-9,
.category-bars .col-lg-9,
.category-bars .col-xs-10,
.category-bars .col-sm-10,
.category-bars .col-md-10,
.category-bars .col-lg-10,
.category-bars .col-xs-11,
.category-bars .col-sm-11,
.category-bars .col-md-11,
.category-bars .col-lg-11,
.category-bars .col-xs-12,
.category-bars .col-sm-12,
.category-bars .col-md-12,
.category-bars .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
.category-bars .row {
  margin-right: 0;
  margin-left: 0;
}
.category-bars a {
  display: block;
  position: relative;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .category-bars a {
    max-height: 380px;
  }
}
.category-bars a .overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background: #111111;
  background: rgba(68, 137, 86, 0.8);
  padding: 60% 15px 0 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
@media only screen and (max-width: 991px) {
  .category-bars a .overlay {
    padding: 35% 15px 0 15px;
  }
}
@media only screen and (max-width: 360px) {
  .category-bars a .overlay {
    padding: 28% 15px 0 15px;
  }
}
.category-bars a .overlay h2 {
  color: #fff;
  font-size: 1.875em;
  font-weight: 300;
  margin-bottom: 12px;
}
@media only screen and (max-width: 360px) {
  .category-bars a .overlay h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 360px) {
  .category-bars a .overlay p {
    font-size: 0.875em;
  }
}
.category-bars a:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 1200px) {
  .category-bars .container {
    width: 100%;
    padding: 0;
  }
}
.category-tiles {
  position: relative;
  width: 100%;
}
.category-tiles .container,
.category-tiles .col-xs-1,
.category-tiles .col-sm-1,
.category-tiles .col-md-1,
.category-tiles .col-lg-1,
.category-tiles .col-xs-2,
.category-tiles .col-sm-2,
.category-tiles .col-md-2,
.category-tiles .col-lg-2,
.category-tiles .col-xs-3,
.category-tiles .col-sm-3,
.category-tiles .col-md-3,
.category-tiles .col-lg-3,
.category-tiles .col-xs-4,
.category-tiles .col-sm-4,
.category-tiles .col-md-4,
.category-tiles .col-lg-4,
.category-tiles .col-xs-5,
.category-tiles .col-sm-5,
.category-tiles .col-md-5,
.category-tiles .col-lg-5,
.category-tiles .col-xs-6,
.category-tiles .col-sm-6,
.category-tiles .col-md-6,
.category-tiles .col-lg-6,
.category-tiles .col-xs-7,
.category-tiles .col-sm-7,
.category-tiles .col-md-7,
.category-tiles .col-lg-7,
.category-tiles .col-xs-8,
.category-tiles .col-sm-8,
.category-tiles .col-md-8,
.category-tiles .col-lg-8,
.category-tiles .col-xs-9,
.category-tiles .col-sm-9,
.category-tiles .col-md-9,
.category-tiles .col-lg-9,
.category-tiles .col-xs-10,
.category-tiles .col-sm-10,
.category-tiles .col-md-10,
.category-tiles .col-lg-10,
.category-tiles .col-xs-11,
.category-tiles .col-sm-11,
.category-tiles .col-md-11,
.category-tiles .col-lg-11,
.category-tiles .col-xs-12,
.category-tiles .col-sm-12,
.category-tiles .col-md-12,
.category-tiles .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
.category-tiles .row {
  margin-right: 0;
  margin-left: 0;
}
.category-tiles .category {
  display: block;
  position: relative;
  width: 100%;
  height: 480px;
  text-align: center;
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
  border-collapse: collapse;
}
@media only screen and (max-width: 991px) {
  .category-tiles .category {
    height: 250px;
  }
}
.category-tiles .category .inner {
  display: table;
  width: 100%;
  height: 480px;
}
@media only screen and (max-width: 991px) {
  .category-tiles .category .inner {
    height: 250px;
  }
}
.category-tiles .category .content {
  position: relative;
  z-index: 5;
  display: table-cell;
  vertical-align: middle;
  padding: 24px 15px;
}
.category-tiles .category h3 {
  font-size: 2.5em;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .category-tiles .category h3 {
    font-size: 2.25em;
  }
}
.category-tiles .category .overlay {
  position: absolute;
  z-index: 3;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-tiles .category:hover .overlay {
  background: #111111;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.category-tiles.dark-text .overlay {
  background: #fff;
}
.category-tiles.dark-text .category h3 {
  color: #000000;
}
.menu {
  display: inline-block;
  vertical-align: bottom;
  padding-top: 23px;
  padding-bottom: 16px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  text-align: left;
}
.menu ul {
     padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}

.menu ul li {
  display: block;
  float: right;
  margin: 0px 10px;
  position: relative;
}


.menu ul li:last-child a {
 border-right: 0px solid #ecebeb;
}
.menu ul li a {
  border: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0px 5px;
  border-radius: 0;
  margin: 0;
  letter-spacing: 0px;
  background-repeat: no-repeat;
  background-position: 50%;
  display: block;

  text-transform: uppercase;
  color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 15px;
  text-align: left;
}
.menu ul li .submenu {
  display: none;
  width: 140px;
  position: absolute;
  /* border: 1px solid #cecece; */
  /* background: #fff; */
  /* background: rgba(255, 255, 255, 0.97); */
  /* padding: 16px 0 20px 0; */
  /* margin-top: -1px; */
  margin-left: -12px;
  padding: 0;
  border: none;
  text-align: left;
  left: 0px;
  padding-top: 10px;
  background-color: #3e3e3e;
}
.menu ul li .submenu li {
  display: block;
  position: relative;
  padding: 0 12px;
  margin: 0;
}
.menu ul li .submenu li a {
  position: relative;
  padding: 3px 15px 3px 3px;
  font-size: 1em;
  color: #43484E;
}
.menu ul li .submenu li a i {
  font-size: 1.1em;
  top: 50%;
  margin-top: -9px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  visibility: hidden;
  -webkit-animation: fadeOut 0.3s;
  animation: fadeOut 0.3s;
}
.menu ul li .submenu li:hover a,
.menu ul li .submenu li.active a,
.menu ul li .submenu li:focus a {
  color: #43484E;
}
.menu ul li .submenu li:hover a i {
  visibility: visible;
  -webkit-animation: fadeInLeftBig 0.3s;
  animation: fadeInLeftBig 0.3s;
}
.menu ul li .submenu li .sub-submenu {
  visibility: hidden;
  top: -17px;
  right: -195px;
  width: 195px;
  position: absolute;
  border: 1px solid #cecece;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  padding: 16px 0 20px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu ul li .submenu li .sub-submenu li a {
  color: #000000;
}
.menu ul li .submenu li .sub-submenu li a:hover,
.menu ul li .submenu li .sub-submenu li.active a {
  color: #111111;
}
.menu ul li .submenu li:hover .sub-submenu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu ul li:hover .submenu {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  margin-left: 0px;
}
.transparent .menu li {
  padding: 0 5px;
}
.transparent .menu li a {
  position: relative;
  color: #fff;
  padding: 32px 5px 5px 5px;
}
.transparent .menu li a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.transparent .menu li:hover a,
.transparent .menu li.active a,
.transparent .menu li:focus a,
.transparent .menu li a:hover,
.transparent .menu li a:focus {
  color: #fff;
}
.transparent .menu li:hover a:after,
.transparent .menu li.active a:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.transparent.opaque li a {
  color: #000000;
}
.transparent.opaque li a:after {
  display: none;
}
.transparent.opaque li:hover a,
.transparent.opaque li.active a {
  color: #111111;
}
@media only screen and (max-width: 1024px) {
  .transparent.opaque li a {
    color: #000000;
  }
  .transparent.opaque li a:after {
    display: block;
  }
  .transparent.opaque li:hover a,
  .transparent.opaque li.active a {
    color: #fff;
  }
}
.ie8 .transparent .menu li a:after {
  display: none;
}
.scroller .menu {
  height: 60px;
}
.scroller .menu li {
  margin: 0 3px;
}
.scroller .menu li a {
  position: relative;
  padding: 17px 7px;
}
.scroller .menu li a:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  width: 0px;
  height: 3px;
  background: #111111;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.scroller .menu li.active a:after {
  width: 100%;
}
.mega-menu {
  display: none;
  position: absolute;
  z-index: 6;
  left: 0;
  top: 90px;
  width: 100%;
  padding: 20px 0 36px 0;
  text-align: left;
  background: #fff;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #cecece;
}
.mega-menu h4 {
  font-size: 1.25em;
  text-transform: uppercase;
}
.mega-menu p {
  margin-bottom: 16px;
}
.mega-menu a {
  display: inline-block !important;
  line-height: 1.57;
  font-size: 1em !important;
  text-decoration: none;
  padding: 0 !important;
  border-bottom: 1px solid transparent;
}
.mega-menu a:hover {
  border-bottom: 1px solid #111111;
}
.mega-menu ul {
  list-style: none;
  padding: 0;
}
.mega-menu ul li {
  display: list-item;
  line-height: 1.75;
  margin: 0;
}
.mega-menu ul li.active a {
  color: #111111 !important;
}
.mega-menu ul li a {
  color: #000000 !important;
  font-size: 1em;
  border: none !important;
}
.mega-menu ul li a:hover {
  color: #111111 !important;
}
.mega-menu table {
  width: 100%;
  margin-bottom: 16px;
  line-height: 1.75;
}
.mega-menu .img-link {
  width: 100%;
  margin-top: 10.90909091px;
  text-align: center !important;
  color: #000000 !important;
  border: none !important;
}
.mega-menu .img-link:hover,
.mega-menu .img-link.active {
  color: #111111 !important;
}
.mega-menu .img-link img {
  display: block;
  margin: 0 auto 5px auto !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.mega-menu .img-link:hover img,
.mega-menu .img-link.active img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.mega-menu .mega-submenu {
  display: none;
}
.mega-menu .mega-submenu.active {
  display: block;
}
.has-mega-menu:hover .mega-menu {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
#nav-toggle {
  /*display: none;*/
  display: block;
  position: absolute;
  z-index: 1005;
  top: 15px;
  padding: 6px 8px 6px 8px;
  cursor: pointer;
  border: 1px solid #FF161F;
  box-shadow: 0px 0px 5px #ff161f80;
  font-size: 14px;
  font-weight: 500;
  right: 15px;
}
.nav-toggle-gold {
  border: 1px solid #CCA435 !important;
  box-shadow: 0px 0px 5px #CCA43580 !important;
}
.nav-toggle-oportunidades {
  border: 1px solid #E56B16 !important;
  box-shadow: 0px 0px 5px #E56B1680 !important;
}
@media only screen and (max-width: 991px) {
  #nav-toggle {
    display: block;
    /*margin-left: 10px;*/
  }

}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  position: absolute;
  display: block;
  content: '';
  width: 32px;
  height: 2px;
  background: #FF161F;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle:hover span,
#nav-toggle:hover span:before,
#nav-toggle:hover span:after {
  background: #FF161F;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  top: 10px;
  transform: translateY(-10px) rotate(-45deg);
}
#nav-toggle.active:hover span:before,
#nav-toggle.active:hover span:after {
  background: #FF161F;
}
.transparent #nav-toggle span,
.transparent #nav-toggle span:before,
.transparent #nav-toggle span:after {
  background: #FE0000;
}
.transparent #nav-toggle:hover span,
.transparent #nav-toggle:hover span:before,
.transparent #nav-toggle:hover span:after {
  background: #fff;
}
.transparent #nav-toggle.active span {
  background-color: transparent;
}
.scroller #nav-toggle {
  top: 18px;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}
.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  background-repeat: no-repeat;
  background-color: #fff;
}
.inner-wrap:before,
.inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 260px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #fff;
  border-right: 1px solid #FF161F;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 260px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #fff;
  border-left: 1px solid #d8d8d8;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.move-right > .inner-wrap {
  -ms-transform: translate(260px, 0);
  -webkit-transform: translate3d(260px, 0, 0);
  -moz-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  -o-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.move-left > .inner-wrap {
  -ms-transform: translate(-260px, 0);
  -webkit-transform: translate3d(-260px, 0, 0);
  -moz-transform: translate3d(-260px, 0, 0);
  -ms-transform: translate3d(-260px, 0, 0);
  -o-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-offcanvas-menu {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 1002;
}
@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap .exit-offcanvas-menu:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.no-csstransforms .left-off-canvas-menu {
  left: -260px;
}
.no-csstransforms .right-off-canvas-menu {
  right: -260px;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 260px;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 260px;
}
.mobile-navi {
  position: relative;
  width: 100%;
}
.mobile-navi .mobile-search {
  height: 80px;
  padding: 21px 15px 0 15px;
  border-bottom: 1px solid #d8d8d8;
}
.mobile-navi .mobile-search .form-control {
  padding-right: 40px;
}
.mobile-navi .mobile-search button[type=submit] {
  position: absolute;
  top: 23px;
  right: 25px;
  background: none;
  border: none;
  outline: none;
  font-size: 1.5em;
}
.mobile-navi .mobile-search button[type=submit] i {
  display: inline-block;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.mobile-navi .mobile-search button[type=submit]:hover i {
  color: #111111;
}
.mobile-navi a {
  font-size: 0.9em;
  color: #4D4D4D;
  text-decoration: none;
  font-weight: 500;
}
.mobile-navi a:hover,
.mobile-navi a:focus {
  color: #111111;
}
.mobile-navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-navi ul li {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.mobile-navi ul li a {
  display: block;
  padding: 10px 45px 10px 15px;
  border-bottom: 1px solid #FF161F;
  font-size: 16px;
}
.mobile-navi ul li.current a {
  color: #111111;
}
.mobile-navi ul li span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 47px;
  color: #000000;
  font-family: FontAwesome;
  text-align: center;
  font-size: 1.3em;
  padding-top: 9px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-navi ul li span:before {
  content: "\f107";
}
.mobile-navi ul li span:hover {
  color: #111111;
}
.mobile-navi ul li.active > span {
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-navi ul li ul.submenu {
  max-height: 0px;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.mobile-navi ul li ul.submenu.open {
  max-height: 1000px;
}
.mobile-navi ul li ul.submenu li {
  overflow: hidden;
}
.mobile-navi ul li ul.submenu li a {
  color: #000;
  font-size: 1em;
  padding: 7px 42px 7px 30px;
  background-color: #fff;
}
.mobile-navi ul li ul.submenu li a:hover,
.mobile-navi ul li ul.submenu li a:focus {
  color: #fff;
  background-color: #3FBF60;
}
.mobile-navi ul li ul.submenu li.current a {
  color: #111111;
}
.mobile-navi ul li ul.submenu li span {
  top: 0;
  width: 45px;
  height: 40px;
  font-size: 1.1em;
  padding-top: 7px;
}
.mobile-navi ul li ul.submenu li ul.sub-submenu {
  max-height: 0px;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
.mobile-navi ul li ul.submenu li ul.sub-submenu.open {
  max-height: 400px;
}
.mobile-navi ul li ul.submenu li ul.sub-submenu li a {
  color: #000000;
  font-size: 0.875em;
  padding: 5px 42px 5px 15px;
}
.mobile-navi ul li ul.submenu li ul.sub-submenu li a:hover,
.mobile-navi ul li ul.submenu li ul.sub-submenu li a:focus {
  color: #111111;
}
.mobile-navi ul li ul.submenu li ul.sub-submenu li.current a {
  color: #111111;
}
.mobile-navi .buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-navi .buttons li {
  display: block;
  float: left;
  width: 50%;
  border-top: 1px solid #d8d8d8;
}
.mobile-navi .buttons li:first-child {
  border-right: 1px solid #d8d8d8;
}
.mobile-navi .buttons li a {
  display: block;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
}
.mobile-navi .buttons li a i {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.2em;
  font-style: normal;
  vertical-align: middle;
  margin-left: 7px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.mobile-navi .buttons li a i:before {
  content: "\f107";
}
.mobile-navi .buttons li.active a i {
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-navi .buttons li ul {
  display: block;
  width: 100%;
}
.mobile-navi .buttons li ul li {
  width: 100%;
  float: none;
  border-right: none;
}
.mobile-navi .buttons li ul li:first-child {
  border-right: none;
  border-top: none;
}
.mobile-navi .buttons li ul li a {
  text-transform: uppercase;
  border: none;
}
.mobile-navi .buttons li.lang,
.mobile-navi .buttons li.currency {
  border-top: none;
  border-left: 1px solid #d8d8d8;
}
.mobile-navi .buttons li.lang > a.non-active,
.mobile-navi .buttons li.currency > a.non-active {
  border-bottom: 1px solid #d8d8d8;
}
.mobile-navi .buttons li.currency {
  margin-left: -1px;
}
.mobile-navi .buttons li.lang a,
.mobile-navi .buttons li.currency a {
  padding: 10px 5px 6px 5px;
  text-transform: uppercase;
  font-size: 0.95em;
  border-bottom: none;
}
.mobile-navi .buttons li.lang > a,
.mobile-navi .buttons li.currency > a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.mobile-navi .buttons li.lang.active > a,
.mobile-navi .buttons li.currency.active > a {
  border-bottom: 1px solid #d8d8d8;
}
.mobile-navi .buttons:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.mobile-navi .user {
  width: 100%;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.mobile-navi .user a {
  display: block;
  padding: 12px 5px;
  text-align: center;
}
.mobile-navi .user a i {
  margin-right: 10px;
}
.footer {
  z-index: 1;
  width: 100%;
  padding: 0px 0 0 0;
  bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .footer {
    text-align: center;
  }
}
.footer h3 {
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
}
.footer .featured-post,
.footer .features,
.footer .contacts {
  margin-bottom: 24px;
}
.footer .featured-post h4,
.footer .features h4,
.footer .contacts h4,
.footer .featured-post h5,
.footer .features h5,
.footer .contacts h5 {
  margin-bottom: 7.2px;
}
.footer .featured-post h4 a,
.footer .features h4 a,
.footer .contacts h4 a,
.footer .featured-post h5 a,
.footer .features h5 a,
.footer .contacts h5 a {
  color: #000000;
  text-decoration: none;
}
.footer .featured-post h4 a:hover,
.footer .features h4 a:hover,
.footer .contacts h4 a:hover,
.footer .featured-post h5 a:hover,
.footer .features h5 a:hover,
.footer .contacts h5 a:hover {
  color: #111111;
}
.footer .featured-post .devider,
.footer .features .devider,
.footer .contacts .devider {
  display: block;
  width: 50px;
  height: 1px;
  background: #000000;
}
@media only screen and (max-width: 768px) {
  .footer .featured-post .devider,
  .footer .features .devider,
  .footer .contacts .devider {
    margin: auto;
  }
}
.footer .featured-post .meta,
.footer .features .meta,
.footer .contacts .meta {
  margin-top: 4.8px;
  font-size: 0.875em;
}
.footer .featured-post .meta .left,
.footer .features .meta .left,
.footer .contacts .meta .left,
.footer .featured-post .meta .right,
.footer .features .meta .right,
.footer .contacts .meta .right {
  float: left;
}
@media only screen and (max-width: 1200px) {
  .footer .featured-post .meta .left,
  .footer .features .meta .left,
  .footer .contacts .meta .left,
  .footer .featured-post .meta .right,
  .footer .features .meta .right,
  .footer .contacts .meta .right {
    float: none;
    width: 100% !important;
  }
}
.footer .featured-post .meta .left,
.footer .features .meta .left,
.footer .contacts .meta .left {
  width: 65%;
}
.footer .featured-post .meta .right,
.footer .features .meta .right,
.footer .contacts .meta .right {
  width: 35%;
}
.footer .featured-post .meta a,
.footer .features .meta a,
.footer .contacts .meta a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.footer .featured-post .meta a:hover,
.footer .features .meta a:hover,
.footer .contacts .meta a:hover {
  color: #111111;
  border-bottom: 1px solid #111111;
}
.footer .featured-post .meta span,
.footer .features .meta span,
.footer .contacts .meta span {
  margin-right: 4px;
  margin-bottom: 4px;
}
.footer .featured-post h4,
.footer .featured-post h5 {
  margin-bottom: 6px;
}
.footer .features {
  margin-bottom: 12px;
}
.footer .features h4,
.footer .features h5 {
  margin-bottom: 4.8px;
  font-weight: normal;
}
.footer .features .group {
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .footer .features .pull-left {
    float: none;
    text-align: center;
    width: 100%;
  }
}
.footer .features p {
  font-size: 0.875em;
}
.footer .features i,
.footer .features .icon {
  padding-top: 5px;
  font-size: 3.2em;
  margin: 0 18px 5px -4px;
}
@media only screen and (max-width: 768px) {
  .footer .features i,
  .footer .features .icon {
    margin-left: 20px;
  }
}
.footer .contacts h4,
.footer .contacts h5 {
  font-weight: bold;
  margin-bottom: 4.8px;
}
.footer .contacts p {
  margin-bottom: 13.33333333px;
}
.footer .contacts .social-bar a {
  text-decoration: none;
  font-size: 2em;
  margin: 10px 18px 10px 0;
}
.footer .contacts .social-bar a:hover {
  color: #CCC8C7;
}
.footer .subscribe {
  max-width: 400px;
  margin: 10px auto 16px auto;
}
.footer .subscribe form .form-control {
  float: left;
  width: 84%;
}
@media only screen and (max-width: 1200px) {
  .footer .subscribe form .form-control {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .footer .subscribe form .form-control {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .footer .subscribe form .form-control {
    width: 83%;
  }
}
@media only screen and (max-width: 360px) {
  .footer .subscribe form .form-control {
    width: 82%;
  }
}
.footer .subscribe form button[type=submit] {
  float: right;
  width: 40px;
  height: 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #111111;
  border: none;
  color: #fff;
  font-size: 1.3em;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.footer .subscribe form button[type=submit]:hover {
  background: #CCC8C7;
}
.footer .subscribe form:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.footer .copyright {
  background: #e1e4e6;
  text-align: center;
  padding: 16px 0;
}
.footer .copyright p {
  margin-bottom: 0;
  font-size: 0.875em;
}
.footer .copyright p a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #000000;
}
.footer .copyright p a:hover {
  color: #111111;
  border-bottom: 1px solid #111111;
}
.catalog-grid .badge {
  display: block;
  position: absolute;
  z-index: 1;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px;
  left: 0px;
  top: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.catalog-grid .badge.sale {
  background: #111111;
}
.catalog-grid .badge.out {
  background: #d1d1d1;
}
.catalog-grid .item {
  width: 100%;
  max-width: 360px;
  position: relative;
  overflow: hidden;
}
.catalog-grid .item .delete {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  width: 26px;
  height: 27px;
  font-size: 1.2em;
  background: #fff;
  text-align: center;
  cursor: pointer;
  color: #000000;
  transition: color 0.3s;
}
.catalog-grid .item .delete:hover {
  color: #cc3333;
}
.catalog-grid .item .thumb {
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
.catalog-grid .item h3 {
  font-size: 1em;
  margin-bottom: 2.4px;
}
.catalog-grid .item p {
  font-weight: 300;
  margin-bottom: 0;
  color: #000000;
}
.catalog-grid .item .overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background: #f2f4f5;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.catalog-grid .item .description {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  visibility: visible;
}
.catalog-grid .item .description.hide {
  visibility: hidden;
}
.catalog-grid .item .share-opts {
  width: 100%;
  position: absolute;
  z-index: 3;
  height: 52px;
  text-align: center;
  left: 0;
  margin-top: -26px;
  padding: 0 15px;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-grid .item .share-opts a {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.3em;
  margin: 5px;
  padding-top: 5px;
}
.catalog-grid .item .share-opts a.facebook {
  background: #3b5998;
}
.catalog-grid .item .share-opts a.facebook:hover {
  background: #2d4373;
}
.catalog-grid .item .share-opts a.twitter {
  background: #00aced;
}
.catalog-grid .item .share-opts a.twitter:hover {
  background: #0087ba;
}
.catalog-grid .item .share-opts a.google-plus {
  background: #dd4b39;
}
.catalog-grid .item .share-opts a.google-plus:hover {
  background: #c23321;
}
.catalog-grid .item .share-opts a.mail {
  background: #111111;
}
.catalog-grid .item .share-opts a.mail:hover {
  background: #CCC8C7;
}
.catalog-grid .item .share-opts.show {
  display: block;
}
.catalog-grid .item footer {
  position: relative;
}
.catalog-grid .item footer .price {
  display: block;
  position: absolute;
  top: 50%;
  font-size: 1.875em;
  font-weight: 300;
  margin-top: -22px;
}
.catalog-grid .item footer .tools {
  text-align: right;
}
.catalog-grid .item footer .tools a {
  display: inline-block;
  vertical-align: middle;
  color: #b2b2b2;
  text-decoration: none;
  text-align: center;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 5px;
}
.catalog-grid .item footer .tools a i {
  font-size: 0.8em;
}
.catalog-grid .item footer .tools a:hover,
.catalog-grid .item footer .tools a.share-btn.active {
  background: #111111;
  border-color: #111111;
  color: #fff;
}
.catalog-grid .item footer .tools a.add-cart {
  background: #111111;
  border-color: #111111;
  color: #fff;
  font-size: 0.875em;
  text-transform: uppercase;
}
.catalog-grid .item footer .tools a.add-cart i {
  font-size: 1.1em;
}
.catalog-grid .item footer .tools a.add-cart:hover {
  background: #CCC8C7;
}
.catalog-grid .item:hover .overlay {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.catalog-grid .item:hover .badge {
  opacity: 0;
  filter: alpha(opacity=0);
}
.catalog-grid.type-1 .item {
  margin: 12px auto;
}
.catalog-grid.type-1 .item .description {
  padding: 36px 15px 16px 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.catalog-grid.type-1 .item .share-opts {
  top: 42%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.catalog-grid.type-1 .item footer {
  width: 200%;
  padding: 13.33333333px 0;
  right: 0;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
.catalog-grid.type-1 .item footer .info,
.catalog-grid.type-1 .item footer .tools {
  width: 50%;
}
.catalog-grid.type-1 .item footer .info {
  position: relative;
}
.catalog-grid.type-1 .item footer .tools {
  width: 100%;
  position: absolute;
  padding-right: 11%;
  right: 0;
  top: 50%;
  margin-top: -16px;
}
.catalog-grid.type-1 .item footer .tools a {
  padding: 3px 14px;
}
.catalog-grid.type-1 .item footer .tools a.add-cart {
  padding: 4px 14px;
}
@media only screen and (max-width: 1200px) {
  .catalog-grid.type-1 .item footer .tools {
    padding-right: 13%;
  }
}
@media only screen and (max-width: 360px) {
  .catalog-grid.type-1 .item footer .tools {
    padding-right: 14%;
  }
}
.catalog-grid.type-1 .item footer h3,
.catalog-grid.type-1 .item footer p {
  width: 78%;
}
@media only screen and (max-width: 1200px) {
  .catalog-grid.type-1 .item footer h3,
  .catalog-grid.type-1 .item footer p {
    width: 74%;
  }
}
@media only screen and (max-width: 360px) {
  .catalog-grid.type-1 .item footer h3,
  .catalog-grid.type-1 .item footer p {
    width: 72%;
  }
}
.catalog-grid.type-1 .item footer p {
  font-size: 0.875em;
  font-weight: normal;
  color: #111111;
}
.catalog-grid.type-1 .item footer .price {
  right: 0;
}
.catalog-grid.type-1 .item footer:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.catalog-grid.type-1 .item:hover .description,
.catalog-grid.type-1 .item:hover .share-opts {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.catalog-grid.type-1 .item:hover footer {
  right: 78%;
}
@media only screen and (max-width: 1200px) {
  .catalog-grid.type-1 .item:hover footer {
    right: 74%;
  }
}
@media only screen and (max-width: 360px) {
  .catalog-grid.type-1 .item:hover footer {
    right: 72%;
  }
}
.catalog-grid.type-2 .item {
  margin: 16px auto;
}
.catalog-grid.type-2 .item .description {
  padding: 24px 15px 16px 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  .catalog-grid.type-2 .item p {
    line-height: 1.5;
  }
}
.catalog-grid.type-2 .item .share-opts {
  top: 48%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-grid.type-2 .item footer {
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 20px;
  padding: 0 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.catalog-grid.type-2 .item footer .tools a {
  padding: 3px 11px;
}
.catalog-grid.type-2 .item footer .tools a.add-cart {
  padding: 4px 11px;
}
.catalog-grid.type-2 .item:hover footer,
.catalog-grid.type-2 .item:hover .share-opts,
.catalog-grid.type-2 .item:hover .description {
  opacity: 1;
  filter: alpha(opacity=100);
}
.catalog-grid.type-2 .item:hover .share-opts {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.catalog-grid.grid-sm .item {
  font-size: 80%;
}
@media only screen and (max-width: 1200px) {
  .catalog-grid.grid-sm .item {
    margin: 12px auto;
  }
}
.catalog-grid.grid-sm .item footer .price {
  padding-top: 5px;
}
.catalog-grid.grid-sm .item .share-opts a {
  width: 38px;
  height: 38px;
  padding-top: 7px;
}
@media only screen and (max-width: 1200px) {
  .catalog-grid.grid-sm .item {
    font-size: 100%;
  }
  .catalog-grid.grid-sm .item .share-opts a {
    width: 42px;
    height: 42px;
    padding-top: 5px;
  }
  .catalog-grid.grid-sm .item footer .price {
    padding-top: 0;
  }
}
.catalog-grid.grid-sm.type-1 .item {
  margin: 8px auto;
  font-size: 85%;
}
.catalog-grid.grid-sm.type-1 .item footer .info h3 {
  font-size: 1.125em;
}
.catalog-grid.grid-sm.type-1 .item footer .info p {
  font-size: 1em;
}
.catalog-grid.grid-sm.type-1 .item footer .price {
  padding-top: 2px;
}
.catalog-grid.grid-sm.type-1 .item footer .tools {
  padding-right: 12.5%;
}
@media only screen and (max-width: 1200px) {
  .catalog-grid.grid-sm.type-1 .item {
    font-size: 100%;
  }
  .catalog-grid.grid-sm.type-1 .item footer .info h3 {
    font-size: 1em;
  }
  .catalog-grid.grid-sm.type-1 .item footer .info p {
    font-size: 0.875em;
  }
  .catalog-grid.grid-sm.type-1 .item footer .price {
    padding-top: 0;
  }
  .catalog-grid.grid-sm.type-1 .item footer .tools {
    padding-right: 11%;
  }
}
@media only screen and (max-width: 360px) {
  .catalog-grid.grid-sm.type-1 .item footer .tools {
    padding-right: 13%;
  }
}
.catalog-grid.grid-sm.type-1 .item:hover footer {
  right: 75%;
}
@media only screen and (max-width: 1200px) {
  .catalog-grid.grid-sm.type-1 .item:hover footer {
    right: 78%;
  }
}
@media only screen and (max-width: 360px) {
  .catalog-grid.grid-sm.type-1 .item:hover footer {
    right: 74%;
  }
}
.catalog-list {
  margin-top: 12px;
}
.catalog-list .item {
  margin-bottom: 48px;
}
.catalog-list .item .thumb {
  display: block;
  position: relative;
  max-width: 360px;
  margin: 0 auto 20px auto;
}
.catalog-list .item .thumb img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.catalog-list .item .thumb img:first-child {
  position: relative;
}
.catalog-list .item .thumb img.active {
  z-index: 3;
}
.catalog-list .item h3 {
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 16px;
  border-bottom: 1px solid #cecece;
}
.catalog-list .item h3 a {
  color: #000000;
  text-decoration: none;
}
.catalog-list .item h3 a:hover {
  color: #111111;
}
.catalog-list .item p {
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {

  .catalog-list .item h3,
  .catalog-list .item p {
    text-align: center;
  }
}
.catalog-list .item .description {
  border-bottom: 1px solid #cecece;
}
.catalog-list .item footer {
  margin-top: 24px;
}
.catalog-list .item footer h4 {
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}
.catalog-list .item footer .price {
  display: block;
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 16px;
}
.catalog-list .item footer .tools a {
  display: inline-block;
  vertical-align: middle;
  color: #b2b2b2;
  text-decoration: none;
  text-align: center;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 15px;
  margin-right: 8px;
}
.catalog-list .item footer .tools a i {
  font-size: 0.8em;
}
.catalog-list .item footer .tools a:hover,
.catalog-list .item footer .tools a.share-btn.active {
  background: #111111;
  border-color: #111111;
  color: #fff;
}
.catalog-list .item footer .tools a.add-cart {
  background: #111111;
  border-color: #111111;
  color: #fff;
  font-size: 0.875em;
  text-transform: uppercase;
  padding: 5px 15px;
}
.catalog-list .item footer .tools a.add-cart i {
  font-size: 1.1em;
}
.catalog-list .item footer .tools a.add-cart:hover {
  background: #CCC8C7;
}
@media only screen and (max-width: 768px) {
  .catalog-list .item {
    text-align: center;
  }
}
.shopping-cart header {
  padding: 0 15px 8px 15px;
}
.shopping-cart header h4 {
  text-transform: uppercase;
  text-align: center;
}
.shopping-cart .item {
  position: relative;
  width: 100%;
  border: 1px solid #cecece;
  padding: 24px 15px 13.33333333px 15px;
  margin-bottom: 24px;
}
.shopping-cart .item .delete {
  width: 28px;
  height: 28px;
  text-align: center;
  position: absolute;
  font-size: 1.25em;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #000000;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shopping-cart .item .delete:hover {
  color: #cc3333;
}
.shopping-cart .item .thumb {
  float: left;
  margin-right: 25px;
}
.shopping-cart .item .details {
  float: left;
}
.shopping-cart .item .details a {
  color: #000000;
  text-decoration: none;
}
.shopping-cart .item .details a:hover {
  color: #111111;
}
.shopping-cart .item .price {
  width: 100%;
  font-size: 1.875em;
  font-weight: 300;
  text-align: center;
  margin-top: 38.4px;
}
.shopping-cart .qnt-count {
  width: 110px;
  margin: 48px auto 0 auto;
  padding-left: 10px;
}
.shopping-cart .qnt-count .incr-btn {
  display: block;
  float: left;
  background: #e7ecee;
  color: #000000;
  width: 21px;
  height: 28px;
  padding-top: 6px;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.shopping-cart .qnt-count .incr-btn:hover {
  color: #fff;
  background: #111111;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
}
.shopping-cart .qnt-count .incr-btn.inactive {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.shopping-cart .qnt-count .incr-btn.inactive:hover {
  background: #e7ecee;
  color: #000000;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.shopping-cart .qnt-count .quantity {
  display: block;
  float: left;
  width: 50px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  border: none;
  background: none;
  outline: none;
}
.shopping-cart .qnt-count:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.color-switcher {
  margin-bottom: 12px;
}
.color-switcher h4 {
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}
.color-switcher .color {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 4px 0 0 4px;
  margin-right: 3px;
  -webkit-box-shadow: inset 1px 2px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 1px 2px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 2px 6px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.color-switcher .color span {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.color-switcher .color.current {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.color-switcher .color.current span {
  width: 28px;
  height: 28px;
}
.color-switcher .color.current:before {
  display: block;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 0.6em;
  top: 8px;
  left: 9px;
}
.ie .color-switcher .color {
  border: 1px solid #cecece;
}
.size-switcher {
  margin-bottom: 12px;
}
.size-switcher h4 {
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}
.size-switcher label {
  position: relative;
  width: 36px;
  cursor: pointer;
  margin: 0 5px 10px 0;
}
.size-switcher label span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 7px;
  left: 0;
  color: #b2b2b2;
  font-weight: normal;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.size-switcher .iradio {
  display: block;
  float: left;
  *display: inline;
  margin: 4px 9px 0 0;
  padding: 0;
  width: 36px;
  height: 28px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cecece;
  color: #cecece;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.size-switcher .iradio.checked {
  background: #111111;
  border-color: #111111;
}
.size-switcher .iradio.checked + span {
  color: #fff;
}
.sp-tools h4 {
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}
.sp-tools .qnt-count {
  width: 100%;
  margin-bottom: 20px;
}
.sp-tools .qnt-count .incr-btn {
  display: block;
  float: left;
  background: #e7ecee;
  color: #000000;
  width: 21px;
  height: 28px;
  padding-top: 6px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sp-tools .qnt-count .incr-btn:hover {
  color: #fff;
  background: #111111;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
}
.sp-tools .qnt-count .incr-btn.inactive {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.sp-tools .qnt-count .incr-btn.inactive:hover {
  background: #e7ecee;
  color: #000000;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.sp-tools .qnt-count .quantity {
  display: block;
  float: left;
  width: 35px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  border: none;
  background: none;
  outline: none;
}
.sp-tools .qnt-count label {
  float: left;
  width: 105px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.875em;
  padding: 2px 8px 0 0;
}
.sp-tools .qnt-count:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.sp-tools .price {
  font-weight: 300;
  line-height: 0.8;
  font-size: 2em;
  margin-bottom: 20px;
}
.info-tile-radio {
  display: table;
  width: 100%;
  text-align: center;
}
.info-tile-radio .tile {
  display: inline-block;
  position: relative;
  min-width: 152px;
  cursor: pointer;
  padding: 15px 15px 10px 15px;
  margin: 0 18px 18px 18px;
}
.info-tile-radio .tile label {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  background: #fff;
  text-align: center;
  font-size: 1.25em;
  font-weight: normal;
  color: #000000;
}
.info-tile-radio .tile label span {
  display: block;
  margin-top: 12px;
  font-size: 0.8em;
  line-height: 1.6;
}
.info-tile-radio .tile label span.pricing {
  font-weight: bold;
  color: #111111;
  font-size: 1em;
}
.info-tile-radio .tile .iradio {
  position: absolute;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cecece;
  color: #cecece;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.info-tile-radio .tile .iradio.checked {
  border: 2px solid #111111;
}
.tracking-page .heading {
  margin-bottom: 28.8px;
}
.tracking-page h4 {
  margin-bottom: 8px;
}
.tracking-page p {
  margin-bottom: 16px;
}
.tracking-page .package {
  text-align: center;
  margin: 12px 0;
}
.tracking-page .package img {
  display: block;
  margin: 0 auto 12px auto;
}
@media only screen and (max-width: 768px) {
  .tracking-page aside {
    text-align: center;
  }
}
.tracking-timeline {
  margin: 72px 0;
}
.tracking-timeline .timeline {
  margin-bottom: 24px;
}
.tracking-timeline .timeline .checkpoint {
  position: relative;
  float: left;
  width: 20%;
  height: 10px;
  background: #e5e5e5;
}
.tracking-timeline .timeline .checkpoint.last {
  background: none;
}
.tracking-timeline .timeline .checkpoint span {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -8px;
  left: -2px;
  background: #e5e5e5;
}
.tracking-timeline .timeline .checkpoint span:after {
  display: block;
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  top: 4px;
  left: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #bfbfbf;
}
.tracking-timeline .timeline .checkpoint span.active {
  background: #111111;
}
.tracking-timeline .timeline .checkpoint span.active:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  color: #fff;
  font-size: 0.8em;
  width: auto;
  height: auto;
  top: 4px;
  left: 6px;
  background: none;
}
.tracking-timeline .timeline .checkpoint.active {
  background: #111111;
}
.tracking-timeline .timeline:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.tracking-timeline .labels div {
  float: left;
  width: 20%;
}
.tracking-timeline .labels div i {
  display: none;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  .tracking-timeline .labels div span {
    display: none;
  }
  .tracking-timeline .labels div i {
    display: block;
  }
}
.tracking-timeline .labels:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.deliv-method {
  text-align: center;
  margin-bottom: 36px;
}
.deliv-method h4 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}
.deliv-method .icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
.deliv-method .icon:before,
.deliv-method .icon:after {
  display: block;
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 5em;
}
.deliv-method .icon:before {
  color: #111111;
  z-index: 2;
}
.deliv-method .icon:after {
  color: #dbdbdb;
  z-index: 1;
}
.deliv-method .icon.air-transport:before,
.deliv-method .icon.air-transport:after {
  content: '\f072';
}
.deliv-method .icon.air-transport:after {
  right: 13px;
  top: 5px;
}
.deliv-method .icon.ground-transport:before,
.deliv-method .icon.ground-transport:after {
  content: '\f0d1';
}
.deliv-method .icon.ground-transport:after {
  right: -5px;
  top: 3px;
}
.deliv-method .icon.sea-transport:before,
.deliv-method .icon.sea-transport:after {
  content: '\f13d';
  font-size: 4.5em;
}
.deliv-method .icon.sea-transport:after {
  right: 3px;
  top: 3px;
}
.shop-history {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.shop-history .container-fluid {
  padding: 0;
}
.shop-history .container-fluid .row {
  margin: 0;
}
.shop-history .container-fluid .column {
  padding: 0;
  border-left: 1px solid #cecece;
}
.shop-history .container-fluid .column:first-child {
  border-left: none;
}
@media only screen and (max-width: 991px) {
  .shop-history .container-fluid .column {
    border-left: none;
  }
}
.shop-history .preview {
  position: relative;
  width: 100%;
  max-width: 670px;
  margin: auto;
  padding: 24px 0 16px 0;
}
@media only screen and (max-width: 991px) {
  .shop-history .preview {
    padding: 0;
  }
}
.shop-history .preview img {
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 1;
  opacity: 0;
  border-style: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.shop-history .preview img:first-child {
  position: relative;
  top: 0;
}
.shop-history .preview img.active {
  z-index: 5;
  opacity: 1;
}
.shop-history .panel-group {
  margin-bottom: 0;
}
.shop-history .panel-group .panel {
  border-top: 1px solid #cecece;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
}
.shop-history .panel-group .panel:first-child {
  border-top: none;
}
@media only screen and (max-width: 991px) {
  .shop-history .panel-group .panel:first-child {
    border-top: 1px solid #cecece;
  }
}
.shop-history .panel-group .panel .panel-heading {
  position: relative;
  padding: 64.8px 25px 36px 20px;
}
@media only screen and (max-width: 768px) {
  .shop-history .panel-group .panel .panel-heading {
    padding: 64.8px 15px 24px 15px;
  }
}
.shop-history .panel-group .panel .panel-heading .panel-title {
  width: 70%;
  font-size: 1em;
}
.shop-history .panel-group .panel .panel-heading .panel-title h3 {
  font-size: 1.875em;
}
@media only screen and (max-width: 768px) {
  .shop-history .panel-group .panel .panel-heading .panel-title h3 {
    font-size: 1.6875em;
  }
}
.shop-history .panel-group .panel .panel-heading .panel-title h3 a {
  font-size: 1em;
  font-weight: 300;
  cursor: default;
}
.shop-history .panel-group .panel .panel-heading .panel-title h3 a:hover {
  color: #111111;
}
.shop-history .panel-group .panel .panel-heading .panel-title h3 a.collapsed {
  cursor: pointer;
}
.shop-history .panel-group .panel .panel-heading .panel-title h4 {
  text-transform: uppercase;
  color: #b2b2b2;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .shop-history .panel-group .panel .panel-heading .panel-title h4 {
    font-size: 1.125em;
  }
}
.shop-history .panel-group .panel .panel-heading .badge {
  position: absolute;
  top: 24px;
  left: -1px;
  font-size: 0.875em;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 24px;
  background: #000000;
}
.shop-history .panel-group .panel .panel-heading .badge.warning {
  background: #ffce00;
}
.shop-history .panel-group .panel .panel-heading .badge.primary {
  background: #111111;
}
@media only screen and (max-width: 768px) {
  .shop-history .panel-group .panel .panel-heading .badge {
    padding: 7px 15px;
  }
}
.shop-history .panel-group .panel .panel-heading .price {
  width: 20%;
  position: absolute;
  font-size: 2.5em;
  font-weight: 300;
  right: 25px;
  padding-top: 22px;
}
@media only screen and (max-width: 768px) {
  .shop-history .panel-group .panel .panel-heading .price {
    width: 25%;
    font-size: 2em;
    text-align: right;
  }
}
@media only screen and (max-width: 480px) {
  .shop-history .panel-group .panel .panel-heading .price {
    width: 30%;
    text-align: right;
  }
}
.shop-history .panel-group .panel .panel-body {
  border: none;
  padding: 0 25px 24px 20px;
}
.shop-history .panel-group .panel .panel-body h4,
.shop-history .panel-group .panel .panel-body h5 {
  font-weight: bold;
}
.shop-history .panel-group .panel .panel-body h5 {
  margin-bottom: 0;
}
.shop-history .panel-group .panel .panel-body p {
  margin-bottom: 12px;
}
.shop-history .panel-group .panel .panel-body table {
  width: 100%;
  margin-bottom: 24px;
}
.shop-history .panel-group .panel .panel-body table td {
  padding: 6px 10px 6px 0;
}
.shop-history .panel-group .panel .panel-body table td.product {
  width: 36%;
}
.shop-history .panel-group .panel .panel-body table td.quantity {
  width: 18%;
}
.shop-history .panel-group .panel .panel-body table td.shipping {
  width: 16%;
}
.shop-history .panel-group .panel .panel-body table td.subtotal {
  width: 15%;
}
.shop-history .panel-group .panel .panel-body table td.total {
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .shop-history .panel-group .panel .panel-body table td.product {
    width: 36%;
  }
  .shop-history .panel-group .panel .panel-body table td.quantity {
    width: 23%;
  }
  .shop-history .panel-group .panel .panel-body table td.shipping {
    width: 21%;
  }
  .shop-history .panel-group .panel .panel-body table td.subtotal {
    width: 0%;
  }
  .shop-history .panel-group .panel .panel-body table td.total {
    width: 21%;
  }
}
.paypal-btn {
  display: block;
  width: 200px;
  height: 40px;
  background: url(../img/paypal-btn.png) no-repeat;
  margin: auto;
}
.ie .card-wrapper {
  display: none;
}
.recent-post,
.blog .list-view .post,
.search-results .post {
  margin-bottom: 24px;
}
.recent-post h3,
.blog .list-view .post h3,
.search-results .post h3,
.recent-post h4,
.blog .list-view .post h4,
.search-results .post h4,
.recent-post h5,
.blog .list-view .post h5,
.search-results .post h5 {
  margin-bottom: 7.2px;
}
.recent-post h3 a,
.blog .list-view .post h3 a,
.search-results .post h3 a,
.recent-post h4 a,
.blog .list-view .post h4 a,
.search-results .post h4 a,
.recent-post h5 a,
.blog .list-view .post h5 a,
.search-results .post h5 a {
  color: #000000;
  text-decoration: none;
}
.recent-post h3 a:hover,
.blog .list-view .post h3 a:hover,
.search-results .post h3 a:hover,
.recent-post h4 a:hover,
.blog .list-view .post h4 a:hover,
.search-results .post h4 a:hover,
.recent-post h5 a:hover,
.blog .list-view .post h5 a:hover,
.search-results .post h5 a:hover {
  color: #111111;
}
.recent-post p,
.blog .list-view .post p,
.search-results .post p {
  margin-bottom: 12px;
}
.recent-post .devider,
.blog .list-view .post .devider,
.search-results .post .devider {
  display: block;
  width: 50px;
  height: 1px;
  background: #000000;
  margin-bottom: 9.6px;
}
.recent-post .meta,
.blog .list-view .post .meta,
.search-results .post .meta {
  margin-top: 4.8px;
  font-size: 0.875em;
}
.recent-post .meta .left,
.blog .list-view .post .meta .left,
.search-results .post .meta .left,
.recent-post .meta .right,
.blog .list-view .post .meta .right,
.search-results .post .meta .right {
  float: left;
}
@media only screen and (max-width: 1200px) {
  .recent-post .meta .left,
  .blog .list-view .post .meta .left,
  .search-results .post .meta .left,
  .recent-post .meta .right,
  .blog .list-view .post .meta .right,
  .search-results .post .meta .right {
    float: none;
    width: 100% !important;
    text-align: left !important;
  }
}
.recent-post .meta .left,
.blog .list-view .post .meta .left,
.search-results .post .meta .left {
  width: 65%;
}
.recent-post .meta .right,
.blog .list-view .post .meta .right,
.search-results .post .meta .right {
  width: 35%;
  text-align: right;
}
.recent-post .meta a,
.blog .list-view .post .meta a,
.search-results .post .meta a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.recent-post .meta a:hover,
.blog .list-view .post .meta a:hover,
.search-results .post .meta a:hover {
  color: #111111;
  border-bottom: 1px solid #111111;
}
.recent-post .meta span,
.blog .list-view .post .meta span,
.search-results .post .meta span {
  margin-right: 5px;
  margin-bottom: 5px;
}
.blog .list-view .post,
.search-results .list-view .post {
  margin-bottom: 24px;
}
.blog .list-view .post .featured-img,
.search-results .list-view .post .featured-img {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 16px auto;
  text-decoration: none;
}
.blog .list-view .post .featured-img img,
.search-results .list-view .post .featured-img img {
  margin: auto;
}
.blog .list-view .post .meta,
.search-results .list-view .post .meta {
  font-size: 1em;
}
.blog .list-view .post h3,
.search-results .list-view .post h3 {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .blog .list-view,
  .search-results .list-view {
    text-align: center;
  }
  .blog .list-view .post,
  .search-results .list-view .post {
    margin-bottom: 36px;
  }
  .blog .list-view .post .devider,
  .search-results .list-view .post .devider {
    margin-left: auto;
    margin-right: auto;
  }
  .blog .list-view .post .meta .left,
  .search-results .list-view .post .meta .left,
  .blog .list-view .post .meta .right,
  .search-results .list-view .post .meta .right {
    text-align: center !important;
  }
}
.blog .grid-view .post,
.search-results .grid-view .post {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 30px auto;
}
.blog .grid-view .post .featured-img,
.search-results .grid-view .post .featured-img {
  position: relative;
  overflow: hidden;
}
.blog .grid-view .post .featured-img .meta,
.search-results .grid-view .post .featured-img .meta {
  position: absolute;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  background: #111111;
  background: rgba(68, 137, 86, 0.8);
  left: 0;
  bottom: -45px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog .grid-view .post .featured-img .meta a,
.search-results .grid-view .post .featured-img .meta a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog .grid-view .post .featured-img .meta a i,
.search-results .grid-view .post .featured-img .meta a i {
  font-size: 1.1em;
  margin-right: 8px;
}
.blog .grid-view .post .featured-img .meta a:hover,
.search-results .grid-view .post .featured-img .meta a:hover {
  opacity: 0.7;
}
.blog .grid-view .post .featured-img:hover .meta,
.search-results .grid-view .post .featured-img:hover .meta {
  bottom: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog .grid-view .post footer,
.search-results .grid-view .post footer {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  padding: 16px 15px;
}
.blog .grid-view .post h3,
.search-results .grid-view .post h3 {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 4.8px;
}
.blog .grid-view .post h3 a,
.search-results .grid-view .post h3 a {
  color: #000000;
  text-decoration: none;
}
.blog .grid-view .post h3 a:hover,
.search-results .grid-view .post h3 a:hover {
  color: #111111;
}
.blog .grid-view .post p,
.search-results .grid-view .post p {
  margin-bottom: 16px;
}
.blog .grid-view .post .devider,
.search-results .grid-view .post .devider {
  display: block;
  width: 50px;
  height: 1px;
  background: #000000;
  margin-bottom: 9.6px;
}
.blog .grid-view .post .taxonomy a,
.search-results .grid-view .post .taxonomy a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.blog .grid-view .post .taxonomy a:hover,
.search-results .grid-view .post .taxonomy a:hover {
  color: #111111;
  border-bottom: 1px solid #111111;
}
.post-controls {
  width: 100%;
}
.post-controls .next-post,
.post-controls .prev-post {
  display: block;
  top: 5px;
  text-decoration: none;
}
.post-controls .next-post i,
.post-controls .prev-post i {
  font-size: 1.4em;
  padding-top: 1px;
}
.post-controls .next-post:hover,
.post-controls .prev-post:hover {
  color: #CCC8C7;
}
.post-controls .prev-post {
  float: left;
  margin-left: 10px;
}
.post-controls .prev-post i {
  margin-right: 8px;
  float: left;
}
.post-controls .next-post {
  float: right;
  margin-right: 10px;
}
.post-controls .next-post i {
  margin-left: 8px;
  float: right;
}
.post-controls:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.post-title {
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 15px;
  line-height: 1.2;
  border-bottom: 1px solid #cecece;
}
.block-devider {
  border-bottom: 1px solid #cecece;
  margin-bottom: 21.6px;
}
.post-meta {
  border-top: 1px solid #cecece;
  padding-top: 16px;
}
.post-meta .taxonomy {
  float: left;
  margin-bottom: 15px;
}
.post-meta .taxonomy a {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}
.post-meta .taxonomy a:hover {
  border-bottom: 1px solid #111111;
}
.post-meta .taxonomy span {
  margin: 0 5px;
  color: #b2b2b2;
}
.post-meta .date {
  float: right;
  text-transform: uppercase;
  color: #b2b2b2;
  margin-left: 15px;
}
.post-meta:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.post-toolbox {
  padding: 16px 0 48px 0;
}
.post-toolbox:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media only screen and (max-width: 480px) {
  .post-toolbox {
    text-align: center;
  }
}
.post-toolbox .buttons {
  float: right;
}
@media only screen and (max-width: 480px) {
  .post-toolbox .buttons {
    float: none;
    display: table;
    margin: 24px auto 0 auto;
  }
}
.post-toolbox .buttons a {
  display: inline-block;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #b2b2b2;
  text-decoration: none;
  text-align: center;
  border: 1px solid #b2b2b2;
  margin-left: 20px;
  padding-top: 13px;
}
.post-toolbox .buttons a i {
  font-size: 1.4em;
}
.post-toolbox .buttons a:hover {
  color: #fff;
  background: #111111;
  border: 1px solid #111111;
}
@media only screen and (max-width: 480px) {
  .post-toolbox .buttons a:first-child {
    margin-left: 0;
  }
}
.archive-list {
  width: 100%;
  list-style: none;
  padding: 0;
}
.archive-list li {
  display: block;
  border-bottom: 1px solid #e1e4e6;
  padding-bottom: 2px;
}
.archive-list li a {
  float: left;
  font-size: 1.25em;
  text-decoration: none;
}
.archive-list li a:hover {
  color: #CCC8C7;
}
.archive-list li span {
  text-transform: uppercase;
  color: #868686;
  float: right;
  margin-top: 4px;
  margin-left: 15px;
}
.archive-list li:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media only screen and (max-width: 768px) {
  .archive-list {
    text-align: center;
  }
  .archive-list li a,
  .archive-list li span {
    float: none;
  }
  .archive-list li span {
    display: block;
  }
}
.sidebar {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding-bottom: 1px;
}
@media only screen and (max-width: 991px) {
  .sidebar {
    margin-top: 24px;
    border-top: 1px solid #cecece;
    padding-top: 24px;
  }
}
.sidebar:before {
  position: absolute;
  content: '';
  width: 1px;
  min-height: 100%;
  background: #cecece;
}
@media only screen and (max-width: 991px) {
  .sidebar:before {
    display: none;
  }
}
.sidebar.no-devider:before {
  display: none;
}
.sidebar.no-devider.right {
  padding-left: 10px !important;
}
@media only screen and (max-width: 991px) {
  .sidebar.no-devider.right {
    padding-left: 0 !important;
  }
}
.sidebar.no-devider.left {
  padding-right: 10px !important;
}
@media only screen and (max-width: 991px) {
  .sidebar.no-devider.left {
    padding-right: 0 !important;
  }
}
.sidebar.right {
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .sidebar.right {
    padding-left: 0;
  }
}
.sidebar.right:before {
  top: 0;
  left: 0;
}
.sidebar.left {
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .sidebar.left {
    padding-right: 0;
  }
}
.sidebar.left:before {
  top: 0;
  right: 0;
}
.sidebar .widget {
  margin-bottom: 24px;
}
.sidebar .widget:last-child {
  margin-bottom: 12px;
}
.sidebar .widget h3 {
  font-size: 1.25em;
  font-weight: bold;
}
.sidebar .widget.featured-posts .post {
  margin-bottom: 12px;
}
.sidebar .widget.featured-posts .post h4,
.sidebar .widget.featured-posts .post h5 {
  margin-bottom: 4.8px;
}
.sidebar .widget.featured-posts .post h4 a,
.sidebar .widget.featured-posts .post h5 a {
  color: #000000;
  text-decoration: none;
}
.sidebar .widget.featured-posts .post h4 a:hover,
.sidebar .widget.featured-posts .post h5 a:hover {
  color: #111111;
}
.sidebar .widget.featured-posts .post .devider {
  display: block;
  width: 50px;
  height: 1px;
  background: #000000;
}
@media only screen and (max-width: 768px) {
  .sidebar .widget.featured-posts .post .devider {
    margin: auto;
  }
}
.sidebar .widget.featured-posts .post .meta {
  margin-top: 4.8px;
  font-size: 0.875em;
}
.sidebar .widget.featured-posts .post .meta .left,
.sidebar .widget.featured-posts .post .meta .right {
  float: left;
}
.sidebar .widget.featured-posts .post .meta .left {
  width: 65%;
}
.sidebar .widget.featured-posts .post .meta .right {
  width: 35%;
}
.sidebar .widget.featured-posts .post .meta a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.sidebar .widget.featured-posts .post .meta a:hover {
  color: #111111;
  border-bottom: 1px solid #111111;
}
.sidebar .widget.featured-posts .post .meta span {
  margin-right: 4px;
  margin-bottom: 4px;
}
.sidebar .widget.categories .category {
  margin-bottom: 8px;
}
.sidebar .widget.categories .category .cat-icon {
  float: left;
  margin-right: 15px;
  font-size: 2.8em;
}
.sidebar .widget.categories .category .cat-text {
  float: left;
}
.sidebar .widget.categories .category .cat-text h4 {
  margin: 5px 0 3.6px 0;
  font-size: 1em;
}
.sidebar .widget.categories .category .cat-text h4 a {
  text-decoration: none;
  color: #000000;
}
.sidebar .widget.categories .category .cat-text h4 a:hover {
  color: #111111;
}
.sidebar .widget.categories .category .cat-text p {
  font-size: 0.875em;
  margin-bottom: 0;
}
.sidebar .widget.categories .category:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.sidebar .widget.search form {
  position: relative;
}
.sidebar .widget.search form .form-control {
  padding-right: 45px;
}
.sidebar .widget.search form button[type=submit] {
  position: absolute;
  top: 3px;
  right: 12px;
  background: none;
  border: none;
  outline: none;
  font-size: 1.5em;
}
.sidebar .widget.search form button[type=submit] i {
  display: inline-block;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.sidebar .widget.search form button[type=submit]:hover i {
  color: #111111;
}
.sidebar .widget.subscribe form .form-control {
  float: left;
  width: 82%;
}
@media only screen and (max-width: 1200px) {
  .sidebar .widget.subscribe form .form-control {
    width: 78%;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar .widget.subscribe form .form-control {
    width: 85%;
  }
}
@media only screen and (max-width: 360px) {
  .sidebar .widget.subscribe form .form-control {
    width: 80%;
  }
}
.sidebar .widget.subscribe form button[type=submit] {
  float: right;
  width: 40px;
  height: 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #111111;
  border: none;
  color: #fff;
  font-size: 1.3em;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.sidebar .widget.subscribe form button[type=submit]:hover {
  background: #CCC8C7;
}
.sidebar .widget.subscribe form:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.sidebar .widget.shop-categories h3,
.sidebar .widget.shop-links h3 {
  font-weight: normal;
  font-size: 1.125em;
  margin-bottom: 10px;
}
.sidebar .widget.shop-categories a,
.sidebar .widget.shop-links a {
  color: #000000;
  text-decoration: none;
}
.sidebar .widget.shop-categories a:hover,
.sidebar .widget.shop-links a:hover {
  color: #111111;
}
.sidebar .widget.shop-categories ul,
.sidebar .widget.shop-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .widget.shop-categories ul li,
.sidebar .widget.shop-links ul li {
  margin-bottom: 3px;
}
.sidebar .widget.shop-categories .all a,
.sidebar .widget.shop-links .all a {
  color: #111111;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.sidebar .widget.shop-categories .all a:hover,
.sidebar .widget.shop-links .all a:hover {
  border-color: #111111;
}
.sidebar .widget.shop-categories .category,
.sidebar .widget.shop-links .category {
  margin-bottom: 20px;
}
.sidebar .widget.shop-categories .category h4,
.sidebar .widget.shop-links .category h4 {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 4px;
}
.sidebar .widget.shop-links {
  border-bottom: 1px solid #cecece;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.sidebar .widget.shop-filters {
  position: relative;
  border-bottom: 1px solid #cecece;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.sidebar .widget.shop-filters h3 {
  font-weight: normal;
  font-size: 1.125em;
  margin-bottom: 10px;
  width: 60%;
}
.sidebar .widget.shop-filters .checkbox,
.sidebar .widget.shop-filters .radio {
  margin-bottom: 8px;
}
.sidebar .widget.shop-filters .clear {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 0.875em;
  color: #111111;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.sidebar .widget.shop-filters .clear:hover {
  border-bottom: 1px solid #111111;
}
.sidebar .widget.cart-content {
  padding-top: 12px;
}
.sidebar .widget.cart-content .item {
  position: relative;
  padding-bottom: 12px;
}
.sidebar .widget.cart-content .item .thumb {
  display: table;
  margin: auto;
}
.sidebar .widget.cart-content .item h4 {
  font-size: 1em;
  font-weight: bold;
}
.sidebar .widget.cart-content .item h4 a {
  color: #000000;
  text-decoration: none;
}
.sidebar .widget.cart-content .item h4 a:hover {
  color: #111111;
}
.sidebar .widget.cart-content .item .price {
  margin-top: 9.6px;
  text-transform: uppercase;
}
.sidebar .widget.cart-content .item .price span {
  color: #111111;
}
.sidebar .widget.cart-content .item .qnt-count {
  width: 100px;
  margin-top: 12px;
}
.sidebar .widget.cart-content .item .qnt-count .incr-btn {
  display: block;
  float: left;
  background: #e7ecee;
  color: #000000;
  width: 21px;
  height: 28px;
  padding-top: 6px;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sidebar .widget.cart-content .item .qnt-count .incr-btn:hover {
  color: #fff;
  background: #111111;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
}
.sidebar .widget.cart-content .item .qnt-count .incr-btn.inactive {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.sidebar .widget.cart-content .item .qnt-count .incr-btn.inactive:hover {
  background: #e7ecee;
  color: #000000;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.sidebar .widget.cart-content .item .qnt-count .quantity {
  display: block;
  float: left;
  width: 50px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  border: none;
  background: none;
  outline: none;
}
.sidebar .widget.cart-content .item .qnt-count:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.sidebar .widget.cart-content .devider {
  width: 100%;
  height: 1px;
  background: #cecece;
  margin-bottom: 17.14285714px;
}
.sidebar .widget.cart-totals table {
  width: 100%;
  border-bottom: 1px solid #cecece;
}
.sidebar .widget.cart-totals table td {
  padding-bottom: 9px;
}
.sidebar .widget.cart-totals table.total {
  border: none;
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar .widget.cart-totals table.total td {
  padding-top: 9px;
  padding-bottom: 0;
}
.sidebar .widget.coupone-field .promo-code .form-control {
  float: left;
  width: 62%;
}
@media only screen and (max-width: 1200px) {
  .sidebar .widget.coupone-field .promo-code .form-control {
    width: 55%;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar .widget.coupone-field .promo-code .form-control {
    width: 72%;
  }
}
@media only screen and (max-width: 360px) {
  .sidebar .widget.coupone-field .promo-code .form-control {
    width: 65%;
  }
}
.sidebar .widget.coupone-field .promo-code .btn {
  float: right;
  padding: 5px 18px !important;
  margin-right: 0 !important;
}
.sidebar .widget.coupone-field .promo-code .btn.disabled {
  color: #3f4040 !important;
}
.sidebar .widget .btn-block {
  margin: 16px 0 12px 0 !important;
}
.sidebar .widget p {
  margin-bottom: 12px;
}
.sidebar-button {
  display: none;
  position: fixed;
  z-index: 10;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  background: #111111;
  left: 10px;
  bottom: 10px;
  padding-top: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-button:hover {
  color: #fff;
  background: #CCC8C7;
}
@media only screen and (max-width: 991px) {
  .sidebar-button {
    display: block;
  }
}
.specialty-page-bg {
  position: fixed;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.05;
  filter: alpha(opacity=5);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .specialty-page-bg {
    position: absolute;
  }
}
.ie .specialty-page-bg {
  position: absolute;
}
.specialty-page {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 84px 0 96px 0;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .specialty-page {
    padding: 67.2px 0;
  }
}
.specialty-page .error-numb {
  font-size: 8em;
  color: #111111;
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and (max-width: 480px) {
  .specialty-page .error-numb {
    font-size: 6.5em;
  }
}
.specialty-page .error-numb span {
  display: inline-block;
  margin-top: -8px;
  vertical-align: top;
  font-size: 1.2em;
}
.specialty-page .ep-search {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 48px auto 24px auto;
}
.specialty-page .ep-search .form-control {
  float: left;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .specialty-page .ep-search .form-control {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .specialty-page .ep-search .form-control {
    width: 58%;
  }
}
.specialty-page .ep-search .btn {
  float: right;
}
.specialty-page .page-heading {
  margin-bottom: 36px;
}
.sp-form {
  height: 80px;
  padding: 21px 15px 0 15px;
}
.sp-form .form-control {
  padding-right: 40px;
}
.sp-form button[type=submit] {
  position: absolute;
  top: 23px;
  right: 40px;
  background: none;
  border: none;
  outline: none;
  font-size: 1.5em;
}
.sp-form button[type=submit] i {
  display: inline-block;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.sp-form button[type=submit]:hover i {
  color: #111111;
}
.big-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.big-links li a {
  text-decoration: none;
  color: #000000;
  font-size: 1.7em;
}
.big-links li a span {
  color: #111111;
  margin-left: 10px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.big-links li a:hover {
  color: #111111;
}
.big-links li a:hover span {
  color: #000000;
}
.team-member {
  width: 100%;
  text-align: center;
  margin: 0 auto 48px auto;
}
.team-member .img {
  position: relative;
  overflow: hidden;
  margin: 0 auto 16px auto;
}
.team-member .img .social-strip {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #111111;
  background: rgba(68, 137, 86, 0.8);
  text-align: center;
  padding: 10px 0;
  bottom: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-member .img .social-strip a {
  display: inline-block;
  font-size: 2em;
  color: #fff;
  margin: 0 3%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.team-member .img .social-strip a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 991px) {
  .team-member .img .social-strip a {
    font-size: 1.5em;
    margin: 0 2.5%;
  }
}
@media only screen and (max-width: 360px) {
  .team-member .img .social-strip a {
    font-size: 1.2em;
  }
}
.team-member .img:hover .social-strip {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.team-member h3,
.team-member h4,
.team-member p {
  width: 100%;
  padding: 0 15px;
  margin: auto;
}
.team-member h3 {
  font-weight: 300;
  margin-bottom: 7.2px;
}
.team-member h4 {
  text-transform: uppercase;
  margin-bottom: 7.2px;
}
.team-member .social-icons {
  margin-top: 16px;
}
.team-member .social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #111111;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 6px 3px;
  font-size: 1.2em;
  padding-top: 3px;
}
.team-member .social-icons a:hover {
  background: #CCC8C7;
}
.team-member.large {
  max-width: 520px;
}
.team-member.middle {
  max-width: 340px;
}
.team-member.middle h3 {
  font-size: 1.4em;
}
.team-member.middle h4 {
  font-size: 1em;
}
.team-member.smaller {
  max-width: 263px;
}
.team-member.smaller h3,
.team-member.smaller h4,
.team-member.smaller p {
  padding: 0;
}
.team-member.smaller h3 {
  font-size: 1.4em;
}
.team-member.smaller h4 {
  font-size: 1em;
}
.team-member-img {
  position: relative;
  width: 100%;
  max-width: 535px;
  margin-left: auto;
  margin-right: auto;
}
.team-member-img .social {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #111111;
  background: rgba(68, 137, 86, 0.8);
  text-align: center;
  padding: 10px 0;
}
.team-member-img .social a {
  display: inline-block;
  font-size: 2em;
  color: #fff;
  margin: 0 3%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.team-member-img .social a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 991px) {
  .team-member-img .social a {
    font-size: 1.5em;
    margin: 0 2.5%;
  }
}
@media only screen and (max-width: 360px) {
  .team-member-img .social a {
    font-size: 1.2em;
  }
}
.team-member-details,
.project-details {
  padding-bottom: 9.6px;
}
.team-member-details h4,
.project-details h4 {
  font-weight: bold;
}
.team-member-details h5,
.project-details h5 {
  font-weight: bold;
  margin-bottom: 4.8px;
}
.team-member-details p,
.project-details p {
  margin-bottom: 12px;
}
.team-member-details.meta .date,
.project-details.meta .date {
  float: left;
  text-transform: uppercase;
  color: #b2b2b2;
  margin-right: 15px;
}
.team-member-details.meta a,
.project-details.meta a {
  float: right;
}
.team-member-details.meta:after,
.project-details.meta:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.faq-section {
  padding-left: 15px;
  margin-bottom: 31.2px;
}
.faq-section h4 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: -15px;
}
.user-account label {
  font-weight: normal;
}
.user-account label span {
  color: #111111;
}
.user-account .text-center .btn-default2 {
  margin-left: 20px !important;
}
.user-account .navigation {
  margin-top: 40.8px;
}
.user-account h3 {
  margin-bottom: 36px;
}
.user-account .navigation h3 {
  margin-bottom: 13.33333333px;
}
.user-account .gray-bg {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media only screen and (max-width: 991px) {
  .user-account .container {
    width: 100%;
  }
  .user-account .navigation {
    margin-top: 8px;
  }
}
.account-settings fieldset:first-child {
  padding: 0 40px;
}
.account-settings .form-group {
  margin-bottom: 12px;
}
.account-settings .pass-block {
  position: relative;
  width: 100%;
  background: #e1e4e6;
  margin-top: 16px;
  padding: 20px 40px 13.33333333px 40px;
  max-height: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.account-settings .pass-block label[for="af-cur-pass"] {
  font-weight: bold;
  margin-bottom: 5px;
}
.account-settings .pass-block #af-cur-pass {
  display: block;
  font-weight: bold;
  background: none;
  border: none !important;
  font-size: 1.125em;
}
.account-settings .pass-block .edit-btn {
  position: absolute;
  top: 24px;
  right: 40px;
}
.account-settings .pass-block .close,
.account-settings .pass-block .form-group {
  display: none;
}
.account-settings .pass-block.expanded {
  background: #111111;
  max-height: 400px;
}
.account-settings .pass-block.expanded label {
  color: #fff;
}
.account-settings .pass-block.expanded label span {
  color: #000000;
}
.account-settings .pass-block.expanded label[for="af-cur-pass"],
.account-settings .pass-block.expanded #af-cur-pass,
.account-settings .pass-block.expanded .btn {
  display: none;
}
.account-settings .pass-block.expanded .form-group {
  display: block;
}
.account-settings .pass-block.expanded .form-control {
  border: 1px solid #fff;
}
.account-settings .pass-block.expanded .form-group,
.account-settings .pass-block.expanded .close {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.account-settings .pass-block.expanded .close {
  display: block;
  width: 23px;
  height: 23px;
  color: #000000;
  font-size: 1.1em;
  padding-top: 1px;
  position: absolute;
  background: #e1e4e6;
  text-align: center;
  z-index: 3;
  top: 0;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.account-settings .pass-block.expanded .close:hover {
  background: #fff;
  color: #111111;
}
.account-settings .pass-block.expanded .close .fa-angle-left {
  margin-left: -2px;
}
.account-settings .user-avatar {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  margin: 12px auto 0 auto;
}
.account-settings .user-avatar .user-img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.account-settings .user-avatar .user-img.removed {
  visibility: hidden;
  opacity: 0;
}
.account-settings .user-avatar .avatar {
  position: relative;
  z-index: 1;
}
.account-settings .user-avatar .upload {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  background: #111111;
  background: rgba(68, 137, 86, 0.8);
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  font-size: 1.125em;
  color: #fff;
  bottom: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.account-settings .user-avatar .upload i {
  font-size: 2em;
  vertical-align: middle;
  margin-right: 15px;
}
.account-settings .user-avatar .upload span,
.account-settings .user-avatar .upload i {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.account-settings .user-avatar .upload:hover span,
.account-settings .user-avatar .upload:hover i {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.account-settings .user-avatar .delete {
  display: block;
  width: 38px;
  height: 38px;
  color: #000000;
  padding-top: 1px;
  position: absolute;
  background: #e1e4e6;
  text-align: center;
  padding-top: 3px;
  z-index: 3;
  top: -30px;
  right: -30px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.account-settings .user-avatar .delete:before,
.account-settings .user-avatar .delete:after {
  font-family: 'FontAwesome';
  font-size: 1.4em;
}
.account-settings .user-avatar .delete:before {
  content: "\f105";
}
.account-settings .user-avatar .delete:after {
  content: "\f104";
  margin-left: -3px;
}
.account-settings .user-avatar .delete:hover {
  background: #111111;
  background: rgba(68, 137, 86, 0.8);
  color: #fff;
}
.account-settings .user-avatar:hover .upload {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.account-settings .user-avatar:hover .delete {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  right: 0;
}
.hidden-form {
  display: none;
}
.hidden-form.active {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
#adress-settings {
  display: block;
}
#adress-settings.hidden {
  display: none;
}
.schedule table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
}
.schedule table th {
  text-align: center;
  border: none;
  border-right: 1px solid #e0e0e0;
  padding: 12px 0;
}
.schedule table th.day {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .schedule table th.day {
    font-size: 0.875em;
    text-transform: uppercase;
  }
  .schedule table th.day span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .schedule table th {
    font-size: 0.875em;
  }
}
.schedule table td {
  position: relative;
  padding: 12px 0;
  border: none;
  border-right: 1px solid #e0e0e0;
}
@media only screen and (max-width: 480px) {
  .schedule table {
    font-size: 50%;
  }
}
.schedule .event {
  display: block;
  width: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #111111;
  outline: none;
  color: #fff;
  vertical-align: bottom;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.schedule .event span {
  display: block;
  font-size: 0.875em;
  text-transform: none;
  margin-top: 5px;
}
.schedule .event::before,
.schedule .event::after {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.schedule .event::before {
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
  padding: 1.8em 1.5em 1em 1.5em;
  width: 200%;
  height: 200%;
  background: #111111;
  color: #fff;
  color: transparent;
  text-transform: none;
  font-size: 1.125em;
  font-weight: 300;
  content: attr(data-description);
  white-space: pre-wrap;
  word-break: break-all;
  line-height: 1.4;
  opacity: 0;
  -webkit-transition: opacity 0.3s, color 0.3s, -webkit-transform 0.3s, background-position 0.2s;
  transition: opacity 0.3s, color 0.3s, transform 0.3s, background-position 0.2s;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  pointer-events: auto;
}
.schedule .event:hover,
.schedule .event:focus {
  color: #111111;
  background: transparent;
}
.schedule .event:hover::before,
.schedule .event:focus::before {
  color: #fff;
  opacity: 1;
  -webkit-transition-delay: 0s, 0s, 0s, 0.1s;
  transition-delay: 0s, 0s, 0s, 0.1s;
  -webkit-transform: scale(1) translateY(-75%);
  transform: scale(1) translateY(-75%);
}
.button-demo button {
  margin-bottom: 10px !important;
}
.icons-demo {
  text-align: center;
}
.icons-demo span {
  font-size: 3.7em;
  margin: 15px;
}
.icons-demo span.icon-alt {
  margin: 10px 6px;
  font-size: 2em;
}
.coming-soon-tile {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 360px;
  min-height: 100%;
  background: #111111;
  text-align: center;
  color: #fff;
  padding-top: 50px;
  cursor: default;
}
.coming-soon-tile span {
  font-size: 4em;
  line-height: 1;
}
.coming-soon-tile p {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .coming-soon-tile {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .coming-soon-tile {
    padding-top: 90px;
  }
}
.ms-partialview-template .ms-slide-info {
  text-align: center;
  padding-top: 16px;
  width: 100%;
}
.ms-partialview-template .ms-slide-info h3 {
  font-weight: 100;
  margin-bottom: 7px;
  color: #6c6c6c;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: none;
}
.ms-partialview-template .ms-slide-info h4 {
  text-transform: uppercase;
  margin-bottom: 7px;
  color: #8C1B1F;
}
.ms-partialview-template .ms-slide-info p {
  max-width: 700px;
  margin: 6px auto 0 auto;
}
.ms-partialview-template.fullwidth h3 {
  text-transform: uppercase;
}
/* Layers */
.ms-layer.video-title {
  color: #fff;
  font-weight: 600;
  font-size: 42px;
  margin: 0px;
  letter-spacing: 0px;
}
.ms-layer.video-title.video-top-title {
  font-size: 16px;
  color: gray;
}
.ms-layer.video-title.video-sub-title {
  font-size: 22px;
  font-weight: 300;
}
.ms-dis-slider-cont {
  position: relative;
  padding: 3.2% 8.5% 24%;
  max-width: 612px;
}
.ms-dis-slider-cont .ms-view {
  background-color: #17171a;
}
.ms-display-cont {
  max-width: 614px;
  position: relative;
  margin: 0 auto;
}
.ms-display-bg {
  max-width: 100%;
  position: absolute;
}
.ms-display-template .ms-nav-prev,
.ms-display-template .ms-nav-next {
  background: url(../img/ms-display/skin.png) no-repeat -11px -9px;
  width: 35px;
  height: 40px;
  left: -80px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.ms-display-template .ms-nav-next {
  background-position: -59px -9px;
  right: -80px;
  left: auto;
}
.ms-display-template .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: -50%;
  right: 50%;
  width: 100px;
}
.ms-display-template .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-display-template .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(../img/ms-display/skin.png) no-repeat -112px -25px;
  margin: 4px;
}
.ms-display-template .ms-bullet-selected {
  background-position: -143px -25px;
}
.master-slider {
  -moz-transform: translate3d(0, 0, 1px);
}
.ms-staff-carousel {
  max-width: 880px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.ms-staff-carousel .ms-view {
  overflow: visible;
  background-color: transparent;
}
.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
  background: url(../img/arrows.png) #ffffff no-repeat -7px -57px;
  width: 35px;
  height: 40px;
  left: -35px;
  margin-top: -17px;
  box-shadow: 0px 1px 0px 0px #bebebe;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.ms-staff-carousel .ms-nav-next {
  background-position: -6px -7px;
  right: -35px;
  left: auto;
}
.ms-staff-carousel .ms-staff-info {
  text-align: center;
  max-width: 600px;
  margin-top: 30px;
  min-height: 260px;
}
.ms-staff-carousel .ms-staff-info h3 {
  font-weight: 300;
  margin-bottom: 7px;
}
.ms-staff-carousel .ms-staff-info h4 {
  text-transform: uppercase;
  margin-bottom: 7px;
}
.ms-staff-carousel .ms-staff-info p {
  max-width: 600px;
  margin: auto;
  margin-bottom: 12px;
}
.ms-staff-carousel .ms-staff-info .ms-socials a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #111111;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 6px 3px;
  font-size: 1.2em;
  padding-top: 3px;
}
.ms-staff-carousel .ms-staff-info .ms-socials a:hover {
  background: #CCC8C7;
}
.ms-skin-default .ms-caption {
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px !important;
  background: #111111;
  background: rgba(68, 137, 86, 0.75);
}
.ms-showcase .master-slider,
.ms-container,
.ms-view {
  -moz-transform: translate3d(0, 0, 1px);
  position: relative;
}
.ms-showcase .ms-view {
  background: transparent;
}
.ms-showcase .ms-layer.product-title {
  margin: 0;
  font-size: 1.25em;
  color: #000000;
  font-weight: 300;
  text-transform: uppercase;
}
.ms-showcase .ms-skin-default .ms-tooltip-cont {
  width: 250px;
}
.ms-showcase .ms-layer.product-subtitle {
  font-size: 1em;
}
.ms-showcase .product-desc {
  font-size: 0.8em;
  width: 30%;
}
.ms-showcase .product-tt {
  font-size: 0.8em;
  padding: 5px;
  color: #000000;
}
.ms-showcase .product-tt h3 {
  font-size: 1.125em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-weight: 400;
}
.ms-showcase .ms-layer.product-price {
  font-size: 20pt;
  font-weight: 600;
  color: #111111;
}
.ms-showcase .ms-nav-next,
.ms-showcase .ms-nav-prev {
  z-index: 40;
}
@media only screen and (max-width: 768px) {
  .ms-showcase .ms-nav-next,
  .ms-showcase .ms-nav-prev {
    display: none;
  }
}
.sp-slider .ms-view {
  background: transparent;
}
.sp-slider .ms-thumb-list {
  height: 90px !important;
}
.sp-slider .ms-thumb-frame {
  padding: 0px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.sp-slider .ms-thumb-frame.ms-thumb-frame-selected {
  border: 1px solid #cecece;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
   /* padding-left: 0 !important;*/
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.panel1   .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
      padding-bottom: 0px;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
      padding-bottom: 50px;
}
#owl-demo-testemunhos .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
      padding-bottom: 30px;
}
#owl-demo-destaques1 .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
      padding-bottom: 0px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}


.owl-carousel .owl-item {
  position: relative;
  padding: 0px 15px;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel1  .owl-carousel .owl-item {
padding: 0;
display: none;
}
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.logo-carousel {
  max-width: 1170px;
  margin: 0px auto;
}
.logo-carousel:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.logo-carousel a {
  display: block;
  float: left;
  opacity: 0.80;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  -webkit-backface-visibility: hidden;
}
.logo-carousel a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.package-carousel {
  position: relative;
  width: 100%;
  max-width: 1070px;
  margin: auto;
}
.package-carousel .product {
  display: block;
  position: relative;
  float: left;
  width: 29%;
}
.package-carousel .product img {
  display: block;
  max-width: 220px;
}
.package-carousel .plus,
.package-carousel .equal {
  position: absolute;
  z-index: 5;
  font-size: 2.5em;
  color: #000000;
  top: 50%;
  margin-top: -20px;
}
.package-carousel .plus {
  right: 35px;
}
.package-carousel .equal {
  left: -43px;
}
@media only screen and (max-width: 1200px) {
  .package-carousel .plus {
    right: 20px;
  }
}
.package-carousel .package {
  position: relative;
  display: block;
  width: 42%;
  float: left;
}
.package-carousel .package img {
  display: block;
  margin: auto;
  max-width: 385px;
}
@media only screen and (max-width: 991px) {
  .package-carousel .product {
    width: 50%;
  }
  .package-carousel .product img {
    margin: auto;
  }
  .package-carousel .plus {
    left: 100%;
    margin-left: -12px;
  }
  .package-carousel .package {
    width: 100%;
    padding-top: 10px;
  }
  .package-carousel .package img {
    margin: auto;
  }
  .package-carousel .equal {
    top: -16px;
    left: 50%;
    margin-top: 0;
    margin-left: -12px;
  }
}
.package-carousel footer {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.package-carousel .price,
.package-carousel .discount {
  width: 100%;
  display: inline;
  font-size: 1.875em;
  margin: 10px 6px;
}
.package-carousel .discount {
  font-weight: 300;
  color: #b2b2b2;
  text-decoration: line-through;
}
.package-carousel .owl-prev,
.package-carousel .owl-next {
  position: absolute;
  top: 33%;
  width: 22px;
  height: 42px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1060px) {
  .package-carousel .owl-prev,
  .package-carousel .owl-next {
    display: none !important;
  }
}
.package-carousel .owl-prev:hover,
.package-carousel .owl-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.package-carousel .owl-prev div,
.package-carousel .owl-next div {
  position: absolute;
  width: 28px;
  height: 3px;
  background: #111111;
  -webkit-backface-visibility: hidden;
}
.package-carousel .owl-prev div.arr01,
.package-carousel .owl-next div.arr01 {
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.package-carousel .owl-prev div.arr02,
.package-carousel .owl-next div.arr02 {
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 20px;
}
.package-carousel .owl-prev div.arr03,
.package-carousel .owl-next div.arr03 {
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.package-carousel .owl-prev div.arr04,
.package-carousel .owl-next div.arr04 {
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 20px;
}
.package-carousel .owl-prev {
  left: -35px;
}
.package-carousel .owl-next {
  right: -35px;
}
.nav-tabs {
  display: block;
  width: 100%;
  list-style: none;
  text-align: left;
  border: none;
  padding-left: 0;
  margin-bottom: 0;
}
.nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0px 20px 0px 0px;
  background-color: transparent;
}

.nav-tabs li a {
  display: block;
  position: relative;
  text-decoration: none;
  border: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: none !important;
  background: none !important;
    color: #575757;
  font-family: Ubuntu;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  padding: 0;
  line-height: 50px;
}
.nav-tabs li a span {
  font-weight: bold;
  margin-right: 10px;
  color: #0B1E34;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.nav-tabs li a:after {
}
.nav-tabs li a:hover {
  border: none;
  text-decoration: none;
  color: rgb(193 85 0);
}
.nav-tabs li a:hover span {
  color: #fff;
}
.nav-tabs li.active{
  background-color: transparent;
  border-bottom: 2px solid rgb(193 85 0);
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  border: none !important;
  background: none !important;
  color: rgb(193 85 0) !important;
  font-weight: 500;

}
.nav-tabs li.active a span,
.nav-tabs li.active a:hover span,
.nav-tabs li.active a:focus span {
  color: #0B1E34;
}
.nav-tabs li.active a:after,
.nav-tabs li.active a:hover:after,
.nav-tabs li.active a:focus:after {
  width: 100%;
}
.nav-tabs.left {
  padding-left: 15px;
  text-align: left;
}
.nav-tabs.left li:first-child {
  margin-left: 0;
}
.nav-tabs.right {
  padding-right: 15px;
  text-align: right;
}
.nav-tabs.right li:last-child {
  margin-right: 0;
}
.nav-tabs.vertical {
  text-align: left;
  padding: 15px 0 0 0;
}
.nav-tabs.vertical li {
  display: block;
  margin: 0 20px 10px 20px;
}
.nav-tabs.vertical li a {
  font-size: 1.25em;
  color: #000000;
  padding: 0;
}
.nav-tabs.vertical li a:after {
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  width: 2px;
  max-height: 0px;
  min-height: 0px;
  background: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-tabs.vertical li a:hover {
  color: #111111;
}
.nav-tabs.vertical li.active a,
.nav-tabs.vertical li.active a:hover,
.nav-tabs.vertical li.active a:focus {
  color: #111111 !important;
}
.nav-tabs.vertical li.active a:after,
.nav-tabs.vertical li.active a:hover:after,
.nav-tabs.vertical li.active a:focus:after {
  width: 2px;
  max-height: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 991px) {
  .nav-tabs.vertical {
    text-align: center;
  }
  .nav-tabs.vertical li {
    display: inline-block;
    margin: 0px 15px 5px 15px;
  }
  .nav-tabs.vertical li a {
    padding: 6px;
  }
  .nav-tabs.vertical li a:after {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0px;
    height: 2px;
    max-height: none;
    min-height: none;
  }
  .nav-tabs.vertical li.active a:after,
  .nav-tabs.vertical li.active a:hover:after,
  .nav-tabs.vertical li.active a:focus:after {
    width: 100%;
    max-height: inherit;
    min-height: inherit;
  }
}
@media only screen and (max-width: 991px) and only screen and (max-width: 768px) {
  .nav-tabs.vertical li {
    margin: 0px 10px 5px 10px;
  }
}
.image-tabs .nav-tabs {
  padding: 0;
}
.image-tabs .nav-tabs li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
}
@media only screen and (max-width: 480px) {
  .image-tabs .nav-tabs li {
    width: 50%;
  }
}
.image-tabs .nav-tabs li a {
  display: block;
  margin: 0;
  padding: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.image-tabs .nav-tabs li a:after {
  display: none;
}
.image-tabs .nav-tabs li:hover a,
.image-tabs .nav-tabs li:focus a,
.image-tabs .nav-tabs li.active a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.image-tabs .nav-tabs:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.image-tabs .tab-content {
  background: #000000;
}
.panel {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
}
.panel .panel-heading {
  padding-bottom: 0;
  padding-top: 0;
}
.panel .panel-heading a {
  text-decoration: none;
  font-weight: bold;
}
.panel .panel-heading a.collapsed {
  color: #000000;
}
.panel .panel-heading a:hover {
  color: #111111;
}
.panel-default,
.panel-primary,
.panel-danger,
.panel-success,
.panel-warning,
.panel-info {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.panel-default .panel-heading,
.panel-primary .panel-heading,
.panel-danger .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading,
.panel-info .panel-heading {
  position: relative;
}
.panel-default .panel-heading .panel-title,
.panel-primary .panel-heading .panel-title,
.panel-danger .panel-heading .panel-title,
.panel-success .panel-heading .panel-title,
.panel-warning .panel-heading .panel-title,
.panel-info .panel-heading .panel-title {
  font-size: 1.25em;
  margin-bottom: 0px;
  color: #fff;
}
.panel-default .panel-heading .panel-title a,
.panel-primary .panel-heading .panel-title a,
.panel-danger .panel-heading .panel-title a,
.panel-success .panel-heading .panel-title a,
.panel-warning .panel-heading .panel-title a,
.panel-info .panel-heading .panel-title a {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  color: #fff;
}
.panel-default .panel-heading .panel-title a:after,
.panel-primary .panel-heading .panel-title a:after,
.panel-danger .panel-heading .panel-title a:after,
.panel-success .panel-heading .panel-title a:after,
.panel-warning .panel-heading .panel-title a:after,
.panel-info .panel-heading .panel-title a:after {
  display: block;
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f106';
  font-size: 1.2em;
  color: #fff;
  top: 50%;
  right: 0px;
  margin-top: -17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-default .panel-heading .panel-title a:hover,
.panel-primary .panel-heading .panel-title a:hover,
.panel-danger .panel-heading .panel-title a:hover,
.panel-success .panel-heading .panel-title a:hover,
.panel-warning .panel-heading .panel-title a:hover,
.panel-info .panel-heading .panel-title a:hover,
.panel-default .panel-heading .panel-title a:focus,
.panel-primary .panel-heading .panel-title a:focus,
.panel-danger .panel-heading .panel-title a:focus,
.panel-success .panel-heading .panel-title a:focus,
.panel-warning .panel-heading .panel-title a:focus,
.panel-info .panel-heading .panel-title a:focus,
.panel-default .panel-heading .panel-title a.collapsed,
.panel-primary .panel-heading .panel-title a.collapsed,
.panel-danger .panel-heading .panel-title a.collapsed,
.panel-success .panel-heading .panel-title a.collapsed,
.panel-warning .panel-heading .panel-title a.collapsed,
.panel-info .panel-heading .panel-title a.collapsed {
  color: #fff;
}
.panel-default .panel-heading .panel-title a.collapsed:after,
.panel-primary .panel-heading .panel-title a.collapsed:after,
.panel-danger .panel-heading .panel-title a.collapsed:after,
.panel-success .panel-heading .panel-title a.collapsed:after,
.panel-warning .panel-heading .panel-title a.collapsed:after,
.panel-info .panel-heading .panel-title a.collapsed:after {
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-default .panel-body,
.panel-primary .panel-body,
.panel-danger .panel-body,
.panel-success .panel-body,
.panel-warning .panel-body,
.panel-info .panel-body {
  border: 1px solid #F5F5F5 !important;
  border-top: none !important;
  background: #fff;
  padding-top: 24px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
.panel-default .panel-body p:last-child,
.panel-primary .panel-body p:last-child,
.panel-danger .panel-body p:last-child,
.panel-success .panel-body p:last-child,
.panel-warning .panel-body p:last-child,
.panel-info .panel-body p:last-child {
  margin-bottom: 12px;
}
.panel-default.static .panel-title,
.panel-primary.static .panel-title,
.panel-danger.static .panel-title,
.panel-success.static .panel-title,
.panel-warning.static .panel-title,
.panel-info.static .panel-title {
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel-default.static .panel-body,
.panel-primary.static .panel-body,
.panel-danger.static .panel-body,
.panel-success.static .panel-body,
.panel-warning.static .panel-body,
.panel-info.static .panel-body {
  padding-top: 16px;
}
.panel-default.static .panel-body p:last-child,
.panel-primary.static .panel-body p:last-child,
.panel-danger.static .panel-body p:last-child,
.panel-success.static .panel-body p:last-child,
.panel-warning.static .panel-body p:last-child,
.panel-info.static .panel-body p:last-child {
  margin-bottom: 8px;
}
.panel-default .panel-heading {
  background: #F5F5F5;
}
.panel-default .panel-heading .panel-title {
  color: #000000;
}
.panel-default .panel-heading .panel-title a {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}
.panel-default .panel-heading .panel-title a:hover,
.panel-default .panel-heading .panel-title a:focus,
.panel-default .panel-heading .panel-title a.collapsed {
  color: #000000;
}
.panel-default .panel-heading .panel-title a:after {
  color: #000000;
}
.panel-primary .panel-heading {
  background: #111111;
}
.panel-success .panel-heading {
  background: #5cb85c;
}
.panel-info .panel-heading {
  background: #5bc0de;
}
.panel-danger .panel-heading {
  background: #cc3333;
}
.panel-warning .panel-heading {
  background: #ffce00;
}
.google-map {
  width: 100%;
  border-top: 1px solid #e1e4e6;
  border-bottom: 1px solid #e1e4e6;
}
.google-map #map-canvas {
  height: 100%;
}
.google-map.h-550 {
  height: 550px;
}
@media only screen and (max-width: 991px) {
  .google-map.h-550 {
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .google-map.h-550 {
    height: 250px;
  }
}
.google-map.h-350 {
  height: 350px;
}
@media only screen and (max-width: 480px) {
  .google-map.h-350 {
    height: 250px;
  }
}
.google-map.h-250 {
  height: 250px;
}
.info-box {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #cacaca;
  padding: 20px 0;
  text-align: center;
}
.info-box h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .info-box h3 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .info-box h3 {
    font-size: 1.25em;
  }
}
.info-box .btn {
  margin-top: 16px;
  padding: 10px 30px !important;
  font-size: 1.125em !important;
  text-transform: none;
}
.info-box.gray {
  background: #f2f4f5;
}
.info-box.gray h3 {
  color: #000000 !important;
}
.info-box.dark {
  background: #000000;
}
.info-box.primary {
  background: #111111;
}
.info-box.success {
  background: #5cb85c;
}
.info-box.info {
  background: #5bc0de;
}
.info-box.warning {
  background: #ffce00;
}
.info-box.danger {
  background: #cc3333;
}
.info-banner {
  width: 100%;
  padding: 72px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.info-banner .box {
  width: 100%;
  max-width: 770px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  padding: 48px 20px;
  margin: auto;
  text-align: center;
}
.parallax .info-banner {
  background-attachment: fixed;
}
.info-string {
  width: 100%;
  background: #111111;
  color: #fff;
  text-align: center;
}
.info-string .inner {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding: 10px 40px 10px 10px;
}
.info-string p {
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 0;
}
.info-string .close {
  float: none;
  position: absolute;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  font-weight: 300;
  right: 25px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.info-string .close:hover {
  opacity: .7;
}
.pricing-plan {
  width: 100%;
  padding: 36px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
}
.pricing-plan.type-1 {
  background: #e7ecee;
}
.pricing-plan.type-1 h3 {
  font-size: 2.5em;
}
.pricing-plan.type-1 h4 {
  font-size: 1.875em;
  font-weight: 300;
  margin-bottom: 24px;
}
.pricing-plan.type-1 h4 span {
  font-weight: normal;
}
.pricing-plan.type-1 p {
  font-size: 1.25em;
  margin-bottom: 36px;
}
.pricing-plan.type-1 .btn {
  text-transform: none;
  font-size: 1.125em !important;
}
.pricing-plan.type-1.dark {
  background: #373f41;
}
.pricing-plan.type-1.dark h3,
.pricing-plan.type-1.dark h4,
.pricing-plan.type-1.dark p {
  color: #fff;
}
.pricing-plan.type-2 {
  background: #e7ecee;
  border: 1px solid #cecece;
  padding: 0;
}
.pricing-plan.type-2 header {
  background: #373f41;
  padding: 33.6px 25px 20px 25px;
}
.pricing-plan.type-2 header h3 {
  font-size: 2.5em;
  font-weight: 300;
  color: #fff;
}
.pricing-plan.type-2 .body {
  padding: 28.8px 25px 38.4px 25px;
}
.pricing-plan.type-2 .body h4 {
  font-size: 2.5em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pricing-plan.type-2 .body ul {
  list-style: none;
  padding: 0;
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 38.4px;
}
.pricing-plan.type-2 .body ul span {
  font-weight: bold;
}
.pricing-plan.type-2 .body .btn {
  text-transform: none;
  font-size: 1.125em !important;
}
.pricing-plan.type-2.active {
  background: transparent;
  border: 1px solid #111111;
}
.pricing-plan.type-2.active header {
  background: #111111;
}
.harmonic .item {
  position: relative;
  width: 25%;
  min-height: 450px;
  float: left;
  padding: 0 15px;
  margin-bottom: 36px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .harmonic .item {
    width: 100%;
    float: none;
  }
}
.harmonic .item .image {
  display: block;
  width: 100%;
  height: 388px;
  border: 1px solid #111111;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 24px;
}
.harmonic .item h4 {
  display: block;
  position: absolute;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .harmonic .item h4 {
    display: none;
  }
}
.harmonic .item h4 > span {
  display: block;
  margin-top: 8px;
  width: 50px;
  height: 2px;
  background: #000000;
}
.harmonic .item p {
  width: 614px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .harmonic .item p {
    width: 100%;
  }
}
.harmonic .item .info {
  display: none;
}
@media only screen and (max-width: 991px) {
  .harmonic .item .info {
    display: block;
  }
}
.harmonic .item .info h4 {
  position: relative;
  text-align: left;
  display: block !important;
}
.harmonic .item.expanded {
  width: 55%;
}
@media only screen and (max-width: 991px) {
  .harmonic .item.expanded {
    width: 100%;
  }
}
.harmonic .item.expanded h4 {
  display: none;
}
.harmonic .item.expanded .info {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.harmonic .item.expanded .info h4 {
  display: block !important;
}
@media only screen and (max-width: 991px) {
  .harmonic .item.expanded .info {
    -webkit-animation: none;
    animation: none;
  }
}
.harmonic .item.collapsed {
  width: 15%;
}
@media only screen and (max-width: 991px) {
  .harmonic .item.collapsed {
    width: 100%;
  }
}
.harmonic .item.collapsed h4 {
  display: none;
}
.filters {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 24px;
  text-align: center;
}
.filters li {
  display: inline-block;
  margin-bottom: 10px;
  margin: 0 2px 10px 2px;
}
.filters li a {
  display: block;
  padding: 4px 15px;
  font-size: 0.875em;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filters li:hover a {
  color: #111111;
}
.filters li.current a {
  background-color: #111111;
  color: #fff;
}
.gallery-grid.masonry .item {
  position: relative;
  float: left;
  width: 25%;
  height: 300px;
  background: #111111;
  border: 2px solid #fff;
  overflow: hidden;
}
.gallery-grid.masonry .item img {
  display: block;
  margin-left: -40%;
  width: auto;
  max-width: none !important;
}
.gallery-grid.masonry .item.width2 {
  width: 50%;
}
.gallery-grid.masonry .item.width2 img {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .gallery-grid.masonry .item {
    width: 50%;
  }
  .gallery-grid.masonry .item img {
    margin-left: -15%;
  }
  .gallery-grid.masonry .item.width2 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-grid.masonry .item {
    width: 100%;
  }
  .gallery-grid.masonry .item img {
    margin: 0;
  }
  .gallery-grid.masonry .item.width2 {
    width: 100%;
  }
}
.gallery-grid.masonry .grid-sizer {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .gallery-grid.masonry .grid-sizer {
    width: 50%;
  }
}
.gallery-grid figure {
  z-index: 1;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.gallery-grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
}
.gallery-grid figure h3 {
  color: #fff;
  font-size: 1.4em;
  font-weight: 300;
}
.gallery-grid figure h3 span {
  font-weight: bold;
}
@media only screen and (max-width: 360px) {
  .gallery-grid figure h3 {
    font-size: 1.1em;
  }
}
.gallery-grid figure p {
  font-size: 0.875em;
}
@media only screen and (max-width: 360px) {
  .gallery-grid figure p {
    font-size: 0.7875em;
  }
}
.gallery-grid figure figcaption {
  padding: 0 30px;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-grid figure figcaption:before,
.gallery-grid figure figcaption:after {
  pointer-events: none;
}
.gallery-grid figure figcaption,
.gallery-grid figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-grid figure a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.gallery-grid figure.effect-01 img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.gallery-grid figure.effect-01 figcaption::before,
.gallery-grid figure.effect-01 figcaption::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.gallery-grid figure.effect-01 figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.gallery-grid figure.effect-01 figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.gallery-grid figure.effect-01 h3 {
  opacity: 0;
  padding-top: 110px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
@media only screen and (max-width: 360px) {
  .gallery-grid figure.effect-01 h3 {
    padding-top: 90px;
  }
}
.gallery-grid figure.effect-01 p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.gallery-grid figure.effect-01:hover img {
  opacity: 0.3;
}
.gallery-grid figure.effect-01:hover figcaption::before,
.gallery-grid figure.effect-01:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gallery-grid figure.effect-01:hover h3,
.gallery-grid figure.effect-01:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-grid figure.effect-02 {
  background: #111111;
  background: -webkit-linear-gradient(top, #111111 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to bottom, #111111 0%, rgba(255, 255, 255, 0.4) 100%);
}
.gallery-grid figure.effect-02 img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.gallery-grid figure.effect-02 figcaption {
  padding: 3.5em 3em 3em 3em;
  text-align: left;
}
.gallery-grid figure.effect-02 figcaption::after {
  position: absolute;
  right: 20px;
  bottom: 22%;
  left: 20px;
  height: 35%;
  border: 4px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.gallery-grid figure.effect-02 h3 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.gallery-grid figure.effect-02 p {
  position: absolute;
  right: 40px;
  bottom: 70px;
  left: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
@media only screen and (max-width: 991px) {
  .gallery-grid figure.effect-02 p {
    bottom: 60px;
  }
}
.gallery-grid figure.effect-02:hover img {
  opacity: 0.3;
}
.gallery-grid figure.effect-02:hover figcaption::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-grid figure.effect-02:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-grid figure.effect-02:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.animated-digits {
  text-align: center;
  margin-bottom: 43.2px;
}
.animated-digits .group {
  display: table;
  margin: auto;
  margin-bottom: 28.8px;
}
.animated-digits .icon,
.animated-digits .digit {
  float: left;
  margin: 0 12px;
}
.animated-digits .icon {
  font-size: 5em;
}
.animated-digits .icon.icon-globe {
  font-size: 4.7em;
}
.animated-digits .icon.icon-chart {
  font-size: 4.8em;
}
@media only screen and (max-width: 991px) {
  .animated-digits .icon {
    font-size: 4em;
  }
  .animated-digits .icon.icon-globe {
    font-size: 3.7em;
  }
  .animated-digits .icon.icon-chart {
    font-size: 3.8em;
  }
}
@media only screen and (max-width: 768px) {
  .animated-digits .icon {
    font-size: 5em;
  }
  .animated-digits .icon.icon-globe {
    font-size: 4.7em;
  }
  .animated-digits .icon.icon-chart {
    font-size: 4.8em;
  }
}
.animated-digits .digit {
  display: block;
  font-size: 2.4em;
  padding-top: 0.3125em;
}
@media only screen and (max-width: 991px) {
  .animated-digits .digit {
    font-size: 1.6em;
    padding-top: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .animated-digits .digit {
    font-size: 2.4em;
    padding-top: 0.3125em;
  }
}
.animated-digits h4 {
  font-size: 1em;
}
.animated-digits p {
  font-size: 0.875em;
  margin-bottom: 0;
}
.chart {
  width: 100%;
}
.countdown {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 60px auto;
}
.countdown .timer {
  width: 100%;
  font-size: 6.25em;
  line-height: 0.55;
  font-weight: 300;
  padding: 36px 0 0 0;
  text-align: center;
  margin-bottom: 48px;
}
.countdown span {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  text-transform: uppercase;
  color: #111111;
  font-size: 1.25em;
  font-weight: bold;
}
.countdown.light .timer,
.countdown.light span {
  color: #fff;
}
.countdown.smaller {
  margin-bottom: 24px;
}
.countdown.smaller .timer {
  font-size: 5.8em;
}
@media only screen and (max-width: 1200px) {
  .countdown.smaller .timer {
    font-size: 4.8em;
  }
}
@media only screen and (max-width: 991px) {
  .countdown.smaller .timer {
    font-size: 6.25em;
  }
}
.countdown.align-left .timer {
  text-align: left;
}
.countdown.align-left span {
  text-align: left;
  padding-left: 25px;
}
@media only screen and (max-width: 1200px) {
  .countdown.align-left span {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .countdown.align-left .timer,
  .countdown.align-left span {
    text-align: center;
  }
  .countdown.align-left span {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .countdown {
    max-width: 580px;
  }
  .countdown.smaller .timer,
  .countdown .timer {
    font-size: 5em;
    padding: 24px 0 0 0;
  }
  .countdown.smaller span,
  .countdown span {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 580px) {
  .countdown {
    max-width: 460px;
  }
  .countdown.smaller .timer,
  .countdown .timer {
    font-size: 4em;
    padding: 12px 0 0 0;
  }
  .countdown.smaller span,
  .countdown span {
    font-size: 1em;
  }
}
@media only screen and (max-width: 480px) {
  .countdown {
    margin: 0 auto 48px auto;
    max-width: 340px;
  }
  .countdown.smaller .timer,
  .countdown .timer {
    font-size: 3em;
    padding: 8px 0 0 0;
    margin-bottom: 28.8px;
  }
  .countdown.smaller span,
  .countdown span {
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 360px) {
  .countdown {
    max-width: 280px;
  }
  .countdown.smaller .timer,
  .countdown .timer {
    font-size: 2.5em;
    padding: 13.33333333px 0 0 0;
    margin-bottom: 28.8px;
  }
  .countdown.smaller span,
  .countdown span {
    font-size: 0.7875em;
  }
}
.percent-chart {
  position: relative;
  display: block;
  width: 190px;
  height: 190px;
  margin: 12px auto 96px auto;
  text-align: center;
}
.percent-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent-chart .percent {
  display: none;
  display: inline-block;
  line-height: 190px;
  z-index: 2;
  font-size: 2.25em;
  font-weight: bold;
}
.percent-chart .percent:after {
  content: '%';
  margin-left: 0.1em;
}
.percent-chart .legend {
  display: block;
  width: 100%;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-top: 16.8px;
  text-transform: uppercase;
}
.tile-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 254px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  margin: 12px auto 48px auto;
}
.tile-btn .inner {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #111111;
  padding: 24px 15px 12px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tile-btn .inner img {
  display: block;
  width: 100%;
  max-width: 143px;
  margin: 0 auto 24px auto;
  -moz-backface-visibility: hidden;
}
.tile-btn .inner h4 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
.tile-btn:after {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  width: 100%;
  min-height: 100%;
  background: #111111;
  opacity: 0.2;
  filter: alpha(opacity=20);
  right: -10px;
  top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tile-btn .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: #fff;
  padding: 48px 15px 24px 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.tile-btn .overlay p {
  margin-bottom: 0;
}
.tile-btn:hover {
  color: #000000;
}
.tile-btn:hover .inner {
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  -o-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}
.tile-btn:hover:after {
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  -o-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}
.tile-btn:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.img-thumbnail {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cacaca;
}
.img-circle-thumbnail {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 4px;
  border: 1px solid #cacaca;
}
.image-3d,
.thumbnail-3d {
  position: relative;
  display: block;
}
.image-3d img,
.thumbnail-3d img {
  position: relative;
  z-index: 2;
  border: 1px solid #ffffff;
  -webkit-backface-visibility: hidden;
}

.image-3d.primary:after,
.thumbnail-3d.primary:after {
  background: #111111;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.image-3d.primary img,
.thumbnail-3d.primary img {
  border: 1px solid #111111;
}
.image-3d.reverse:after,
.thumbnail-3d.reverse:after {
  right: auto;
  left: -10px;
}
.thumbnail-3d {
  margin: 0 auto 30px auto;
}
.thumbnail-3d .inner {
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.thumbnail-3d .overlay {
  position: absolute;
  display: table;
  width: 100%;
  top: 1px;
  left: 0;
  z-index: 4;
  background: rgba(255, 255, 255, 0.95);
  padding: 0 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(362px, 0px);
  -ms-transform: translate(362px, 0px);
  -o-transform: translate(362px, 0px);
  transform: translate(362px, 0px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumbnail-3d .overlay .info {
  display: table-cell;
  vertical-align: middle;
}
.thumbnail-3d .overlay h4 {
  font-size: 1.125em;
  margin-bottom: 4.8px;
}
.thumbnail-3d .overlay p {
  font-size: 0.875em;
  margin-bottom: 12px;
}

.thumbnail-3d:hover .inner {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.thumbnail-3d:hover:after {
  -webkit-transform: translate(-0px, -0px);
  -ms-transform: translate(-0px, -0px);
  -o-transform: translate(-0px, -0px);
  transform: translate(-0px, -0px);
}
.thumbnail-3d:hover .overlay {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.thumbnail-3d.static:hover .inner {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.thumbnail-3d.static:hover:after {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.thumbnail-zoom,
.thumbnail-link {
  background-color: transparent;
  display: block;
  position: relative;
  margin: 0 auto;
  /*cursor: pointer;*/
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.shadow{

  -webkit-box-shadow:  0px 10px 30px 0px rgba(220, 98, 23, 0.5);
  -moz-box-shadow:  0px 10px 30px 0px rgba(220, 98, 23, 0.5);
  box-shadow: 0px 10px 30px 0px rgba(220, 98, 23, 0.5);
  position: relative;
  z-index: 2;
  margin-top: 10px;
}


.thumbnail-zoom img,
.thumbnail-link img {
  /*border: 1px solid #cecece;*/
}
.thumbnail-zoom .overlay,
.thumbnail-link .overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background: #111111;
}
.thumbnail-zoom .figcap,
.thumbnail-link .figcap {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  top: 50%;
  left: 0;
  margin-top: -15px;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  -o-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}
.thumbnail-zoom .figcap i,
.thumbnail-link .figcap i {
  display: block;
  font-size: 3em;
  margin-bottom: 8px;
  opacity: 0.8;
}
.thumbnail-zoom .figcap.no-title,
.thumbnail-link .figcap.no-title {
  height: 40px;
  top: 50%;
  margin-top: -20px;
}
.thumbnail-zoom .overlay,
.thumbnail-link .overlay,
.thumbnail-zoom .figcap,
.thumbnail-link .figcap {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumbnail-zoom:hover .overlay,
.thumbnail-link:hover .overlay {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.thumbnail-zoom:hover .figcap,
.thumbnail-link:hover .figcap {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.toolboxDestaque {
  width: 100%;
  padding: 0px 0 0px 0;
  border-bottom: 1px solid #cecece;
}
.toolbox {
  width: 100%;
  padding: 17.14285714px 0 13.33333333px 0;
  /* border-bottom: 1px solid #cecece; */
}
.toolbox.top-line {
  border-top: 1px solid #cecece;
}
.toolbox .container {
  position: relative;
}
.toolbox .heading {
  width: 75%;
}
.toolbox .heading h1 {
  float: left;
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .toolbox .heading h1 {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 768px) {
  .toolbox .heading {
    width: 68%;
  }
  .toolbox .heading h1 {
    font-size: 1.4em;
  }
}
.toolbox .heading .back-btn {
  float: left;
  background: #e7ecee;
  width: 21px;
  height: 26px;
  padding-top: 1px;
  margin: 9px 20px 5px 0;
  color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  outline: none;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  .toolbox .heading .back-btn {
    display: none;
  }
}
.toolbox .heading .back-btn i {
  font-size: 1.1em;
}
.toolbox .heading .back-btn:hover {
  color: #fff;
  background: #111111;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0);
}
.toolbox .heading:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.toolbox .layout-view {
  position: absolute;
  right: 15px;
  margin-top: -12px;
}
.toolbox .layout-view a {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.toolbox .layout-view a.grid {
  margin-left: 20px;
}
.toolbox .layout-view a.grid span {
  position: relative;
  display: block;
  width: 25px;
  height: 10px;
}
.toolbox .layout-view a.grid span:before,
.toolbox .layout-view a.grid span:after {
  display: block;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #000000;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.toolbox .layout-view a.grid span:before {
  bottom: 0;
  left: 0;
}
.toolbox .layout-view a.grid span:after {
  bottom: 0;
  right: 0;
}
.toolbox .layout-view a.grid span:first-child {
  margin-bottom: 5px;
}
.toolbox .layout-view a.grid span:first-child:before {
  top: 0;
  left: 0;
}
.toolbox .layout-view a.grid span:first-child:after {
  top: 0;
  right: 0;
}
.toolbox .layout-view a.grid.active span:before,
.toolbox .layout-view a.grid:hover span:before,
.toolbox .layout-view a.grid.active span:after,
.toolbox .layout-view a.grid:hover span:after {
  background: #111111;
}
.toolbox .layout-view a.grid.active {
  pointer-events: none;
}
.toolbox .layout-view a.list {
  margin-left: 20px;
}
.toolbox .layout-view a.list span {
  position: relative;
  display: block;
  width: 25px;
  height: 5px;
  margin-bottom: 5px;
}
.toolbox .layout-view a.list span:before,
.toolbox .layout-view a.list span:after {
  display: block;
  position: absolute;
  content: '';
  background: #000000;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.toolbox .layout-view a.list span:before {
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
}
.toolbox .layout-view a.list span:after {
  top: 2px;
  right: 0;
  width: 16px;
  height: 1px;
}
.toolbox .layout-view a.list.active span:before,
.toolbox .layout-view a.list:hover span:before,
.toolbox .layout-view a.list.active span:after,
.toolbox .layout-view a.list:hover span:after {
  background: #111111;
}
.toolbox .layout-view a.list.active {
  pointer-events: none;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
.breadcrumb li a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.breadcrumb li a:hover {
  border-bottom: 1px solid #111111;
}
.breadcrumb li.active {
  cursor: default;
  color: #003084 ;
}
.breadcrumb > li + li:before {
  color: #000000;
}
.sorting {
  position: relative;
}
.sorting .heading,
.sorting .breadcrumb {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .sorting .heading,
  .sorting .breadcrumb {
    width: 100%;
    text-align: center;
  }
  .sorting .heading h1,
  .sorting .breadcrumb h1 {
    float: none;
  }
}
.sorting .sort {
  display: block;
  position: relative;
  /* right: 15px; */
  /* top: 50%; */
  /* margin-top: -15px; */
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .sorting .sort {
    width: 100%;
    right: auto;
    position: relative;
    text-align: center;
    margin-top: 12px;
  }
}
.sorting .sort li {
  display: inline-block;
}
.sorting .sort li:after {
  font-family: 'FontAwesome';
  content: '\f111';
  font-size: 3px;
  margin: 0 8px;
  vertical-align: middle;
  color: #cecece;
}
.sorting .sort li:first-child:after,
.sorting .sort li:last-child:after {
  display: none;
}
.sorting .sort li:first-child {
  margin-right: 15px;
  font-weight: bold;
}
.sorting .sort li a {
 text-decoration: none;
 color: #d8d6d6;
 font-weight: 400;
 font-size: 16px;
 letter-spacing: 1px;
}

.sorting .sort li.active a, .sorting .sort li a:hover {
  color: #005E89;
}
.pagination {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}
.btn-type-2 li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  font-weight: 400;
  color: gray;

}
.btn-type-2:hover li {
  color: #fff;

}



.follow-btn,
.market-btn {
  position: relative;
  display: block;
  max-width: 340px;
  font-size: 1.125em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 0;
  margin: 0 auto 36px auto;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.follow-btn i,
.market-btn i,
.follow-btn span,
.market-btn span {
  display: block;
  position: absolute;
  width: 50px;
  min-height: 100%;
  top: 0;
  left: 0;
  font-size: 1.6em;
  text-align: center;
  padding-top: 12px;
}
.follow-btn span,
.market-btn span {
  background: #fff;
  opacity: 0.15;
  filter: alpha(opacity=15);
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media only screen and (max-width: 360px) {
  .follow-btn span,
  .market-btn span {
    width: 40px;
  }
}
.follow-btn:hover,
.market-btn:hover {
  color: #fff;
}
.follow-btn:hover span,
.market-btn:hover span {
  width: 100%;
}
.follow-btn.facebook,
.market-btn.facebook {
  background: #3b5998;
}
.follow-btn.google-plus,
.market-btn.google-plus {
  background: #cc3732;
}
.follow-btn.twitter,
.market-btn.twitter {
  background: #00aced;
}
.follow-btn.youtube,
.market-btn.youtube {
  background: #bb0000;
}
.follow-btn.linkedin,
.market-btn.linkedin {
  background: #007bb6;
}
.follow-btn.pinterest,
.market-btn.pinterest {
  background: #cb2027;
}
.follow-btn.instagram,
.market-btn.instagram {
  background: #517fa4;
}
.follow-btn.vimeo,
.market-btn.vimeo {
  background: #1ab7ea;
}
.follow-btn.vk,
.market-btn.vk {
  background: #45668e;
}
.follow-btn.dribbble,
.market-btn.dribbble {
  background: #ea4c89;
}
.follow-btn.behance,
.market-btn.behance {
  background: #1769ff;
}
.follow-btn.tumblr,
.market-btn.tumblr {
  background: #32506d;
}
.follow-btn.flickr,
.market-btn.flickr {
  background: #ff0084;
}
.market-btn.app-store {
  background: #000;
}
.market-btn.google-play {
  background: #a4c639;
}
.market-btn.win-market {
  background: #00bcf2;
}
.datepicker {
  direction: ltr;
}
.datepicker-inline {
  width: 100%;
  margin: auto;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker .dow {
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-size: 13px;
}
.datepicker .prev,
.datepicker .next {
  font-size: 1.3em;
  color: #000000;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.datepicker .prev:hover,
.datepicker .next:hover {
  color: #111111;
}
.datepicker .prev {
  text-align: right;
}
.datepicker .next {
  text-align: left;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days,
.datepicker.months div.datepicker-months,
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker span.month {
  font-size: 1em;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker .table-condensed {
  width: 100%;
  min-width: 250px;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day,
.datepicker table tr td.day {
  background: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* font-size: 13px; */
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day:hover {
  background: #f2f4f5;
  cursor: pointer;
  border-radius: 5px;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #b2b2b2;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #e5e5e5;
  cursor: default;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #111111;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.today {
  background-color: #111111;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #57D987;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 46px;
  line-height: 46px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 5px;
}
.datepicker table tr td span:hover {
  background: #f2f4f5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #111111;
  color: #fff;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #57D987;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #b2b2b2;
}
.datepicker th.datepicker-switch {
  text-transform: uppercase;
  font-size: 12px;
  color: #333333;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.datepicker th.datepicker-switch:hover {
  color: #111111;
}
.datepicker thead,
.datepicker tbody {
  padding: 0 10px;
}
.datepicker thead tr:last-child,
.datepicker tbody tr {
  /* border-bottom: 1px solid #111111; */
}
.datepicker thead tr:last-child td,
.datepicker tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.info-block {
  width: 100%;
  position: relative;
}
.info-block img {
  display: block;
  margin: auto;
}
.info-block .close {
  display: block;
  float: none;
  width: 30px;
  height: 30px;
  position: absolute;
  text-shadow: none;
  color: #000000;
  text-align: center;
  background: #fff;
  opacity: 1;
  font-weight: 300;
  font-size: 1.6em;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-block .close:hover {
  color: #fff;
  background: #111111;
}
.icon-block {
  margin-bottom: 31.2px;
}
.icon-block a {
  text-decoration: none;
  color: #000000;
}
.icon-block a:hover {
  color: #111111;
}
.icon-block p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .icon-block {
    text-align: center;
  }
}
.featured-icon {
  display: inline-block;
  font-size: 3.6em;
  line-height: 1;
  margin-bottom: 6px;
}
.featured-icon.center {
  text-align: center;
}
.featured-icon .icon-cassete {
  font-size: 0.75em;
}
.featured-icon .icon-piano {
  font-size: 0.9em;
}
.featured-icon.icon-alt {
  width: 48px;
  height: 48px;
  font-size: 2em;
  text-align: center;
  color: #fff;
  padding-top: 8px;
}
.featured-icon.icon-alt.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.featured-icon.icon-alt.rounded.primary {
  background: #111111;
}
.featured-icon.icon-alt.rounded.dark {
  background: #000000;
}
.featured-icon.icon-alt.circle {
  font-size: 1.7em;
  padding-top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.featured-icon.icon-alt.circle.primary {
  background: #111111;
}
.featured-icon.icon-alt.circle.dark {
  background: #000000;
}
.sticky-btns {
  position: fixed;
  z-index: 50;
  right: -48px;
  bottom: 10px;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.sticky-btns.scrolled {
  right: 3px;
}
.sticky-btns span {
  display: block;
  float: left;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  background: #393939;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 6px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border: 1px solid #fff;
}
.sticky-btns span:hover {
  background: #fff;
  color: #393939;
}

.sticky-btns #qcf-btn.active {
  -webkit-border-radius: 0 0 4px 4px !important;
  -moz-border-radius: 0 0 4px 4px !important;
  border-radius: 0 0 4px 4px !important;
}
@media only screen and (max-width: 768px) {
  .sticky-btns #qcf-btn {
    display: none;
  }
}
.sticky-btns:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.sticky-btns .quick-contact {
  display: none;
  width: 280px;
  bottom: 52px;
  left: -233px;
  position: absolute;
  padding: 12px 20px 24px 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #cecece;
}
.sticky-btns .quick-contact.visible {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.sticky-btns .quick-contact h3 {
  font-size: 1.375em;
  margin-bottom: 12px;
}
.sticky-btns .quick-contact p {
  margin-bottom: 12px;
}
.sticky-btns .quick-contact .form-group {
  margin-bottom: 12px;
}
.sticky-btns .quick-contact textarea {
  width: 238px;
  max-width: 238px;
  height: 90px;
  max-height: 90px;
  resize: none;
  overflow-y: auto;
}
.sticky-btns .quick-contact input[type=submit] {
  margin-top: 24px;
}
.ui-slider {
  width: 100%;
  position: relative;
  margin: 28.8px 0 16px 0;
}
.ui-slider #ui-slider {
  float: right;
  width: 78%;
}
.ui-slider .tool-tip {
  display: block;
  position: absolute;
  width: 80px;
  border: 1px solid #cecece;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  top: -7px;
  padding: 2px 5px;
  left: -40px;
  text-align: center;
}
.ui-slider .icon {
  display: block;
  position: absolute;
  width: 30px;
  height: 23px;
  top: -8px;
  left: 0;
}
.ui-slider .icon span {
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  max-width: 30px;
  height: 3px;
  background: #000000;
}
.ui-slider .icon span:before,
.ui-slider .icon span:after {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 3px;
  background: #000000;
}
.ui-slider .icon span:before {
  top: -10px;
}
.ui-slider .icon span:after {
  bottom: -10px;
}
.ui-slider:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-origin,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 7px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 16px;
  left: -17px;
  top: -6px;
}
.noUi-background {
  background: #cecece;
}
.noUi-connect {
  background: #111111;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #fff;
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #cecece;
  background: #fff;
  cursor: default;
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.modal-content {
  position: relative;
  background-color: #F1F1F1;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 16px 25px;
  border: 0;
  padding-bottom: 0;
}
.modal-header,
.modal-body,
.modal-footer {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.modal-header a {
  border-bottom: 1px dashed transparent;
}
.modal-header a:hover {
  text-decoration: none;
  color: #CCC8C7;
  border-bottom: 1px dashed #CCC8C7;
}
.modal-header .close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 1.5em;
  color: #333333;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: Arial;
}
.modal-header .close:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-header .close:focus {
  outline: 0;
}
.modal-header .close:active {
  outline: 0;
}
.modal-backdrop {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-open .header.stuck,
.modal-open .header.opaque {
  left: -8px;
}
@media only screen and (max-width: 1200px) {
  .modal-open .header.stuck,
  .modal-open .header.opaque {
    left: 0px;
    padding-right: 17px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-open .header.stuck,
  .modal-open .header.opaque {
    left: 0px;
  }
}
.share-modal {
  padding: 0;
}
.share-modal .modal-dialog {
  width: 100%;
  max-width: 1170px;
  margin: 100px auto 50px auto;
}
.share-modal .modal-content {
  border: none;
  padding: 0;
}
.share-modal .modal-content .bar {
  position: relative;
  height: 600px;
  z-index: 10;
  display: table;
  float: left;
  width: 20%;
  text-align: center;
  color: #fff;
}
.share-modal .modal-content .bar.facebook {
  background: #3b5998;
}
.share-modal .modal-content .bar.twitter {
  background: #00aced;
}
.share-modal .modal-content .bar.google-plus {
  background: #dd4b39;
}
.share-modal .modal-content .bar.instagram {
  background: #007bb6;
}
.share-modal .modal-content .bar.mail {
  background: #111111;
}
.share-modal .modal-content .bar i {
  font-size: 3.125em;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.share-modal .modal-content .bar span,
.share-modal .modal-content .bar .button {
  display: block;
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.share-modal .modal-content .bar span {
  width: 100%;
  text-align: center;
  font-size: 2.5em;
  font-weight: 300;
  top: 50px;
  -webkit-transform: translate(0px, 150px);
  -ms-transform: translate(0px, 150px);
  -o-transform: translate(0px, 150px);
  transform: translate(0px, 150px);
}
.share-modal .modal-content .bar .button {
  width: 100%;
  bottom: 60px;
  -webkit-transform: translate(0px, -150px);
  -ms-transform: translate(0px, -150px);
  -o-transform: translate(0px, -150px);
  transform: translate(0px, -150px);
}
.share-modal .modal-content .bar:hover span,
.share-modal .modal-content .bar:hover .button {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
@media only screen and (max-width: 991px) {
  .share-modal .modal-content .bar {
    height: 300px;
  }
  .share-modal .modal-content .bar.facebook {
    width: 50%;
  }
  .share-modal .modal-content .bar.twitter {
    width: 50%;
  }
  .share-modal .modal-content .bar.google-plus {
    width: 50%;
  }
  .share-modal .modal-content .bar.instagram {
    width: 50%;
  }
  .share-modal .modal-content .bar.mail {
    display: none;
  }
  .share-modal .modal-content .bar span {
    top: 30px;
    -webkit-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    -o-transform: translate(0px, 70px);
    transform: translate(0px, 70px);
  }
  .share-modal .modal-content .bar .button {
    bottom: 40px;
    -webkit-transform: translate(0px, -70px);
    -ms-transform: translate(0px, -70px);
    -o-transform: translate(0px, -70px);
    transform: translate(0px, -70px);
  }
}
@media screen and (max-width: 500px) {
  .share-modal .modal-content .bar span {
    font-size: 1.5em;
    font-weight: normal;
  }
}


h1-viaturas-destaques {
  font-family: inherit;
  font-size:16px;
  line-height: 1.5;
  color: #000000;
  font-weight: normal;
  margin-top: 10;
  padding: 5px;
}

h1-ano-destaques {
  font-family: inherit;
  font-size:12px;
  line-height: 1.5;
  color: #000000;
  font-weight: normal;
  margin-top: 10;
  padding: 5px;
}

h1-preco-destaques {
  font-family: inherit;
  font-size:16px;
  line-height: 18px;
  color: #6FAA14;
  font-weight: bold;
  width:100px;
  float: right;
  text-align:center;
  padding-top:2px;
  padding-bottom:2px;
}
h1-preco-listagem {
  font-family: inherit;
  font-size:16px;
  line-height: 18px;
  color: #6FAA14;
  font-weight: bold;
  width:100px;
  float: right;
  text-align:right;
  padding-top:2px;
  padding-bottom:2px;
}

/* --------------------------------------------------------	*/
/*  Spacer classes  */
/* --------------------------------------------------------	*/
.spacer1 {
  height: 1px !important;
}

.spacer2 {
  height: 2px !important;
}

.spacer3 {
  height: 3px !important;
}

.spacer4 {
  height: 4px !important;
}

.spacer5 {
  height: 5px !important;
}

.spacer6 {
  height: 6px !important;
}

.spacer7 {
  height: 7px !important;
}

.spacer8 {
  height: 8px !important;
}

.spacer9 {
  height: 9px !important;
}

.spacer10 {
  height: 10px !important;
}

.spacer15 {
  height: 15px !important;
}

.spacer20 {
  height: 20px !important;
}

.spacer25 {
  height: 25px !important;
}

.spacer30 {
  height: 30px !important;
}

.spacer35 {
  height: 35px !important;
}

.spacer40 {
  height: 40px !important;
}

.spacer45 {
  height: 45px !important;
}

.spacer50 {
  height: 50px !important;
}

.spacer55 {
  height: 55px !important;
}

.spacer60 {
  height: 60px !important;
}

.spacer65 {
  height: 65px !important;
}

.spacer70 {
  height: 70px !important;
}

.spacer75 {
  height: 75px !important;
}

.spacer80 {
  height: 80px !important;
}

.spacer85 {
  height: 85px !important;
}

.spacer90 {
  height: 90px !important;
}

.spacer95 {
  height: 95px !important;
}

.spacer100 {
  height: 100px !important;
}

.spacer110 {
  height: 110px !important;
}

.spacer120 {
  height: 120px !important;
}

.spacer130 {
  height: 130px !important;
}

.spacer140 {
  height: 140px !important;
}

.spacer150 {
  height: 150px !important;
}

.spacer500 {
  height: 500px !important;
}

.clear {
  clear:both;
}



#slideshow_empresa{ 
  margin: 10px auto; 
  position: relative; 
  width: 1000px; 
  height: 350px; 
  padding: 10px; 

}

#slideshow_empresa > div { 
  position: absolute; 
  top: 10px; 
  left: 10px; 
  right: 10px; 
  bottom: 10px; 
}

#slideshow_empresa > div > img{ 
  border: 10px solid #ffffff;
  box-shadow: 0 0 30px rgba(0,0,0,0.4); 
}
.text-header{
  color: #fff;
  padding: 20px 80px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.41);
  max-width: 700px;
  font-size: 50px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  margin: auto;
  letter-spacing: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width : 500px) {
  .text-header {
    padding: 0;
    font-size: 25px;
  }
}

.ficha_flex_marca_modelo_others{
display: flex;
align-items: center;  
 margin-bottom: 20px;
}
.btn-red-white{
  background-color: #003084;
  padding: 10px 35px;
  color: #fff;
  text-decoration:none;
  font-size: 12px;
  letter-spacing: 1px;
}
.btn-red-white:hover, .btn-red-white:active{
  background-color: #fff;
  color: black;
}
.owl-theme .owl-nav .owl-page{
  margin: 5px 2px;
}
.owl-theme .owl-nav .owl-page span {
  display: block;
  width: 60px;
  height: 5px;
  margin: 0px 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 0px;
  background: #D9D9D9;
  -webkit-transition: width 0.2s, height 0.2s;
  transition: width 0.2s, height 0.2s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #8F8F8F;
  border-radius: 0px;
  -webkit-transition: width 0.2s, height 0.2s;
  transition: width 0.2s, height 0.2s;
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 5px;
    opacity: 1;
}

.titulo-page.center span {
  margin: 8px auto 0 auto;
}
/*.titulo-page >span {
  display: block;
  margin-top: 8px;
  width: 100px;
  height: 1px;
  background: #000;
}*/
.titulo-page {
  margin-bottom: 20px;
  display: inline-block;
 
  padding-top: 60px;
   color: rgb(193 85 0);
  font-family: "SohoItalic";
  font-size: 31px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 49px;
  text-align: left;
  text-transform: uppercase;

  border-bottom: 1px solid rgb(193 85 0);
}
.titulo-page2 {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #575757;
  overflow: hidden;
  text-align: left;
  margin-bottom: 20px;
  font-style: italic;
  line-height: 24px;
}
.titulo-oportunidades {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 6px;
  padding: 5px 15px 15px 15px;
  color: #EF7023;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  text-shadow: 0px 4px 20px #B54A06;
  background: linear-gradient(to right, #BC4B05 0%, #F57325 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



@media only screen and (max-width : 700px) {
.titulo-oportunidades {
  font-size: 20px;
}
}
@media only screen and (max-width : 450px) {
.titulo-oportunidades {
  font-size: 14px;
}
}

.info-destaques{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
}
.background-info-destaques{
  background-color: rgba(255, 255, 255, 0.73);
  width: 100%;
  height: 100%;
  padding: 7% 6%;
}

.padding-xs-l{
  padding-left: 15px;
} 
.padding-xs-r{
  padding-right: 15px;
}
.padding-xs-rl{
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width : 768px) {

  .padding-sm-l{
    padding-left: 15px;
  } 
  .padding-sm-r{
    padding-right: 15px;
  }
  .padding-sm-rl{
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .padding-md-l{
    padding-left: 55px;
  } 
  .padding-md-r{
    padding-right: 70px;
  }
  .padding-md-rl{
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

  .padding-lg-l{
    padding-left: 15px;
  } 
  .padding-lg-r{
    padding-right: 15px;
  }
  .padding-lg-rl{
    padding-right: 15px;
    padding-left: 15px;
  }
}
.giveMeEllipsis {
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 5; /* number of lines to show */
 line-height: 20px;        /* fallback */
 max-height: 100px;       /* fallback */
}
.canto-superior-imagem {
    overflow: hidden;
    position: absolute;
    z-index: 2;
    margin-top: 0%;
    left: 0px;
    top: 0;
    height: 136px;
    width: 159px;
    }
.carro_hover_listagem .canto-superior-imagem {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    margin-top: 0%;
    top: 0;
    height: 136px;
    width: 159px;
    }
.badge {
text-transform: uppercase;
font-weight: 600;
min-width: 137px;
padding: 2px 10px;
color: #fff !important;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: rgb(193 85 0);
border-right: 0px solid #fff;
top: 28px;
left: -35px;
margin: 0;
font-size: 13px;
line-height: 2;
letter-spacing: 0px;
border-radius: 0;
width: 100%;
overflow: hidden;
position: absolute;
    transform: skew(-30deg);
}
.badge span{
    transform: skew(30deg);
}

@media only screen and (min-width : 992px) {
  .big-padding-left-above-sm{
    padding-left: 70px;
  }
}
.logo-carousel .owl-controls{
  display: none !important;
}

.btn-enviar-news{
  color: #fff;
  background-color: #B8BBBF;
  height: 50px;
  border: 0;
  margin-left: -5px !important;
  border-radius: 0;
  border-left: 0;
  vertical-align: bottom;
  font-weight: 500;
  font-size: 16px;
}
.btn-enviar-news:hover, .btn-enviar-news:active{
  background-color: #43484E;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.menu ul li .submenu li:hover a, .menu ul li .submenu li.active a, .menu ul li .submenu li:focus a {
  border: 2px solid gray;
  color: black;
}

.menu ul li .submenu li a{
  display: relative;
  padding: 0px 10px;
  font-size: 12px;
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: 0px solid transparent;
  letter-spacing: 1px;
  z-index: 9999;
}
.titulo-pagina{
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.btn-white-black{
  padding: 10px 35px;
  text-decoration:none;
  font-size: 12px;
  letter-spacing: 1px;
  background-color:#fff;
  border:1px solid #003084;
  color:#003084;
  border-radius: 2px;
}
.btn-white-black:hover, .btn-white-black:active{
  color: black;
  border:1px solid black;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 45px 0;
  border-radius: 4px;
}

.pagination div {
  line-height: 30px;
}

a.btn-gray-red {
  text-decoration: none;
  background-color: #d70f1f;
  color: #fff;
  padding: 2px 3px 2px 3px;
  font-size: 13px;
  border-radius: 4px;
}
.flex-direction-nav a.flex-next:before{
  font-family: FontAwesome;
  content: "\f054";
}
.flex-direction-nav a.flex-prev:before{
  font-family: FontAwesome;
  content: "\f053";
}
.flex-direction-nav a{
  height: 60px;
  top:45%;
}
.flexslider{
  margin: 0px;
  border-bottom: 0px;
  border-top:0px;
}
.icon-list-ficha{
  margin-right:8px;
  color: #003084;
  font-size: 20px;
}
.lista-nome-caracteristicas-viatura {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  color: #A1A1A1;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.lista-caracteristicas-viatura {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  color: #575757;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  overflow: hidden;
}

.lista-caracteristicas {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  line-height: 18px;
}
.lista-caracteristicas li ul {
  display: inline-flex;
  padding-left: 0px;
  width: 100%;
}
.lista-caracteristicas li ul li {
  margin: 0;
  padding: 0;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



.lista-caracteristicas li img {
  display: inline-block;
  float: left;
  padding-top: 3px;
  padding-right: 20px;
  height: 30px;
}
.menu-top-mensage{
  display: none;
}
.btn-red-black{
  background-color: #003084;
  padding: 10px 35px;
  color: #fff;
  text-decoration:none;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 2px;
}
.btn-red-black:hover, .btn-red-black:active{
  background-color: black;
  color:#fff;
}
.form-color > input::-webkit-input-placeholder {
  color: #858688;
}

.form-color > input:-moz-placeholder { /* Firefox 18- */
  color: #858688;  
}

.form-color > input::-moz-placeholder {  /* Firefox 19+ */
  color: #858688;  
}

.form-color > input:-ms-input-placeholder {  
  color: #858688;  

}
.menu ul li:hover a, .menu ul li.active a, .mobile-navi ul li:hover a, .mobile-navi ul li.active a{
	cursor: pointer;
  color: rgb(193 85 0);
}
.menu ul li .submenu li a {
  color: #fff !important;
}
.menu ul li .submenu li:hover a, .menu ul li .submenu li.active a, .menu ul li .submenu li:focus a {
  border: 0px solid #fff;
  color: rgb(193 85 0) !important;
  width: 100%;
}
.menu ul li .submenu li{
  padding: 0px 0px;
  width: 100%;
}



.ms-dir-h{
  min-height: auto !important;
}
.form-search-side ul > li > a{
  text-decoration: none;
  font-size: 15px;
  color: #000;
  font-weight: 300;
}

.form-search-side ul > li > a:hover, .form-search-side ul > li > a:active{
  color:#F5C30A;
  width: 100%;
}
a.btn-gray-red:hover {
  text-decoration: none;
  background-color: #d70f1f;
  color: #fff;
}
a.btn-paginacao{
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  background-color: #fff;
  color: black;
}
.titulo-viatura{
  height: 40px;
  -webkit-box-shadow: 0px 1px 0px rgba(148, 147, 147, 0.47);
  -moz-box-shadow: 0px 1px 0px #de1dde;
  box-shadow: 0px 1px 0px rgba(148, 147, 147, 0.47);
  margin-top: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.flexslider:hover .flex-direction-nav .flex-prev, .flex-direction-nav .flex-prev {
  left:0px;
  margin-left:15px;
}
.flexslider:hover .flex-direction-nav .flex-next, .flex-direction-nav .flex-next {
  right:0px;
  margin-right:15px;
}
.flex-direction-nav a:before {
  color: #fff;
}

.space-pesquisa{
  padding-bottom: 50px;
}
.auto-space-listagem-viaturas{
  padding-top: 15px;
}
.text-obs{
  font-size: 14px;
  padding: 20px 0 0 0;
  text-align: justify;
}
.btns-preco{
  /*padding-left: 20px;*/
  /*margin-top: 20px;*/
  padding-top: 25px;
}
.texto-index-esq-imagem p.texto{
 color: #fff;
 font-weight: 100;
 font-size: 18px;
 line-height: 31px;
 letter-spacing: 2px;
}
.texto-index-esq-imagem{
  margin-bottom: 0 !important;
  margin-top:25px !important;
}
.index-dir-imagem{
  margin: 50px 0;
}
@media only screen and (min-width : 992px) {
  .auto-space-listagem-viaturas{
    padding: 5px 0px 0px 20px;
  }
  .space-pesquisa{
    padding-left: 100px;
    padding-bottom: 100px;
  }
  .text-obs{
    font-size: 14px;
    padding: 20px 0 0 0;
    text-align: justify;
  }
  .btns-preco{
    padding-left: 20px;
    margin-top: 20px;
    padding-top: 25px;
  }
}
.texto-index-esq-imagem{

  margin: 50px 0;
  padding: 15px;
}
.texto-index-esq-imagem p.texto{
 color: #fff;
 font-size: 17px;
 font-weight: 300;
 letter-spacing: 2px;
 line-height: 24px;
 margin-bottom: 10px;
}
.texto-index-esq-imagem p.texto-titulo{
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media only screen and (min-width : 992px) {
  .padding-lg{
    padding-left: 50px;
  }
}

@media only screen and (max-width : 767px) {
  .menu ul li:hover a, .menu ul li.active a, .mobile-navi ul li:hover a, .mobile-navi ul li.active a{
    /*color: #fff;*/
  }
  .text-align-left-xs{
    text-align: left !important;
  }
  .text-align-right-xs{
    text-align: right !important;
  }
  .padding-top-xs{
    padding-top:15px;
  }
  .float-left-xs{
    float: left !important;
  }
}
@media only screen and (max-width : 991px) {
  .text-align-left-sm{
    text-align: left !important;
  }
  .text-align-right-sm{
    text-align: right !important;
  }
}
.btn-type-2 {
  padding: 12px 10px !important;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: 300;
  text-transform: initial;
  display: inline-block;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-type-2:hover, .btn-type-2:active, .btn-type-2:focus{
  color: #fff;
  border-color: #F57423;
}

.btn-type-3 {

padding: 10px 65px 10px 50px !important; 
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; 
text-transform: inherit;
display: inline-block;
text-align: center;

border-radius: 0px;
background-color: #B05B08 ;

color: #fff;
font-family: Ubuntu;
font-size: 13px;
font-weight: 500;
letter-spacing: 0;
line-height: 21px;
clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
float: right;
}
.btn-type-3 {
background: url(/web1/zp/tpl1/template/img/cortes/seta22.svg), #B05B08;
background-repeat: no-repeat;
background-position-x: 75%;
background-position-y: 15px;
background-size: 27px 13px;
}

.btn-type-3:hover, .btn-type-3:active, .btn-type-3:focus{
  background-color: rgb(193 85 0); 
  outline: none;
}



.btn-type-5 {
  border-radius: 0px;
  padding: 0px 80px !important;
  text-transform: uppercase;
    text-align: center;
    transition: all 0.5s;
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
    color: #fff;
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 50px;
    background-color: #B05B08;
    height: 50px;
    clip-path: polygon(0 1%, 100% 0%, 90% 99%, 0% 100%);

}
.btn-type-5:hover, .btn-type-5:active, .btn-type-5:focus{
  background-color: rgb(193 85 0); 
  outline: none;
}
@media only screen and (max-width : 450px) {
.btn-type-5 {
  width: 100%;
}
}


.btn-type-1{
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border:none;
  box-shadow: none;
  padding: 10px 25px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 12px;
  margin-right: 0 !important;
  padding: 10px 50px !important;
  border-radius: 0;
 
  transform: skew(30deg);


}
.btn-type-1-label{ 
  transform: skew(-30deg);
  position: absolute;
  background-color: rgb(193 85 0);
  opacity: 1 !important;
  right: -14px;

      margin-right: calc(-80% + 293px);
}

.btn-type-1:hover, .btn-type-1:active, .btn-type-1:focus{

  color: #fff;
}
@media only screen and (max-width : 991px) {
.btn-type-1{
  padding: 7px 18px !important;
}
}


.btn-type-4 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  padding: 10px 25px;
  font-weight: 600;
  color: #FF161F;
  text-decoration: none;
  letter-spacing: 0px;
  font-size: 15px;
}
.btn-type-4:hover, .btn-type-4:active, .btn-type-4:focus{
  color: #D6050D;
}
.btn-type-4 .next{
  margin-bottom:0;
}

.btn-type-7 {
  background-color: #3F4E63;
  padding: 10px 30px !important;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 25px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: 400;
  border: 0;
  text-transform: uppercase;
  display: inline-block;
}
.btn-type-7:hover, .btn-type-7:active, .btn-type-7:focus{
  background-color: #3369b5;
  color: #fff;
  outline: none;
}


.btn-xs-100 {
  max-width: 325px;
}
@media (max-width: 992px)
{
  .btn-xs-100 {
    width: 300px;
  }
}

.top-contacts{
}
.search-index{
  padding-left: 50px;
  padding-right: 50px;
}
.esq-pesquisa{
  padding: 0 10px;
  border-radius: 50px;
  background-color: #fff;
}
.dir-pesquisa{
  padding-right: 0;
}
@media (max-width: 991px)
{
  .menu {
    display: block;
    float: none;
    margin-top: 0;
  }
}
@media (max-width: 1024px)
{
  .index-dir-imagem {
    margin: 0;
  }
}


@media (max-width: 991px)
{
  .center-sm{
    text-align: center !important;
  }
  .search-index{
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px)
{
  .center-xs{
    text-align: center !important;
  }
  .esq-pesquisa{

    background-color: transparent;
  }
  .dir-pesquisa{
    padding-right: 15px;
  }
}
.marca-top{
  float: left;
  position: relative;
  margin-left: -80px;
  z-index: 1;
  margin-bottom: -30px;
}

.diagonal-div{
  display: inline-block;
  border-style: solid;
  border-width: 65px 0 0 65px;
  border-color: transparent transparent transparent #70B4E3;
  z-index: 1;
  position: relative;
  float: left;
}
.diagonal-div:after{
  content: "";
  position: absolute;
  right: 15px;
  height: 21px;
  bottom: 0;
  box-shadow: 0px 0px 52.9px 22.1px rgba(38, 128, 218, 0.46);
}

.p-black, .p-black > p, .p-black > ul li{
  color: black !important;
}

.pagination li .next{
  color:#fff;
  border-radius: 50px;
  background-color:transparent !important;
  padding: 1px 9px;
}
.border-listagem{
  width:80%;
  height:1px;
  background-color:rgba(245, 121, 33, 0.4);
  position:relative;
  float: left;
  margin: 0 10%;
  margin-top:5px;
}
.flexslider {
  margin: 0 0 0px;
  background: transparent;
  border: 0;
  border-bottom: 13px solid transparent;
}
@media only screen and (min-width : 992px) {
  .min-height-1024{
    min-height: 380px;
  }
  .border-above-md{border-right: 1px solid #d0cdcd;}
  
}
.select-style:after {display: none;-webkit-appearance: none;}
.header .search {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #003084;
  padding: 8px;
  border-radius: 5px;
  font-size: 13px;
  -webkit-transition: background-color 0.5s; /* Safari */
  transition: background-color 0.5s;
}
.header .search:hover {
  background-color: #501c1c;
  -webkit-transition: background-color 0.5s; /* Safari */
  transition: background-color 0.5s;
}
div.awesomplete{
  width: 100%;
  /*max-width: 280px;*/
}
.p-color, .p-color h2 em , .p-color p font {
  color:#000;
}

.backgroundcolorpages{

}

.backgroundcolorpages_topo{
  background: -moz-linear-gradient(180deg, transparent 0%, transparent 75px, #EFEFEF 75px,#EFEFEF 100%);
  background: -webkit-linear-gradient(180deg, transparent 0%, transparent 75px, #EFEFEF 75px,#EFEFEF 100%);
  background: linear-gradient(180deg, transparent 0%, transparent 75px, #EFEFEF 75px,#EFEFEF 100%);
}
.backgroundcolorpages_listagem{
  background: -moz-linear-gradient(180deg, transparent 0%, transparent 180px, #EFEFEF 180px,#EFEFEF 100%);
  background: -webkit-linear-gradient(180deg, transparent 0%, transparent 180px, #EFEFEF 180px,#EFEFEF 100%);
  background: linear-gradient(180deg, transparent 0%, transparent 180px, #EFEFEF 180px,#EFEFEF 100%);
}
.backgroundcolorpages_ficha{
  background: -moz-linear-gradient(180deg, transparent 0%, transparent 160px, #EFEFEF 160px,#EFEFEF 100%);
  background: -webkit-linear-gradient(180deg, transparent 0%, transparent 160px, #EFEFEF 160px,#EFEFEF 100%);
  background: linear-gradient(180deg, transparent 0%, transparent 160px, #EFEFEF 160px,#EFEFEF 100%);
}

.titulo-index{
  text-align:center;
  font-size: 40px;
  color:#fff;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform:uppercase;
  margin:0;
}
.img-index{
  margin-top: -130px;
}
@media only screen and (max-width : 1200px) {
  .center-md{
    text-align: center !important;
  }
  .titulo-index{
    font-size: 30px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1200px) {
  .img-index{
    margin-top: -90px;
  }
}
.text-footer-out{
  background-color:#003084;
  border:5px solid #fff;
  padding: 0 40px;
}
.text-footer{
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 23px;
  padding:25px;
}
@media only screen and (max-width : 991px) {
  .header .logo {
    margin-top: 10px;
    padding-right: 80px;
  }
  .img-index{
    margin-top: 0;
  }
}
@media only screen and (max-width : 768px) {
  .text-footer{
    padding:25px 0;
  }
  .text-footer-out{
    padding: 0 15px;
  }
}
.ms-view {
  background: transparent;
}
#slideshow {
  margin: 10px auto;
  position: relative;
  width: 100%;
  height: auto;
  overflow:hidden;
  /* padding: 10px; */
}

#slideshow > div {
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
}

.ms-sl-selected .inner .item .imgb-equal-destaques{
opacity: 1;
}

.layout-view {
  position: relative;
  margin-top: -55px;
  float: right;
}

@media only screen and (max-width : 600px) {
  .fin-btn{
   font-size: 12px;
   letter-spacing: 0;
 }
}
@media only screen and (max-width : 400px) {
  .fin-btn{
   font-size: 10px;
   letter-spacing: 0;
 }
}
.btn-f{
  background-image: url(/web1/zp/tpl1/template/img/cortes/face.png);
  width: 21px;
  height: 21px;
  float: right;
  position: relative;
  margin-left: 15px;
}
.btn-f:hover{
  background-image: url(/web1/zp/tpl1/template/img/cortes/face_over.png);
}
.btn-y{
  background-image: url(/web1/zp/tpl1/template/img/cortes/you.png);
  width: 21px;
  height: 21px;
  float: right;
  position: relative;
  margin-left: 5px;
}
.btn-y:hover{
  background-image: url(/web1/zp/tpl1/template/img/cortes/you_over.png);
}

.padding-top-news{padding-top: 200px;}
@media only screen and (max-width : 991px) {
  .padding-top-news{padding-top: 20px;}
  .btn-pesquisa-home{
    width: 100%;
  }
}
.p-color p, .p-color p font, .p-color{
  color: #1D1D1D !important;
  font-weight: 500;
}

.nocheck .icheckbox .iCheck-helper{
  display: none !important;
}
.texto-top-index{
  font-size: 40px; 
  font-weight: 600;
  color:#fff;
  line-height: 30px;
}
.texto-bottom-index{
  color:#fff;
  font-size: 18px;
}
.texto-index{
  text-align: right;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (max-width : 768px) {

  .texto-top-index{
    font-size: 17px; 
    line-height: 20px;
  }
  .texto-bottom-index{
    font-size: 15px;
  }
  .texto-index{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.ver-stock-index{
  border: 1px solid #fff;
  padding: 11px 25px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}
.ver-stock-index:hover{
  border: 1px solid gray;
  color: gray;
}
.display-index{display: none;}
@media only screen and (max-width : 500px) {
  .btn-rep{
    width: 100% !important;
  }
}
.form-search-side ul > li > a.listar-marcas-checked {
  color: #F5C30A !important;
}
div.awesomplete > ul {
  z-index: 1;

}
.text-googlecp{
  text-align:left;
  color:#fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  word-spacing: 0.09em;
}
nav.menu li a.btn1{
  background-image: url(/web1/zp/tpl1/template/img/cortes/mn_.png);
}
nav.menu li a.btn2{
  background-image: url(/web1/zp/tpl1/template/img/cortes/mn_-10.png);
}
nav.menu li a.btn3{
  background-image: url(/web1/zp/tpl1/template/img/cortes/mn_-11.png);
}
nav.menu li a.btn4{
  background-image: url(/web1/zp/tpl1/template/img/cortes/mn_-12.png);
}
nav.menu li a.btn5{
  background-image: url(/web1/zp/tpl1/template/img/cortes/mn_-13.png);
}
nav.menu li a.btn6{
  background-image: url(/web1/zp/tpl1/template/img/cortes/mn_-14.png);
}

nav.menu li.active a.btn1, nav.menu li a.btn1:hover{
  background-image: url(/web1/zp/tpl1/template/img/cortes/mn_over.png);
}
nav.menu li.active a.btn2, nav.menu li a.btn2:hover{
  background-image: url(/web1/zp/tpl1/template/img/cortes/mn_over-03.png);
}
nav.menu li.active a.btn3, nav.menu li a.btn3:hover{
  background-image: url(/web1/zp/tpl1/template/img/cortes/mn_over-04.png);
}
nav.menu li.active a.btn4, nav.menu li a.btn4:hover{
  background-image: url(/web1/zp/tpl1/template/img/cortes/mn_over-05.png);
}
nav.menu li.active a.btn5, nav.menu li a.btn5:hover{
  background-image: url(/web1/zp/tpl1/template/img/cortes/mn_over-06.png);
}
nav.menu li.active a.btn6, nav.menu li a.btn6:hover{
  background-image: url(/web1/zp/tpl1/template/img/cortes/mn_over-07.png);
}
.contactos-tit{
  color: #000;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.contactos-text{
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 17px;
  font-weight: 400;
}
.escolha-stand li{
  margin: 0px 10px 10px 10px;
}
@media only screen and (max-width : 767px) {
  .contactos-tit{
   text-align: center;
 }
 .escolha-stand li{
  margin: 0px 3px 10px 3px;
}
.contactos-text{
  text-align: center;
}
}
.escolha-stand li a{
  font-size: 15px;
  color: #fff;
}
.escolha-stand{
  margin: 10px 0 0 0;
}
.mobile-navi ul li.active a  {
  color: #fff;
  background-color: #FF161F;
}
.mobile-navi ul li a:hover {
  color: #fff;
  background-color: #FF161F;
}
.order-word{
  text-align:end;
}
.extra{
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
  color:#000;
}
.text-divider-obs {

  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}
@media only screen and (max-width : 991px) {
  .extra{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }
  .order-word{
    text-align:left;
  }
}
@media only screen and (max-width : 768px) {
  .text-divider-obs {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }  
}
@media only screen and (max-width : 400px) {

 .lista-nome-caracteristicas-viatura {
  width: auto;
}

}
@media only screen and (max-width : 450px) {

  .extra{
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
  .nav-tabs li{
    display: table;
  }
}
.btn-video{
	color:#003084;
}
.btn-video:hover{
	color:#fff;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
#owl-demo.owl-carousel .owl-item{
  padding: 0;
}
.triangle-top-left{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 0;
  border-color: #003084 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}

#owl-demo .owl-controls {
  margin-top: -35px;
}

.video-container {
  position: relative;
  padding-bottom: 66.3%;
  height: 0;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.text-title-form{
  padding: 5px 15px;
  font-size: 15px;
  color: #333333;
  padding-left: 15px;
  text-transform: initial;
  font-weight: 500;
  text-align: left;
}
.social-text{
  padding-top: 70px;
  text-align: center;
}
.social-text ul{
  width: 280px;
  float: right;
}
.font-servicos{
  font-size: 13px;letter-spacing: 1px;
}
.sticky-wrapper{
  height: 270px !important;
}
@media only screen and (max-width : 768px) {
  .tit_dest_res{
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .sticky-wrapper{
    height: 200px !important;
  }
  .font-servicos{
    font-size: 12px;letter-spacing: 1px;
  }
  .social-text{
    padding-top: 20px;
  }
  .social-text ul{
    float: initial;
    margin: auto;
  }
}
.logo-top{
  margin: auto;
  max-width: 100%;
  max-height: 60px;
}
@media only screen and (max-width : 767px) {
.logo-top{
  max-height: 50px;
}
}
.logo-top2{
  margin: auto;
  display: none;
}
.btn-verstock{
  text-decoration: none;color: #fff;
  padding: 14px 25px;
  background-color: #343434;
  vertical-align: middle;
  margin: 30px auto;
  display: inline-block;
  text-transform: uppercase;
  line-height: 25px;
}
.btn-verstock:hover,.btn-verstock:active{
  color: #005E89;
}
.form-color.ph-fff > input::-webkit-input-placeholder {
  color: #fff !important;
}

.show-index{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
.top-contactos{
  text-align: right;
  color: #fff;
  font-size: 12px;
  padding: 17px 15px 0px 15px;
  font-weight: 100;
}
.top-contactos ul li.banner-titulo{
  font-size: 16px;
  font-weight: 100;
  margin: 0;
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.top-contactos ul li.banner-text{
  font-size: 25px;
  font-weight: 300;
  margin: 0;
  color: #000;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width : 500px) {
 .top-contactos ul li {
  display: block;
  margin: 0;
  text-align: center;
}

.top-contactos {
  padding: 2px 15px;
}
}
.p-index-tit{
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 22px;
  color: #2b2b2b;
}
.p-index-text{
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2b2b2b;
}
.p-footer-tit {
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 40px;
  color: #2b2b2b;
  font-weight: 500;
  text-transform: initial;
  letter-spacing: 2px;
}
.logo-social {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background: #fff;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.logo-social i {
  padding: 14px 0px;
  font-size: 25px;
  color: #2b2b2b;
  transition: all 0.5s;
}

.logo-social i:hover {
  color: gray;
}

.smaller div div ul a li.banner-text {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}
.smaller div div ul a li.banner-titulo {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 13px;
}
.smaller{
  background-color: #E7E7E7;
}
.space-item{
  margin:0 !important;
  padding: 0px 30px;
}
@media only screen and (max-width : 1199px) {
  .space-item{
    padding: 0px;
  }
  .top-contactos ul li.banner-text {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
  }
  .top-contactos ul li.banner-titulo {
    font-size: 13px;
  }
}
.index-empresa-texto{
  margin-top: 50px;
  margin-bottom:50px;
}
.index-empresa-imagem{
  margin-top: 50px;
  margin-bottom: 50px;
  
}

@media (min-width: 992px) {
  .smaller div div a img.logo-top {
    width: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .index-empresa-texto{

    border-left: 1px solid gray;
  }
  .index-empresa-texto{
    padding-left: 50px;
  }
  .index-empresa-imagem{
    padding-right: 50px;
  }
}


.menu ul li.menubarra1{
  background-color:transparent;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 40px;
  border-color: transparent transparent rgba(0, 0, 0, 0.50) transparent;
}
.menu ul li.menubarra2{
  background-color:transparent;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 40px 0 0;
  border-color:  rgba(0, 0, 0, 0.50) transparent transparent transparent;
}
.menu ul .menubarra1::after, .menu ul .menubarra2::after, .menu ul li.no-aftere::after{
  content: " ";
}
@media (min-width: 992px) {
  .padd-md{
    padding-right: 50px;
  }
}
.form-search-side .checkbox label{
  color: #000;
  font-size: 15px !important;
  font-weight: 300;
}
.form-search-side .checkbox{
  margin-bottom: 15px;
  padding-left: 20px;
}
.form-search-side ul > li{
  margin-bottom: 4px;
}
.rsThumbsHor {
  margin-top: 0px;
}
.rsUni, .rsThumbs {
  background: transparent !important;
}
.royalSlider.rsFullscreen{
  background-color: #222!important;
}
.rsFullscreen .rsThumbsHor {
  margin-top: 0px;
}
.rsOverflow{
  border-radius: 0px;
}

.footer-tit{
  text-align:center;
  color: gray;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}
.footer-tit-i{
  padding-right: 10px;
  font-size: 29px;
  color: #F5C30A;
}

@media only screen and (max-width : 991px) {
  .sm-100{
    width: 100% !important;
  }

  .footer-tit-i{
    padding-right: 10px;
    font-size: 20px;
    color: #F5C30A;
  }
  .footer-tit{
    font-size: 16px;
  }

  .texto-destaques2{
    
  } 
  .title-ult{
    font-size: 19px;
    font-weight: 500;
    margin-top: -31px;
    line-height: 42px;
    vertical-align: bottom;
    color: #383838;
  }
}
#sidebar-icons { 
  z-index: 99999;
  width: 80px;
  float: right;

}
#sidebar-icons ul{
  margin: 0;
  position: fixed;
  padding: 0px;
  margin-left: 82px;
}
#sidebar-icons ul li{
      display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 12px 15px;
  -webkit-transition: right .3s ease;
  -moz-transition: right .3s ease;
  transition: right .3s ease;
  margin-bottom: 3px;
  border-radius: 10px;
}
#sidebar-icons ul li:hover{
  background-color: #333333;
  opacity: 1;
}
.holdingbox {
   display : flex;
    position: relative;
    top: 0;
  
}


.content{   
     padding-left: 20px;
    color: #FFF;
    font-size: 12px;
    position: relative;
   
     
}




#mySidenaver a {
  position: fixed;
  right: -203px;
  transition: 0.3s;
  padding: 13px;
  width: 250px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 5px 0   0 5px;
  text-align: right;

}

#mySidenaver a:hover {
 right: 0;
}

#ie1 {
display: flex;
    top: 36.9vh;
 background-color: #343433;
 transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

#ie1:hover {

 background-color: rgba(0,0,0,1);
}


#ie2 {
  display: flex;
top: calc(36.9vh + 50px);

 background-color: #343433;
 transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
#ie2:hover {

 background-color: rgba(0,0,0,1);
}

#ie3 {
display: flex;
top: calc(36.9vh + 100px);
 background-color: #343433;
 transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
#ie3:hover {

 background-color: rgba(0,0,0,1);
}

#ie4 {
 display: flex;
top: calc(36.9vh + 150px);
 background-color: #343433;
 transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
#ie4:hover {

 background-color: rgba(0,0,0,1);
}

#ie5 {
 display: flex;
top: calc(36.9vh + 200px);
 background-color: #343433;
 transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
#ie5:hover {

 background-color: rgba(0,0,0,1);
}
#ie6 {
 display: flex;
top: calc(36.9vh + 250px);
 background-color: #343433;
 transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
#ie6:hover {

 background-color: rgba(0,0,0,1);
}


.linha-hr{
  border: 1px solid #343434;
}
@media only screen and (max-width : 500px) {
  .linha-hr{
    margin: 5px 0 ;
  }
  .diagonal-div {
    border-width: 40px 0 0 40px;
  } 
}

input[type='radio']:before {
  content:'';
  display:block;
  width:50%;
  height:50%;
  margin: 20% auto;    
  border-radius:50%;    
}

.normal-footer{
  padding-top: 40px;
  text-align: center;
}
.footer-pad{
  padding-bottom: 34px;
}
@media only screen and (min-width : 1200px) {
  .normal-footer{
    text-align: left;
    padding-top: 115px;
  }
}
@media only screen and (max-width : 991px) {

  .p-footer-tit{
    margin-top: 8px;
  }
  .footer-pad{
    padding-bottom: 4px;
  }
}
.text-paginacao{
  font-size: 16px;
  line-height: 33px;
  font-weight: 600;
}
.text-paginacao2{
  font-size: 14px;
  line-height: 21px;
}
.preco-paginacao{
  font-size: 16px;
  font-weight: 600;
}
.bt-act{
  background: #2b2b2b;
}
ul.ul-listagem li{
  margin-bottom: 0;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.img-ban{
  position: absolute;
  top: 0;
  left: 0;
  height: 132px;
  max-width: 1324px;
}

.margin_top_btn{
 margin-top:15px !important; 
}

.backgoundInteriores{
      margin-top: 70px;
      padding-top: 30px;
    background-image: url(/web1/zp/tpl1/template/img/cortes/bg_rep2.jpg);
}
.fundo_branco{
 background-color: #FFFFFF;
min-height: calc(100vh - 301px);
}

.img-index-back{
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
  background-image: url(/web1/zp/tpl1/template/img/cortes/bnn1.png);
  background-position-x:50%;
  background-size: 1920px;
  height: 472px;
}
@media only screen and (max-width: 1200px) {

  .img-index-back{
    background-size: 1200px;
    height: 290px;
  }
}
.title-ult li{
  padding: 0 10px;
  display: inline-block;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 300;
  line-height: 38px;
  vertical-align: bottom;
  color: #000;
  text-align: left;
  letter-spacing: -1px;
}
.ul-descricao li {
  margin: 0;
  display: inline-block;
  color: #515151;
  font-size: 15px;
  font-weight: 600;
}
.ul-descricao li:not(:last-child):after {
  font-family: FontAwesome;
  content: "\f111";
  font-size: 3px;
  vertical-align: middle;
  padding: 0 10px;
}
.texto-obs{
  color: #656565;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 400;
  height: 51px;
  overflow: hidden;
  text-align: left;
  line-height: 17px;
}
.inner-item{
  background-color: #fff;
  margin-bottom: 45px;
  border-radius: 5px;
}

.sect-autocrew{
  background-image: url(/web1/zp/tpl1/template/img/cortes/bnn_2.png);
  background-position-x:50%;
  height: 407px;
  background-size: 1920px;
}
@media only screen and (max-width : 768px) {
  .sect-autocrew{
    height: 210px;
    background-size: 1000px;
  }

}
.texto-empresa-home{
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6) !important;
}

.header-text{
  font-size: 60px;
  color: rgba(255, 255, 255, 0.77);
  line-height: 45px;
  font-weight: 200;
  letter-spacing: 2px;
}
.header-text2{
  font-size: 45px;
  color: rgba(255, 255, 255, 0.77);
  line-height: 45px;
  font-weight: 200;
  letter-spacing: 2px;
}
.ver-stock-header{
  text-align: left;
  padding-top: 25px;
  padding-bottom: 70px;
}
.search-div{
  padding-left: 50px;
}
.inf-texto{
  padding:0;
  padding-top: 30px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  bottom: -85px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 80%;
}
@media only screen and (max-width : 400px) {
.inf-texto{
  width: 100%;
}
}
.inf-texto2{
  padding-left: 40px;
  padding-right: 40px;
  background-color: rgba(22, 54, 75, 0.55);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (max-width: 1199px) {
  .ver-stock-header{
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .inf-texto2{
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
}
ul.submenu li::after{
  content: "";
}

.box-imagens{
  padding-bottom: 20px;
  padding-left: 0px;
}
.margin-top-btn{
  margin-top: 35px;
}
@media (max-width: 991px)
{
  .margin-top-btn{
    margin-top: 0px;
  }
  .box-imagens{
    padding-left: 15px;
  }
  .ver-stock-header{
    padding-bottom: 0px;
  }
  .marca-top{
    margin-left: 25px;
    margin-top: -20px;
    position: absolute;
    top: -15px;
  }
}
@media (max-width: 767px)
{
  .header-text{
    font-size: 40px;
    text-align: center;
  }
  .header-text2{
    font-size: 35px;
  }
  .index-tit{
    width: 100%;
  }

  .titulo-page{
    font-size: 16px;
    line-height: 32px;
  }
  .titulo-page2{
    font-size: 14px;
  }
  .search-div{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.footer-div{
  display: inline-block;
  padding-left: 10px;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  border-radius: 0;
  padding: 0px 12px;
  margin: 0;
  font-weight: 300;
  font-size: 12px;
  transition: all 0.5s;
  letter-spacing: 1px;
  line-height: 8px;
}

.pagination li.next:after{
    content: "";
    width: 65%;
    background-color: #4A4A4A;
    height: 2px;
    display: inherit;
    bottom: 0px;
    left: 0;
    margin: auto;
    margin-top: 4px;
    transition: all 0.5s;
}
.pagination li.next:hover:after {
    width: 90%;
}

.pagination li:hover {
  opacity: 0.5;
}


ul.lista-caracteristicas li.col-xs-12{
  margin-bottom: 10px;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  display: inline-flex;
  -webkit-box-shadow: 0px 5px 6px -4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 6px -4px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 6px -4px rgba(0,0,0,0.1);
}
/*ul.lista-caracteristicas li.col-xs-12:nth-child(odd){
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
ul.lista-caracteristicas li.col-xs-12:nth-child(even){
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
ul.lista-caracteristicas li.col-xs-12:last-child{
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
@media (max-width: 767px){
ul.lista-caracteristicas li.col-xs-12{
  border-radius: 25px;
}
}*/


  .text-extra{
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
  }
  .master-slider img {
    max-width: 100%;
  }
  .info-icon{
    text-align: right;
    margin: 0;
  }
  .info-icon li{
    margin: 0;
    display: inline-block;
    padding: 15px 15px 5px 15px;
  }

  .info-icon li i{
    display: inline-block;
    color: #C3C4C8;
    font-size: 27px;
    vertical-align: bottom;
  }
  .info-icon li span{
    display: inline-block;
    color: #C3C4C8;
    font-size: 17px;
    padding-left: 8px;
  }

  .title-hr{
    margin-left: 5px;
    margin-right: 5px;
    border-color: rgba(255, 255, 255, 0.77);
    width: 20%;
    border-top-width: 2px;
  }
  .header-text-inner{
    font-size: 25px;
    color: rgba(255, 255, 255, 0.77);
    line-height: 45px;
    font-weight: 200;
    letter-spacing: 1px;
  }
  .index-tit{
    float: left;
    display: inline;
    padding: 200px 15px 0 15px;
  }
  .index-tit2{
    float: right;
    display: inline;
    padding: 50px 15px 0 15px;
  }
  .banner-topo2{  padding-bottom: 170px;}
  .banner-topo{

    margin-top: -80px;
    float: left;

    position: relative;
  }
  ul.icons-header-down{
    margin-top: 25px;
  }

  ul.icons-header-down li::before{
    content: url(/web1/zp/tpl1/template/img/cortes/ef.png);
    position: relative;
    margin-right: -80px;
    display: inline-block;
  }
  ul.icons-header-down li{
   position: relative;
   display: inline-block;
   text-align: center;
   margin-bottom: 30px;
 }
 ul.icons-header-down li a{
   position: relative;
   display: inline-block;
   padding: 0 20px;
   font-size: 25px;
   color: #43484E;
   font-weight: 400;
   text-decoration: none;
 }
 input.form-control-news{
  margin: auto;
  width: 450px;
  max-width: 100%;
  height: 50px;
  color: #43484E;
  display:inline-block;
  border: 1px solid #C3C4C8;
  padding: 0 15px;
}

.form-control-news:focus{
  outline: none !important;
  box-shadow: 0 0 10px rgba(67, 72, 78, 0.5);
}
.left-menu-footer{
  margin: 0;
  position: relative;
  display: inline-block;
  padding: 0;
}
.left-menu-footer li{
  margin: 0;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  float: left;
}
.left-menu-footer li a{
  text-decoration: none;
  display: block;
  color: #9BA0A4;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.left-menu-footer li div{
  text-decoration: none;
  display: inline-block;
  color: #9BA0A4;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.left-menu-footer li div i{
  color: #9BA0A4;
  font-size: 23px;
  vertical-align: bottom;
  min-width: 26px;
}
.left-menu-footer li div span{
  padding-left: 30px;
  display: inline-block;
  font-weight: 400;
}
.left-menu-footer li p{
  color: #9BA0A4;
  margin-bottom: 10px;
  font-weight: 600;
}
.ul-redes{
  margin: 0;
  padding: 13px 0px 13px 20px;
  border-left: 2px solid #C3C4C8;
  display: inline-block;
  position: relative;
}
.ul-redes li{
  margin: 0;
  display: inline-block;
  padding: 0 3px;

}
.ul-redes li a i{
  font-size: 20px;
  vertical-align: bottom;
}
.ul-redes li a{
  color: #C3C4C8; 
  text-decoration: none;
}
.ul-redes li a:hover{
  color: #43484E; 
}
.toolbox{
  padding-top: 0;
}
.marca-modelo-ficha{
     color: #B05B08;
  font-family: Ubuntu;
      font-size: 1.1vw;
  letter-spacing: 0;

  text-align: left;
}
.caractistica_nome{
  text-transform: uppercase;
    color: rgb(193 85 0);
  font-family: Ubuntu;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
}
.caractistica_conteudo{
   color: rgb(60 60 59);
  font-family: Ubuntu;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
}
.lista-caracteristicas{
  float: left;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.extras-espaco{
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  float: left;
  position: relative;
}

.show-form-ficha{
  display: block;
}
.hidde-form-ficha{
  display: none;
}
.ul-mobile-redes{
  padding: 0;
  margin: 0;
}
.ul-mobile-redes li{
  margin: 0;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ul-mobile-redes li a{
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  color: #43484E;
}
.listagem-tipo-list{
  display: inline-block;
  float: right;
  padding: 0 15px;
}
.listagem-tipo-list li{
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  vertical-align: text-top;
}
.listagem-tipo-list li a{
  text-decoration: none;
  color: #9BA0A4;
}
.listagem-tipo-list li a:hover{
  color: #43484E;
}
@media (min-width: 992px)
{
  #form-ficha-up{
    display: block !important;
  }
  
}
@media (max-width: 1199px)
{

  .listagem-tipo-list{
    display: block;
    float: left;
    width: 100%;
  }
  ul.icons-header-down li a{
    font-size: 19px;
  }
}

@media (max-width: 991px)
{
  /* hide navigation */
  /*.rsNav {  display:none; width:0 !important; height:0 !important;  }*/
  .index-tit{
    padding-top: 150px;
  }
  .index-tit2{
    padding-top: 100px;
  }
  .left-menu-footer{
    width: 100%;
  }
  .left-menu-footer li {
    margin: 0;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
  }
  .left-menu-footer li div {
    padding-top: 15px;
  }
  .nopaddingsm{
    padding: 0;
  }
}
@media (max-width: 767px)
{

  .ul-mobile-redes li a{
    font-size: 8px;
  }
  .destaques-mais-info i {
    padding-right: 1px;
    font-size: 13px;
  }
  .index-tit2{
    width: 100%;
  }
  .nopaddingxs{
    padding: 0;
  }
  .title-hr{
    margin: 5px auto 15px auto;
  }
  .header-text-inner{
    font-size: 20px;
  }
  .banner-topo2{
    padding-bottom: 100px;
  }
  .index-tit{
    padding-top: 120px;
  }
  .inf-texto2 {
    padding-left: 15px;
    padding-right: 15px;
} 
}
@media (max-width: 500px)
{
 #recaptcha1, #recaptcha2, #recaptcha3 {
  transform: scale(0.8);
  float: left;
  /* left: -13px; */
  position: relative;
  display: inline-block;
  margin-left: -26px;
}
.listagem-tipo-list li a{
 font-size: 11px;
}
ul.icons-header-down li a {
  font-size: 20px;
}
.header-text, .header-text2{
  font-size: 25px;
}
.title-hr{
  width: 40%;
}
.header-text-inner{
  font-size: 16px;
  line-height: 35px;
}
}

.menu-text{
  font-size: 14px;
  color: #4680BE;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}
.menu-text::after {
  content: "";
  border-bottom: 2px solid #4680BE;
  display: inline-block;
  width: 100%;
  height: 0;
  position: relative;
  float: left;
  transition: all 0.5s;
}
@media (max-width: 370px)
{
  .banner-topo{
    margin-top: -60px;
  }
}
@media (max-width: 320px)
{
  .banner-topo{
    margin-top: -45px;
  }
}
.form-search option{
  color: #3D3D3D;
  font-weight: 500;
  font-size: 14px;
  background-color: #fff;
}
.rsUni .rsThumbsHor {
}

.form-color > input.form-control-news::-webkit-input-placeholder {
  color: #858688 !important;
}

.form-color > input.form-control-news:-moz-placeholder { /* Firefox 18- */
  color: #858688 !important;  
}

.form-color > input.form-control-news::-moz-placeholder {  /* Firefox 19+ */
  color: #858688 !important;  
}

.form-color > input.form-control-news:-ms-input-placeholder {  
  color: #858688 !important;  

}
#owl-demo-topo .owl-item {
  padding: 0;
}
.owl-theme .owl-controls {
  /*margin-top: 40px;
  text-align: center;
  position: absolute;
  top: -65px;
  right: 10px;*/
}
.left-menu-footer li a:hover {
  color: #43484E;
}
.facebook-icon{
  position: fixed;
  z-index: 999999999;
  right: 10px;
  bottom: 120px;
  -webkit-transition: right .3s ease;
  -moz-transition: right .3s ease;
  transition: right .3s ease;
}
.facebook-icon .tooltip{
  top: 14px !important;
  left: -120px !important;
}
.facebook-icon .tooltip .tooltip-arrow{
  top:50% !important;
  border-left-color: #0084ff;
}
.facebook-icon .tooltip-inner{
  background-color: #0084ff !important;
  font-size: 13px;
}
.facebook-icon-xs{
  float: left;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.fb-logo-client{
  width: 50px !important;
  height: 50px !important;
  width: inherit;
  height: inherit;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  border-radius: 65px;
}
.fb-logo-client-xs{
  width: 40px;
  height: 40px;
  width: inherit;
  height: inherit;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  border-radius: 65px;
}
.mini-icon-xs{
  background-size: 20px;
  border: 1px solid rgba(43,146,236,.8);
  background-image: url(/web1/zp/tpl1/template/img/Cortesfb/fb-icon-azul2.png);
  width: 19px;
  height: 19px;
  float: right;
  position: absolute;
  right: 0;
  bottom: -7px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-position: 50%;
}

.mini-icon{
  background-size: 26px;
  border: 1px solid rgba(43,146,236,.8);
  background-image: url(/web1/zp/tpl1/template/img/Cortesfb/fb-icon-azul2.png);
  width: 25px;
  height: 25px;
  float: right;
  position: absolute;
  right: 0;
  bottom: -10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-position: 50%;
}
.facebook-widget{
  display: none;
  position: fixed;
  z-index: 999999999;
  right: 10px;
  bottom: 175px;
  box-sizing: initial;
  background-color: #fff!important;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-box-shadow: 0 14px 43px 0 rgba(0,0,0,.22);
  -moz-box-shadow: 0 14px 43px 0 rgba(0,0,0,.22);
  box-shadow: 0 14px 43px 0 rgba(0,0,0,.22);
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 1s;
}
.facebook-widget-header{
  height: 28px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid #dddfe2;
  background-color: #3B4550;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.facebook-widget-header span.txt1{
  color: #fff;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 700;
}
.facebook-widget-header span.txt2{
  color: #92aad8;
  font-size: 11px;
  font-weight: 400;
}
.facebook-widget-header span.facebook-close{
  display: block;
  text-align: center;
  font-size: 11px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
  padding: 0 10px;
}
.facebook-widget-body{
  position: relative;
  min-height: 90px;
  background-color: #edeef0;
  padding: 14px 19px;
}
.facebook-widget-body img{
  width: 35px;
  height: 35px;
  vertical-align: inherit;
}

.facebook-widget-footer{
  padding: 7px 10px;
  border-top: 1px solid #d6d7d9;
}
.facebook-widget-footer-btn img{
  width: 15px;
  height: 15px;
  vertical-align: sub;
  display: inline-block;
}
.facebook-widget-footer-btn span{
  color: #fff;
}
.facebook-widget-footer-btn{
  display: inline-block;
  height: 26px;
  width: auto;
  overflow: hidden;
  line-height: 25px;
  padding: 0 8px 0 15px;
  font-size: 13px;
  font-weight: 400;
  box-shadow: 0 1px 1px rgba(0,0,0,.02);
  border: 1px solid #63b0ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #0084ff;
}
.facebook-texto-icon{
  display: inline-block;
  position: relative;
  width: 44px;
  height: 34px;
  vertical-align: bottom;
}
.facebook-texto{
  padding: 10px 17px;
  font-size: 13px;
  overflow: hidden;
  display: inline-block;
  color: #5f5f5f;
  background-color: #fff;
  box-shadow: 0 3px 2px -2px #dcdcdc;
  -webkit-border-radius:0 25px 25px 25px;
  -moz-border-radius:0 25px 25px 25px;
  border-radius:0 25px 25px 25px;
  border: 1px solid #d6d8dc;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0%   {-ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);}
  50%  {-ms-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2);}
  100% {-ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);}
}

/* Standard syntax */
@keyframes example {
  0%   {-ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);}
  50%  {-ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}
  100% {-ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);}
}
.owl-nav{
         display: inline-block;
    width: 106%;
    margin-top: -30px;
    position: absolute;
    left: -3%;
    top: 45%;
    color: #CDCDCD;
    z-index: 14;
}
.panel1  .owl-nav{
    display: flex;
    width: 100%;
    margin-top: -30px;
    position: absolute;
    left: 0;
    top: 45%;
    color: #CDCDCD;
    z-index: 24;
    justify-content: center;
  }
  .panel1 .owl-theme .owl-nav .owl-prev {
    margin-right: 1000px;
}
@media (max-width: 550px)
{
  .owl-nav{
  display: none;
}
}
.owl-prev{
  float: left;
}
.owl-next{
  float: right;
}
.owl-pagination{
  height: 5px;
}
.owl-theme .owl-controls .owl-nav div{
  background: transparent;
}
.owl-nav i:hover{
  color: #fff;
}
.img-text-index div img{
  width: 100%;
  display: block;
  margin: 0 auto;
}
.img-text-index div div h3{
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  font-style: italic;
}

.img-text-index div div p{
  color: #C1C1C1;
  text-align: justify;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  padding-top: 15px;
}
.pesquisa-tipo-viatura h1{
  text-shadow: 0px 0px 30px #0096ff;
  color: #4680BE;
  font-size: 30px;
  text-align: center;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 2px;
}
.pesquisa-tipo-viatura ul{
  list-style: none;
  padding: 0;
  text-align: center;
}
.pesquisa-tipo-viatura ul li{
  width: 19.5%;
  display: inline-block;
  padding-top: 20px;
}
.pesquisa-tipo-viatura ul li img{
  margin: 0 auto;
}
.section-img-index{
  background-image: url(/web1/zp/tpl1/template/img/cortes/img-index.png);
  background-size: cover;
  padding: 200px 0;
  background-position-x: 50%;
  background-color: #1A1A1A;

}
.section-img-index .img-index-titulos{
  padding: 0 35px;
  padding-top: 50px;
}
.section-img-index .img-index-titulos h2{
  font-size: 45px;
  color: #fff;
  font-weight: 900;
  text-align: right;
  margin: 0;
}
.section-img-index .img-index-titulos span{
  color: #4680BE;
  float: right;
  font-size: 25px;
  letter-spacing: 3px;
}
.section-img-index .img-index-texto{
  color: #B3B3B3;
  text-align: justify;
  font-size: 17px;
  line-height: 39px;
  font-weight: 300;
  padding: 0 35px;
}
.lista-marcas{
  background-color: #1A1A1A;
}
.lista-marcas .marcas-container{
  padding-top: 20px;
  padding-bottom: 50px;
}
.lista-marcas img{
  margin: 0 auto;
  padding-top: 20px;
}
.lista-marcas h3{
  text-shadow: 0px 0px 30px #0096ff;
  color: #4680BE;
  font-size: 38px;
  text-align: center;
  margin-top: 40px;
}
.section-contactos{
  background-color: #fff;
}
.section-contactos img{

}
.section-contactos h5{
  color: #4680BE;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1px;
}
.section-contactos p{
  color: #737C80;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  padding-left: 15px;
}
nav.menu2 ul li a{
  font-size: 12px !important;
  color: #fff;
  font-weight: 400;
  padding: 6px 6px;
  text-transform: uppercase;
}
.divisao{
  margin:60px auto 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 0 0 1920px;
  border-color: transparent transparent transparent #1a1a1a;
}
.titulo-pesquisa{
  color: #FF161F;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 600;
  padding: 0 15px;
}
.pesquisa-ul a img{
  display: inline-block;
  max-width: 100%;
  max-height: 34px;
}
.pesquisa-ul a{
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: #fff;
  padding-top: 10px;
  margin-bottom: 8px;
}

.pesquisa-ul a span{
  padding-left: 10px;
  display: inline-block;
  line-height: 36px;
  font-size: 14px;
  font-weight: 500;
  color: #484848;
}
.pesquisa-ul.pesquisa_sem_pad li a span{
  padding-left: 0px;
  line-height: 20px;
}
.pesquisa-ul.pesquisa_sem_pad li a{
  padding-top: 3px;
  margin-bottom: 3px;
}

.pesquisa-ul li{
  padding-top: 10px;
}
.pesquisa-ul a .tipo-img{
  display: inline-block;
  width: 90px;
}
.pesquisa-ul a .combustivel-img{
  display: inline-block;
  width: 36px;
}
.pesquisa-ul a.active, .pesquisa-ul a:hover, .pesquisa-ul a.active span, .pesquisa-ul a:hover span{
  color: #FF161F;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pesquisa-ul li{
  margin: 0;
  padding:0;
}
.inner-list{
  position: relative;
  float: left;
  display: block;
  padding-left: 20px;
  padding-bottom: 25px;
}
.img-listagem{
  padding-right: 15px;
  padding-left: 0;
}
.listagem-artigo .destaques-mais-info{
  text-align: center;
  padding: 0;
}
.listagem-artigo  .texto-destaques-obs{
  line-height: 22px;
  height: 88px;
}
.listagem-artigo .texto-destaques2{
  font-size: 29px;
}
.listagem-artigo{
  padding-right: 30px;
}
.backgcolor{
  background-color: #1A1A1A;
}
.img-servicos{
  max-width: 150px;
  display: inline-block;
  float: left;
}
.servicos-text{
  color: #fff;
  padding-top: 25px;
}
@media (max-width: 1199px)
{
  .section-img-index {
    padding: 150px 0;
  }
  .pesquisa-tipo-viatura ul li{
    width: auto;
  }
  .pesquisa-ul a .tipo-img{
    width: 110px;
  }
  .listagem-artigo  .texto-destaques-obs{
    height: 66px;
  }
}
@media (max-width: 991px)
{

  .inner-list{
    padding-left: 0;
  }
  .listagem-artigo{
    padding-right: 15px;
  }
  .img-listagem{
    padding-right: 0;
  }
  .listagem-artigo .texto-destaques2{
    font-size: 24px;
    margin-top: 20px;
  }
  .section-img-index {
    padding: 50px 0;
  }
  .pesquisa-tipo-viatura ul li img {
    width: 125px;
  }
  .img-text-index div img {
    max-width: 250px;
  }
  .inner-wrap {
  }
  .marca-modelo-ficha{
    height: initial;padding-bottom: 10px;
  }
}
@media (max-width: 767px)
{
  .marca-modelo-ficha{
    font-size: 20px;
    line-height: 25px;
  }
  .img-servicos{
    max-width: 220px;
    display: block;
    float: initial;
    margin: 0 auto;
  }
  .servicos-text{
    font-size: 14px;
    text-align: justify;
  }
  .financiamento-text{
   font-size: 14px;
   text-align: justify;
 }
 .divisao{
  border-width: 60px 0 0 1000px;
  margin-top: 20px;
}
.section-img-index {
  background-size: cover;
}
.section-img-index .img-index-titulos h2{
  font-size: 30px;
}
.section-img-index .img-index-texto{
  font-size: 15px;
  line-height: 25px;
}
.section-contactos img{
  /*padding-right: 0;*/
}
.features .pull-left{
  width: 100%;
}
.section-contactos, .section-contactos h5, .section-contactos p{
  /*text-align: center;*/
}
}
@media (max-width: 500px)
{
  .marca-modelo-ficha{
       font-size: 16px;
    line-height: 20px;
  }
  select.form-search{
    height: 40px;
    font-size: 13px;
  }
  .pesquisa-tipo-viatura ul li img {
    width: 150px;
  }
  .pesquisa-tipo-viatura ul li {
    width: 100%;
  }
  .pesquisa-tipo-viatura h1{
    font-size: 25px;
  }
  .texto-destaques-obs{
    font-size: 14px;
  }
  .marca-top {
    margin-top: -20px;
    position: absolute;
    top: -1px;
  }
  .img-text-index div h3{
    font-size: 40px;
  }
  .img-text-index div p{
    font-size: 13px;
  }
}
.rsPreloader {
  width:20px;
  height:20px;
  background-image:url(/web1/zp/tpl1/template/img/cortes/preloader-white.gif);

  left:50%;
  top:50%;
  margin-left:-10px;
  margin-top:-10px;   
}
.display-none{
  display: none !important;
}
select.remove-arrow {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
div.select-get-arrow select {
  background-position-x: 93%;
  background-repeat: no-repeat;
  background-position-y: 54%;
  background-size: 15px;
}
.royalSlider.rsFullscreen .rsOverflow .rsContainer .rsSlide .rsImg {

}




.figcap div{
  color: #5DAAE2 !important;
  display: inline-block;
  font-size: 16px;
  padding: 20px;
  border: 2px solid #5DAAE2;
  padding: 12px 20px;
  font-weight: 600;
  background-color: rgba(93, 170, 226, 0.1);
}
.figcap div{
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
  padding: 20px;
  border: 1px solid #fff;
  padding: 9px 20px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.figcap div:hover{
  background-color: rgba(255, 255, 255, 0.3);
}
.goog-te-gadget img {
  display: inline-block;
}
.goog-te-gadget .goog-te-combo {
  border-radius: 2px;
  border: 0;
  height: 25px;
  padding: 0 10px;
  background-color: gainsboro;
}
#j_id0:j_id5:j_id17{
  color: red;
}

.bg_int{
  background-image: url(/web1/zp/tpl1/template/img/cortes/bg_int.jpg);
}

.btn_detalhes{
  text-decoration: none;
  color: #237FB6;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_detalhes:hover{
  color: #8ED5FE;
}

.destaques_foto_pad{
  padding-left: 100px;
}
.destaques_info_pad{
  padding-right: 15px;
}
@media (max-width: 1199px) {
.destaques_foto_pad{
  padding-left: 0px;
}
.destaques_info_pad{
  padding-right: 0px;
}
}

.home_empresa_titulo_bottom{
  height: 10px;
  background-color: #2FA7E4;
  width: 275px;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  left: 45px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(45, 168, 228, 0.6);
  -moz-box-shadow: 0px 5px 30px 0px rgba(45, 168, 228, 0.6);
  box-shadow: 0px 5px 30px 0px rgba(45, 168, 228, 0.6);
}

@media (max-width: 400px){
.img-text-index div div h3{
  font-size: 36px;
}
.home_empresa_titulo_bottom{
  width: 200px;
}
}

.oportunidades_img{
  margin: 0;
  margin-top: 30px;
  margin-left: -30px;
}

#owl-demo-oportunidades .owl-item {
  padding: 15px;
}


.texto-oportunidades-obs{
  height: 40px;
  overflow: hidden;
  text-align: left;
  line-height: 20px;
  color: #5F6A70;
  font-size: 15px;
  margin-top: 7px;
  margin-bottom: 14px;
  padding: 0;
  font-weight: 500;
}

@media (max-width: 991px){
.texto-oportunidades-obs{
  height: 80px;
  margin-bottom: 26px;
}
}
@media (max-width: 767px){
.oportunidades_img{
  margin-left: 0px;
  padding: 0px 15px;
  margin-top: 15px;
}
.texto-oportunidades-obs{
  height: 40px;
  margin-bottom: 14px;
}
#owl-demo-oportunidades .owl-item {
  /*padding: 5px 15px;*/
}
}


.footer_logo{
  background-color: #fff;
}
@media (max-width: 991px){
.footer_logo{
  padding-top: 20px;
}
}

@media (max-width: 767px){
.footer_align_xs{
  width: 280px;
  margin: auto;
}
}


.topo_pagina_pad{
  padding-top: 150px;
}


@media (max-width: 991px){
.ficha_radius_sm{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
}

.marca-listagem {
  line-height: 32px;
  font-size: 28px;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  margin-top: 10px;
  height: 32px;
  font-style: italic;
}
.modelo-listagem {
  line-height: 24px;
  font-size: 19px;
  overflow: hidden;
  color: #8ED5FE;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  margin-top: 10px;
  height: 48px;
  font-style: italic;
}

@media (max-width: 500px){
.marca-listagem {
  line-height: 26px;
  font-size: 22px;
  height: 26px;
}
.modelo-listagem {
  line-height: 23px;
  font-size: 18px;
  height: 46px;
}
}

.listagem_specs{
  text-align: center;
  margin: 15px 0px;
  color: #fff;
  padding-top: 4px;
}
.listagem_preco{
  text-align: left;
  margin: 15px 0px;
}
@media (max-width: 379px){
.listagem_specs{
  text-align: left;
}
.listagem_specs{
  margin: 5px 0px;
}
}

.titulo_listagem_marca,.titulo_listagem_modelo,.titulo_listagem_registo,.titulo_listagem_preco,
.titulo_listagem_km,.titulo_listagem_potencia,.titulo_listagem_comb,.titulo_listagem_trans,
.titulo_listagem_lota,.titulo_listagem_seg,.titulo_listagem_Vcert{
  font-size: 24px;
}
@media (max-width: 767px){
.titulo_listagem_marca,.titulo_listagem_modelo,.titulo_listagem_registo,.titulo_listagem_preco,
.titulo_listagem_km,.titulo_listagem_potencia,.titulo_listagem_comb,.titulo_listagem_trans,
.titulo_listagem_lota,.titulo_listagem_seg,.titulo_listagem_Vcert{
  font-size: 18px;
}
}


.menu_icon{
  max-height: 38px;
  margin: auto;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu ul li:hover a .menu_icon, .menu ul li.active a .menu_icon{
  max-height: 45px;
  margin-bottom: 8px;
}

.menu_li_logo{
  margin: 0px 200px !important;
  padding-bottom: 40px;
}
@media (max-width: 1199px){
.menu_li_logo{
  margin: 0px 120px !important;
}
}

.slogan{
  text-align: left;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  text-shadow: 0px 0px 20px #424242;
  letter-spacing: 2px;
  font-weight: 500;
  padding-bottom: 19px;
  padding-top: 15px;
}
@media (max-width: 991px){
.slogan{
  padding: 70px 15px 20px 15px;
}
}
@media (max-width: 767px){
.slogan{
  padding: 20px 15px 15px 15px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
}
@media (max-width: 400px){
.slogan{
  font-size: 18px;
  line-height: 28px;
}
}

.destaque1_pad{
  padding-top: 30px;
}
@media (max-width: 991px){
.destaque1_pad{
  padding-right: 0px;
  padding-top: 0px;
}
}


.titulo_oportunidades {
  font-size: 22px;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 400;
}

.marca_oportunidades{
  line-height: 25px;
  font-size: 25px;
}
.modelo_oportunidades{
  line-height: 26px;
  font-size: 20px;
  margin-top: 10px;
  height: 52px;
  margin-bottom: 8px;
}

.preco_oportunidades{
  font-size: 18px;
}
@media (max-width: 1199px){
.preco_oportunidades{
  font-size: 15px;
}
}
@media (max-width:991px){
.preco_oportunidades{
  font-size: 18px;
}
}


.btn_stock{
  background-color: #fff;
  border-radius: 5px;
  padding: 8px 0px;
  box-shadow: 0px 0px 20px #d0d0d0;
  margin-top: 15px;
  text-transform: uppercase;
  color: #a0a0a0;
  letter-spacing: 5px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_stock:hover{
  background-color: #0F63C3;
  color: #fff;
}

@media (max-width:767px){
.oportunidades_info_div{
  padding: 0px;
  padding-top: 20px;
}
.modelo_oportunidades{
  height: initial;
}
}


.fundo_testemunhos{
  background-image: url(/web1/zp/tpl1/template/img/cortes/bg_1.png);
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 0%;
  position: relative;
  background-color: #fff;
}
@media (max-width:767px){
.fundo_testemunhos{
  background-color: #FFF3EB;
}
}

.titulo_empresa{
  color: #354151;
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 20px;
  text-align: center;
}
.texto_empresa{
  color: #354151;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}


.horario_titulo{
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}
.horario_titulo:after{
  content: '';
  position: absolute;
  left: 40%;
  bottom: -7px;
  height: 3px;
  background-color: #fff;
  width: 20%;
}

@media (max-width:991px){
.titulo_empresa{
  font-size: 24px;
}
}
@media (max-width:767px){
.titulo_empresa{
  font-size: 28px;
}
}
@media (max-width:500px){
.titulo_empresa{
  font-size: 20px;
}
}

.oportunidades_specs{
  color: #515151;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

#owl-demo-stock .owl-item, #owl-noticias .owl-item {
  padding: 5px 25px;
  display: none;
}

.recente_titulo{
  color: #333333;
  font-family: "SohoItalic";
  font-size: 45px;
  font-style: italic;
    text-align: right;
}
.recente_titulo1{
color: #4A4A4A;
  font-family: Ubuntu;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
@media (max-width:650px){
#owl-demo-stock .owl-item, #owl-noticias .owl-item {
  padding: 5px 15px;
}
}



.oportunidades_preco_outer{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 5px;
}

.footer_blue{
  background-color: #0F63C3;
  position: relative;
}

.footer_icon{
  display: inline-block;
  height: 19px;
  padding: 0px 5px;
}

.footer_icon_first{
  padding-left: 30px;
}

.footer_social_br{
  display: none;
}
@media (max-width:450px){
.footer_social_br{
  display: initial;
}
.footer_icon_first{
  padding-left: 5px;
}
}


.ficha_btn_div{
border-radius: 5px;
    background-color: #57D987;
    padding: 5px;
    min-height: 50px;
    border: 2px solid #57D987;
}

.ficha_btn_div:hover{
 background-color: #4dbd76;
 border: 2px solid #4dbd76;
}

.ficha_btn_div_brn_num{
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
    border: 2px solid #57D987;
    min-height: 50px;
    display: none
}


.ficha_btn_div_brn{
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
    border: 2px solid #57D987;
    min-height: 50px;
}



.ficha_btn_div_brn:hover{
 background-color: #eafef2;
}


@media (max-width:500px){
  /*.ficha_btn_div{
    display: block;
  }*/
}


.menu_fin{
  margin: 10px 15px 0px 15px !important;
}

#fundo_img1, #fundo_img2{
  width:100%;
  /*height:initial;*/
  position:absolute;
  -webkit-animation: fade-out 14s infinite both;
  -moz-animation: fade-out 14s infinite both;
  animation: fade-out 14s infinite both;
}

#fundo_img1{
  opacity: 0;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}
#fundo_img2{
  opacity: 0;
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  animation-delay: 7s;
}


/*----------------------------------------------   
--Fade out for slider
-----------------------------------------------  */
@-webkit-keyframes fade-out {
  0% {
    opacity:1;
  }
  39% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  89% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.fundo_home_img1{
  background-image: url(/web1/zp/tpl1/template/img/cortes/head2.jpg);
}
.fundo_home_img2{
  background-image: url(/web1/zp/tpl1/template/img/cortes/head1.jpg);
}
.fundo_home_img{
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  height: 893px;
  /*background-size: cover;*/
  background-position-x: 50%;
  background-position-y: 0%;
  background-repeat: no-repeat;
}
.fundo_int_img1{
  background-image: url(/web1/zp/tpl1/template/img/cortes/head_int2.jpg);
}
.fundo_int_img2{
  background-image: url(/web1/zp/tpl1/template/img/cortes/head_int1.jpg);
}
@media (max-width:767px){
.fundo_home_img_xs{
  background-position-y: -150%;
}
}


.topo_texto{
  color: #939393;
  font-size: 13.5px;
  padding: 12px 15px;
}

.topo_social{
  text-align: right;
}

.topo_social a i{
  font-size: 20px;
  color: #939393;
  margin-left: 15px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.topo_social a:hover i {
  color: #FF6B09;
}


.barra_menu{
  position: absolute;
  width: 100%;
  bottom: -57px;
  border-radius: 5px;
  background: #282828;
  background: -moz-linear-gradient(118deg, #282828 0%,#282828 34%, #8B0C27 34%,#B61131 36.5%,#B61131 100%);
  background: -webkit-linear-gradient(118deg, #282828 0%,#282828 34%, #8B0C27 34%,#B61131 36.5%,#B61131 100%);
  background: linear-gradient(118deg, #282828 0%,#282828 34%, #8B0C27 34%,#B61131 36.5%,#B61131 100%);
  -webkit-box-shadow: 0px 10px 50px 0px rgba(40, 40, 40, 0.7);
  -moz-box-shadow: 0px 10px 50px 0px rgba(40, 40, 40, 0.7);
  box-shadow: 0px 10px 50px 0px rgba(40, 40, 40, 0.7);
}

.btn_pesquisa_menu{
  position: absolute;
  top: 23px;
  right: 25px;
  background: none;
  border: none;
  outline: none;
  font-size: 1.5em;
}

.awesomplete .form-control{
  display: inline-block;
  margin-bottom: 10px;
  /*max-width: 280px;*/
  height: 44px;
  font-size: 15px;
  width: 100%;
border-radius: 0px;
  background-color: #FFFFFF;


  border: none;

}

.awesomplete .form-control::-moz-placeholder {
  color: #939393;
  opacity: 1;
}
.awesomplete .form-control:-ms-input-placeholder {
  color: #939393;
}
.awesomplete .form-control::-webkit-input-placeholder {
  color: #939393;
}

.home_credito{
  text-align: center;
  color: #fff;
}

.home_credito .titulo{
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  padding-top: 10px;
  padding-bottom: 35px;
}

.home_credito .subtitulo{
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}

@media (max-width:600px){
.home_credito .titulo{
  font-size: 24px;
  line-height: 31px;
}
}
@media (max-width:400px){
.home_credito .titulo{
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 25px;
}
.home_credito .subtitulo{
  font-size: 12px;
}
}

.item_destaques{
  -webkit-box-shadow: 0px 2px 20px 5px rgba(40, 40, 40, 0.3);
  -moz-box-shadow: 0px 2px 20px 5px rgba(40, 40, 40, 0.3);
  box-shadow: 0px 2px 20px 5px rgba(40, 40, 40, 0.3);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.item_destaques:hover{
  -webkit-box-shadow: 0px 2px 20px 5px rgba(40, 40, 40, 0.5);
  -moz-box-shadow: 0px 2px 20px 5px rgba(40, 40, 40, 0.5);
  box-shadow: 0px 2px 20px 5px rgba(40, 40, 40, 0.5);
}



@media (max-width:991px){
  .owl-carousel .owl-item {
    padding: 0px 15px;
  }

  #owl-demo-testemunhos-sugerido .owl-carousel .owl-item {
    padding: 0;
  }
  #owl-demo-empresa.owl-carousel .owl-item {
    padding: 0px;
  }
  #owl-demo-empresa.owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
  }
}

.preco_mensalidade{
  display: inline-block;
  background-color: #FF6B09;
  padding: 5px 20px;
  border-radius: 20px;
  color: #fff;
}

.home_btn_visit{
  display: inline-block;
  color: #FF6B09;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.home_btn_visit:hover{
  color: #CB5607;
}

.oportunidades_subtitulo{
  color: #364154;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.item_oportunidades{
  margin-top: 50px;
}

.texto-oportunidades{
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 1px;
}
.texto-oportunidades2{
  font-size: 17px;
  overflow: hidden;
  color: #fff;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width : 500px) {
  .texto-oportunidades{
    font-size: 15px;
  }
}

.preco_mensalidade_oport{
  display: inline-block;
  background-color: #FF6B09;
  padding: 5px 15px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
}

.preco-oportunidades {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}


.testemunhos_shadow{
  -webkit-box-shadow: 0px 8px 20px 0px rgba(255, 107, 9, 0.5);
  -moz-box-shadow: 0px 8px 20px 0px rgba(255, 107, 9, 0.5);
  box-shadow: 0px 8px 20px 0px rgba(255, 107, 9, 0.5);
}




.no_deco{
  text-decoration: none;
}

.home_galeria_titulo{
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 28px;
}

.home_galeria_titulo:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.home_galeria_titulo:before{
  content: '';
  position: absolute;
  left: 0;
  top: -15px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0
}

@media only screen and (max-width : 1199px) {
  .home_galeria_titulo{
    font-size: 19px;
  }
}
@media only screen and (max-width : 991px) {
  .home_galeria_titulo{
    font-size: 17px;
    line-height: 25px;
  }
}
@media only screen and (max-width : 767px) {
  .home_galeria_titulo{
    font-size: 19px;
    line-height: 28px;
  }
}


.testemunhos_titulo{
  margin: auto;
  max-width: 475px;
}
@media only screen and (max-width : 505px) {
.testemunhos_titulo{
  max-width: 100%;
}
}


.footer_titulo{
  color: #858688;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
}

.footer_texto{
  color: #858688;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.footer_newsletter{
  border-radius: 25px;
  border: none;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  padding-right: 60px;
  margin-top: 8px;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(217,217,217,1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(217,217,217,1);
  box-shadow: 0px 3px 20px 0px rgba(217,217,217,1);
}
.footer_newsletter:focus{
  -webkit-box-shadow: 0px 3px 20px 0px rgba(217,217,217,1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(217,217,217,1);
  box-shadow: 0px 3px 20px 0px rgba(217,217,217,1);
}

.menu2{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
}
.menu2 ul li {
  display: block;
  float: left;
  margin: 5px 0px 0px 0px;
}

.fundo_topo_int{
  background-image: url(/web1/zp/tpl1/template/img/cortes/header2.jpg);
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 10%;
  position: relative;
  background-color: #fff;
  height: 230px;
  background-repeat: no-repeat;
}
@media only screen and (max-width : 767px) {
.fundo_topo_int{
  height: 150px;
}
}

.linha_bottom{
  border-bottom: 1px solid #E2E5EC;
}

.listagem_ordenacao{
 color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 1vw;
  letter-spacing: 0;
  line-height: 19px;
  font-weight: 500;

  text-align: right;
  margin-bottom: 0;
  padding-left: 0;
}
.listagem_ordenacao li{
  display: inline-block;
  padding: 0px 8px;
  margin-bottom: 2px;
}
.listagem_ordenacao li a{
  display: flex;
  color: #1D1D1D;
  text-decoration: none;
  position: relative;
  font-size: 1vw;
  font-weight: 500;
}
.listagem_ordenacao li:first-child a{
  font-weight: 400;
  margin-right: 10px;
  font-size: 14px;
  color: #A1A1A1;
}

@media (max-width: 991px){
.listagem_ordenacao{
  text-align: center;
}
}
@media (max-width: 350px){
.ordenar_titulo{
  width: 100%;
}
}

.listagem_ordenacao li:not(:first-child):hover a, .listagem_ordenacao li.active a{
  color: #B05B08;
}


.preco_mensalidade_ficha{
  display: inline-block;
  background-color: #FF6B09;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
}


@media (max-width: 991px){
.center_sm{
  text-align: center;
}
}
@media (max-width: 767px){
.center_xs{
  text-align: center;
}
}

.ficha_dot{
  font-size: 24px;
  line-height: 10px;
  color: #F47424;
}


.ficha_form_div{
  background-color: #fff;
  border-radius: 5px;
  padding-top: 30px;
  margin-bottom: 30px;
}

.input_ficha{
  border: 2px solid #EAEAEA;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
}

.ficha_contactos{
  color: #374051;
  font-size: 13px;
  font-weight: 400;
  border: 2px solid #E2E5EA;
  margin-bottom: 10px;
  display: inline-block;
  padding: 6px 25px;
  width: 290px;
  border-radius: 25px;
}

.ficha_contactos span{
  font-weight: 600;
  padding-right: 25px;
}

.logo_outer{
  padding: 40px 15px;
}
@media (max-width: 991px){
.logo_outer{
  padding: 40px 15px 20px 15px;
}
}



.titulo-relacionados {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 5px 15px 10px 15px;
  color: #3D4F63;
  text-align: center;
}
@media only screen and (max-width : 700px) {
.titulo-relacionados {
  font-size: 20px;
}
}
@media only screen and (max-width : 450px) {
.titulo-relacionados {
  font-size: 16px;
}
}
.relacionados_titulo:after{
  content: '';
  position: absolute;
  left: 0;
  /* top: 70px; */
  bottom: 0;
  height: 1px;
  background-color: #3D4F63;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0
}


@media only screen and (max-width : 600px) {
.fundo_home_xs{
  background-image: url(/web1/zp/tpl1/template/img/cortes/header1.jpg);
  background-size: 800px;
  background-position-x: 50%;
  background-position-y: 0%;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
}
.fundo_home_main{
  display: none;
}
}

.noticias_cor p{
color: #575757 !important;
}
.noticias_cor span{
color: #575757 !important;
}
.noticias_cor p span{
color: #575757 !important;
}


.comunidade.active .btn-type-5{
  border-color: #3F4E63;
  background-color: #3F4E63;
  color: #fff;
}


.titulo_galeria{
  font-size: 16px;
  color: #364155;
  font-weight: 500;
  padding: 0;
  border-bottom: 1px solid #E2E5EC;
  padding-bottom: 5px;
  line-height: 22px;
  height: 27px;
  margin-bottom: 10px;
  overflow: hidden;
}
.texto_galeria{
  font-size: 14px;
  color: #364155;
  font-weight: 400;
  padding: 0;
  line-height: 20px;
  height: 120px;
  margin-bottom: 30px;
  overflow: hidden;
}

.comunidade_testemunhos_texto{
  line-height: 24px;
  height: initial;
  overflow: hidden;
  padding-top: 5px;
}


.curva{
  border-radius: 5px;
}

.ficha_testemunhos_titulo{
  padding-bottom: 25px;
  color: #3D4F63;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 24px;
  font-style: italic;
}
@media only screen and (max-width : 550px) {
.ficha_testemunhos_titulo{
  font-size: 17px;
}
}


.ficha_preco_garantia_titulo{
  text-align: left;
  padding-left: 0px;
  margin-bottom: 8px;
  color: #3D4F63;
  font-weight: 600;
  font-size: 15px;
}

.ficha_preco_garantia{
  text-align: center;
  padding-left: 0px;
  margin-bottom: 15px;
  color: #FF6B09;
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (max-width : 991px) {
.ficha_preco_garantia{
  text-align: left;
}
}
@media only screen and (max-width : 500px) {
.ficha_preco_garantia{
  text-align: center;
}
}

.menu ul li a.menu_viaturas{
	background-color: #404E64;
    border-radius: 20px;
    color: #FF6B09;
    font-weight: 600;
}
.menu ul li:hover a.menu_viaturas:hover, .menu ul li.active a.menu_viaturas{
	background-color: #222b3a;
}



.destaques_icon{
  display: inline-block !important;
  max-height: 18px;
  margin-right: 2px;
}

.destaques_obs{
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding: 0px 60px;
  max-height: 78px;
  overflow: hidden;
}
@media only screen and (max-width : 767px) {
.destaques_obs{
  padding: 0px 15px;
}
}


.destaques_imgfundo_esq{
  position: absolute;
  top: 90px;
  left: -150px;
  height: 340px;
}
.destaques_imgfundo_dir{
  position: absolute;
  top: 90px;
  right: -150px;
  height: 340px;
}
@media only screen and (max-width : 1199px) {
.destaques_imgfundo_esq{
  top: 55px;
}
.destaques_imgfundo_dir{
  top: 55px;
}
}


.home_links{
  width: 100%;
  border-radius: 5px;
  background: #fff;
  background: -moz-linear-gradient(112deg, #fff 0%,#fff 63%, #B61131 63.1%,#B61131 100%);
  background: -webkit-linear-gradient(112deg, #fff 0%,#fff 63%, #B61131 63.1%,#B61131 100%);
  background: linear-gradient(112deg, #fff 0%,#fff 63%, #B61131 63.1%,#B61131 100%);
  -webkit-box-shadow: 0px 10px 50px 0px rgba(182,17,49, 0.3);
  -moz-box-shadow: 0px 10px 50px 0px rgba(182,17,49, 0.3);
  box-shadow: 0px 10px 50px 0px rgba(182,17,49, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.home_links:hover{
  -webkit-box-shadow: 0px 10px 50px 0px rgba(182,17,49, 0.6);
  -moz-box-shadow: 0px 10px 50px 0px rgba(182,17,49, 0.6);
  box-shadow: 0px 10px 50px 0px rgba(182,17,49, 0.6);
}

.home_links_titulo{
  color: #E00E11;
  text-align: center;
  font-family: "Notera";
  font-size: 50px;
  text-shadow: 0px 1px 20px #E00E11;
  padding-top: 25px;
}
.home_links_texto{
  color: #fff;
  line-height: 23px;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 15px;
  font-weight: 300;
  text-align: center;
}
.home_links_linha{
  width: 80px;
  height: 1px;
  background-color: #747474;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.home_links_div{
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
.home_links_img{
  max-height: 230px;
  margin: auto;
}
.home_links_linha_fundo{
  background: #75080b;
  background: -moz-linear-gradient(left, #75080b 0%, #eb0505 80%, #eb0505 100%);
  background: -webkit-linear-gradient(left, #75080b 0%,#eb0505 80%,#eb0505 100%);
  background: linear-gradient(to right, #75080b 0%,#eb0505 80%,#eb0505 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75080b', endColorstr='#eb0505',GradientType=1 );
  height: 25px;
  position: absolute;
  width: 100%;
  top: 105px;
  z-index: 0;
}


@media only screen and (max-width : 1199px) {
.home_links_titulo{
  font-size: 44px;
}
.home_links_texto{
  font-size: 12px;
}
}
@media only screen and (max-width : 991px) {
.home_links_titulo{
  font-size: 40px;
}
}
@media only screen and (max-width : 767px) {
.home_links_titulo{
  font-size: 50px;
}
.home_links_texto{
  font-size: 12px;
}
.fundo_oportunidades{
  background-position-y: 19%;
}
}
@media only screen and (max-width : 450px) {
.fundo_oportunidades{
  background-position-y: 15%;
}
}
@media only screen and (max-width : 350px) {
.home_links_titulo{
  font-size: 44px;
}
.home_links_texto{
  font-size: 12px;
}
}

.topo_pad{
  padding-bottom: 0px;
  padding-top: 0px;
}



@media only screen and (max-width : 380px) {
.logo_xs{
  padding-left: 30px;
}
}

.destaques_padding{
  padding: 0;
}
@media only screen and (max-width : 991px) {
.destaques_padding{
  padding: 0 15px;
}
}


.fundo_links{
  background: -moz-linear-gradient(180deg, transparent 0%, transparent 75px, #EFEFEF 75px,#EFEFEF 100%);
  background: -webkit-linear-gradient(180deg, transparent 0%, transparent 75px, #EFEFEF 75px,#EFEFEF 100%);
  background: linear-gradient(180deg, transparent 0%, transparent 75px, #EFEFEF 75px,#EFEFEF 100%);
}


.oportunidades_info{
  padding:0;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #25170E;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pesquisa_tipos{
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.pesquisa_tipos:hover{
  color: #fff;
}
.pesquisa_tipos div img{
  height: 30px;
  margin: auto;
  margin-bottom: 25px;
}



.footer_social_icon{
  display: inline-block;
  max-height: 20px;
  margin-right: 20px;
}


#mc_embed_signup{clear:left;color: #3F4E63; }
#mc_embed_signup input.email{border-radius: 5px;border: none;height: 40px;font-size: 15px;font-weight: 500;padding-right: 60px;padding-left: 10px;margin-top: 8px;width: 100%;-webkit-box-shadow: 0px 3px 20px 0px rgba(217,217,217,1);-moz-box-shadow: 0px 3px 20px 0px rgba(217,217,217,1);box-shadow: 0px 3px 20px 0px rgba(217,217,217,1);outline: none;color: #858688;}
.newsletter_input input.email::-webkit-input-placeholder{color: #858688;}
.newsletter_input input.email::-ms-input-placeholder{color: #858688;}
.newsletter_input input.email::-moz-placeholder{color: #858688;}
#mc_embed_signup form {display: block;position: relative;text-align: left;padding: 0;}
#mc_embed_signup .button{position: absolute;top: 20px;right: 0px;border: none;outline: none;font-size: 18px;background: url(/web1/zp/tpl1/template/img/cortes/email.png) no-repeat;box-shadow: none;background-color: transparent;background-position-x: 5%;background-size: 24px;}
#mc_embed_signup .button:hover{background-color: transparent;}


.footer_pad{
  padding: 0px 30px;
}
@media (max-width:991px){
.footer_pad{
  padding: 0px 15px 30px 15px;
}
}


.ajuste_bg_pos{
  background-position-y: -360px; 
}

.listagem_sombra{
  -webkit-box-shadow: 0px 2px 20px 5px rgba(40, 40, 40, 0.3);
  -moz-box-shadow: 0px 2px 20px 5px rgba(40, 40, 40, 0.3);
  box-shadow: 0px 2px 20px 5px rgba(40, 40, 40, 0.3);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.listagem_sombra:hover{
  -webkit-box-shadow: 0px 2px 20px 5px rgba(40, 40, 40, 0.5);
  -moz-box-shadow: 0px 2px 20px 5px rgba(40, 40, 40, 0.5);
  box-shadow: 0px 2px 20px 5px rgba(40, 40, 40, 0.5);
}


@media only screen and (min-height: 500px) {
  .altura_minima{
  min-height: calc(100vh - 300px);
}
}

.topo_esquerda_links{
  color: #D5484E;
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}




.topo_absolute{
  position: absolute;
}


.destaques_thumbs{
  margin-top: -90px;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  z-index: 9;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/transparent+0,1c1c1c+100 */
  background: transparent; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(28, 28, 28, 0) 0%,rgba(28, 28, 28, 1) 30%, #1c1c1c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(28, 28, 28, 0) 0%,rgba(28, 28, 28, 1) 30%, #1c1c1c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(28, 28, 28, 0) 0%,rgba(28, 28, 28, 1) 30%, #1c1c1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */

}

.imgb-equal-thumbs{
  background-position: 50% 50%; 
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  border: 4px solid #161616;
  /*opacity: 0.6;*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0px;
}
.thumbs_overlay{
  height: 100%;
  width: 100%;
  background-color: rgba(28, 28, 28, 0.6);
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.synced .item .imgb-equal-thumbs{
  border: 2px solid #E00E11;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(224,14,17,1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(224,14,17,1);
  box-shadow: 0px 0px 30px 0px rgba(224,14,17,1);
}
@-moz-document url-prefix() {
  .synced .item .imgb-equal-thumbs{
  border: 2px solid #E00E11;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(224,14,17,1);
  -moz-box-shadow: 0px 0px 17px 0px rgba(224,14,17,1);
  box-shadow: 0px 0px 17px 0px rgba(224,14,17,1);
}
}
.synced .item .imgb-equal-thumbs .thumbs_overlay{
  background-color: rgba(28, 28, 28, 0);
}

#sync2 .owl-item {
  padding: 15px 15px;
}

.destaques_thumbs_linha{
  height: 2px;
  width: calc(100% - 30px);
  background-color: #E00E11;
  position: absolute;
  top: 50%;
}

.destaques_padtop{
  padding-top: 22%;
}

@media (max-width:1199px){
.imgb-equal-thumbs{
  width: 100px;
  height: 100px;
}
.destaques_thumbs{
  margin-top: -70px;
  padding-bottom: 0px;
}
}

@media (max-width:991px){
.imgb-equal-thumbs{
  width: 120px;
  height: 120px;
}
.topo_absolute{
  position: relative;
}

.destaques_thumbs{
  margin-top: -50px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.destaques_padtop{
  padding-top: 16%;
}
}

@media (max-width:767px){
.destaques_padtop{
  padding-top: 25%;
}


}

@media (max-width:650px){
.destaques-mais-info{
  font-size: 14px;
}
}

.titulo_quem_somos{
  color: #FFF;
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 15px;
}
.texto_quem_somos{
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  padding-top: 30px;
}
@media (max-width:600px){
.titulo_quem_somos{
  font-size: 24px;
  letter-spacing: 10px;
}
.texto_quem_somos{
  font-size: 12px;
}
}
@media (max-width:450px){
.titulo_quem_somos{
  font-size: 22px;
  letter-spacing: 4px;
}
}


.oportunidades-mais-info{
  color: #C75926;
  font-size: 14px;
  letter-spacing: 0px;
  padding: 5px 8px 5px 8px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width:500px){
.oportunidades-mais-info{
  font-size: 12px;
}
}


.menu_footer a{
  text-decoration: none;
}
.menu_footer a div{
  color: #717171;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_footer a:hover div{
  color: #fff;
}
@media (max-width:1199px){
.menu_footer a div{
  font-size: 11px;
}
.menu_footer{
  padding: 0;
}
}
@media (max-width:991px){
.menu_footer a div{
  font-size: 12px;
  text-align: center;
}
.menu_footer{
  padding: 0px 15px;
}
}
@media (max-width:450px){
.menu_footer a div{
  font-size: 11px;
}
.menu_footer{
  padding: 0;
}
}

#sidebar-icons { 
  z-index: 99999;
  width: 80px;
  float: right;
      position: fixed;
    right:49px;
    top: 34%;
  
    font-size: 1.4em; 
    display: grid;
    padding-left: 0;
    margin: 45px 0;   
 

}
#sidebar-icons ul{
  margin: 0;
  position: fixed;
  padding: 10px 0px;
 /* margin-left: 82px;
  margin-top: 10%;*/
  border-radius: 5px;
}

.redes-sociais-home{
    display: inline-block;
    float: right;
}

.redes-sociais-home img{
     display: inline-block;
    padding: 5px;
}

.redes-sociais-home img:hover{
  display: inline-block;
  background-color: rgba(119, 119, 119, 0.8);
  padding: 5px;
}

.listagem_pesquisa_pad{
  padding: 20px 50px 30px 50px;
}
@media (max-width:500px){
.listagem_pesquisa_pad{
  padding: 20px 15px 20px 15px;
}
}


.listagem-mais-info{
  color: #5D5D5D;
  font-size: 12px;
  letter-spacing: 0px;
  padding: 0px 8px 5px 0px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}

.slides_int_img{
  margin: auto;
}


.facebook-icon{
        position: fixed;
    z-index: 999999999;
    right: 10px;
    bottom: 100px;
    -webkit-transition: right .3s ease;
    -moz-transition: right .3s ease;
    transition: right .3s ease;
}
.facebook-icon .tooltip{
  top: 14px !important;
    left: -120px !important;
}
.facebook-icon .tooltip .tooltip-arrow{
  top:50% !important;
  border-left-color: #0084ff;
}
.facebook-icon .tooltip-inner{
  background-color: #0084ff !important;
  font-size: 13px;
}
.facebook-icon-xs{
  float: left;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.fb-logo-client{
    width: 50px !important;
    height: 50px !important;
    width: inherit;
    height: inherit;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
  }
  .fb-logo-client-xs{
    width: 40px;
    height: 40px;
    width: inherit;
    height: inherit;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
  }
  .mini-icon-xs{
      background-size: 20px;
    border: 1px solid rgba(43,146,236,.8);
    background-image: url(/web1/zp/tpl1/template/img/Cortesfb/fb-icon-azul2.png);
    width: 19px;
    height: 19px;
    float: right;
    position: absolute;
    right: 0;
    bottom: -7px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-position: 50%;
  }
    
  .mini-icon{
        background-size: 26px;
    border: 1px solid rgba(43,146,236,.8);
    background-image: url(/web1/zp/tpl1/template/img/Cortesfb/fb-icon-azul2.png);
    width: 25px;
    height: 25px;
    float: right;
    position: absolute;
    right: 0;
    bottom: -10px;
        -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-position: 50%;
  }
.facebook-widget{
  display: none;
   position: fixed;
    z-index: 999999999;
    right: 10px;
    bottom: 155px;
        box-sizing: initial;
    background-color: #fff!important;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-box-shadow: 0 14px 43px 0 rgba(0,0,0,.22);
    -moz-box-shadow: 0 14px 43px 0 rgba(0,0,0,.22);
    box-shadow: 0 14px 43px 0 rgba(0,0,0,.22);
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1s;
}
.facebook-widget-header{
        height: 28px;
    line-height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid #dddfe2;
    background-color: #3B4550;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}
.facebook-widget-header span.txt1{
  color: #fff;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 700;
}
.facebook-widget-header span.txt2{
  color: #92aad8;
    font-size: 11px;
    font-weight: 400;
}
.facebook-widget-header span.facebook-close{
    display: block;
    text-align: center;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
  padding: 0 10px;
  }
.facebook-widget-body{
  position: relative;
    min-height: 90px;
    background-color: #edeef0;
        padding: 14px 19px;
}
.facebook-widget-body img{
  width: 35px;
  height: 35px;
  vertical-align: inherit;
}

.facebook-widget-footer{
    padding: 7px 10px;
    border-top: 1px solid #d6d7d9;
}
.facebook-widget-footer-btn img{
  width: 15px;
  height: 15px;
  vertical-align: sub;
  display: inline-block;
}
.facebook-widget-footer-btn span{
  color: #fff;
}
.facebook-widget-footer-btn{
    display: inline-block;
    height: 26px;
    width: auto;
    overflow: hidden;
    line-height: 25px;
    padding: 0 8px 0 15px;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0 1px 1px rgba(0,0,0,.02);
    border: 1px solid #63b0ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #0084ff;
}
.facebook-texto-icon{
      display: inline-block;
    position: relative;
    width: 44px;
    height: 34px;
    vertical-align: bottom;
}
.facebook-texto{
      padding: 10px 17px;
    font-size: 13px;
    overflow: hidden;
    display: inline-block;
    color: #5f5f5f;
    background-color: #fff;
    box-shadow: 0 3px 2px -2px #dcdcdc;
    -webkit-border-radius:0 25px 25px 25px;
    -moz-border-radius:0 25px 25px 25px;
    border-radius:0 25px 25px 25px;
    border: 1px solid #d6d8dc;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0%   {-ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);}
    50%  {-ms-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2);}
    100% {-ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);}
}

/* Standard syntax */
@keyframes example {
     0%   {-ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);}
    50%  {-ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}
    100% {-ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);}
}

.wa-icon {
position: fixed;
    z-index: 99999999;
    right: 10px;
    bottom: 165px;
    -webkit-transition: right .3s ease;
    -moz-transition: right .3s ease;
    transition: right .3s ease;
}
.wa-icon .tooltip{
  top: 14px !important;
  left: -120px !important;
}
.wa-icon .tooltip .tooltip-arrow{
  top:50% !important;
  border-left-color: #00C853;
}
.wa-icon .tooltip-inner{
  background-color: #00C853 !important;
  font-size: 13px;
}
.mini-icon-2 {
    background-size: 26px;
    /* border: 1px solid #00C853; */
    background-image: url(/web1/zp/tpl1/template/img/Cortesfb/logowa.png);
    width: 26px;
    height: 26px;
    float: right;
    position: absolute;
    right: 0;
    bottom: -10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 9px;
    background-position: 50%;
    background-color: transparent;
    background-repeat: no-repeat;
}

.topo_info{
  background-color: #2F2F2F;
}
.topo_morada{
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  padding-top: 15px;
  text-align: left;
  align-items: center;
  display: inline-flex;
  padding-bottom: 9px;
}

.topo_slogan{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  text-align: right;
  padding-right: 28px;
}

.titulo_destaques{
  font-style: italic;
  color: #AE917F;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 10px;
  margin-bottom: 40px;
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {
.titulo_destaques{
  font-size: 18px;
}
}

.destaques_specs{
padding-top: 20px;
text-align: center;
}

.spec_item{
  color: #C45827;
  display: inline-block;
  padding: 0px 15px;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;

}
.destaques_specs .spec_item:not(:last-child):after{
  content: " \25CF";
  display: block;
  position: absolute;
  right: -4px;
  top: 8px;
  font-size: 5px;
  color: #C45827;
}
@media only screen and (max-width: 500px) {
.spec_item{
  padding: 0px 10px;
  font-size: 11px;
  letter-spacing: 0px;
}
.destaques_specs .spec_item:not(:last-child):after{
  top: 4px;
}
.destaques_specs {
    padding-top: 10px;
}
}

.fundo_site{
  background-image: url(/web1/zp/tpl1/template/img/cortes/head1.jpg);
  background-position-x: 50%;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-color: #fff;
}
.fundo_site_int{
  background-image: url(/web1/zp/tpl1/template/img/cortes/head_int1.jpg);
  background-position-x: 50%;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-color: #fff;
}
.fundo_site_ofi{
  background-image: url(/web1/zp/tpl1/template/img/cortes/head_oficina.jpg);
  background-position-x: 50%;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
.fundo_site_int{
  background-position-y: -40px;
}
.fundo_site_ofi{
  background-position-y: -40px;
}
}

.center{
  text-align: center;
}

.info_outer{
  display: inline-flex;
  align-items: center;
  padding-bottom: 35px;
}
.info{
  color: #969592;
  text-transform: uppercase;
  padding: 10px 40px;
  border-right: 1px solid #969593;
  font-size: 20px;

}

.infoTexto{
  color: #969592;
  padding-left: 40px;
  line-height: 25px;
}

@media only screen and (max-width: 767px) {
.info_outer{
  display: initial;
  text-align: center;
}
.info{
  font-size: 18px;

}
.infoTexto{
  padding-left: 0px;
  font-size: 14px;
}
}

@media only screen and (min-width: 992px) {
.nopadding_desk{
  padding: 0px;
}

}

.txtlistagem{
  font-size: 18px;

}

.listagem{
  font-size: 13px;
}

.listagempreco{
  font-size: 18px;
}



div.btn-disable{
  pointer-events:none;
  opacity: 0.5;
}
.btn-aceitar {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  line-height: 29px;
  padding: 1px 10px;
  background-color: rgba(190, 190, 190, 0.6);
  border-radius: 6px;
  text-decoration: none;
}
.btn-aceitar:hover {
  background-color: rgba(190, 190, 190, 0.8);    
  color: #fff; 
}
.text-cookies{
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
a.link-cookies{
  display: inline-block;
  padding: 0;
  color: #fff;
  font-size: 14px
}
a.link-cookies:hover{
  color: #fff;
}
.nav-cookies{
  background-color: rgba(77, 77, 77, 1);
  border: 0;
}
@media screen and (max-width: 767px){
  .text-cookies, a.link-cookies{
    font-size: 12px;
  }
}
button[disabled], html input[disabled] {
  cursor: default;
  opacity: 0.5 ;
}

.topo_social{
  font-size: 13px;
  font-weight: 500;
  color: #C9C9C9;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-top: 50px;
  text-align: left;
}


.submenu li a:after {
  content: "";
  width: 0;
  background-color: transparent !important;
  height: 0px;
}
.submenu li a:before {
  content: "";
  width: 0;
  background-color: transparent !important;
  height: 0px;
}
.submenu li:hover a:before, .submenu li.active a:before  {
  background-color: rgba(255, 255, 255, 0) !important;
}
.submenu li:hover a:after, .submenu li.active a:after, {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/*.preco-destaques-inner:after {
    content: "";
    width: 65%;
    background-color: #4A4A4A;
    height: 2px;
    display: inherit;
    bottom: 0px;
    left: 0;
    margin: auto;
    margin-top: 4px;
}*/

.preco_destaques_position{
  padding-top: 15px;
  display: inline-flex;
  align-items: center;
}

.ms-slide{
  opacity: 0.7;
}
.ms-slide.ms-sl-selected{
  opacity: 1;
}


.home_mapa_texto{
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #2A2A2A;
  padding: 12px 30px;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  margin-top: -50px;
}
.home_mapa_btn{
  color: #8A8A8A;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 20px;
}
.home_mapa_btn svg{
  fill: #8A8A8A;
}

.footer-img{
  max-width: 50%;
  margin: auto;
  margin-top: -90px;
}

.footer-nav figcaption{
  margin: auto;
}

.footer-nav h3{
  color: #fff;
}

.footer-nav p{
  color: #858585;
}

.footer-cap{
  background-color: #2C2C2C;
}
.footer-cap2{
  background-color: #393939;
}

.footer-crop{
  height: 40px;
  background: linear-gradient(177deg, #2c2c2c 0%,#2c2c2c 50%,#252525 50%,#252525 100%);
  padding: 0px;
}

.footer-crop2{
  height: 40px;
  background: linear-gradient(5deg, #252525 0%,#252525 50%,#393939 50%,#393939 100%);
  padding: 0px;
}

.footer-crop3{
  height: 20px;
  background: linear-gradient(177deg, #2c2c2c 0%,#2c2c2c 50%,#252525 50%,#252525 100%);
  padding: 0px;
}

.footer-gradient-complement{
  height: 200px;
  background-color: #252525;
  margin-top: -150px;
}

.figure-row{
  display: inline-block;
  margin: auto;
  text-align: center;
  margin-top: 120px;
}

.footer-center-text{
  font-size: 12px;
  margin-bottom: 0;
  color: #BFBFBF;
  font-weight: 500;
}
.footer-center-text span{
  font-size: 14px;
}


.footer-left-text{
  text-align: left;
}

.footer-center{
  
}

.footer_form_titulo{
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
}
.footer_form_telef{
  width: 80%;
}
/*
.menu-top .submenu a:hover{
  opacity: 0.6;
}
*/
/*Mobile adjust*/

@media only screen and (max-width: 767px){
  .footer-img{
    max-width: 50%;
    margin: auto;
  }
  .figure-row{
   margin-top: 50px;
  }
  .footer-nav h3{
    font-size: 25px;
  }

  .footer-nav p{
    font-size: 18px;
  }

  .footer-center{
    text-align: center;
  }
  .footer_form_telef{
    margin: auto;
  }
}


.form-pesquisa-coluna{
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 991px){
  .form-pesquisa-coluna{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pages-scroll{
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 500px){
  .pages-scroll{
  font-size: 10px;
}
.pagination li {
    padding: 0px 5px;
    font-size: 10px;
}
}

.preco-ficha {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}

.header-auto-solic{
    text-align: right;
  }

@media only screen and (max-width: 1200px){
  .header-auto-solic{
    text-align: center;
  }
}

@media only screen and (max-width: 768px){
  .header-auto-specs {
    text-align: center;
    margin-bottom: 20px;
  }
}

.radio-adjust-footer{
  margin-top: -10px;
}

@media only screen and (max-width: 768px){
  .radio-adjust-footer {
    margin-top: 0px;
  }
}

#viatura_imagens .rsArrow:hover{
  background: rgba(255,255,255,0.0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slogan_titulo{
  color: #FF161F;
  font-weight: 800;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.slogan_subtitulo{
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 15px;
}
.slogan_texto{
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
}
.slogan_linha {
  background-image: linear-gradient(rgba(255, 255, 255, 1) 33%, rgba(255,255,255,0) 0%);
  background-position: right;
  background-size: 1px 7px;
  background-repeat: repeat-y;
  width: 50%;
}
@media only screen and (max-width : 600px) {
.slogan_titulo{
  font-size: 30px;
}
.slogan_subtitulo{
  font-size: 14px;
}
}

.titulo_home_pesquisa{
  color: #995C2B;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 5px;
  margin-bottom: 45px;
}
.fundo_pesquisa{
  background-image: url(/web1/zp/tpl1/template/img/cortes/fundo_pesquisa.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 618px;
}
@media only screen and (max-width : 600px) {
.titulo_home_pesquisa{
  font-size: 18px;
  margin-bottom: 20px;
}
}

.fundo_oficina{
  background-color: #F5F5F5;
  position: relative;
  margin-top: 40px;
}
.fundo_oficina_img{
  background-image: url(/web1/zp/tpl1/template/img/cortes/fundo_oficina.png);
  background-position-y: 50%;
  background-position-x: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 465px;
  position: absolute;
  width: 48%;
  top: -64px;
}

.home_oficina_titulo{
  font-size: 28px;
  font-weight: 600;
  color: #FF161F;
  text-transform: uppercase;
}
.home_oficina_subtitulo{
  font-size: 20px;
  font-weight: 600;
  color: #B4B4B4;
}
.home_oficina_texto{
  color: #B4B4B4;
  font-size: 14px;
  text-transform: initial;
  font-weight: 500;
  line-height: 28px;
  padding: 15px 0px;
}
.btn_home_oficina {
  padding: 8px 40px !important;
  font-size: 13px;
  letter-spacing: 1px;
  color: #FF161F;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: 600;
  border: 1px solid #FF161F;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 25px;
  background-color: transparent;
}
.btn_home_oficina:hover, .btn_home_oficina:active, .btn_home_oficina:focus{
  background-color: rgba(170, 104, 51, 0.2);
  outline: none;
}

@media (max-width:767px){
  .fundo_oficina_img{
  height: 465px;
  position: relative;
  width: 100%;
  top: 0px;
  background-position-x: 0%;
}
}
@media (max-width:600px){
  .fundo_oficina_img{
  height: 300px;
  }
}
@media (max-width:500px){
.home_oficina_titulo{
  font-size: 20px;
}
.home_oficina_subtitulo{
  font-size: 16px;
}
}
@media (max-width:400px){
.fundo_oficina_img{
  height: 260px;
}
}

.titulo_home_video{
  color: #995C2B;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  font-style: italic;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fundo_video{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+30,e2ccba+50,d6b79e+51,ffffff+70,ffffff+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 40%, #e2ccba 50%, #d6b79e 50%, #ffffff 60%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 40%,#e2ccba 50%,#d6b79e 50%,#ffffff 60%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 40%,#e2ccba 50%,#d6b79e 50%,#ffffff 60%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.footer_direc_outer{
  text-align: center;
  position: absolute;
  top: -18px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding: 0px 15px;
}
.footer_direc{
  background-color: #FAF1EA;
  border-radius: 20px;
  text-align: center;
  display: inline-flex;
  width: 450px;
}
.footer_direc_texto{
  width: 70%;
  color: #757575;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  padding: 8px 0px;
}
.footer_direc a{
  width: 40%;
}
.footer_direc_btn{
  float: right;
  padding: 10px 15px 9px 15px;
  border-radius: 20px;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  background: #825027;
  background: -moz-linear-gradient(left, #825027 0%, #FF161F 100%);
  background: -webkit-linear-gradient(left, #825027 0%,#FF161F 100%);
  background: linear-gradient(to right, #825027 0%,#FF161F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#825027', endColorstr='#FF161F',GradientType=1 );
}

@media (max-width:480px){
.footer_direc{
  width: 290px;
}
.footer_direc_texto {
    font-size: 11px;
    line-height: 25px;
}
.footer_direc_btn{
  font-size: 8px;
}
}


.bar_lateral{
  position: fixed;
  z-index: 9999;
  right: 10%;
  background-color: #FCFCFC;
  top: 300px;
  padding: 10px 20px;
  color: #464646;
  border-radius: 30px;
  font-size: 10px;
  transform: rotate(90deg);
  letter-spacing: 1.5px;
  border: 2px solid #F6F6F6;
}
.icon-w{
  display: inline-block;
}

@media (max-width:1800px){
.bar_lateral{
  right: 0%;
}
}
@media only screen and (max-width: 1440px) {
  .bar_lateral{
    display: none;
  }
}


.btn_ficha_fundo{
  padding: 0px !important;
  margin-right: 15px !important;
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
.btn_ficha_fundo{
  padding: 0px !important;
  margin-right: 8px !important;
  font-size: 11px;
}
}
@media only screen and (max-width: 991px) {
.btn_ficha_fundo{
  padding: 0px !important;
  margin-right: 15px !important;
  font-size: 14px;
}
}

.ficha_marca{
    color: #B05B08;
  font-family: Ubuntu;
  font-size: 1.7vw;
  font-weight: 600;

}
@media only screen and (max-width: 450px) {
.ficha_marca{
    font-size: 17px;
    line-height: 22px;
}
}

.preco_ficha_mobile{
  display: inline-block;
  padding: 6px 35px;
  border-radius: 25px;
  background: #825027;
  background: -moz-linear-gradient(left, #825027 0%, #FF161F 100%);
  background: -webkit-linear-gradient(left, #825027 0%,#FF161F 100%);
  background: linear-gradient(to right, #825027 0%,#FF161F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#825027', endColorstr='#FF161F',GradientType=1 );
}

.preco-ficha-inner{
  padding: 6px 25px 4px 25px;
  border-radius: 20px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background: #825027;
  background: -moz-linear-gradient(left, #825027 0%, #FF161F 100%);
  background: -webkit-linear-gradient(left, #825027 0%,#FF161F 100%);
  background: linear-gradient(to right, #825027 0%,#FF161F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#825027', endColorstr='#FF161F',GradientType=1 );
}

.ficha_preco_div{
  padding-top: 15px;
  padding-bottom: 25px;
}
.ficha_preco_div_inner{
  display: inline-block;
  text-align: right;
  padding: 0;
}


.wa-icon {
position: fixed;
    z-index: 99999999;
    right: 10px;
    bottom: 165px;
    -webkit-transition: right .3s ease;
    -moz-transition: right .3s ease;
    transition: right .3s ease;
}
.wa-icon .tooltip{
  top: 14px !important;
  left: -120px !important;
}
.wa-icon .tooltip .tooltip-arrow{
  top:50% !important;
  border-left-color: #00C853;
}
.wa-icon .tooltip-inner{
  background-color: #00C853 !important;
  font-size: 13px;
}
.mini-icon-2 {
    background-size: 26px;
    /* border: 1px solid #00C853; */
    background-image: url(/web1/zp/tpl1/template/img/Cortesfb/logowa.png);
    width: 26px;
    height: 26px;
    float: right;
    position: absolute;
    right: 0;
    bottom: -10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 9px;
    background-position: 50%;
    background-color: transparent;
    background-repeat: no-repeat;
}


.svg_outer_premium svg{
  fill: #FF161F;
}
.svg_outer_oportunidades svg{
  fill: #E56B16;
}
.svg_outer_gold svg{
  fill: #CCA435;
}

.cor_premium{
  color: #FF161F !important;
}
.cor_oportunidades{
  color: #E56B16 !important;
}
.cor_gold{
  color: #CCA435 !important;
}

.background_premium{
  background-color: #FF161F;
}
.background_oportunidades{
  background-color: #E56B16;
}
.background_gold{
  background-color: #CCA435;
}

.destaques_info_div{
  background-color: #fff;
  margin-top: -15px;
  z-index: 1;
  padding-bottom: 25px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 20px 25px -15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 25px -15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 25px -15px rgba(0, 0, 0, 0.2);
}

.btn_ver_stock{
  color: #575757;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
}
.btn_ver_stock:after{
  content: "";
  width: 60%;
  background-color: #CCCCCC;
  height: 2px;
  display: inherit;
  bottom: 0px;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_ver_stock:hover:after{
  width: 90%;
  background-color: #575757;
}


.destaques_btns_div{
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  padding-top: 25%;
  display: none;
}

.destaques_btn{
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  width: 32%;
  padding: 7px 0px 5px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.destaques_btn svg{
  fill: #FF161F;
  margin-bottom: 7px;
}
.destaques_btn_oport svg{
  fill: #E56B16;
  margin-bottom: 7px;
}
.destaques_btn_gold svg{
  fill: #CCA435;
  margin-bottom: 7px;
}

.destaques_btn:hover{
  background-color: rgba(255, 255, 255, 0.2);
}

.mostra{
  display: initial;
}
.esconde{
  display: none;
}

.fundo_paginas{
  background-color: #242424;
}

.home_links_paginas{
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding-bottom: 30px;
}
.home_links_paginas img{
  max-height: 85px;
  margin: auto;
  margin-bottom: 20px;
}

.home_info{
  padding-bottom: 20px;
}
.home_info img{
  margin: auto;
  height: 130px;
}
.home_info .home_info_titulo{
  color: #575757;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 22px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}
.home_info .home_info_texto{
  color: #575757;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 767px){
.home_info .home_info_titulo{
  font-size: 16px;
}
}

.home_marcas{
  padding: 0px 5px;
}
.home_marcas a img{
  margin: auto;
}


.titulo_noticias {
  font-weight: 700;
  line-height: 30px;
  color: #575757;
  padding-top: 0px;
  font-size: 24px;
  text-transform: uppercase;
}
.titulo_noticias:after {
  width: 70%;
}


.compromisso_fundo{
  background-image: url(/web1/zp/tpl1/template/img/cortes/img_comp.jpg);
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.compromisso_cert{
  background-image: url(/web1/zp/tpl1/template/img/cortes/img_viatcertf.jpg);
}
.compromisso_garant{
  background-image: url(/web1/zp/tpl1/template/img/cortes/img_garant.jpg);
}
.compromisso_finan{
  background-image: url(/web1/zp/tpl1/template/img/cortes/img_financ.jpg);
}
.compromisso_satis{
  background-image: url(/web1/zp/tpl1/template/img/cortes/img_satisf.jpg);
}
.compromisso_cobert{
  background-image: url(/web1/zp/tpl1/template/img/cortes/img_cobert.jpg);
}
.compromisso_8anos{
  background-image: url(/web1/zp/tpl1/template/img/cortes/img_8anos.jpg);
}
.compromisso_assit{
  background-image: url(/web1/zp/tpl1/template/img/cortes/img_assist.jpg);
}
.compromisso_check{
  background-image: url(/web1/zp/tpl1/template/img/cortes/img_check.jpg);
}

.home_compromissos_titulo{
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.home_compromissos_col{
  padding-bottom: 50px;
}

.home_compromissos_img{
  margin: auto;
  margin-bottom: 20px;
  height: 56px;
}
.home_compromissos_texto{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px){
.home_compromissos_texto{
  font-size: 14px;
}
.home_compromissos_titulo{
  font-size: 20px;
  line-height: 26px;
}
}




.footer_entreposto{
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 19px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
}
.footer_sites{
  color: #666666;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 10px;
}


.footer_left{
  padding-top: 2px;
  border-right: 1px solid #2E2E2E;
  margin-top: 10px;
  padding-bottom: 2px;
}

@media (max-width: 991px){
.footer_left{
  border-right: none;
}
}



#owl-banners .owl-item{
    padding: 0px;
}


.home_banners_titulo{
  color: #fff;
  font-family: "Ubuntu";
  font-size: 31px;
  line-height: 38px;
  text-shadow: 0px 1px 10px #000000;
  padding-top: 40px;
}
.home_banners_texto{
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  height: 69px;
  overflow: hidden;
  text-shadow: 0px 1px 10px #000000;
  margin-top: 20px;
}
.home_banners_texto p{
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}
.home_banners_link a{
  text-decoration: none;
  color: #FF161F;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 2;
  position: relative;
}
@media (max-width: 500px){
.home_banners_titulo{
  font-size: 22px;
  line-height: 28px;
  text-shadow: 0px 1px 10px #000000;
  padding-top: 40px;
}
}


.btn-banner-home{
  border: 0;
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 0px;
  height: 40px;
  background: #FF161F;
  transition: all 0.5s;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 40px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
}
.btn-banner-home:hover{
  background: #d6050d;
}
.btn-banner-home:focus{
  background: #d6050d;
  outline: none;
}


.fundo_interiores{
  background-size: cover;
  background-position: 50%;
  position: relative;
  height: 185px;
}
.fundo_int_premium{
  padding-top: 50px; 
padding-bottom: 30px;
background-image: url(/web1/zp/tpl1/template/img/cortes/bg_rep2.jpg);
background-color: #C2C2C2;
}
.fundo_int_oport{
  background-image: url(/web1/zp/tpl1/template/img/cortes/Oport/head_int.jpg);
}
.fundo_int_gold{
  background-image: url(/web1/zp/tpl1/template/img/cortes/Gold/head_int.jpg);
}
.fundo_listagem{
  height: 220px;
}
@media (max-width: 767px)
{
.fundo_interiores{
  height: 150px;
}
}


.titulo-page-dest {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #5E5E5E;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 767px)
{
  .titulo-page-dest{
    font-size: 16px;
  }
}
.titulo-page-dest:after {
  content: "";
  width: 50%;
  background-color: #FF161F;
  height: 2px;
  display: inherit;
  bottom: 0px;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.btn-type-gold {
  border: 1px solid #CCA435;
  background-color: #CCA435;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(204,164,53, 0.4);
  -moz-box-shadow: 0px 5px 15px 0px rgba(204,164,53, 0.4);
  box-shadow: 0px 5px 15px 0px rgba(204,164,53, 0.4);
}
.btn-type-gold:hover, .btn-type-gold:active, .btn-type-gold:focus{
  background-color: #bd9936; 
}
.btn-type-oport {
  border: 1px solid #E56B16;
  background-color: #E56B16;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(229,107,22, 0.4);
  -moz-box-shadow: 0px 5px 15px 0px rgba(229,107,22, 0.4);
  box-shadow: 0px 5px 15px 0px rgba(229,107,22, 0.4);
}
.btn-type-oport:hover, .btn-type-oport:active, .btn-type-oport:focus{
  background-color: #cc590a; 
}


.topo_btns{
  display: inline-block;
  padding-left: 10px;
  color: #A1A1A1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.topo_btns:hover{
  color: #fff;
}


.listagem_ordenacao{
 
}
@media only screen and (max-width : 991px) {
.listagem_ordenacao{
  float: none;
}
}

select.form-ordenacao{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/web1/zp/tpl1/template/img/cortes/ordenacao.svg) no-repeat 60px center;
  background-position-x: 90%;
  background-size: 18px;

  padding: 13px 15px !important;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-transform: inherit;
  display: inline-block;
  background-color: #FFFFFF;
  color: #939393;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  min-width: 170px;
  margin: 0px 5px;
}
select.form-ordenacao option{
  color: #575757;
  font-weight: 500
}
select.form-ordenacao:focus{
  outline: none;
}

.listagem_pesquisa_titulo{
  color: #575757;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  padding-bottom: 25px;
}



.listagem_btns_div{
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 11%;
  display: none;
  text-align: center;
}

.listagem_btn{
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  width: 15%;
  padding: 5px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.listagem_btn svg{
  fill: #FF161F;
  margin-bottom: 7px;
}
.listagem_btn_oport svg{
  fill: #E56B16;
  margin-bottom: 7px;
}
.listagem_btn_gold svg{
  fill: #CCA435;
  margin-bottom: 7px;
}

.listagem_btn:hover{
  background-color: rgba(255, 255, 255, 0.2);
}

.listagem_info_div{
  background-color: #fff;
  margin-top: -12px;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0px 20px 25px -15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 25px -15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 25px -15px rgba(0, 0, 0, 0.2);
}

.texto-listagem{
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #1C1C1C;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.texto-listagem2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #575757;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.preco_listagem_position{
  padding-top: 15px;

  align-items: center;
}
.listagem-mais-info{
  text-align: left;
  font-weight: 500;
  display: inline-flex;
  color: #A1A1A1;
  font-size: 15px;
  line-height: 20px;
  padding-right: 2px;
}


.specs-listagem-icon{
  padding-right: 5px;
  height: 17px;
}

@media only screen and (max-width : 1199px) {
.listagem-mais-info {
    font-size: 12px;
    line-height: 15px;
}
.specs-listagem-icon{
  padding-right: 4px;height: 14px;
}
.listagem_info_div{
  padding-top: 5px;
  padding-bottom: 30px;
}
}

@media (max-width: 767px){
.listagem_info_div{
  background-color: #fff;
  margin-top: 0px;
  z-index: 1;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-shadow: 0px 20px 25px -15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 25px -15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 25px -15px rgba(0, 0, 0, 0.2);
}
.listagem-mais-info {
  font-size: 15px;
  line-height: 20px;
}
.specs-listagem-icon{
  padding-right: 5px;
  height: 17px;
}
   
}

@media only screen and (max-width : 500px) {
  .texto-listagem{
    font-size: 18px;
    padding-top: 15px;
  }
  .texto-listagem2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #575757;
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
}
.specs-listagem-icon{
  padding-right: 4px;height: 14px;
}
.listagem-mais-info {
    text-align: left;
    font-weight: 500;
    display: inline-flex;
    color: #A1A1A1;
    font-size: 12px;
    line-height: 15px;
    padding-right: 2px;
}
}


.pesquisa_titulo_tipo{
  color: #333333;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.pesquisa_selected_items{
  color: #FF161F;
  font-size: 11px;
  line-height: 14px;
}
.pesquisa_btn_show{
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pesquisa_btn_show:hover{
  opacity: 1;
}
.pesquisa_btn_show_on{
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pesquisa_item{
  position: relative;
  /*padding-bottom: 15px;*/
}

.no_shadow{
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.pesquisa_select_margin{
  margin-top: 10px;
  height: initial;
}

#pesquisa_modelos_automoveis select{
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}




.preco-ficha {
  color: #333333;
  font-size: 29px; 
  line-height: 29px;  
  text-align: right;
  display: block;
}

.ficha_social{
  display: inline-block;
  padding: 0px 5px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ficha_social:hover{
  opacity: 0.7;
}


.ficha_preco_align{
  text-align: right;
}

@media only screen and (max-width : 1199px) {
.btn-type-1{
  padding: 10px 15px !important;
}
}
@media only screen and (max-width : 991px) {
.btn-type-1{
  padding: 10px 20px !important;
}
}

@media only screen and (max-width : 767px) {
.ficha_preco_align{
  text-align: right;
  margin-bottom: 10px;
}
.novaRowFicha .ficha_preco_align{
  text-align: right; 
}
.ficha_preco_div_inner {
    text-align: center;
    padding-top: 20px;
}
.novaRowFicha  .marca-modelo-ficha {
    height: initial;
    padding-bottom: 10px;
}
}



.ficha_nome_stand{
  color: #1C1C1C;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.ficha_stand_titulo{
  font-size: 14px;
  font-weight: 500;
}
.ficha_stand_texto{
 color: #4A4A4A;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
}

.listagem_noticias_pad{
  padding-left: 15px;
  padding-right: 15px;
}

.btn-Contactar-comercial{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    cursor: pointer;
    border-top-left-radius: 0px;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 0px;

    background-color: rgb(193 85 0); 
    height: 50px;
    color: #FFFFFF;
    font-family: Ubuntu;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all; 
}

.btn-Contactar-comercial:hover{
  background: #d6843f;
}
.btn-Contactar-comercial img{
 margin-right: 5px; 
}
@media only screen and (max-width : 767px) {
.listagem_noticias_pad{
  padding-left: 0px;
  padding-right: 0px;
}
}


.titulo-noticias{
  padding: 0;
  padding-top: 30px;
  padding-bottom: 5px;
  color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;

    overflow: hidden;
    height: 107px;
}
.data-noticias{
 color: #9B9B9B;
  font-family: Ubuntu;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px; 
  padding-bottom: 15px;
  text-transform: uppercase;
}
.resumo-noticias{
height: 170px;
color: #1D1D1D;
font-family: Ubuntu;
font-size: 15px;
font-weight: 300;
letter-spacing: 0;
line-height: 28px;
overflow: hidden;
}
.btn-Ver-Artigo{
    margin-top: -25px;

  border: 2px solid rgb(193 85 0);
  border-radius: 21px;
  background-color: #FFFFFF;

   color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;

  height: 40px;

text-transform:uppercase;
}
.sombra_cinza{
 padding-top: 55px;
    border-radius: 13px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.13), 0 11px 24px 0 rgba(0,0,0,0.14);
    margin-top: -100px; 
        padding-bottom: 35px;
}
.sombra_cinza:hover{
    box-shadow: 0 2px 6px 2px rgba(0,0,0,0.13), 0 11px 24px 0 rgba(0,0,0,0.14);
}


@media only screen and (max-width : 600px) {
.titulo-noticias{
  font-size: 14px;
  line-height: 18px;
}
}

.share_btn svg{
  fill: #333333;
  margin-bottom: 10px;
}

.titulo_noticias_ficha{
  font-size: 24px;
  line-height: 24px;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
}
.titulo_noticias_ficha:after{
  max-width: initial;
}
@media (max-width: 991px){
.titulo_noticias_ficha{
  font-size: 14px;
  line-height: 14px;
}
}


.ficha_btn{
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  width: 90px;
  padding: 7px 0px 5px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 1px;
}
.ficha_btn svg{
  fill: #fff;
  margin-bottom: 7px;
}
.ficha_btn_oport svg{
  fill: #E56B16;
  margin-bottom: 7px;
}
.ficha_btn_gold svg{
  fill: #CCA435;
  margin-bottom: 7px;
}

.ficha_btn:hover{
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-favorito-active .destaques_btn, .btn-favorito-active .listagem_btn{
  background-color: #FF161F;
}
.btn-favorito-active .destaques_btn svg, .btn-favorito-active .listagem_btn svg{
  fill: #fff;
}


.btn-favorito-active .ficha_btn{
  background-color: rgba(255, 255, 255, 0.7);
  color: #FF161F;
}
.btn-favorito-active .ficha_btn svg{
  fill: #FF161F;
}

.ficha_btns_topo{
  text-align: right;
  padding-top: 50px;
  position: absolute;
  right: 0;
  top: 0px;
}

.ficha_btn svg{
  width: 40px;
  height: 40px;
}
@media (max-width: 550px){
.ficha_btn svg{
  width: 15px;
  height: 15px;
}
.ficha_btn{
  display: block;
  font-size: 8px;
  width: 50px;
  font-weight: 500;
  letter-spacing: 0px;
}
.ficha_btns_topo {
  padding-top: 30px;
  right: 15px;
  top: 0px;
}
}


.favoritos_item{
  padding-bottom: 50px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767px){
.favoritos_item{
  padding-left: 15px;
  padding-right: 15px;
}
}



.comparador_item{
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.comparador_spec{
  color: #484848;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 0px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.comparador_spec span{
  font-size: 12px;
  font-weight: 400;
}

.comparador_preco{
  font-size: 16px;
  font-weight: 600;
}
.comparador_preco span{
  font-size: 14px;
  font-weight: 500;
}

.favoritos_btn_on {
position: absolute;
background-color: #F5F5F5;
width: 100%;
top: 0;
right: 0;
}

.btn_remover_comp{
  cursor: pointer;
  color: #FF161F;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_remover_comp:hover{
  color: #424242;
}


.titulo-page-rel {
  margin-bottom: 25px;
}
.titulo-page-rel:after {
  content: "";
  width: 80%;
}





.btn-group,
.multiselect {
  width: 100%;
}

.multiselect {
  text-align: left;
  padding-right: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multiselect .caret {
  right: 12px;
  top: 45%;
  position: absolute;
}

.multiselect-container.dropdown-menu {
    min-width: 0px;
}

.multiselect-container>li>a>label {
    white-space: normal;
    padding: 5px 15px 5px 35px;
}

.multiselect-container > li > a > label > input[type="checkbox"] {
    margin-top: 3px;
}


.form-group-combobox select {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
    padding-right: 50px;
    padding-right: 0\9;
    background: #fff url(/web1/zp/tpl1/template/img/cortes/down_cinza.svg) no-repeat 60px center;
    background-repeat: no-repeat;
    background-position: -webkit-calc(100% - 22px) 19px;
    background-position: calc(100% - 22px) 19px;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #888787;

  border-radius: 0px;
  background-color: #FFFFFF;
}

.form_listagem_novo{
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  height: 35px;
}


select::-ms-expand {
    display: none;
}


.form-control-combobox2{

}

.form-control-combobox2 {
  display: block;
  padding: 0px 10px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #1D1D1D;

  border-right: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #888787;
  border-radius: 0px;
  background-color: #FFFFFF;
  height: 40px;
   border-right: 1px solid #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-control-combobox2:focus {
  border-color: #fff;
  outline: 0;
}
.form-control-combobox2:focus {
  border-color: #888787;
  border-right: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control-select2 {
  border: 1px solid #888787;
}
.form-control-select2:focus {
  border: 1px solid #888787;
}

.multiselect-wrapper .multiselect-list.active {
  z-index: 2;
}

select[multiple]{
  display: none;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}
.multiselect-native-select .btn-default , .btn-group.open .dropdown-toggle{
  margin-right: 0 !important;
  width: 100%;
  border: 1px solid #DFDFDF !important;
  /*box-shadow: 0px 3px 8px 0px rgba(151, 161, 165, 0.32);*/
  border-radius: 5px;
  background-color: #fff !important;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  text-transform: initial;
  text-align: left;
  padding: 0 10px !important;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*background-image: url(/web1/zp/tpl1/template/imagens/select-seta.svg);*/
  background: #fff url(/web1/zp/tpl1/template/img/cortes/down_cinza.svg) no-repeat 60px center;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 16px;
}
.btn .caret{
  display: none;
}
.multiselect-native-select .btn-group{
  width: 100%;
}
.multiselect-container>li>a{
  text-decoration: none;
}
.open>.dropdown-menu {
  display: block;
  width: 100%;
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox{
  background-color: #fff;
  color: #37474F;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}
.multiselect-container>li>a>label>input[type=checkbox] {
  margin-bottom: 5px;
  margin-top: 0px;
  top: 7px;
}
.multiselect-container input[type="checkbox"]{
  margin: 2px 0 0;
  margin-left: -20px;
}
.multiselect-native-select .btn span{
  font-weight: 400;
  max-width: 100%;
  margin-right: 0;
  padding-right: 27px;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-clear-search-multiselect{
  right: 13px;
  top: 11px;
  background-color: #fff;
  width: 40px;
  position: absolute;
  z-index: 2;
  vertical-align: middle;
  text-align: center;
  line-height: 39px;
  font-size: 16px;
  cursor: pointer;
  color: #37474F;
  display: none;
  border-radius: 6px;
}

.multiselect-container>li>a>label>input[type=checkbox] {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}


.dropdown-menu>li>a {
    color: #37474F;
    font-size: 15px;
    font-weight: 500;
}
.multiselect-container>li>a {
    text-decoration: none;
}

.open>.dropdown-menu {
    display: block;
    width: 100%;
}
.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: #fff;
    border: 1px solid #ccc;
    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;
}



.loader_listagem{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 5000;
  top: 0px;
  text-align: center;
  padding-top: 200px;
  display: none;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF161F;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




.contactos_concessionarios_texto{
  font-size: 15px;
  height: 84px;
  overflow: hidden;
  margin-bottom: 20px;
}
.contactos_moradas_cont{
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px){
.contactos_concessionarios_texto{
  height: initial;
}
}


@media (max-width: 991px){
.pesquisa_listagem {
    display: none;
}
}


@media only screen and (max-width: 767px) {
.nopadding_xs{
  padding-right: 0px;
  padding-left: 0px;
}
}

@media only screen and (max-width: 650px) {
.nopadding_dest{
  padding-right: 0px;
  padding-left: 0px;
}
.row_dest{
  margin-right: -30px;
  margin-left: -30px;
}
}

@media only screen and (max-width: 767px) {
.nopadding_xs_noticia{
  padding-right: 0px;
  padding-left: 0px;
}
.nopadding_xs_noticia #gallery-2{
	margin: auto;
}
}


.header_contacto{
  position: absolute;
    right: 0px;
    top: 38px;
}
@media (max-width: 767px){
.header_contacto {
    top: 32px;
}
}

.header_contacto svg{
  fill: #1D1D1B;
  height: 35px;
  /*-webkit-transition: all 0.5s;
  transition: all 0.5s;*/
  animation: pulse 5s infinite;
}

@-webkit-keyframes pulse {
  0% {
    fill: #1D1D1B;
  }
  70% {
    fill: #1D1D1B;
  }
  90% {
    fill: rgb(193 85 0);
  }
  90% {
    fill: rgb(193 85 0);
  }
  100% {
    fill: #1D1D1B;
  }
}
@keyframes pulse {
  0% {
    fill: #1D1D1B;
  }
  70% {
    fill: #1D1D1B;
  }
  90% {
    fill: rgb(193 85 0);
  }
  90% {
    fill: rgb(193 85 0);
  }
  100% {
    fill: #1D1D1B;
  }
}

.popup_contactar_div {
    text-align: center;
    margin: auto;
    /* max-width: 400px; */
    border-radius: 6px;
    display: inline-block;
}
.popup_mobile_titulo {
  fill: color: rgb(193 85 0);
  display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(193 85 0);
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
}

.popup_mobile_redes {
    padding-top: 5px;
}

.popup_mobile_redes a{
    text-decoration: none;
}
.popup_mobile_redes_item {
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.5);
    border-radius: 10px;
    width: 115px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    margin: 0px 5px 10px 5px;
}


.popup_mobile_redes a .popup_mobile_redes_item {
    color: #ABABAB;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.popup_mobile_redes_item div {
    display: inline-block;
    width: 100%;
}

.popup_mobile_redes img {
    display: block;
    margin: auto;
    padding-bottom: 5px;
    max-width: 40px;
    margin-bottom: 5px;
}

.img_phone {
    height: 35px;
}
.img_mobile {
    height: 35px;
}
.img_email {
    width: 35px;
}
.img_mobile {
    height: 35px;
}
.img_facebook {
    width: 35px;
}
.img_whatsapp {
    width: 40px;
}



/*------------------consilcar---------------*/

/*Menu B-Liner*/

@media (max-width: 991px){
  .sidenav {
    height: 100%; /* 100% Full-height */
  }
}
.sidenav {
  /*height: 100%;  100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: absolute; /* Stay in place */
  z-index: 1032; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  -webkit-transition: 0.3s;
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
  padding-bottom: 15px;
}
@media (min-width: 992px){
  .sidenav {
    height: 100vh;
  }
}

#wpage{
  overflow: hidden;
}
/* The navigation menu links */
.sidenav a {
  /*padding: 8px 8px 8px 32px;*/
  padding: 4px 8px 4px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #4A4A4A;
  display: block;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-weight: 500;
}
.nav-list a{
  font-size: 15px;
  line-height: 17px;
}
.navbar-mobile>li>a {
  padding-left: 15px;
  font-size: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
  color: #1d1d1d;
}
.navbar-mobile li a span{
  font-size: 15px;
  padding-right: 10px;
  font-weight: 500;
  color: #333333;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  font-size: 36px;
  background: #fff;
  box-shadow: none;
  width: 100%;
  padding: 0;
  padding-top: 10px;
  height: 60px;
}
.closebtn .navbar-toggle .icon-bar{
  background-color: #000;
}
.closebtn .navbar-toggle .text-menu{
  color: #000;
}
.sidenav .collapsed i{
  font-size: 7px;
  margin-right: 0;
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  
}
.sidenav .closebtn:hover {
  color: #1d1d1d;
}
.sidenav .closebtn {
  color: #B7BFC4;
}
.sidenav a i{
  font-size: 7px;
  margin-right: 0;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 10px;
}




/*Button B-Liner*/


.sr-only {
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: initial;
  border: 0;
  position: relative;
  height: initial;
  width: initial;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}


.navbar-toggle {
  /*position: absolute;*/
  /*top: -5px;
  left: 15px;
  z-index: 1;
  margin-bottom: 8px;*/
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: -3px;
}


.navbar-default .navbar-toggle {
    border: 0;
    padding-right: 0;
    min-width: 50px;
    text-align: center;
    float: left;
    margin-top: 2px;
}

.navbar-toggle .icon-bar {
display: block;
    margin: auto;
    margin-bottom: 4px;
    margin-top: 5px;
    width: 25px;
    height: 2px;
    border-radius: 5px;
    background-color: #1D1D1B;
}


.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

.navbar-toggle .icon-3 {
  margin-bottom: 0;
}

.collapsed .icon-2 {
  width: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.collapsed .icon-3 {
  width: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.text-menu {
  font-size: 11px;
  font-weight: 600;
  color: #1D1D1B;
  line-height: 17px;
  text-transform: uppercase;
}

.navbar-default .navbar-toggle .text-menu {
  color: #92278F;
}

@media (min-width: 992px){
  .navbar-toggle {
    display: block;
  }
}



/*Fim Button B-Liner*/

.text-menu-mob {
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  color: #4A4A4A;
}

.demo-icon {
    font-family: "my-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
}


.menu_mobile_stand {
  position: relative;
  margin-top: -40px;
  margin-left: 15px;
  width: 70%;
}

.menu_mobile_stand_nome {
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.menu_mobile_stand_sub {
  color: #9B9B9B;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
}

.navbar-mobile>li {
  width: 100%;
  margin-left: 0px;
  margin-bottom: 5px !important;
}

.navbar-mobile>li.active a, .navbar-mobile>li:hover a {
  width: 100%;
  color: #333333;
}
@media (min-width: 992px){
  .navbar-mobile>li.active a, .navbar-mobile>li:hover a {
    width: 100%;
    color: #C15500;
  }
}


.navbar-mobile>li>a {
  padding-left: 15px;
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.menu_dot_mobile {
  fill: rgb(193 85 0);
  width: 10px;
  margin-right: 5px;
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.collapsed .menu_dot_mobile {
  transform: rotate(-90deg);
}

.menu_dot_desktop {
  fill: rgb(193 85 0);
  width: 10px;
  margin-right: 5px;
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.collapsed .menu_dot_desktop {
  transform: rotate(-90deg);
}


.navbar-mobile li:nth-child(even) {
  background: #E7E7E7;
  height: 1px;
  max-width: 85%;
    left: 5%;
}

.navbar-mobile li:nth-child(even):last-child {
  background: #E7E7E7;
  height: 0px;
}

.menu_mobile_titulo {
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 0px;
}

.menu_mobile_redes {
  padding-top: 5px;
}

.menu_mobile_redes_item {
  display: inline-block;
  padding-right: 10px;
}

.menu_mobile_redes_item a {
  color: #ABABAB;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding-left: 5px;
  padding-right: 5px;
}

.menu_mobile_redes img {
  display: block;
  margin: auto;
  padding-bottom: 5px;
  max-width: 35px;
  min-width: 25px;
  min-height: 24px;
}

.menu_mobile_copyright {
  font-weight: 700;
  color: #4A4A4A;
  font-size: 12px;
}

.menu_mobile_texto {
  font-weight: 500;
  color: #4A4A4A;
  font-size: 12px;
}

.menu_mobile_texto a {
  font-weight: 500;
  color: #4A4A4A;
  font-size: 12px;
  padding: 0;
  display: inline-block;
}

.navbar-mobile2 {
  margin: 0;
  margin-top: 15px;
}

.menu_mobile_div {
  margin-left: 15px;
}

.closebtn .navbar-toggle {
  position: initial;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-right: 15px;
  padding: 6px 0;
  float: right;
}

.sidenav .closebtn {
  color: #B7BFC4;
}

.mybg {
  background-color: rgba(0, 0, 0, 0.7);
  height: 150%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  z-index: 1031;
}


/*Fim menu B-liner*/


.campanhas_topo{
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  font-weight: 500;
  padding: 7px 15px;
  background-color:#58D987;  
}


.fundo_banners{
  background-image: url(/web1/zp/tpl1/template/img/cortes/desk_img1.jpg);
  background-size: cover;
  background-position: 50%;
  background-position-y: 0%;
  position: relative;
      height: 0;
    padding-bottom: 39.1%;
      float: left;
    width: 100%;
    display: flex;
       align-items: flex-end;

}


.topo_logo{
  margin-top: 10px;
  margin-bottom: 0px;
	    height: 60px;	
}
@media only screen and (max-width : 991px) {
  .topo_logo{
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
 

.home_pesquisa{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.home_pesquisa_btn{
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  padding: 5px 40px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0px;
  font-size: 13px;
  display: inline-block;
  border-radius: 25px;
  text-transform: initial;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.home_pesquisa_btn:hover, .home_pesquisa_btn:active, .home_pesquisa_btn:focus{
  border-color: #FF6B09;
  background-color: rgba(255, 107, 9, 0.4);
}

@media only screen and (max-width : 1199px) {
  .home_pesquisa_btn{
    padding: 5px 25px;
  }
}
@media only screen and (max-width : 991px) {
  .home_pesquisa_btn{
    padding: 5px 40px;
  }
}


.home_pesquisa{
  background-color: #fff;
  padding: 20px 10px 20px 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 82, 82, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(82, 82, 82, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(82, 82, 82, 0.2);
  z-index: 1;

  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 15px;
  border-radius: 5px;
}

.home_pesquisa_titulo{
  font-size: 22px;
  line-height: 31px;
  font-weight: 400;
  text-transform: initial;
  text-align: left;
  padding-bottom: 25px;
  color: #333333;
}
@media (max-width: 400px) {
.home_pesquisa_titulo{
  font-size: 17px;
  line-height: 26px;
  padding-bottom: 15px;
}
}

.btn_pesquisa_avancada{
  color: #333333;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  text-transform: initial;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.btn_pesquisa_avancada:hover{
  color: #57D987;
}

.home_pesquisa_outer{
  position: absolute;
  width: 100%;
  top: 35px;  
  background-color: transparent;
}
@media (max-width: 991px){
.home_pesquisa_outer{
  position: relative;
  background-color: #F1F1F1;
  top: 0; 
  padding-top: 30px; 
}
}


.pesquisa_label{
  text-align: left;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0px;
  padding-bottom: 10px;
}


.btn-pesquisa-home{
  border: 0;
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0px;
  width: 100%;
  text-align: center;
  border-radius: 0px;
  height: 50px;
  background: rgb(193 85 0);
  transition: all 0.5s;
     transform: skew(-30deg);
         margin-right: -30px;
    width: calc(100% + 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
}

.btn-pesquisa-home span{
     
}
.btn-pesquisa-home:hover{
  background: rgb(193 85 0);
  opacity: 0.5,
}
.btn-pesquisa-home:focus{
  background: rgb(193 85 0);
  outline: none;
  opacity: 0.5,
}



select.form-search{
  height: 40px;
  font-weight: 500;
  color: #766F70;
  font-size: 15px;
  border: 0px solid #DFDFDF;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #E8E8E8 url(/web1/zp/tpl1/template/img/cortes/down_cinza.svg) no-repeat 60px center;
  background-position-x: 90%;
  background-size: 18px;

}


.form-pesquisa{
  padding: 0px 15px;
  display: inline-block;
  margin: 0;
  margin-bottom: 0px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
.form-pesquisa{
  margin-bottom: 30px;
}
.home_pesquisa{
  padding-bottom: 0px;
}
}
@media (min-width: 992px) {
.home_pesquisa{
  bottom: -140px;
  max-width: 950px;
}
}

.form-pesquisa-esq{
  padding-right: 0;
}

.form-pesquisa-dir{
padding-left: 0;
}

select.select-esq{
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}

select.select-dir{
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0;
}

.nopadding{
padding-left:0px !important;
padding-right:0px !important;
}
.home_titulo_testemunhos{
font-family: "hanzipen-sc-regular"; 

color: #FFFFFF;
  font-size: 35px;
  font-weight: bold;
  line-height: 49px;
  text-align: center;
}
.home_titulo{
margin-top: 30px;

color: #FFFFFF;
font-family: "GoboldUplowItalic";
font-size: 30px;
font-style: italic;
line-height: 47px;
text-align: center;

text-transform: uppercase;

margin-bottom: 15px;
}

.home_titulo span{
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: rgb(193 85 0);
color: transparent;
}

.home_titulo1{
color: #FFFFFF;
font-family: Ubuntu;
font-size: 14px;
line-height: 18px;
text-align: center;  
}

.btn-ver-avancada-destaques{  
     padding: 0 36px;
color: #FFFFFF;
font-family: Ubuntu;
font-size: 13px;
font-weight: 500;
line-height: 38px;
text-align: center;
height: 40px; 
text-transform: uppercase;

border: 2px solid #FFFFFF;
border-radius: 21px;

transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}


.btn-ver-avancada-destaques:hover{
opacity: 0.8;

}

.btn-ver-stock-destaques{     
color: #FFFFFF;
font-family: Ubuntu;
font-size: 16px;
font-weight: 500;
line-height: 60px;
text-align: center;
height: 60px; 
text-transform: uppercase;


background: rgba(87,87,86,1);
transform: skewX(-30deg);

transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}

.btn-ver-stock-destaques img{     

transform: skewX(30deg);

}

.btn-ver-stock-destaques span{     

transform: skewX(30deg);

}

#owl-premios .owl-item {
padding: 0px 5px;
}

.home_oportunidade{
 margin-top: 50px; 
}

.financiamento-home h2{
color: #1D1D1D;
font-family: "GoboldUplowItalic";
font-size: 46px;
font-style: italic;
line-height: 72px;
}
.financiamento-home-text{
padding-top: 30px;
padding-bottom:  30px;
 margin-top: 50px; 
 color: #fff;
 font-family: Ubuntu;
 font-size: 1.1vw;
 font-weight: 300;
     line-height: 35px;
 text-align: left;


}
.financiamento-home-text p{
 color: #fff;
 font-family: Ubuntu;
 font-size: 1.1vw;
 font-weight: 300;
 line-height: 35px;
 text-align: left;
     margin-bottom: 10px;
}

.financiamento-home-btn{

  margin-right: 203px;

  color: #fff;
  font-family: Ubuntu;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;

  padding-left: 40px;
  padding-right: 40px; 
  height: 44px;
  transform: skew(-30deg);
  background-color: rgb(193 85 0); 

  float: right;

  margin-top: 10px;

  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
}
.financiamento-home-btn span{
  transform: skew(30deg);
}
.financiamento-home-btn:hover{
  background-color: rgb(193 85 0); 
}
.compramos-home1{
 color: rgb(193 85 0);
  font-family: Ubuntu;
  font-size: 1.2vw;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
text-transform: uppercase;

 
}
.compramos-home1:last-child{
  border:none;

}
.compramos-home1 img{
 height: 79px; 
margin: auto;
padding-bottom: 20px;
}


.compramos-home h2{
color: rgb(193 85 0);
font-family: "GoboldUplowItalic";
font-size: 46px;
font-style: italic;
line-height: 72px; 
}

.compramos-home-text{
text-align: left;
color: #FFFFFF;
font-family: Ubuntu;
 font-size: 1.1vw;
 font-weight: 300;
     line-height: 35px;

    margin-top: 30px;
}
.compramos-home-text p{
  text-align: left;
  color: #FFFFFF;
  font-family: Ubuntu;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 10px;
}
.compramos-home-btn{
  margin-top: 50px;
  color: #FFFFFF;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 500;

  height: 50px;
border: none; 
text-transform: uppercase;

  background-color: rgb(193 85 0);
  padding-left: 40px;
padding-right: 40px; 
 
transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
      transform: skew(-30deg);
}

.compramos-home-btn span{
     transform: skew(30deg);
}
.compramos-home-btn img{
     transform: skew(30deg);
}
.compramos-home-btn:hover{
 background-color: rgb(193 85 0);
}

.revista-home h2{
color: #1D1D1D;
  font-family: Ubuntu;
font-size: 30px;
font-weight: 500;
line-height: 32px;  
}

.revista-home img{
 position: absolute;
left: 213px;
top: 0;
width: 35%; 
}

.revista-home p{
 margin-top: 85px;
color: #1D1D1D;
font-family: Ubuntu;
font-size: 14px;
line-height: 31px; 
}
.revista-home button{
margin-top: 30px;

color: #1D1D1D;
font-family: Ubuntu;
font-size: 13px;
font-weight: 500;
line-height: 21px;
text-align: center;

height: 44px;
background-color: rgba(255,255,255,0.5);
border: 2px solid #1D1D1D;
border-radius: 21px;

transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;

    padding-left: 40px;
padding-right: 40px;
}

.revista-home button:hover{
border: 2px solid rgb(193 85 0);
background-color: rgb(193 85 0);
}

.zona_premios_img{
display: block;
position: relative;
cursor: pointer;
overflow: hidden;
padding: 10px 8px;
margin: 4px 0px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.zona_premios_img img{
margin: auto;
max-width: 80px;
}


.destaques_pad_xs{
  padding-left: 0px;
  padding-right: 0px;
}

.premios_row{
  margin: 0px -5px;
}
@media (min-width: 992px) {
.destaques_pad_xs{
  padding-left: 15px;
  padding-right: 15px;
}
}
@media (min-width: 992px) {
.premios_row{
  margin: 0px -15px;
}
#owl-premios .owl-item {
  padding: 0px 15px;
}
}

.destaques_pad_xs{
padding-left: 40px;
margin-top: -94px;
}
.texto-destaques{
    padding-left: 0px;
    padding-right: 0;
    color: rgb(193 85 0);
    font-family: Ubuntu;
    font-size: 38px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;  
    overflow: hidden;


}



.texto-destaques-motorizacao{
    padding-left: 0px;
    padding-right: 0;
    color: rgb(193 85 0);
    font-family: Ubuntu;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
}


.marca{
border-bottom: 1px solid rgba(255,255,255,1);
padding-bottom: 35px;
}

.marcaPai{
padding-right: 30px;
padding-left: 0;
padding-top: 35px;
padding-bottom: 35px;




}

.alinha-img{
  display: flex;
  align-items: baseline;
  justify-content: space-between;

}

.texto-destaques2{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
  font-weight: 500;
  color: #333333;
  font-size: 16px;
  line-height: 21px;
}

.texto-destaques-obs{
  height: 44px;
  overflow: hidden;
  text-align: left;
  line-height: 22px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 0;
}

.preco-destaques {
  color: #FFFFFF;
  font-family: Ubuntu;
  font-size: 35px;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0;
  height: 60px;


padding-left: 5px;
padding-right: 0;

background: rgb(193 85 0);
    transform: skewX(-30deg);




}
.preco-destaques-inner{

 transform: skewX(30deg);
}




.preco-destaques-antes {
      padding: 10px 0px;
  display: inline-block;
  letter-spacing: 0px;
  position: relative;

padding-left: 0;
padding-right: 5px;

  color: #FFFFFF;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;

display: flex;
  justify-content: center;
  align-items: center;

background: rgb(60 60 59);
transform: skewX(-30deg);
}
.preco-destaques-antes span{
  
transform: skewX(30deg);
}


.panel1   .preco-destaques-antes {
      padding: 5px 0px;
  display: block;
  letter-spacing: 0px;
  position: relative;


 color: #FFFFFF;
  font-family: Ubuntu;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
}


.destaques-mais-info .destaques_ano{
  color: #7D7D7D;
  font-weight: 600;
}


.destaques-mais-info2{
  color: #9f9f9f;
  font-size: 14px;
  text-align: left;
}
.destaques-mais-info2 i{
  padding-right: 3px;
  font-size: 14px;
}

.destaques_badge{
  padding: 0px 3px;
}
.destaques_badge_inner{
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.destaques_badge_inner .destaques_badge_div{
  height: 54px;
}
.destaques_badge_inner img{
  margin: auto;
  padding-bottom: 15px;
  height: 46px;
}
.destaques_badge_row{
  margin-left: -2px;
  margin-right: -2px;
}

.destaques_info{
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  padding-bottom: 7px;
}
.destaques_info span{
  color: #939393;
  font-weight: 500;
  padding-right: 15px;
}

.destaque_extras_titulo{
  color: #4A4A4A;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 5px;
}
.destaque_extras{
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  max-height: 44px;
  overflow: hidden;
}

@media (min-width: 595px) {
.destaques_badge_inner .destaques_badge_div{
  height: 36px;
}
}
@media (min-width: 768px) {
.destaques_badge_inner .destaques_badge_div{
  padding-left: 10px;
  padding-right: 10px;
}
}
@media (min-width: 940px) {
.destaques_badge_inner .destaques_badge_div{
  height: 18px;
}
}

@media (min-width: 992px) {
.destaques_badge_inner img {
  height: 30px;
  max-width: 20px;
  margin: 0px 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.destaques_badge_inner .destaques_badge_div {
    height: 28px;
}
.destaques_badge_inner {
    display: inline-flex;
    align-items: center;
    width: 100%;
    text-align: left;
    font-size: 11px;
    line-height: 14px;
}
}
@media (min-width: 1200px) {
.destaques_badge_inner .destaques_badge_div {
    height: 42px;
    display: inline-flex;
    align-items: center;
}
.destaques_badge_inner {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 5px;
}
}
@media (min-width: 1400px) {
.destaques_badge_inner .destaques_badge_div {
    height: 42px;
}
.destaques_badge_inner {
    font-size: 14px;
    line-height: 15px;
    padding: 10px 10px;
}
}

@media (max-width: 420px) {
.destaques_badge_inner{
  font-size: 12px;
  line-height: 16px;
}
.destaques_badge_inner .destaques_badge_div{
  height: 48px;
}
}
@media (max-width: 355px) {
.destaques_badge_inner{
  font-size: 11px;
}
.destaques-mais-info{
  font-size: 13px;  
}
}

.texto-obs-destaques{
  margin-top: 20px;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 300;
  line-height: 29px; 
}
.marcaPai .destaques-mais-info{

 
  color: #FFFFFF;
  font-family: Ubuntu;
  font-size: 18px;
  line-height: 25px;
  padding-left: 0px;
  padding-right: 0px;

  text-align: center;


  height: auto;
  padding-top: 0px;
  margin-top: 10px;
  margin-bottom: 10px;


}

.destaques-mais-info1 {
padding: 0;
}


.destaques-mais-info1 img{
margin: auto;
float: none;
    width: 50%;
    height: 60px;
}

.destaques-mais-info{

padding-top: 7px;

color: #FFFFFF;
font-family: Ubuntu;
font-size: 14px;
line-height: 25px;

padding-left: 0px;
padding-right: 0px;
align-items: center;
height: 60px;

}
.destaques-mais-info span{
color: #B0B0B0;
text-transform: uppercase; 
font-weight: 500;
font-size: 12px;
}
.border-destaques{
border-right: 1px solid   rgba(255,255,255,0.16);
border-left: 1px solid   rgba(255,255,255,0.16);
}

.texto-novidades{

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
 color: rgb(193 85 0);
  font-family: Ubuntu;
      font-size: 1.5vw;
    font-weight: bold;
    text-align: center;



}

.texto-novidades2{
  overflow: hidden;
 color: rgb(193 85 0);
  font-family: Ubuntu;
   font-weight: 500;
   font-size: 1.5vw;
   text-align: center;
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.preco-novidades {

color: #fff;
  font-family: Ubuntu;
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 50px;
  text-align: center;

  height: 50px;

}
.preco-novidades span{
font-size: 1.1vw;
}

.preco-novidades-antes {

height: 50px;
padding: 0px 5px 0px 10px;

color: #fff;
font-family: Ubuntu;
 font-size: 0.99vw;
line-height: 50px;
text-align: center;


}



.novidades-mais-info{
  padding-top: 5px;
  text-align: center;  
  color: #1D1D1D;

  font-family: Ubuntu;
  font-size: 1.3vw;
}

.novidades-mais-info-listagem{
text-align: left;
color: #9D9D9D;
font-family: Ubuntu;
font-size: 1.2vw;
letter-spacing: 0;
text-align: center;
border-right: 1px solid #C15500;
}
.novidades-mais-info-listagem span{
color: #1D1D1D;
font-family: Ubuntu;
font-size: 1.2vw;
letter-spacing: 0;

display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;

}
.novidades-mais-info-listagem:last-child{
  border-right: 0px solid #C15500;
}

.novidades-mais-info .destaques_ano{
  color: #7D7D7D;
  font-weight: 600;
}


.novidades-mais-info2{
  color: #9f9f9f;
  font-size: 14px;
  text-align: left;
}
.novidades-mais-info2 i{
  padding-right: 3px;
  font-size: 14px;
}

.carro_hover{


}
.panel5  .carro_hover{

margin-top: 119px;
}
.caractistica_layout{
padding-right: 0px;
 padding-left: 40px;  
}
.carro_hover_listagem{
 background-color: #E7E7E7;
 border: 1px solid rgb(193 85 0) ;
 margin-bottom: 20px;

}

.padding{
 padding: 0;

}

.fundo_paginas_interiores{
margin-top: 84px; 
background-image: url(/web1/zp/tpl1/template/img/cortes/bg_rep2.jpg);
 
    background-color: #C2C2C2;
}
.destaques_pad{

}

.carro_hover_listagem .preco-novidades-antes{
 color: #fff;
  font-family: Ubuntu;
  font-size: 0.99vw;
  letter-spacing: 0;
  text-align: center;
}



.ficha_preco_align  .preco-novidades{
  background-color: rgb(60 60 59);
  color: #fff;
  font-family: Ubuntu;
  font-size:  0.99vw;;
  font-weight: 500;
  letter-spacing: 0; 
  text-align: center;
}

.backgoundFileCar  .preco-novidades{
  font-size:  1.1vw;
}

.ficha_preco_align .preco-novidades-antes {
    color: #fff;
    font-family: Ubuntu;
     font-size:  0.9vw;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
}

.favoritos_outer{

  display: flex;
  align-items: center;
  justify-content: center;
  fill: rgb(193 85 0);
  color: rgb(60 60 59);
  font-family: Ubuntu;
  font-size: 0.9vw;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  text-transform: capitalize;
}
.favoritos_outer svg{
    margin-right: 10px;
}
.favoritos_outer:hover{
  color: #1D1D1D;
  fill: #1D1D1D;
}
#numero_viaturas{
   color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}

#numero_viaturas::after{
  content: ' Viaturas';
}

.titulo_pesquisa{
color: #B05B08;
font-family: "Soho";
font-size: 32px; 
letter-spacing: 0;
line-height: 39px;
text-transform: uppercase;

padding-bottom: 20px;
padding-top: 20px;

}

.Subtitulo_pesquisa{
font-family: "Soho";
text-transform: uppercase;
color: #1D1D1D;
 font-size: 1.4vw;
  font-style: italic;
  letter-spacing: 0;
  line-height: 30px;
padding-bottom: 5px;
padding-top: 20px;

}
.restaurar_pesquisa{
  color: rgb(193 85 0);
  font-family: Ubuntu;
  font-size: 1.1vw;
  letter-spacing: 0;


  cursor: pointer;
}
.restaurar_pesquisa:hover img{
    transform: rotate(200deg);
}
.titulo_listagem_marca,.titulo_listagem_modelo,.titulo_listagem_registo,.titulo_listagem_preco,
.titulo_listagem_km,.titulo_listagem_potencia,.titulo_listagem_comb,.titulo_listagem_trans,
.titulo_listagem_lota,.titulo_listagem_seg,.titulo_listagem_Vcert{
  color: #766F70;
  font-family: Ubuntu;
  font-size: 1.1vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: uppercase;     
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.Layer_1,.Layer_2,.Layer_3,.Layer_4,.Layer_5,.Layer_6,.Layer_7,.Layer_8,.Layer_9,.Layer_10,.Layer_11{
cursor: pointer;
float: right;

}

.Itens_listagemComb,.Itens_listagemTras,.Itens_listagemRegisto,
.Itens_listagemPreco,.Itens_listagemkm,.Itens_listagemMarca,
.Itens_listagemModelo,.Itens_listagemPotencia,.Itens_listagemSegm,.Itens_listagemlotacao,
.Itens_listagemExtras,.Itens_listagemVcert{
   color: rgb(193 85 0);
  font-family: Ubuntu;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 23px;
    height: 23px;
 padding-right: 0;
}

.Limpar_listagemMarca,.Limpar_listagemModelo,.Limpar_listagemComb,
.Limpar_listagemTras,.Limpar_listagemlotacao,.Limpar_listagemSegm,.Limpar_listagemExtras,
.Limpar_listagemRegisto,.Limpar_listagemPreco,.Limpar_listagemkm,.Limpar_listagemPotencia,.Limpar_listagemVcert{
   color: rgb(193 85 0);
  font-family: Ubuntu;
  font-size: 12px;
  letter-spacing: 0;
 line-height: 23px;
    height: 23px;
 text-align: right;
 cursor: pointer;
 padding-left: 0;
}

#mylistFiltro option.value{
  display: none;
}


.listagem{
    cursor: pointer;    
    margin-bottom: 20px;
}

.medidaFicha{
    width: 500px;  
}

.radio .textospan {

   color: #766F70;
  font-family: Ubuntu;
  font-size: 0.9vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  padding-left: 33px; 
}

.comb_listagem .radio .textospan {
line-height: 26px;
    padding-left: 13px;

  }

.listagem svg {
    width: 21px;
    fill: #766F70;
    height: 26px;
}

/* Hide the browser's default radio button */
.listagem input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 0%;
  box-shadow: 0 0 0 2px  #9B9B9B;
}



.comb_listagem .listagem{
    display: flex;
    align-items: center; 
        margin-right: 0; 
}

.fechaCheck{
    width: 18px !important;
    display: none;
    height: 18px !important;
    right: 0;
    position: absolute;
}

/* On mouse-over, add a grey background color */
.listagem:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.listagem input:checked ~ .checkmark {
  background-color: #fff;
  box-shadow: 0 0 0 2px rgb(193 85 0);
}
.listagem input:checked ~ .textospan {
  color: rgb(193 85 0);
 
}


.listagem input:checked ~ .fechaCheck {
    display: block;
 
}


.listagem input:checked ~ svg {
fill: rgb(193 85 0);
}


.listagem:hover input .textospan {
  color: red;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.listagem input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.listagem .checkmark:after {
top: 5px;
left: 5px;
width: 10px;
height: 10px;
border-radius: 0%;
background: rgb(193 85 0);
}

.registo_fim{
padding: 15px 0 15px 0px;
}

.marca_lista {
      display: flex;
    align-items: center;
    margin-right: 0;
}
.modelo_lista {
      display: flex;
    align-items: center;
    margin-right: 0;
}
.trans_lista {
      display: flex;
    align-items: center;
    margin-right: 0;
}
.listagem img{
  width: 25%;
  margin-left: 30px;
}
.marca_lista_textospan {
    padding-left: 10px !important;
}

.marca_lista_check{

}
.scrollLista::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scrollLista::-webkit-scrollbar-track {
  border-radius: 0px;
   background: #F0F0F0; 
}
 
/* Handle */
.scrollLista::-webkit-scrollbar-thumb {
  background:#A6A6A6 ; 
  border-radius: 0px;
}

/* Handle on hover */
.scrollLista::-webkit-scrollbar-thumb:hover {
  background: #858688; 
}

.carro_hover_listagem .badge  {
  text-transform: uppercase;
   font-weight: 600;
    min-width: 137px;
    padding: 2px 10px;
    color: #fff !important;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: rgb(193 85 0);
    border-right: 0px solid #fff;
    top: 28px;
    left: -35px;
    margin: 0;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0px;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;

}

@media (max-width: 420px) {
.novidades-mais-info{
  font-size: 13px;
  line-height: 20px;
  padding-right: 5px;
}
}
.padding-oportunidade{
    padding-left: 23px ;
}
.home_oportunidade{
text-align: right;
    color: #fff;
    font-family: "SohoItalic";
    font-size: 45px;
 
    text-transform: uppercase;

}
.home_oportunidade-box{
  padding: 0px 50px ;
  color: #fff;
  font-family: "Soho";
  font-size: 65px;
  font-style: italic;
  line-height: 45px; 
  text-transform: uppercase;
  text-align: center;
background-color: rgb(193 85 0);
   height: 80px;
   float: left;

    display: inline-flex;
    align-items: center;
    justify-content: center;
        transform: skew(-30deg);

    margin-bottom: 15px;    

}
.home_oportunidade-box span{ 
      transform: skew(30deg);
}


.imgb-equal{
  background-position: 50% 50%; 
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 66%;
  border-radius: 0px;
}
.imgb-equal-destaques{
  background-position: 50% 50%; 
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 60%;
  border-radius: 0px;
}
.imgb-equal-tipos{
  background-position: 50% 50%; 
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 77%;
  border-radius: 5px;
}
.imgb-equal-servicos{
  background-position: 50% 50%; 
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 133%;
  border-radius: 5px;
}
.imgb-equal-album{
  background-position: 50% 50%; 
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 57%;
  border-radius: 5px;
}

.home_tipos_texto{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: calc(50% - 12px);
}


.home_servicos_titulo{
  color: #333333;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  padding: 5px 0px;
}

.home_servicos_texto{
  color: #333333;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  max-height: 88px;
  overflow: hidden;
}
.home_servicos_texto p{
  line-height: 22px;
}

.servicos_badge_row{
  margin-left: -7px;
  margin-right: -7px;
}
#owl-demo-servicos .owl-item {
    padding: 0px 8px;
}


.imgb-equal-clientes{
  background-position: 50% 50%; 
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 57%;
  border-radius: 5px;
}
.clientes_badge_row{
  margin-left: -7px;
  margin-right: -7px;
}
#owl-demo-clientes .owl-item {
    padding: 0px 8px;
}



.home_clientes_titulo{
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  padding-top: 5px;
}

.home_clientes_texto{
  color: #333333;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  max-height: 88px;
  overflow: hidden;
}

.home_testemunhos_texto{
 color: #FFFFFF;
font-family: "Ubuntu";
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 28px;
  max-height: 247px;

  overflow: hidden;
  text-align: justify;
  padding-bottom: 5px;
}

#owl-demo-testemunhos{
margin-top: 100px;
}

.home_testemunhos_nome{

  text-transform: capitalize;
  
  font-weight: 300;
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
  font-family: Ubuntu;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 38px;
  text-align: right;
}

.FichadeViatura .home_testemunhos_nome{
 color: #1D1D1D;
 display: flex;
}

.home_testemunhos_nome span{

  text-transform: none;

  font-weight: normal;

}

.classificacao {
    border-radius: 13px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.13), 0 11px 24px 0 rgba(0,0,0,0.14);
    padding: 40px 20px 30px 20px;
}

.FichadeViatura .classificacao {

    border-radius: 0;
    background-color: #FFFFFF;
    box-shadow: none;
    padding: 15px;
    padding-bottom: 20px;
}
.home_testemunhos_local{
  color: #333333;
  font-size: 14.5px;
  line-height: 15px;
  font-weight: 500;
}
.home_testemunhos_data{
  color: #939393;
  font-size: 14px;
  line-height: 27px;
  text-align: right;
}

.home_testemunhos_item{
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px;
}

.ultimasEntadas-btn{
text-transform: uppercase;
  color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 13px;
  font-weight: 500;
line-height: 40px;
text-align: center;
height: 44px;
border: 2px solid rgb(193 85 0);
  border-radius: 21px;

  background-color: rgba(255,255,255,0.5);
transition: 0.3s ease all;
-webkit-transition: 0.3s ease all;
-moz-transition: 0.3s ease all;
-ms-transition: 0.3s ease all;
}

.ultimasEntadas-btn:hover{
  background-color: rgb(193 85 0);
}

.utimasTestemunhas-btn{
  text-transform: uppercase;

  background-color: #fff;
  color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 50px;
  text-align: center;
  height: 50px;
margin-right: ;

transform: skew(-30deg);
transition: 0.3s ease all;
-webkit-transition: 0.3s ease all;
-moz-transition: 0.3s ease all;
-ms-transition: 0.3s ease all;
}
.utimasTestemunhas-btn span{
transform: skew(30deg);
  }

.utimasTestemunhas-btn:hover{
background-color:  rgb(193 85 0);
}

.backgroundPagesTestemunhos{
background-color: #2F2F2F;
}

.backgroundPagesTestemunhos .atigoTestemunhos{
     margin-top: 30px; 
}

.backgroundPagesTestemunhos #owl-demo-testemunhos{
    margin-top: 30px;

}
.footer-titulo-localizacao{
  text-align: left;
   padding: 20px 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Ubuntu";
  font-size: 25px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 40px;
}


.titulo-localizacao{

   text-align: left;
padding: 0 30px;
padding-bottom: 30px;
padding-top: 50px;
}
.titulo-localizacao:last-child{
border-right:  0px solid #1D1D1D;
}
.titulo-localizacao:first-child{
padding-left: 0;
}
.footer-orange-left{
  margin-top: 20px;
  background-color: rgb(193, 85, 0, 0.65);
  transform: skew(-30deg);
  height: 60px;
      margin-right: -15px;
    margin-left: -15px;
    width: calc(8.333333333% + 30px);
}
.footer-orange-right{
  margin-top: 20px;
  background-color: rgb(193, 85, 0, 0.65);
  transform: skew(-30deg);
  height: 60px;
      margin-right: -15px;
    margin-left: -15px;
    width: calc(8.333333333% + 30px);
}
.titulo-localizacaoh1{
text-transform: uppercase;
   color: rgb(193 85 0); 
  font-family: Ubuntu;
  font-size: 20px;

  letter-spacing: 0;
  line-height: 19px; 
  margin-bottom: 5px;
}


.titulo-localizacao p{
  min-height: 52px;
 color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 20px;
  letter-spacing: 0;
 
}
.titulo-localizacao1 button {
border:none;
box-shadow: none;
  width: 100%;
  background-color: rgb(193 85 0);
  color: #FFFFFF;
  font-family: Ubuntu;
  font-size: 19px;
 
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
  height: 60px; 
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
transform: skew(-30deg);
display: flex;
align-items: center;

}
.space-localizaçao{
  background-color: rgb(193, 85, 0, 0.65);
transform: skew(-30deg);
height: 60px; 
}

.titulo-localizacao1 button div{
transform: skew(30deg);


}

.titulo-localizacao1 button:hover{ 
  background-color: rgb(193 85 0);
outline: none;
}
.titulo-localizacao1 button:focus,.titulo-localizacao1 button:active { 
outline: none;
}
.titulo-localizacao ul{
padding: 0;
}
.titulo-localizacao ul li{
  margin-bottom: 0;
 color: #FFFFFF;
  font-family: Ubuntu;
  font-size: 15px;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.titulo-localizacao ul li:hover{
  
 color: rgb(193 85 0);
  
}
.Comentarios .home_testemunhos_texto {
     color: #1D1D1D;
     font-family: "Ubuntu";
    font-size: 14px;    
    line-height: 28px;    
    text-align: justify;
    padding-bottom: 10px;
    max-height: none;
    overflow: visible;
        font-weight: 500;
}

.border_testemunhos{
  border-bottom: 1px solid #1D1D1D;
}

.Comentarios .home_testemunhos_nome {
  
     color: #1D1D1D;
     font-family: "Ubuntu";
    font-size: 14px; 
    line-height: 28px;      
    text-align: justify;
    text-align: right;
     font-weight: 500;
}
@media (max-width: 380px) {
.home_testemunhos_data{
  font-size: 12px;
}
.home_testemunhos_nome{
font-size: 14px;
line-height: 18px;
padding-bottom: 10px;
}
}

.imgb-equal-noticias{
  background-position: 50% 50%; 
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 65%;
  border-radius: 5px;
}

.home_noticias_titulo{
  color: #333333;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 2px;
}

.home_noticias_texto{
  color: #333333;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  max-height: 88px;
  overflow: hidden;
  margin-bottom: 5px;
  text-align: justify;
}
.home_noticias_data{
  color: #939393;
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
}

.logo-footer{
  margin: auto;
}


.footer_social{
  display: inline-block;
  padding: 0px 5px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_social:hover{
  opacity: 1;
}
.footer_social svg{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #fff;
}
.footer_social_face:hover svg{
  fill: #6D6D6D;
}
.footer_social_insta:hover svg{
  fill: #6D6D6D;
}
.footer_social_youtube:hover svg{
  fill: #6D6D6D;
}
.footer_social_mes:hover svg{
  fill: #6D6D6D;
}
.footer_social_whats:hover svg{
  fill: #6D6D6D;
}


.footer_texto{
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 15px;
}

.footer_align{
  text-align: center;
}
@media (min-width: 992px){
.footer_align{
  text-align: left;
}
}

.footer_btn{
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 1px solid #fff;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  margin: 0px 5px;
  width: 170px;
}
.footer_btn svg{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #fff;
  margin-right: 10px;
}

.footer_btn_inner{
  display: inline-flex;
  align-items: center;
  padding-top: 5px;
  font-weight: 500;
  font-size: 15px;
}

.footer_btn_ligar{
  width: 354px;
}

@media (max-width: 400px) {
.footer_btn_inner{
  font-size: 14px;
}
.footer_btn svg{
  margin-right: 5px;
}
.footer_btn{
  padding: 5px 10px;
  width: initial;
}
.footer_btn_ligar{
  width: 270px;
}

}

.footer_btn_ligar_outer{
  padding-top: 15px;
}

.ImgFooter{
 display: flex; 
 padding-left: 0;
     align-items: center;

}
.pmeeFooter{
width: 16%;
height: 16%;
margin-right: 15px;
}
.pmelFooter{
	height: 16%;
width: 15%;
}
.logoFooter{
  width: 75%;
}
.footer_copyright{
 color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 17px;


}
.footer_copyright a{
text-decoration: none;

 color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 17px;



}

.footer_nif{
 color: #898989;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  }

.footer_linha_outer{
  text-align: center;
}
.footer_linha{
  border-bottom: 1px solid #3B3B3B;
  width: 150px;
  display: inline-block;
  margin-top: 25px;
}

.footer_links_outer{
  margin-top: 30px;
  border-top: 1px solid #1D1D1D;
     text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
}
.footer_links_outer a{
  text-decoration: none;
}
.footer_links_outer span{
 color: rgb(193 85 0);
}
.footer_links{
  font-weight: 600;
 color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 1.1vw;
  line-height: 18px;
  text-align: center;
  text-align: center;
    display: inline-block;
text-transform: uppercase;

  margin: 0px 5px;
}
.footer_links span{
  margin-right: 10px;
}

.footer_easysite{
  color: #535353;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  text-align: center;
  padding-top: 20px;
}
.footer_easysite a{
  color: #535353;
  text-decoration: none;
}

@media (min-width: 992px) {
.footer_btn{
  margin-bottom: 10px;
  width: 166px;
}
}



/*************round checkbox**********/
.round {
  position: relative;
  margin-bottom: 10px;
  max-width: 600px;
  text-align: left;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    float: left;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  width: 7px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #57D987;
  border-color: #57D987;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.round div{
  color: #333333;
  font-size: 10px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 30px;
}
.round div a{
  color: #333333;
  text-decoration: none;
  font-weight: 700;
}
.checkbox_rgpd{
  float: left;
}

.footer_texto_newsletter{
  color: #333333;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  padding-bottom: 8px;
}

.footer_newsletter_input{
  width: 100%;
  max-width: 100%;
  height: 48px;
  color: #939393;
  border-radius: 5px;
  vertical-align: middle;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #DFDFDF;
  display: inline-block;
  margin-right: 10px;
}

.btn-type-news {
  padding: 14px 15px !important;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 1px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: 500;
  border: 1px solid #57D987;
  display: inline-block;
  background-color: #57D987;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  text-transform: initial;
  margin-bottom: 15px !important;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(87,217,135, 0.4);
  -moz-box-shadow: 0px 5px 15px 0px rgba(87,217,135, 0.4);
  box-shadow: 0px 5px 15px 0px rgba(87,217,135, 0.4);
}
.btn-type-news:hover, .btn-type-news:active, .btn-type-news:focus{
  background-color: #4dbd76; 
  border-color: #4dbd76;
  color: #fff;
  outline: none;
}

@media (min-width: 650px) {
.footer_newsletter_input{
  width: 300px;
}
.btn-type-news {
  width: 300px;
  margin-top: 15px !important;
}
}

@media (min-width: 768px) {
.footer_texto_newsletter{
  text-align: center;
}
.footer_newsletter_form {
  text-align: center;
}
.round{
  margin: auto;
  margin-bottom: 10px;
}
}


#owl-demo-stock, #owl-demo-tipos, #owl-demo-servicos, #owl-demo-clientes{
  display: none;
}


.footer_menu_titulo{
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.footer_menu{
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  padding-bottom: 8px;
}
.footer_menu a{
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_menu a:hover{
  color: #57D987;
}

.footer_contactos{
  font-weight: 600;
}
.footer_menu_link{
  text-decoration: underline;
}


@media (min-width: 992px) and (max-width: 1199px) {
.footer_menu_outer{
  padding-bottom: 15px;
}
}



@media (min-width: 992px) {

.home_tipos_texto {
  font-size: 28px;
  line-height: 38px;
  top: calc(50% - 19px);
}
}

.fundo_promo{
  background-color: rgb(193 85 0);
      display: inline-flex;
    justify-content: center;
    padding: 4px 20px !important;
}


.align_right{
  text-align: right;

}
.backgoundPreco{
 background-color: rgb(60 60 59);
}
.menu ul li:hover a span, .menu ul li.active a span {
    width: 90%;
}
.menu ul li a span {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0%;
    padding-top: 5px;
    border-bottom: 2px solid rgb(193 85 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider_seta{
  height: 40px;
}
.slider_seta_prev{
}
.slider_seta_next{
} 
@media (max-width: 991px) {
.slider_seta{
  display: none;
}
}
.owl-theme .owl-nav div {
  opacity: 0.7;
}

.menu ul li a svg{
  fill: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu ul li:hover a svg{
  /*fill: #57D987;*/
}

.btn_slider{
    display: inline-block;
    fill: rgb(193 85 0);
    color: #9D9D9D;
    font-family: Ubuntu;
    font-size: 13px;
    cursor: pointer;
    padding: 0px 10px;

}

.btn_slider svg{
     margin-right: 5px; 
}

.btn_slider:hover{
    display: inline-block;
    color: #1D1D1D;
    fill: #1D1D1D;
    font-family: Ubuntu;
    font-size: 13px;
    cursor: pointer;
    padding: 10px 10px;
}

.btn_slider.active{
    display: inline-block;
    color: rgb(193 85 0);
    fill: rgb(193 85 0);
    font-family: Ubuntu;
    font-size: 13px;
    cursor: pointer;
     padding: 10px 10px;   
}


#owl-premios .owl-nav {
  top: 35%;
}
#owl-demo-servicos .owl-nav {
  top: 40%;
}
#owl-demo-clientes .owl-nav {
  top: 35%;
}
#owl-demo-testemunhos .owl-nav {
  top: 50%;
}



.menu ul li:hover a svg{
  fill: rgb(193 85 0);
}

.submenu li a:after {
  content: "";
  width: 40% !important;
  background-color: transparent;
  height: 2px;
  display: inherit;
  bottom: 0px;
  left: 0;
  margin: auto;
  margin-top: 2px !important;
  margin-bottom: 5px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submenu li:hover a:after, .submenu li.active a:after {
    /*background-color: #fff !important;*/
}

.menu_mobile_outer{
  background-color: #fff;
  width: 100%;
  position: initial;
  bottom: 0;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}



.menu_mobile {
    display: inline-block;
    vertical-align: bottom;
    padding-top: 3px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.menu_mobile ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
    position: relative;
    margin-bottom: -5px;
    text-align: left;
    width: 100%;
}
.menu_mobile ul li {
    display: block;
    float: left;
    padding: 5px 8px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    position: relative;
    width: 25%;
}
.menu_mobile ul li a {
    border: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 2px 5px;
    border-radius: 0;
    margin: 0;
    letter-spacing: 0px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    color: #939393;
    font-size: 12px; 
    line-height: 15px;
    text-align: center;
}


.navbar-mobile-toggle {
    position: relative;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-mobile-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
}

.navbar-mobile-toggle .icon-bar {
    display: block;
    margin: auto;
    margin-bottom: 4px;
    margin-top: 2px;
    width: 25px;
    height: 3px;
    border-radius: 5px;
    background-color: #B5B5B5;
}
.navbar-mobile-toggle .icon-2 {
    width: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-mobile-toggle .icon-bar+.icon-bar {
    margin-top: 2px;
}
.navbar-mobile-toggle .icon-3 {
    width: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-mobile-toggle .icon-bar+.icon-bar {
    margin-top: 2px;
}
.text-menu-mobile {
    color: #939393;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

.menu_mobile ul li a img {
    margin: auto;
}

.menu_mobile ul li a img.menu_mobile_auto{
  margin-bottom: 5px;
  margin-top: 3px;
}
.menu_mobile ul li a img.menu_mobile_pesq{
  margin-bottom: 3px;
  margin-top: 2px;
}
.menu_mobile ul li a img.menu_mobile_cont{
  margin-bottom: 2px;
  margin-top: 2px;
}
.menu_mobile ul li a img.menu_mobile_menu{
  margin-bottom: 6px;
  margin-top: 6px;
}

@media (max-width: 350px) {
/*.menu_mobile ul li {
  margin: 0px 5px;
}*/
.mobileNav ul li {
  margin: 5px 8px;
  margin-bottom: 0px;
}
}
@media (min-width: 500px) {
.menu_mobile ul li {
  padding: 5px 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
}

.menu_mobile_inner{
  display: inline-block;
  position: relative;
  width: 100%;
}
.mobileNav {
    width: 100%;
    height: 0px;
    position: absolute;
    z-index: 1032;
    top: -366px;
    /* left: 5px; */
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 0px;
    box-shadow: inset 0 0 9px 0 rgba(0,0,0,0.14);
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px;*/
}
.mobileNavBig {
  top: -493px;
}
.mobileNavBig2 {
  top: -493px;
}

.mobileNavBig3{
  top: -468px;
}

.mobileNav2{
  -webkit-transition: all 0.342s;
  transition: all 0.342s;
}

.mobileNav ul li a {
    line-height: 16px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding: 2px 0px;
}


.loader{
  margin: 0 auto;
  display: flex;
  align-items: center;
  top:50px;
  width: 60px;
  height: 60px;
  border: 3px solid transparent;
  border-top-color: #333333;
  border-radius: 50%;
  animation: spin 0.8s ease infinite;
}


@media (min-width: 450px) {
.mobileNav{
width: 300px;
}
}


.nav-list li{
  float: none !important;
  height: initial !important;
  background-color: transparent !important;
}
.nav-list li a{
  font-weight: 500 !important;
}

.nav-list li:first-child{
  margin-top: 10px;
}


#toggle3{
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


#toggle5{
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.mobileNav .closebtn .navbar-toggle, .mobileContactos .closebtn .navbar-toggle  {
  margin-right: 0;
  padding-bottom: 0;
  padding-top: 10px;
}



.mobileContactos {
  width: 100%;
  height: 0px;
  position: absolute;
  z-index: 1032;
  top: -484px;
  right: 0px;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 0px;
  text-align: left;
  box-shadow: inset 0 0 9px 0 rgba(0,0,0,0.14);
}

.home_titulo_mobile {
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 8px;
}

.subtitulo_mobile{
  color: #939393;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

.backgroundPagesRelacionados{
   padding-bottom: 20px; 
}
.backgroundPagesRelacionados .listagem_noticias_pad{
    padding-left: 0px;
    padding-right: 0px;
  

}
.contactos_mobile_item{
    color: #B5B5B5;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.contactos_mobile_item img{
    margin-right: 10px;
    max-height: 20px;
    max-width: 20px;
    margin: 0 auto;
    margin-bottom: 5px;

}
.contactos_mobile_zona_item{
  padding: 15px 0px;
}

.titulo_equipamento{
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom:  10px;
  color: #ffffff;
  font-family: "Ubuntu";
  font-size: 23px;
  letter-spacing: 0;
  line-height: 36px;
  background-color: rgb(193 85 0);
  padding-left: 15px;
  padding-right:  30px;
  display: inline-block;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.texto_equipamento{
  color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 14px;
  letter-spacing: 0;
  padding: 12px 0px;
  line-height: 15px;
  border-bottom: 1px solid #706F6F;
  display: flex;
  height: 50px;
  align-items: center;

}
.texto_equipamento p{
  margin:0px;
  color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 15px;
}
.texto_equipamento img{
  margin-right: 10px; 
}
.sidebar_size1 {
max-height: 515px;
position: relative;
overflow: hidden;
}
.Sub_titulo_equipamento{
text-transform: uppercase;
margin-bottom: 20px;
color: #fff;

font-family: Ubuntu;
font-size: 14px;
font-weight: 500;
letter-spacing: 0;
height: 50px;
line-height: 50px;
display: flex;
align-items: center;
background-color: #8E8E8E;
 
}
.titulo_obs{
  padding-top: 30px;   
 color: rgb(193 85 0);
  font-family: "GoboldUplowItalic";
  font-size: 23px;
  letter-spacing: 0;
  line-height: 36px;
  text-transform: uppercase;

}
.texto_obs{
   color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25px;

}
.backgroundPagesRelacionados .home_titulo{
  color: #575757;
  font-family: "GoboldUplowItalic";
  font-size: 31px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 49px;
  text-align: center;
}

.manutencao-titulo {
  text-transform: uppercase;
  color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  line-height: 3;
}

.manutencao-subtitulo {

   border: 2px solid #EFEFEF;

  background-color: #FFFFFF;
   color: rgb(193 85 0);
  font-family: Ubuntu;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 50px;
  text-align: center;
  height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.manutencao-subtitulo img{
margin-right: 15px;
}
.div-time-line{
    border-radius: 8px;
    background-color: #F7F7F7;
    padding-top: 50px;
    margin-top: -19px;
    padding-bottom: 30px


}
/*INICIO*/

.img-pin1{
  position: absolute;
  top: -15px;
}

.manuntencao h2{
  text-align: left;
  margin-top: 40px;
  color: #57D987; 
  font-family: Ubuntu;  
  font-size: 20px;  
  font-weight: 600;
}
.historico-manutencao p{
  color: #4A4A4A; 
  font-family: Ubuntu;  
  font-size: 13px;  
  line-height: 26px;
  text-align: justify;
}

.manutencao-ano-km{
  color: #4A4A4A; 
  font-family: Ubuntu;  
  font-size: 16px;  
  line-height: 19px;
  padding: 0px 10px;
}

.historico-manutencao2{

  padding: 20px 30px;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: 48px;
  width: 88%;
  position: absolute;
  background-color: #FFFFFF;
}
.data_intervencao{
  color: rgb(193 85 0); 
  font-family: Ubuntu;  
  font-size: 15px;  
  font-weight: 500; 
  line-height: 26px;
  display: flex;
  padding: 5px 0px 10px 0px;
}
.descricao-intervencao{
  color: #1D1D1D; 
  font-family: Ubuntu;  
  font-size: 15px;  
  letter-spacing: 0;
  line-height: 26px;
}
.img-pin{
  margin-left: -72px;
  margin-right: 12px;
}
.div-inter-km-oficina{
font-size: 15px;
text-align: right;
  color: #8D8D8D;
}
.intervencao-km{
  color: #8D8D8D;
  font-family: Ubuntu;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 500;
}
.div-manutencao{
 margin-left: 48px; 
}
.intervencao-oficina{
  color: #8D8D8D;
  font-family: Ubuntu;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
}
.ano_manutencao span{
 padding: 3px 30px;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 50px;
  font-weight: 500;
  border-radius: 15px;
  background-color: #E5E5E5;
   color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;

}
.ano_manutencao img{
  width: 105px;
}
.ano_manutencao{
  margin-top: -15px;
}


 .form-control::-moz-placeholder {
  color: #766F70;
      font-size:16px;

}
 .form-control:-ms-input-placeholder {
  color: #766F70;
      font-size:16px;
}
 .form-control::-webkit-input-placeholder {
  color: #766F70;
      font-size:16px;
}


 
@media only screen and (max-width : 767px) {
  .img-pin{
    margin-left: -12.3%
  }
  
  
}



@media only screen and (max-width : 767px) {

  .nopadding-extras{
    padding-left: 15px;
    padding-right: 15px;
  }


}


@media only screen and (max-width : 700px) {
   .img-pin {
    margin-left: -14.5%;
  }
  .historico-manutencao2{
    margin-left: 40px;
  }
}



@media only screen and (max-width : 680px) {
  .img-pin {
    margin-left: -15%;
  }

}



@media only screen and (max-width : 625px) {
  .img-pin {
    margin-left: -15.5%;
  }
  .img-pin {
    margin-right: 9px;
  }
}



@media only screen and (max-width: 590px){
  .img-pin {
      margin-left: -16%;
  }
  .img-pin {
    margin-right: 7px;
  }
}



@media only screen and (max-width : 550px) {
  .img-pin {
    margin-left: -17%;
  }
}


@media only screen and (max-width : 525px){
  .historico-manutencao2{
    margin-left: 36px;
  }
  .img-pin {
    margin-right: 10px;
    margin-left: -16.5%;
  }
}


@media only screen and (max-width: 495px){
  .img-pin {
    margin-left: -16%;
    max-width: 50px;
    margin-right: 7px;
  }
  .nopadding-extras{
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 485px){
  .div-historico-manutencao{
    width: 100%;
  }
  .manutencao-ano-km{
    padding:0 0;
    font-size: 17.84px;
    font-weight: 500;
    margin-bottom: 10px;
  }
}


@media only screen and (max-width: 475px){
  .img-pin {
    margin-left: -16%;
  }
}


@media only screen and (max-width: 445px){
  .historico-manutencao2 {
    margin-left: 36px;
  }
  .intervencao-oficina {
    line-height: 5px;
  }
  .img-pin {
    margin-left: -22%;
  }
  .img_vertical2{
    width: 12%;
  }
} 


@media only screen and (max-width: 437px){
  .manuntencao h2{
    font-size: 18px;
  }
}



@media only screen and (max-width : 410px) {
  .img-pin {
    margin-left: -18%;
  }
}






@media only screen and (max-width : 410px) {
  .img_vertical2{
    width: 12%;
  }
  .img_vertical {
    width: 86%;
  }
  .img_vertical img{
    width: 30px;
  }

  .img-pin {
    margin-left: -25%;
  }
}



@media only screen and (max-width : 360px) {
  .img-pin {
    margin-left: -23.5%;
  }
}


@media only screen and (max-width : 340px) {
  .img-pin {
    margin-left: -24.5%;
  }
}


@media only screen and (max-width : 324px) {
  .img_vertical img {
    width: 29px;
  }
  .img_vertical2 img {
    margin: -9px 0px 0px 0px;
  }
  .img-pin {
    margin-left: -25%;
  }
  .img-pin1 {
    width: 29px;
  }
}

.div-historico-manutencao{
text-align: center;
    padding: 22px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;
    color: #333333;  
    font-size: 15px;  
    line-height: 19px;
}


/*FIM Historico*/


.pesq_avanc_btn{
  text-align: center;
  margin-top: 10px;
}
.pesq_avanc_btn a{
  color: #333333;
  font-family: Ubuntu;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}


.ficha_fixed{

      box-shadow: 0px -2px 4px 0 rgba(0,0,0,0.13),
      0px -11px 24px 0 rgba(0,0,0,0.14);

      z-index: 300;
      position: fixed;
      background-color: #FFFFFF;
      bottom: -200px;
      left: 0;
      width: 100%;
      -webkit-transition: transform 0.6s;
      transition: transform 0.6s;
}
.ficha-scroll-custom {
    transform: translateY(-200px);
    -webkit-transition: transform 0.6s;
    transition: transform 0.6s;
}

.sidebar_size2 {
    max-height: 280px;
    position: relative;
    overflow: hidden;
}

.btn-pesquisa-listagem{
  margin: 0;  
  width: 100%;;
  height: 44px; 
  margin-top: 20px;
  border: none;
  margin-bottom: 10px;
  text-transform: uppercase; 
  background-color: #B05B08;
  color: #fff;
  font-family: Ubuntu;
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
      width: calc(100% + 38px);
    margin-left: -38px;
clip-path: polygon(0 1%, 100% 0%, 90% 99%, 0% 100%);
}
.btn-pesquisa-listagem:hover{
  background: rgb(193 85 0);
}
.btn-pesquisa-listagem:focus{
  background: rgb(193 85 0);
  outline: none;
}

#scroller{

  position: fixed;
  top: calc(100vh - 100px);
  bottom: auto;
  width: 19%;
  right: auto;
  z-index: 2;
  

}

.btn-limpar-listagem{
  border: 0;
  margin: 0;
  width: 100%;
  transition: all 0.5s;
  margin-bottom: 20px;


     color: rgb(193 85 0);
    font-family: Ubuntu;
    font-size: 1.1vw;

  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  cursor: pointer;

}
.btn-limpar-listagem:hover img{
 transform: rotate(200deg);
}
.btn-limpar-listagem:focus{
 
  outline: none;
}
#close_pesquisa_outer{
  display: none;
}
@media only screen and (max-width : 991px) {  
.btn-pesquisa-listagem{
  margin-top: 5px;
}
}
@media only screen and (max-width : 767px) {  
.btn-pesquisa-listagem{
  margin-top: 10px;
}
}


.pesquisa_input_normal{
  border-right: 1px solid #DFDFDF;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}


.listagem_pesquisa_section{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  /*z-index: 0;*/
  position: relative;
}
@media only screen and (max-width : 991px) {
  .listagem_pesquisa_section {
    background-color: #F5F5F5;
    box-shadow: none;
  }
}



.linha_cinza{
  height: 1px;
  width: 100%;
  background-color: #DEDEDE;
  margin: 30px 0px;
}

.zona_banner1_titulo{
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}
.zona_banner1_subtitulo{
  color: #333333;
  font-size: 15px;
  line-height: 29px;
  font-weight: 500;
  padding-bottom: 15px;
}
.zona_banner1_texto{
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
}
.zona_banner1_texto img{
  display: inline-block;
  margin-top: -2px;
  margin-right: 4px;
}
.zona_banner1_texto div{
  display: inline-block;
}

@media only screen and (max-width : 1420px) {  
.zona_banner1_texto{
  font-size: 13px;
  line-height: 27px;
}
.zona_banner1_texto img{
  margin-right: 0px;
}
}
@media only screen and (max-width : 1240px) {  
.zona_banner1_texto{
  font-size: 12px;
  line-height: 26px;
}
}
@media only screen and (max-width : 1199px) {  
.zona_banner1_texto{
  font-size: 13px;
  line-height: 27px;
}
}
@media only screen and (max-width : 1025px) {  
.zona_banner1_texto{
  font-size: 12px;
  line-height: 26px;
}
}
@media only screen and (max-width : 991px) {  
.zona_banner1_texto{
  font-size: 15px;
  line-height: 29px;
}
}
@media only screen and (max-width : 450px) {  
.zona_banner1_texto{
  font-size: 12px;
  line-height: 26px;
}
.zona_banner1_texto img{
  margin-right: 0px;
}
}




.btn_listagem_pesq{
  background:none;
  padding: 13px 15px !important;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-transform: inherit;
  display: inline-block;
  background-color: #FFFFFF !important;
  color: #939393;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
 
  min-width: 170px;
  margin: 0px 5px;
  border: 0px solid #DBDBDB;
  border-radius: 0px;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);




}

.btn_listagem_pesq:focus {
 border-bottom-right-radius: 0;  
border-bottom-left-radius: 0;
}

.btn_listagem_pesq img{
  float: right;
  margin-top: 4px;
}
@media only screen and (max-width : 991px) {  
.btn_listagem_pesq{

  margin: 0;
   margin-top:15px; 
  display: flex;
  align-items: center;
  padding: 9px 15px !important;
   margin-bottom:15px; 
}
select.form-ordenacao {
  padding: 9px 15px !important;
  width: calc(50% - 15px);
}
}

.listagem_subtitulo{
 color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}



.listagem_pesquisa_div{
  padding-bottom: 30px;
  background: #fff;
  padding-top: 30px;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.listagem_img_div{
  padding: 0px 12px;
}
@media only screen and (max-width: 991px) {
.listagem_img_div{
  padding: 0px;
}
}

/*
.texto-destaques {
    text-overflow: initial; 
    white-space: initial; 
    font-size: 24px; 
    line-height: 33px; 
    max-height: 66px; 
}*/

.texto-listagem{
  font-weight: 700;
  text-align: left;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 5px;
  color: #333333;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.texto-listagem span{
  font-weight: 500;
  text-transform: initial;
}
.texto-listagem2{
  font-weight: 500;
  text-align: left;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 5px;
  color: #333333;
  font-size: 16px;
  line-height: 21px;
  text-transform: initial;
}

.listagem_obs{
  margin-top: 5px;
  font-weight: 500;
  height: 69px;
  overflow: hidden;
  color: #939393;
  font-size: 14px;
  line-height: 23px;
}
.listagem_obs span{
  text-transform: uppercase;
  font-weight: 700;
}

.preco-listagem {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: right;
}


.preco-listagem-antes {
  display: inline-block;
  letter-spacing: 0px;
  position: relative;
  color: #D0D0D0;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}

.listagem-mais-info {
    text-align: left;
    font-weight: 500;
    display: inline-flex;
    padding-right: 15px;
    color: #333333;
    font-size: 15px;
    line-height: 28px;
}
.listagem_info {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding-bottom: 8px;
}

.listagem_info_pad{
  padding-top: 15px;
}

@media (min-width: 1200px){
.preco-listagem {
    font-size: 18px;
    line-height: 28px;
}

.preco-listagem-antes{
  font-size: 16px;
}


.texto-listagem{
  font-size: 18px;
  line-height: 30px;
}
.texto-listagem2{
  font-size: 18px;
  line-height: 30px;
}
}

@media (max-width: 1199px){
.listagem_info_pad{
  padding-top: 0px;
}
}


@media (max-width: 400px){
.texto-listagem{
  font-size: 16px;
  line-height: 19px;
}
.texto-listagem2 {
  font-size: 16px;
  line-height: 19px;
}
.preco-listagem {
  font-size: 16px;
  line-height: 21px;
}
.preco-listagem-antes{
  font-size: 15px;
}

}
@media (max-width: 400px){
.listagem-mais-info {
  padding-right: 10px;
  font-size: 13px;
  line-height: 26px;
}
}


.linha_listagem {
    height: 1px;
    width: 100%;
    background-color: #DEDEDE;
    margin: 20px 0px 30px 0px;
}


.btn-listagem-detalhes{
  text-transform: uppercase;  
  text-align: center;  
  transition: all 0.5s;
  padding: 0px 70px;
  display: inline-block;
  margin-top: 5px;
  cursor: pointer;
   color: #fff;
  font-family: Ubuntu;
  font-size:  1vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 50px;

  
  background-color: #B05B08;
  height: 50px;
  clip-path: polygon(0 1%, 100% 0%, 90% 99%, 0% 100%);
}
.btn-listagem-detalhes:hover{
  background: rgb(193 85 0);
 
}
.btn-listagem-detalhes:focus{
  background: rgb(193 85 0);
 
  outline: none;
}


.mensagem_listagem{
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
}



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


#pesquisaFormListagem .form-group {
  margin-bottom: 5px;
}

.row_pesquisa_list {

}


@media only screen and (max-width : 400px) {
select.form-ordenacao {
    min-width: 135px;
    font-size: 14px;
  }
  .btn_listagem_pesq {
      min-width: 135px;    
      font-size: 14px;
  } 
}


@media only screen and (max-width : 600px) {


  .historico_desk{
    display:block;
  }
}

@media only screen and (min-width : 600px) {


  .historico_desk{
    display:block;
  }
}


@media only screen and (max-width : 520px) {
.div-historico-manutencao {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;
    color: #333333;
    font-size: 13px;
    line-height: 19px;
}
}



  .caminho_link_ficha{
    color: #9D9D9D;
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
    /*cursor: pointer;*/
       transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all; 
  }
  .caminho_link_ficha:hover{
  color: rgb(193 85 0);
  }

  .seta_caminho_ficha{
    display: inline;
    margin-top: -1px;
    padding: 0px 10px;
  }

  .wrap-collabsible {
 /* margin-bottom: 1.2rem;*/
}

.quebraSatis{
display: none;
}
input.toggle[type='checkbox'] {
  display: none;
}

.lbl-toggle {    
  display: block;
    cursor: pointer;
    border-radius: 7px;
    transition: all 0.25s ease-out;
    color: #333333;
    font-family: Ubuntu;
    font-size: 17px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 0px;
}

.lbl-toggle:hover {
 
}

.lbl-toggle::before {
  content: ' ';
    display: inline-block;
    background: url(/web1/zp/tpl1/template/img/cortes/down.svg) transparent;
    vertical-align: middle;
    margin-right: 0.7rem;
    transition: transform 0.2s ease-out;
    width: 15px;
    height: 10px;
    background-repeat: no-repeat;
    transform: rotate(-90deg) translateX(0px);
}

.toggle:checked + .lbl-toggle::before {
  transform: rotate(0deg) translateX(0px);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 1000%;
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.content-inner{
  color:#333;
  padding-left: 70px;
  font-weight: 500;
  font-size: 15px;
}



.sidebar-box {
  max-height: 9999px;
  position: relative;
  overflow: visible;
}
.sidebar-box-dados{
  max-height: 650px;
}
.sidebar-box .read-more { 
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0 0 0;
  border-bottom: 15px solid #fff;
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 35%,rgba(255,255,255,.98) 56%,#fff 100%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 35%,rgba(255,255,255,.98) 56%,#fff 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 35%,rgba(255,255,255,.98) 56%,#fff 100%);
}

.sidebar-box .read-more a{
color: #57D987;
font-size: 16px;
font-weight: 500;
line-height: 22px;
text-align: center;
text-decoration: none;
cursor: pointer;
}

.sidebar-box .read-more a:hover{
text-decoration: underline;
}

.sidebar_size1 .read-more { 
      overflow: hidden;
  position: absolute;
  bottom: 0;
  width: calc( 100% - 30px );
  left: 15px;
  right: 15px;
  text-align: left;
  margin: 0;
  padding: 30px 0px 0px 15px;
  border-bottom: 15px solid #fff;
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 35%,rgba(255,255,255,.98) 56%,#fff 100%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 35%,rgba(255,255,255,.98) 56%,#fff 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 35%,rgba(255,255,255,.98) 56%,#fff 100%);
}

.sidebar_size1 .read-more a{
align-items: center;
justify-content: center;
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 22px;
text-align: center;
text-decoration: none;
cursor: pointer;
background-color: rgb(60 60 59);
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    display: inline-flex;
 transform: skew(-30deg);
 padding-left: 30px;
 padding-right: 15px;
margin-left: -30px;
text-transform: uppercase;

}
.sidebar_size1 .read-more i{
 transform: skew(30deg);

}
.sidebar_size1 .read-more span{

  background-color: rgb(193 85 0);
  position: absolute;
  height: 50px;
  padding: 10px;
 transform: skew(-30deg);
 margin-left: 10px;
 padding-left: 15px;
padding-right:  15px;

}
.sidebar_size1 .read-more span img{
 transform: skew(30deg);

}

.sidebar_size1 .read-more a:hover{

}


.sidebar_size2 .read-more { 
  z-index: 2;
      overflow: hidden;
  position: absolute;
  bottom: 0;
  width: calc( 100% - 30px );
  left: 15px;
  right: 15px;
  text-align: left;
  margin: 0;
  padding: 30px 0px 0px 15px;
  border-bottom: 15px solid #fff;
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 35%,rgba(255,255,255,.98) 56%,#fff 100%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 35%,rgba(255,255,255,.98) 56%,#fff 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 35%,rgba(255,255,255,.98) 56%,#fff 100%);
}

.sidebar_size2 .read-more a{
align-items: center;
justify-content: center;
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 22px;
text-align: center;
text-decoration: none;
cursor: pointer;
background-color: rgb(60 60 59);
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    display: inline-flex;
 transform: skew(-30deg);
 padding-left: 30px;
 padding-right: 15px;
margin-left: -30px;
text-transform: uppercase;

}
.sidebar_size2 .read-more i{
 transform: skew(30deg);

}
.sidebar_size2 .read-more span{

  background-color: rgb(193 85 0);
  position: absolute;
  height: 50px;
  padding: 10px;
 transform: skew(-30deg);
 margin-left: 10px;
 padding-left: 15px;
padding-right:  15px;

}
.sidebar_size2 .read-more span img{
 transform: skew(30deg);

}

.sidebar_size2 .read-more a:hover{

}


.sidebar-box-dados-min{
  min-height: 650px;
}
@media only screen and (max-width :  1259px) {
.sidebar-box-dados{
  max-height: 520px;
}
.sidebar-box-dados-min{
  min-height: 520px;
}
}

@media only screen and (max-width :  991px) {
.sidebar-box-dados{
  max-height: 300px;
}
.sidebar-box-dados-min{
  min-height: 300px;
}
.content-inner {
    padding-left: 0px;
}
}

.descricao_viatura_esq{
    background-color: rgba(255, 255, 255, 0.69);
    padding: 0 15px;
}

/* for PC */
@media screen and (min-width:992px) {
  aside {
    width: 300px;
    position: absolute;
    top: 0px;
  }
}

/* for Smart Phone */
@media screen and (max-width:991px) {
  aside {
    width: 600px;
    position: static;
    top: auto;
    left: auto;
  }
}
.home_titulo_satisfacao{
  text-transform: uppercase;
 color: rgb(193 85 0);
  font-family: "GoboldUplowItalic";
  font-size: 23px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 36px; 
  margin-bottom: 15px;
}

.FichadeViatura{

    margin-top: 40px;

}

.fale-conosco{
  padding-top: 15px;
    margin-top: 25px; 
border-radius: 13px;
background-color: #F1F1F1;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.13), 0 11px 24px 0 rgba(0,0,0,0.14);  
}
.fale-connosco-info{
text-transform: uppercase;

color: rgb(193 85 0);
font-family: "GoboldUplowItalic";
font-size: 24px;
letter-spacing: 0;
line-height: 39px;  
}

/* Hide the browser's default radio button */
.fale-conosco-retoma input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.fale-conosco-retoma .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #9B9B9B;
}

/* On mouse-over, add a grey background color */
.fale-conosco-retoma:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.fale-conosco-retoma input:checked ~ .checkmark {
  background-color: #fff;
     box-shadow: 0 0 0 2px rgb(193 85 0);
}



/* Create the indicator (the dot/circle - hidden when not checked) */
.fale-conosco-retoma .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.fale-conosco-retoma input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.fale-conosco-retoma .checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(193 85 0);
}

/*sdsdfsfd*/

.fale-conosco-financiamento input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.fale-conosco-financiamento .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #9B9B9B;

}

/* On mouse-over, add a grey background color */
.fale-conosco-financiamento:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.fale-conosco-financiamento input:checked ~ .checkmark {
  background-color: #fff;
  box-shadow: 0 0 0 2px rgb(193 85 0);
}



/* Create the indicator (the dot/circle - hidden when not checked) */
.fale-conosco-financiamento .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.fale-conosco-financiamento input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.fale-conosco-financiamento .checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(193 85 0);
}

/*------------------------------------------------------------------------*/
/* The container */
/* Hide the browser's default radio button */
.checkboxTermos input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkboxTermos .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 0;
  box-shadow: 0 0 0 2px #9B9B9B;
}

/* On mouse-over, add a grey background color */
.checkboxTermos:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkboxTermos input:checked ~ .checkmark {
  background-color: #fff;
  box-shadow: 0 0 0 2px rgb(193 85 0);
}



/* Create the indicator (the dot/circle - hidden when not checked) */
.checkboxTermos .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkboxTermos input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkboxTermos .checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 0%;
  background: rgb(193 85 0);
}

.checkboxTermos p{
      margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 25px;
 color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 23px;
}
.checkboxTermos p a{
 color: rgb(193 85 0);
}
/*------------------------------------------------------------------------*/

.campanha_prazo{
color: #FCAC02;
font-size: 15px;
font-weight: 500;
line-height: 29px;
text-align: center;
}

.btn_ficha_inf{
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btn_ficha_inf:hover{
  color: #FFFFFF;
  cursor: pointer;
}

.btn_ficha_inf_brn{
  color: #57D987;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  line-height: 35px;
}

.btn_ficha_inf_brn:hover{
  color: #57D987;
  cursor: pointer;
}

.btn_ficha_inf_brn:focus{
  color: #57D987;
  cursor: pointer;
}
.noDecoration{
  text-decoration: none;
}
.btns_ficha_vrd{

  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
   fill: rgb(193 85 0);
  color: rgb(60 60 59);
  font-family: Ubuntu;
      font-size: 0.9vw;
    font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  cursor: pointer;


 transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  text-transform: capitalize;
}
.btns_ficha_vrd svg{
margin-right: 10px;
}
.btns_ficha_vrd:hover{
    color: #1D1D1D;
    fill:  #1D1D1D;
}

.linha_cinza_ficha {
    height: 1px;
    width: 100%;
    background-color: #DEDEDE;
    margin: 15px 0px;
}

.logo-visto-ficha{
  padding-right: 5px;
}

.texto-vistos-ficha{
  font-size: 14px;
  display: flex;
  padding-bottom: 10px;
}


.campanha_prazo_2 {
    color: #FCAC02;
    font-size: 13px;
    font-weight: 500;
    padding: 2px;
    line-height: 23px;
    text-align: center;
}

.ficha_btn_div_2 {
    border-radius: 5px;
    background-color: #57D987;
    padding: 1px;
    min-height: 29px;
    border: 2px solid #57D987;
    font-size: 14px;
}

.btn_ficha_inf_2 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.links_topo_ficha{
  padding-top: 10px;
  padding-bottom: 10px;
  /*padding-left: 30px;*/
  padding-left: 0px;
}

.preco-destaques-inner-ficha{
  font-size: 25px;
 }

.preco-destaques-inner-ficha.desconto{
  font-size: 15px;
  color:#FDAB09;
  line-height: 13px;
 }

.preco-destaques-inner-ficha.desconto .eur{
  font-size: 12px;
  color:#FDAB09;
 }

 .preco-destaques-inner-ficha .eur{
  font-size: 20px;
 }


 .preco-destaques-inner-ficha.promo{
  font-size: 21px;
 }

.preco-destaques-inner-ficha.promo .eur{
  font-size: 18px;
  color:#D0D0D0;
 }

.destaques-mais-info-ficha{

    display: flex;

}

.destaques-mais-info-ficha-1{
  border-bottom: 1px solid rgb(60 60 59);
  padding: 12px 15px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right:  1px solid #BFBFBF;
}

.destaques-mais-info-ficha-2{
  border-bottom: 1px solid rgb(60 60 59);
  padding: 12px 15px;
  padding-left:  5px;
  display: flex;
  align-items: center;
}



.destaques-mais-info-ficha:last-child{
border-bottom: 0px solid #E0E0E0;
} 

.destaques_info_ficha{
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding-bottom: 5px;
}
.destaques_info_ficha span{
  color: #939393;
  font-weight: 500;
  padding-right: 14px;
}

#financiamento-mensalidade{
margin-top: 25px;
}
/*select2*/
 .select2-results__options::-webkit-scrollbar {
        width: 10px;
      }

      /* Track */
      .select2-results__options::-webkit-scrollbar-track {
        border-radius: 0px;
         background: #F0F0F0; 
      }
       
      /* Handle */
      .select2-results__options::-webkit-scrollbar-thumb {
        background:#A6A6A6 ; 
        border-radius: 0px;
        overflow: hidden;
      }

      /* Handle on hover */
      .select2-results__options::-webkit-scrollbar-thumb:hover {
        background: #858688; 
      }

  .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
 /* width: 100% !important;*/
   }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 0px;
    margin-left: 10px;
    padding: 0; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: #E6E6E6;
 
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; 
}

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: #E6E6E6;
  cursor: text;
  padding-bottom: 0px;
  padding-right: 0px;
  
  border-radius: 0px;
  min-height: 50px;

   }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {   
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; 
    border-radius: 10px;
  background-color: #9D9D9D;
  color: #ffffff;
  font-family: Ubuntu;
  font-size: 13px;
  font-weight: 500;
    line-height: 26px;
    margin-bottom: 0px; 

  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  
      color: rgb(193 85 0);
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
 
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; 
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; 
      line-height:50px;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  font-size: 16px;
  }
  .select2-container--default .select2-search--inline .select2-search__field::-ms-input-placeholder {
  font-size: 16px;
  }


.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #9D9D9D;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*select2*/




/*social media ficha*/

.btn-float {
  padding: 0;
  display: flex;
  justify-content: start;
  width: 100%;
  border: none;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.model-6 .float-btn-group .btn-list .btn-float:nth-child(5)
.btn-float:hover span{
display: block;
}

.model-6 .float-btn-group .btn-list .btn-float:nth-child(5)
.btn-float span{
  

}

.btn-float:active, .btn-float:focus {
  outline: none;
}
.btn-float + .btn-float {
  margin-left: 5px;
}

.black {

    background: rgb(237,134,47,1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);


}
.bleu {
    background: rgb(0,132,255,1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);


}

.bleu-t {
  background: rgb(29,161,243,1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}


.float-btn-group {
  position: relative;
  float: right;

}
.float-btn-group .btn-triger {
  display: flex;
  align-items: center;
  background-color: transparent;
  z-index: 1;
  float: left;
}
.float-btn-group .btn-list {
  z-index: 24;
  position: absolute;
  top: 0px;
  left: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.float-btn-group .btn-list li {
  display: inline-block;
}



.model-6 {
}
.model-6 .float-btn-group {
  float: none;
  margin: auto;  
}

.model-6 .float-btn-group .btn-list {

}
.model-6 .float-btn-group .btn-list .btn-float {
    position: absolute;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  left: 0;
  top: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration:none;
}
.model-6 .float-btn-group .btn-list .btn-float:nth-child(1) {
  -moz-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
.model-6 .float-btn-group .btn-list .btn-float:nth-child(2) {
  -moz-transition: 0.3s 0.6s;
  -o-transition: 0.3s 0.6s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.6s;
  -webkit-transition: 0.3s 0.6s;
  transition: 0.3s 0.6s;
}
.model-6 .float-btn-group .btn-list .btn-float:nth-child(3) {
  -moz-transition: 0.3s 0.9s;
  -o-transition: 0.3s 0.9s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.9s;
  -webkit-transition: 0.3s 0.9s;
  transition: 0.3s 0.9s;
}
.model-6 .float-btn-group .btn-list .btn-float:nth-child(4) {
  -moz-transition: 0.3s 1.2s;
  -o-transition: 0.3s 1.2s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 1.2s;
  -webkit-transition: 0.3s 1.2s;
  transition: 0.3s 1.2s;
}
.model-6 .float-btn-group .btn-list .btn-float:nth-child(5) {
  -moz-transition: 0.3s 1.5s;
  -o-transition: 0.3s 1.5s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 1.5s;
  -webkit-transition: 0.3s 1.5s;
  transition: 0.3s 1.5s;
}

.model-6 .float-btn-group.open .btn-list .btn-float {
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(1) {
  left: -100px;
  top: -50px;
}
.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(2) {
  left: -50px;
  top: -50px;
}
.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(3) {
  left: 0px;
  top: -50px;
}
.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(4) {
  left: 50px;
  top: -50px;
}
.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(5) {
  left: 100px;
  top: -50px;
}
.model-6 .float-btn-group.open .btn-list .btn-float:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;

}


/* fim */


/* inicio*/

.btn-float-fale {
  padding: 0;
  display: flex;
  justify-content: start;
  width: 100%;
  border: none;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.model-6-fale .float-btn-group-fale .btn-list-fale .btn-float-fale:nth-child(5)
.btn-float-fale:hover span{
display: block;
}

.model-6-fale .float-btn-group-fale .btn-list-fale .btn-float-fale:nth-child(5)
.btn-float-fale span{
  

}

.btn-float-fale:active, .btn-float-fale:focus {
  outline: none;
}
.btn-float-fale + .btn-float-fale {
  margin-left: 5px;
}

.black-fale {
    background: rgb(237,134,47,1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: none;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}


.bleu-fale {
    background: rgb(0,132,255,1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: none;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);

}

.green-fale {
    background: rgb(38,209,69,1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: none;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);

}

.float-btn-group-fale {
  position: relative;
  float: right;

}
.float-btn-group-fale .btn-triger-fale {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  z-index: 1;
  float: left;
}
.float-btn-group-fale .btn-list-fale {
  z-index: 24;
  position: absolute;
  top: 0px;
  left: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.float-btn-group-fale .btn-list-fale li {
  display: inline-block;
}



.model-6-fale {
}
.model-6-fale .float-btn-group-fale {
  float: none;
  margin: auto;  
}

.model-6-fale .float-btn-group-fale .btn-list-fale {

}
.model-6-fale .float-btn-group-fale .btn-list-fale .btn-float-fale {
  position: absolute;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  left: 0;
  top: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration:none;
}
.model-6-fale .float-btn-group-fale .btn-list-fale .btn-float-fale:nth-child(1) {
  -moz-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
.model-6-fale .float-btn-group-fale .btn-list-fale .btn-float-fale:nth-child(2) {
  -moz-transition: 0.3s 0.6s;
  -o-transition: 0.3s 0.6s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.6s;
  -webkit-transition: 0.3s 0.6s;
  transition: 0.3s 0.6s;
}
.model-6-fale .float-btn-group-fale .btn-list-fale .btn-float-fale:nth-child(3) {
  -moz-transition: 0.3s 0.9s;
  -o-transition: 0.3s 0.9s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.9s;
  -webkit-transition: 0.3s 0.9s;
  transition: 0.3s 0.9s;
}
.model-6-fale .float-btn-group-fale .btn-list-fale .btn-float-fale:nth-child(4) {
  -moz-transition: 0.3s 1.2s;
  -o-transition: 0.3s 1.2s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 1.2s;
  -webkit-transition: 0.3s 1.2s;
  transition: 0.3s 1.2s;
}
.model-6-fale .float-btn-group-fale .btn-list-fale .btn-float-fale:nth-child(5) {
  -moz-transition: 0.3s 1.5s;
  -o-transition: 0.3s 1.5s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 1.5s;
  -webkit-transition: 0.3s 1.5s;
  transition: 0.3s 1.5s;
}
.model-6-fale .float-btn-group-fale .btn-list-fale .btn-float-fale:nth-child(6) {
  -moz-transition: 0.3s 1.8s;
  -o-transition: 0.3s 1.8s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 1.8s;
  -webkit-transition: 0.3s 1.8s;
  transition: 0.3s 1.8s;
}


.model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale {
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:nth-child(1) {
  left: -150px;
  top: -50px;
}
.model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:nth-child(2) {
  left: -100px;
  top: -50px;
}
.model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:nth-child(3) {
  left: -50px;
  top: -50px;
}
.model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:nth-child(4) {
  left: 0px;
  top: -50px;
}
.model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:nth-child(5) {
  left: 50px;
  top: -50px;
}

.model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:hover {


}

/* fim*/



.nomeCaracteristica{
  text-transform: uppercase;
    color: #706F6F;
  font-family: Ubuntu;
  font-size: 0.9vw;
  letter-spacing: 0;

}

.valorCaracteristica{
  color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 0.9vw;
  letter-spacing: 0;

}

@media (max-width: 365px) {
	.texto-vistos-ficha{
  font-size: 13px;
  display: flex;
  padding-bottom: 10px;
}
}

@media (max-width: 1339px) {
.destaques_info_ficha{
  font-size: 14px;
}
.destaques_info_ficha span{
  padding-right: 5px;
}
}

@media (max-width: 1220px) {
.destaques_info_ficha{
  font-size: 13px;
}
.destaques_info_ficha span{
  padding-right: 3px;
}
}

@media (max-width: 1200px) {
 .preco-destaques-inner-ficha{
  font-size: 22px;
 }

 .preco-destaques-inner-ficha.promo{
  font-size: 20px;
 }

.preco-destaques-inner-ficha.promo .eur{
  font-size: 16px;
  color:#D0D0D0;
 }

 .preco-destaques-inner-ficha .eur{
  font-size: 18px;
 }
.destaques_info_ficha{
  font-size: 11px;
}
.destaques_info_ficha span{
  padding-right: 0px;
}

}


@media (max-width: 991px) {
  .fundo_banners {
    padding-bottom: 57.1%;
    margin-top: 60px;
}
 .preco-destaques-inner-ficha{
  font-size: 23px;
 }
  .preco-destaques-inner-ficha.promo{
  font-size: 21px;
 }

.preco-destaques-inner-ficha.promo .eur{
  font-size: 17px;
  color:#D0D0D0;
 }

 .preco-destaques-inner-ficha .eur{
  font-size: 18px;
 }


 .destaques-mais-info-ficha{
  font-size: 15px;
  padding-right:15px;
}

.destaques_info_ficha{
  font-size: 15px;
}
.destaques_info_ficha span{
  padding-right: 15px;
}


}

@media (max-width: 550px) {

.destaques_info_ficha{
  font-size: 13px;
}
.destaques_info_ficha span{
  padding-right: 5px;
}



}



@media (max-width: 450px) {
  .preco-destaques-inner-ficha{
  font-size: 19px;
 }

  .preco-destaques-inner-ficha.promo{
  font-size: 16px;
 }

.preco-destaques-inner-ficha.promo .eur{
  font-size: 13px;
  color:#D0D0D0;
 }

 .preco-destaques-inner-ficha .eur{
  font-size: 13px;
 }

.preco-destaques-inner-ficha.desconto{
  font-size: 13px;
  color:#FDAB09;
  line-height: 13px;
 }

.preco-destaques-inner-ficha.desconto .eur{
  font-size: 11px;
  color:#FDAB09;
 }

  .destaques-mais-info-ficha{
  font-size: 14px;
  padding-right: 5px;
}

.destaques_info_ficha{
  font-size: 12px;
  line-height: 20px;
}

.destaques_info_ficha span{
  padding-right: 0px;
}


}



@media (max-width: 991px) {

  .footer_easysite{
    padding-bottom: 25px;
  }


  .remove_padding_fluid{
    padding: 0px !important;
  }
}



@media (min-width: 991px) {
  .nopadding-md{
    padding: 0px !important;
  }
}


@media (min-width: 1600px) {
.container-fluid {
    padding: 0px;
  }
}

@media (max-width: 1600px) {
  .links_topo_ficha{
  padding-top: 10px;
  padding-bottom: 10px;
  } 
}
@media (max-width: 991px) {
  .links_topo_ficha{
  padding-left: 15px;
  } 
}

@media (min-width: 768px) {
.center_desktop{
  text-align: center;
}
}


.interiores_subtitulo{
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding-top: 15px;
  padding-bottom: 10px;
}


.album_clientes_titulo{
  color: #333333;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  padding-top: 5px;
  margin-bottom: 5px;
  height: 30px;
  overflow: hidden;
}
.album_clientes_data{
  color: #757575;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  height: 22px;
  overflow: hidden;
  margin-bottom: 5px;
}
.album_clientes_texto{
  color: #333333;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  height: 190px;
  overflow: hidden;
}
.album_lista_item{
  padding-top: 20px;
  padding-bottom: 20px;
}

.album_search{
  display: inline-flex;
  align-items: center;
}

.album_search_texto{
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}


.banner_listagem{
  margin: auto;
  border-radius: 5px;
}
.texto-mensalidade {
    font-size: 13px;
    color: #1D1D1D;
}
.titulo-mensalidade {
      margin-bottom: 15px;
    font-size: 14px;
    color: #1D1D1D;
}
.carro_hover1{
width: 67%;
margin: 0px 205px;
position: relative;
margin-top: -80vh;

}
.destaques_pad_xs img{
 max-width: 90%; 
}

.mensagem_listagem p{
  margin-bottom: 0;
}


.navbar-mobile li a {
  text-align: left !important;
}
.navbar-mobile li {
  padding: 0 !important;
  margin: 5px 8px !important;
  width: inherit !important;
  left: 5%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.home_tipos_modal_texto{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: calc(50% - 10px);
}
@media (min-width: 500px) {
.home_tipos_modal_texto{
  font-size: 20px;
  line-height: 24px;
  top: calc(50% - 12px);
}
}


.owl-prev.disabled, .owl-next.disabled{
  display: none !important;
}





.ref_topo{
  background-color: #59D985;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 15px;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 25px;
}
.ref_topo span{
  font-weight: 600;
    font-size: 16px;
}
.ref_texto{
    text-align: center;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
}
.ref_titulo1{
  color: #333333;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    padding-top: 20px;
}
.ref_steps{
  
}
.ref_steps_num{
  color: #333333;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    border: 3px solid #59D985;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 34px;
    margin: auto;
}
.ref_steps_texto{
  text-align: center;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
}

.ref_texto2{
    text-align: center;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f7f7f7;
    margin-top: 20px;
    margin-bottom: 10px;
}
.ref_texto span, .ref_texto2 span{
  font-weight: 700;
}

.ref_linha_cinza{
  border-bottom: 1px solid #EAECEE;
  padding-top: 20px;
    margin-bottom: 20px;
}
.ref_texto_small{
  text-align: center;
  color: #333333;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.btn_ref_tel{
  background-color: #C14543;
}
.btn_ref_tel:hover{
  background-color: #9e3432;
}


.resp_texto{
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
    text-align: justify;
}

.resp_titulo{
  color: #333333;
  font-weight: 700;
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.resp_texto2{
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}

.resp_img img{
  margin: auto;
  margin-bottom: 15px;
}


.nav-desktop li a{
  color: #333333 !important;
}
.nav-desktop li:hover a, .nav-desktop li.active a{
  color: rgb(193 85 0) !important;
}


#owl-demo-stock .canto-superior-imagem {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    margin-top: 0%;
    left: 0px;
    top: 0px;
    height: 136px;
    width: 159px;
    }

#owl-demo-stock .badge {
  display: flex;
    justify-content: center;
    font-weight: 600;
    min-width: 10px;
    padding: 2px 10px;
    color: #fff !important;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: rgb(193 85 0);
    border-right: 0px solid #fff;
    top: 30px;
    left: -32px;
    width: 100%;
    margin: 0;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0px;
}
.icon_favoritos{
  height: 21px;
}

.icon_favoritos_maior{
  height: 26px;
}

.ficha_alerta_msg{
  color: #333333;
  text-align: center;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 20px;
}

.ficha_alerta_msg span{
  font-size: 14px;
  color: #a5a5a5;
}


.item_carro_area_util{
  padding-top: 20px;
  padding-bottom: 20px;
}






.btn_logout{
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 15px;
    border: 2px solid #57D987;
    min-height: 50px;
    text-decoration: none;
    font-weight: 600;
    color: #57D987;
}

.btn_logout:hover{
 background-color: #eafef2;
     color: #57D987;
}


.viatura_pret_outer{
  padding-left: 0px;
  padding-right: 0px;
}

.viatura_pret_div{
  color: #333333;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 8px;
}

.viatura_pret_div span{
  font-weight: 600;
}



.remover_viatura_btn {
  padding: 10px 20px !important;
  letter-spacing: 0px;
  cursor: pointer;
  text-transform: inherit;
  display: inline-block;

  line-height: 18px;
  text-align: center;

  color: #4A4A4A;
    font-family: Ubuntu;
    font-size: 13px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
    border: 2px solid rgb(193 85 0);
    border-radius: 21px;
    background-color: rgba(255,255,255,1);
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
}
.remover_viatura_btn:hover, .remover_viatura_btn:active, .remover_viatura_btn:focus{
  outline: none;
  background-color: rgb(245, 245, 245);
}



.listagem_link{
  margin-bottom: 10px;
}

.listagem_link a{
  color: #57D987;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.listagem_link a:hover{
  color: #42A565;
}

.listagem_link a svg{
  fill: #939393;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.listagem_link a:hover svg{
  fill: #42A565;
}


.texto_marca{
    text-align: left;
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    padding-top: 5px;
}


    .a_360_int_tamanho{
      height: 500px;
    }

@media (max-width: 450px) {
          .a_360_int_tamanho{
      height: 300px !important;
    }
   }
   
@media (min-width: 767px) {
.texto_marca{
    font-size: 15px;
    line-height: 24px;
}
}

#gallery-2{
  display: none;
}
.paddingtestemunhosCorrosel{
  border-top: 1px solid rgb(193 85 0);
  border-bottom:  1px solid rgb(193 85 0);

padding: 30px 20px 30px 20px;


}

.sem_carros_texto{
  color: #9B9B9B;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
}
@media (min-width: 767px) {
.sem_carros_texto{
  font-size: 17px;
  line-height: 23px;
}
}
.sem_carros_img{
  max-width: 650px;
  width: 100%;
  margin: 30px auto;
}

.box-itens-menu{
    display: grid;
    text-align: center;
    border-radius: 6px;
    padding: 15px 0px;
}

@media (min-width: 450px) {
  .mobileContactos{
    width: 366px;
  }




  }

@media (max-width: 400px) {
    .box-itens-menu{
      font-size: 14px;
    }


  }

  @media (max-width: 350px) {
    .box-itens-menu{
      font-size: 13px;
    }
  }

    @media (max-width: 330px) {
    .box-itens-menu{
      font-size: 12px;
    }
  }


.btn_back_abs_outer{
  position: absolute;
  top: -17px;
}
.btn_back_abs_outer2{
  position: absolute;
  top: -25px;
  padding: 0px 15px;
}

.btn_back_abs{
  color: #939393;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_back_abs:hover{
  color: #57D987;
}
.btn_back_abs svg{
  fill: #939393;
  transform: rotate(180deg);
  margin-right: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_back_abs:hover svg{
  fill: #57D987;
}

.caminho_link_ficha_back{
  font-weight: 500;
  padding-right: 15px;
  margin-right: 10px;
}


.navbar-scroll-custom {
  transform: translateY(-300px);
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
}
.panel1DESTAQUES{
z-index: 2;
position: absolute;  
top: 100vh; 
left: 0;
}

.panel1DESTAQUESnobanners{
z-index: 2;
position: relative;
top: 55px;

}
.panel1-demo-destaques1{
margin-top: -108px;
}
.padding_imagem_MV{
  border: 1px solid #E9E9E9;  
padding: 0px;   
 z-index: 1;
}
.padding_caract_MV{

background-color: #E9E9E9;  
padding: 15px 0px 0px 0px;
}
.padding_regi_km{
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: baseline;
}
.padding_video{
  border:2px solid #B05B08;
  z-index: 1;
  position: relative;
background-color: #FFFFFF;  
padding: 0px;
padding-top: 0px;
}
.titulo_video{
color: #4A4A4A;  
font-family: Ubuntu;  
font-size: 16px;  
letter-spacing: 0;  
line-height: 39px;
    padding: 38px 15px;
}
.titulo_video span{
color: rgb(193 85 0);  
font-family: 'GoboldUplowItalic';  
font-size: 24px;
letter-spacing: 0; 
line-height: 39px;
padding-right: 20px;
}

.carteristica-relacionados img{
width: 35%;
    margin: auto;
}

  .panels {
      
  }

.panel1 {
  height: 100vh;
  background: #121212;
}

.site-layout {
height: 0;  
}


.panel2 {
   align-items: center;
    display: flex;
background-image: url(/web1/zp/tpl1/template/img/cortes/group10.jpg);
background-size: cover;
background-position: 50%;
background-position-y: 0%;
position: relative;

width: 100%;
padding-bottom: 50px;



}

.panel3 {
    align-items: center;
    display: flex;
background-image: url(/web1/zp/tpl1/template/img/cortes/img_cons.jpg);
background-size: cover;
background-position: 50%;
background-position-y: 0%;
position: relative;

}

.panel4 {
   align-items: center;
    display: flex;
background-image: url(/web1/zp/tpl1/template/img/cortes/newsletter.jpg);
background-size: cover;
background-position: 50%;
background-position-y: 0%;
position: relative;
padding-bottom: 100px;

}

.panel5 {
   align-items: center;
    display: flex;
background-image: url(/web1/zp/tpl1/template/img/cortes/bg_rep.jpg);
background-size: contain;
background-position: 50%;
background-position-y: 0%;
position: relative;
float: left;
padding-bottom: 0px;

}

.panel6 {

background-position: 50%;
background-position-y: 0%;
position: relative;

    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    background-image: url(/web1/zp/tpl1/template/img/cortes/bg_rep2.jpg);

}



.panel7 {

background-image: url(/web1/zp/tpl1/template/img/cortes/img_feed.jpg);
background-size: cover;
background-position: 50%;
background-position-y: 0%;
position: relative;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
}

.fotos-ficha{
    position: absolute;
    z-index: 0;
    margin-top: 0%;
    left: 15px;
    top: 483px;

    color: #FFFFFF;
  font-family: Ubuntu;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;   
}

 .pagination1 {
  position: fixed;
  left:  20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  z-index: 10;
     display: grid;
    padding-left: 0;
    margin: 45px 0;
    border-radius: 4px;
    width: auto;

}



.pagination1 a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: rgba(255,255,255,0.8);
  position: relative;
  padding: 4px;
}

.pagination1 a.active:after {
  box-shadow: inset 0 0 0 5px;
}

.pagination1 a.active .hover-text {
  opacity: 1;
}

.pagination1 a .hover-text {
  position: absolute;
  left: 15px;
  top: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;

  color: rgba(255,255,255);
  font-family: Ubuntu;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
}

.pagination1 a:hover .hover-text {
  opacity: 1;
}

.pagination1 a:after {
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  width: 4px;
  height: 22px;
  display: block;
  border: 1px solid;
  border-radius: 3px;
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  right: 4px;
  bottom: 0;
}

.panel2 .content {
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
  -webkit-transform: translate3d(0px, 30px, 0px);
  transform: translate3d(0px, 30px, 0px);
  width: 65%;
  margin: auto;
  left: 0;
  right: 0;
}
.panel2 .content.moved {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0px, 0px, 0px);
}

.btn-destaque-margin{
position: relative; 
z-index: 1; 
margin-top: 10px;


}
.imagemRevistas{
padding: 15px;
background-color: #FFFFFF;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.36), 0 6px 6px 0 rgba(0,0,0,0.38), 0 15px 28px 0 rgba(0,0,0,0.27);

}


.backgroundEquipamentos{
z-index: 1;
    background-color: rgba(255, 255, 255, 0.69);; 

padding-bottom: 20px;
padding-top: 40px;
position: relative;
}

.text-fav{
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(193 85 0);
    text-align: center;
    margin-top: 10px;
    display: none;
}

@media (min-width: 991px) {
    .linha_cima_ficha_desc{
      display: none;
    }

    .linha_baixo_ficha_desc{
      display: block;
    }
  }

  @media (min-width: 1350px) {
    .linha_cima_ficha_desc{
      display: block;
    }

    .linha_baixo_ficha_desc{
      display: none;
    }
 
  }


    .datepicker-dropdown{
    margin-top:25px !important;
  }

@media (min-width: 992px) and (max-width: 1060px) {
.btn_ficha_inf_brn{
  font-size: 13px;
}
.ficha_btn_div{
  font-size: 13px;
}
}


@media (max-width: 767px) {
.btn_slider{
  width: initial !important;
}
}


.backgoundFileCar{

    position: relative;
        float: left;
    width: 100%;
        padding-top: 30px;
}

.inputdocumento{
border-radius: 6px;
background-color: #F8F8F8;  
color: #575757; 
font-family: Ubuntu; 
font-size: 14px;
letter-spacing: 0; 
line-height: 40px;
height: 40px;
}
.remover_alerta_btn{
 position: absolute;
top: 25px;
left: 25px;
padding: 1px;
z-index: 1;
cursor: pointer;;
}

.element-header{
  color: #575757;
  font-family: Ubuntu;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 27px;
    margin-bottom: 20px;

}

.sizeStar{
  display: flex;  align-items: center;  font-size: 21px;
}
.login_nome_acesso{
  color: #FFF;
   transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
}

.login_nome_acesso:hover{
  color: rgb(193 85 0);
}
.myBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  padding: 15px;
  color: rgb(255 255 255);
      transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    text-transform: uppercase;
    font-weight: 500;
}
.myBtn i{
  width: 100%;
}
.myBtn:hover {
 color: rgb(255 255 255);
}




.dataTable1{
  padding: 20px;
border-radius: 13px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.13), 0 11px 24px 0 rgba(0,0,0,0.14);  
  margin-bottom: 40px; 
}
#dataTable1::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  #dataTable1::-webkit-scrollbar-track {
    border-radius: 0px;
     background: #F0F0F0; 
  }
   
  /* Handle */
  #dataTable1::-webkit-scrollbar-thumb {
    background:#A6A6A6 ; 
    border-radius: 0px;
    overflow: hidden;
  }

  /* Handle on hover */
  #dataTable1::-webkit-scrollbar-thumb:hover {
    background: #858688; 
  }

#myTab::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  #myTab::-webkit-scrollbar-track {
    border-radius: 0px;
     background: #F0F0F0; 
  }
   
  /* Handle */
  #myTab::-webkit-scrollbar-thumb {
    background:#A6A6A6 ; 
    border-radius: 0px;
    overflow: hidden;
  }

  /* Handle on hover */
  #myTab::-webkit-scrollbar-thumb:hover {
    background: #858688; 
  }
.dataTable1 table thead tr th {
  padding-left: 0;
  padding-right: 0;
  color: rgba(149,149,149,0.78);
  font-family: Ubuntu;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 2px;
  text-align: center;
      min-width: 200px;
}
.dataTable1 table tbody tr {
  border-radius: 6px;
  background-color: #F8F8F8;
border-collapse: collapse;
}
.dataTable1 table tbody tr td{
    min-width: 200px;
  border-top: 5px solid #fff;
   color: #575757;
  font-family: Ubuntu;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 31px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
     background-color: transparent; 
}
.remove-campanha-tamanho{
  height: 86px;
}

.background_filtro{

background-color: #FFFFFF;  

padding: 20px 23px;
margin-bottom: 30px;
}

.tooltip_ficha .top {
  min-width: 200px;
    top: -10px;
    left: -8%;
    text-align: center;
    transform: translate(-50%, -100%);
    padding: 10px 20px;
    color: #B5B5B5;
    background-color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    display: none;
}
.marginCaracteristicasListagem{
 margin: 50px 0;
}
.tooltip_ficha:hover .top {
    display:block;
}

.tooltip_ficha .top i {
    position:absolute;
    top:100%;
    left:68%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip_ficha .top i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:68%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#FFFFFF;
     box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
}

.tooltip_ficha_mob .top_mob {
  min-width: 200px;
    top: -10px;
    left: -0%;
    transform: translate(-50%, -100%);
    padding: 10px 5px;
    color: #B5B5B5;
    text-align: center;
    background-color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    display: none;
}

.tooltip_ficha_mob:hover .top_mob {
    display:block;
}
.linha_filtro{
margin-top: 5px;
height: 1px; 
background-color: #888787;
}
.tooltip_ficha_mob .top_mob i {
    position:absolute;
    top:100%;
    left:60%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}
.centrar_bloco{
display: flex;
align-items: baseline;
}
.tooltip_ficha_mob .top_mob i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:60%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#FFFFFF;
     box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}
.texto_descricao_empresa{
     padding-bottom: 20px;
  color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25px; 
}
.texto_descricao_empresa p{
  color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 25px; 
}
.texto_descricao_empresa ul li{
  color: #1D1D1D;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px; 
}
/*star rating*/
.checked {
  color: rgb(193 85 0) !important;
}

.fa-star {
  color: #DBDBDB;
      margin-right: 10px;
}
.tituloRating{
color: #333333;
  font-family: Ubuntu;
  font-size: 15px !important;;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 38px;
}
.heading{
 color: #333333;
  font-family: Ubuntu;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 38px; 
  padding-right: 15px; 
}
.heading-circulo{
  color: #333333;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  border: 2px solid rgb(193 85 0);
  height: 40px;
  width: 40px;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 margin-right: 15px;
}
.heading-total{
 color: #9D9D9D;
  font-family: Ubuntu;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 38px; 
}
.tituloRatingTotal{
  text-transform: uppercase;
   color: rgb(193 85 0);
  font-family: Ubuntu;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 38px; 
}
.RatingTotalborder{
  border: 2px solid rgb(193 85 0);
  border-radius: 21px;
  background-color: rgb(193 85 0);
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  } 


.RatingTotalborder .checked {
  color: #ffffff !important;
}

.RatingTotalborder .fa-star {
  color: #F6A968;
      margin-right: 10px;
}

.marca_modelo {
    display: flex;
    align-items: center;
}

/*star rating*/
.background-price{

}
.Logout_div{
  text-align: right; 
   margin-top: 60px;
}

@media (max-width: 991px) {
.zopim{
  z-index: 1000!important;
  bottom: 62px !important;
  right: 10px !important;
}
}

.video_historias
{
  height: 415px;
}



@media (max-width: 991px) {
.video_historias
{
  height: 315px;
}
.centrar_bloco{
  display: inherit;
  align-items: center;
}
}

@media (max-width: 491px) {
.video_historias
{
  height: 215px;
}
}

.rsUni .rsThumb img {
    width: 100%;
    height: auto !important;
}
.rsUni.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: auto!important;
}
.btn_revista {
    margin-bottom: 30px;  
}

.tamanhorevistacol div{
padding-left: 0;
padding-right: 0;
}

#owl-demo-stock .owl-item{
    padding: 0px 10px;
    display: none;
}
.ImgblurDest{
  background-size: cover; 
  background-position: 50%; 
  background-position-y: 50%; 
  position: relative;
   height: 100vh; 
   filter: blur(8px);  
  -webkit-filter: blur(8px);
}

.ListaMarcas,.ListaModelos,.ListaSegm {
    overflow-y: scroll;
    max-height: 176px;  
    margin-bottom: 15px;
}

.icon-utilizador{
      width: 25px;
}

.backgoundultimas{
  background-color: rgb(60 60 59);
}

.ver-mais-recentes{
	    width: calc(75% - 23px);
    margin-left: 23px;
    color: #fff;
    font-family: "Ubuntu";
    font-size: 14px;
    font-style: italic;
  
    text-transform: uppercase;
    text-align: center;
    background-color: rgb(193 85 0);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skew(-30deg);
    height: 55px;
     border-right: 10px solid #C0C0C0;
     margin-bottom: 15px;
         -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.backgroundPagesRelacionados .ver-mais-recentes{   
    background-color: rgb(60 60 59); 
       margin-left: -50px;
    width: calc(75% + 50px);

}

.ver-mais-recentes span {
    transform: skew(30deg);
}
.ver-mais-recentes-img{

    background-color: #575756;
    transform: skew(-30deg); 
      height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.backgroundPagesRelacionados .ver-mais-recentes-img{   
    background-color: #B05B08; 

}
.ver-mais-recentes:hover{
  background-color: #575756;
}
.ver-mais-recentes-img:hover{
background-color: rgb(193 85 0);
}
.ver-mais-recentes-img svg{
      height: 2vw;
   transform: skew(30deg);

}




/* Embed */

.embed {
  overflow: hidden;
  padding-top: 1000px;
  position: relative;
}

.embed--2-6 {
  padding-top: calc(1000px * (2 / 6));
}

.embed--3-6 {
  padding-top: calc(1000px * (3 / 6));
}

.embed--4-6 {
  padding-top: calc(1000px * (4 / 6));
}



.embed--2-3 {
  padding-top: calc(1000px / (2 / 3));
}

.embed > * {
  height: 100%;
  left: 0;
  object-fit: cover;
  padding: 0.25em;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Gallery  */

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, 1fr);
  height: 1000px;
}

.gallery__item--h-2 {
  grid-column-end: span 2;
}

.gallery__item--h-3 {
  grid-column-end: span 3;
}
.gallery__item--h-4 {
  grid-column-end: span 4;
}
.gallery__item--h-5 {
  grid-column-end: span 5;
}

.gallery__item--v-2 {
  grid-row-end: span 2;
}

.gallery__item--v-3 {
  grid-row-end: span 3;
}

.gallery__item--v-4 {
  grid-row-end: span 4;
}
.gallery__item--v-5 {
  grid-row-end: span 5;
}


/*fim*/

.img-topo-empresa{
  background-image: url("/web1/zp/tpl1/template/img/cortes/consilcarQ.jpg");
  height: 25vw;
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;

}


.img-topo-classifacao{
  background-image: url("/web1/zp/tpl1/template/img/cortes/satisf.jpg");
  height: 25vw;
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;

}

.img-topo-classifacao{
  background-image: url("/web1/zp/tpl1/template/img/cortes/financ.jpg");
  height: 25vw;
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-topo-contacto{
  background-image: url("/web1/zp/tpl1/template/img/cortes/contactos.jpg");
  height: 25vw;
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-topo-viaturas{
  background-image: url("/web1/zp/tpl1/template/img/cortes/viaturas.jpg");
  height: 25vw;
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo-pesquisa{
  background-color: rgb(60 60 59);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: skew(-30deg);
  margin-left: -30px;
  width: calc(16.66666667% + 7px);
  margin-right: 7px; 
}

.img-topo-empresa .home_oportunidade-box {
    margin-left: 8px;
}
.img-topo-classifacao .home_oportunidade-box {
    margin-left: 24px;
}
.img-topo-viaturas .home_oportunidade-box {
    margin-left: 22px;
}

.tamanho-satisfacao:nth-child(2n) {
  padding-right: 0;
}

.FichadeViatura .tamanho-satisfacao:nth-child(2n-1) {
  padding-left: 15px;
}
.FichadeViatura .tamanho-satisfacao:nth-child(2n) {
  padding-right: 15px;
}

.tamanho-satisfacao:nth-child(2n-1) {
  padding-left: 0;
}
.home_testemunhos_item div{
padding-left:  0;

padding-right:   0;
}
.pesquisa-home-border{
  background-color: #ffffff;
      transform: skew(-30deg);
}

.pesquisa-home-border .select2-container--default .select2-selection--multiple {
    background-color: #ffffff;

}

.btn-pesquisa-avancada{
    line-height: 50px;
    color: #8D8D8C;
     font-size:  16px;
}
.titulo-newsletter{
      text-align: left;
    color: #FFFFFF;
    font-family: Ubuntu;
    font-size: 1.5vw;
 
    margin-top: 30px;
}
.subtitulo-newsletter{
      text-align: left;
    color: #FFFFFF;
    font-family: Ubuntu;
    font-size: 1.5vw;
       font-weight: 500;
    margin-top: 30px;
}


.border-ficha-caract{
  border-right: 1px solid rgb(193 85 0);
}

.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide, 
.rsUni .rsVideoFrameHolder, 
.rsUni .rsThumbs {

  border-bottom: 1px solid rgb(193 85 0);
  border-radius: 0px !important;
  border-top: 0px solid rgb(193 85 0);
}

.rsUni .rsThumbs {

  border-bottom: 2px solid rgb(193 85 0);
  border-radius: 0px !important;
  border-top: 0px solid rgb(193 85 0);
}
.rsUni .rsThumb {
 border-radius: 0px !important;
}
.alinhar-mv{
display: flex; 
align-items: baseline;
margin-top: 40px;
padding: 0px 11px 0 18px;
}

.align-footer{
padding-bottom: 30px; 
display: flex; 
align-items: center;

}

#fundo-financiamento{
  background-image: url(/web1/zp/tpl1/template/img/cortes/fundo.svg); 
  overflow: hidden; 
  position: absolute; 
  z-index: 0;   
  background-repeat: no-repeat;
  background-size: cover;  
  background-position-x: right;
}

#fundo-newsleter{
  background-image: url(/web1/zp/tpl1/template/img/cortes/fundo.svg);
  overflow: hidden;
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  margin-left: -29.333333%;
  width: calc(121% - 15px );

}
.flex-footer{
   justify-content: center;
   display: flex;
    align-items: center;
    padding: 20px 0;
}
.footer-login{

  background: url(/web1/zp/tpl1/template/img/cortes/fundo-footer.jpg); 

}

.apdca-logo{
   width: 70%;
}
.border-copyright{
  border-right: 2px solid rgb(193 85 0); 
}
.padding-fanaciamento{
      padding-left: 23px;
}
.panel5  .home_oportunidade {
    margin-top: 50px;
}

.padding-compramos{
padding-left: 23px;
}

.padding-compramos-btn{
padding-left: 17px;
}

.padding-newsletter{
    padding-left: 23px;
}
.panel4  .home_oportunidade-box {
    width: 100%;
  }

  .padding-clientes {
    padding-left: 52px;
      }
.tamnho-footer-GR{
  width: 25%;
}
.tamnho-footer-PQ{
  width: 12.5%;
}

.embed-container-maps{
background-color: transparent;
padding-top: 0px ;
 background-image: url(/web1/zp/tpl1/template/img/cortes/banner_contact.jpg);
background-position:center;
height: 700px;
}

.img-topo-contacto .home_oportunidade-box{
      margin-left: 23px;

}

.campanha-titulo{
     font-weight: bold;
     color: #ffffff;
     font-size: 39px;
    line-height: 40px;
       font-style: italic;
  
}
.titulo-campanha{
    text-transform: uppercase;
    color: rgb(193 85 0);
    font-family: Ubuntu;
    text-align: center;

    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 15px;  
}
.home_campanha{
  margin-top: 10px;
      text-align: left;
    color: #fff;
    font-family: "SohoItalic";
    font-size: 30px;
    text-transform: uppercase;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
          
}
.home_campanha-box{
    padding: 0px 15px;
    color: #fff;
    font-family: "Soho";
    font-size: 55px;
    font-style: italic;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    background-color: rgb(193 85 0);
    height: 66px;
    float: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: skew(-30deg);
         margin-left: 25px;
}
.home_campanha-box span{
  transform: skew(30deg);
    
}
.bg-campanha{
 background-color: #ffffff;
 padding: 30px;
 margin-bottom: 85px;
 z-index: 1;
 width: 425px;

}
.bg-campanha-before{
  width: calc(100% - 425px);
      margin-top: 41px;
}

.bg-campanha select.form-search {
  white-space: break-spaces;
  padding-right: 40px;
  background-position-x: 95%;
  height: auto;
  min-height: 40px;
font-weight: 300;
}
 
.bg-campanha .input-lg {
    white-space: break-spaces;
    height: auto;
    min-height: 40px;
	    font-weight: 300;
}

.img-campanha{
 width: 70px;
 transform: rotate(90deg);
 float: right;
 margin-right: calc(100% - 878px);
     display: none;
}

.carro-campanha{
 position: absolute;
 left: 8.33333333%;
 bottom: 0; 
}
.campanha-nopadding{
  padding-left: 0;
  padding-right: 0;
}


label.checkboxTermos , .checkboxTermos label{
  cursor: pointer;
   
}

.sir.checkboxTermos .checkmark:after {
    border-radius: 50%;
  
}

#box svg, #box1 svg {
    fill: #C15500;
}
.box-ficheiros p {
    margin-left: 10px;
}
.box-ficheiros {
    text-align: left;
    color: #1D1D1D;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    word-spacing: 0.09em;
    margin-bottom: 0;
    display: flex;
    cursor: pointer;
}

.apdca1{
     width: 15%;
}

.png-logo-e{
     float: right;
    width: 20%;
	    margin-bottom: 30px;
}
.topo-empresa-flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;	
}
.pme-logo{
    width: 100%;
}

.panel11 {
    align-items: center;
    display: flex;
    background-image: url(/web1/zp/tpl1/template/img/cortes/homepage_topo_final_1920x1080_outline.jpg);
    background-size: cover;
    background-position: 50%;
    background-position-y: 0%;
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    height: 0;
    margin-top: 65px;
}

.panel12 {
    align-items: center;
    display: flex;
    background-image: url(/web1/zp/tpl1/template/img/cortes/asset-1a.jpg);
    background-size: cover;
    background-position: 50%;
    background-position-y: 0%;
    position: relative;
    width: 100%;
    padding-bottom: 100px;

}

.position-passatempo{
      float: right;
    top: 35px;
    right: -16.7vw;
}
.titulo-passatempo{
      font-size: clamp(24px, 2vw, 40px) !important;
    text-align: left;
}


.canto-superior-imagem-apdc{
      position: absolute;
    bottom: 0;
    right: 0;
}
.canto-superior-imagem-apdc img{
height: 6vw;
    margin-bottom: 10px;
    margin-right: 10px;
}
.canto-superior-imagem-apdc-ficha{
      position: absolute;
    top: 0;
    right: 0;
        z-index: 1;
}
.canto-superior-imagem-apdc-ficha img{
 margin-top: 10px;
 margin-right: 10px;
 height: 120px;
}
/*responsivo*/

@media only screen and (max-width : 1800px) { 
  .financiamento-home-btn{
   margin-right: 221px;
 }
}
@media only screen and (max-width : 1600px) { 
  .nomeCaracteristica {
    font-size: 1.3vw;
    
}
.carro-campanha {
    position: absolute; 
    bottom: 0;
}
.campanha-nopadding{
  padding-left: 30px;
  padding-right: 30px;
}
.bg-campanha{
 padding: 50px;
}
.btns_ficha_vrd {
    font-size: 1.3vw;
    
}

.backgoundFileCar .preco-novidades {
    font-size: 1.3vw;
}
.favoritos_outer {
  font-size: 1.3vw;
}
.valorCaracteristica {
      font-size: 1.3vw;
}
.financiamento-home-btn{
        margin-right: 166px;
}
.listagem_subtitulo {
    font-size: 1.3vw;
}
.listagem_ordenacao {
    font-size: 1.3vw;
}
#numero_viaturas {
    font-size: 1.3vw;
}

.btn-type-1-label {
         margin-right: calc(-80% + 269px);
}
  .footer-orange-right {
display: none;
  }
  .footer-orange-left {
display: none;
  }
.footer_links {
    font-size: 1.3vw;
}

  .destaques-mais-info1 img {
    width:40%;
}

.novaRowFicha  {
    padding-left: 0px;
    padding-right: 0px;
}

.padding_regi_km {
    padding-top: 20px;
    padding-bottom: 20px;
}
.listagem_ordenacao li a {
font-size: 1.3vw;

}
.novidades-mais-info-listagem {
  font-size: 1.3vw;
}
.novidades-mais-info-listagem span {
  font-size: 1.3vw;
}
.texto-novidades2  {
font-size: 1.3vw;
}
.texto-novidades {
font-size: 1.6vw;
}
.titulo_listagem_marca, .titulo_listagem_modelo, .titulo_listagem_registo,
 .titulo_listagem_preco, .titulo_listagem_km, .titulo_listagem_potencia, .titulo_listagem_comb, 
 .titulo_listagem_trans, .titulo_listagem_lota, .titulo_listagem_seg, .titulo_listagem_Vcert {
  font-size: 1.3vw;
}
.restaurar_pesquisa {
    font-size: 1.3vw;
}

.campanha-titulo {
 font-size: 2.5vw;
}
.home_campanha {
        font-size: 2vw;
}
.home_campanha-box {
  font-size: 2.8vw;
  height: 3.7vw;
}
 .img-campanha {    
    margin-right: 178px;
}
.bg-campanha {
    margin-bottom: 50px;
}
}

@media only screen and (max-width : 1400px) { 

.Sub_titulo_equipamento {
    font-size: 13px;
}
}


  @media only screen and (max-width : 1350px)  {


 
    .home_oportunidade-box {
      font-size: 40px;
    
    }
    .ver-mais-recentes {
      font-size: 14px;
      height: 45px;
    }

    .recente_titulo {
      font-size: 36px;
    }
    .ver-mais-recentes-img {
      height: 45px;
    }
    .home_oportunidade{
     font-size: 36px;
    }
  }


@media only screen and (max-width : 1300px) { 
#mySidenaver{
  display: none;
}
.pagination1 {
    display: none;
}
.campanha-nopadding {
    padding-left: 15px;
    padding-right: 30px;
}
  .campanha-titulo {
    font-size: 4vw;
    line-height: 50px;
  }
}
@media only screen and (max-width : 1199px) {
.position-passatempo{
    right: -24.7vw
}
.carro-campanha{
  position: relative;
  left: 0;
}
.home_campanha {
    font-size: 30px;

}
.home_campanha-box {
    font-size: 55px;

    line-height: 45px;

    height: 66px;

  
}
.campanha-titulo {
    font-size: 39px;
    line-height: 40px;

}
.campanha-nopadding {
    padding-left: 15px;
    padding-right: 15px;
}
.bg-campanha-before {
    width: 100%;
}
.bg-campanha {
    width: 100%;
}
.marginCaracteristicasListagem{
 margin: 35px 0;
}
  .footer_links {
    font-size: 1.2vw;
}
  .btn-type-1-label {
    margin-right: calc(-80% + 339px);
}
  .menu ul li a {
    font-size: 13px;
}
  .pagination1 {
    display: none;
  }
  .marcaPai .destaques-mais-info {
    font-size: 15px;
}
.texto-destaques-motorizacao {
  font-size: 16px;    
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
  .texto-destaques {
    font-size: 30px;
        text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
  .btn-pesquisa-home {
    font-size: 12px;
}
.financiamento-home-text {
    margin-top: 30px; 
}
.Sub_titulo_equipamento {
    font-size: 11px;
        padding: 0
}
.btn-pesquisa-listagem {
    margin-left: -15px;
}
  .ListaSegm {    
padding-right: 0;
padding-left: 0; 
  }
.ListaTras {    
padding-right: 0;
padding-left: 0;   
}
.Listalotacao  {   
padding-right: 0;
padding-left: 0;   
}
.Listakm {
padding-right: 0;
padding-left: 0;  
}
.Itens_listagemComb, .Itens_listagemTras, .Itens_listagemRegisto, 
.Itens_listagemPreco, .Itens_listagemkm, .Itens_listagemMarca, .Itens_listagemModelo, 
.Itens_listagemPotencia, .Itens_listagemSegm, .Itens_listagemlotacao, .Itens_listagemExtras, .Itens_listagemVcert {
padding-left: 0;
}
.ListaMarcas, .ListaModelos, .ListaSegm {
   padding-left: 0;
   padding-right: 0;
}
.marca_lista {
margin-left:15px; 
}
.listagem {
margin-left:15px; 
}
.classificacao {
    padding: 30px 0px 20px 0px;
}
.sizeStar {
    font-size: 18px;
}
.float-btn-group-fale .btn-list-fale {
  
    left: -42px;
    
}


.nopadding-listgem{
  padding-right: 0;
  padding-left: 0;
}
  .paddingDestaquesPreco{
    padding-left: 15px !important;
  }
 .destaques_pad_xs {
    padding-left: 0px;
    margin-top: -94px;
} 
  .padding_viatura_carte_sugeridas_esq{
    padding-left: 0;
  }
  .padding_viatura_carte_sugeridas_dir{
    padding-right:  0;
  }
    .panel1 .owl-theme .owl-nav .owl-prev {
    margin-right: 800px;
}
        .texto-mensalidade {
          font-size: 11px;
        }
        .Logout_div{ 
            margin-top: 50px;
      }
      .data_intervencao {
          font-size: 12px;
          line-height: 20px;
      } 
      .intervencao-km {
          font-size: 11px;
      }
      .intervencao-oficina {
       font-size: 11px;
      }
      .descricao-intervencao {
       font-size: 12px;
       line-height: 20px;
        }
      .btn-Contactar-comercial{
        padding: 0px 10px;
      }
      .fotos-ficha {
          top: 398px;
        }
   
      .panel1 .preco-destaques-antes {
      font-size: 12px;

      }

      .carro_hover1 {
      margin: 0px 156px; 
      margin-top: -78vh;
      }
      .marca {
      padding-bottom: 15px;
      }
      .marcaPai {
      padding-right: 30px;
      padding-top: 0px;
      padding-bottom: 10px;
      }
     
      .titulo-page {
      font-size: 28px;
      padding-top: 40px;
      }
     
      .padding_regi_km{
      padding-top: 20px;
      padding-bottom: 20px;
      }
  
  
      .texto-destaques span {
      font-size: 13px;
      }
     
      .compramos-home1 img {
      height: 65px;
      }
      .revista-home h2 {
      font-size: 25px;
      }
      .revista-home img {
      top: 7px;
      width: 30%;
      }
      .revista-home p {
      margin-top: 50px;
      font-size: 13px;
      line-height: 25px;
      }
      .revista-home button {
      margin-top: 19px;
      }
 
      .home_oportunidade span {
      font-size: 38.4px;
      }
      .texto-obs-destaques {
      font-size: 13px;
      }
      .home_titulo_testemunhos {
      font-size: 33px;
      }
      .home_testemunhos_nome {
      font-size: 16px;
      }
      .home_testemunhos_texto {
      max-height: 277px;
      font-size: 17px;
      }
      .footer_copyright {
      font-size: 13px;
      }
      .footer_links_outer {
      padding-top: 25px;
      padding-bottom: 40px;
      }
      .texto_descricao_empresa p {
      font-size: 16px;
      }
      .altura_minima {
      min-height: calc(100vh - 287px);
      }
      .fundo_branco {
      min-height: calc(100vh - 287px);
      }
      .background_filtro{
       padding: 15px 15px;       
      }
      .titulo_pesquisa {
       font-size: 20px;
       padding-right: 0;
       padding-left: 0; 
      }
      .radio .textospan {
       font-size: 12px;
      }
      .ListaPreco {
        padding: 0;
      }
      .titulo_listagem_marca,.titulo_listagem_modelo,.titulo_listagem_registo,.titulo_listagem_preco,
.titulo_listagem_km,.titulo_listagem_potencia,.titulo_listagem_comb,.titulo_listagem_trans,
.titulo_listagem_lota,.titulo_listagem_seg,.titulo_listagem_Vcert {
      padding: 0;
      font-size: 13px;
      padding-top: 15px;
      }
      .Listacomb  {
        padding: 0;
      }
      .Itens_listagemRegisto {
       height: 15px;
      }
      .padding_linha_filtro{
      padding: 0;
      }
      .ListaRegisto {
       padding: 0; 
      }
      .ListaMarcas  {
       padding: 0; 
      }
      .ListaPotencia {
       padding: 0; 
      }
  
      .Itens_listagemPotencia {
      height: 15px;
      }
   
      .listagem_ordenacao {
      text-align: left;   
      }
      .listagem_ordenacao li {
       padding: 0px 5px;
      }
      .carro_hover_listagem .badge {
     
      }
      .tituloRating {
      font-size: 12px !important;    
      }
      .heading {
      font-size: 12px;
          padding-right: 5px;
      }
      .heading-circulo {
        font-size: 12px;
        line-height: 27px;
        height: 32px;
        width: 32px;
        margin-right: 11px;
      }
      .heading-total {
      font-size: 12px;
      }
     .backgroundPagesRelacionados  #owl-demo-stock .canto-superior-imagem {
          left: 30px;
          top: 30px;
      }
    
   
      .caractistica_nome {
      font-size: 12px;
      }
      .caractistica_conteudo {
      font-size: 14px;
      }
      .destaques-mais-info-ficha {  
      }
      .fale-connosco-info {
      font-size: 22px;
      }
      .titulo_equipamento {
      font-size: 21px;
      }
      .texto_equipamento {
      font-size: 12px;
      line-height: 33px;
      }
      .titulo_obs {
      padding-top: 25px;
      font-size: 21px;
      margin-bottom: 15px;
      }
     .texto_obs {
      font-size: 12px;
      line-height: 22px;
      }
      .backgroundPagesRelacionados .home_titulo {
      font-size: 29px;
      line-height: 40px;
      }
    
      .ultimasEntadas-btn {
      font-size: 13px;
      }
      .utimasTestemunhas-btn {
      font-size: 13px;
      }
      .titulo-noticias {
      font-size: 15px;
      }
      .data-noticias {
      font-size: 12px;
      padding-bottom: 10px;
      }
      .resumo-noticias {
      font-size: 14px;
      }
      .ultimasEntadas-btn {
      font-size: 12px;
      }
      .texto_descricao_empresa {
      font-size: 16px;  
      }

}

@media only screen and (max-width : 991px) {

.position-passatempo {
    top: -40px;
}

.canto-superior-imagem-apdc-ficha img{
 margin-right: 25px;
}
.png-logo-e{
    margin-top: 0px;
    margin-bottom: 10px;
	    width: 15%;
}
.img-topo-empresa {
height: 33vw;
}
.topo-empresa-flex {
    display: block;
    justify-content: initial;
    align-items: initial;
}

.campanha-titulo {
    font-size: 29px;
    line-height: 34px;
}
.home_campanha-box {
    font-size: 43px;
    line-height: 45px;
    height: 57px;
}
.img-campanha {
    margin-right: 50px;
}
.home_campanha {
    font-size: 22px;
}  
.home_campanha-box {
    font-size: 45px;
    line-height: 45px;
    height: 57px;
}
  .btn-type-1-label {
       left: 0;
    right: auto;
}
.financiamento-home-text p {
    line-height: 22px;
}

  .img-topo-viaturas .home_oportunidade-box {
    margin-left: 14px;
}
  .img-topo-viaturas .home_oportunidade-box {
    margin-left: 28px;
}
  .padding-compramos {
    padding-left: 13px;
}
.flex-hei-opor{
    display: flex;
    align-items: center;
    height: 80px;

}
.padding-oportunidade {
        padding-left: 13px;

}
.padding-fanaciamento {
    padding-left: 13px;

}
 .panel3 .home_oportunidade {
    margin-top: 0px;
}

 .panel2 .home_oportunidade {
    margin-top: 0px;
}


  .logoFooter {
    width: 85%;
    margin: auto;
}
 .favoritos_outer {
    font-size: 15px;
} 
 .btns_ficha_vrd {
    font-size: 15px;
} 
.nopadding-sm{
padding: 0;
}
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    border-bottom: 0px solid rgb(193 85 0);
    border-radius: 0px !important;
}

.destaques-mais-info-ficha:nth-child(2n - 1) .destaques-mais-info-ficha-2{
    border-right:  1px solid rgb(60 60 59);
}

.destaques-mais-info-ficha {
height: 60px;
}
  .ficha_marca {
    font-size: 20px;
}
.marca-modelo-ficha {
    font-size: 19px;
}
.ficha_preco_align .preco-novidades-antes {
  font-size: 15px
}
.backgoundFileCar .preco-novidades {
   font-size: 18px;
}
  .Sub_titulo_equipamento {
    font-size: 13px;
}
.Subtitulo_pesquisa {
     font-size: 18px; 
}
.btn-limpar-listagem {
    font-size: 15px; 
}
.restaurar_pesquisa {
   font-size: 15px; 
}
.titulo_listagem_marca, .titulo_listagem_modelo, .titulo_listagem_registo,
 .titulo_listagem_preco, .titulo_listagem_km, .titulo_listagem_potencia, 
 .titulo_listagem_comb, .titulo_listagem_trans, .titulo_listagem_lota,
  .titulo_listagem_seg, .titulo_listagem_seg_Vcert {
    padding: 0;
    font-size: 15px;
    padding-top: 15px;
}

.btn-pesquisa-listagem {
     font-size: 18px; 
}
  .financiamento-home-text {
    font-size: 15px;
     line-height: 22px;
 
}

.novidades-mais-info-listagem {

    font-size: 15px;
}
.preco-novidades span {
    font-size: 18px;
}
 .form-control::-moz-placeholder {
font-size: 13px;

}
 .form-control:-ms-input-placeholder {
font-size: 13px;
}
 .form-control::-webkit-input-placeholder {
font-size: 13px;
}


.compramos-home1 img {
    height: 79px;
}

.compramos-home-text {
    font-size: 15px;
    line-height: 22px;
}

.alinhar-mv{
  margin-top: 0px;
    padding: 0px 3px 0 3px;
display: block; 
align-items: initial;00
}
.pesquisa-home-border {
    margin-left: 15px;
    margin-right: 15px;
    width: calc( 100% - 30px );
    float: left;
}
.btn-pesquisa-home {
  margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc( 100% - 30px ); 
        font-size: 15px;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
   font-size: 15px;
  }
  .select2-container--default .select2-search--inline .select2-search__field::-ms-input-placeholder {
    font-size: 15px;
  }
.btn-pesquisa-avancada {
   font-size: 15px;
}

#scroller{
  top: calc(100vh - 150px);
  width: 92%;
}

  .Sub_titulo_equipamento {
    margin-top:  30px;
        padding: 0 15px;

  }
.ficha_preco_align .preco-novidades {
        font-size: 18px;
    width: 50%;
}
.model-6-fale {
    width:50%;
}
.backgoundFileCar {
    padding-top: 0px;
        margin-top: 5px;
  }


  .medidaFicha {
    width: 0px;
    display: none;
}

  .carro_hover_listagem {
    border: 0px solid #FFF;

  }
  .border_promo {
    border: 1px solid rgb(193 85 0);
}
  .carro_hover_listagem .preco-novidades-antes {
    line-height: 15px;
    padding: 6px 0;
  }
  .item_listagem {
    width: 50%;
}
  
.novidades-mais-info-listagem {
    border-right: 0px solid #C15500;
}
.novidades-mais-info-listagem:first-child {
    border-right: 1px solid #C15500;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

  .classificacao {
    padding: 30px 15px 20px 15px;
}

.marca_lista {
  width: 50%;
      margin-left: 15px;
}
 .titulo-localizacaoh1 {
    font-size: 15px;
}
  .titulo-localizacao p {
    font-size: 15px;
  }
.menu_mobile_outer {
  height: 0;
}
.panel1DESTAQUESnobanners {
    top: 0px;
}
.compramos-home1 {
      font-size: 13px;
}
.panel1-demo-destaques1 {
    margin-top: 0px;
}

  
    .panel7 {

    height: auto;
   padding-bottom: 30px; 
    }

  .classificacao p{
       font-size: 13px; 
  }
  .heading{
   font-size: 15px; 
  }

  .tituloRating {
    height: auto;
    font-size: 16px !important;
    line-height: 24px;
}
  .padding_video {
   border-radius: 0px; 
  }
  .destaques-mais-info-ficha {
      width: 50%;
}
  .fale-conosco-mobile{
    display: inline-block;
    padding-top: 15px;
    margin-top: 25px;
    border-radius: 13px;
    background-color: #F1F1F1;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.13), 0 11px 24px 0 rgba(0,0,0,0.14);

  }
    .nopadding-md {
    padding-left:15px !important;
    padding-right:15px !important;
    }
    .caractistica_layout{
          margin-top: 30px;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 15px;
    }
        .fundo_int_premium {
          padding-bottom: 30px;
          padding-top: 50px;
          margin-top: -20px;
      }
      .btn_ordernar{
        cursor: pointer;
      display: flex;
      align-items: center; 
       color: #4A4A4A;
      font-family: Ubuntu;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 21px;
      text-align: right;
      }
      .mostrarOrdenar{
        display: none;
      }
      .fundo_paginas_interiores {
       margin-top: 0px;
      }
   
      .carro_hover1 {
          margin-top: 0;
      margin: auto;
      width: 100%;
      }
      .panel1DESTAQUES{
      position: relative;
      top: auto;
      left: auto;
      }
    
      .border-destaques {
      font-size: 13px;  
      border-left: 0px solid rgba(255,255,255,0.16);
      }
      .destaques-mais-info span {
      font-size: 13px;
      }
      .destaques-mais-info1 {
      font-size: 13px
      }
      .marcaPai .destaques-mais-info {
      font-size: 13px 
      }
      .preco-destaques-fundo .preco-destaques {
       margin-top:0px;  
      }
      .destaques_pad_xs {
      padding-right:  0px;
      padding-left: 0px;
      margin-top: auto;
      }
      .btn-destaque-margin {
      position: relative;
      z-index: 1;
      top: auto;
      }
      .texto-destaques span {
      font-size: 14px;
      }
   
      .home_titulo {
      padding-top: 30px;
      font-size: 25px;
      line-height: 30px;
      padding-bottom: 20px;
      display: flex;
      justify-content: center;
      }
      .home_titulo1 {
      padding-bottom: 20px;
      font-size: 13px; 
      }
      .panel1 .preco-destaques-antes {
        line-height: 16px;
            padding: 5px 0px;
       font-size: 13px;
       margin-top: 0px;
      }
       .panel1 .preco-destaques-fundo {
       
       margin-top: 20px;
      }
      .padding-destaques-btn-left{
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 40px;
            margin-top: 25px;
      }
      .padding-destaques-btn-rigth{
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 20px;
      }
    
      .compramos-home-btn {
        font-size: 13px;
        height: 44px;

      }

      .panel2 {
      height: auto;
      padding-bottom: 30px;
       padding-top: 30px;
      }  
      .financiamento-home button{
      margin-bottom: 40px;
      }   

      .panel3 {
        display: block;
        background-image: none;
      height: auto;
     background-color: #282828;
     padding-bottom: 30px;

      }

      .compramos-home button {
       margin-bottom: 40px; 
      }
      .imagemRevistas{
        margin: auto;
      }
      .revista-atual {
       margin-top: 50px;
       padding-left: 40px;
      padding-right: 40px;
      }
      .revista-home {
      padding-left: 0;
      padding-right: 0;
      } 
      .aux_banner_margintop{
        margin-top: -20px;
      }
      .panel1 {

        padding-bottom: 20px;
      background: linear-gradient(180deg, rgba(0,0,0,1) 13%, rgba(39,39,39,1) 76%);
      height: auto;
      display: flow-root;
      }
      .panel4 {   
      height: auto;
      padding-bottom: 100px;

      }
      .revista-home button {
      margin-bottom: 40px;
      }
      .panel5 .carro_hover {
      margin-top: 50px;
      }
      .panel5{
      background: url(/web1/zp/tpl1/template/img/cortes/bg_rep.jpg);
      background-color: #0C0C0C;
      background-position: 50%;
      background-position-y: 0%;
      position: relative;
          background-repeat-y: no-repeat;
      height: auto;
      padding-bottom: 20px;
      }
      .panel6 {
        display: block;
        padding-bottom: 20px; 
        height: auto;
      }
      .panel1 .thumbnail-zoom {
      margin-left: 15px;
      margin-right: 15px;
      }
      .compramos-home {
      margin-top: 18%;
      padding-left: 0;
      padding-right: 0;
      }
      .panel5 .thumbnail-zoom {
      margin-left: 15px;
      margin-right: 15px;
      } 
      .panel1  .canto-superior-imagem {
        left: 15px;
     }
      .panel5  .canto-superior-imagem  { 
        left: 15px;
      }
   
      .revista-home img {
      top: 7px;
      width: 24%;
      }
 
      .imgDestaques img{
       margin: auto;
       width: 56%;
      } 
      .home_oportunidade span {
      margin-bottom: 30px;
      }
      .marcaPai img {
      margin: auto;
      width: 35%;
      float: left;
      }
      .marcaPai .destaques-mais-info {
    font-size: 15px;
    text-align: left;
}
      .recente_titulo {
      margin-top: 30px;
      font-size: 35px;
      }
      #owl-demo-stock .owl-item, #owl-noticias .owl-item {
      padding: 5px 5px;
      }
      .atigoTestemunhos {
        margin-top: 30px;
      
        font-size: 35px;
      }
      .titulo-localizacao {
        text-align: left;
        padding: 0 10px;
        padding-bottom: 20px;
        padding-top: 30px;
      }

      .titulo-localizacao1 button {

        font-size: 13px;

        height: 50px;
            line-height: 50px;
      }
      .space-localizaçao {
        height: 50px;
      }
      .ver-mais-recentes {   
        font-size: 20px; 
        height: 40px;
      }
      .ver-mais-recentes-img {
        height: 40px;
      }
      .ver-mais-recentes-img svg {
        height: 20px;   
      }
      .home_oportunidade {
        font-size: 35px;
      }
      .home_oportunidade-box {
        height: auto;
        font-size: 40px;
        line-height: 50px;
      }
      #owl-demo-testemunhos {
      margin-top: 20px;
      }
      .pmeeFooter {
      width: 7%;
      height: 56px;
      }
      .pmelFooter {
      width: 7%;
      height: 56px;
  }
      .ImgFooter{
        display: inline-flex;
    justify-content: right;  
      padding-top: 30px;
      padding-bottom: 20px;
      }  
      .footer_copyright {
      text-align: left;
      font-size: 13px;
      padding: 0;
     }
     .apdca-logo{
      margin: auto;
     }
     .footer_links_outer {
      padding-top: 15px;
      text-align: left;
     }
 
      .texto-novidades {
      font-size: 19px;
      }
      .texto-novidades2 {
      font-size: 19px;
      }
       .home_testemunhos_texto {
      font-size: 16px;
      } 
      .footer_copyright a {
      font-size: 13px;
    }
    .novidades-mais-info {      
      font-size: 15px;
    }
    .preco-novidades {
      font-size: 18px;
    }
    .menu-top1 {
      height: 66px;     
      background-color: #D0D0D0;
      }
      .navbar-toggle {
      position: absolute;
      margin-top: 0px;
      left: 6px;
      top: 13px;
      z-index: 300;
      }   
      .header_contacto {
      position: absolute;
      right: 6px;
      top: 18px;
      z-index: 300;
      }
      .backgoundInteriores {
      margin-top: 66px;
      }
      .bg-campanha {
        padding: 30px;
      }
      .padding {
      padding: 0px ;
      margin-top: 0px;
      }
      
      .destaques_pad {
        padding-right: 30px;
        padding-left: 30px;
      }
       .marginCaracteristicasListagem{
       margin: 15px 0;
      }
      .novidades-mais-info-listagem span {
      font-size: 14px;
      }
      .align_right {
      text-align: right;
      } 
      .carro_hover_listagem .badge {
      top: 406px;
      }
      .fotos-ficha {
       left: 30px; 
       top: auto;
      bottom: 15px;
      }
     
       .compramos-home {
       margin-top: 30px;
       padding-left: 0;
       padding-right: 0;
      }  
      .marcaPai {
    padding-right: 0px;
    }
    .ImgFooter {
    padding-left: 15px;
    padding-top: 0px;
    }   
    .dist_topo img {
     margin: auto;
     max-width: 200px;
     max-height: 45px; 
     margin-top: 18px !important;
    }
    .Logout_div {
margin-top: 48px;
}
.gallery {
    height: 500px;
}
.embed--2-6 {
    padding-top: calc(500px * (2 / 6));
}
.embed--3-6 {
    padding-top: calc(500px * (3 / 6));
}
.embed--4-6 {
    padding-top: calc(500px * (4 / 6));
}
.btn-listagem-detalhes {
  font-size: 15px;
}
.titulo-newsletter {
   font-size: 15px;
}
.subtitulo-newsletter {
   font-size: 15px;
}
.texto-destaques-motorizacao {
    font-size: 19px;
}

#fundo-newsleter {

  background-position-x: center;

  width: calc(171% - 15px );
}
.img-topo-classifacao .home_oportunidade-box {
    margin-left: 0px;
}
.img-topo-empresa .home_oportunidade-box {
      margin-left: 0px;
}

  .ficha_flex_marca_modelo_others{
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 20px;

  }

}

@media only screen and (max-width : 980px) {

  .financiamento-home-btn {
    margin-right: 111px;
  }
  .titulo-localizacao1 button {
    font-size: 12px;
}
}

@media only screen and (max-width : 797px) {

  .financiamento-home-btn {
    margin-right: 160px;
  }
}
@media only screen and (max-width : 767px) {
.canto-superior-imagem-apdc img{
    margin-right: 0px;
    height: 20vw;
}
.canto-superior-imagem-apdc-ficha img{
 margin-right: 10px;
 height: 20vw;
}

.position-passatempo {
    float: left;
    top: 20px;
    right: 0;
}

.img-campanha {
    width: 40px;
        margin-right: calc(100% - 531px);
  }
.campanha-titulo {
    font-size: 22px;
    line-height: 24px;
}
.home_campanha {
    font-size: 20px;
}
.home_campanha-box {
    font-size: 27px;
    line-height: 45px;
    height: 35px;
}

 .btn-type-1-label {
        margin-top: 277px !important;
}

  .padding-oportunidade {
    padding-left: 0;
}
.atigoTestemunhos {
   padding: 0;

}
.FichadeViatura .tamanho-satisfacao:nth-child(2n-1) {
  padding-right:  15px;
}
.FichadeViatura .tamanho-satisfacao:nth-child(2n) {
  padding-left: 15px;
}
.tamanho-satisfacao:nth-child(2n) {
  padding-left:  0;
}

.tamanho-satisfacao:nth-child(2n-1) {
  padding-right:  0;
}
.padding-clientes {
    padding-left: 30px;
     padding-right:  30px;
}
#owl-demo-testemunhos.owl-carousel .owl-item {
    padding: 0px 0px;
}
.padding-newsletter {
    padding-left: 14px;
}

  .titulo-localizacao1 button {
    font-size: 15px;
}
  .footer_links_outer {

    display: block;
    justify-content: initial;
}
  .align-footer{

display: block; 
align-items: initial;

}
.flex-footer {
    display: block;
  
}
  .tamnho-footer-GR {
    width: 100%;
       padding: 10px 0;
}
.padding-fanaciamento {
    padding-left: 10px;
}
  .btn-ver-stock-destaques img{
	padding-right:0px !important;
   }
    .btn-ver-stock-destaques {
        display: flex;
    justify-content: center;
    align-items: center;
    width: calc(25% - 15px);
    margin-right: 15px;
	  }
.flex-hei-opor{
  width: 50%;
}
.texto-destaques {
 
        line-height: 36px;
}

.texto-destaques ,
.texto-destaques-motorizacao, 
.marcaPai .destaques-mais-info {
    text-overflow: initial;
    white-space: initial;
    overflow: initial;


}


.marcaPai .destaques-mais-info {
    text-overflow: initial;
    white-space: initial;
    overflow: initial;
text-align: center;

}
.destaques-mais-info1 img {
    width: 70%;
    margin: auto;
    float: none;
}
.ficha_flex_marca_modelo_others {
    margin-bottom: 20px;
}

.alinhar-mv {
    margin-top: 0px;
}
.home_oportunidade-box {
    padding: 0px 20px !important; 
}

  .btn-pesquisa-avancada {
       color: #fff;

}
  .img-topo-empresa {
   margin-top: 65px;
 }
 .img-topo-classifacao {
    margin-top: 65px;
    height: 34vw;
}
 .img-topo-classifacao {
  margin-top:   65px;
 }
.ImgFooter {
  margin-top: 15px;
}
.pme-logo{
   width: 77%;
}

.img-topo-viaturas {
  margin-top:65px;
}
.destaques-mais-info-ficha:nth-child(2n - 1) .destaques-mais-info-ficha-2 {
    border-right: 0px solid rgb(60 60 59);
}
.img-topo-contacto {
    margin-top: 65px;
}
.caractistica_layout {
    margin-top: 0px;
}
.utimasTestemunhas-btn {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin-right:30px;
}
.atigoTestemunhos  .home_oportunidade{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.alinhar-mv {
 padding-left: 5px !important;
padding-right: 5px !important;
}
 .nopadding-xs{
padding-left: 0px !important;
padding-right: 0px !important;
 }
  .myBtn {
    font-size: 26px ;
    bottom: 0px;
    right: 15px;
  }

.popup_contactar_div {
    width: 100%;
}
.popup_mobile_redes_item {
    width: 29.333333%;
}

.favoritos_outer svg {
height: 26px;
width: 26px;
}
.favoritos_outer{
line-height: 44px;
height: 44px;
}
.btns_ficha_vrd {
font-size: 26px ;
  line-height: 44px;
height: 44px;

}

.btns_ficha_vrd svg {
height: 26px;
width: 26px;
}

.dataTable1 table thead tr th {
      min-width: 200px;
}
.dataTable1 table tbody tr td{
    min-width: 200px;
}
  .backgroundPagesRelacionados #owl-demo-stock .canto-superior-imagem {
    left: 15px;
    top: 15px;
}
  .Layer_1, .Layer_2, .Layer_3, .Layer_4, .Layer_5, .Layer_6, .Layer_7, .Layer_8, .Layer_9, .Layer_10, .Layer_11 {
    cursor: pointer;
    float: right;
    padding: 15px;
    padding-left: calc(100% - 136px);
    z-index: 1;
}
  .abrirAbaMarca, .abrirAbaModelo,.abrirAbaResgi,.abrirAbaPeco, .abrirAbaKm,.abrirAbaPotencia,.abrirAbaCombs,
  .abrirAbatrans,.abrirAbaLota,.abrirAbaSegm,.abrirAbaVcert{
    font-weight: bold;
    text-align: left;
         color: rgb(193 85 0);
    font-family: Ubuntu;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 23px;
    height: 23px;
    right: 0;
    position: relative;
    text-transform: none;
    padding: 0;
  }

  .form-control-combobox2, .form-group-combobox select {
    height: 44px;

  }
.caminho_link_ficha {

    font-size: 12px;
  }
  .links_topo_ficha {
        padding-left: 5px;
    padding-right: 5px;
}
.model-6 .float-btn-group .btn-list {
    left: -19px;
}
  
  .model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:nth-child(1) {
    left: -220px;
    top: -60px;
}
.model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:nth-child(2) {
    left: -160px;
    top: -60px;
}
.model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:nth-child(3) {
    left:-100px;
    top: -60px;
}
.model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:nth-child(4) {
    left: -40px;
    top: -60px;
}
.model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:nth-child(5) {
    left: 20px;
    top: -60px;
}
  .float-btn-group-fale .btn-list-fale {
    left:  5px;
}
.lugarpreco{
    left: 60px !important;
}


.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(1) {
  left: -150px;
  top: -70px;
}
.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(2) {
  left: -90px;
  top: -70px;
}
.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(3) {
  left: -30px;
  top: -70px;
}
.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(4) {
  left: 30px;
  top: -70px;
}
.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(5) {
  left: 90px;
  top: -70px;
}
  .manutencao-titulo {

  }
  .ficha_fixed   .model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:nth-child(1) {
    left: -220px;
    top: -110px;
}
.ficha_fixed  .model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:nth-child(2) {
    left: -160px;
    top: -110px;
}
.ficha_fixed  .model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:nth-child(3) {
    left:-100px;
    top: -110px;
}
.ficha_fixed  .model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:nth-child(4) {
    left: -40px;
    top: -110px;
}
.ficha_fixed  .model-6-fale .float-btn-group-fale.open .btn-list-fale .btn-float-fale:nth-child(5) {
    left: 20px;
    top: -110px;
}

.black-fale,.bleu-fale ,.green-fale,.bleu-t,.black {
 width: 60px;
    height: 60px; 
}

  .hidden-text-ficha{
    display: none;
  }
  .favoritos_outer svg {
    margin-right: 0px;
}
.btns_ficha_vrd svg {
    margin-right: 0px;
}

  .ficha_flex_marca_modelo_others{
height: auto;
display: block;
  }
.ficha_fixed   .ficha_flex_marca_modelo_others{
height: auto;
display: block;

    margin-top: 0px;
margin-bottom: 0px;

  }
#qZ5USGb-1603285963444{
bottom: 138px !important;
}

.carro_hover_listagem .canto-superior-imagem {
    left: -15px;
}

.item_listagem{
width: 100%;
}
.carro_hover_listagem {
border: 0px solid #FFF;
}
.marginTopDestaque {
margin-top: 60px;
}
.navbar-mobile li {
margin: 10px 8px !important;   
}
.menu_mobile_texto {
line-height: 20px;
}
.titulo-localizacao button {
margin-bottom: 24px;
    width: 100%;
}
.titulo-localizacao {
border:none;
padding: 0 15px;
}
.titulo-localizacao p {
min-height: auto;

}

   
          .widthPreco{
            width: 50%;
          }
          .margin_topo_mobile {
          padding-top: 0px;
          }
          .Logout_div {
          margin-top: 31px;
          }
        .preco-novidades-antes {
          height: auto;
        }
        .item_carro_area_util{
          padding-right: 0;
          padding-left: 0;
        }
       
          .footer_copyright {
           
            font-size: 15px;
            line-height: 20px;
            padding-bottom: 15px;
            padding-left: 0;
            padding-right: 0;
        }
        .footer_copyright a {
    font-size: 15px;
}
        .footer_links {
         text-align: justify;
       }
        .footer_links {
            font-size: 12px;
            width: calc(50% - 12px);

        }
      
       .footer_links_outer a:last-child .footer_links {
            width: 100%;

        }
          .titulo-page {
            font-size: 25px;
        }
          .texto_descricao_empresa {
			    padding-left: 15px;
				padding-right: 15px;
            font-size: 12px;
        }
        
          .fundo_branco {
            padding-right: 0;
            padding-left: 0px;
          }
          .backgoundInteriores {
            margin-top: 60px;
        }
          .destaques-mais-info1 {
            font-size: 12px;
        }
      
          .texto-obs-destaques {
            font-size: 12px;
        }
         .padding_caract_MV {      
        }
        .padding_regi_km {
      padding-top: 15px;
      padding-bottom: 15px;
      }
          .padding_imagem_MV {       
        }   

        .compramos-home {
          margin-top: 15px;
        }
          .compramos-home h2 {
         font-size: 30px;
         line-height: 40px;
         }
         .compramos-home p {
         font-size: 12px;
        line-height: 23px;
        }
          .financiamento-home h2 {
           font-size: 30px;
          line-height: 30px;
       }
       .financiamento-home p {
           font-size: 12px;
            line-height: 23px;
       }
        .financiamento-home button {
          font-size: 12px;
        }
               
        
      .texto-destaques span {
          font-size: 13px;
      }
      .destaques-mais-info span {
          font-size: 12px;
      }
      .border-destaques {
          font-size: 12px;
        }
  .home_titulo {
    padding-top: 25px;
    font-size: 22px;
    line-height: 10px;
    padding-bottom: 20px;
    }
    .home_titulo1 {
    padding-bottom: 10px;
    font-size: 12px;
}
        .padding-destaques-btn-left {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 0px;
        }
        .panel1 .canto-superior-imagem {
        left: 0px; 
        }
        .panel1 .thumbnail-zoom {
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 0px; 
            }

          .fale-conosco-mobile {
            border-radius: 0px;
          }
        .padding_video {
            margin-top: 0px;
            padding: 0;
            padding-top: 0px;

        }
        .titulo_video{
          padding-right: 15px !important;
          padding-left: 15px !important;
        }
        .descricao_viatura_esq {
  
        }
        .ficha_preco_align {
         padding-left: 0px !important;
         padding-right: 0px !important;
        }
        .fundo_int_premium {
        padding-bottom: 30px;
        padding-top: 0px;
        margin-top: 0px;
        }
        .background_filtro {
          width: calc( 100% + 30px);
          left: -15px;
          padding: 15px 15px; 
          border-radius:0px;
          position: relative;
          z-index: 1;
          top: 20px;
        }

        .caractistica_layout {       
        }

        .padding {
        padding: 0px ;
        margin-top: 0px;     
         }
         .item_listagem {
          padding: 0px;
         }
         .carro_hover_listagem .thumbnail-zoom, .thumbnail-link {
          border-radius: 0px;
          width: calc(100% + 30px);
          left: -15px;
        }
        .carro_hover_listagem {
        background-color: transparent;
        box-shadow: none;
        border-radius: 0px;
        }
       
        .marca_modelo{
          padding-top: 15px;
        }
        .marca_modelo_pai{
           background-color: #FFFFFF;
           padding-left: 0px;
           padding-right: 0px;
        
        }
        .novidades-mais-info-listagem {
          border-right: 0px solid #C15500;

        }
        .novidades-mais-info-listagem:first-child {
        border-right: 1px solid #C15500;
         padding-left: 15px !important;
          padding-right: 15px !important;
        }
       
        .align_right{
           padding-left: 0px !important;
          padding-right: 0px !important; 
        

        }
       
        .nopadding-md .canto-superior-imagem {
        bottom: 0;
        top: 0px;
        }

        .carro_hover_listagem .badge {
            top: 25px;
          left: -35px;

        }
        .fundo_paginas_interiores {
        margin-top: 65px;
        }
        .border_promo_mobile{

          border: 2px solid rgb(193 85 0);
           border-top: none;
        }
        .destaques_pad {
        padding-right: 15px;
        padding-left: 15px;
        }
       
      .btn-Contactar-comercial-pai{}
      .alerta_btn_pai{}
      .btns_ficha_vrd_pai{
        margin-top: 15px; 
      }
      .sidebar_size1 {
        
      max-height: 500px;
      position: relative;
      overflow: hidden;
      }
      .sidebar_size2 {
         
       max-height: 230px;
      position: relative;
      overflow: hidden;
      }
     
       .btn-Contactar-comercial{
      padding: 0px 5px;
    }
    .embed-container {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
    max-width: 100%;
    } 
    .embed-container iframe, .embed-container object, .embed-container embed { 
      position: absolute; 
      top: 0;
      left: 0;
      width: 100%; 
      height: 100%;
      }
    .fundo_banners {
      height: auto;
     padding-bottom: 60%;
      margin-top: 65px;
    }
    .compramos-home1 {
    font-size: 12px;
    } 
    .compramos-home button {
    font-size: 12px;
    }
    .btn_revista {
      font-size: 12px;
    }
    .revista-home p {
    font-size: 12px;
    }
    .revista-home button {
    margin-bottom: 12px;
    }
    .panel5 .carro_hover {
    margin-top: 30px;
    }
    .home_oportunidade {
    font-size: 30px;
    margin-top: 20px;
    line-height: 35px;
    }
    .home_oportunidade span {
    font-size: 25px;
    }
    .panel5 .thumbnail-zoom {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px;
    }
    .panel5 .canto-superior-imagem {
    left: 0px;
      }
  
    .panel5 {
  padding-top: 00px;
    }
    .embed-container-maps {
      position: relative;
       padding-bottom: 56.25%; 
       height: 0; 
       overflow: hidden;
    }
    .embed-container-maps iframe, .embed-container-maps object, .embed-container-maps embed { 
      position: absolute;
      top: 0;
      left: 0; 
      width: 100%;
      height: 100%; 
    }   
    .home_testemunhos_nome {
    font-size: 14px;
    
    padding: 0;
    padding-bottom: 15px;
    }
    .Comentarios .home_testemunhos_texto {
         padding: 0;
    font-size: 14px;
    line-height: 20px;
    }
    .Comentarios .home_testemunhos_data {
    font-size: 12px;
    padding: 0;
  }
      .pmelFooter {
        width: 7%;
       height: 7%  !important;
     }
    .pmeeFooter {
        width: 7%;
        height: 7% !important;
    }
}
@media only screen and (max-width : 700px) { 
  .div-manutencao {
    margin-left: 0px;
}
  .sidebar_size2 {
    max-height: 350px;
    position: relative;
    overflow: hidden;
}
.sidebar_size2 .read-more a, .sidebar_size1 .read-more a {   
    font-size: 12px;
  }
  .aumentaManu{
    width: 100%;
  }
        .sombra_cinza {
            margin-top: -80px;
        }
     

        .btn-Contactar-comercial-pai{ width: 100%;  }
        .alerta_btn_pai{
       width: 100%; 
        margin-top: 15px; 
      }
    
      .btns_ficha_vrd_pai{
        margin-top: 15px; 
        width: 100%; 
      }      
       .btn-Contactar-comercial{
      padding: 0px 8px;
      justify-content: space-around;
    }   
}
@media only screen and (max-width : 674px) { 
    .nav-tabs li a {
      font-size: 14px;
    }

}
@media only screen and (max-width : 600px) { 

  .pmelFooter {
    width: 10%;
  }
  .flex-hei-opor{
    width: 100%;
  }
  .img-campanha {
    width: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
.home_campanha-box {
    font-size: 35px;
    line-height: 45px;
    height: 45px;
}
  .pmeeFooter {
    width: 10%;
  }
.campanha-titulo {
    font-size: 25px;
    line-height: 30px;
}
  .home_campanha {
    font-size: 25px;
    display: block;
  }   
  .home_campanha-box {
   margin-left: 0;
   float: none;
 }     
} 
@media only screen and (max-width : 575px) { 
  .sizeStar {
    display: block;
  }  
  .flex-footer{
   display: block;
 }

.titulo-localizacao1 button {
 margin-top: 20px;
  
}
}       
@media only screen and (max-width : 564px) {      
   .destaques-mais-info-ficha {
    width: 100%;
    } 
    .listagem_noticias_pad{
      width: 100%;
    }
      .resumo-noticias {
      font-size: 12px;
    height: auto;
    }
    .titulo-noticias {
    font-size: 13px;
    height: auto;
    }
    .listagem_noticias_pad .thumbnail-zoom {
          margin: 15px !important;
    }
  
}
@media only screen and (max-width : 530px) { 
  .carro-campanha {
    display: none;
}
#fundo-newsleter{
  width: 200%;
}
.hidden500{
  display: none;
}
#owl-demo-testemunhos .owl-carousel .owl-item {
    padding: 0px 15px;
}
       
}
@media only screen and (max-width : 500px) {

.width500{
width: 50%;
} 

  .embed--2-6 {
    padding-top: calc(300px * (2 / 6));
}
.gallery {
    height: 300px;
}
.embed--3-6 {
    padding-top: calc(300px * (3 / 6));
}
.embed--4-6 {
    padding-top: calc(300px * (4 / 6));
}
  .compramos-home1 img {
    width: 15%;
}
.compramos-home1 {
    font-size: 15px;
}
  #fundo-financiamento{
width: 200%;
}
.home_oportunidade {
    font-size: 25px;
    line-height: 30px;
}
.home_oportunidade-box {
    font-size: 35px;
    line-height: 45px;
}
.financiamento-home{
width: 100%;
}

#owl-demo-testemunhos-sugerido  img {
  position: absolute;
  margin: auto 0;
     top: 7px;

}
.home_testemunhos_nome{
  display: block;
}
.quebraSatis{
display: block;
}

        
        .classificacao div div{
              padding:0px ;
        }

        .home_testemunhos_nome {
            padding-bottom: 20px;
        }
        

      .compramos-home1 {
          width: 100%;
           border-right: 0px solid rgba(255,255,255,0.16);
           display: flex;
            align-items: center;

                margin-bottom: 15px;
        }
  .compramos-home1 img {
        margin: 0;
        height: auto;
        margin-right: 15px;
        padding-bottom: 0;
      }  
      .texto-novidades {
    font-size: 17px;
    } 
      .texto-novidades2 {
    font-size: 17px;
    }
}

@media only screen and (max-width : 473px) {
        .marca img {
            width: 70%;
        }
        .footer_links_outer {
  margin-top: 0;
}
}
@media only screen and (max-width : 450px) { 

 .footer_links {
    width: calc(100% - 12px);
        font-size: 16px;
    line-height: 22px;
}
  .preco-destaques-antes {

    font-size: 16px;
  }
  .preco-destaques{
    font-size: 25px!important;
  }
    .preco-destaques .preco-destaques-inner:nth-child(2) {
    font-size: 16px!important;
  }
}
@media only screen and (max-width : 425px) {
  .width-425{
    width: 100%;
    padding: 0;
  }
  .border-copyright{
  border-right: 0px solid rgb(193 85 0); 
  width: 100%;
  margin-bottom:15px;
}
.pme-logo {
    margin: auto;
        width: 30%;
}
.footer_copyright {
    margin-top: 0px;
}

.utimasTestemunhas-btn {
      height: 35px;
    line-height: 35px;
}
.home_oportunidade-box {
    font-size: 25px;
    line-height: 35px;
}
.recente_titulo {
    margin-top: 20px;
    font-size: 25px;
}
.ver-mais-recentes {
    font-size: 15px;
    height: 35px;
}
.ver-mais-recentes-img {
    height: 35px;
}
  .marca_lista {
    width: 90%;
}

  .btn-listagem-detalhes {
       padding: 0px 20px;
  }

  .home_titulo_testemunhos {
    font-size: 24px;
}
   .padding_viatura_sugeridas  {
    padding: 80px 15px 15px 15px !important;
   } 
   .padding_viatura_imagem_sugeridas{
    padding: 15px !important;
   }
   .padding_viatura_carte_sugeridas{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
   }
   #owl-demo-stock .badge {
   
  }

}
@media only screen and (max-width : 420px) { 
 .btn-type-1-label {
  margin-top: 300px  !important;
}
}
@media only screen and (max-width : 406px) { 


  .preco-destaques {
   padding: 0;
}
    .tamanhorevistacol {
    width: 100%;
    }   

}
@media only screen and (max-width : 390px) {
.popup_mobile_redes_item {
    width: 27.333333%;
        height: 75px;
}
.popup_mobile_redes a .popup_mobile_redes_item {
    font-size: 9px;
  }
.texto-destaques {
    font-size: 26px;
}
.texto-destaques-motorizacao {
    font-size: 18px;
}
}



@media only screen and (max-width : 375px) {
.campanha-titulo {
    font-size: 22px;
    line-height: 24px;
}
.bg-campanha {
    padding: 15px;
}
.titulo-campanha {
    font-size: 17px;
}
.home_campanha {
    font-size: 20px;
}
  .widthPreco {
    padding: 0 5px;
}
    .home_campanha-box {
    font-size: 27px;
    line-height: 45px;
    height: 35px;
}
        .marca img {
            max-width: 100%;
        }     
     .carteristica-relacionados {
        font-size: 11px;
      } 
      .novidades-mais-info {
      font-size: 11px;
      line-height: 16px;
      }
       .padding_viatura_carte_sugeridas_esq{
        padding-left: 0;
      }
      .padding_viatura_carte_sugeridas_dir{
        padding-right: 0;
      }


}


@media only screen and (max-width : 374px) {

  .panel1 .float-btn-group-fale .btn-triger-fale span{
    display: none;
  
}
 .panel1 .preco-destaques-antes {
 width: 40%;
}

 .panel1 .widthContact{
width: 60%;
 }
 .panel1 .model-6-fale {
        width: 20%;
}

 .panel1 .preco-destaques {
    width: 80%;    
}


 .ficha_fixed  .mobile350Contact{
width: 60%;
 }
 .ficha_fixed  .model-6-fale {
        width: 20% !important;;
}

 .ficha_fixed  .preco-novidades {
    width: 80%;    
}

.ficha_fixed  .float-btn-group-fale .btn-triger-fale span{
    display: none;
  
}
 .ficha_fixed  .preco-novidades-antes {
 width: 40%;
}



 .backgoundFileCar  .mobile350Contact{
width: 60%;
 }
 .backgoundFileCar  .model-6-fale {
        width: 20% !important;
}

 .backgoundFileCar  .preco-novidades {
    width: 80%;    
}

.backgoundFileCar  .float-btn-group-fale .btn-triger-fale span{
    display: none;
  
}
 .backgoundFileCar  .preco-novidades-antes {
 width: 40%;
}


.widthPrecoContact .preco-destaques {
    width: 100%;
}

.widthPrecoContact .float-btn-group-fale .btn-triger-fale span{
    display: block;
}


  .footer-titulo-localizacao {
    font-size: 22px;
   
}
  #owl-demo-stock .owl-item, #owl-noticias .owl-item {
      padding: 5px 7.5px;
  } 
   .tamanhorevistacol {
    width: 100%
  }
  .novidades-mais-info {
      font-size: 10px;
      line-height: 16px;
  }  
  .recente_titulo1 {
      font-size: 13px;
  }
  .dist_topo img {
    max-width: 159px;
    margin-top: 20px !important;
  }


}



@media only screen and (max-width : 352px) { 

.float-btn-group-fale .btn-list-fale {
    left: -40px;
}

      .panel1 .preco-destaques-antes {
       
        line-height: 16px;
     
    }
    .lugarpreco {
    left: -25px !important;
}
    
}
#widget_lead2team {
bottom: 118px!important;

}
@media only screen and (max-width : 767px) { 
#widget_lead2team {
    bottom: 60px!important;
}
}

#owl-demo-mostrar_topo.owl-carousel .owl-item{
    padding: 0px;
}
#owl-demo-mostrar_topo.owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
}

#owl-demo-topo_desktop.owl-carousel .owl-item{
    padding: 0px;
}
#owl-demo-topo_desktop.owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
}