@font-face {
  font-family: 'BebasNeue';
  font-weight: 400;
  src: url('../fonts/BebasNeue.otf');
}
@font-face {
  font-family: 'TitilliumWeb';
  font-weight: 400;
  src: url('../fonts/titilliumweb-regular.ttf');
}
@font-face {
  font-family: 'Dry-Brush';
  font-weight: 400;
  src: url('../fonts/Dry-Brush.ttf');
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: 400;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%;
}
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
  content: '';
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
}
.mfp-arrow,
.mfp-close:focus,
.mfp-close:hover {
  opacity: .65;
}
.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  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-ajax-holder .mfp-content,
.mfp-inline-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-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -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-close,
.mfp-close-btn-in .mfp-close,
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  position: fixed;
  right: 25px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-size: 44px;
}
.mfp-close:active {
  top: 1px;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  text-align: right;
  width: auto;
  right: 10px;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-arrow {
  position: absolute;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  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-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}
.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;
}
.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}
img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure:after {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  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-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .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;
    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(.75);
    transform: scale(.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;
  }
}
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  border: 0px;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 45px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../bxslider/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  bottom: -30px;
}
.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 {
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 50%;
  background: #ccc;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-prev {
  z-index: 0 !important;
  left: 10px;
  background: url(../bxslider/images/arrow_prev.png) no-repeat center center;
}
.bx-wrapper .bx-next {
  z-index: 0 !important;
  right: 10px;
  background: url(../bxslider/images/arrow_next.png) no-repeat center center;
}
.box-cinema-home .bx-wrapper .bx-prev {
  background-color: transparent;
}
.box-cinema-home .bx-wrapper .bx-next {
  background-color: transparent;
}
.bx-wrapper .bx-prev:hover {
  opacity: 0.7;
}
.bx-wrapper .bx-next:hover {
  opacity: 0.7;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.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.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;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80,80,80,0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
#bannerslider {
  margin-bottom: 80px;
}
#bannerslider .bx-wrapper .bx-pager a {
  display: inline-block !important;
}
#bannerslider-mobile {
  display: none;
}
.banner-single img {
  width: 100%;
  max-width: 1920px;
}
.banner-single-mobile {
  display: none;
}
.banner-single-mobile img {
  width: 100%;
  max-width: 650px;
}
.wfull {
  width: 100%;
  height: auto;
  display: table;
}
.clear {
  clear: both;
}
input:invalid {
  box-shadow: none;
}
textarea:invalid {
  box-shadow: none;
}
* {
  padding: 0;
  border: 0;
  margin: 0;
}
a,
img {
  border: 0;
  text-decoration: none;
}
input {
  outline: none;
}
html,
body {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: 'TitilliumWeb', sans-serif !important;
  height: 100%;
  font-weight: 400;
}
.container-fix {
  width: auto;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.msg-add-sucess {
  width: 94%;
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #FFF;
  background-color: green;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  padding: 3%;
  border-radius: 5px;
  font-weight: 700;
}
.formc {
  width: 95%;
  color: #000;
}
.formc input[type="text"],
.formc input[type="email"],
.formc input[type="tel"] {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-weight: bold;
}
.formc textarea {
  width: 100%;
  height: 113px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-weight: bold;
}
.formc select {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  color: #767676;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-weight: bold;
}
.formc input[type="submit"] {
  width: 200px;
  height: 45px;
  border: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #FFF;
  font-weight: 900;
  background-color: #00A651;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 5px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.formc input[type="submit"]:hover {
  background-color: #3666A1;
}
.formc .rcp {
  font-size: 18px;
  margin-bottom: 50px;
  text-align: left;
  color: #231F20;
}
.formc .rcp .tl {
  text-align: right;
  font-weight: 700;
}
.formc .rcp label {
  display: inline-block;
  margin-right: 30px;
  font-weight: 400;
  cursor: pointer;
  margin-top: 2px;
}
.formc .rcp input[type="checkbox"] {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  padding: 5px;
  margin-right: 8px;
  margin-bottom: 0px;
}
.msg-send-form {
  display: none;
  color: #000;
}
.page-404 {
  margin-top: 50px;
  text-align: center;
  background-color: #FFF;
  border-radius: 5px;
  padding: 40px;
}
.page-404 p {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #231F20;
}
.page-404 a {
  display: inline-block;
  background-color: #A21219;
  color: #FFF;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.page-404 a:hover {
  background-color: #231F20;
}
header {
  width: 100%;
  height: auto;
  display: table;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .logo img {
  width: 100%;
  max-width: 250px;
}
header .socials {
  text-align: right;
  margin-top: 30px;
}
header .socials a {
  display: inline-block;
  margin-left: 5px;
}
header .socials a img {
  width: 26px;
}
.bem-vindo {
  margin-top: 50px;
}
.bem-vindo .bv-left {
  width: 42%;
  display: inline-table;
  float: left;
}
.bem-vindo .bv-left .ht {
  font-family: 'BebasNeue';
  font-weight: 400;
  font-size: 38px;
  float: right;
  background-image: linear-gradient(to right,#40BEF7,#717ED3);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.bem-vindo .bv-right {
  width: 48%;
  display: inline-table;
  float: right;
  padding-left: 10%;
}
.bem-vindo .bv-right p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.bem-vindo .bv-right::before {
  content: " ";
  width: 5px;
  height: 170px;
  position: relative;
  float: left;
  background: -webkit-linear-gradient(#40BEF7,#717ED3);
  background: -o-linear-gradient(#40BEF7,#717ED3);
  background: -moz-linear-gradient(#40BEF7,#717ED3);
  background: linear-gradient(#40BEF7,#717ED3);
  margin-left: -10%;
}
.bg-desafio {
  width: 100%;
  height: auto;
  display: table;
  background-image: linear-gradient(45deg,#F30000,#0043FF);
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 40px;
  color: #FFF;
}
.bg-desafio h2 {
  font-family: 'Dry-Brush';
  font-weight: 400;
  font-size: 28px;
}
.bg-desafio p {
  font-size: 16px;
  line-height: 26px;
}
.bg-desafio .sbc {
  width: 30px;
  height: 3px;
  display: inline-table;
  background: -webkit-linear-gradient(#40BEF7,#717ED3);
  background: -o-linear-gradient(#40BEF7,#717ED3);
  background: -moz-linear-gradient(#40BEF7,#717ED3);
  background: linear-gradient(#40BEF7,#717ED3);
  float: left;
  margin-top: 20px;
}
.bg-top-content {
  width: 100%;
  height: auto;
  display: table;
  background-color: #3666A1;
  padding-top: 16px;
  padding-bottom: 20px;
}
.bg-top-content .left-bt img {
  display: inline-block;
  float: left;
}
.bg-top-content .left-bt h1 {
  display: inline-block;
  float: left;
  margin-top: 0px;
  margin-left: 20px;
  font-size: 22px;
  color: #FFF;
}
.bg-top-content .left-bt h1 span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
}
.bg-top-content .right-bt {
  text-align: right;
}
.bg-top-content .right-bt span {
  margin-top: 43px;
}
.texto-tc {
  margin-top: 70px;
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.texto-tc p {
  font-size: 18px;
  margin-bottom: 8px;
}
.texto-tc .pl {
  text-align: center;
  margin-top: 30px;
}
.texto-tc .pl2 {
  margin-top: 0px;
}
.select-vagas {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.select-vagas h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}
.select-vagas label {
  width: 96%;
  padding: 2%;
  display: inline-block;
  border: 1px solid #D1D3D4;
  border-radius: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.select-vagas label input[type="radio"] {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  padding: 10px;
  width: 5%;
  margin-right: 2%;
  margin-bottom: 0px;
  display: inline-block;
  float: left;
}
.select-vagas label span {
  width: 91%;
  display: inline-block;
  float: left;
  text-align: left;
}
.select-vagas label:hover {
  background-color: #f2f2f2;
}
.row-vaga {
  border: 1px solid #9A9DA0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  margin-top: 40px;
}
.row-vaga h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #3666A1;
}
.row-vaga h4 {
  font-size: 18px;
  color: #9A9DA0;
  margin-bottom: 15px;
}
.row-vaga h4 b {
  color: #3666A1;
}
.row-vaga .link-vaga {
  margin-top: 40px;
}
.row-vaga .link-vaga a {
  display: inline-block;
  background-color: #00A651;
  background-color: #08a7ff;
  color: #FFF;
  font-size: 15px;
  font-weight: 800;
  padding: 10px 40px 10px 40px;
  border-radius: 5px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.row-vaga .link-vaga a:hover {
  background-color: #3666A1;
  color: #FFF;
}
.select-estado {
  margin-top: 20px;
  margin-bottom: -10px;
}
.select-estado p {
  font-size: 19px;
  color: #3666A1;
  margin-bottom: 5px;
  font-weight: 700;
}
.select-estado select {
  width: 100%;
  height: 35px;
  max-width: 255px;
  margin-bottom: 0px;
}
.bg-count-p {
  width: 100%;
  display: table;
  background-color: #F1F2F2;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #A7A9AC;
  margin-top: -20px;
  margin-bottom: 30px;
}
.bg-count-p .bcp-left {
  width: 48%;
  float: left;
  text-align: right;
}
.bg-count-p .bcp-left a {
  display: inline-block;
  color: #A7A9AC;
  font-size: 28px;
  font-weight: 900;
}
.bg-count-p .bcp-right {
  width: 48%;
  float: right;
}
.bg-count-p .bcp-right p {
  font-size: 18px;
  font-weight: 900;
  margin-top: 8px;
}
.bg-count-p .bcp-right p span {
  width: auto;
  min-width: 11px;
  display: inline-block;
}
.row-teste {
  width: 800px;
  margin: 0 auto;
}
.row-teste input[type='file'] {
  opacity: 0;
  cursor: pointer;
  margin-bottom: 0px;
}
.row-teste .input-wrapper {
  margin-bottom: 0px;
}
.row-teste .input-wrapper label {
  color: #FFF;
  background-color: #A21219;
  border-radius: 4px;
  width: 44%;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  cursor: pointer;
}
.row-teste #file-name {
  width: 100%;
  display: table;
  text-align: left;
  padding-top: 0px;
}
.row-hidden,
.rqh {
  display: none;
}
.box-question {
  text-align: center;
  margin-top: 40px;
  color: #231F20;
}
.box-question .p1 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.box-question .p2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}
.box-question label {
  width: 96%;
  padding: 2%;
  display: inline-block;
  border: 1px solid #D1D3D4;
  border-radius: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.box-question label input[type="radio"] {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  padding: 10px;
  width: 5%;
  margin-right: 2%;
  margin-bottom: 0px;
  display: inline-block;
  float: left;
}
.box-question label span {
  width: 91%;
  display: inline-block;
  float: left;
  text-align: left;
}
.box-question label:hover {
  background-color: #f2f2f2;
}
.row-next {
  margin-top: 40px;
  text-align: center;
}
.row-next a,
.row-next .next {
  display: inline-block;
  background-color: #00A651;
  color: #FFF;
  font-size: 18px;
  font-weight: 900;
  padding: 20px 40px 20px 40px;
  border-radius: 30px;
  border: 0px;
  height: auto;
  line-height: 18px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  text-transform: none;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.row-next a:hover,
.row-next .next:hover {
  background-color: #3666A1;
  color: #FFF;
}
.p-dados {
  text-align: center;
  color: #231F20;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 600;
}
.formc {
  width: 95%;
  color: #000;
}
.formc input[type="text"],
.formc input[type="email"],
.formc input[type="tel"] {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-weight: bold;
}
.formc textarea {
  width: 100%;
  height: 113px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-weight: bold;
}
.formc select {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  color: #767676;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-weight: bold;
}
.formc input[type="submit"] {
  width: 200px;
  height: 45px;
  border: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #FFF;
  font-weight: 900;
  background-color: #00A651;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 5px;
  transition: all .33s ease-in-out;
  -moz-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
}
.formc input[type="submit"]:hover {
  background-color: #3666A1;
}
.formc .rcp {
  font-size: 18px;
  margin-bottom: 50px;
  text-align: left;
  color: #231F20;
}
.formc .rcp .tl {
  text-align: right;
  font-weight: 700;
}
.formc .rcp label {
  display: inline-block;
  margin-right: 30px;
  font-weight: 400;
  cursor: pointer;
  margin-top: 2px;
}
.formc .rcp input[type="checkbox"] {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  padding: 5px;
  margin-right: 8px;
  margin-bottom: 0px;
}
.msg-send-form {
  display: none;
  color: #000;
}
.msg-add-sucess {
  width: 94%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #FFF;
  background-color: green;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  padding: 3%;
  border-radius: 5px;
  font-weight: 700;
}
footer {
  margin-top: 80px;
}
footer .bgf1 {
  width: 100%;
  height: auto;
  display: table;
  background-color: #E7E5EA;
  padding-top: 25px;
  padding-bottom: 20px;
}
footer .bgf1 .logo img {
  width: 100%;
  max-width: 235px;
}
footer .bgf1 .socials {
  text-align: right;
  margin-top: 22px;
}
footer .bgf1 .socials a {
  display: inline-block;
  margin-left: 5px;
}
footer .bgf1 .socials a img {
  width: 26px;
}
footer .allrights {
  width: 100%;
  height: auto;
  display: table;
  background-color: #AAA6B2;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
footer .allrights p {
  font-size: 11px;
  line-height: 11px;
}
@media (max-width: 1140px) {
  .container-fix {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .row-teste {
    width: 100%;
  }
  .row-teste .input-wrapper {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .row-teste .input-wrapper label {
    width: 78%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  .texto-tc {
    width: 100%;
  }
}
@media (max-width: 650px) {
  #bannerslider {
    display: none;
  }
  #bannerslider-mobile {
    display: block;
  }
  .banner-single {
    display: none;
  }
  .banner-single-mobile {
    display: block;
  }
  .formc {
    width: 100%;
  }
  .formc input[type="text"],
  .formc input[type="email"],
  .formc input[type="tel"] {
    height: 45px;
    margin-bottom: 20px;
  }
  .formc textarea {
    margin-bottom: 20px;
  }
  .formc select {
    height: 45px;
    margin-bottom: 25px;
  }
  .formc input[type="submit"] {
    width: 180px;
    height: 40px;
    margin-top: 10px;
  }
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .logo {
    text-align: center;
  }
  header .socials {
    display: none;
  }
  .bem-vindo {
    margin-top: 15px;
  }
  .bem-vindo .bv-left {
    width: 100%;
    float: left;
  }
  .bem-vindo .bv-left .ht {
    font-size: 26px;
    float: left;
  }
  .bem-vindo .bv-right {
    width: 100%;
    display: inline-table;
    float: left;
    padding-left: 0px;
    margin-top: 0px;
  }
  .bem-vindo .bv-right p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .bem-vindo .bv-right::before {
    display: none;
  }
  .bg-desafio {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .bg-desafio h2 {
    font-size: 20px;
  }
  .bg-desafio p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
  }
  .bg-desafio .sbc {
    width: 28px;
    height: 3px;
    margin-top: 15px;
  }
  .bgv {
    margin-top: 30px;
  }
  .bgv .bv-right {
    margin-top: 15px;
  }
  .bgv .bv-right p {
    margin-bottom: 10px;
  }
  .bg-top-content {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-bottom: 15px;
    display: block;
  }
  .bg-top-content .left-bt img {
    width: 40px;
  }
  .bg-top-content .left-bt h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 17px;
  }
  .bg-top-content .left-bt h1 span {
    font-size: 17px;
  }
  .bg-top-content .right-bt {
    display: none;
  }
  .texto-tc {
    width: 100%;
    margin-top: 30px;
  }
  .texto-tc p {
    font-size: 15px;
    margin-bottom: 7px;
  }
  .texto-tc .pl {
    margin-top: 16px;
    text-align: left;
  }
  .texto-tc .pl2 {
    margin-top: 0px;
  }
  .select-vagas {
    width: 100%;
    margin-top: 30px;
  }
  .select-vagas h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .select-vagas label {
    width: 94%;
    padding: 3%;
    transition: all .33s ease-in-out;
    -moz-transition: all .33s ease-in-out;
    -webkit-transition: all .33s ease-in-out;
  }
  .select-vagas label input[type="radio"] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    padding: 10px;
    width: 5%;
    margin-right: 5%;
    margin-bottom: 0px;
    display: inline-block;
    float: left;
  }
  .select-vagas label span {
    width: 88%;
    font-size: 15px;
  }
  .select-vagas label:hover {
    background-color: #f2f2f2;
  }
  .row-vaga {
    padding: 10px;
    margin-top: 30px;
  }
  .row-vaga h3 {
    font-size: 17px;
  }
  .row-vaga h4 {
    font-size: 15px;
  }
  .row-vaga .texto {
    margin-bottom: 5px;
  }
  .row-vaga .link-vaga {
    margin-top: 20px;
    text-align: center;
  }
  .row-vaga .link-vaga a {
    font-size: 14px;
    padding: 7px 10px 7px 10px;
  }
  .select-estado {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .select-estado p {
    font-size: 18px;
  }
  .bg-count-p {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
  }
  .bg-count-p .bcp-left {
    text-align: left;
  }
  .bg-count-p .bcp-left a {
    display: inline-block;
    color: #A7A9AC;
    font-size: 28px;
    font-weight: 900;
  }
  .bg-count-p .bcp-right {
    text-align: right;
  }
  .bg-count-p .bcp-right p {
    font-size: 18px;
    font-weight: 900;
    margin-top: 8px;
  }
  .box-question .p1 {
    font-size: 13px;
  }
  .box-question .p2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .box-question label {
    width: 94%;
    padding: 3%;
    transition: all .33s ease-in-out;
    -moz-transition: all .33s ease-in-out;
    -webkit-transition: all .33s ease-in-out;
  }
  .box-question label input[type="radio"] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    padding: 10px;
    width: 5%;
    margin-right: 5%;
    margin-bottom: 0px;
    display: inline-block;
    float: left;
  }
  .box-question label span {
    width: 88%;
    font-size: 15px;
  }
  .box-question label:hover {
    background-color: #f2f2f2;
  }
  .row-next {
    margin-top: 30px;
  }
  .row-next a {
    font-size: 16px;
    padding: 15px 25px 15px 25px;
  }
  .p-dados {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .formc {
    width: 100%;
  }
  .formc input[type="text"],
  .formc input[type="email"],
  .formc input[type="tel"] {
    height: 45px;
    margin-bottom: 20px;
  }
  .formc textarea {
    margin-bottom: 20px;
  }
  .formc select {
    height: 45px;
    margin-bottom: 25px;
  }
  .formc input[type="submit"] {
    width: 180px;
    height: 40px;
    margin-top: 10px;
  }
  .paginator {
    margin-top: 20px;
  }
  .paginator span {
    font-size: 16px;
  }
  .paginator .prev,
  .paginator .next {
    font-size: 14px;
  }
  footer {
    margin-top: 50px;
  }
  footer .bgf1 .logo {
    text-align: center;
  }
  footer .bgf1 .logo img {
    width: 100%;
    max-width: 235px;
  }
  footer .bgf1 .socials {
    text-align: center;
    margin-top: 20px;
  }
  footer .bgf1 .socials a {
    margin-left: 4px;
    margin-right: 4px;
  }
  footer .bgf1 .socials a img {
    width: 22px;
  }
  footer .allrights {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}
