@charset "UTF-8";
/*------------------------------------*\
    MAIN
\*------------------------------------*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

img {
  border: 0;
  display: block;
  max-width: 100%; }

object, embed, video, iframe, iframe[style] {
  max-width: 100%;
  /* height: auto; */ }

/* aspect ratio do youtube 16:9 */
.ratiohd {
  position: relative;
  padding-bottom: 56.25%;
  /* (9 / 16) * 100 */
  float: left;
  width: 100%;
  height: 0; }

.ratio_el {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

ul {
  list-style-type: none; }

.content {
  width: 100%;
  float: left; }

/* ==================== HTML 5 ===================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/* ==================== TIPOGRAFIA ===================== */
b,
strong {
  font-weight: bold; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/* ==================== FORMATAÇÃO ALINHAMENTO ===================== */
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin: 15px 15px 26px 0; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin: 15px 0 15px 15px; }

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin: 15px auto 10px auto; }

.alignnone,
img.alignnone {
  clear: both;
  display: block;
  margin: 20px auto; }

/* ==================== MENU DROPDOWN ===================== */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
  list-style: none; }

ul.dropdown {
  position: relative;
  z-index: 597; }

ul.dropdown li {
  float: left;
  min-height: 1px;
  vertical-align: middle; }

ul.dropdown li.hover,
ul.dropdown li:hover {
  position: relative;
  z-index: 599;
  cursor: default; }

/* DIREÇÃO DO SUBMENU*/
ul.dropdown-right ul {
  right: 0; }

ul.dropdown-left ul {
  left: 0; }

/* SUBMENU */
ul.dropdown ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 598;
  font-size: 12px; }

ul.dropdown ul li {
  float: none; }

ul.dropdown ul ul {
  top: 1px;
  left: 99%; }

ul.dropdown li:hover > ul {
  visibility: visible;
  width: 211px; }

/* ==================== FORMULÁRIO ===================== */
select {
  -webkit-appearance: none; }

/* CSS GERAL */
.container {
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px; }

/*--------------------------------------------------------------
    FORMATAÇÃO CLASSE XS, SM E LG
--------------------------------------------------------------*/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-ssm-1, .col-ssm-2, .col-ssm-3, .col-ssm-4, .col-ssm-5, .col-ssm-6, .col-ssm-7, .col-ssm-8, .col-ssm-9, .col-ssm-10, .col-ssm-11, .col-ssm-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding: 0 8px; }

/*--------------------------------------------------------------
    FORMATAÇÃO CLASSE XS
--------------------------------------------------------------*/
.col-xs-1 {
  width: 8.33%; }

.col-xs-2 {
  width: 16.66%;
  *width: 14.5%; }

.col-xs-3 {
  width: 25%;
  *width: 23.9%; }

.col-xs-4 {
  width: 33.33%;
  *width: 31.15%; }

.col-xs-5 {
  width: 41.65%;
  *width: 39.5%; }

.col-xs-6 {
  width: 50%;
  *width: 47.8%; }

.col-xs-7 {
  width: 58.33%;
  *width: 56.1%; }

.col-xs-8 {
  width: 66.66%;
  *width: 64.4%; }

.col-xs-9 {
  width: 75%;
  *width: 71.7%; }

.col-xs-10 {
  width: 83.33%;
  *width: 81.1%; }

.col-xs-11 {
  width: 91.66%;
  *width: 87.25%; }

.col-xs-12 {
  width: 100%; }

/*--------------------------------------------------------------
    PULL xs
--------------------------------------------------------------*/
.col-xs-pull-1 {
  right: 8.33%; }

.col-xs-pull-2 {
  right: 16.66%;
  *right: 14.5%; }

.col-xs-pull-3 {
  right: 25%;
  *right: 23.9%; }

.col-xs-pull-4 {
  right: 33.33%;
  *right: 31.15%; }

.col-xs-pull-5 {
  right: 41.66%;
  *right: 39.5%; }

.col-xs-pull-6 {
  right: 50%;
  *right: 47.8%; }

.col-xs-pull-7 {
  right: 58.33%;
  *right: 56.1%; }

.col-xs-pull-8 {
  right: 66.66%;
  *right: 64.4%; }

.col-xs-pull-9 {
  right: 75%;
  *right: 71.7%; }

.col-xs-pull-10 {
  right: 83.33%;
  *right: 81.1%; }

.col-xs-pull-11 {
  right: 91.66%;
  *right: 87.25%; }

.col-xs-pull-12 {
  right: 100%; }

/*--------------------------------------------------------------
    PUSH xs
--------------------------------------------------------------*/
.col-xs-push-1 {
  left: 8.33%; }

.col-xs-push-2 {
  left: 16.66%;
  *left: 14.5%; }

.col-xs-push-3 {
  left: 25%;
  *left: 23.9%; }

.col-xs-push-4 {
  left: 33.33%;
  *left: 31.15%; }

.col-xs-push-5 {
  left: 41.66%;
  *left: 39.5%; }

.col-xs-push-6 {
  left: 50%;
  *left: 47.8%; }

.col-xs-push-7 {
  left: 58.33%;
  *left: 56.1%; }

.col-xs-push-8 {
  left: 66.66%;
  *left: 64.4%; }

.col-xs-push-9 {
  left: 75%;
  *left: 71.7%; }

.col-xs-push-10 {
  left: 83.33%;
  *left: 81.1%; }

.col-xs-push-11 {
  left: 91.66%;
  *left: 87.25%; }

.col-xs-push-12 {
  left: 100%; }

/*--------------------------------------------------------------
    OFFSETs xs
--------------------------------------------------------------*/
.offset-xs-1 {
  margin-left: 8.33%; }

.offset-xs-2 {
  margin-left: 16.66%;
  *margin-left: 14.5%; }

.offset-xs-3 {
  margin-left: 25%;
  *margin-left: 23.9%; }

.offset-xs-4 {
  margin-left: 33.33%;
  *margin-left: 31.15%; }

.offset-xs-5 {
  margin-left: 41.66%;
  *margin-left: 39.5%; }

.offset-xs-6 {
  margin-left: 50%;
  *margin-left: 47.8%; }

.offset-xs-7 {
  margin-left: 58.33%;
  *margin-left: 56.1%; }

.offset-xs-8 {
  margin-left: 66.66%;
  *margin-left: 64.4%; }

.offset-xs-9 {
  margin-left: 75%;
  *margin-left: 71.7%; }

.offset-xs-10 {
  margin-left: 83.33%;
  *margin-left: 81.1%; }

.offset-xs-11 {
  margin-left: 91.66%;
  *margin-left: 87.25%; }

/* MEDIA QUERIES */
@media screen and (min-width: 441px) {
  .col-ssm-1, .col-ssm-2, .col-ssm-3, .col-ssm-4, .col-ssm-5, .col-ssm-6, .col-ssm-7, .col-ssm-8, .col-ssm-9, .col-ssm-10, .col-ssm-11, .col-ssm-12 {
    float: left; }
  .col-ssm-1 {
    width: 8.33%; }
  .col-ssm-2 {
    width: 16.66%;
    *width: 14.5%; }
  .col-ssm-3 {
    width: 25%;
    *width: 23.9%; }
  .col-ssm-4 {
    width: 33.33%;
    *width: 31.15%; }
  .col-ssm-5 {
    width: 41.65%;
    *width: 39.5%; }
  .col-ssm-6 {
    width: 50%;
    *width: 47.8%; }
  .col-ssm-7 {
    width: 58.33%;
    *width: 56.1%; }
  .col-ssm-8 {
    width: 66.66%;
    *width: 64.4%; }
  .col-ssm-9 {
    width: 75%;
    *width: 71.7%; }
  .col-ssm-10 {
    width: 83.33%;
    *width: 81.1%; }
  .col-ssm-11 {
    width: 91.66%;
    *width: 87.25%; }
  .col-ssm-12 {
    width: 100%; }
  /*--------------------------------------------------------------
        PULL ssm
    --------------------------------------------------------------*/
  .col-ssm-pull-1 {
    right: 8.33%; }
  .col-ssm-pull-2 {
    right: 16.66%;
    *right: 14.5%; }
  .col-ssm-pull-3 {
    right: 25%;
    *right: 23.9%; }
  .col-ssm-pull-4 {
    right: 33.33%;
    *right: 31.15%; }
  .col-ssm-pull-5 {
    right: 41.66%;
    *right: 39.5%; }
  .col-ssm-pull-6 {
    right: 50%;
    *right: 47.8%; }
  .col-ssm-pull-7 {
    right: 58.33%;
    *right: 56.1%; }
  .col-ssm-pull-8 {
    right: 66.66%;
    *right: 64.4%; }
  .col-ssm-pull-9 {
    right: 75%;
    *right: 71.7%; }
  .col-ssm-pull-10 {
    right: 83.33%;
    *right: 81.1%; }
  .col-ssm-pull-11 {
    right: 91.66%;
    *right: 87.25%; }
  .col-ssm-pull-12 {
    right: 100%; }
  /*--------------------------------------------------------------
        PUSH ssm
    --------------------------------------------------------------*/
  .col-ssm-push-1 {
    left: 8.33%; }
  .col-ssm-push-2 {
    left: 16.66%;
    *left: 14.5%; }
  .col-ssm-push-3 {
    left: 25%;
    *left: 23.9%; }
  .col-ssm-push-4 {
    left: 33.33%;
    *left: 31.15%; }
  .col-ssm-push-5 {
    left: 41.66%;
    *left: 39.5%; }
  .col-ssm-push-6 {
    left: 50%;
    *left: 47.8%; }
  .col-ssm-push-7 {
    left: 58.33%;
    *left: 56.1%; }
  .col-ssm-push-8 {
    left: 66.66%;
    *left: 64.4%; }
  .col-ssm-push-9 {
    left: 75%;
    *left: 71.7%; }
  .col-ssm-push-10 {
    left: 83.33%;
    *left: 81.1%; }
  .col-ssm-push-11 {
    left: 91.66%;
    *left: 87.25%; }
  .col-ssm-push-12 {
    left: 100%; }
  /*--------------------------------------------------------------
        OFFSETs ssm
    --------------------------------------------------------------*/
  .offset-ssm-1 {
    margin-left: 8.33%; }
  .offset-ssm-2 {
    margin-left: 16.66%;
    *margin-left: 14.5%; }
  .offset-ssm-3 {
    margin-left: 25%;
    *margin-left: 23.9%; }
  .offset-ssm-4 {
    margin-left: 33.33%;
    *margin-left: 31.15%; }
  .offset-ssm-5 {
    margin-left: 41.66%;
    *margin-left: 39.5%; }
  .offset-ssm-6 {
    margin-left: 50%;
    *margin-left: 47.8%; }
  .offset-ssm-7 {
    margin-left: 58.33%;
    *margin-left: 56.1%; }
  .offset-ssm-8 {
    margin-left: 66.66%;
    *margin-left: 64.4%; }
  .offset-ssm-9 {
    margin-left: 75%;
    *margin-left: 71.7%; }
  .offset-ssm-10 {
    margin-left: 83.33%;
    *margin-left: 81.1%; }
  .offset-ssm-11 {
    margin-left: 91.66%;
    *margin-left: 87.25%; } }

