@charset "UTF-8";
/*
    Default     : sass _cdn/scss/style.scss themes/wc_default/style.css --style=expanded --watch
    Compressed  : sass _cdn/scss/style.scss themes/wc_default/style.css --style=compressed
*/
/*RESET AND COMPONENTS*/
/*COLOR EVENTS*/
/*ACTIONS*/
/*TRIGGERS*/
*, *:after, *:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

select {
  border: 1px solid #ccc;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-image: url(../../admin/_img/select.png);
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
  font-size: 1em;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
  margin: 0;
}

a img {
  border: none;
  margin: 0;
}

ul {
  list-style: none;
}

fieldset {
  border: 0;
}

input,
select,
textarea {
  padding: 10px;
  width: 100%;
}

input.btn {
  width: auto;
  cursor: pointer;
}

.container {
  display: block;
  width: 100%;
}

.content {
  display: block;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.fl_right {
  float: right;
}

.fl_left {
  float: left;
}

.progress {
  display: block;
  width: 100%;
  background: #333;
}

.progress_bar {
  display: inline-block;
  background: #00B494;
  color: #fff;
  padding: 5px;
  font-size: 0.7em;
  text-align: center;
  max-width: 100%;
  font-weight: 600;
  text-shadow: 1px 1px 0 #333;
  text-transform: uppercase;
}

.radius {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.rounded {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.label_50 label {
  display: inline-block;
  width: 48%;
}

.label_50 label:nth-child(2n+0) {
  margin-left: 3%;
}

/***********************************
######## HTML CHARS CONFIG #########
***********************************/
.htmlchars {
  display: block;
  width: 100%;
  padding: 30px;
}
.htmlchars h3 {
  display: block;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 30px;
}
.htmlchars h4 {
  display: block;
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 30px;
}
.htmlchars h5 {
  display: block;
  font-size: 1.6em;
  font-weight: 300;
  margin-bottom: 30px;
}
.htmlchars p {
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 400;
}
.htmlchars iframe {
  width: 100%;
  border: none;
}
.htmlchars ul {
  list-style: circle;
  margin: 20px 30px;
}
.htmlchars ol {
  margin: 20px 30px;
}
.htmlchars form {
  padding: 30px;
  background: #fbfbfb;
  margin: 20px 0;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.htmlchars form label {
  display: block;
  margin-bottom: 15px;
  font-size: 0.9em;
  text-transform: uppercase;
}
.htmlchars form input, .htmlchars form textarea {
  border: 1px solid #ccc;
  display: block;
  margin-top: 15px;
  font-size: 1em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.htmlchars form button, .htmlchars form input[type=submit] {
  display: block;
  border: 0;
  color: #fff;
  text-shadow: 0 1px #000;
  cursor: pointer;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  background: #00B494;
  border-bottom: 5px solid #008068;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.htmlchars form button:hover, .htmlchars form input[type=submit]:hover {
  background-color: #008068;
  border-color: #0B5747;
}
.htmlchars a {
  color: #0E96E5;
  text-decoration: none;
}
.htmlchars a:hover {
  text-decoration: underline;
}
.htmlchars pre {
  margin-bottom: 30px;
  font-size: 0.8em;
}
.htmlchars .btn {
  display: block;
  color: #fff;
}
.htmlchars .btn:hover {
  text-decoration: none !important;
}

/*
TRIGGER
Personaliza mensagens do sistema
*/
.trigger_success {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 0.9em;
  color: #FFF;
  margin-bottom: 20px;
  background-color: #00B494;
}
.trigger_success p {
  margin-top: 8px;
}

.trigger_info {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 0.9em;
  color: #FFF;
  margin-bottom: 20px;
  background-color: #141E37;
}
.trigger_info p {
  margin-top: 8px;
}

.trigger_alert {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 0.9em;
  color: #FFF;
  margin-bottom: 20px;
  background-color: #FAAD50;
}
.trigger_alert p {
  margin-top: 8px;
}

.trigger_error {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 0.9em;
  color: #FFF;
  margin-bottom: 20px;
  background-color: #F45563;
}
.trigger_error p {
  margin-top: 8px;
}

.trigger_none {
  margin-bottom: 0;
}

/*PAGINATOR*/
.paginator {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.paginator li {
  display: inline-block;
}

.paginator li span,
.paginator li a {
  font-size: 0.8em;
  display: inline-block;
  padding: 6px 12px;
  background: #006699;
  margin: 0 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px #006699;
}

.paginator li a:hover {
  background: #0E96E5;
}

.paginator li span {
  background: #888;
  text-shadow: 1px 1px #333;
}

/*DISPLAY MODE*/
.ds_none {
  display: none;
}

.ds_block {
  display: block;
}

.ds_inline {
  display: inline;
}

.ds_inblock {
  display: inline-block;
}

/*MARGIN MODE*/
.m_top {
  margin-top: 20px;
}

.m_bottom {
  margin-bottom: 20px;
}

.m_left {
  margin-left: 20px;
}

.m_right {
  margin-right: 20px;
}

/*ALIGN*/
.al_center {
  text-align: center;
}

.al_left {
  text-align: left;
}

.al_right {
  text-align: right;
}

.al_justify {
  text-align: justify;
}

/*TOOLTIP*/
.wc_tooltip {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.wc_tooltip:hover .wc_tooltip_balloon {
  display: inline;
}

.wc_tooltip_balloon {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  width: 200px;
  padding: 15px;
  background: #000;
  opacity: 0.9;
  z-index: 99;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-shadow: none !important;
}

.wc_tooltip_balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

/***********************************
######### CUSTON BUTTONS ###########
***********************************/
.btn_medium {
  padding: 10px 20px;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
}

.btn_green {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #00B494;
  text-shadow: 1px 1px #00816a;
  color: #FFF;
}
.btn_green:hover {
  background-color: #00816a;
}

.btn_blue {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #141E37;
  text-shadow: 1px 1px #060a12;
  color: #FFF;
}
.btn_blue:hover {
  background-color: #060a12;
}

.btn_yellow {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #FAAD50;
  text-shadow: 1px 1px #f9961e;
  color: #FFF;
}
.btn_yellow:hover {
  background-color: #f9961e;
}

.btn_red {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #F45563;
  text-shadow: 1px 1px #f12537;
  color: #FFF;
}
.btn_red:hover {
  background-color: #f12537;
}

.btn_white {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #F9F9F9;
  text-shadow: 1px 1px #e0e0e0;
  color: #333;
}
.btn_white:hover {
  background-color: #e0e0e0;
}

.btn_cta_green {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #00B494;
  border-bottom: 5px solid #00816a;
  color: #FFF;
}
.btn_cta_green:hover {
  background-color: #00816a;
  border-color: #004e40;
}

.btn_cta_blue {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #141E37;
  border-bottom: 5px solid #060a12;
  color: #FFF;
}
.btn_cta_blue:hover {
  background-color: #060a12;
  border-color: black;
}

.btn_cta_yellow {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #FAAD50;
  border-bottom: 5px solid #f9961e;
  color: #FFF;
}
.btn_cta_yellow:hover {
  background-color: #f9961e;
  border-color: #de7c06;
}

.btn_cta_red {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #F45563;
  border-bottom: 5px solid #f12537;
  color: #FFF;
}
.btn_cta_red:hover {
  background-color: #f12537;
  border-color: #d50e1f;
}

.btn_cta_white {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #F9F9F9;
  border-bottom: 5px solid #e0e0e0;
  color: #333;
}
.btn_cta_white:hover {
  background-color: #e0e0e0;
  border-color: #c6c6c6;
}

.btn_green_noaction {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #888;
  text-shadow: 1px 1px #555;
  color: #FFF;
}
.btn_green_noaction:hover {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #00B494 !important;
  cursor: default !important;
}

.btn_blue_noaction {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #888;
  text-shadow: 1px 1px #555;
  color: #FFF;
}
.btn_blue_noaction:hover {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #141E37 !important;
  cursor: default !important;
}

.btn_yellow_noaction {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #888;
  text-shadow: 1px 1px #555;
  color: #FFF;
}
.btn_yellow_noaction:hover {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #FAAD50 !important;
  cursor: default !important;
}

.btn_red_noaction {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #888;
  text-shadow: 1px 1px #555;
  color: #FFF;
}
.btn_red_noaction:hover {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #F45563 !important;
  cursor: default !important;
}

.btn_white_noaction {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #888;
  text-shadow: 1px 1px #555;
  color: #333;
}
.btn_white_noaction:hover {
  display: inline-block;
  cursor: pointer;
  padding: 7px 12px;
  margin-top: 2px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #F9F9F9 !important;
  cursor: default !important;
}

/***********************************
############### BARS  ##############
***********************************/
.bar_green {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px 5px 10px;
  background-color: #00B494;
  font-size: 0.8em;
  color: #fff;
}

.bar_blue {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px 5px 10px;
  background-color: #141E37;
  font-size: 0.8em;
  color: #fff;
}

.bar_yellow {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px 5px 10px;
  background-color: #FAAD50;
  font-size: 0.8em;
  color: #fff;
}

.bar_red {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px 5px 10px;
  background-color: #F45563;
  font-size: 0.8em;
  color: #fff;
}

.bar_white {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px 5px 10px;
  background-color: #F9F9F9;
  font-size: 0.8em;
  color: #fff;
}

.bar_icon:before {
  display: inline-block;
  margin-right: 4px !important;
}

/***********************************
########## FONT COLOR  #############
***********************************/
.font_black {
  color: black !important;
}

.font_white {
  color: white !important;
}

.font_yellow {
  color: #FAAD50 !important;
}

.font_green {
  color: #00B494 !important;
}

.font_blue {
  color: #141E37 !important;
}

.font_red {
  color: #C54550 !important;
}

.font_purple {
  color: #B78FD3 !important;
}

.font_vintage {
  color: #7EB1BC !important;
}

/***********************************
########## BACK COLOR  #############
***********************************/
.bg_yellow {
  background-color: #FAAD50 !important;
}

.bg_green {
  background-color: #00B494 !important;
}

.bg_blue {
  background-color: #141E37 !important;
}

.bg_red {
  background-color: #C54550 !important;
}

.bg_purple {
  background-color: #b78fd3 !important;
}

.bg_vintage {
  background-color: #7eb1bc !important;
}

/***********************************
############ BOX MODEL #############
***********************************/
.box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.box:before {
  clear: both;
}

.box1 {
  width: 100%;
  margin: 15px 0 15px 0;
}

.box2 {
  width: 49%;
  margin: 0 2% 1% 0;
}

.box2:nth-of-type(2n+0) {
  margin-right: 0;
}

.box3 {
  width: 32%;
  margin: 0 2% 1% 0;
}

.box3:nth-of-type(3n+0) {
  margin-right: 0;
}

.box4 {
  width: 23.5%;
  margin: 0 2% 1% 0;
}

.box4:nth-of-type(4n+0) {
  margin-right: 0;
}

.box5 {
  width: 18.4%;
  margin: 0 2% 1% 0;
}

.box5:nth-of-type(5n+0) {
  margin-right: 0;
}

.box_side {
  width: 70%;
  padding-right: 40px;
}

.box_bar {
  width: 30%;
}

/***********************************
############# OPTIN`S ##############
***********************************/
.calltoaction {
  background-color: #4CAF50;
  border: none;
  color: white !important;
  padding: 20px;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-shadow: 1px 1px 0 #000; /* Safari */
  transition-duration: 0.2s;
  cursor: pointer;
  box-shadow: 1px 1px 3px 1px #ccc;
  -moz-box-shadow: 1px 1px 3px 1px #ccc;
  -webkit-box-shadow: 1px 1px 3px 1px #ccc;
}

.calltoaction:hover {
  background-color: #55C25C; /* Green */
  color: white;
}

#optin {
  width: 100%;
  text-align: center;
}

#optin * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#optin input {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#optin input[type=text],
#optin input[type=email] {
  border: 1px solid #ccc;
  font-size: 15px;
  margin-bottom: 15px;
  padding: 8px 10px;
  width: 100%;
}

#optin input.email {
  background: #fff url(images/email.png) no-repeat center right;
}

#optin input.name {
  background: #fff url(images/name.png) no-repeat center right;
}

#optin input[type=submit] {
  display: block;
  width: 100%;
  padding: 15px;
  background: #56b748;
  border: 1px #4a9e3e solid;
  color: #fff;
  text-shadow: 1px 1px 0 #333;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#optin input[type=submit]:hover {
  background: #4a9e3e;
  border-color: #3e8434;
}

#optin .termos {
  font-size: 0.8em;
  margin: 10px 0 0 0;
  display: inline-block;
  padding-left: 25px;
  background: url(images/privace.png) left center no-repeat;
  text-transform: uppercase;
  color: #555;
}

/***********************************
############# MAINTENANCE ##############
***********************************/
.workcontrol_maintenance {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  background: #ba8585;
  color: #fff;
  text-shadow: 1px 1px 0px #855E5E;
}

/***********************************
########## MEDIA QUERIES ###########
***********************************/
@media (max-width: 34em) {
  .box2,
  .box3,
  .box4,
  .box5 {
    width: 100%;
    margin: 15px 0 15px 0 !important;
  }
  .label_50 label {
    display: block;
    width: 100%;
  }
  .label_50 label:nth-child(2n+0) {
    margin-left: 0;
  }
  .wc_ead_enter_actions,
  .form_actions {
    text-align: center !important;
  }
}
@media (min-width: 34em) and (max-width: 48em) {
  .box2,
  .box3,
  .box4,
  .box5 {
    width: 49%;
    margin: 1% 2% 1% 0 !important;
  }
  .box2:nth-of-type(2n+0),
  .box3:nth-of-type(2n+0),
  .box4:nth-of-type(2n+0),
  .box5:nth-of-type(2n+0) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48.0625em) and (max-width: 64em) {
  .box3,
  .box4,
  .box5 {
    width: 32%;
    margin: 1% 2% 1% 0 !important;
  }
  .box3:nth-of-type(3n+0),
  .box4:nth-of-type(3n+0),
  .box5:nth-of-type(3n+0) {
    margin-right: 0 !important;
  }
}
@media (max-width: 60em) {
  .box_bar,
  .box_side {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 64.0625em) and (max-width: 80em) {
  .box4,
  .box5 {
    width: 23.4%;
    margin: 1% 2% 1% 0 !important;
  }
  .box4:nth-of-type(4n+0),
  .box5:nth-of-type(4n+0) {
    margin-right: 0 !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../../_cdn/scss/components/fonts/icomoon.eot?y0waze");
  src: url("../../_cdn/scss/components/fonts/icomoon.eot?y0waze#iefix") format("embedded-opentype"), url("../../_cdn/scss/components/fonts/icomoon.ttf?y0waze") format("truetype"), url("../../_cdn/scss/components/fonts/icomoon.woff?y0waze") format("woff"), url("../../_cdn/scss/components/fonts/icomoon.svg?y0waze#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.3;
  font-size: 1em;
  margin-right: 8px;
  /* Render Font */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-notext,
.icon-notext:before {
  margin: 0 !important;
  text-align: center;
}

.icon-home:before {
  content: "\e900";
}

.icon-home2:before {
  content: "\e901";
}

.icon-home3:before {
  content: "\e902";
}

.icon-office:before {
  content: "\e903";
}

.icon-newspaper:before {
  content: "\e904";
}

.icon-pencil:before {
  content: "\e905";
}

.icon-pencil2:before {
  content: "\e906";
}

.icon-quill:before {
  content: "\e907";
}

.icon-pen:before {
  content: "\e908";
}

.icon-blog:before {
  content: "\e909";
}

.icon-eyedropper:before {
  content: "\e90a";
}

.icon-droplet:before {
  content: "\e90b";
}

.icon-paint-format:before {
  content: "\e90c";
}

.icon-image:before {
  content: "\e90d";
}

.icon-images:before {
  content: "\e90e";
}

.icon-camera:before {
  content: "\e90f";
}

.icon-headphones:before {
  content: "\e910";
}

.icon-music:before {
  content: "\e911";
}

.icon-play:before {
  content: "\e912";
}

.icon-film:before {
  content: "\e913";
}

.icon-video-camera:before {
  content: "\e914";
}

.icon-dice:before {
  content: "\e915";
}

.icon-pacman:before {
  content: "\e916";
}

.icon-spades:before {
  content: "\e917";
}

.icon-clubs:before {
  content: "\e918";
}

.icon-diamonds:before {
  content: "\e919";
}

.icon-bullhorn:before {
  content: "\e91a";
}

.icon-connection:before {
  content: "\e91b";
}

.icon-podcast:before {
  content: "\e91c";
}

.icon-feed:before {
  content: "\e91d";
}

.icon-mic:before {
  content: "\e91e";
}

.icon-book:before {
  content: "\e91f";
}

.icon-books:before {
  content: "\e920";
}

.icon-library:before {
  content: "\e921";
}

.icon-file-text:before {
  content: "\e922";
}

.icon-profile:before {
  content: "\e923";
}

.icon-file-empty:before {
  content: "\e924";
}

.icon-files-empty:before {
  content: "\e925";
}

.icon-file-text2:before {
  content: "\e926";
}

.icon-file-picture:before {
  content: "\e927";
}

.icon-file-music:before {
  content: "\e928";
}

.icon-file-play:before {
  content: "\e929";
}

.icon-file-video:before {
  content: "\e92a";
}

.icon-file-zip:before {
  content: "\e92b";
}

.icon-copy:before {
  content: "\e92c";
}

.icon-paste:before {
  content: "\e92d";
}

.icon-stack:before {
  content: "\e92e";
}

.icon-folder:before {
  content: "\e92f";
}

.icon-folder-open:before {
  content: "\e930";
}

.icon-folder-plus:before {
  content: "\e931";
}

.icon-folder-minus:before {
  content: "\e932";
}

.icon-folder-download:before {
  content: "\e933";
}

.icon-folder-upload:before {
  content: "\e934";
}

.icon-price-tag:before {
  content: "\e935";
}

.icon-price-tags:before {
  content: "\e936";
}

.icon-barcode:before {
  content: "\e937";
}

.icon-qrcode:before {
  content: "\e938";
}

.icon-ticket:before {
  content: "\e939";
}

.icon-cart:before {
  content: "\e93a";
}

.icon-coin-dollar:before {
  content: "\e93b";
}

.icon-coin-euro:before {
  content: "\e93c";
}

.icon-coin-pound:before {
  content: "\e93d";
}

.icon-coin-yen:before {
  content: "\e93e";
}

.icon-credit-card:before {
  content: "\e93f";
}

.icon-calculator:before {
  content: "\e940";
}

.icon-lifebuoy:before {
  content: "\e941";
}

.icon-phone:before {
  content: "\e942";
}

.icon-phone-hang-up:before {
  content: "\e943";
}

.icon-address-book:before {
  content: "\e944";
}

.icon-envelop:before {
  content: "\e945";
}

.icon-pushpin:before {
  content: "\e946";
}

.icon-location:before {
  content: "\e947";
}

.icon-location2:before {
  content: "\e948";
}

.icon-compass:before {
  content: "\e949";
}

.icon-compass2:before {
  content: "\e94a";
}

.icon-map:before {
  content: "\e94b";
}

.icon-map2:before {
  content: "\e94c";
}

.icon-history:before {
  content: "\e94d";
}

.icon-clock:before {
  content: "\e94e";
}

.icon-clock2:before {
  content: "\e94f";
}

.icon-alarm:before {
  content: "\e950";
}

.icon-bell:before {
  content: "\e951";
}

.icon-stopwatch:before {
  content: "\e952";
}

.icon-calendar:before {
  content: "\e953";
}

.icon-printer:before {
  content: "\e954";
}

.icon-keyboard:before {
  content: "\e955";
}

.icon-display:before {
  content: "\e956";
}

.icon-laptop:before {
  content: "\e957";
}

.icon-mobile:before {
  content: "\e958";
}

.icon-mobile2:before {
  content: "\e959";
}

.icon-tablet:before {
  content: "\e95a";
}

.icon-tv:before {
  content: "\e95b";
}

.icon-drawer:before {
  content: "\e95c";
}

.icon-drawer2:before {
  content: "\e95d";
}

.icon-box-add:before {
  content: "\e95e";
}

.icon-box-remove:before {
  content: "\e95f";
}

.icon-download:before {
  content: "\e960";
}

.icon-upload:before {
  content: "\e961";
}

.icon-floppy-disk:before {
  content: "\e962";
}

.icon-drive:before {
  content: "\e963";
}

.icon-database:before {
  content: "\e964";
}

.icon-undo:before {
  content: "\e965";
}

.icon-redo:before {
  content: "\e966";
}

.icon-undo2:before {
  content: "\e967";
}

.icon-redo2:before {
  content: "\e968";
}

.icon-forward:before {
  content: "\e969";
}

.icon-reply:before {
  content: "\e96a";
}

.icon-bubble:before {
  content: "\e96b";
}

.icon-bubbles:before {
  content: "\e96c";
}

.icon-bubbles2:before {
  content: "\e96d";
}

.icon-bubble2:before {
  content: "\e96e";
}

.icon-bubbles3:before {
  content: "\e96f";
}

.icon-bubbles4:before {
  content: "\e970";
}

.icon-user:before {
  content: "\e971";
}

.icon-users:before {
  content: "\e972";
}

.icon-user-plus:before {
  content: "\e973";
}

.icon-user-minus:before {
  content: "\e974";
}

.icon-user-check:before {
  content: "\e975";
}

.icon-user-tie:before {
  content: "\e976";
}

.icon-quotes-left:before {
  content: "\e977";
}

.icon-quotes-right:before {
  content: "\e978";
}

.icon-hour-glass:before {
  content: "\e979";
}

.icon-spinner:before {
  content: "\e97a";
}

.icon-spinner2:before {
  content: "\e97b";
}

.icon-spinner3:before {
  content: "\e97c";
}

.icon-spinner4:before {
  content: "\e97d";
}

.icon-spinner5:before {
  content: "\e97e";
}

.icon-spinner6:before {
  content: "\e97f";
}

.icon-spinner7:before {
  content: "\e980";
}

.icon-spinner8:before {
  content: "\e981";
}

.icon-spinner9:before {
  content: "\e982";
}

.icon-spinner10:before {
  content: "\e983";
}

.icon-spinner11:before {
  content: "\e984";
}

.icon-binoculars:before {
  content: "\e985";
}

.icon-search:before {
  content: "\e986";
}

.icon-zoom-in:before {
  content: "\e987";
}

.icon-zoom-out:before {
  content: "\e988";
}

.icon-enlarge:before {
  content: "\e989";
}

.icon-shrink:before {
  content: "\e98a";
}

.icon-enlarge2:before {
  content: "\e98b";
}

.icon-shrink2:before {
  content: "\e98c";
}

.icon-key:before {
  content: "\e98d";
}

.icon-key2:before {
  content: "\e98e";
}

.icon-lock:before {
  content: "\e98f";
}

.icon-unlocked:before {
  content: "\e990";
}

.icon-wrench:before {
  content: "\e991";
}

.icon-equalizer:before {
  content: "\e992";
}

.icon-equalizer2:before {
  content: "\e993";
}

.icon-cog:before {
  content: "\e994";
}

.icon-cogs:before {
  content: "\e995";
}

.icon-hammer:before {
  content: "\e996";
}

.icon-magic-wand:before {
  content: "\e997";
}

.icon-aid-kit:before {
  content: "\e998";
}

.icon-bug:before {
  content: "\e999";
}

.icon-pie-chart:before {
  content: "\e99a";
}

.icon-stats-dots:before {
  content: "\e99b";
}

.icon-stats-bars:before {
  content: "\e99c";
}

.icon-stats-bars2:before {
  content: "\e99d";
}

.icon-trophy:before {
  content: "\e99e";
}

.icon-gift:before {
  content: "\e99f";
}

.icon-glass:before {
  content: "\e9a0";
}

.icon-glass2:before {
  content: "\e9a1";
}

.icon-mug:before {
  content: "\e9a2";
}

.icon-spoon-knife:before {
  content: "\e9a3";
}

.icon-leaf:before {
  content: "\e9a4";
}

.icon-rocket:before {
  content: "\e9a5";
}

.icon-meter:before {
  content: "\e9a6";
}

.icon-meter2:before {
  content: "\e9a7";
}

.icon-hammer2:before {
  content: "\e9a8";
}

.icon-fire:before {
  content: "\e9a9";
}

.icon-lab:before {
  content: "\e9aa";
}

.icon-magnet:before {
  content: "\e9ab";
}

.icon-bin:before {
  content: "\e9ac";
}

.icon-bin2:before {
  content: "\e9ad";
}

.icon-briefcase:before {
  content: "\e9ae";
}

.icon-airplane:before {
  content: "\e9af";
}

.icon-truck:before {
  content: "\e9b0";
}

.icon-road:before {
  content: "\e9b1";
}

.icon-accessibility:before {
  content: "\e9b2";
}

.icon-target:before {
  content: "\e9b3";
}

.icon-shield:before {
  content: "\e9b4";
}

.icon-power:before {
  content: "\e9b5";
}

.icon-switch:before {
  content: "\e9b6";
}

.icon-power-cord:before {
  content: "\e9b7";
}

.icon-clipboard:before {
  content: "\e9b8";
}

.icon-list-numbered:before {
  content: "\e9b9";
}

.icon-list:before {
  content: "\e9ba";
}

.icon-list2:before {
  content: "\e9bb";
}

.icon-tree:before {
  content: "\e9bc";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-menu2:before {
  content: "\e9be";
}

.icon-menu3:before {
  content: "\e9bf";
}

.icon-menu4:before {
  content: "\e9c0";
}

.icon-cloud:before {
  content: "\e9c1";
}

.icon-cloud-download:before {
  content: "\e9c2";
}

.icon-cloud-upload:before {
  content: "\e9c3";
}

.icon-cloud-check:before {
  content: "\e9c4";
}

.icon-download2:before {
  content: "\e9c5";
}

.icon-upload2:before {
  content: "\e9c6";
}

.icon-download3:before {
  content: "\e9c7";
}

.icon-upload3:before {
  content: "\e9c8";
}

.icon-sphere:before {
  content: "\e9c9";
}

.icon-earth:before {
  content: "\e9ca";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-flag:before {
  content: "\e9cc";
}

.icon-attachment:before {
  content: "\e9cd";
}

.icon-eye:before {
  content: "\e9ce";
}

.icon-eye-plus:before {
  content: "\e9cf";
}

.icon-eye-minus:before {
  content: "\e9d0";
}

.icon-eye-blocked:before {
  content: "\e9d1";
}

.icon-bookmark:before {
  content: "\e9d2";
}

.icon-bookmarks:before {
  content: "\e9d3";
}

.icon-sun:before {
  content: "\e9d4";
}

.icon-contrast:before {
  content: "\e9d5";
}

.icon-brightness-contrast:before {
  content: "\e9d6";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-half:before {
  content: "\e9d8";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-heart:before {
  content: "\e9da";
}

.icon-heart-broken:before {
  content: "\e9db";
}

.icon-man:before {
  content: "\e9dc";
}

.icon-woman:before {
  content: "\e9dd";
}

.icon-man-woman:before {
  content: "\e9de";
}

.icon-happy:before {
  content: "\e9df";
}

.icon-happy2:before {
  content: "\e9e0";
}

.icon-smile:before {
  content: "\e9e1";
}

.icon-smile2:before {
  content: "\e9e2";
}

.icon-tongue:before {
  content: "\e9e3";
}

.icon-tongue2:before {
  content: "\e9e4";
}

.icon-sad:before {
  content: "\e9e5";
}

.icon-sad2:before {
  content: "\e9e6";
}

.icon-wink:before {
  content: "\e9e7";
}

.icon-wink2:before {
  content: "\e9e8";
}

.icon-grin:before {
  content: "\e9e9";
}

.icon-grin2:before {
  content: "\e9ea";
}

.icon-cool:before {
  content: "\e9eb";
}

.icon-cool2:before {
  content: "\e9ec";
}

.icon-angry:before {
  content: "\e9ed";
}

.icon-angry2:before {
  content: "\e9ee";
}

.icon-evil:before {
  content: "\e9ef";
}

.icon-evil2:before {
  content: "\e9f0";
}

.icon-shocked:before {
  content: "\e9f1";
}

.icon-shocked2:before {
  content: "\e9f2";
}

.icon-baffled:before {
  content: "\e9f3";
}

.icon-baffled2:before {
  content: "\e9f4";
}

.icon-confused:before {
  content: "\e9f5";
}

.icon-confused2:before {
  content: "\e9f6";
}

.icon-neutral:before {
  content: "\e9f7";
}

.icon-neutral2:before {
  content: "\e9f8";
}

.icon-hipster:before {
  content: "\e9f9";
}

.icon-hipster2:before {
  content: "\e9fa";
}

.icon-wondering:before {
  content: "\e9fb";
}

.icon-wondering2:before {
  content: "\e9fc";
}

.icon-sleepy:before {
  content: "\e9fd";
}

.icon-sleepy2:before {
  content: "\e9fe";
}

.icon-frustrated:before {
  content: "\e9ff";
}

.icon-frustrated2:before {
  content: "\ea00";
}

.icon-crying:before {
  content: "\ea01";
}

.icon-crying2:before {
  content: "\ea02";
}

.icon-point-up:before {
  content: "\ea03";
}

.icon-point-right:before {
  content: "\ea04";
}

.icon-point-down:before {
  content: "\ea05";
}

.icon-point-left:before {
  content: "\ea06";
}

.icon-warning:before {
  content: "\ea07";
}

.icon-notification:before {
  content: "\ea08";
}

.icon-question:before {
  content: "\ea09";
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-minus:before {
  content: "\ea0b";
}

.icon-info:before {
  content: "\ea0c";
}

.icon-cancel-circle:before {
  content: "\ea0d";
}

.icon-blocked:before {
  content: "\ea0e";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-checkmark2:before {
  content: "\ea11";
}

.icon-spell-check:before {
  content: "\ea12";
}

.icon-enter:before {
  content: "\ea13";
}

.icon-exit:before {
  content: "\ea14";
}

.icon-play2:before {
  content: "\ea15";
}

.icon-pause:before {
  content: "\ea16";
}

.icon-stop:before {
  content: "\ea17";
}

.icon-previous:before {
  content: "\ea18";
}

.icon-next:before {
  content: "\ea19";
}

.icon-backward:before {
  content: "\ea1a";
}

.icon-forward2:before {
  content: "\ea1b";
}

.icon-play3:before {
  content: "\ea1c";
}

.icon-pause2:before {
  content: "\ea1d";
}

.icon-stop2:before {
  content: "\ea1e";
}

.icon-backward2:before {
  content: "\ea1f";
}

.icon-forward3:before {
  content: "\ea20";
}

.icon-first:before {
  content: "\ea21";
}

.icon-last:before {
  content: "\ea22";
}

.icon-previous2:before {
  content: "\ea23";
}

.icon-next2:before {
  content: "\ea24";
}

.icon-eject:before {
  content: "\ea25";
}

.icon-volume-high:before {
  content: "\ea26";
}

.icon-volume-medium:before {
  content: "\ea27";
}

.icon-volume-low:before {
  content: "\ea28";
}

.icon-volume-mute:before {
  content: "\ea29";
}

.icon-volume-mute2:before {
  content: "\ea2a";
}

.icon-volume-increase:before {
  content: "\ea2b";
}

.icon-volume-decrease:before {
  content: "\ea2c";
}

.icon-loop:before {
  content: "\ea2d";
}

.icon-loop2:before {
  content: "\ea2e";
}

.icon-infinite:before {
  content: "\ea2f";
}

.icon-shuffle:before {
  content: "\ea30";
}

.icon-arrow-up-left:before {
  content: "\ea31";
}

.icon-arrow-up:before {
  content: "\ea32";
}

.icon-arrow-up-right:before {
  content: "\ea33";
}

.icon-arrow-right:before {
  content: "\ea34";
}

.icon-arrow-down-right:before {
  content: "\ea35";
}

.icon-arrow-down:before {
  content: "\ea36";
}

.icon-arrow-down-left:before {
  content: "\ea37";
}

.icon-arrow-left:before {
  content: "\ea38";
}

.icon-arrow-up-left2:before {
  content: "\ea39";
}

.icon-arrow-up2:before {
  content: "\ea3a";
}

.icon-arrow-up-right2:before {
  content: "\ea3b";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-down-right2:before {
  content: "\ea3d";
}

.icon-arrow-down2:before {
  content: "\ea3e";
}

.icon-arrow-down-left2:before {
  content: "\ea3f";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

.icon-circle-up:before {
  content: "\ea41";
}

.icon-circle-right:before {
  content: "\ea42";
}

.icon-circle-down:before {
  content: "\ea43";
}

.icon-circle-left:before {
  content: "\ea44";
}

.icon-tab:before {
  content: "\ea45";
}

.icon-move-up:before {
  content: "\ea46";
}

.icon-move-down:before {
  content: "\ea47";
}

.icon-sort-alpha-asc:before {
  content: "\ea48";
}

.icon-sort-alpha-desc:before {
  content: "\ea49";
}

.icon-sort-numeric-asc:before {
  content: "\ea4a";
}

.icon-sort-numberic-desc:before {
  content: "\ea4b";
}

.icon-sort-amount-asc:before {
  content: "\ea4c";
}

.icon-sort-amount-desc:before {
  content: "\ea4d";
}

.icon-command:before {
  content: "\ea4e";
}

.icon-shift:before {
  content: "\ea4f";
}

.icon-ctrl:before {
  content: "\ea50";
}

.icon-opt:before {
  content: "\ea51";
}

.icon-checkbox-checked:before {
  content: "\ea52";
}

.icon-checkbox-unchecked:before {
  content: "\ea53";
}

.icon-radio-checked:before {
  content: "\ea54";
}

.icon-radio-checked2:before {
  content: "\ea55";
}

.icon-radio-unchecked:before {
  content: "\ea56";
}

.icon-crop:before {
  content: "\ea57";
}

.icon-make-group:before {
  content: "\ea58";
}

.icon-ungroup:before {
  content: "\ea59";
}

.icon-scissors:before {
  content: "\ea5a";
}

.icon-filter:before {
  content: "\ea5b";
}

.icon-font:before {
  content: "\ea5c";
}

.icon-ligature:before {
  content: "\ea5d";
}

.icon-ligature2:before {
  content: "\ea5e";
}

.icon-text-height:before {
  content: "\ea5f";
}

.icon-text-width:before {
  content: "\ea60";
}

.icon-font-size:before {
  content: "\ea61";
}

.icon-bold:before {
  content: "\ea62";
}

.icon-underline:before {
  content: "\ea63";
}

.icon-italic:before {
  content: "\ea64";
}

.icon-strikethrough:before {
  content: "\ea65";
}

.icon-omega:before {
  content: "\ea66";
}

.icon-sigma:before {
  content: "\ea67";
}

.icon-page-break:before {
  content: "\ea68";
}

.icon-superscript:before {
  content: "\ea69";
}

.icon-subscript:before {
  content: "\ea6a";
}

.icon-superscript2:before {
  content: "\ea6b";
}

.icon-subscript2:before {
  content: "\ea6c";
}

.icon-text-color:before {
  content: "\ea6d";
}

.icon-pagebreak:before {
  content: "\ea6e";
}

.icon-clear-formatting:before {
  content: "\ea6f";
}

.icon-table:before {
  content: "\ea70";
}

.icon-table2:before {
  content: "\ea71";
}

.icon-insert-template:before {
  content: "\ea72";
}

.icon-pilcrow:before {
  content: "\ea73";
}

.icon-ltr:before {
  content: "\ea74";
}

.icon-rtl:before {
  content: "\ea75";
}

.icon-section:before {
  content: "\ea76";
}

.icon-paragraph-left:before {
  content: "\ea77";
}

.icon-paragraph-center:before {
  content: "\ea78";
}

.icon-paragraph-right:before {
  content: "\ea79";
}

.icon-paragraph-justify:before {
  content: "\ea7a";
}

.icon-indent-increase:before {
  content: "\ea7b";
}

.icon-indent-decrease:before {
  content: "\ea7c";
}

.icon-share:before {
  content: "\ea7d";
}

.icon-new-tab:before {
  content: "\ea7e";
}

.icon-embed:before {
  content: "\ea7f";
}

.icon-embed2:before {
  content: "\ea80";
}

.icon-terminal:before {
  content: "\ea81";
}

.icon-share2:before {
  content: "\ea82";
}

.icon-mail:before {
  content: "\ea83";
}

.icon-mail2:before {
  content: "\ea84";
}

.icon-mail3:before {
  content: "\ea85";
}

.icon-mail4:before {
  content: "\ea86";
}

.icon-amazon:before {
  content: "\ea87";
}

.icon-google:before {
  content: "\ea88";
}

.icon-google2:before {
  content: "\ea89";
}

.icon-google3:before {
  content: "\ea8a";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-google-plus2:before {
  content: "\ea8c";
}

.icon-google-plus3:before {
  content: "\ea8d";
}

.icon-hangouts:before {
  content: "\ea8e";
}

.icon-google-drive:before {
  content: "\ea8f";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-spotify:before {
  content: "\ea94";
}

.icon-telegram:before {
  content: "\ea95";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-vine:before {
  content: "\ea97";
}

.icon-vk:before {
  content: "\ea98";
}

.icon-renren:before {
  content: "\ea99";
}

.icon-sina-weibo:before {
  content: "\ea9a";
}

.icon-rss:before {
  content: "\ea9b";
}

.icon-rss2:before {
  content: "\ea9c";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-youtube2:before {
  content: "\ea9e";
}

.icon-twitch:before {
  content: "\ea9f";
}

.icon-vimeo:before {
  content: "\eaa0";
}

.icon-vimeo2:before {
  content: "\eaa1";
}

.icon-lanyrd:before {
  content: "\eaa2";
}

.icon-flickr:before {
  content: "\eaa3";
}

.icon-flickr2:before {
  content: "\eaa4";
}

.icon-flickr3:before {
  content: "\eaa5";
}

.icon-flickr4:before {
  content: "\eaa6";
}

.icon-dribbble:before {
  content: "\eaa7";
}

.icon-behance:before {
  content: "\eaa8";
}

.icon-behance2:before {
  content: "\eaa9";
}

.icon-deviantart:before {
  content: "\eaaa";
}

.icon-500px:before {
  content: "\eaab";
}

.icon-steam:before {
  content: "\eaac";
}

.icon-steam2:before {
  content: "\eaad";
}

.icon-dropbox:before {
  content: "\eaae";
}

.icon-onedrive:before {
  content: "\eaaf";
}

.icon-github:before {
  content: "\eab0";
}

.icon-npm:before {
  content: "\eab1";
}

.icon-basecamp:before {
  content: "\eab2";
}

.icon-trello:before {
  content: "\eab3";
}

.icon-wordpress:before {
  content: "\eab4";
}

.icon-joomla:before {
  content: "\eab5";
}

.icon-ello:before {
  content: "\eab6";
}

.icon-blogger:before {
  content: "\eab7";
}

.icon-blogger2:before {
  content: "\eab8";
}

.icon-tumblr:before {
  content: "\eab9";
}

.icon-tumblr2:before {
  content: "\eaba";
}

.icon-yahoo:before {
  content: "\eabb";
}

.icon-yahoo2:before {
  content: "\eabc";
}

.icon-tux:before {
  content: "\eabd";
}

.icon-appleinc:before {
  content: "\eabe";
}

.icon-finder:before {
  content: "\eabf";
}

.icon-android:before {
  content: "\eac0";
}

.icon-windows:before {
  content: "\eac1";
}

.icon-windows8:before {
  content: "\eac2";
}

.icon-soundcloud:before {
  content: "\eac3";
}

.icon-soundcloud2:before {
  content: "\eac4";
}

.icon-skype:before {
  content: "\eac5";
}

.icon-reddit:before {
  content: "\eac6";
}

.icon-hackernews:before {
  content: "\eac7";
}

.icon-wikipedia:before {
  content: "\eac8";
}

.icon-linkedin:before {
  content: "\eac9";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-lastfm:before {
  content: "\eacb";
}

.icon-lastfm2:before {
  content: "\eacc";
}

.icon-delicious:before {
  content: "\eacd";
}

.icon-stumbleupon:before {
  content: "\eace";
}

.icon-stumbleupon2:before {
  content: "\eacf";
}

.icon-stackoverflow:before {
  content: "\ead0";
}

.icon-pinterest:before {
  content: "\ead1";
}

.icon-pinterest2:before {
  content: "\ead2";
}

.icon-xing:before {
  content: "\ead3";
}

.icon-xing2:before {
  content: "\ead4";
}

.icon-flattr:before {
  content: "\ead5";
}

.icon-foursquare:before {
  content: "\ead6";
}

.icon-yelp:before {
  content: "\ead7";
}

.icon-paypal:before {
  content: "\ead8";
}

.icon-chrome:before {
  content: "\ead9";
}

.icon-firefox:before {
  content: "\eada";
}

.icon-IE:before {
  content: "\eadb";
}

.icon-edge:before {
  content: "\eadc";
}

.icon-safari:before {
  content: "\eadd";
}

.icon-opera:before {
  content: "\eade";
}

.icon-file-pdf:before {
  content: "\eadf";
}

.icon-file-openoffice:before {
  content: "\eae0";
}

.icon-file-word:before {
  content: "\eae1";
}

.icon-file-excel:before {
  content: "\eae2";
}

.icon-libreoffice:before {
  content: "\eae3";
}

.icon-html-five:before {
  content: "\eae4";
}

.icon-html-five2:before {
  content: "\eae5";
}

.icon-css3:before {
  content: "\eae6";
}

.icon-git:before {
  content: "\eae7";
}

.icon-codepen:before {
  content: "\eae8";
}

.icon-svg:before {
  content: "\eae9";
}

.icon-IcoMoon:before {
  content: "\eaea";
}

/*THEMES*/
/*DEFAULT*/
/*CONTENT*/
.content {
  width: 80%;
}

.main_content {
  padding: 50px 0;
  background: #eaeaea;
}

/*THEME*/
/*COLOR DEFAULT*/
.main_header {
  display: flex;
  background: #141E37;
  padding: 5px 0;
}

.main_header header {
  float: left;
  text-align: center;
  color: #FFF;
}

.main_header header img {
  width: 170px;
}

.main_header nav {
  display: flex;
  height: 100%;
  align-items: center;
  float: right;
}

.main_header nav ul {
  margin-top: 10px;
  display: block;
  width: 100%;
}

.main_header nav li {
  display: inline-block;
  position: relative;
}

.main_header nav li a {
  font-size: 1.25em;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
}

.main_header nav li a:hover {
  background: #333;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}

/* SERVIÇOS */
.print_home_services {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 40px 0;
}

.print_home_services header {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.print_home_services header h1 {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #141E37;
}

.print_home_services header p {
  font-size: 1.25em;
  color: #141E37;
  margin-top: 10px;
}

.print_home_services_bottom {
  width: 10vw;
  margin-top: 15px;
  border-bottom: 5px solid #141E37;
}

.print_home_services_list {
  display: flex;
  flex-flow: row;
}

.print_home_services_list article {
  min-height: 50vh;
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  padding: 30px 25px;
  margin: 10px;
  box-shadow: 2px 2px 10px 0px #CCC;
  -moz-box-shadow: 2px 2px 10px 0px #CCC;
  -webkit-box-shadow: 2px 2px 10px 0px #CCC;
}

.print_home_services_list article h1 {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: #141E37;
  margin-top: 10px;
}

.print_home_services_list article p {
  font-size: 1em;
  color: #333;
  margin: 10px 0;
}

/* SOBRE NÓS */
.print_home_aboutus {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #141E37;
  padding: 40px 0;
}

.print_home_aboutus .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.print_home_aboutus header {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.print_home_aboutus header h1 {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
}

.print_home_aboutus header p {
  font-size: 1.25em;
  color: #FFF;
  margin-top: 10px;
}

.print_home_aboutus_bottom {
  width: 10vw;
  margin-top: 15px;
  border-bottom: 5px solid #FFF;
}

.print_home_aboutus_list {
  display: flex;
  flex-flow: row;
  margin: 40px 0;
  justify-content: space-between;
}

.print_home_aboutus_list .print_home_aboutus_box {
  display: flex;
  align-items: start;
  flex-flow: column;
  justify-content: space-between;
  max-width: 47%;
}

.print_home_aboutus_list .print_home_aboutus_box p {
  color: #FFF;
  font-size: 1em;
  margin: 5px 0;
}

/* SERVIÇOS */
.print_home_contact {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 40px 0;
}

.print_home_contact header {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.print_home_contact header h1 {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #141E37;
}

.print_home_contact header p {
  font-size: 1.25em;
  color: #141E37;
  margin-top: 10px;
}

.print_home_contact_bottom {
  width: 10vw;
  margin-top: 15px;
  border-bottom: 5px solid #141E37;
}

.print_home_contact_box {
  display: flex;
  width: 100%;
  margin: 20px 0;
  padding: 20px 0;
  background-color: #141E37;
}

.print_home_contact_box .content {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

.print_home_contact_box .content img {
  max-width: 30%;
  border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
}

.print_home_contact_box .content .info {
  flex-basis: 60%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-around;
}

.print_home_contact_box .content .info p {
  font-size: 1.25em;
  color: #FFF;
  margin-bottom: 30px;
}

.print_home_contact_info {
  display: flex;
  margin: 20px 0;
  padding: 20px 0;
  flex-flow: row;
  align-items: baseline;
  justify-content: space-between;
}

.print_home_contact_info .box {
  flex-basis: content;
}

.print_home_contact_info .box h3 {
  font-size: 1.25em;
  color: #141E37;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.print_home_contact_info .box p {
  font-size: 1.25em;
  color: #333;
  margin-bottom: 10px;
}

/*1024px*/
@media (max-width: 64em) {
  .print_home_services_bottom,
  .print_home_aboutus_bottom,
  .print_home_contact_bottom {
    width: 50vw;
  }
  /*SERVIÇOS*/
  .print_home_services_list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .print_home_services_list article {
    flex: 0;
    flex-basis: 48%;
    margin: 2% 0;
  }
  /*QUEM SOMOS*/
  .print_home_aboutus {
    min-height: 80vh;
  }
  .print_home_aboutus_list .print_home_aboutus_box {
    max-width: 100%;
  }
  .print_home_aboutus_list img {
    max-width: 40%;
    padding: 0;
    margin: 0 30px 0 0;
  }
  .print_home_contact_info {
    flex-wrap: wrap;
  }
  .print_home_contact_info .box:nth-child(1) {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
/*640px*/
@media (max-width: 40em) {
  .print_home_services header,
  .print_home_aboutus header,
  .print_home_contact header {
    text-align: center;
  }
  .print_home_services_list {
    margin-top: 20px;
  }
  .print_home_services_list article {
    flex-basis: 100%;
  }
  .print_home_aboutus_list,
  .print_home_contact_box .content {
    flex-flow: column;
  }
  .print_home_aboutus_list img,
  .print_home_contact_box .content img {
    max-width: 75%;
    margin-bottom: 20px;
  }
  .print_home_contact_box .content .info {
    flex-basis: 100%;
    align-items: center;
  }
  .print_home_contact_box .content .info .btn_cta_green {
    padding: 15px;
  }
  .print_home_contact_info .box {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
/*SEARCH FORM*/
.search_form {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background: #fbfbfb;
  text-align: center;
}

.search_form input {
  margin-bottom: 10px;
}

.search_form button {
  text-transform: uppercase;
  font-size: 0.8em;
}

/*PAGINATOR*/
.paginator {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.paginator li {
  display: inline-block;
  font-size: 1.5em;
}

.paginator li a,
.paginator li span {
  padding: 10px 15px;
  margin: 0 5px;
  background: #67686D;
  color: #FFF;
  text-decoration: none;
}

.paginator li a:hover {
  background: #141E37;
}

.paginator li span {
  background: #141E37;
  font-weight: bold;
}

.page_single {
  padding-top: 15%;
  padding-bottom: 50px;
  background-position: top center;
  background-size: cover;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page_single .content {
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-bottom: 10px;
}

.page_single header {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 40px;
}

.page_single header h1 {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #141E37;
}

.page_single header p {
  font-size: 1.25em;
  color: #141E37;
  margin-top: 10px;
}

.page_single_bottom {
  width: 10vw;
  margin-top: 15px;
  border-bottom: 5px solid #141E37;
}

.page_single .htmlchars {
  font-size: 1.25em;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}

/*1024px*/
@media (max-width: 64em) {
  .page_single_bottom {
    width: 50vw;
  }
}
.print_services {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding-top: 0%;
  padding-bottom: 50px;
  background-position: top center;
  background-size: contain;
  background-color: #FFF;
  background-repeat: no-repeat;
}

.print_services .content {
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.print_services .htmlchars {
  font-size: 1.25em;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}

.print_services header {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 40px;
}

.print_services header h1 {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #141E37;
}

.print_services header p {
  font-size: 1.25em;
  color: #141E37;
  margin-top: 10px;
}

.print_services_bottom {
  width: 10vw;
  margin-top: 15px;
  border-bottom: 5px solid #141E37;
}

.print_services_list {
  display: flex;
  flex-flow: row;
  margin-bottom: 20px;
}

.print_services_list article {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  padding: 30px 25px;
  margin: 10px;
  box-shadow: 2px 2px 10px 0px #CCC;
  -moz-box-shadow: 2px 2px 10px 0px #CCC;
  -webkit-box-shadow: 2px 2px 10px 0px #CCC;
}

.print_services_list article h1 {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: #141E37;
  margin: 20px 0;
}

.print_services_list article p {
  font-size: 1em;
  color: #333;
  margin: 10px 0;
}

/*1024px*/
@media (max-width: 64em) {
  .print_services_bottom {
    width: 50vw;
  }
  .print_services_list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .print_services_list article {
    flex: 0;
    flex-basis: 48%;
    margin: 2% 0;
  }
}
/*800px*/
@media (max-width: 40em) {
  .print_services_list article {
    flex-basis: 100%;
  }
}
.main_footer {
  background: #141E37;
  padding: 30px;
  color: #FFF;
  font-size: 1em;
  text-align: justify;
}

.rebello_footer_relative {
  display: flex;
}

.main_footer h3 {
  font-size: 1.25em;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.rebello_footer_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.rebello_footer_logo_box {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-around;
  border-right: 5px solid #FFF;
  height: 70%;
}

.rebello_footer_logo img {
  max-width: 80%;
}

.rebello_footer_businesspartner img {
  display: block;
  max-width: 70%;
  margin-bottom: 10px;
}

.rebello_footer_text a {
  display: block;
  font-size: 1em;
  text-decoration: none;
  color: #FFF;
  margin-bottom: 5px;
}

.rebello_footer_text a:hover {
  text-decoration: underline;
}

.rebello_footer_text p {
  font-size: 1em;
  color: #FFF;
  margin-bottom: 10px;
}

.rebello_footer_social a {
  text-decoration: none;
  margin: 10px;
}

.rebello_footer_social a:hover {
  opacity: 0.7;
}

/*1024px*/
@media (max-width: 64em) {
  .rebello_footer_logo {
    display: none;
  }
  .rebello_footer_relative .box_side {
    flex: 1;
  }
}
@media (max-width: 50em) {
  .rebello_footer_businesspartner {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rebello_footer_businesspartner h3 {
    flex-basis: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .rebello_footer_businesspartner img {
    flex-basis: 30%;
    margin-bottom: 20px;
  }
  .box_bar .fl_right {
    display: block;
    width: 100% !important;
    padding: 0 35%;
  }
}
/*640px*/
@media (max-width: 40em) {
  .rebello_footer_businesspartner {
    display: none;
  }
  .rebello_footer_relative .box_side {
    text-align: center;
  }
  .box_bar .fl_right {
    padding: 0 25%;
  }
}
/*POST*/
/*BLOG LIST*/
.main_blog_content {
  padding-top: 15%;
  padding-bottom: 50px;
  background-position: top center;
  background-size: contain;
  background-color: #EAEAEA;
  background-repeat: no-repeat;
}

.main_blog {
  float: right;
  width: 67%;
}

.main_blog_list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.main_blog_post {
  max-width: 31%;
  flex-basis: 31%;
  flex-grow: 1;
  background: #FFF;
  margin: 0% 1% 2% 1%;
  box-shadow: 1px 1px 1px 1px #CCC;
  -moz-box-shadow: 1px 1px 1px 1px #CCC;
  -webkit-box-shadow: 1px 1px 1px 1px #CCC;
}

.main_blog_post img {
  width: 100%;
}

.main_blog_post header {
  padding: 30px;
}

.main_blog_post header h1 {
  font-weight: 400;
  font-size: 1.25em;
  margin-bottom: 15px;
}

.main_blog_post a {
  color: #141E37;
  text-decoration: none;
}

.main_blog_post a:hover {
  text-decoration: underline;
}

.main_blog_post .tagline {
  font-size: 1em;
  color: #333;
}

.main_sidebar {
  float: left;
  width: 30%;
  padding: 30px;
  background: #fff;
}

.main_sidebar_widget {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.main_sidebar_widget > h1 {
  font-size: 2em;
  font-weight: 300;
  color: #141E37;
  margin-bottom: 25px;
  border-bottom: 1px solid #67686D;
}

.main_sidebar_widget > h1 span {
  border-bottom: 5px solid #67686D;
}

.main_sidebar_widget a {
  color: #141E37;
  text-decoration: none;
}

.main_sidebar_widget a:hover {
  color: #67686D;
  text-decoration: underline;
}

.main_sidebar_widget ul {
  display: block;
  width: 100%;
}

.main_sidebar_widget ul li {
  display: block;
  width: 100%;
  background: #fbfbfb;
  padding: 5px 10px;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 300;
}

.main_sidebar_widget_post {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.main_sidebar_widget_post h1 {
  font-size: 1em;
  font-weight: 600;
  margin: 20px 0 10px 0;
}

.main_sidebar_widget_post .tagline {
  font-size: 0.8em;
  color: #333;
}

/*BLOG SINGLE*/
.post_single {
  padding: 50px 0;
  background: #eaeaea;
}

.post_single .cover {
  width: 100%;
}

.post_single .fb-comments {
  display: block;
  width: 100%;
  margin-top: 40px;
}

.post_single .main_sidebar {
  float: right;
}

.post_single .left_content {
  float: left;
  width: 67%;
}

.post_content {
  background: #fff;
}

.post_content > h1 {
  padding: 30px;
  font-size: 2em;
  font-weight: 300;
}

.post_content .tagline {
  padding: 30px 30px 0 30px;
  font-size: 1.3em;
  font-weight: 300;
}

.single_post_more {
  float: left;
  width: 100%;
  padding: 25px;
  background: #00B494;
}

.single_post_more header {
  margin-bottom: 20px;
  color: #fff;
}

.single_post_more_post {
  float: left;
  width: 50%;
}

.single_post_more_post:hover {
  border-color: #fff;
}

/*1024px*/
@media (max-width: 64em) {
  .main_blog_post {
    max-width: 48%;
    flex-basis: 48%;
  }
}
/*800px*/
@media (max-width: 40em) {
  .main_blog_post {
    max-width: 100%;
    flex-basis: 100%;
  }
}
/*404*/
.not_found {
  padding: 50px 0;
}

.not_found header {
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 40px auto;
}

.not_found header h1 {
  font-size: 2em;
  font-weight: 400;
}

.not_found header p {
  font-size: 1.1em;
  font-weight: 300;
  margin: 10px 0 0 0;
}

.not_fount_post {
  display: inline-block;
  width: 50%;
  padding: 20px;
  margin-left: -4px;
  vertical-align: top;
}

.not_fount_post h1 {
  margin-top: 20px;
  font-weight: 400;
}

.not_fount_post a {
  font-weight: 600;
  color: #00B494;
  text-decoration: none;
}

.not_fount_post a:hover {
  text-decoration: underline;
}

.not_found .search_form {
  display: block;
  padding: 0 20px;
  float: none;
  background: none;
  text-align: center;
}

.not_found .search_form input {
  width: 400px;
  max-width: 100%;
  padding: 6px;
}

@media (max-width: 80em) {
  .content {
    width: 90%;
    margin: 0 5%;
  }
  .main_blog {
    float: none;
    display: block;
    width: 100%;
  }
  .main_sidebar {
    float: none;
    display: block;
    width: 100%;
  }
  .main_sidebar_widget {
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    vertical-align: top;
    padding: 30px;
  }
  .main_sidebar_widget_most {
    width: 100%;
  }
  .main_sidebar_widget_most .main_sidebar_widget_post {
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    padding: 20px;
    vertical-align: top;
  }
  .left_content {
    float: none;
    display: block;
    width: 100% !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 64em) {
  .content {
    width: 94%;
    margin: 0 3%;
  }
  .main_header header {
    float: none;
    display: block;
    width: 100%;
  }
  .main_header nav {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 50em) {
  .main_sidebar_widget,
  .main_sidebar_widget_most .main_sidebar_widget_post {
    padding: 0;
    width: 100%;
    margin-left: 0;
  }
  .not_fount_post {
    width: 100%;
    padding: 20px;
  }
}
/*IMOBI*/
/*ECOMMERCE*/
/*DW FOOD*/
/* WIDGETS*/
.wc_slide_title {
  text-indent: -9999px;
  position: absolute;
}

.wc_slides {
  padding: 0 !important;
  display: block;
  position: relative;
  background: #000;
  margin: 0px auto;
  text-align: center;
}

.wc_slide_item {
  display: block;
  width: 100%;
  position: relative;
  display: none;
}

.wc_slide_item.first {
  display: block;
}

.wc_slide_item_desc {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.wc_slide_item_desc h1 {
  font-size: 1.2em;
  font-weight: 600;
}

.wc_slide_item_desc a {
  color: inherit;
  text-decoration: none;
}

.wc_slide_item_desc a:hover {
  text-decoration: underline;
}

.wc_slide_item_desc p {
  font-size: 0.8em;
  color: #eee;
}

.wc_slide_pager {
  position: absolute;
  bottom: 20px;
  right: 30px;
  display: block;
  text-align: right;
}

.wc_slide_pager span {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 1em;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 6px;
}

.wc_slide_pager span:hover {
  background: #fff;
}

.wc_slide_pager span.active {
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 40em) {
  .wc_slide_item_desc {
    position: relative;
  }
  .wc_slide_item h1 {
    font-size: 1em;
  }
  .wc_slide_pager {
    top: 20px;
    right: 10px;
  }
}/*# sourceMappingURL=style.css.map */