/* normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
  background: #a03033;
  color: white;
}
.table > tbody > tr > td:nth-child(1) {
  background: #a03033;
  color: white;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.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;
}
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
h7 p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
section,
menu,
details {
  margin: auto;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
section,
menu {
  display: block;
}
html,
body {
  height: 100%;
}

a {
  text-decoration: none;
}
li {
  list-style: none;
}
h2 {
  margin: 0 0 10px;
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
}
h3 {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1;
}
h4 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1;
}
h5 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
h6 {
  font-size: 16px;
  font-size: 18px;
  line-height: 1;
}
a img {
  border: none;
}
p {
  margin: 0 0 15px;
}
li {
  list-style: none;
}
em,
cite {
  font-style: normal;
}
strong {
  font-weight: bold;
}
label {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="submit"] {
  cursor: pointer;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
}
table,
th,
td {
  vertical-align: middle;
}
br {
  line-height: 1;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 1px solid red 5px;*/
  left: 0px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -21px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #b6b6b6;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e00613;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 15;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* BXSLIDER */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 1px solid red 5px;*/
  left: 0px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -21px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
   
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #b6b6b6;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e00613;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 15;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
   
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* MAGNIFIC POPUP */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* SITE STYLES */
@font-face {
  font-family: 'ralewaybold';
  src: url("fonts/raleway-bold_0-webfont.eot");
  src: url("fonts/raleway-bold_0-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/raleway-bold_0-webfont.woff2") format('woff2'), url("fonts/raleway-bold_0-webfont.woff") format('woff'), url("fonts/raleway-bold_0-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaylight';
  src: url("fonts/raleway-light-webfont.eot");
  src: url("fonts/raleway-light-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/raleway-light-webfont.woff2") format('woff2'), url("fonts/raleway-light-webfont.woff") format('woff'), url("fonts/raleway-light-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaymedium';
  src: url("fonts/raleway-medium_0-webfont.eot");
  src: url("fonts/raleway-medium_0-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/raleway-medium_0-webfont.woff2") format('woff2'), url("fonts/raleway-medium_0-webfont.woff") format('woff'), url("fonts/raleway-medium_0-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayregular';
  src: url("fonts/raleway-regular_0-webfont.eot");
  src: url("fonts/raleway-regular_0-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/raleway-regular_0-webfont.woff2") format('woff2'), url("fonts/raleway-regular_0-webfont.woff") format('woff'), url("fonts/raleway-regular_0-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.wancho {
  width: 96%;
  max-width: 1200px;
  margin: auto;
}
body {
  font-size: 18px;
  color: #000;
  /*
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -webkit-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dig";
  */
}
.starting-point {
  position: absolute;
  left: 0px;
  top: 0px;
}
img {
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 0px 30px 30px 0px;
}
img.alignright {
  float: right;
  margin: 0px 0px 30px 30px;
}
img.aligncenter {
  float: none;
  margin: 30px auto;
}
imgalignnone {
  float: none;
}
a {
  color: inherit;
}
a:focus {
  outline: none;
}
.link:hover {
  text-decoration: underline;
  color: #a03033;
}
.relative {
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.envolve {
  overflow: hidden;
}
.child-ib > * {
  display: inline-block;
  vertical-align: top;
}
.no-style {
  line-height: 1.4;
}
/* clearfix */
/* end clearfix */
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
}
.g-text p {
  margin-bottom: 0;
  margin-top: s-5;
  line-height: 1.2;
}
.g-text p:first-child {
  margin-top: 0;
}
/* Styles */
* {
  box-sizing: border-box;
  max-width: 100%;
  -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  transition: width 1s ease-in-out, left 1.5s ease-in-out;
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.formError .formErrorContent {
  background: #a03033;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
}
.formError .formErrorArrow div {
  background: #a03033;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-services {
  margin-top: 90px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
.service_tab {
  display: none;
}
.coprs-behavioral .main-content {
  padding-bottom: 40px;
}
.about-list-services {
  width: 94%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .corps-wellnes .list-services {
    margin: 20px auto 20px;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b1-item {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.b1-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/bg-after.png") repeat;
}
.b1-info {
  max-width: 740px;
  width: 96%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 2;
}
.b1-table {
  display: table-cell;
  vertical-align: middle;
  width: 2000px;
  height: 716px;
}
.b1-table h3 {
  
  color: #fff;
  
  margin-bottom: 0;
}
.b1-table h2 {
  
  color: #fff;

  margin-bottom: 0;
}
.b1-table h2 strong {
  color: #a03033;
  font-weight: normal;
}
.b1-table p {
  color: #fff;
  margin-bottom: 28px;
}
.b1-cnt-buttons {
  overflow: hidden;
}
.b1-btn {
  float: right;
  width: 365px;
  height: 80px;
  overflow: hidden;
}
.b1-btn a {
  display: table-cell;
  vertical-align: middle;
  width: 1000px;
  height: 80px;
  background-color: #fff;
  color: #a03033;
  font-size: 16px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0px 20px;
}
.b1-btn a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.b1-btn:first-child {
  float: left;
}
.b1-btn.b1-btn-red a {
  background-color: #a03033;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.b1 .bx-wrapper .bx-pager,
.b1 .bx-wrapper .bx-controls-auto {
  bottom: 53px;
  z-index: 70;
}
.b1 .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.b1 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .b1-table {
    height: 500px;
  }
  .b1 .bx-wrapper .bx-pager,
  .b1 .b1 .bx-wrapper .bx-controls-auto {
    bottom: 30px;
  }
}
@media screen and (max-width: 820px) {
  .b1-btn {
    float: none;
    margin: auto;
    margin-top: 10px;
  }
  .b1-btn:first-child {
    float: none;
    margin-top: 0;
  }
}
@media screen and (max-width: 660px) {
  .b1-table h3 {
    line-height: 1;
    font-size: 32px;
    margin-bottom: 10px;
  }
  .b1-table h2 {
    line-height: 1;
    font-size: 40px;
    margin-bottom: 5px;
  }
  .b1-btn {
    width: 290px;
  }
  .b1 .bx-wrapper .bx-pager,
  .b1 .b1 .bx-wrapper .bx-controls-auto {
    bottom: 10px;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b12 {
  margin-top: 80px;
  margin-bottom: 150px;
}
.b12-wrapp-title {
  position: relative;
  max-width: 1050px;
  margin: auto;
  z-index: 20;
}
.b12-main {
  height: 350px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  margin: auto;
}
.b12-main .slick-dots {
  z-index: 999;
}
.b12-main .slick-dots li button:before {
  display: none;
}
.b12-main .slick-list {
  z-index: 10;
}
.b12-main .slick-dots {
  bottom: 110px;
  z-index: 20;
}
.b12-main .slick-dots li {
  width: 11px;
  height: 11px;
}
.b12-main .slick-dots li button {
  width: 11px;
  height: 11px;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.b12-main .slick-dots li:hover button {
  background: #6b080a;
}
.slick-dots li.slick-active button {
  background: #6b080a;
}
.sl-banner li:before {
  display: none !important;
}
.testimonial-slider {
  max-width: none !important;
}
.testimonial-slider .slick-track {
  max-width: none !important;
}
.testimonial-slider .b12-itemsl {
  text-indent: 0px !important;
}
.testimonial-slider .b12-itemsl:before {
  display: none !important;
}
.b12-testimonial {
  width: 50%;
  height: 350px;
  display: table-cell;
  vertical-align: middle;
  background-color: #dadada;
  font-size: 17px;
}
.b12-testimonial .b12-testimonial-inner {
  padding-left: 30px;
}
.b12-testimonial .b12-testimonial-inner p {
  font-size: 17px;
  margin-bottom: 15px;
}
.b12-testimonial.item-par .b12-testimonial-inner {
  padding-left: 0;
  padding-right: 30px;
}
.b12-testimonial.item-par .b12-testimonial-descrip {
  text-align: right;
}
.b12-testimonial.item-par .b12-testimonial-descrip:before {
  float: left;
}
.b12-testimonial.item-par .b12-testimonial-author {
  text-align: right;
}
.b12-testimonial.item-par .b12-testimonial-author:before {
  float: left;
}
.b12-testimonial-descrip:before,
.b12-testimonial-author:before {
  content: "";
  width: 268px;
  height: 135px;
  float: right;
}
.b12-testimonial-author {
  color: #a03033;
}
.b12-testimonial-author:before {
  height: 82px;
}
.b12-title-testimonials {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 540px;
  height: 445px;
  background-image: url("../img/bg-title-testimonials.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 99;
}
.b12-title {
  margin-top: 155px !important;
  font-size: 36px !important;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .b12 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .b12-title-testimonials {
    width: 350px;
    background: #a03033;
  }
  .b12-testimonial-descrip:before,
  .b12-testimonial-author:before {
    width: 198px;
  }
  .b12-title-testimonials {
    background: none;
  }
  .b12-title {
    font-size: 22px !important;
    color: #a03033;
  }
}
@media screen and (max-width: 960px) {
  .b12-main .slick-dots {
    bottom: 20px;
  }
  .b12-wrapp-title {
    text-align: center;
  }
  .b12-title-testimonials {
    position: static;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  .b12-title {
    margin: 0;
  }
  .b12-testimonial-descrip:before,
  .b12-testimonial-author:before {
    display: none;
  }
  .b12-testimonial .b12-testimonial-inner,
  .b12-testimonial.item-par .b12-testimonial-inner {
    padding: 0 30px;
  }
  .b12-testimonial.item-par {
    position: relative;
  }
  .b12-testimonial.item-par:before {
    content: "";
    width: 1px;
    height: 70%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #bc9495;
    position: absolute;
  }
}
@media screen and (max-width: 640px) {
  .b12-title {
    font-size: 25px !important;
  }
  .b12-main {
    height: auto;
    overflow: visible;
    background-color: #dadada;
    padding: 20px 0;
  }
  .b12-main .slick-slider {
    margin-bottom: 0;
  }
  .b12-testimonial {
    display: block;
    height: auto;
    width: auto;
    background-color: transparent;
    font-size: 16px;
  }
  .b12-testimonial .b12-testimonial-inner {
    text-align: left;
  }
  .b12-testimonial.item-par .b12-testimonial-descrip,
  .b12-testimonial.item-par .b12-testimonial-author {
    text-align: left;
  }
  .b12-main .slick-dots {
    bottom: -10px;
  }
  .b12-testimonial.item-par {
    padding-top: 20px;
  }
  .b12-testimonial.item-par:before {
    width: 70%;
    height: 1px;
    top: 0;
    bottom: inherit;
    left: 0;
    right: 0;
  }
  .b12-testimonial .b12-testimonial-inner,
  .b12-testimonial.item-par .b12-testimonial-inner {
    padding: 0 15px;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b13 {
  padding-top: 60px;
}
.b13-cnt {
  min-height: 446px;
}
.b13-info {
  display: table-cell;
  vertical-align: top;
  width: 570px;
}
.b13-img {
  display: table-cell;
  vertical-align: bottom;
  width: 598px;
  padding-left: 33px;
}
.b13-img img {
  width: 100%;
  height: auto;
  display: block;
}
.b13-title {
  font-size: 30px;
  margin-bottom: 25px;
}
.b13-title strong {
  color: #a03033;
  font-weight: normal;
}
.b13-text {
  line-height: 1.2;
  font-size: 18px;
}
.b13-text p {
  margin-top: 20px;
  margin-bottom: 0;
}
.b13-text p:first-child {
  margin-top: 0;
}
.b13-btn {
  display: inline-block;
  line-height: 45px;
  background-color: #a03033;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .b13 {
    padding: 30px 0;
  }
  .b13-info {
    display: block;
    max-width: 570px;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
  .b13-img {
    display: block;
    max-width: 598px;
    width: 100%;
    padding: 0;
    margin: auto;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b14-main {
  max-width: 1600px;
  margin: auto;
}
.wrapp-carrusel {
  height: 388px;
  overflow: hidden;
  position: relative;
}
.wrapp-carrusel.about-us {
  height: auto;
  padding-bottom: 20px;
}
.wrapp-carrusel:before,
.wrapp-carrusel:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  background-color: #f5f5f5;
  z-index: 10;
}
.wrapp-carrusel:before {
  left: 0;
}
.wrapp-carrusel:after {
  right: 0;
}
.wrapp-slider {
  width: 364px;
  margin: auto;
}
.b14-itemsl {
  width: 298px;
  background-color: #fff;
}
.b14-item img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.b14-leadership {
  
  background-color: #fff;
}
.b14-leadership p {
  margin: 0;
}
.b14-controlsl {
  width: 298px;
  margin: auto;
  position: relative;
}
.b14-controlsl span {
  position: absolute;
  top: 40px;
}
.b14 {
  background-color: #f5f5f5;
}
.b14 .title-full {
  text-align: center;
  padding: 100px 0;
}
.b14 .slick-prev,
.b14 .slick-next {
  width: auto;
  height: auto;
}
.b14 .slick-prev {
  left: 36%;
  z-index: 99;
}
.b14 .slick-prev:before {
  content: "\e901";
  font-family: 'icomoon';
  color: #272324;
  font-size: 60px;
}
.b14 .slick-next {
  right: 36%;
  z-index: 99;
}
.b14 .slick-next:before {
  content: "\e900";
  font-family: 'icomoon';
  color: #272324;
  font-size: 60px;
}
.b14 .slick-track {
  padding: 20px 0;
}
.b14 .slick-current {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  position: relative;
  z-index: 10;
}
.b14 .slick-current .b14-leadership {
  background-color: #a03033;
}
.b14 .slick-current .b14-leadership .b14-name {
  color: #fff;
}
.b14 .slick-current .b14-leadership .b14-descrip {
  color: #e4e5e6;
  line-height: 22px;
}
.b14 .slick-current .b14-item img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b14-inner {
  /*height: 70px;*/
  min-height: 70px;
  width: 1000px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
@media(max-width: 400px){
  .b14-inner, .b14-leadership {
    height: 0;
  }
  .slick-current .b14-inner, .slick-current .b14-leadership {
    height: auto;
  }
}
.b14-name {
  font-size: 22px;
  color: #d19a9c;
}
.b14-descrip {
  font-size: 16px;
  color: #d1d1d1;
}
@media screen and (max-width: 1280px) {
  .b14-name {
    font-size: 16px;
  }
  .b14-descrip {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapp-carrusel:before,
  .wrapp-carrusel:after {
    width: 165px;
  }
  .b14 .title-full {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 960px) {
  .wrapp-carrusel:before,
  .wrapp-carrusel:after {
    display: none;
  }
  .b14 .slick-prev {
    left: 28%;
  }
  .b14 .slick-next {
    right: 28%;
  }
}
@media screen and (max-width: 768px) {
  .b14 .slick-next {
    right: 20%;
  }
  .b14 .slick-prev {
    left: 20%;
  }
}
@media screen and (max-width: 480px) {
  .b14 .slick-prev {
    left: 5%;
  }
  .b14 .slick-next {
    right: 5%;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b15 {
  background-color: #f5f5f5;
  padding-top: 0px;
  padding-bottom: 135px;
}
.b15-main {
  max-width: 1024px;
  width: 94%;
  margin: auto;
  text-align: center;
}
.b15-title {
  font-size: 30px;
  color: #000;
  margin-bottom: 25px;
  line-height: 100%;
}
.b15-descrip {
  padding: 50px 0;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  font-size: 18px;
}
.b15-redes {
  margin-top: 50px;
}
.b15-redes a {
  color: #a03033;
  margin-left: 40px;
  font-size: 24px;
}
.b15-redes a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .b15-title {
    font-size: 25px;
  }
  .b15-descrip {
    font-size: 16px;
    text-align: left;
  }
  .b15 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .b15-descrip {
    padding: 20px 0px;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b16 {
  background-color: #fff;
  padding-top: 100px;
  text-align: center;
}
.b16 .content-tab {
  padding: 40px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.b16 .item-tab {
  text-align: right;
  position: relative;
  min-height: 180px;
}
.b16-main {
  max-width: 1024px;
  width: 94%;
  margin: auto;
}
.b16-years {
  font-family: 'Calibri W01';
  font-weight: 700;
  font-size: 72px;
  margin-top: 70px;
  margin-bottom: 40px;
  line-height: 100%;
  max-width: 260px;
  margin: auto;
}
.b16-descrip {
  width: 66.40625%;
  display: inline-block;
  font-size: 20px;
}
.b16-title {
  font-size: 24px;
}
.b16-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 23.828125%;
}
.b16-img img {
  max-width: 100%;
  height: auto;
}
.b16 .slick-prev,
.b16 .slick-next {
  top: 0;
  bottom: 0;
  width: auto !important;
  height: auto !important;
  z-index: 99;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  background-color: #fff;
}
.b16 .slick-prev:before,
.b16 .slick-next:before {
  font-family: 'FontAwesome';
  color: #272324;
  font-size: 60px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b16 .slick-prev {
  left: 0;
  -webkit-box-shadow: 18px 0px 9px #fff;
  box-shadow: 18px 0px 9px #fff;
}
.b16 .slick-prev:before {
  content: "\f104";
}
.b16 .slick-next {
  right: 0;
  -webkit-box-shadow: -18px 0px 9px #fff;
  box-shadow: -18px 0px 9px #fff;
}
.b16 .slick-next:before {
  content: "\f105";
}
@media screen and (max-width: 768px) {
  .b16-years {
    font-size: 50px;
  }
  .b16 {
    padding-top: 20px;
  }
  .b16 .content-tab {
    padding: 40px 0px 0px 0px;
  }
}
@media screen and (max-width: 640px) {
  .b16-descrip {
    display: block;
    width: auto;
  }
  .b16-img {
    position: static;
    width: auto;
  }
  .b16 .item-tab {
    text-align: left;
  }
  .b16-img {
    text-align: center;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b17-title {
  font-size: 24px;
  margin-bottom: 15px;
}
.b17-block-text {
  border-top: 1px solid #d6d6d6;
  padding-top: 45px;
  margin-bottom: 30px;
}
.b17-block-text.wancho {
  max-width: 1024px;
}
.b17-text {
  line-height: 1.4;
}
.b17-text strong {
  font-family: 'Calibri W01';
  font-weight: normal;
}
.b17-text p {
  margin-top: 15px;
  margin-bottom: 0;
}
.b17-text p:first-child {
  margin-top: 0;
}
.b17-subtitle {
  max-width: 1024px;
  width: 96%;
  color: #a03033;
  font-weight: normal;
  margin: auto;
  margin-bottom: 15px;
}
.b17-block-items {
  position: relative;
}
.b17-block-items.wancho {
  max-width: 1024px;
}
.b17-block-items:before {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #a03033;
  position: absolute;
  top: 63px;
  left: 15px;
  z-index: -1;
}
.b17-item {
  display: table-cell;
  vertical-align: top;
  width: 256px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}
.b17-circle {
  width: 126px;
  height: 126px;
  line-height: 126px;
  background-color: #a03033;
  font-size: 0;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
}
.b17-circle span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  color: #fff !important;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  max-width: 60%;
}
.b17-circle span:first-child {
  line-height: 1;
  font-family: 'Calibri W01';
  font-weight: bold;
  font-size: 48px;
  margin-right: 5px;
}
.b17-list {
  line-height: 1.4;
  font-family: 'Calibri W01';
  font-weight: bold;
  font-size: 16px;
}
.b17-list li {
  position: relative;
  padding-left: 10px;
  margin-top: 10px;
  text-indent: 0px !important;
}
.b17-list li:before {
  content: "\f105" !important;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px !important;
  position: absolute !important;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  top: 3px !important;
  left: 0 !important;
}
.b17-list li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .b17-block-items:before {
    display: none;
  }
  .b17-item {
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 35px;
    padding-right: 0;
  }
  .b17-circle,
  .b17-list {
    display: table-cell;
    vertical-align: middle;
  }
  .b17-list {
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .b17-circle,
  .b17-list {
    display: block;
  }
  .b17-list {
    padding-left: 0;
  }
  .b17-circle {
    width: auto;
    height: auto;
    line-height: 1;
    background-color: inherit;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .b17-circle span {
    display: table-cell;
    vertical-align: middle;
    color: #a03033;
    padding-left: 10px;
  }
  .b17-circle span br {
    display: none;
  }
  .b17-circle span:first-child {
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #a03033;
    color: #fff;
    text-align: center;
    padding-left: 0;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.list-services {
  font-size: 0;
  text-align: center;
}
.list-services li {
  display: inline-block;
  vertical-align: bottom;
}
.list-services li:before {
  display: none !important;
}
.list-services li.active a img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.25s ease-in-out 0.1s;
  -moz-transition: all 0.25s ease-in-out 0.1s;
  -o-transition: all 0.25s ease-in-out 0.1s;
  -ms-transition: all 0.25s ease-in-out 0.1s;
  transition: all 0.25s ease-in-out 0.1s;
}
.list-services li.active a img:first-child {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.list-services li.active a span {
  /*display: none;*/
}
.list-services span {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  padding-right: 20px;
  text-indent: 0px;
  color: black !important;
}
.list-services a {
  width: 206px;
  height: 205px;
  position: relative;
  display: block;
  text-decoration: none;
  font-style: normal !important;
}
.list-services a:hover img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.25s ease-in-out 0.1s;
  -moz-transition: all 0.25s ease-in-out 0.1s;
  -o-transition: all 0.25s ease-in-out 0.1s;
  -ms-transition: all 0.25s ease-in-out 0.1s;
  transition: all 0.25s ease-in-out 0.1s;
}
.list-services a:hover img:first-child {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.list-services a:hover span {
  /*display: none;*/
}
.list-services a img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.list-services a img:first-child {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  width: 144px;
  height: 145px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.content-img-home {
  width: 320px;
  display: table-cell;
  vertical-align: bottom;
  padding-right: 60px;
}
.content-img-home img {
  display: block;
  margin-left: -200px;
}
.content-home {
  display: table-cell;
  vertical-align: top;
  width: 880px;
  padding-top: 140px;
  padding-bottom: 110px;
}
.content-home .title-full {
  margin-bottom: 60px;
}
.content-home .title-small {
  margin-bottom: 20px;
}
.content-home .list-services {
  margin-bottom: 40px;
}
.list-services a {
  width: 160px;
}
.list-services a img {
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 145px;
  height: 145px;
  position: absolute;
}
.list-services a img:first-child {
  width: 120px;
  height: 120px;
}
.title-full {
  font-size: 48px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 100%;
}
.title-full span {
  color: #a03033;
}
.title-medium {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  margin-bottom: 25px;
}
.title-medium:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80px;
  height: 5px;
  background-color: #a03033;
}
.title-small {
  font-size: 18px;
  font-family: 'Calibri W01';
  font-weight: 200;
  color: #000;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.list-basic {
  overflow: hidden;
  font-size: 0;
  margin-bottom: 20px;
}
.list-basic li {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  position: relative;
}
.list-basic li:before {
  font-family: 'FontAwesome';
  content: "\f111";
  font-size: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  top: 0px;
  left: 0;
}
.award-box {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid silver;
}
.award-box .image {
  float: left;
  width: 25%;
  text-align: center;
}
.award-box .image img {
  max-width: 100%;
  height: auto;
}
.award-box .content {
  float: left;
  width: 75%;
  text-align: right;
  padding-left: 5%;
}
.award-box .content h3 {
  
  margin: 0 0 10px;
}
.btn-home-body button,
.readmore {
  text-transform: uppercase;
  border: none;
  background: none;
  background-color: #a03033;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  width: 180px;
  height: 45px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: white;
  text-decoration: none !important;
  font-style: normal !important;
}
.btn-home-body button:hover {
  background: black;
}
.icon-rsp {
  display: none;
}
.coprs-behavioral .list-services,
.corps-wellnes .list-services,
.corps-fmla .list-services,
.corps-pocg .list-services,
.corps-worklife .list-services {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.coprs-behavioral .list-services a,
.corps-wellnes .list-services a,
.corps-fmla .list-services a,
.corps-pocg .list-services a,
.corps-worklife .list-services a {
  width: 215px;
  height: 205px;
}
.coprs-behavioral .list-services a img,
.corps-wellnes .list-services a img,
.corps-fmla .list-services a img,
.corps-pocg .list-services a img,
.corps-worklife .list-services a img {
  width: 210px;
  height: 210px;
}
.coprs-behavioral .list-services a img:first-child,
.corps-wellnes .list-services a img:first-child,
.corps-fmla .list-services a img:first-child,
.corps-pocg .list-services a img:first-child,
.corps-worklife .list-services a img:first-child {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  width: 144px;
  height: 145px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.coprs-behavioral .list-services a:hover img,
.corps-wellnes .list-services a:hover img,
.corps-fmla .list-services a:hover img,
.corps-pocg .list-services a:hover img,
.corps-worklife .list-services a:hover img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.25s ease-in-out 0.1s;
  -moz-transition: all 0.25s ease-in-out 0.1s;
  -o-transition: all 0.25s ease-in-out 0.1s;
  -ms-transition: all 0.25s ease-in-out 0.1s;
  transition: all 0.25s ease-in-out 0.1s;
}
.coprs-behavioral .list-services a:hover img:first-child,
.corps-wellnes .list-services a:hover img:first-child,
.corps-fmla .list-services a:hover img:first-child,
.corps-pocg .list-services a:hover img:first-child,
.corps-worklife .list-services a:hover img:first-child {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.coprs-behavioral .list-services a:hover span,
.corps-wellnes .list-services a:hover span,
.corps-fmla .list-services a:hover span,
.corps-pocg .list-services a:hover span,
.corps-worklife .list-services a:hover span {
  display: none;
}
@media screen and (max-width: 1210px) {
  .content-img-home {
    display: none;
  }
  .list-services {
    text-align: center;
  }
  .content-home {
    display: block;
    width: 94%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .content-home .title-full {
    margin-bottom: 0;
  }
  .coprs-behavioral .list-services a,
  .corps-wellnes .list-services a,
  .corps-fmla .list-services a,
  .corps-pocg .list-services a,
  .corps-worklife .list-services a {
    width: 190px;
    height: 190px;
  }
  .coprs-behavioral .list-services a img,
  .corps-wellnes .list-services a img,
  .corps-fmla .list-services a img,
  .corps-pocg .list-services a img,
  .corps-worklife .list-services a img {
    width: 190px;
    height: 190px;
  }
}
@media screen and (max-width: 1024px) {
  .list-services a {
    width: 140px;
    height: 195px;
  }
  .list-services span {
    text-indent: 0;
    margin-left: -10px;
  }
  .coprs-behavioral .list-services,
  .corps-wellnes .list-services,
  .corps-fmla .list-services,
  .corps-pocg .list-services,
  .coprs-worklife .list-services {
    text-align: left;
    margin: 20px auto 20px;
  }
  .coprs-behavioral .list-services .icon-rsp,
  .corps-wellnes .list-services .icon-rsp,
  .corps-fmla .list-services .icon-rsp,
  .corps-pocg .list-services .icon-rsp,
  .coprs-worklife .list-services .icon-rsp {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 10px;
  }
  .coprs-behavioral .list-services li,
  .corps-wellnes .list-services li,
  .corps-fmla .list-services li,
  .corps-pocg .list-services li,
  .coprs-worklife .list-services li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .coprs-behavioral .list-services li.active a span,
  .corps-wellnes .list-services li.active a span,
  .corps-fmla .list-services li.active a span,
  .corps-pocg .list-services li.active a span,
  .coprs-worklife .list-services li.active a span {
    display: block;
    color: #a03033;
  }
  .coprs-behavioral .list-services a,
  .corps-wellnes .list-services a,
  .corps-fmla .list-services a,
  .corps-pocg .list-services a,
  .coprs-worklife .list-services a {
    height: auto;
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .coprs-behavioral .list-services a img,
  .corps-wellnes .list-services a img,
  .corps-fmla .list-services a img,
  .corps-pocg .list-services a img,
  .coprs-worklife .list-services a img {
    display: none;
  }
  .coprs-behavioral .list-services a:hover span,
  .corps-wellnes .list-services a:hover span,
  .corps-fmla .list-services a:hover span,
  .corps-pocg .list-services a:hover span,
  .coprs-worklife .list-services a:hover span {
    display: block;
  }
  .coprs-behavioral .list-services span,
  .corps-wellnes .list-services span,
  .corps-fmla .list-services span,
  .corps-pocg .list-services span,
  .coprs-worklife .list-services span {
    position: static;
    text-align: left;
    margin: 0;
  }
  .coprs-behavioral .list-services span:hover,
  .corps-wellnes .list-services span:hover,
  .corps-fmla .list-services span:hover,
  .corps-pocg .list-services span:hover,
  .coprs-worklife .list-services span:hover {
    color: #a03033;
  }
}
@media screen and (max-width: 770px) {
  .content-home {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .list-services {
    text-align: left;
    margin: 20px auto 20px;
  }
  .list-services li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .list-services li.active a span {
    display: block;
    color: #a03033;
  }
  .list-services a {
    height: auto;
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .list-services a img {
    display: none;
  }
  .list-services a:hover span {
    display: block;
  }
  .list-services span {
    position: static;
    text-align: left;
    margin: 0;
  }
  .list-services span:hover {
    color: #a03033;
  }
  .icon-rsp {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 10px;
  }
  .title-full {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .list-basic li {
    display: block;
    width: 100%;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b20-title {
  width: 96%;
  color: #a03033;
  font-size: 48px;
  text-align: center;
  margin: auto;
  margin-top: 115px;
  margin-bottom: 145px;
}
.b20-title strong {
  color: #000;
  font-weight: normal;
}
.b20-item {
  min-height: 223px;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 65px;
  margin-top: 50px;
}
.b20-item:first-child {
  margin-top: 0;
}
.b20-date {
  display: table-cell;
  vertical-align: top;
}
.b20-date-text {
  width: 130px;
  height: 130px;
  background-color: #a03033;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 19px 0px;
}
.b20-date-text span {
  display: block;
  line-height: 1;
}
.b20-date-text strong {
  display: block;
  line-height: 1;
  font-size: 36px;
  font-weight: normal;
  padding: 10px 0;
}
.b20-date-text:before {
  content: "";
  width: 29px;
  height: 36px;
  background-image: url("../img/b20-bg-down.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: auto;
}
.b20-date-text:after {
  content: "";
  width: 36px;
  height: 29px;
  background-image: url("../img/b20-bg-right.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -36px;
  margin: auto;
}
.b20-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 60px;
}
.b20-subtitle {
  line-height: 1.2;
  color: #a03033;
  font-size: 30px;
  margin-bottom: 0;
}
.b20-subtitle strong {
  color: #000;
  font-weight: normal;
}
.b20-text {
  line-height: 1.4;
  margin-top: 10px;
}
.b20-text p {
  margin-top: 15px;
  margin-bottom: 0;
}
.b20-text p:first-child {
  margin-top: 0;
}
.b20-btn {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 115px;
}
.b20-btn a {
  display: inline-block;
  color: #a03033;
  font-family: 'Calibri W01';
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .b20-date-text:before,
  .b20-date-text:after {
    display: none;
  }
  .b20-date,
  .b20-info {
    display: block;
    padding-left: 0;
  }
  .b20-date-text {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 20px;
    position: relative;
    padding: 0;
    padding: 0 10px;
    padding-left: 20px;
  }
  .b20-date-text span,
  .b20-date-text strong {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
  }
  .b20-date-text strong {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -9px;
  }
  .b20-title {
    margin: 20px 0;
    font-size: 25px;
  }
  .b20-subtitle {
    font-size: 20px;
  }
  .b20-subtitle strong {
    font-size: 20px;
  }
  .b20-btn {
    margin-bottom: 80px;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.block-videos {
  margin-top: 30px;
}
.video-prominent {
  max-width: 990px;
  margin: auto;
  padding: 0px 10px;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.video-prominent figure {
  position: relative;
}
.video-prominent figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/bg-after.png") repeat;
  top: 0;
  left: 0;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.video-prominent figure img {
  display: block;
  max-width: 100%;
}
.video-prominent .icon-video {
  position: absolute;
  width: 48px;
  height: 62px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.video-prominent .text-video-prominent {
  position: absolute;
  bottom: 30px;
  left: 40px;
  color: #fff;
}
.video-prominent .text-video-prominent time {
  font-family: 'Calibri W01';
  font-weight: bold;
  font-size: 28px;
}
.video-prominent .text-video-prominent h4 {
  margin-bottom: 0;
  
}
.video-prominent .text-video-prominent p {
  margin-bottom: 0;
  font-size: 28px;
}
.wrapper-video-normal {
  max-width: 990px;
  margin: auto;
  font-size: 0;
}
.video-normal {
  position: relative;
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
}
.video-normal .text-video-normal {
  position: absolute;
  bottom: 25px;
  left: 20px;
  color: #fff;
}
.video-normal .text-video-normal time {
  display: block;
  font-size: 12px;
  font-family: 'Calibri W01';
  font-weight: bold;
}
.video-normal .text-video-normal h4 {
  
  margin-bottom: 0;
}
.video-normal .text-video-normal p {
  font-size: 12px;
  margin-bottom: 0;
}
.video-normal figure {
  position: relative;
  margin: 0px 10px 10px;
  margin-bottom: 10px;
}
.video-normal figure img {
  display: block;
  max-width: 100%;
}
.video-normal figure:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/bg-after.png") repeat;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.video-normal .icon-video {
  width: 33px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .block-videos {
    max-width: 660px;
    margin: auto;
    margin-top: 10px;
  }
  .video-normal {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .video-normal {
    max-width: 318px;
    margin: auto;
    display: block;
    width: auto;
  }
  .video-prominent .text-video-prominent {
    bottom: 10px;
    left: 20px;
  }
  .video-prominent .text-video-prominent time {
    display: block;
    font-size: 12px;
    font-family: 'Calibri W01';
    font-weight: bold;
  }
  .video-prominent .text-video-prominent h4 {
    
    margin-bottom: 0;
  }
  .video-prominent .text-video-prominent p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .video-prominent .icon-video {
    width: 30px;
    height: auto;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.main-content {
  max-width: 1024px;
  margin: auto;
  width: 94%;
  padding-top: 10px;
}
.main-content.line {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 50px;
}
.main-content hr {
  border: 0px;
  border-top: 1px solid #d6d6d6;
  background-color: transparent;
  margin: 50px 0px;
}
.main-content span {
  color: #a03033;
  font-family: 'Calibri W01';
  font-weight: bold;
}
.main-content h3 {
  
  margin-bottom: 0;
  margin-bottom: 20px;
  margin-top: 30px;
}
.main-content p {
  font-size: 18px;
  margin: 10px 0px;
}
.main-content h4 {
  margin-bottom: 0;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 20px;
}
.main-content h6 {
  margin-bottom: 0;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #a03033;
}
.main-content ol {
  padding-left: 20px;
}
.main-content ol li {
  list-style-type: decimal;
}
.main-content ul li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.main-content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 6px;
}
.main-content a {
  font-style: italic;
  color: #a03033;
  text-decoration: underline;
}
.main-content h5 {
  text-transform: uppercase;
}
.boton-text-default {
  max-width: 1024px;
  width: 94%;
  display: block;
  overflow: hidden;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin: 60px auto;
}
.boton-text-default div {
  width: 250px;
  display: table-cell;
  height: 95px;
  vertical-align: middle;
}
.boton-text-default div:first-child {
  width: 774px;
  padding-right: 80px;
}
.boton-text-default a {
  border: none;
  background: none;
  background-color: #a03033;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  width: 230px;
  height: 45px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font-style: normal;
  text-decoration: none;
}
.boton-text-default a:hover {
  background: #cd853f;
}
@media screen and (max-width: 1024px) {
  .main-content {
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .main-content {
    background: none !important;
  }
  .boton-text-default {
    padding: 15px 0;
  }
  .boton-text-default div {
    display: block;
    width: 100%;
    height: auto;
  }
  .boton-text-default div:first-child {
    margin-bottom: 10px;
    width: auto;
    padding-right: 0px;
  }
  .boton-text-default div a {
    margin: 0;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b3 {
  background-position: top center;
  background-repeat: no-repeat;
  height: 723px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b3-main {
  text-align: center;
  padding-top: 105px;
}
.b3-title {
  font-size: 48px;
  color: #fff;
}
.b3-playvideo {
  margin-top: 60px;
  display: inline-block;
  width: 527px;
  position: relative;
}
.b3-playvideo img {
  max-width: 100%;
  height: auto;
}
.b3-playvideo:hover .b3-iconplay {
  -webkit-animation: up 0.8s linear infinite alternate;
  -moz-animation: up 0.8s linear infinite alternate;
  -o-animation: up 0.8s linear infinite alternate;
  -ms-animation: up 0.8s linear infinite alternate;
  animation: up 0.8s linear infinite alternate;
}
.b3-iconplay {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.b3-iconplay:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
@media screen and (max-width: 768px) {
  .b3 {
    height: auto;
    padding-bottom: 20px;
  }
  .b3-main {
    padding-top: 25px;
  }
  .b3-playvideo {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .b3-playvideo {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .b3-title {
    font-size: 30px;
  }
}
@-moz-keyframes up {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-o-keyframes up {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes up {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b4-cnt {
  padding-top: 90px;
  padding-bottom: 105px;
}
.main-content {
  display: table-cell;
  width: 890px;
  padding-right: 40px;
}
.main-content.full {
  display: block;
  padding-right: 0px;
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding-top: 10px;
}
.main-content h3 {
  
  margin-bottom: 0;
  margin-bottom: 15px;
}
.main-content p strong {
  color: #a03033;
  font-weight: normal;
  font-weight: bold;
}
.main-content h4 {
  margin-top: 25px;
  margin-bottom: 0;
  margin-bottom: 15px;
}
form {
  max-width: 820px;
  margin: 0;
  margin-top: 35px;
  font-size: 0;
}
form .wpcf7-not-valid-tip {
  float: left;
  width: 100%;
  margin-top: -15px;
}
form .wpcf7-response-output {
  float: left;
  width: 100%;
  margin: 10px 0px;
  font-size: 16px;
  text-align: center;
}
form p {
  margin-bottom: 20px;
}
form .form-duo {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 22px;
  /* WebKit */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
  font-size: 18px;
}
form .form-duo ::-webkit-input-placeholder {
  color: #b1b1b1;
  font-family: 'Calibri W01';
}
form .form-duo :-moz-placeholder {
  color: #b1b1b1;
  font-family: 'Calibri W01';
}
form .form-duo ::-moz-placeholder {
  color: #b1b1b1;
  font-family: 'Calibri W01';
}
form .form-duo :-ms-input-placeholder {
  color: #b1b1b1;
  font-family: 'Calibri W01';
}
form .form-duo input,
form .form-full input {
  width: 100%;
  display: block;
  background: none;
  border: none;
  border: 1px solid #d6d6d6;
  padding: 0px 10px;
  height: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 42px;
}
form .form-full {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 22px;
  margin-bottom: 22px;
  /* WebKit */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
  position: relative;
  font-size: 18px;
}
form .form-full ::-webkit-input-placeholder {
  color: #8a8a8a;
  font-family: 'Calibri W01';
}
form .form-full :-moz-placeholder {
  color: #8a8a8a;
  font-family: 'Calibri W01';
}
form .form-full ::-moz-placeholder {
  color: #8a8a8a;
  font-family: 'Calibri W01';
}
form .form-full :-ms-input-placeholder {
  color: #8a8a8a;
  font-family: 'Calibri W01';
}
form .form-full textarea {
  display: block;
  width: 100%;
  border: none;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px;
  font-family: 'Calibri W01';
  color: #000;
}
form .form-full select {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  vertical-align: middle;
  color: #b1b1b1;
  border: none;
  background: none;
  border: 1px solid #d6d6d6;
}
form .form-full select[multiple="multiple"] {
  height: auto;
}
form .form-full i {
  pointer-events: none;
  position: absolute;
  top: 12px;
  color: #b1b1b1;
  bottom: 0;
  margin: auto;
  right: 40px;
}
form .form-btn {
  margin-top: 40px;
}
form .form-btn margin-left,
form .form-btn button,
form .form-btn input[type="submit"] {
  text-transform: uppercase;
  border: none;
  background: none;
  background-color: #a03033;
  color: #fff;
  text-align: center;
  width: 160px;
  height: 46px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
form .form-btn margin-left:hover,
form .form-btn button:hover,
form .form-btn input[type="submit"]:hover {
  background: #cd853f;
}
.wrapper-text-contacto {
  max-width: 820px;
}
.sidebar {
  width: 310px;
  display: table-cell;
}
.sidebar address {
  margin-bottom: 50px;
}


.list-addss a {
  display: block;
  margin: 6px 0;
}
.list-addss img,
.list-addss span {
  display: inline-block;
  vertical-align: middle;
}
.list-addss i {
  color: #a03033;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .main-content {
    display: block;
    width: 94%;
    margin: auto;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .sidebar {
    display: block;
    margin: auto;
    width: 94%;
  }
  form .form-duo {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  form .form-full {
    padding-right: 0;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.banner-text {
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  position: relative;
  background-image: url("../img/banner-about.jpg");
}
.banner-text.blog-page {
  background-image: url("../img/banner-inner-detail.jpg");
}
.banner-text.type-service {
  background-image: url("../img/banner-wellness.jpg");
}
.banner-text.type-post {
  background-image: url("../img/banner-inner-detail.jpg");
}
.banner-text.type-video {
  background-image: url("../img/banner-watch.jpg");
}
.banner-text:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/bg-after.png") repeat;
}
.wrapper-banner-text {
  max-width: 1200px;
  margin: auto;
}
.container-banner-text {
  width: 1200px;
  display: table-cell;
  vertical-align: middle;
  height: 300px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.container-banner-text h1 {
  color: #fff;
}
.breadcrumbs {
  margin-top: 10px;
}
.container-banner-text ul li,
.breadcrumbs {
  display: inline-block;
  color: #fff;
}
.container-banner-text ul li:first-child i {
  display: none;
}
.container-banner-text ul i,
.breadcrumbs i {
  font-size: 14px;
  display: inline;
  font-weight: 100;
  margin: 0px 7px;
}
.container-banner-text ul a:hover,
.breadcrumbs a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .container-banner-text {
    height: 200px;
  }
  .container-banner-text h1 {
    line-height: 1;
    font-size: 40px;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.block-comments {
  max-width: 980px;
  width: 94%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 180px;
}
.comment-list {
  margin: 0px;
  padding: 0px;
}
.comment-list li {
  text-indent: 0px !important;
}
.comment-list li:before {
  display: none !important;
}
.comment-body {
  float: left;
  width: 100%;
}
.comment {
  overflow: hidden;
}
.comment .comment {
  padding-left: 25px;
}
.image-comment {
  float: left;
}
.image-comment img {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.content-comment {
  padding-left: 97px;
  margin-top: 10px;
}
.content-comment p {
  font-size: 18px;
  color: #8a8a8a;
}
.headboard-comment {
  overflow: hidden;
}
.headboard-comment h3 {
  margin-bottom: 0;
  float: left;
  color: #a03033;
  text-transform: none;
  margin-bottom: 13px;
  margin-top: 0px !important;
}
.headboard-comment time {
  float: right;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .block-comments {
    margin: 20px auto;
  }
}
@media screen and (max-width: 480px) {
  .content-comment {
    padding-left: 70px;
  }
  .headboard-comment time {
    display: none;
  }
  .image-comment img {
    width: 50px;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b7 {
  padding-top: 45px;
}
.b7-main {
  max-width: 980px;
  margin: auto;
  width: 94%;
}
.b7-title {
  font-size: 24px;
  color: #050404;
  line-height: 100%;
  margin-bottom: 30px;
}
.b7-inputs ul {
  font-size: 0;
}
.b7-inputs li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  padding-left: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 0px !important;
}
.b7-inputs li:before {
  display: none !important;
}
.b7-inputs li:first-child,
.b7-inputs li:last-child {
  padding-left: 0;
}
.b7-form form {
  max-width: 100%;
}
.b7-form ::-webkit-input-placeholder {
  color: #b1b1b1;
  font-family: 'Calibri W01';
}
.b7-form :-moz-placeholder {
  color: #b1b1b1;
  font-family: 'Calibri W01';
}
.b7-form ::-moz-placeholder {
  color: #b1b1b1;
  font-family: 'Calibri W01';
}
.b7-form :-ms-input-placeholder {
  color: #b1b1b1;
  font-family: 'Calibri W01';
}
.b7-form input[type="email"],
.b7-form input[type="text"],
.b7-form textarea {
  width: 100%;
  display: block;
  background: none;
  border: 1px solid #d6d6d6;
  padding: 0px 10px;
  font-size: 18px;
  height: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b7-form input[type="email"],
.b7-form input[type="text"] {
  height: 44px;
  line-height: 42px;
}
.b7-form textarea {
  height: 200px;
  color: #000;
  padding-top: 20px;
  margin-bottom: 10px;
}
.b7-form input[type="submit"] {
  margin-top: 22px;
  text-transform: uppercase;
  border: none;
  background: none;
  background-color: #a03033;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  width: 160px;
  height: 45px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
.b7-form input[type="submit"]:hover {
  background: #cd853f;
}
@media screen and (max-width: 768px) {
  .b7 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .b7-inputs li {
    width: 100%;
    padding: 0;
    display: block;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.breadcrumb-search {
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
  max-width: 980px;
  margin: auto;
  width: 94%;
  overflow: hidden;
  margin-top: 60px;
}
.breadcrumb {
  float: left;
  padding-top: 5px;
}
.breadcrumb.line-straight li a:after,
.breadcrumb.line-straight li div:after {
  background: none;
  width: 1px;
  height: 30px;
  background: #000;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-right: 10px;
  line-height: 28px;
  padding-left: 30px;
}
.breadcrumb li a:after,
.breadcrumb li div:after {
  content: "";
  width: 18px;
  height: 26px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: url("../img/line-breadcrumb.png") no-repeat center center;
}
.breadcrumb li select {
  background: none;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  background-color: transparent;
}
.breadcrumb li div {
  padding-right: 20px;
  line-height: 28px;
  padding-left: 40px;
  position: relative;
}
.breadcrumb li:first-child a {
  padding-left: 10px;
}
.breadcrumb li:first-child a:after {
  content: "";
  display: none;
}
.btn-search {
  float: right;
  width: 20%;
  margin-top: 13px;
}
.btn-search form {
  float: left;
  width: 100%;
  margin: 0px;
}
.btn-search form input[type="text"],
.btn-search form input[type="search"] {
  float: left;
  width: 60%;
  border: 1px solid #3c3c3c;
  font-size: 16px;
  padding: 5px 10px;
}
.btn-search form button {
  border: 0px;
  float: left;
  width: 20%;
  text-align: center;
  background-color: transparent;
}
.btn-search i {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .breadcrumb-search {
    display: none;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.corps-content {
  max-width: 980px;
  width: 94%;
  margin: auto;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-top: 50px;
}
.title-content {
  overflow: hidden;
  margin-bottom: 55px;
}
.title-content h2 {
  margin-bottom: 0;
  color: #a03033;
  float: left;
}
.title-content h2 a {
  text-decoration: none;
  font-style: normal;
}
.title-content time {
  float: right;
}
.title-socials {
  overflow: hidden;
  margin-top: 15px;
}
.title-socials h3 {
  float: left;
  margin-bottom: 0;
  margin-top: 0px;
}
.social-share {
  float: right;
}
.social-share .buttons {
  display: none;
}
.social-share li {
  display: inline-block;
  margin-left: 35px;
  cursor: pointer;
  text-indent: 0px !important;
}
.social-share li a {
  color: black !important;
  font-style: normal !important;
}
.social-share li:before {
  display: none !important;
}
.social-share li i,
.social-share li span {
  display: inline-block;
  vertical-align: middle;
}
.social-share li i {
  font-size: 25px;
  margin-right: 10px;
}
.social-share li span {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.social-share li:first-child {
  margin-left: 0;
}
.content-text {
  margin-top: 30px;
}
.content-text p {
  margin-bottom: 28px;
}
.related-content {
  margin-bottom: 30px;
  margin-top: 30px;
}
.related-content img {
  display: block;
  max-width: 100%;
}
.related-content.left {
  float: left;
  margin-right: 30px;
}
.related-content.right {
  float: right;
  margin-left: 30px;
}
.image-prominent-content {
  position: relative;
}
.image-prominent-content img {
  display: block;
  max-width: 100%;
}
.image-prominent-content span {
  width: 190px;
  height: 65px;
  line-height: 60px;
  position: absolute;
  background: #000;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  right: -15px;
  top: 25px;
  text-indent: 30px;
}
.responsive {
  display: none !important;
}
.link-mas {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}
.link-mas a {
  font-weight: bold;
  color: #a03033;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .image-prominent-content span {
    display: none;
  }
  .social-share {
    float: none;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .title-socials h3 {
    float: none;
  }
  .title-content {
    margin-bottom: 15px;
  }
  .title-content h2,
  .title-content time {
    float: none;
    display: block;
  }
  .link-mas {
    margin: 10px 0px;
  }
}
@media screen and (max-width: 540px) {
  .title-content h2 {
    font-size: 25px;
  }
  .related-content.left,
  .related-content.right {
    float: none;
    display: block;
    margin: 30px 0px;
  }
  .social-share {
    font-size: 0;
  }
  .social-share li {
    width: 25%;
    margin: 0;
  }
  .social-share li div {
    border: 3px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
  }
  .social-share li span {
    display: none;
  }
  .social-share li i {
    margin: 0;
    font-size: 25px;
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 480px) {
  .responsive {
    display: block !important;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.info-footer {
  background: #333;
  position: relative;
  padding-top: 180px;
  padding-bottom: 170px;
}
.foo-center {
  max-width: 1200px;
  width: 96%;
  margin: auto;
  text-align: center;
}
.foo-item,
.foo-contacto,
.foo-list {
  display: table-cell;
  width: 380px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.foo-item section,
.foo-contacto section,
.foo-list section {
  margin-bottom: 20px;
}
.foo-item .rpwe-ul li,
.foo-contacto .rpwe-ul li,
.foo-list .rpwe-ul li {
  border-bottom: 0px;
}
.foo-item .rpwe-ul .rpwe-title,
.foo-contacto .rpwe-ul .rpwe-title,
.foo-list .rpwe-ul .rpwe-title {
  display: none;
}
.foo-item .rpwe-ul time,
.foo-contacto .rpwe-ul time,
.foo-list .rpwe-ul time {
  font-weight: normal;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1;
}
.foo-item .rpwe-ul .rpwe-summary,
.foo-contacto .rpwe-ul .rpwe-summary,
.foo-list .rpwe-ul .rpwe-summary {
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 7px;
}
.foo-item .rpwe-ul .rpwe-summary .more-link,
.foo-contacto .rpwe-ul .rpwe-summary .more-link,
.foo-list .rpwe-ul .rpwe-summary .more-link {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.foo-item {
  vertical-align: top;
  color: #fff;
  text-align: left;
  padding: 0px 60px 0px 10px;
}
.foo-item h2 {
  margin-bottom: 20px;
}
.foo-item p {
  font-size: 16px;
  margin-bottom: 7px;
}
.foo-item h3 {
  font-weight: normal;
}
.foo-item a {
  font-size: 16px;
  color: #a03033;
  display: inline-block;
  margin-bottom: 30px;
}
.foo-contacto {
  text-align: left;
  color: #fff;
  padding: 0px 80px 0px 30px;
}
.foo-contacto h2 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.foo-contacto h2:first-child {
  margin-top: 0;
}

.foo-contacto p {
  font-size: 16px;
  margin-bottom: 20px;
}
.foo-contacto a {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.foo-redes {
  text-align: left;
}
.foo-redes .foo-social,
.foo-redes .foo-social2,
.foo-redes .foo-social3 {
  text-align: center;
}
.foo-redes .foo-social {
  width: 44px;
  height: 44px;
  display: inline-block;
  vertical-align: top;
  background: url("../img/foo-icon-face.png") 0px 0px no-repeat;
}
.foo-redes .foo-social i {
  margin-left: -9px;
}
.foo-redes .foo-social2 {
  width: 68px;
  height: 44px;
  display: inline-block;
  vertical-align: top;
  background: url("../img/foo-icon-twitter.png") 0px 0px no-repeat;
  margin: 0px 7px;
}
.foo-redes .foo-social2 i {
  margin-left: -4px;
}
.foo-redes .foo-social3 {
  width: 44px;
  height: 44px;
  display: inline-block;
  vertical-align: top;
  background: url("../img/foo-icon-in.png") 0px 0px no-repeat;
}
.foo-redes .foo-social3 i {
  margin-left: 6px;
}
.foo-redes i {
  color: #fff;
  margin-top: 13px;
  font-size: 20px;
}
.foo-list {
  text-align: left;
  vertical-align: top;
  color: #fff;
  padding: 0px 60px 0px 30px;
}
.foo-list li {
  margin-bottom: 20px;
}
.foo-list li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
}
a.btn-footer {
  display: inline-block;
  color: #fff;
  background: #a03033;
  height: 45px;
  line-height: 45px;
  padding: 0px 45px;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin-top: 38px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
a.btn-footer:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.foot-btn-start {
  display: block;
  width: 81px;
  height: 93px;
  background-image: url("../img/btn-start-white.png");
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.foot-btn-start.red {
  background-image: url("../img/btn-start-red.png");
}
/*
.home .foot-btn-start {
  background-image: url("../img/btn-start-red.png");
}*/
.foo-corpy {
  background: #1e1e1e;
  height: 77px;
  line-height: 77px;
}
.foo-inner-cnt {
  max-width: 1200px;
  width: 96%;
  margin: auto;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}
.foo-text1 {
  float: left;
}
.foo-text2 {
  float: right;
}
.foo-text2 ul {
  margin: 0px;
  float: right;
  padding: 0px;
  list-style: none;
  margin-top: 30px;
}
.foo-text2 ul li {
  display: inline-block;
  float: left;
  border-right: 1px solid white;
  line-height: 16px;
  padding: 0px 10px;
}
.foo-text2 ul li:last-child {
  border-right: 0px;
}
.foo-text2 ul li a {
  text-decoration: none;
  color: inherit;
  float: left;
}
@media screen and (max-width: 1024px) {
  .foo-list {
    display: none;
  }
  .foo-contacto {
    margin-left: 20px;
    margin-right: 20px;
  }
  .foo-item {
    margin-left: 20px;
    margin-right: 20px;
  }
  .info-footer {
    padding-top: 130px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 675px) {
  .foo-item {
    display: none;
  }
  .foo-contacto {
    width: 90%;
    display: block;
    margin: auto;
    text-align: center;
    padding: 0;
  }
  .foo-contacto h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .foo-contacto a {
    margin-bottom: 0;
  }
  .foo-contacto h3 {
    margin-bottom: 3px;
  }
  .foo-contacto p {
    margin-bottom: 10px;
  }
  .foo-text1 {
    float: none;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .foo-text2 {
    float: none;
    display: block;
    text-align: center;
  }
  .foo-corpy {
    height: auto;
    padding: 20px 0px;
    line-height: 1;
  }
  .info-footer {
    padding-top: 110px;
    padding-bottom: 10px;
  }
  .foo-redes {
    text-align: center;
  }
}
.content-tab {
  position: relative;
}
.content-tab .item-tab.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-tab .item-tab {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.header {
  background-color: #a03033;
  position: relative;
  color: #fff;
  height: 120px;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
.header .header-ctn {
  position: relative;
  text-align: center;
}
.header .header-logo {
  position: absolute;
  left: 0;
  top: 40px;
  text-align: center;
}
.header .header-logo img {
  display: block;
}
.header .menu {
  text-align: center;
  display: inline-block;
  margin-top: 50px;
}
.header .menu-item {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  padding-bottom: 15px;
}
.header .menu-item:hover .sub-menu {
  display: block;
}
.header .menu-item .sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  padding: 10px;
  margin: 0px;
  width: 200px;
  max-width: none;
  border: 1px solid white;
  background-color: #a03033;
  display: none;
}
.header .menu-item .sub-menu li {
  display: block;
  text-align: left;
  margin: 5px 0px;
  padding: 3px 5px;
}
.header .menu-item:first-child {
  margin-left: 0;
}
.header .menu-item a {
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.header .menu-item a:before {
  content: "";
  width: 1px;
  height: 0px;
  background-color: #fff;
  position: absolute;
  display: block;
  bottom: -6px;
  right: -9px;
}
.header .menu-item a:after {
  content: "";
  height: 1px;
  background-color: #fff;
  width: 0px;
  position: absolute;
  bottom: -6px;
  right: -9px;
}
.header .menu-item a.active:before,
.header .menu-item a:hover:before,
.header .menu-item.current-menu-item a:before {
  height: 9px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.header .menu-item a.active:after,
.header .menu-item a:hover:after,
.header .menu-item.current-menu-item a:after {
  width: 20px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.header .info-contac {
  position: absolute;
  right: 0;
  top: 45px;
  width: 230px;
}
.cnt-info-call {
  width: 180px;
  display: inline-block;
  line-height: 100%;
}
.cnt-info-call .info-call {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
.cnt-info-call .info-number {
  font-size: 25px;
  font-weight: 700;
}
.cnt-info-call a.info-number {
  display: block;
}
.cnt-info-call span.info-number {
  display: none;
}
@media (min-width: 992px) {
  .cnt-info-call a.info-number {
    display: none;
  }
  .cnt-info-call span.info-number {
    display: block;
  }
}
.info-contac.search .info-search {
  margin-top: 2px;
}
.info-contac.search form input[type="search"] {
  display: block;
}
.info-contac.search .cnt-info-call {
  display: none;
}
.info-search {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}
.info-search:before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: -8px;
  left: 0;
}
.info-search .ico-search {
  background-image: url("../img/icon-search.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 31px;
  display: inline-block;
}
.info-search form {
  margin: 0px;
  float: left;
  display: inline-block;
}
.info-search form input[type="search"] {
  font-size: 15px;
  line-height: 15px;
  padding: 10px 0px;
  border: 0px;
  padding: 10px 15px;
  margin-right: 10px;
  display: none;
  width: 120px;
}
.info-search form button {
  background-color: transparent;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.responsive-logo {
  margin-top: 10px;
  width: 80%;
  display: block;
}
.responsive-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.menu-overlay.active {
  z-index: 1000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.menu-mobile-close,
.menu-mobile-open {
  background-color: #a03033;
  -webkit-border-radius: 7%;
  border-radius: 7%;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 42px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-mobile-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: hidden;
  z-index: 1002;
}
.menu-mobile-open.scrolling {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.menu-mobile-open:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  right: 220px;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-mobile-close {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
  background: #a03033;
  color: c-first;
}
.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: 205px;
  z-index: 1002;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-sidebar {
  width: 200px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -200px;
  background: #a03033;
  z-index: 1000;
  -webkit-transition: right 0.45s ease;
  -moz-transition: right 0.45s ease;
  -o-transition: right 0.45s ease;
  -ms-transition: right 0.45s ease;
  transition: right 0.45s ease;
}
.menu-sidebar.active {
  right: 0;
}
.menu-responsive .cnt-info-call {
  width: 100%;
  text-align: center;
  color: #fff;
}
.menu-responsive .menu-item {
  height: 48px;
  font-size: 16px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #000;
}
.menu-responsive .menu-item .sub-menu {
  float: left;
  width: 100%;
  max-width: none;
  display: block;
  padding-left: 25px;
}
.menu-responsive .menu-item .sub-menu li {
  border-bottom: 0px;
  padding: 0px;
  border-top: 1px solid black;
  margin: 0px;
  height: auto;
  float: left;
  display: block;
}
.menu-responsive .menu-item .sub-menu li.cnt-info-call {
  display: none;
}
.menu-responsive .menu-item .sub-menu li a {
  padding: 20px 10px;
  display: block;
  float: left;
  height: auto;
  line-height: 1em;
  max-height: none;
  max-width: none;
}
.menu-responsive .menu-item a {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  color: #fff;
}
.menu-responsive .menu-item a:hover,
.menu-responsive .menu-item a.active {
  background-color: #333;
  color: #fff;
}
.cnt-wrapper {
  margin-top: 120px;
}
.cnt-wrapper,
.footer {
  position: relative;
  left: 0;
  -webkit-transition: left 0.45s ease;
  -moz-transition: left 0.45s ease;
  -o-transition: left 0.45s ease;
  -ms-transition: left 0.45s ease;
  transition: left 0.45s ease;
}
.cnt-wrapper.active,
.footer.active {
  left: -200px;
}
.wrapper {
  overflow: hidden;
}
body.active {
  overflow: hidden;
}
@media screen and (max-width: 1160px) {
  .header .menu-item {
    margin-left: 15px;
  }
  .header .info-contac {
    width: 210px;
  }
  .header .cnt-info-call {
    width: 160px;
  }
}
@media screen and (max-width: 1090px) {
  .header .menu-item {
    margin-left: 10px;
  }
  .header .menu-item a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1018px) {
  .header .menu {
    display: none;
  }
  .menu-mobile-open {
    visibility: visible;
  }
  .cnt-wrapper {
    margin-top: 70px;
  }
  .header {
    height: 70px;
  }
  .header .header-logo {
    top: 20px;
  }
  .header .info-contac {
    top: 15px;
    right: 50px;
  }
  .menu-mobile-close,
  .menu-mobile-open {
    right: 10px;
    top: 10px;
    font-size: 38px;
  }
}
@media screen and (max-width: 640px) {
  .header .cnt-info-call {
    display: none;
  }
  .info-search:before {
    display: none;
  }
  .info-search .ico-search {
    width: 26px;
    height: 27px;
  }
  .header .info-contac {
    width: auto;
    top: 20px;
  }
}
.pagination {
  text-align: center;
  margin: 25px 0px;
  font-size: 18px;
  font-weight: bold;
  color: #8c1f27;
}
.pagination.load-more-posts {
  font-weight: bold;
}
.pagination.load-more-posts a {
  text-decoration: none;
  font-style: normal;
}
.pagination.load-more-posts .page-numbers {
  display: none;
}
.pagination.load-more-posts .next {
  display: block;
  font-weight: 700;
  color: #a03033;
  font-size: 24px;
}
#cta-sidebar {
  display: inline-block;
  position: fixed;
  top: 45%;
  z-index: 9999;
  transition: right 0.25s ease;
  right: 0px;
  border: 1px solid #ccc;
  height: 2.5em;
  -webkit-border-radius: 5px 0px 0px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0px 0px 5px;
  -moz-background-clip: padding;
  border-radius: 5px 0px 0px 5px;
  background-clip: padding-box;
  color: white;
  font-weight: bold;
  font-size: 15px;
  background: #a03033;
  background: -moz-linear-gradient(left, #a03033 0%, #87292b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a03033 0%, #87292b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a03033 0%, #87292b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a03033', endColorstr='#87292b', GradientType=1);
  /* IE6-9 */
  width: 45px;
  height: 150px;
}
#cta-sidebar a {
  display: inline-block;
  /*
		margin-top: 145px;
		margin-left: -10px;
		padding: 10px 20px 10px;
		*/
  position: absolute;
  left: 0px;
  bottom: 0px;
  white-space: nowrap;
  -webkit-transform: translate(1.1em, 0) rotate(-90deg);
  -moz-transform: translate(1.1em, 0) rotate(-90deg);
  -o-transform: translate(1.1em, 0) rotate(-90deg);
  transform: translate(1.1em, 0) rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-transform: none;
  -ms-transform-origin: none;
  -ms-writing-mode: tb-rl;
  *writing-mode: tb-rl;
}
#cta-sidebar:hover {
  background: -moz-linear-gradient(left, #87292b 0%, #a03033 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #87292b 0%, #a03033 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #87292b 0%, #a03033 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87292b', endColorstr='#a03033', GradientType=1);
  /* IE6-9 */
}