@media screen and (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33%; }
  .col-sm-2 {
    width: 16.66%;
    *width: 14.5%; }
  .col-sm-3 {
    width: 25%;
    *width: 23.9%; }
  .col-sm-4 {
    width: 33.33%;
    *width: 31.15%; }
  .col-sm-5 {
    width: 41.65%;
    *width: 39.5%; }
  .col-sm-6 {
    width: 50%;
    *width: 47.8%; }
  .col-sm-7 {
    width: 58.33%;
    *width: 56.1%; }
  .col-sm-8 {
    width: 66.66%;
    *width: 64.4%; }
  .col-sm-9 {
    width: 75%;
    *width: 71.7%; }
  .col-sm-10 {
    width: 83.33%;
    *width: 81.1%; }
  .col-sm-11 {
    width: 91.66%;
    *width: 87.25%; }
  .col-sm-12 {
    width: 100%; }
  /*--------------------------------------------------------------
        PULL sm
    --------------------------------------------------------------*/
  .col-sm-pull-1 {
    right: 8.33%; }
  .col-sm-pull-2 {
    right: 16.66%;
    *right: 14.5%; }
  .col-sm-pull-3 {
    right: 25%;
    *right: 23.9%; }
  .col-sm-pull-4 {
    right: 33.33%;
    *right: 31.15%; }
  .col-sm-pull-5 {
    right: 41.66%;
    *right: 39.5%; }
  .col-sm-pull-6 {
    right: 50%;
    *right: 47.8%; }
  .col-sm-pull-7 {
    right: 58.33%;
    *right: 56.1%; }
  .col-sm-pull-8 {
    right: 66.66%;
    *right: 64.4%; }
  .col-sm-pull-9 {
    right: 75%;
    *right: 71.7%; }
  .col-sm-pull-10 {
    right: 83.33%;
    *right: 81.1%; }
  .col-sm-pull-11 {
    right: 91.66%;
    *right: 87.25%; }
  .col-sm-pull-12 {
    right: 100%; }
  /*--------------------------------------------------------------
        PUSH sm
    --------------------------------------------------------------*/
  .col-sm-push-1 {
    left: 8.33%; }
  .col-sm-push-2 {
    left: 16.66%;
    *left: 14.5%; }
  .col-sm-push-3 {
    left: 25%;
    *left: 23.9%; }
  .col-sm-push-4 {
    left: 33.33%;
    *left: 31.15%; }
  .col-sm-push-5 {
    left: 41.66%;
    *left: 39.5%; }
  .col-sm-push-6 {
    left: 50%;
    *left: 47.8%; }
  .col-sm-push-7 {
    left: 58.33%;
    *left: 56.1%; }
  .col-sm-push-8 {
    left: 66.66%;
    *left: 64.4%; }
  .col-sm-push-9 {
    left: 75%;
    *left: 71.7%; }
  .col-sm-push-10 {
    left: 83.33%;
    *left: 81.1%; }
  .col-sm-push-11 {
    left: 91.66%;
    *left: 87.25%; }
  .col-sm-push-12 {
    left: 100%; }
  /*--------------------------------------------------------------
        OFFSETs sm
    --------------------------------------------------------------*/
  .offset-sm-1 {
    margin-left: 8.33%; }
  .offset-sm-2 {
    margin-left: 16.66%;
    *margin-left: 14.5%; }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 23.9%; }
  .offset-sm-4 {
    margin-left: 33.33%;
    *margin-left: 31.15%; }
  .offset-sm-5 {
    margin-left: 41.66%;
    *margin-left: 39.5%; }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 47.8%; }
  .offset-sm-7 {
    margin-left: 58.33%;
    *margin-left: 56.1%; }
  .offset-sm-8 {
    margin-left: 66.66%;
    *margin-left: 64.4%; }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 71.7%; }
  .offset-sm-10 {
    margin-left: 83.33%;
    *margin-left: 81.1%; }
  .offset-sm-11 {
    margin-left: 91.66%;
    *margin-left: 87.25%; } }

@media screen and (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33%; }
  .col-md-2 {
    width: 16.66%;
    *width: 13.7%; }
  .col-md-3 {
    width: 25%;
    *width: 23.35%; }
  .col-md-4 {
    width: 33.33%;
    *width: 30.2%; }
  .col-md-5 {
    width: 41.65%;
    *width: 38.4%; }
  .col-md-6 {
    width: 50%;
    *width: 46.7%; }
  .col-md-7 {
    width: 58.33%;
    *width: 54.9%; }
  .col-md-8 {
    width: 66.66%;
    *width: 63.2%; }
  .col-md-9 {
    width: 75%;
    *width: 70%; }
  .col-md-10 {
    width: 83.33%;
    *width: 79.7%; }
  .col-md-11 {
    width: 91.66%;
    *width: 85%; }
  .col-md-12 {
    width: 100%; }
  /*--------------------------------------------------------------
        PULL md
    --------------------------------------------------------------*/
  .col-md-pull-0 {
    right: 0; }
  .col-md-pull-1 {
    right: 8.33%; }
  .col-md-pull-2 {
    right: 16.66%;
    *right: 14.5%; }
  .col-md-pull-3 {
    right: 25%;
    *right: 23.9%; }
  .col-md-pull-4 {
    right: 33.33%;
    *right: 31.15%; }
  .col-md-pull-5 {
    right: 41.66%;
    *right: 39.5%; }
  .col-md-pull-6 {
    right: 50%;
    *right: 47.8%; }
  .col-md-pull-7 {
    right: 58.33%;
    *right: 56.1%; }
  .col-md-pull-8 {
    right: 66.66%;
    *right: 64.4%; }
  .col-md-pull-9 {
    right: 75%;
    *right: 71.7%; }
  .col-md-pull-10 {
    right: 83.33%;
    *right: 81.1%; }
  .col-md-pull-11 {
    right: 91.66%;
    *right: 87.25%; }
  .col-md-pull-12 {
    right: 100%; }
  /*--------------------------------------------------------------
        PUSH md
    --------------------------------------------------------------*/
  .col-md-push-0 {
    left: 0; }
  .col-md-push-1 {
    left: 8.33%; }
  .col-md-push-2 {
    left: 16.66%;
    *left: 14.5%; }
  .col-md-push-3 {
    left: 25%;
    *left: 23.9%; }
  .col-md-push-4 {
    left: 33.33%;
    *left: 31.15%; }
  .col-md-push-5 {
    left: 41.66%;
    *left: 39.5%; }
  .col-md-push-6 {
    left: 50%;
    *left: 47.8%; }
  .col-md-push-7 {
    left: 58.33%;
    *left: 56.1%; }
  .col-md-push-8 {
    left: 66.66%;
    *left: 64.4%; }
  .col-md-push-9 {
    left: 75%;
    *left: 71.7%; }
  .col-md-push-10 {
    left: 83.33%;
    *left: 81.1%; }
  .col-md-push-11 {
    left: 91.66%;
    *left: 87.25%; }
  .col-md-push-12 {
    left: 100%; }
  /*--------------------------------------------------------------
        OFFSETs md
    --------------------------------------------------------------*/
  .offset-md-1 {
    margin-left: 8.33%; }
  .offset-md-2 {
    margin-left: 16.66%;
    *margin-left: 14.5%; }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 23.9%; }
  .offset-md-4 {
    margin-left: 33.33%;
    *margin-left: 31.15%; }
  .offset-md-5 {
    margin-left: 41.66%;
    *margin-left: 39.5%; }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 47.8%; }
  .offset-md-7 {
    margin-left: 58.33%;
    *margin-left: 56.1%; }
  .offset-md-8 {
    margin-left: 66.66%;
    *margin-left: 64.4%; }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 71.7%; }
  .offset-md-10 {
    margin-left: 83.33%;
    *margin-left: 81.1%; }
  .offset-md-11 {
    margin-left: 91.66%;
    *margin-left: 87.25%; } }

@media screen and (min-width: 1094px) {
  .col-lgg-1, .col-lgg-2, .col-lgg-3, .col-lgg-4, .col-lgg-5, .col-lgg-6, .col-lgg-7, .col-lgg-8, .col-lgg-9, .col-lgg-10, .col-lgg-11, .col-lgg-12 {
    float: left; }
  .col-lgg-1 {
    width: 8.33%; }
  .col-lgg-2 {
    width: 16.66%;
    *width: 14.5%; }
  .col-lgg-3 {
    width: 25%;
    *width: 23.9%; }
  .col-lgg-4 {
    width: 33.33%;
    *width: 31.15%; }
  .col-lgg-5 {
    width: 41.65%;
    *width: 39.5%; }
  .col-lgg-6 {
    width: 50%;
    *width: 47.8%; }
  .col-lgg-7 {
    width: 58.33%;
    *width: 56.1%; }
  .col-lgg-8 {
    width: 66.66%;
    *width: 64.4%; }
  .col-lgg-9 {
    width: 75%;
    *width: 71.7%; }
  .col-lgg-10 {
    width: 83.33%;
    *width: 81.1%; }
  .col-lgg-11 {
    width: 91.66%;
    *width: 87.25%; }
  .col-lgg-12 {
    width: 100%; }
  /*--------------------------------------------------------------
        PULL lg
    --------------------------------------------------------------*/
  .col-lgg-pull-1 {
    right: 8.33%; }
  .col-lgg-pull-2 {
    right: 16.66%;
    *right: 14.5%; }
  .col-lgg-pull-3 {
    right: 25%;
    *right: 23.9%; }
  .col-lgg-pull-4 {
    right: 33.33%;
    *right: 31.15%; }
  .col-lgg-pull-5 {
    right: 41.66%;
    *right: 39.5%; }
  .col-lgg-pull-6 {
    right: 50%;
    *right: 47.8%; }
  .col-lgg-pull-7 {
    right: 58.33%;
    *right: 56.1%; }
  .col-lgg-pull-8 {
    right: 66.66%;
    *right: 64.4%; }
  .col-lgg-pull-9 {
    right: 75%;
    *right: 71.7%; }
  .col-lgg-pull-10 {
    right: 83.33%;
    *right: 81.1%; }
  .col-lgg-pull-11 {
    right: 91.66%;
    *right: 87.25%; }
  .col-lgg-pull-12 {
    right: 100%; }
  /*--------------------------------------------------------------
        PUSH lg
    --------------------------------------------------------------*/
  .col-lgglgg-push-1 {
    left: 8.33%; }
  .col-lgglgg-push-2 {
    left: 16.66%;
    *left: 14.5%; }
  .col-lgglgg-push-3 {
    left: 25%;
    *left: 23.9%; }
  .col-lgglgg-push-4 {
    left: 33.33%;
    *left: 31.15%; }
  .col-lgglgg-push-5 {
    left: 41.66%;
    *left: 39.5%; }
  .col-lgglgg-push-6 {
    left: 50%;
    *left: 47.8%; }
  .col-lgglgg-push-7 {
    left: 58.33%;
    *left: 56.1%; }
  .col-lgg-push-8 {
    left: 66.66%;
    *left: 64.4%; }
  .col-lgg-push-9 {
    left: 75%;
    *left: 71.7%; }
  .col-lgg-push-10 {
    left: 83.33%;
    *left: 81.1%; }
  .col-lgg-push-11 {
    left: 91.66%;
    *left: 87.25%; }
  .col-lgg-push-12 {
    left: 100%; }
  /*--------------------------------------------------------------
        OFFSETs lg
    --------------------------------------------------------------*/
  .offset-lgg-0 {
    margin-left: 0 !important; }
  .offset-lgg-1 {
    margin-left: 8.33%; }
  .offset-lgg-2 {
    margin-left: 16.66%;
    *margin-left: 14.5%; }
  .offset-lgg-3 {
    margin-left: 25%;
    *margin-left: 23.9%; }
  .offset-lgg-4 {
    margin-left: 33.33%;
    *margin-left: 31.15%; }
  .offset-lgg-5 {
    margin-left: 41.66%;
    *margin-left: 39.5%; }
  .offset-lgg-6 {
    margin-left: 50%;
    *margin-left: 47.8%; }
  .offset-lgg-7 {
    margin-left: 58.33%;
    *margin-left: 56.1%; }
  .offset-lgg-8 {
    margin-left: 66.66%;
    *margin-left: 64.4%; }
  .offset-lgg-9 {
    margin-left: 75%;
    *margin-left: 71.7%; }
  .offset-lgg-10 {
    margin-left: 83.33%;
    *margin-left: 81.1%; }
  .offset-lgg-11 {
    margin-left: 91.66%;
    *margin-left: 87.25%; } }

@media screen and (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33%; }
  .col-lg-2 {
    width: 16.66%;
    *width: 14.5%; }
  .col-lg-3 {
    width: 25%;
    *width: 23.9%; }
  .col-lg-4 {
    width: 33.33%;
    *width: 31.15%; }
  .col-lg-5 {
    width: 41.65%;
    *width: 39.5%; }
  .col-lg-6 {
    width: 50%;
    *width: 47.8%; }
  .col-lg-7 {
    width: 58.33%;
    *width: 56.1%; }
  .col-lg-8 {
    width: 66.66%;
    *width: 64.4%; }
  .col-lg-9 {
    width: 75%;
    *width: 71.7%; }
  .col-lg-10 {
    width: 83.33%;
    *width: 81.1%; }
  .col-lg-11 {
    width: 91.66%;
    *width: 87.25%; }
  .col-lg-12 {
    width: 100%; }
  /*--------------------------------------------------------------
        PULL lg
    --------------------------------------------------------------*/
  .col-lg-pull-0 {
    right: 0; }
  .col-lg-pull-1 {
    right: 8.33%; }
  .col-lg-pull-2 {
    right: 16.66%;
    *right: 14.5%; }
  .col-lg-pull-3 {
    right: 25%;
    *right: 23.9%; }
  .col-lg-pull-4 {
    right: 33.33%;
    *right: 31.15%; }
  .col-lg-pull-5 {
    right: 41.66%;
    *right: 39.5%; }
  .col-lg-pull-6 {
    right: 50%;
    *right: 47.8%; }
  .col-lg-pull-7 {
    right: 58.33%;
    *right: 56.1%; }
  .col-lg-pull-8 {
    right: 66.66%;
    *right: 64.4%; }
  .col-lg-pull-9 {
    right: 75%;
    *right: 71.7%; }
  .col-lg-pull-10 {
    right: 83.33%;
    *right: 81.1%; }
  .col-lg-pull-11 {
    right: 91.66%;
    *right: 87.25%; }
  .col-lg-pull-12 {
    right: 100%; }
  /*--------------------------------------------------------------
        PUSH lg
    --------------------------------------------------------------*/
  .col-lg-push-0 {
    left: 0; }
  .col-lg-push-1 {
    left: 8.33%; }
  .col-lg-push-2 {
    left: 16.66%;
    *left: 14.5%; }
  .col-lg-push-3 {
    left: 25%;
    *left: 23.9%; }
  .col-lg-push-4 {
    left: 33.33%;
    *left: 31.15%; }
  .col-lg-push-5 {
    left: 41.66%;
    *left: 39.5%; }
  .col-lg-push-6 {
    left: 50%;
    *left: 47.8%; }
  .col-lg-push-7 {
    left: 58.33%;
    *left: 56.1%; }
  .col-lg-push-8 {
    left: 66.66%;
    *left: 64.4%; }
  .col-lg-push-9 {
    left: 75%;
    *left: 71.7%; }
  .col-lg-push-10 {
    left: 83.33%;
    *left: 81.1%; }
  .col-lg-push-11 {
    left: 91.66%;
    *left: 87.25%; }
  .col-lg-push-12 {
    left: 100%; }
  /*--------------------------------------------------------------
        OFFSETs lg
    --------------------------------------------------------------*/
  .offset-lg-0 {
    margin-left: 0 !important; }
  .offset-lg-1 {
    margin-left: 8.33%; }
  .offset-lg-2 {
    margin-left: 16.66%;
    *margin-left: 14.5%; }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 23.9%; }
  .offset-lg-4 {
    margin-left: 33.33%;
    *margin-left: 31.15%; }
  .offset-lg-5 {
    margin-left: 41.66%;
    *margin-left: 39.5%; }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 47.8%; }
  .offset-lg-7 {
    margin-left: 58.33%;
    *margin-left: 56.1%; }
  .offset-lg-8 {
    margin-left: 66.66%;
    *margin-left: 64.4%; }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 71.7%; }
  .offset-lg-10 {
    margin-left: 83.33%;
    *margin-left: 81.1%; }
  .offset-lg-11 {
    margin-left: 91.66%;
    *margin-left: 87.25%; } }

/* GRID FORM */
[class*='input-width-'] {
  float: left;
  padding: 0 3px; }

.input-width-100 {
  width: 100%; }

.input-width-50 {
  width: 50%; }

.input-width-33 {
  width: 33.33%; }

@media screen and (min-width: 1024px) {
  .input-width-lg-100 {
    width: 100%; }
  .input-width-lg-50 {
    width: 50%; }
  .input-width-lg-33 {
    width: 33.33%; } }

/* /GRID FORM */
.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.affix {
  position: fixed; }

@media screen and (max-width: 1023px) {
  .remove-pd {
    padding: 0; }
    .remove-pd .row {
      margin: 0; }
    .remove-pd [class*='col-'] {
      padding: 0;
      margin: 0; } }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'Sentinel-BlackItalic';
  src: url("../fonts/Sentinel-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Sentinel-BlackItalic.woff") format("woff"), url("../fonts/Sentinel-BlackItalic.ttf") format("truetype"), url("../fonts/Sentinel-BlackItalic.svg#Sentinel-BlackItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/* Calcula porcentagem de margens e paddings */
/* Converte as fontes para em */
.btn {
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  line-height: 0;
  position: relative;
  border: 0; }
  .btn.is-style1 {
    font-family: 'resolve_sansblack_cn';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #FF0033;
    padding: 19px 26px;
    border: 2px solid #FF0033;
    background: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .btn.is-style1.has-icon {
      padding: 11px 26px; }
    .btn.is-style1 .icon, .btn.is-style1 .icon-location {
      font-size: 19px;
      margin-right: 13px; }
    @media (max-width: 479px) {
      .btn.is-style1 .icon-location {
        margin-right: 0; } }
    .btn.is-style1.is-medium {
      max-width: 192px;
      width: 100%;
      font-size: 20px;
      text-align: center;
      padding: 24px;
      letter-spacing: 1.2px; }
      .btn.is-style1.is-medium.has-icon {
        padding: 14px; }
    .btn.is-style1.is-big {
      max-width: 279px;
      width: 100%;
      font-size: 20px;
      text-align: center;
      padding: 24px;
      letter-spacing: 1.2px; }
      .btn.is-style1.is-big.has-icon {
        padding: 14px; }
    .btn.is-style1.is-disable {
      color: #cbccd5;
      border: 2px solid #cbccd5; }
  .btn.is-style2 {
    max-width: 360px;
    width: 100%;
    font-family: 'resolve_sansblack_cn';
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 13px;
    border: 2px solid #FF0033;
    background-color: #FF0033;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .btn.is-style2 .icon {
      font-size: 19px;
      margin-right: 9px; }
    .btn.is-style2.is-medium {
      max-width: 192px;
      width: 100%;
      font-size: 20px;
      text-align: center;
      padding: 24px;
      letter-spacing: 1.2px; }
  .btn.is-style3 {
    font-family: 'resolve_sansblack_cn';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    padding: 12px 26px;
    background-color: #FF0033;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .btn.is-style3 .icon, .btn.is-style3 .icon-location {
      font-size: 19px;
      margin-right: 13px; }
    @media (max-width: 479px) {
      .btn.is-style3 .icon-location {
        margin-right: 0; } }
  .btn.is-style4 {
    width: 100%;
    font-family: 'resolve_sansblack_cn';
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #000066;
    padding: 25px 10px;
    margin-bottom: 10px;
    position: relative;
    background-color: #90FBCE;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .btn.is-style4 .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 32px;
      height: 32px;
      font-size: 16px;
      color: #000066;
      position: absolute;
      left: 33px;
      top: 50%;
      border: 1px solid #000066;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .btn.has_icon-space-text {
    display: flex;
    justify-content: center;
    align-items: center; }
    .btn.has_icon-space-text > * {
      flex-grow: 2; }
      .btn.has_icon-space-text > *:first-child {
        flex-grow: 0; }
  .btn.has_brd-white {
    border: 2px solid #fff; }
  .btn.has_two-lines {
    line-height: 1; }

.btn-marker {
  padding: 3px;
  display: inline-block;
  font-family: 'gilroy-bolduploaded_file';
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  text-decoration: none;
  border: 1px solid #FF142D;
  color: #fff; }

@media (min-width: 480px) {
  .btn-marker {
    padding-right: 24px; } }

@media (min-width: 480px) {
  .btn-marker {
    padding-right: 24px; } }

@media (min-width: 768px) {
  .btn-marker {
    font-size: 18px; } }

.icon-rounded {
  width: 32px;
  height: 32px;
  padding: 0px;
  line-height: 30px !important;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%; }

form.custom-form-elemets label.mrg-r {
  margin-right: 31px; }

form.custom-form-elemets label.radio-custom {
  background: url("../images/input-radio.jpg") no-repeat 0 -29px; }

form.custom-form-elemets label.radio-custom.radio-checked {
  background-position: 0 0; }

form.custom-form-elemets input[type="text"], form.custom-form-elemets textarea {
  font-family: 'resolve_sansmedium';
  font-size: 16px;
  color: #000066;
  padding: 18px 28px;
  border: 2px solid #DADADA;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px; }

form.custom-form-elemets input[type='radio'] {
  margin-right: 15px;
  opacity: 0; }

form.custom-form-elemets input[type="text"], form.custom-form-elemets textarea {
  width: 100%; }

/* /customizar elementos do formulário */
/* ---------------------------------------------------- */
.control-radio[type="radio"]:checked,
.control-radio[type="radio"]:not(:checked),
.control-checkbox[type="checkbox"]:checked,
.control-checkbox[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.control-radio[type="radio"]:checked + label,
.control-radio[type="radio"]:not(:checked) + label,
.control-checkbox[type="checkbox"]:checked + label,
.control-checkbox[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 22px;
  display: inline-block; }

.control-radio[type="radio"]:checked + label:before,
.control-radio[type="radio"]:not(:checked) + label:before,
.control-checkbox[type="checkbox"]:checked + label:before,
.control-checkbox[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #00298E;
  border-radius: 100%;
  background: #fff; }

.control-radio[type="radio"]:checked + label:after,
.control-radio[type="radio"]:not(:checked) + label:after,
.control-checkbox[type="checkbox"]:checked + label:after,
.control-checkbox[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #00298E;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.control-radio[type="radio"]:not(:checked) + label:after,
.control-checkbox[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.control-radio[type="radio"]:checked + label:after,
.control-checkbox[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.header {
  background-color: #000066; }
  .header .container {
    padding-top: 14px;
    padding-bottom: 14px; }
  .header__align {
    display: flex;
    align-items: center; }
    .header__align:nth-of-type(2) {
      justify-content: center; }
    .header__align:nth-of-type(3) {
      justify-content: end; }
  .header__avatar {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 0.75em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #ECECF0; }
    .header__avatar .fa-user {
      display: inline-block;
      font-size: 16px;
      margin-right: 10px; }
    .header__avatar .fa-chevron-down {
      display: inline-block;
      font-size: 11px;
      margin-left: 10px; }

.slide-destaques__title {
  font-family: 'resolve_sansextrabold_wd';
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 17px 0;
  background-color: #FF142D; }

.slide-destaques .slideshow {
  position: relative; 
  max-width: 1360px; 
  margin: 0 auto;}
  .slide-destaques .slideshow .c-item {
    position: relative; }
    .slide-destaques .slideshow .c-item figcaption {
      max-width: 345px;
      width: 100%;
      font-family: 'resolve_sansbold_wd';
      font-size: 5vw;
      text-transform: uppercase;
      color: #FFFF5C;
      position: absolute;
      left: 10px;
      bottom: 17px; }
      @media (min-width: 768px) {
        .slide-destaques .slideshow .c-item figcaption {
          font-size: 1.875em;
          bottom: 92px; } }
      @media (min-width: 1366px) {
        .slide-destaques .slideshow .c-item figcaption {
          left: 25%; } }
  .slide-destaques .slideshow .owl-controls .owl-nav {
    display: flex;
    justify-content: space-between;
    max-width: 952px;
    width: 100%;
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .slide-destaques .slideshow .owl-controls .owl-nav .owl-prev, .slide-destaques .slideshow .owl-controls .owl-nav .owl-next {
      font-size: 29px;
      padding: 0;
      margin: 0;
      background: transparent; }
  .slide-destaques .slideshow .owl-controls .owl-dots {
    width: 100%;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .slide-destaques .slideshow .owl-controls .owl-dots {
        margin-top: 0;
        position: absolute;
        left: 0;
        bottom: 48px; } }
    .slide-destaques .slideshow .owl-controls .owl-dots .owl-dot span {
      width: 15px;
      height: 15px;
      background-color: rgba(255, 20, 45, 0.3); }
      @media (min-width: 768px) {
        .slide-destaques .slideshow .owl-controls .owl-dots .owl-dot span {
          background-color: rgba(255, 255, 255, 0.3); } }
    .slide-destaques .slideshow .owl-controls .owl-dots .owl-dot.active span {
      background-color: #FF142D; }
      @media (min-width: 768px) {
        .slide-destaques .slideshow .owl-controls .owl-dots .owl-dot.active span {
          background-color: #fff; } }

/* filtros de cinemas e filmes */
.reserve-filme {
  padding: 34px 0 18px; }
  .reserve-filme__title {
    font-size: 22px;
    text-transform: uppercase;
    color: #000033;
    margin-bottom: 18px; }

.list-poster .c-item img {
  border-radius: 10px; }

.list-poster .c-item:hover img {
  opacity: .7; }

.list-poster .owl-controls .owl-nav {
  margin-top: 0; }

.filter-movies {
  padding-bottom: 31px; }

.divider {
  max-width: 1023px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #E7EAF1; }

.my-checkings {
  padding: 35px 0 66px; }

ul.list-movies-cine {
  padding: 4px 0;
  overflow: hidden; }
  ul.list-movies-cine li {
    font-size: 0.875em;
    font-weight: 600;
    color: #d7d7d7;
    float: left; }
    ul.list-movies-cine li a {
      display: block;
      text-decoration: none;
      color: #f23d2f;
      padding: 7px 8px; }
  ul.list-movies-cine li:first-child i {
    margin: 8px 0 0 8px; }
  ul.list-movies-cine li.link-cine-movie {
    float: right; }

.btn-find-cine {
  display: block;
  /*max-width: 324px;*/
  width: 100%;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 13px 0;
  margin-bottom: 2px; }
  .btn-find-cine i {
    font-size: 1.25em;
    margin-right: 12px; }

/* breadcrumb */
.breadcrumb {
  padding: 19px 0;
  background-color: #F4F4F4; }
  .breadcrumb__title {
    font-family: 'resolve_sansextrabold_wd';
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #FF142D; }
  .breadcrumb__float {
    width: 100%;
    max-height: 0;
    position: absolute;
    left: 0;
    top: 59px;
    background-color: #f23d2f;
    overflow: hidden;
    z-index: 9; }
    .breadcrumb__float .item {
      font-size: 1.125em;
      padding: 8px;
      color: #fff; }
      .breadcrumb__float .item a {
        display: inline-block;
        font-size: 0.77778em;
        text-decoration: none;
        color: #fff;
        padding: 3px 7px;
        background-color: #d22012;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }

.icon-filter-location {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  padding: 9px 11px; }

.btn-icon-filter-location {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* /breadcrumb */
.login {
  height: 100vh; }
  .login__header {
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 40px;
    background-color: #000066; }
    .login__header .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }

.header-login {
  padding: 31px 0 22px; }
  .header-login .logo-telecine {
    margin-bottom: 33px; }

.box-form-login {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .box-form-login form .label-checked {
    margin-top: 15px;
    padding: 13px 30px 17px 30px;
    border-top: 1px solid #f0f0f0; }
    .box-form-login form .label-checked span {
      display: block;
      margin-top: 9px;
      float: left; }
    .box-form-login form .label-checked label.checkbox-custom {
      display: block;
      width: 36px;
      height: 36px;
      margin-right: 22px;
      float: left;
      background-image: url("../images/checkbox.png"); }
      .box-form-login form .label-checked label.checkbox-custom input {
        width: 36px;
        height: 36px;
        opacity: 0; }

.group-inputs {
  padding: 29px 30px 0 30px; }

.input-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.input-form {
  margin-bottom: 15px; }

.btn-submit {
  width: 100%;
  font-size: 1.125em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 24px 0;
  border: 0;
  background-color: #f23d2f; }

.checked-custom {
  background-position: 0 -44px; }

/* //PÁGINA LOGIN */
/* PÁGINA INTERNA DO FILME */
.interna-filme {
  padding: 32px 0 15px;
  background-color: #000066; }
  .interna-filme .tt-filme {
    font-family: 'gilroy-bolduploaded_file';
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 32px; }
  .interna-filme__holder-poster {
    border-right: 1px solid rgba(255, 255, 255, 0.4); }
  .interna-filme__poster {
    max-width: 191px;
    width: 90%;
    border-radius: 10px; }

.box-detail-movie {
  padding-top: 17px;
  margin-bottom: 15px; }

.filme-disponivel {
  font-size: 0.875em;
  padding: 6px 0;
  margin-bottom: 5px;
  border-top: 1px dashed #737483;
  border-bottom: 1px dashed #737483; }

.link-trailer {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 2px solid #c63227; }
  .link-trailer i {
    font-size: 1.71429em;
    margin-right: 11px; }

.sinopse {
  margin-top: 10px; }
  @media (min-width: 960px) {
    .sinopse {
      padding: 35px 0 0 17px; } }
  .sinopse__title {
    font-family: 'resolve_sansextrabold_cn';
    font-size: 34px;
    text-transform: uppercase;
    color: #FFFF5C;
    margin-bottom: 26px; }
  .sinopse a {
    display: block; }
  .sinopse a {
    font-size: 1em;
    font-weight: 600;
    padding: 14px 19px; }
    .sinopse a i {
      font-size: 0.875em;
      margin-top: 3px;
      float: right; }

.box-txt-sinopse {
  display: none;
  width: 100%;
  padding: 14px 19px;
  z-index: 9; }
  @media (min-width: 960px) {
    .box-txt-sinopse {
      display: block !important;
      padding: 0; } }
  .box-txt-sinopse__desc {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #FAFAFA;
    margin-bottom: 12px; }
  .box-txt-sinopse__service {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #fff; }

.trailer-movie {
  padding-top: 35px; }

.cinema__holder-tabs {
  background-color: #F76DF8; }

.cinema__tabs {
  display: flex; }
  .cinema__tabs .c-pointer {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    padding: 22px 25px; }
    .cinema__tabs .c-pointer.active {
      background-color: #000066; }

.cinema__holder-lists {
  padding-top: 38px;
  padding-bottom: 38px; }
  .cinema__holder-lists .list-cinemas .item {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 21px;
    border: 2px solid #DADADA;
    overflow: hidden;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    transition: all .4s; }
    .cinema__holder-lists .list-cinemas .item a {
      display: block;
      text-decoration: none;
      color: #010462;
      padding: 15px 23px;
      -webkit-border-radius: 32px;
      -moz-border-radius: 32px;
      border-radius: 32px; }
      .cinema__holder-lists .list-cinemas .item a i {
        float: right; }
    .cinema__holder-lists .list-cinemas .item:first-child {
      margin-top: 0; }
    .cinema__holder-lists .list-cinemas .item:hover {
      border: 2px solid #FF0033; }
      .cinema__holder-lists .list-cinemas .item:hover a {
        color: #FF0033; }

.cinema__info {
  display: flex;
  padding: 38px 0 19px; }
  .cinema__info__title {
    font-family: 'resolve_sansblack_cn';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #000066;
    margin-left: 20px; }
    .cinema__info__title:first-child {
      margin-left: 0; }
    .cinema__info__title .fa {
      margin-right: 7px; }

ul.date-cine {
  overflow: hidden; }
  ul.date-cine li {
    /*width: 86px;*/
    height: 41px;
    font-size: 0.75em;
    font-weight: 500;
    border: 1px solid #e4e4e4;
    background-color: #fafafa; }
    ul.date-cine li a {
      display: block;
      color: #f62323;
      text-decoration: none;
      text-align: center;
      padding-top: 13px; }
  ul.date-cine li.current-day {
    /*width: 123px;*/
    font-size: 0.875em;
    background: url("../images/bar-red.png") no-repeat center top #fff; }
    ul.date-cine li.current-day a {
      color: #363643; }

ul.subcinemas {
  display: none;
  margin-top: 1px;
  padding: 0 7px;
  border: 1px solid #d8d8d8; }
  ul.subcinemas li {
    border-top: 1px solid #e4e4ea; }
    ul.subcinemas li a {
      font-weight: 400;
      padding: 10px 12px; }
      ul.subcinemas li a .subcine-sala {
        font-weight: 500;
        color: #f62323; }
  ul.subcinemas li:first-child {
    border-top: 0; }

.format-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #010462;
  padding: 15px 23px;
  border: 2px solid #DADADA;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  transition: all .4s; }

.select-custom .format-select {
  padding: 15px 23px; }

.select-escolha-sala.active .format-select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topleft: 24px;
  -webkit-border-top-left-radius: 24px;
  border-top-left-radius: 24px;
  -moz-border-radius-topright: 24px;
  -webkit-border-top-right-radius: 24px;
  border-top-right-radius: 24px; }

.escolha-sala {
  background-color: #000066; }
  .escolha-sala .item {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    padding: 22px 31px; }

/* PÁGINA RESERVA SUCESSO */
.reserva-sucesso {
  padding: 38px 0 13px; }
  .reserva-sucesso__principal {
    padding: 55px 37px 50px;
    background-color: #000066;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px; }
    .reserva-sucesso__principal.is-brd-r {
      margin-bottom: 41px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
    .reserva-sucesso__principal__title {
      font-family: 'resolve_sansextrabold_wd';
      font-size: 23px;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 13px; }
    .reserva-sucesso__principal__text {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      color: #fff;
      margin-bottom: 21px; }
  .reserva-sucesso__secondary {
    padding: 51px 0 38px;
    margin-bottom: 41px;
    background: white;
    background: -moz-linear-gradient(180deg, white 0%, #e4e9f3 100%);
    background: -webkit-linear-gradient(180deg, white 0%, #e4e9f3 100%);
    background: linear-gradient(180deg, white 0%, #e4e9f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e4e9f3",GradientType=1);
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px; }
    .reserva-sucesso__secondary__title {
      font-size: 14px;
      text-align: center;
      color: #000033; }

.preencher-checking {
  padding: 16px 0 10px; }
  .preencher-checking a {
    display: block; }

.btn-checking {
  display: inline-block;
  max-width: 360px;
  width: 100%;
  font-size: 1.125em;
  padding: 22px 0;
  margin: 0 auto;
  margin-bottom: 11px;
  background: url("../images/icons/icon-checked2.png") no-repeat 38px center #F23D2F; }

.btn-faq {
  padding-top: 21px; }

.icon-check {
  padding-top: 74px;
  margin: 0 0 18px;
  background: url("../images/icons/icon-check.png") no-repeat center top; }

.txt-reserva {
  font-size: 0.875em;
  font-weight: 500;
  margin-bottom: 19px; }

.pd-box-reserva {
  padding: 16px 14px; }

/* /PÁGINA RESERVA SUCESSO */
section.faq .bg-azul-cinza a {
  font-size: 0.88889em; }

.list-faqs {
  padding: 72px 0 62px;
  background-color: #fff; }
  .list-faqs li {
    font-family: "Roboto", sans-serif;
    margin-bottom: 8px;
    border: 2px solid #DADADA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .list-faqs li a {
      display: block;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      color: #010462;
      padding: 16px 24px; }
      .list-faqs li a i {
        float: right; }
    .list-faqs li p {
      max-height: 0;
      font-size: 1em;
      font-weight: 400;
      color: #010462;
      padding: 0 20px;
      overflow: hidden; }

.box-steps-access {
  padding: 36px 0 75px;
  background-color: #000066;
  border-radius: 10px;
}
  .box-steps-access__title {
    font-family: 'resolve_sansblack';
    font-size: 6vw;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 29px; }
    @media (min-width: 428px) {
      .box-steps-access__title {
        font-size: 30px; } }

.lists-steps-access .item {
  display: flex;
  align-items: center;
  padding: 21px 15px;
  border-top: 1px solid #040635; }
  @media (min-width: 444px) {
    .lists-steps-access .item {
      padding: 21px 36px; } }
  .lists-steps-access .item:first-child {
    border-top: 0; }
  .lists-steps-access .item .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    font-size: 16px;
    font-weight: 700;
    color: #F76DF8;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .lists-steps-access .item .text {
    flex: 1;
    font-size: 3.5vw;
    color: #fff;
    margin-left: 10px; }
    @media (min-width: 444px) {
      .lists-steps-access .item .text {
        font-size: 16px; } }
    .lists-steps-access .item .text a {
      font-weight: 700;
      text-decoration: none;
      color: #F76DF8; }

.page-form-checking {
  padding: 67px 0 40px; }

.box-form-checking {
  max-width: 632px;
  margin: 0 auto 36px;
  border: 2px solid #DADADA;
  background-color: #F4F4F4;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px; }
  .box-form-checking__holder {
    padding: 42px 0 29px; }
    .box-form-checking__holder > * {
      max-width: 410px;
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
    .box-form-checking__holder.has-brd-b {
      border-bottom: 1px solid #E8ECF5; }
  .box-form-checking__title {
    font-family: 'resolve_sansmedium';
    font-size: 30px;
    color: #000066; }
    .box-form-checking__title:after {
      display: block;
      width: 29px;
      height: 3px;
      margin-top: 24px;
      margin-bottom: 26px;
      background-color: #000066;
      content: ''; }
  .box-form-checking__label {
    font-family: 'resolve_sansmedium';
    font-size: 16px;
    color: #00298E;
    margin-bottom: 6px; }
  .box-form-checking .data-checking {
    display: block;
    position: relative; }
    .box-form-checking .data-checking .input {
      padding: 18px 28px 18px 63px; }
    .box-form-checking .data-checking .data-checking__icon {
      font-size: 25px;
      color: #00298E;
      position: absolute;
      top: 50%;
      left: 28px;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .box-form-checking__text {
    font-family: 'resolve_sansmedium';
    font-size: 16px;
    color: #00298E;
    margin-bottom: 13px; }

ul.listar-filmes-vinheta {
  padding: 16px; }
  ul.listar-filmes-vinheta li {
    padding: 12px 9px;
    margin-bottom: 8px;
    border: 2px dashed #d8d8d8; }
    ul.listar-filmes-vinheta li a {
      top: 7px;
      right: 7px; }
    ul.listar-filmes-vinheta li h3 {
      font-size: 1em;
      margin-bottom: 16px;
      padding-right: 20px; }

.checking-sucesso {
  padding: 38px 0 13px; }
  .checking-sucesso__mensage {
    text-align: center;
    padding: 55px 37px 50px;
    background-color: #000066;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px; }
    .checking-sucesso__mensage__title {
      font-family: 'resolve_sansextrabold_wd';
      font-size: 23px;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 13px; }
  .checking-sucesso__steps {
    padding: 51px 0 38px;
    margin-bottom: 41px;
    background: white;
    background: -moz-linear-gradient(180deg, white 0%, #e4e9f3 100%);
    background: -webkit-linear-gradient(180deg, white 0%, #e4e9f3 100%);
    background: linear-gradient(180deg, white 0%, #e4e9f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e4e9f3",GradientType=1);
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px; }
    .checking-sucesso__steps__title {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      text-align: center;
      color: #000033;
      margin-bottom: 21px; }
    .checking-sucesso__steps__holder {
      max-width: 518px;
      padding: 0 23px;
      margin-left: auto;
      margin-right: auto; }
      .checking-sucesso__steps__holder__text {
        display: flex;
        align-items: center;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 1.5;
        color: #000033; }
        .checking-sucesso__steps__holder__text .num {
          display: block;
          font-family: 'gilroy-bolduploaded_file';
          font-size: 48px;
          line-height: 1;
          color: #FF142D;
          margin-right: 16px; }

.instrucoes-checking {
  font-weight: 500;
  color: #363643;
  text-align: center;
  padding: 0 23px;
  margin-top: 10px; }
  .instrucoes-checking span {
    font-size: 3em;
    font-weight: 700;
    color: #f23d2f;
    line-height: 33px; }
  .instrucoes-checking p {
    font-size: 0.875em;
    text-align: left;
    font-weight: 500; }

.footer {
  padding: 33px 0 31px;
  background-color: #000066; }
  .footer .container {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 593px) {
      .footer .container {
        flex-direction: column; } }
  .footer__txt {
    font-size: 18px;
    color: #FFED55;
    margin-top: 24px; }
    @media (min-width: 594px) {
      .footer__txt {
        margin-left: 24px;
        margin-top: 0; } }
    .footer__txt a {
      font-size: 20px;
      text-decoration: underline;
      color: #fff; }

/* PÁGINA MEUS CHECKINGS */
.checkings {
  padding: 11px 10px 50px 10px; }

form.form-checking {
  margin-bottom: 35px; }

.select-custom {
  margin-bottom: 2px; }
  .select-custom label {
    display: block; }
    .select-custom label select {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }

ul.list-chekings {
  margin: 0 auto;
  background-color: #F4F4F4;
  border: 2px solid #DADADA;
  border-left: 0;
  border-bottom: 0;
  border-radius: 10px; }
  ul.list-chekings li {
    font-size: 0.875em;
    font-family: roboto;
    padding: 0 17px 0 18px;
    overflow: hidden;
    border-left: 5px solid #ccc; }
    ul.list-chekings li > a {
      display: block;
      text-decoration: none;
      color: #00298E;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
    ul.list-chekings li figure {
      width: 50px;
      flex-grow: 0;
      margin-right: 10px;
      margin-bottom: 5px; }
    ul.list-chekings li .list-chekings__content {
      flex-grow: 1; }
    ul.list-chekings li .txt-status {
      width: 99px;
      flex-grow: 0;
      font-size: 0.92857em;
      font-weight: 900;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      padding: 8px 0; }
    ul.list-chekings li .tt-fm-checking {
      font-weight: 600;
      margin-top: 11px; }
    ul.list-chekings li .brd-t {
      padding: 12px 0;
      border-top: 1px solid #e4e4ea; }
  ul.list-chekings li:first-child {
    border-top-left-radius: 10px; }
    ul.list-chekings li:first-child .brd-t {
      border-top: 0; }
  ul.list-chekings li:last-child {
    border-bottom-left-radius: 10px; }
  ul.list-chekings li.check-finalizado {
    border-color: #10E93F; }
  ul.list-chekings li.check-finalizado .txt-status {
    background-color: #10E93F;
    color: #000066; }
  ul.list-chekings li.check-enviado {
    border-color: #FFED55; }
  ul.list-chekings li.check-enviado .txt-status {
    background-color: #FFED55;
    color: #000066; }
  ul.list-chekings li.check-expirado {
    border-color: #363643; }
  ul.list-chekings li.check-expirado .txt-status {
    background-color: #363643; }
  ul.list-chekings li.check-reprovado {
    border-color: #8D1623; }
  ul.list-chekings li.check-reprovado .txt-status {
    background-color: #8D1623; }
  ul.list-chekings li.check-editavel {
    border-color: #FF142D; }
  ul.list-chekings li.check-editavel span {
    display: none; }
  ul.list-chekings li.check-editavel .txt-status {
    width: 34px;
    height: 34px;
    border: 1px solid #FF142D;
    color: #FF142D;
    top: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  ul.list-chekings li.check-editavel i {
    margin-top: 2px;
    margin-right: -3px;
    font-size: 1.14286em;
    font-weight: 700; }
  ul.list-chekings li.check-reprovado p,
  ul.list-chekings li.check-finalizado p {
    max-height: 0;
    font-size: 1em;
    padding: 0 20px; }
  ul.list-chekings li.check-reprovado p.mrg-b,
  ul.list-chekings li.check-finalizado p.mrg-b {
    margin-bottom: 14px; }
  ul.list-chekings li.check-finalizado a,
  ul.list-chekings li.check-expirado a,
  ul.list-chekings li.check-enviado a,
  ul.list-chekings li.check-reprovado a {
    cursor: text; }
    ul.list-chekings li.check-finalizado a i,
    ul.list-chekings li.check-expirado a i,
    ul.list-chekings li.check-enviado a i,
    ul.list-chekings li.check-reprovado a i {
      display: none; }
  ul.list-chekings li.check-expirado p,
  ul.list-chekings li.check-enviado p,
  ul.list-chekings li.check-editavel p {
    display: none; }

/* meus checkings */
@media screen and (min-width: 1024px) {
  ul.list-movies-cine {
    margin-bottom: 80px; }
    ul.list-movies-cine li a {
      padding: 7px 37px; } }

/* /meus checkings */
.format-select {
  margin-left: auto;
  margin-right: auto;
  font-family: roboto;
  font-size: 0.75em;
  font-weight: 900;
  color: #010462;
  text-transform: uppercase;
  padding: 14px 0 14px 24px;
  border: 2px solid #DADADA;
  border-radius: 32px; }
  .format-select i {
    margin-right: 14px;
    float: right; }

/* /PÁGINA MEUS CHECKINGS */
/* PÁGINA RANKING */
.ranking {
  padding-top: 42px; }

.pd-box-rank {
  padding: 12px 14px; }
  .pd-box-rank i {
    margin-right: 8px;
    font-size: 30px; }

.box-podium {
  padding: 20px 25px;
  border-radius: 15px;
  font-family: "resolve_sansbold";
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000066; }
  .box-podium__title {
    font-size: 1em;
    margin-bottom: 10px; }

.box-podium__place {
  width: 70%;
  border-right: 1px solid #C9C9C9;
  float: left; }
  .box-podium__place-item {
    font-size: 1.125em;
    font-weight: 500;
    padding: 8px 0;
    border-top: 1px solid #C9C9C9; }
  .box-podium__place li:first-child {
    border-top: 0; }
  .box-podium__place-icon {
    margin-right: 10px; }
  .box-podium__place-department {
    font-size: 1.22222em;
    letter-spacing: 2px;
    margin-right: 10px; }
  .box-podium__place-points {
    width: 30%;
    font-size: 1.125em;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-align: center;
    float: left; }
    .box-podium__place-points span {
      display: block;
      font-size: 1.71429em !important;
      font-weight: 500; }

ul.topo-rank-tt {
  padding: 16px 0;
  font-size: 15px;
  font-family: "resolve_sanssemibold";
  text-transform: uppercase;
  background-color: #000066;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }
  ul.topo-rank-tt li {
    width: 60%;
    float: left; }
  ul.topo-rank-tt li:first-child {
    width: 10%; }
  ul.topo-rank-tt li:last-child {
    width: 30%; }

.scroll-rank {
  height: 250px;
  border: 1px solid #DADADA;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; }
  .scroll-rank__name {
    font-family: "Roboto", sans-serif;
    color: #00298E;
    font-size: 18px;
    font-weight: 700; }
  .scroll-rank__department {
    font-family: "Roboto", sans-serif;
    color: #000033;
    font-size: 14px; }
  .scroll-rank__num {
    font-family: "Roboto", sans-serif;
    color: #00298E;
    font-size: 18px;
    font-weight: bold; }
  .scroll-rank__points {
    font-family: "Roboto", sans-serif;
    font-size: 1.125em;
    color: #FF142D; }
  .scroll-rank table {
    background-color: #F4F4F4; }
    .scroll-rank table td {
      padding: 7px 0;
      border-bottom: 1px solid #E8ECF5; }

.rules-rank {
  font-size: 0.875em;
  font-weight: 600;
  padding: 10px 0 10px 32px;
  margin: 20px 0 10px;
  background: url("../images/icons/icon-trofeu.png") no-repeat left center; }
  .rules-rank__icon {
    margin: 35px 0 5px 0;
    font-size: 58px;
    line-height: 58px;
    text-align: center;
    color: #000066; }
  .rules-rank__title {
    font-family: 'resolve_sanslight';
    margin-bottom: 10px;
    font-size: 33px;
    font-weight: 500;
    text-align: center;
    color: #000; }
  .rules-rank__desc {
    font-family: "Roboto", sans-serif;
    color: #000033;
    text-align: center; }
  .rules-rank__emphasis {
    font-family: "Roboto", sans-serif;
    color: #FF142D;
    font-weight: 700;
    text-align: center; }

.rules-rank-table {
  margin-bottom: 50px;
  margin-top: 19px;
  color: #fff; }
  .rules-rank-table__cell {
    font-family: "Roboto", sans-serif;
    background: #000066;
    padding: 7px 0 7px 18px;
    position: relative;
    font-size: 0.875em;
    font-weight: 500; }
  .rules-rank-table__cell.is-red {
    background: #FF142D; }
  .rules-rank-table__cell.is-right {
    padding-left: 25px; }
  .rules-rank-table__icon {
    width: 35px;
    height: 35px;
    position: absolute;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    left: -22px;
    top: -2px;
    border: 6px solid #fff;
    background: #FF142D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

/* customiza a cor da barra de rolagem */
.nicescroll-cursors {
  background-color: #f23e30 !important;
  opacity: 1 !important; }

/* /PÁGINA RANKING */
/* PÁGINA MEU PERFIL */
.profile-header {
  padding: 30px;
  background-color: #000066;
  position: relative;
  text-align: center;
  border: 1px solid #d8d8d8;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }
  .profile-header__avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px auto;
    display: block;
    color: #fff;
    border: 2px
 solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .profile-header__avatar-icon {
    font-size: 60px !important;
    list-style: 1; }
  .profile-header__name {
    margin-bottom: 5px;
    font-size: 1.5em;
    font-weight: 600;
    color: #fff; }
  .profile-header__department {
    font-size: 1em;
    font-weight: 500; }
  .profile-header__edit {
    width: 36px;
    height: 36px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: #fff; }
  .profile-header__edit-icon {
    margin-top: 9px;
    margin-right: -5px;
    color: #FF142D;
    font-size: 20px !important; }

.profile-data {
  background-color: #F4F4F4;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px 30px 10px 30px; }
  .profile-data__item {
    font-size: 16px;
    color: #0029be;
    padding: 25px 0 14px 0;
    border-top: 1px solid #ecedf5; }
  .profile-data li:first-child {
    border-top: 0; }
  .profile-data__caption {
    display: inline-block;
    width: 125px;
    font-weight: bold; }

.profile-totals {
  padding: 20px 50px 15px 50px;
  border: 2px solid #DADADA;
  border-radius: 10px; }
  .profile-totals__title {
    margin-bottom: 5px;
    color: #0029be;
    font-size: 16px;
    font-weight: 600; }
  .profile-totals__value {
    color: #FF142D;
    font-family: 'resolve_sansbold_wd';
    font-size: 18px;
    font-weight: 600; }
  .profile-totals__value-num {
    font-size: 24px;
    font-family: 'resolve_sansextrabold_wd'; }
  .profile-totals__buttons-container {
    display: flex; }

/* /PÁGINA MEU PERFIL */
/* PÁGINA EDITAR PERFIL */
.my-profile-edit {
  padding: 42px 0; }

input.upload-avatar {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.btn-upload {
  width: 190px;
  margin: 0 auto;
  padding: 8px 0;
  display: inline-block !important;
  position: relative;
  color: #fff !important;
  background-color: #FF0033;
  font-size: 0.875em; }
  .btn-upload i {
    font-size: 1em;
    margin-right: 10px; }
  .btn-upload.is-outline-snow {
    color: #fff !important;
    border: 2px solid #fff !important;
    background-color: transparent !important; }

.edit-profile .form-control {
  margin-bottom: 20px; }

.edit-profile .fake-label {
  margin-bottom: 5px;
  display: block;
  color: #0029be;
  font-weight: 600; }

.edit-profile label.select-custom {
  width: 100%;
  display: inline-block; }

.edit-profile .format-select {
  border-radius: 10px;
  background-color: #fff; }

.edit-profile .data-checking {
  position: relative; }
  .edit-profile .data-checking .input-text {
    padding-left: 38px; }
  .edit-profile .data-checking__icon {
    position: absolute;
    top: 11px;
    left: 12px;
    color: #0029be;
    font-size: 20px;
    font-weight: bold; }

.edit-profile__footer-buttons {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 429px) {
    .edit-profile__footer-buttons {
      flex-direction: row;
      justify-content: space-between; } }
  .edit-profile__footer-buttons .spinner {
    max-width: 192px;
    width: 100%; }
    @media (max-width: 428px) {
      .edit-profile__footer-buttons .spinner {
        margin-top: 15px; } }

@media (min-width: 550px) {
  .edit-profile .two-col {
    display: flex;
    justify-content: space-between; }
    .edit-profile .two-col > * {
      width: 48%; } }

.input-text {
  width: 100%;
  display: block;
  font-size: 0.875em;
  font-weight: 500;
  color: #93939c;
  padding: 14px 17px 13px 7px;
  border: 1px solid #d8d8d8;
  border-radius: 10px; }

.link-cancel {
  display: inline-block;
  font-size: 1.625em;
  font-weight: 700;
  text-decoration: none; }

/* /PÁGINA EDITAR PERFIL */
/* PÁGINA CENTRAL DE ALERTAS */
.central-alertas {
  padding: 19px 0; }

.alertas {
  border: 2px solid #DADADA;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .alertas .item {
    padding: 27px 31px 0; }
  .alertas__row {
    display: flex;
    align-items: center; }
    .alertas__row:last-child {
      padding-bottom: 27px;
      border-bottom: 1px solid #f4f4f4; }
  .alertas__title {
    flex-grow: 1;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #FF142D; }
  .alertas__date {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #00298E; }
  .alertas__msg {
    flex-grow: 1;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #00298E; }

.delete-alert {
  font-size: 1.125em; }

/* /PÁGINA CENTRAL DE ALERTAS */
/* ==================== FUNCIONAL ===================== */
.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mr-25 {
  margin-right: 25px; }

.p-15 {
  padding: 15px; }

.p-b-51 {
  padding-bottom: 51px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.fs-24 {
  font-size: 24px; }

.fs-30 {
  font-size: 30px; }

.ff-gil-bold {
  font-family: 'gilroy-bolduploaded_file'; }

.ff-heavy {
  font-family: 'gilroy-heavyuploaded_file'; }

.ff-extrabold {
  font-family: 'gilroyextrabold'; }

.ff-gilroy-light {
  font-family: 'gilroy-lightuploaded_file'; }

.ff-gilroy-medium {
  font-family: 'gilroy-mediumuploaded_file'; }

.ff-gilroy-regular {
  font-family: 'gilroy-regularuploaded_file'; }

.d-block {
  display: block; }

.bg-snow {
  background-color: #fff; }

.bg-red {
  background-color: #FF142D; }

.bg-blue-light {
  background-color: #00298E; }

.bg-blue {
  background-color: #03034D; }

.bg-blue-dark {
  background-color: #040435; }

.bg-yellow {
  background-color: #FFED55; }

.bg-cinzan {
  background-color: #F4F4F4 !important; }

.color-snow {
  color: #fff !important; }

.color-red {
  color: #FF142D !important; }

.color-blue-light {
  color: #00298E; }

.color-blue {
  color: #03034D !important; }

.color-blue-dark {
  color: #040435 !important; }

.color-yellow {
  color: #FFED55 !important; }

.color-pink {
  color: #F76DF8; }

.border-2 {
  border: 2px solid red !important; }

.border-1 {
  border: 1px solid red !important; }

.border-red {
  border-color: #FF142D !important; }

.is-block {
  width: 100% !important;
  display: block !important; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.d-none {
  display: none !important; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

@media (min-width: 480px) {
  .sm\:d-block {
    display: block !important; }
  .sm\:d-inline-block {
    display: inline-block !important; } }

.f-left {
  float: left !important; }

.f-right {
  float: right !important; }

.max-w-360 {
  max-width: 360px !important; }

.max-w-290 {
  max-width: 290px !important; }

/* --------------------------------------------------- */
.pos-r {
  position: relative; }

.brd-none {
  border: none; }

/* formatação de textos */
.txt-size-18 {
  font-size: 1.125em !important; }

.txt-size-30 {
  font-size: 1.875em !important; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.txt-left {
  text-align: left; }

.center-div-flex {
  display: flex;
  justify-content: center; }

.txt-weight-500 {
  font-weight: 500 !important; }

.txt-weight-600 {
  font-weight: 600 !important; }

.txt-weight-700 {
  font-weight: 700; }

.txt-color-red {
  text-decoration: none;
  color: #f23d2f; }

.txt-color-white {
  text-decoration: none;
  color: #fff; }

.txt-color-yellow {
  text-decoration: none;
  color: #FFED55; }

.txt-color-azul-cinza {
  text-decoration: none;
  color: #363643; }

.txt-color-cinza-escuro {
  text-decoration: none;
  color: #737483; }

html, body {
  height: auto !important; }

body {
  font-family: "Raleway", sans-serif;
  background-color: #fff; }

.box-style1 {
  padding: 14px 0 14px;
  border: 1px solid #d8d8d8; }
  .box-style1 .tt-box {
    font-size: 0.875em;
    font-weight: 600;
    color: #363643;
    padding-left: 11px; }
  .box-style1 .num-box {
    font-size: 1em;
    font-weight: 500;
    color: #f23d2f;
    padding-left: 11px; }
    .box-style1 .num-box big {
      font-size: 1.6875em; }
  .box-style1 p {
    font-size: 0.875em;
    font-weight: 500; }

.box-style2 {
  font-size: 1.125em;
  font-weight: 500;
  color: #fff;
  padding: 16px 0; }
  .box-style2 i {
    font-size: 2.11111em; }
  .box-style2 p span {
    color: #f23d2f; }

/* /formatação de textos */
.transition-height {
  transition: max-height 0.5s ease;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease; }

.btn-big {
  display: inline-block;
  max-width: 360px;
  width: 100%;
  font-size: 1.125em;
  padding: 22px 0; }

.bg-gradiente {
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
  /* IE6-9 */ }

/* PÁGINA PAINEL PRINCIPAL */
/* topo */
.notification-avatar {
  display: inline-block;
  width: 17px;
  height: 17px;
  font-size: 1.77778em;
  text-align: center;
  color: #fff;
  line-height: 13px;
  position: absolute;
  top: 0;
  right: 10px;
  background-color: #f23d2f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

ul.menu-perfil {
  width: 100%;
  max-height: 0;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #f23d2f;
  overflow: hidden;
  z-index: 9; }
  ul.menu-perfil li {
    font-size: 1.125em;
    font-weight: 500;
    border-top: 1px solid #fc5d51; }
    ul.menu-perfil li a {
      display: block;
      text-decoration: none;
      color: #fff; }
      ul.menu-perfil li a i {
        display: inline-block;
        width: 50px;
        text-align: center;
        padding: 16px 0;
        margin-right: 15px;
        border-right: 1px solid #fc5d51; }

.animate-slide-down {
  max-height: 500px !important;
  margin-bottom: 32px; }

.notification-menu {
  display: inline-block;
  width: 31px;
  height: 31px;
  font-size: 1.11111em;
  font-weight: 600;
  text-align: center;
  color: #f23d2f;
  padding-top: 2px;
  position: absolute;
  right: 17px;
  top: 9px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

/* /topo */
.shadow-red {
  background: url("../images/shadow-red.jpg") repeat-x top center #d73729;
  border-bottom: 1px solid #fff; }

.filter-location {
  max-height: 0;
  overflow: hidden; }

.box-filter-location {
  padding: 20px 18px;
  background-color: #ecedf5; }

.label-select {
  display: block;
  font-size: 0.875em;
  font-weight: 600;
  color: #363643;
  padding: 0 0 0 15px;
  margin-bottom: 2px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
  /* IE6-9 */ }
  .label-select select {
    max-width: 500px;
    width: 82%;
    height: 49px;
    font-family: "Raleway", sans-serif;
    font-size: 0.9375em;
    font-weight: 600;
    color: #363643;
    border: 0;
    background-color: transparent; }

/* /filtros de cinemas e filmes */
.bg-grey-shadow, .bg-white-shadow {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 21px;
  border-top: 1px solid #fff;
  background: url("../images/shadow2.jpg") repeat-x center top #ecedf5; }

.bg-white-shadow {
  background: url("../images/shadow3.jpg") repeat-x center top #fff; }

.icon-wallet {
  background: url("../images/icons/icon-wallet.jpg") no-repeat 95% center #fff; }

.icon-checking {
  background: url("../images/icons/icon-checked.jpg") no-repeat 95% center #fff; }

.btn-doubts {
  display: inline-block;
  font-size: 1.375em;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  padding: 5px 12px;
  margin: 8px 0; }

.txt-faq {
  display: block;
  font-size: 1.125em;
  font-weight: 500;
  color: #363643; }
  .txt-faq strong {
    font-weight: 600; }

.btn-colors {
  display: block;
  max-width: 325px;
  padding: 3px;
  background: url("../images/colors.png") no-repeat;
  background-size: 100% 100%; }

.btn-color-inner {
  background-color: #fff; }

.btn-checking-home {
  padding: 22px; }
  .btn-checking-home i {
    float: right; }

/* /PÁGINA PAINEL PRINCIPAL */
/* PÁGINA LISTAR FILMES */
ul.list-movies li {
  float: left;
  border: 1px solid #ecedf5; }

/* /PÁGINA LISTAR FILMES */
/* PÁGINA CHECKING SUCESSO */
section.checking-sucesso {
  background-color: #ECEDF5; }
  section.checking-sucesso .box-style2 {
    margin-bottom: 10px; }
  section.checking-sucesso .box-style1 > p {
    font-size: 1em;
    font-weight: 600; }

.instrucoes-checking {
  font-weight: 500;
  color: #363643;
  text-align: center;
  padding: 0 23px;
  margin-top: 10px; }
  .instrucoes-checking span {
    font-size: 3em;
    font-weight: 700;
    color: #f23d2f;
    line-height: 33px; }
  .instrucoes-checking p {
    font-size: 0.875em;
    text-align: left;
    font-weight: 500; }

/* /PÁGINA CHECKING SUCESSO */
/* PÁGINA RESERVAR SESSÃO */
.bg-azul-cinza .tt-filme {
  color: #fff; }

.bg-azul-cinza .filme-disponivel {
  color: #e4e4ea; }

.box-ticket {
  border: 1px solid #d8d8d8; }

.box-ticket-info {
  font-size: 0.875em;
  padding: 9px 30px 10px 30px; }
  .box-ticket-info h3.tt-movie-ticket {
    font-weight: 700;
    margin-bottom: 5px; }

ul.tipo-sala {
  margin-top: 5px; }
  ul.tipo-sala li {
    display: inline-block;
    padding: 0 5px; }

.box-ticket-button {
  padding: 15px 28px;
  border-top: 1px dashed #ecedf5; }

.semi-circle {
  position: absolute;
  top: -15px; }

.semi-circle-left {
  left: -1px; }

.semi-circle-right {
  right: -1px; }

/* /PÁGINA RESERVAR SESSÃO */
/* PÁGINA DETALHE CHECKING */
.page-detail-checking .tt-filme h2 {
  font-weight: 600;
  color: #363643; }

.page-detail-checking .filme-disponivel {
  font-weight: 500;
  color: #737483;
  border: 0; }

/* /PÁGINA DETALHE CHECKING */
/* PÁGINA DE FORMULÁRIO DO CHECKING */
form.send-form-checking .tt-filme {
  font-size: 1.125em;
  text-align: left; }

.sub-tt {
  font-size: 1.375em; }
  .sub-tt span {
    display: block; }

.mrg-bottom-form-checking {
  margin-bottom: 8px; }

ul.lista-autocomplete {
  display: none;
  max-width: 611px;
  width: 100%;
  padding: 0 12px;
  position: absolute;
  left: 3px;
  top: 38px;
  z-index: 9; }
  ul.lista-autocomplete li {
    border-top: 1px solid #d8d8d8; }
    ul.lista-autocomplete li a {
      display: block;
      text-decoration: 0;
      padding: 11px 0; }
  ul.lista-autocomplete li:first-child {
    border-top: 0; }

/* /PÁGINA DE FORMULÁRIO DO CHECKING */
/* FOOTER */
.copyright {
  padding: 8px 0;
  background-color: #363643; }
  .copyright a {
    display: inline-block; }

/* /FOOTER */
@media screen and (min-width: 240px) {
  .hide-box, .btn-ingresso2 {
    display: none; }
  ul.list-movies li {
    width: 50%; }
  /* home */
  .filter-movies {
    padding-top: 21px;
    background: url("../images/shadow3.jpg") repeat-x center top #fff; }
  /* /home */
  /* /cinemas */
  ul.list-movies-cine li a {
    padding: 7px 17px; }
    ul.list-movies-cine li a span {
      display: none; }
  a.icon-filter-location {
    font-size: 1.125em; }
    a.icon-filter-location span {
      display: none; } }

@media screen and (min-width: 320px) {
  ul.list-movies-cine li a {
    padding: 7px 29px; } }

@media screen and (min-width: 322px) {
  ul.list-movies li {
    width: 33.33%; } }

@media screen and (min-width: 360px) {
  ul.list-movies-cine li a {
    padding: 7px 8px; }
    ul.list-movies-cine li a span {
      display: inline; } }

@media screen and (min-width: 480px) {
  ul.list-movies {
    padding: 8px; }
    ul.list-movies li {
      width: 25%; }
  a.icon-filter-location {
    font-size: 0.875em; }
    a.icon-filter-location span {
      display: inline; }
  ul.list-movies-cine li a {
    padding: 7px 26px; } }

@media screen and (min-width: 640px) {
  ul.list-movies li {
    width: 20%; }
  ul.list-movies-cine li a {
    padding: 7px 49px; } }

@media screen and (min-width: 768px) {
  ul.list-movies-cine li a {
    padding: 7px 21px; } }

@media screen and (min-width: 800px) {
  .h-100 {
    height: 100%; }
  ul.list-movies li {
    width: 16.66%; } }

@media screen and (min-width: 960px) {
  .txt-center-query {
    text-align: center; }
  /* página detalhe checking */
  .btn-ingresso1, .hide-box2, a.link-trailer {
    display: none !important; }
  .hide-box {
    display: block; }
  .bg-branco .box-txt-sinopse {
    border: 0; }
  .bg-branco .sinopse a, .bg-branco .sinopse h4 {
    padding: 14px 0;
    border: 0; }
  /* /página detalhe checking */
  .filme-disponivel {
    border: 0; }
  ul.list-movies-cine li a {
    padding: 7px 36px; } }

@media screen and (min-width: 970px) {
  ul.list-movies li {
    width: 12.5%; } }

@media screen and (min-width: 1024px) {
  .center-blocks {
    max-width: 1024px;
    margin: 0 auto; }
  .filmes-cartaz {
    padding: 0 22px; }
  .bg-grey {
    background: #ecedf5; }
  .hide-box {
    display: block; }
  .tt-filme {
    text-align: center; }
  .filme-disponivel {
    border: 0; }
  .box-filter-location {
    margin-bottom: 15px; }
  /* home */
  .header-panel {
    padding: 17px 22px 0; }
  .logo-telecine-panel {
    max-width: 102px; }
  .logo-checking-panel {
    max-width: 115px; }
  a.avatar img {
    max-width: 61px; }
  ul.menu-perfil {
    width: 360px;
    right: 21px; }
  .filter-movies {
    padding-top: 0;
    background: #fff; }
  /* /home */
  /* breadcrumb */
  ul.bread {
    padding-left: 14px; }
  /* /breadcrumb */
  /* lista filmes */
  ul.list-movies {
    padding: 22px; } }

@media screen and (min-width: 1025px) {
  .remove-pd-desktop {
    padding: 0; } }

.remove-pd {
  padding: 0; }
  .remove-pd .row {
    margin: 0; }
  .remove-pd [class*='col-'] {
    padding: 0;
    margin: 0; }

.pos-r {
  position: relative; }

.center-img {
  margin-left: auto;
  margin-right: auto; }

.tt-sections {
  font-size: 1.125em;
  font-weight: 500;
  color: #f23e30; }

.mrg-top-bottom {
  margin: 10px 0; }

.pd-top-section {
  padding-top: 22px; }

/* background colors */
.bg-red {
  background-color: #f23d2f; }

.bg-azul-cinza {
  background-color: #363643; }

.bg-branco {
  background-color: #fff; }

.bg-grey {
  background-color: #ecedf5; }

.bg-dark-grey {
  background-color: #737483; }

.bg-dark-grey2 {
  background-color: #caccda; }

.bg-light-grey {
  background-color: #fcfcfc; }

/* /background colors */
/* border radius */
.brd-radius-2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.brd-radius-top-2 {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px; }

.brd-radius-bottom-2 {
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.brd-radius-3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.brd-radius-top-3 {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px; }

.brd-radius-bottom-3 {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.brd-radius-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.brd-radius-top-5 {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px; }

.brd-radius-bottom-5 {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.brd-radius-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

/* /border radius */
.brd-color-d8d8d8 {
  border: 1px solid #d8d8d8; }

.brd-color-d3d4e1 {
  border: 1px solid #d3d4e1; }

.brd-color-red {
  border: 2px solid #f23d2f; }

.brd-color-e1e1e1 {
  border: 1px solid #e1e1e1; }

.brd-r-color-e1e1e1 {
  border-right: 1px solid #e1e1e1; }

/* shadow */
@media screen and (max-width: 959px) {
  .shadow-query {
    -webkit-box-shadow: 4px 3px 5px 0px rgba(4, 4, 4, 0.06);
    -moz-box-shadow: 4px 3px 5px 0px rgba(4, 4, 4, 0.06);
    box-shadow: 4px 3px 5px 0px rgba(4, 4, 4, 0.06); } }

.shadow1 {
  -webkit-box-shadow: 4px 3px 5px 0px rgba(4, 4, 4, 0.06);
  -moz-box-shadow: 4px 3px 5px 0px rgba(4, 4, 4, 0.06);
  box-shadow: 4px 3px 5px 0px rgba(4, 4, 4, 0.06); }

.inner-shadow {
  -webkit-box-shadow: inset 0px 0px 3px 3px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: inset 0px 0px 3px 3px rgba(50, 50, 50, 0.04);
  box-shadow: inset 0px 0px 3px 3px rgba(50, 50, 50, 0.04); }

/* /shadow */
