@charset "UTF-8";
/**============================================================
* Theme Name: Finazi
* Version: 1.0
* Description: Finazi theme form Haintheme
* Author: Haintheme
* Author URI: http://themeforest.net/user/haintheme
* Theme URI: http://haintheme.com
* Text Domain: finazi
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options
*============================================================*/
/* ---------------- TABLE OF CONTENT ----------------------
	-----------------------------------------------------------
	-----------------------------------------------------------


	0. FRAMEWORK

	1. BASE
	   1.1. BASE
	   1.2. TYPOGRAPHY

	2. COMPONENT
	   2.1. PLUGINS
	   2.2. COMMON
	   2.3. MODULES

	3. SKELETON
	   3.1. PAGE
	   3.2. HEADER
	   3.3. FOOTER


	-----------------------------------------------------------
	-----------------------------------------------------------
------------------- END TABLE OF CONTENT ------------------*/
/* I. FRAMEWORK
***********************/
@media print {
  *,
  *:before,
  *:after {
    background: rgba(0, 0, 0, 0) !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* I. REFERENCES */
/* II. GENERAL
***********************/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
iframe,
embed,
figure,
figcaption {
  margin: 20px 0;
  max-width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------
Initial Setup
----------------------------------------------*/
input:focus,
textarea:focus {
  outline: none;
}
img,
video {
  max-width: 100%;
  vertical-align: top;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
html {
  font-size: 100%;
}
body {
  font-size: 14px;
  color: #737373;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  line-height: 1;
}
button,
input,
select,
textarea {
  font-family: 'Lato', sans-serif;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  clear: both;
  line-height: 30px;
  margin: 25px 0;
  color: #152639;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  line-height: 24px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0 0 10px;
  color: #6c6c6c;
}
li ul,
li ol {
  margin-left: 1.25em;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
li,
figcaption {
  line-height: 24px;
}
blockquote {
  color: #333333;
  font-size: 18px;
  line-height: 1.6667;
  margin: 40px 0;
  font-style: italic;
  padding: 50px 85px;
  position: relative;
  clear: both;
  display: block;
  background-color: #F4F4F4;
}
@media (min-width: 992px) {
  blockquote p {
    font-size: 18px !important;
    font-style: italic !important;
  }
}
blockquote:before {
  position: absolute;
  content: url(../finazi/images/quote.png);
  height: 50px;
  width: 50px;
  left: 44px;
}
blockquote p {
  margin-bottom: 1.6667em;
}
blockquote > p:last-child {
  margin-bottom: 0;
}
blockquote cite,
blockquote small {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
blockquote a {
  font-size: 16px;
  color: #000000;
}
blockquote a:hover {
  text-decoration: none;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}
address {
  font-style: italic;
  margin: 0 0 1.6em;
  line-height: 24px;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 24px;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}
mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 15px 0;
}
table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 20px 0;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  max-width: 100%;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
  color: white;
  background: #152639;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 1em;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
del {
  opacity: 0.8;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #6c6c6c;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
:-moz-placeholder {
  color: #6c6c6c;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
::-moz-placeholder {
  color: #6c6c6c;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #6c6c6c;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
textarea {
  max-width: 100%;
}
a {
  color: #7b98aa;
  text-decoration: none;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
dl {
  margin: 0 0 1.75em;
  line-height: 24px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 10px;
}
.gallery-icon img {
  margin: 0 auto;
}
.bypostauthor {
  outline: none;
}
.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-item {
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 1.79104477%;
}
/* Alignments */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}
/* COMMON */
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
/***************************Style***************************/
.cl {
  clear: both;
}
.flw {
  float: left;
  width: 100%;
}
/* float */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: left;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .text-right-sm {
    text-align: right;
  }
}
@media only screen and (min-width: 993px) {
  .text-right-md {
    text-align: right;
  }
}
.text-lowercase {
  text-transform: lowercase!important;
}
.text-uppercase {
  text-transform: uppercase!important;
}
.text-capitalize {
  text-transform: capitalize!important;
}
.text-none {
  text-transform: none!important;
}
.line-height-default {
  line-height: 1!important;
}
/*white wrap*/
.no-wrap {
  white-space: nowrap;
}
/*display*/
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
/* calc */
/*flex box*/
/*transform*/
.tr-none {
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  transform: none;
}
/*padding margin*/
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
select {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/*transition-duration*/
/* III. SKELETON
***********************/
/* V. PART
***********************/
/* general setting */
.consult-header {
  position: relative;
  z-index: 20;
}
.consult-header .lang-list li {
  padding: 0 10px;
}
.consult-header .lang-list li:first-of-type {
  margin-top: 5px;
}
.consult-header .lang-list li:last-of-type {
  margin-bottom: 5px;
}
.consult-header .lang-list a {
  color: inherit;
}
.consult-header .topbar * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.consult-header .ht-header-info-content * {
  font-family: inherit;
  font-size: inherit;
}
.consult-header .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li:last-of-type a {
  border-bottom: 0;
}
.consult-header .consult-primary-menu > li:nth-child(n+8) {
  display: none;
}
.consult-header li {
  list-style: none;
}
/* PAGE HEADER************************************************************/
.breadcrumb {
  height: 200px;
  margin-bottom: 95px;
}
.page-title {
  font-size: 42px;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  margin-top: 0;
  margin-bottom: 35px;
}
.page-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background: #14f1e4;
  left: 50%;
  margin-left: -30px;
  bottom: -23px;
}
.consult-breadcrumb {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  text-align: center;
  position: relative;
}
.consult-breadcrumb.page-header-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  text-align: left;
}
.consult-breadcrumb.page-header-left .page-title:after {
  left: 0;
  margin-left: 0;
}
.consult-breadcrumb.page-header-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  text-align: right;
}
.consult-breadcrumb.page-header-right .page-title:after {
  left: inherit;
  right: 0;
  margin-left: 0;
}
.crumbs span:last-of-type:after {
  content: none;
}
.crumbs span:after {
  content: '/';
  margin-left: 9px;
  margin-right: 5px;
}
.crumbs a {
  color: #000;
}
.crumbs a:hover {
  text-decoration: underline;
}
/* megamenu */
.mega-menu {
  z-index: 1;
}
/* edit location */
.header-edit-location {
  position: absolute;
  left: 50px;
  top: 20px;
}
/* breadcumbs edit location */
#bc-edit-location {
  position: absolute;
  left: 100px;
  top: 50px;
}
@keyframes finazi_tada {
  0% {
    transform: scale(1);
  }
  5.55556% {
    transform: scale(0.9) rotate(-8deg);
  }
  11.11111% {
    transform: scale(0.9) rotate(-8deg);
  }
  16.66667% {
    transform: scale(1.3) rotate(8deg);
  }
  22.22222% {
    transform: scale(1.3) rotate(-8deg);
  }
  27.77778% {
    transform: scale(1.3) rotate(8deg);
  }
  33.33333% {
    transform: scale(1.3) rotate(-8deg);
  }
  38.88889% {
    transform: scale(1.3) rotate(8deg);
  }
  44.44444% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
/*responsive*/
@media (max-width: 1199px) {
  .consult-box-header .mega-menu {
    width: 940px;
  }
}
#topbar-toggle {
  font-family: "ionicons";
  width: 100%;
  background: #152639;
  cursor: pointer;
  border: 0;
  color: #ffffff;
  height: 30px;
  font-size: 24px;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-mobile img {
  max-width: 120px;
}
@media (min-width: 992px) {
  #topbar-toggle,
  .search-form-mobile {
    display: none;
  }
  .logo-mobile {
    display: none;
  }
  .consult-header #ht-wrap-expand {
    display: block !important;
  }
  .consult-wrap-menu .consult-primary-menu .menu-item-has-mega-menu .mega-menu .sub-menu .mega-menu-col .sub-menu {
    background: transparent !important;
  }
}
@media (max-width: 991px) {
  .consult-box-header {
    background: #ffffff !important;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  }
  #ht-wrap-expand {
    display: none;
  }
}
/* safari css */
.search-button-icon {
  line-height: 18px;
}
.finazi-wrap-header-1 {
  /*header search form*/
}
.finazi-wrap-header-1 .topbar {
  height: 50px;
  background: #152639;
  color: #ffffff;
}
.finazi-wrap-header-1 .topbar .container {
  background: inherit;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.finazi-wrap-header-1 .topbar-lang {
  height: 50px;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  align-content: center;
  position: relative;
  background: inherit;
}
.finazi-wrap-header-1 .topbar-lang:hover .lang-list {
  opacity: 1;
  z-index: 11;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.finazi-wrap-header-1 .topbar-lang button {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  border: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.finazi-wrap-header-1 .topbar-lang button:after {
  content: "\f35f";
  font-family: "ionicons";
  margin-left: 7px;
  font-size: 18px;
  position: relative;
  top: 3px;
  line-height: 0;
}
.finazi-wrap-header-1 .topbar-lang .lang-list {
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: -1;
  background: inherit;
  min-width: 100px;
  padding: 0 10px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.finazi-wrap-header-1 .topbar-right {
  overflow: hidden;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.finazi-wrap-header-1 .topbar-info {
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
}
.finazi-wrap-header-1 .topbar-info span {
  margin-left: 35px;
  display: inline-block;
}
.finazi-wrap-header-1 .topbar-info span:before {
  margin-right: 8px;
  font-size: 14px;
}
.finazi-wrap-header-1 .topbar-button {
  float: left;
  margin-right: -20px;
  height: 50px;
  margin-left: 32px;
}
.finazi-wrap-header-1 .topbar-button:hover a:before {
  animation: finazi_tada 3.6s linear infinite;
  transform-origin: 50% 50%;
}
.finazi-wrap-header-1 .topbar-button a {
  margin: 0 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #152639;
  height: 50px;
  padding: 0 45px;
  position: relative;
  z-index: 2;
  margin-right: 15px;
  font-weight: 700;
}
.finazi-wrap-header-1 .topbar-button a:before {
  font-size: 18px;
  margin-right: 18px;
  line-height: 1;
  margin-right: 10px;
}
.finazi-wrap-header-1 .topbar-button a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #14f1e4;
  z-index: -1;
  transform: skew(-10deg);
}
.finazi-wrap-header-1 .ht-stick-wrapper {
  position: relative;
  z-index: 10;
  clear: both;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-1 .ht-stick-wrapper.ht-menu-stick .consult-box-header {
  height: 70px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-1 .ht-stick-wrapper.ht-menu-stick .consult-logo {
  height: 75%;
  text-align: left;
}
.finazi-wrap-header-1 .ht-stick-wrapper.ht-menu-stick .consult-logo img {
  max-height: 100%;
}
.finazi-wrap-header-1 .ht-stick-wrapper.ht-menu-stick .consult-primary-menu > li {
  line-height: 70px;
}
.finazi-wrap-header-1 .ht-stick-wrapper.ht-menu-stick .header-mini-cart {
  padding-top: 49px;
}
.finazi-wrap-header-1 .consult-box-header {
  height: 115px;
  position: relative;
  z-index: 10;
  text-align: right;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-1 .consult-box-header .container {
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: inherit;
}
.finazi-wrap-header-1 .consult-logo {
  order: 1;
}
.finazi-wrap-header-1 #magic-line {
  z-index: 10;
  position: absolute;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #14f1e4;
  display: block;
}
.finazi-wrap-header-1 .consult-header-search-box {
  position: absolute;
  left: 0;
  right: 15px;
  opacity: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-1 .consult-header-search-box.x-code {
  left: 15px;
  opacity: 1;
  z-index: 10;
  background: inherit;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.finazi-wrap-header-1 .header-search-form {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  background: inherit;
}
.finazi-wrap-header-1 .header-search-form input {
  width: 100%;
  height: 100%;
  border: 0;
  color: #000000;
  font-size: 36px;
  font-weight: 300;
  background: inherit;
  padding-right: 30px;
}
.finazi-wrap-header-1 .header-search-form input::-webkit-input-placeholder {
  color: #000000;
  font-weight: 300;
}
.finazi-wrap-header-1 .header-search-form input:-moz-placeholder {
  color: #000000;
  font-weight: 300;
}
.finazi-wrap-header-1 .header-search-form input::-moz-placeholder {
  color: #000000;
  opacity: 1;
  font-weight: 300;
}
.finazi-wrap-header-1 .header-search-form input:-ms-input-placeholder {
  color: #000000;
  font-weight: 300;
}
.finazi-wrap-header-1 .close-form-btn {
  position: absolute;
  right: 2px;
  cursor: pointer;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
}
.finazi-wrap-header-1 .close-form-btn:hover {
  color: #000000;
}
.finazi-wrap-header-1 .consult-logo + .consult-top-action {
  position: absolute;
  right: 15px;
}
.finazi-wrap-header-1 .consult-top-action {
  margin-left: 35px;
  order: 3;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-left: 1px solid #e8e8e8;
  height: 30px;
}
.finazi-wrap-header-1 .wrap-header-mini-cart {
  margin-left: 35px;
  flex-grow: 1;
  position: relative;
}
.finazi-wrap-header-1 .wrap-header-mini-cart:hover .shopping-cart-icon {
  color: #14f1e4;
}
.finazi-wrap-header-1 .wrap-header-mini-cart:hover .header-mini-cart {
  visibility: visible;
  opacity: 1;
  top: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-1 .shopping-cart-icon {
  position: relative;
  z-index: 5;
  color: #152639;
  font-size: 24px;
}
.finazi-wrap-header-1 .shopping-cart-icon > span {
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 50%;
  background: #14f1e4;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  font-size: 8px;
  position: absolute;
  right: -15px;
  top: -5px;
}
.finazi-wrap-header-1 .header-mini-cart {
  position: absolute;
  right: 0;
  top: 30px;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  padding-top: 71px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-1 .header-mini-cart .wrap-mnc {
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
}
.finazi-wrap-header-1 .header-mini-cart .cart_list {
  background: #ffffff;
  padding: 0 20px;
}
.finazi-wrap-header-1 .header-mini-cart .mini_cart_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-1 .header-mini-cart .mini_cart_item:hover {
  background: #fbf8f8;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-1 .header-mini-cart .mini_cart_item a:not(.remove) {
  color: #000000;
  font-size: 13px;
}
.finazi-wrap-header-1 .header-mini-cart .mini_cart_item a:not(.remove):hover {
  text-decoration: underline;
}
.finazi-wrap-header-1 .header-mini-cart .mini_cart_item a.remove {
  position: absolute;
  left: 5px;
  color: #000000;
}
.finazi-wrap-header-1 .header-mini-cart .mini_cart_item a.remove:hover {
  color: #ff0000;
}
.finazi-wrap-header-1 .header-mini-cart .mini_cart_item img {
  max-width: 50px;
  margin-right: 10px;
}
.finazi-wrap-header-1 .header-mini-cart .ht-mini-cart-content {
  text-align: left;
}
.finazi-wrap-header-1 .header-mini-cart .ht-mini-cart-content .quantity {
  font-size: 12px;
  color: #6c6c6c;
}
.finazi-wrap-header-1 .header-mini-cart .total {
  background: #ffffff;
  padding: 15px 15px 0 15px;
  font-size: 12px;
  color: #000000;
  text-align: left;
}
.finazi-wrap-header-1 .header-mini-cart .buttons {
  background: #ffffff;
  padding: 15px;
}
.finazi-wrap-header-1 .header-mini-cart .buttons a {
  float: left;
  width: 50%;
  height: 30px;
  border: 1px solid #152639;
  background: #ffffff;
  color: #152639;
  display: flex;
  font-size: 13px;
  justify-content: center;
  align-items: center;
}
.finazi-wrap-header-1 .header-mini-cart .buttons a:hover {
  background: #152639;
  color: #ffffff;
}
.finazi-wrap-header-1 .header-mini-cart .buttons .button + .checkout {
  border-left: 0;
}
.finazi-wrap-header-1 .search-button-icon {
  margin-left: 30px;
  line-height: 19px;
  width: 24px;
  height: 23px;
  display: inline-flex;
  display: -webkit-inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  background: #152639;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-1 .search-button-icon:hover {
  background: #14f1e4;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-1 .search-button-icon:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 11px;
  color: #ffffff;
}
/* responsive */
@media (max-width: 1199px) {
  .consult-header .finazi-wrap-header-1 .topbar-info span {
    margin-left: 10px;
  }
  .consult-header .finazi-wrap-header-1 .topbar-info span:first-of-type {
    margin-left: 0;
  }
  .consult-header .finazi-wrap-header-1 .topbar-button a {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .finazi-wrap-header-1 {
    /* primary menu */
    /*mega menu*/
  }
  .finazi-wrap-header-1 .topbar .container {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .finazi-wrap-header-1 .consult-wrap-menu {
    flex-grow: 1;
    order: 2;
  }
  .finazi-wrap-header-1 .consult-wrap-menu li {
    display: inline-block;
    position: relative;
  }
  .finazi-wrap-header-1 .consult-wrap-menu a {
    color: #7b98aa;
  }
  .finazi-wrap-header-1 .consult-wrap-menu a:hover {
    color: #152639;
  }
  .finazi-wrap-header-1 .consult-primary-menu > li {
    line-height: 115px;
    cursor: pointer;
    /*set active menu*/
  }
  .finazi-wrap-header-1 .consult-primary-menu > li:hover > a {
    color: #152639;
  }
  .finazi-wrap-header-1 .consult-primary-menu > li.current_page_item > a,
  .finazi-wrap-header-1 .consult-primary-menu > li.current-menu-ancestor > a,
  .finazi-wrap-header-1 .consult-primary-menu > li.current-menu-parent > a {
    color: #152639;
  }
  .finazi-wrap-header-1 .consult-primary-menu > li > a {
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 3;
  }
  .finazi-wrap-header-1 .consult-primary-menu .menu-item-has-icon .fa:before {
    margin-right: 7px;
  }
  .finazi-wrap-header-1 .consult-primary-menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .finazi-wrap-header-1 .consult-primary-menu .menu-item-has-children li ul {
    left: 100% !important;
    top: 0;
  }
  .finazi-wrap-header-1 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu {
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-left: 0;
    position: absolute;
    z-index: 2;
    line-height: 24px;
    background: rgba(28, 28, 28, 0.93);
    min-width: 180px;
    left: 0;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .finazi-wrap-header-1 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li {
    width: 100%;
  }
  .finazi-wrap-header-1 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li:last-of-type {
    border-bottom: 0;
  }
  .finazi-wrap-header-1 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li.menu-item-has-children > a:after {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 7px;
    line-height: 0;
  }
  .finazi-wrap-header-1 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li.menu-item-has-children:hover > a {
    color: #ffffff;
  }
  .finazi-wrap-header-1 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu a {
    display: block;
    padding: 10px 15px;
    color: #bebebe;
    font-size: 12px;
    white-space: nowrap;
  }
  .finazi-wrap-header-1 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu a:hover {
    color: #ffffff;
  }
  .finazi-wrap-header-1 .consult-wrap-menu li.menu-item-has-mega-menu {
    position: static;
  }
  .finazi-wrap-header-1 .consult-box-header .mega-menu {
    position: absolute;
    left: 15px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .finazi-wrap-header-1 .menu-item-has-mega-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .finazi-wrap-header-1 .mega-menu-row {
    text-align: left;
    width: 100%;
    float: left;
    left: 0;
    margin-left: 0;
    padding: 20px 15px;
  }
  .finazi-wrap-header-1 .mega-menu-row > li {
    width: 25%;
    float: left;
  }
  .finazi-wrap-header-1 .mega-menu-row > li > a {
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    padding: 0 12px;
    margin-bottom: 15px;
    display: block;
  }
  .finazi-wrap-header-1 .mega-menu-row > li > a:hover {
    color: #ffffff;
  }
  .finazi-wrap-header-1 .mega-menu-row li {
    overflow: hidden;
  }
  .finazi-wrap-header-1 .mega-menu-row li span {
    color: #b6b6b6;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .finazi-wrap-header-1 .mega-menu-row li div {
    line-height: 24px;
    color: grey;
  }
  .finazi-wrap-header-1 .mega-menu-row li div p {
    margin-top: 10px;
  }
  .finazi-wrap-header-1 .mega-menu-row li ul {
    position: static;
    float: left;
    border: 0;
    width: 100%;
  }
  .finazi-wrap-header-1 .mega-menu-row li ul li {
    width: 100%;
    padding: 0 0 0 1px;
  }
  .finazi-wrap-header-1 .mega-menu-row .sub-menu {
    margin-left: 0;
    left: 0;
    position: static;
    background: rgba(0, 0, 0, 0);
  }
  .finazi-wrap-header-1 .mega-menu-row .sub-menu a {
    display: block;
    padding: 5px 10px;
    color: #bebebe;
    font-size: 12px;
    white-space: nowrap;
  }
  .finazi-wrap-header-1 .mega-menu-row .sub-menu a:hover {
    color: #ffffff;
  }
  .finazi-wrap-header-1 .mega-menu-row .sub-menu a i {
    min-width: 20px;
  }
  .finazi-wrap-header-1 .mega-menu-row a {
    border: 0;
  }
  .finazi-wrap-header-1 .mega-menu-col li {
    display: inline-block;
    width: 170px;
  }
  .finazi-wrap-header-1 .mega-menu-col .sub-menu {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #magic-line {
    display: none !important;
  }
  .finazi-wrap-header-1 .topbar {
    height: auto;
  }
  .finazi-wrap-header-1 .topbar .container {
    display: block;
  }
  .finazi-wrap-header-1 .topbar .topbar-right {
    float: none;
    display: block;
  }
  .finazi-wrap-header-1 .topbar .topbar-button {
    margin: 15px 0;
  }
  .finazi-wrap-header-1 .topbar .topbar-button a:after {
    transform: none;
  }
  .finazi-wrap-header-1 .topbar .topbar-info {
    display: block;
    height: auto;
  }
  .finazi-wrap-header-1 .topbar .topbar-info span {
    float: left;
    width: 100%;
    margin-left: 3px !important;
    line-height: inherit;
  }
  .finazi-wrap-header-1 .topbar .topbar-info span:before {
    min-width: 20px;
    margin-right: 0;
    display: inline-block;
  }
  .finazi-wrap-header-1 .consult-box-header {
    height: 60px;
  }
  .finazi-wrap-header-1 .consult-logo {
    order: 1;
  }
  .finazi-wrap-header-1 .consult-logo img {
    max-width: 120px;
  }
  .finazi-wrap-header-1 .mega-menu {
    width: 100%;
  }
  .finazi-wrap-header-1 .header-search-form input {
    font-size: 14px;
  }
  .finazi-wrap-header-1 .consult-top-action {
    position: absolute;
    right: 15px;
    border-left: 0;
    height: 100%;
  }
  .finazi-wrap-header-1 .consult-top-action .consult-search-btn {
    margin-left: 0;
  }
}
.finazi-wrap-header-2 {
  /* infomation */
  /*header search form*/
}
.finazi-wrap-header-2 .topbar {
  background: #efeee8;
  color: #152639;
  height: 50px;
}
.finazi-wrap-header-2 .topbar .container {
  background: inherit;
}
.finazi-wrap-header-2 .topbar-lang {
  height: 50px;
  display: inline-flex;
  display: -webkit-inline-flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  align-content: flex-start;
  position: relative;
  background: inherit;
}
.finazi-wrap-header-2 .topbar-lang:hover .lang-list {
  opacity: 1;
  z-index: 11;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.finazi-wrap-header-2 .topbar-lang button {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  border: 0;
  color: inherit;
}
.finazi-wrap-header-2 .topbar-lang button:after {
  content: "\f35f";
  font-family: "ionicons";
  margin-left: 7px;
  font-size: 18px;
  position: relative;
  top: 3px;
  line-height: 0;
}
.finazi-wrap-header-2 .topbar-lang .lang-list {
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: -1;
  background: inherit;
  min-width: 100px;
  padding: 0 10px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.finazi-wrap-header-2 .topbar-right {
  overflow: hidden;
  float: right;
  height: 100%;
}
.finazi-wrap-header-2 .topbar-right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
}
.finazi-wrap-header-2 .topbar-right li {
  margin-left: 20px;
}
.finazi-wrap-header-2 .topbar-right a {
  color: inherit;
}
.finazi-wrap-header-2 .topbar-right a:hover {
  color: #000000;
}
.finazi-wrap-header-2 .header-2-infomation {
  position: relative;
}
.finazi-wrap-header-2 .header-2-infomation .container {
  height: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.finazi-wrap-header-2 .header-2-info-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.finazi-wrap-header-2 .info2-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 65px;
}
.finazi-wrap-header-2 .info2-item:first-of-type {
  margin-left: 0;
}
.finazi-wrap-header-2 .info2-item span {
  font-size: 37px;
  margin-right: 15px;
}
.finazi-wrap-header-2 .info2-item dl {
  margin: 0;
  line-height: inherit;
}
.finazi-wrap-header-2 .info2-item dt {
  font-weight: 400;
}
.finazi-wrap-header-2 .info2-item dd {
  font-weight: 700;
  margin: 0;
}
.finazi-wrap-header-2 .info2-item .info2-button {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  background: #14f1e4;
  border: 1px solid #14f1e4;
  padding: 13px 26px;
}
.finazi-wrap-header-2 .info2-item .info2-button:hover {
  color: #14f1e4;
  background: #ffffff;
}
.finazi-wrap-header-2 .theme-box-header-2 .container {
  position: relative;
  background: inherit;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.finazi-wrap-header-2 .theme-box-header-2 {
  background: #003d6d;
}
.finazi-wrap-header-2 .consult-header-search-box {
  position: absolute;
  left: 0;
  right: 15px;
  opacity: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-2 .consult-header-search-box.x-code {
  left: 15px;
  opacity: 1;
  z-index: 10;
  background: inherit;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.finazi-wrap-header-2 .header-search-form {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  background: inherit;
}
.finazi-wrap-header-2 .header-search-form input {
  width: 100%;
  height: 100%;
  border: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  background: inherit;
  padding-right: 70px;
}
.finazi-wrap-header-2 .header-search-form input::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.finazi-wrap-header-2 .header-search-form input:-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.finazi-wrap-header-2 .header-search-form input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  font-weight: 300;
}
.finazi-wrap-header-2 .header-search-form input:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.finazi-wrap-header-2 .close-form-btn {
  position: absolute;
  right: 36px;
  cursor: pointer;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  color: #ffffff;
}
.finazi-wrap-header-2 .consult-top-action {
  order: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-left: 1px solid #003056;
  border-right: 1px solid #003056;
  padding: 0 32px;
  height: 100%;
}
.finazi-wrap-header-2 .wrap-header-mini-cart {
  margin-right: 35px;
  flex-grow: 1;
  position: relative;
}
.finazi-wrap-header-2 .wrap-header-mini-cart:hover .shopping-cart-icon {
  color: #14f1e4;
}
.finazi-wrap-header-2 .wrap-header-mini-cart:hover .header-mini-cart {
  visibility: visible;
  opacity: 1;
  top: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-2 .shopping-cart-icon {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  z-index: 5;
}
.finazi-wrap-header-2 .shopping-cart-icon > span {
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  text-align: center;
  line-height: 16px;
  font-size: 8px;
  position: absolute;
  right: -15px;
  top: -5px;
}
.finazi-wrap-header-2 .header-mini-cart {
  position: absolute;
  right: 0;
  top: 30px;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  padding-top: 44px;
  z-index: 2;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-2 .header-mini-cart .wrap-mnc {
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
}
.finazi-wrap-header-2 .header-mini-cart .cart_list {
  background: #ffffff;
  padding: 0 20px;
}
.finazi-wrap-header-2 .header-mini-cart .mini_cart_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-2 .header-mini-cart .mini_cart_item:hover {
  background: #fbf8f8;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-2 .header-mini-cart .mini_cart_item a:not(.remove) {
  color: #000000;
  font-size: 13px;
}
.finazi-wrap-header-2 .header-mini-cart .mini_cart_item a:not(.remove):hover {
  text-decoration: underline;
}
.finazi-wrap-header-2 .header-mini-cart .mini_cart_item a.remove {
  position: absolute;
  left: 5px;
  color: #000000;
}
.finazi-wrap-header-2 .header-mini-cart .mini_cart_item a.remove:hover {
  color: #ff0000;
}
.finazi-wrap-header-2 .header-mini-cart .mini_cart_item img {
  max-width: 50px;
  margin-right: 10px;
}
.finazi-wrap-header-2 .header-mini-cart .ht-mini-cart-content {
  text-align: left;
}
.finazi-wrap-header-2 .header-mini-cart .ht-mini-cart-content .quantity {
  font-size: 12px;
  color: #6c6c6c;
}
.finazi-wrap-header-2 .header-mini-cart .total {
  background: #ffffff;
  padding: 15px 15px 0 15px;
  font-size: 12px;
  color: #000000;
  text-align: left;
}
.finazi-wrap-header-2 .header-mini-cart .buttons {
  background: #ffffff;
  padding: 15px;
}
.finazi-wrap-header-2 .header-mini-cart .buttons a {
  float: left;
  width: 50%;
  height: 30px;
  border: 1px solid #152639;
  background: #ffffff;
  color: #152639;
  display: flex;
  font-size: 13px;
  justify-content: center;
  align-items: center;
}
.finazi-wrap-header-2 .header-mini-cart .buttons a:hover {
  background: #152639;
  color: #ffffff;
}
.finazi-wrap-header-2 .header-mini-cart .buttons .button + .checkout {
  border-left: 0;
}
.finazi-wrap-header-2 .search-button-icon {
  width: 24px;
  height: 23px;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  background: #14f1e4;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  color: #000000;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-2 .search-button-icon:hover {
  background: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-2 .search-button-icon:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 11px;
}
.finazi-wrap-header-2 #topbar-toggle {
  color: #000000;
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 992px) {
  .finazi-wrap-header-2 {
    /*mega menu*/
  }
  .finazi-wrap-header-2 .container {
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .finazi-wrap-header-2 .topbar-right {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .finazi-wrap-header-2 .consult-wrap-menu {
    flex-grow: 1;
    order: 2;
  }
  .finazi-wrap-header-2 .consult-wrap-menu li {
    display: inline-block;
    position: relative;
  }
  .finazi-wrap-header-2 .consult-wrap-menu a {
    color: #bbd8ef;
  }
  .finazi-wrap-header-2 .consult-wrap-menu a:hover {
    color: #152639;
  }
  .finazi-wrap-header-2 .consult-primary-menu {
    font-size: 0;
  }
  .finazi-wrap-header-2 .consult-primary-menu > li {
    cursor: pointer;
    /* set active menu */
  }
  .finazi-wrap-header-2 .consult-primary-menu > li:first-of-type > a {
    border-left: 1px solid #003056;
  }
  .finazi-wrap-header-2 .consult-primary-menu > li:hover > a {
    color: #14f1e4;
  }
  .finazi-wrap-header-2 .consult-primary-menu > li.current_page_item > a,
  .finazi-wrap-header-2 .consult-primary-menu > li.current-menu-ancestor > a,
  .finazi-wrap-header-2 .consult-primary-menu > li.current-menu-parent > a {
    color: #14f1e4;
  }
  .finazi-wrap-header-2 .consult-primary-menu > li > a {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 3;
    padding: 0 30px;
    display: block;
    line-height: 60px;
    border-right: 1px solid #003056;
  }
  .finazi-wrap-header-2 .consult-primary-menu .menu-item-has-icon .fa:before {
    margin-right: 7px;
  }
  .finazi-wrap-header-2 .consult-primary-menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .finazi-wrap-header-2 .consult-primary-menu .menu-item-has-children li ul {
    left: 100% !important;
    top: 0;
  }
  .finazi-wrap-header-2 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu {
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-left: 0;
    position: absolute;
    z-index: 2;
    line-height: 24px;
    background: #ffffff;
    min-width: 180px;
    left: 0;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .finazi-wrap-header-2 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li {
    width: 100%;
    background: #2e2e2e;
  }
  .finazi-wrap-header-2 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li:last-of-type {
    border-bottom: 0;
  }
  .finazi-wrap-header-2 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li.menu-item-has-children > a:after {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 7px;
    line-height: 0;
  }
  .finazi-wrap-header-2 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li.menu-item-has-children:hover > a {
    color: #ffffff;
  }
  .finazi-wrap-header-2 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu a {
    display: block;
    padding: 10px 15px;
    color: #bebebe;
    font-size: 12px;
    white-space: nowrap;
  }
  .finazi-wrap-header-2 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu a:hover {
    color: #ffffff;
  }
  .finazi-wrap-header-2 .consult-wrap-menu li.menu-item-has-mega-menu {
    position: static;
  }
  .finazi-wrap-header-2 .consult-box-header .mega-menu {
    position: absolute;
    left: 15px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .finazi-wrap-header-2 .menu-item-has-mega-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .finazi-wrap-header-2 .mega-menu-row {
    text-align: left;
    width: 100%;
    float: left;
    left: 0;
    margin-left: 0;
    padding: 20px 15px;
  }
  .finazi-wrap-header-2 .mega-menu-row > li {
    width: 25%;
    float: left;
  }
  .finazi-wrap-header-2 .mega-menu-row > li > a {
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    padding: 0 12px;
    margin-bottom: 15px;
    display: block;
  }
  .finazi-wrap-header-2 .mega-menu-row > li > a:hover {
    color: #ffffff;
  }
  .finazi-wrap-header-2 .mega-menu-row li {
    overflow: hidden;
  }
  .finazi-wrap-header-2 .mega-menu-row li span {
    color: #b6b6b6;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .finazi-wrap-header-2 .mega-menu-row li div {
    line-height: 24px;
    color: grey;
  }
  .finazi-wrap-header-2 .mega-menu-row li div p {
    margin-top: 10px;
  }
  .finazi-wrap-header-2 .mega-menu-row li ul {
    position: static;
    float: left;
    border: 0;
    width: 100%;
  }
  .finazi-wrap-header-2 .mega-menu-row li ul li {
    width: 100%;
    padding: 0 0 0 1px;
  }
  .finazi-wrap-header-2 .mega-menu-row .sub-menu {
    margin-left: 0;
    left: 0;
    position: static;
    background: rgba(0, 0, 0, 0);
  }
  .finazi-wrap-header-2 .mega-menu-row .sub-menu a {
    display: block;
    padding: 5px 10px;
    color: #bebebe;
    white-space: nowrap;
  }
  .finazi-wrap-header-2 .mega-menu-row .sub-menu a:hover {
    color: #ffffff;
  }
  .finazi-wrap-header-2 .mega-menu-row .sub-menu a i {
    min-width: 20px;
  }
  .finazi-wrap-header-2 .mega-menu-row a {
    border: 0;
  }
  .finazi-wrap-header-2 .mega-menu-col li {
    display: inline-block;
    width: 170px;
  }
  .finazi-wrap-header-2 .mega-menu-col .sub-menu {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .consult-header .finazi-wrap-header-2 .consult-box-header.theme-box-header-2 .consult-top-action {
    border: 0;
    position: absolute;
    right: 0;
    padding: 0;
    right: 15px;
  }
  .consult-header .finazi-wrap-header-2 .close-form-btn {
    right: 3px;
  }
  .consult-header .finazi-wrap-header-2 .header-2-infomation .container {
    display: block;
    height: auto;
    padding-top: 15px;
  }
  .consult-header .finazi-wrap-header-2 .header-2-infomation .consult-logo {
    display: none;
  }
  .consult-header .finazi-wrap-header-2 .header-2-info-content {
    justify-content: flex-start;
  }
  .consult-header .finazi-wrap-header-2 .close-form-btn {
    color: #000000;
  }
  .consult-header .finazi-wrap-header-2 .header-search-form * {
    color: #000000;
  }
  .consult-header .finazi-wrap-header-2 .header-search-form input::-webkit-input-placeholder {
    color: #000000;
  }
  .consult-header .finazi-wrap-header-2 .header-search-form input:-moz-placeholder {
    color: #000000;
  }
  .consult-header .finazi-wrap-header-2 .header-search-form input::-moz-placeholder {
    color: #000000;
  }
  .consult-header .finazi-wrap-header-2 .header-search-form input:-ms-input-placeholder {
    color: #000000;
  }
}
@media (max-width: 767px) {
  .consult-header .finazi-wrap-header-2 .header-2-info-content {
    display: block;
  }
  .consult-header .finazi-wrap-header-2 .info2-item {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 360px) {
  .consult-header .finazi-wrap-header-2 .topbar {
    height: auto;
  }
  .consult-header .finazi-wrap-header-2 .topbar-right {
    float: left;
    width: 100%;
  }
  .consult-header .finazi-wrap-header-2 .topbar-right ul {
    justify-content: flex-start;
  }
  .consult-header .finazi-wrap-header-2 .topbar-right li {
    margin-left: 0;
    margin-right: 20px;
  }
}
.finazi-wrap-header-3 {
  /*topbar*/
  /*infomation*/
  /*wrap primary menu*/
  /*header search form*/
  /*header mini cart*/
}
.finazi-wrap-header-3 .topbar {
  height: 45px;
  background: #1d2f44;
  color: #ffffff;
}
.finazi-wrap-header-3 .topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background: inherit;
}
.finazi-wrap-header-3 .topbar-right {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: inherit;
}
.finazi-wrap-header-3 .topbar-lang,
.finazi-wrap-header-3 .topbar-location {
  height: 100%;
  display: inline-flex;
  display: -webkit-inline-flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  align-content: flex-start;
  position: relative;
  background: inherit;
  padding: 0 25px;
}
.finazi-wrap-header-3 .topbar-lang:hover .lang-list,
.finazi-wrap-header-3 .topbar-location:hover .lang-list {
  opacity: 1;
  z-index: 11;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.finazi-wrap-header-3 .topbar-lang button,
.finazi-wrap-header-3 .topbar-location button {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  border: 0;
  color: inherit;
}
.finazi-wrap-header-3 .topbar-lang .topbar-btn-right,
.finazi-wrap-header-3 .topbar-location .topbar-btn-right {
  color: #14f1e4;
}
.finazi-wrap-header-3 .topbar-lang .topbar-btn-right span,
.finazi-wrap-header-3 .topbar-location .topbar-btn-right span {
  position: relative;
}
.finazi-wrap-header-3 .topbar-lang .lang-list,
.finazi-wrap-header-3 .topbar-location .lang-list {
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: -1;
  background: inherit;
  min-width: 100px;
  padding: 0 10px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.finazi-wrap-header-3 .topbar-location {
  background: #152639;
  margin-left: 20px;
}
.finazi-wrap-header-3 .topbar-location:hover .topbar-location-content {
  opacity: 1;
  z-index: 21;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-3 .topbar-location button {
  color: #14f1e4;
}
.finazi-wrap-header-3 .topbar-location:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 46px 16px;
  border-color: transparent transparent #152639 transparent;
}
.finazi-wrap-header-3 .topbar-location:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 16px 0 0;
  border-color: #152639 transparent transparent transparent;
}
.finazi-wrap-header-3 .topbar-location-content {
  opacity: 0;
  background: inherit;
  position: absolute;
  top: 100%;
  width: 100%;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-3 .topbar-location-content a {
  color: inherit;
}
.finazi-wrap-header-3 .header-3-infomation {
  background: #152639;
  color: #ffffff;
  height: 110px;
  position: relative;
}
.finazi-wrap-header-3 .header-3-infomation .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.finazi-wrap-header-3 .header-3-info-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.finazi-wrap-header-3 .header-3-info-content h1,
.finazi-wrap-header-3 .header-3-info-content h2,
.finazi-wrap-header-3 .header-3-info-content h3,
.finazi-wrap-header-3 .header-3-info-content h4,
.finazi-wrap-header-3 .header-3-info-content h5,
.finazi-wrap-header-3 .header-3-info-content h6,
.finazi-wrap-header-3 .header-3-info-content p {
  margin: 0;
  color: #14f1e4;
}
.finazi-wrap-header-3 .info3-item {
  max-width: 250px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid rgba(232, 232, 232, 0.15);
}
.finazi-wrap-header-3 .info3-item:first-of-type {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
.finazi-wrap-header-3 .info3-item p {
  color: inherit;
}
.finazi-wrap-header-3 .info3-item > span {
  font-size: 24px;
  color: #14f1e4;
  margin-right: 10px;
}
.finazi-wrap-header-3 .info3-item > span.big-icon {
  font-size: 48px;
}
.finazi-wrap-header-3 .info3-item dl,
.finazi-wrap-header-3 .info3-item dt,
.finazi-wrap-header-3 .info3-item dd {
  margin: 0;
  font-weight: normal;
  line-height: inherit;
}
.finazi-wrap-header-3 .theme-box-header-3 {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
}
.finazi-wrap-header-3 .theme-box-header-3 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
}
.finazi-wrap-header-3 .shopping-cart-icon {
  position: relative;
  z-index: 5;
  font-size: 24px;
  color: #152639;
}
.finazi-wrap-header-3 .shopping-cart-icon > span {
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 50%;
  background: #14f1e4;
  color: #000000;
  text-align: center;
  line-height: 18px;
  font-size: 9px;
  position: absolute;
  right: -7px;
  bottom: -7px;
}
.finazi-wrap-header-3 .consult-top-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  position: relative;
}
.finazi-wrap-header-3 .consult-header-search-box {
  position: absolute;
  right: 0;
  opacity: 0;
  top: 110%;
  height: 40px;
  width: 200px;
  z-index: -1;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-3 .consult-header-search-box.search-form-style-2-show {
  top: 100%;
  opacity: 1;
  z-index: 10;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.finazi-wrap-header-3 .search-button-icon {
  width: 24px;
  height: 23px;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  background: #152639;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  color: #ffffff;
  margin-left: 20px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-3 .search-button-icon.close-btn-form-style-2 {
  background: #14f1e4;
}
.finazi-wrap-header-3 .search-button-icon.close-btn-form-style-2:before {
  content: "\f00d";
}
.finazi-wrap-header-3 .search-button-icon:hover {
  background: #14f1e4;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-3 .search-button-icon:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 11px;
}
.finazi-wrap-header-3 .header-search-form {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  background: inherit;
}
.finazi-wrap-header-3 .header-search-form input {
  width: 100%;
  height: 100%;
  border: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  background: inherit;
  padding: 0 15px;
}
.finazi-wrap-header-3 .header-search-form input::-webkit-input-placeholder {
  color: #000000;
  font-weight: 300;
}
.finazi-wrap-header-3 .header-search-form input:-moz-placeholder {
  color: #000000;
  font-weight: 300;
}
.finazi-wrap-header-3 .header-search-form input::-moz-placeholder {
  color: #000000;
  opacity: 1;
  font-weight: 300;
}
.finazi-wrap-header-3 .header-search-form input:-ms-input-placeholder {
  color: #000000;
  font-weight: 300;
}
.finazi-wrap-header-3 .wrap-header-mini-cart {
  margin-right: 35px;
  padding-left: 30px;
  margin-left: 15px;
  border-left: 1px solid #bbbbbe;
  position: relative;
}
.finazi-wrap-header-3 .wrap-header-mini-cart + .search-button-icon {
  margin-left: 0;
}
.finazi-wrap-header-3 .wrap-header-mini-cart:hover .shopping-cart-icon {
  color: #14f1e4;
}
.finazi-wrap-header-3 .wrap-header-mini-cart:hover .header-mini-cart {
  visibility: visible;
  opacity: 1;
  top: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-3 .header-mini-cart {
  position: absolute;
  right: 0;
  top: 30px;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  padding-top: 39px;
  z-index: 2;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-3 .header-mini-cart .wrap-mnc {
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
}
.finazi-wrap-header-3 .header-mini-cart .cart_list {
  background: #ffffff;
  padding: 0 20px;
}
.finazi-wrap-header-3 .header-mini-cart .mini_cart_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-3 .header-mini-cart .mini_cart_item:hover {
  background: #fbf8f8;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-3 .header-mini-cart .mini_cart_item a:not(.remove) {
  color: #000000;
  font-size: 13px;
}
.finazi-wrap-header-3 .header-mini-cart .mini_cart_item a:not(.remove):hover {
  text-decoration: underline;
}
.finazi-wrap-header-3 .header-mini-cart .mini_cart_item a.remove {
  position: absolute;
  left: 5px;
  color: #000000;
}
.finazi-wrap-header-3 .header-mini-cart .mini_cart_item a.remove:hover {
  color: #ff0000;
}
.finazi-wrap-header-3 .header-mini-cart .mini_cart_item img {
  max-width: 50px;
  margin-right: 10px;
}
.finazi-wrap-header-3 .header-mini-cart .ht-mini-cart-content {
  text-align: left;
}
.finazi-wrap-header-3 .header-mini-cart .ht-mini-cart-content .quantity {
  font-size: 12px;
  color: #6c6c6c;
}
.finazi-wrap-header-3 .header-mini-cart .total {
  background: #ffffff;
  padding: 15px 15px 0 15px;
  font-size: 12px;
  color: #000000;
  text-align: left;
}
.finazi-wrap-header-3 .header-mini-cart .buttons {
  background: #ffffff;
  padding: 15px;
}
.finazi-wrap-header-3 .header-mini-cart .buttons a {
  float: left;
  width: 50%;
  height: 30px;
  border: 1px solid #152639;
  background: #ffffff;
  color: #152639;
  display: flex;
  font-size: 13px;
  justify-content: center;
  align-items: center;
}
.finazi-wrap-header-3 .header-mini-cart .buttons a:hover {
  background: #152639;
  color: #ffffff;
}
.finazi-wrap-header-3 .header-mini-cart .buttons .button + .checkout {
  border-left: 0;
}
@media (min-width: 992px) {
  .finazi-wrap-header-3 {
    /*mega menu*/
  }
  .finazi-wrap-header-3 .consult-wrap-menu li {
    display: inline-block;
    position: relative;
  }
  .finazi-wrap-header-3 .consult-wrap-menu a {
    color: #152639;
  }
  .finazi-wrap-header-3 .consult-wrap-menu a:hover {
    color: #152639;
  }
  .finazi-wrap-header-3 .consult-primary-menu {
    font-size: 0;
  }
  .finazi-wrap-header-3 .consult-primary-menu > li {
    cursor: pointer;
    /* set active menu */
  }
  .finazi-wrap-header-3 .consult-primary-menu > li:hover > a {
    color: #14f1e4;
  }
  .finazi-wrap-header-3 .consult-primary-menu > li.current_page_item > a,
  .finazi-wrap-header-3 .consult-primary-menu > li.current-menu-ancestor > a,
  .finazi-wrap-header-3 .consult-primary-menu > li.current-menu-parent > a {
    color: #14f1e4;
  }
  .finazi-wrap-header-3 .consult-primary-menu > li > a {
    position: relative;
    font-weight: 600;
    z-index: 3;
    padding: 0 20px;
    display: block;
    line-height: 50px;
  }
  .finazi-wrap-header-3 .consult-primary-menu .menu-item-has-icon .fa:before {
    margin-right: 7px;
  }
  .finazi-wrap-header-3 .consult-primary-menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .finazi-wrap-header-3 .consult-primary-menu .menu-item-has-children li ul {
    left: 100% !important;
    top: 0;
  }
  .finazi-wrap-header-3 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu {
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-left: 0;
    position: absolute;
    z-index: 2;
    line-height: 24px;
    background: #ffffff;
    min-width: 180px;
    left: 0;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .finazi-wrap-header-3 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li {
    width: 100%;
    background: #2e2e2e;
  }
  .finazi-wrap-header-3 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li:last-of-type {
    border-bottom: 0;
  }
  .finazi-wrap-header-3 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li.menu-item-has-children > a:after {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 7px;
    line-height: 0;
  }
  .finazi-wrap-header-3 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li.menu-item-has-children:hover > a {
    color: #ffffff;
  }
  .finazi-wrap-header-3 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu a {
    display: block;
    padding: 10px 15px;
    color: #bebebe;
    font-size: 12px;
    white-space: nowrap;
  }
  .finazi-wrap-header-3 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu a:hover {
    color: #ffffff;
  }
  .finazi-wrap-header-3 .consult-wrap-menu li.menu-item-has-mega-menu {
    position: static;
  }
  .finazi-wrap-header-3 .consult-box-header .mega-menu {
    position: absolute;
    left: 15px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .finazi-wrap-header-3 .menu-item-has-mega-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .finazi-wrap-header-3 .mega-menu-row {
    text-align: left;
    width: 100%;
    float: left;
    left: 0;
    margin-left: 0;
    padding: 20px 15px;
  }
  .finazi-wrap-header-3 .mega-menu-row > li {
    width: 25%;
    float: left;
  }
  .finazi-wrap-header-3 .mega-menu-row > li > a {
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    padding: 0 12px;
    margin-bottom: 15px;
    display: block;
  }
  .finazi-wrap-header-3 .mega-menu-row > li > a:hover {
    color: #ffffff;
  }
  .finazi-wrap-header-3 .mega-menu-row li {
    overflow: hidden;
  }
  .finazi-wrap-header-3 .mega-menu-row li span {
    color: #b6b6b6;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .finazi-wrap-header-3 .mega-menu-row li div {
    line-height: 24px;
    color: grey;
  }
  .finazi-wrap-header-3 .mega-menu-row li div p {
    margin-top: 10px;
  }
  .finazi-wrap-header-3 .mega-menu-row li ul {
    position: static;
    float: left;
    border: 0;
    width: 100%;
  }
  .finazi-wrap-header-3 .mega-menu-row li ul li {
    width: 100%;
    padding: 0 0 0 1px;
  }
  .finazi-wrap-header-3 .mega-menu-row .sub-menu {
    margin-left: 0;
    left: 0;
    position: static;
    background: rgba(0, 0, 0, 0);
  }
  .finazi-wrap-header-3 .mega-menu-row .sub-menu a {
    display: block;
    padding: 5px 10px;
    color: #bebebe;
    white-space: nowrap;
  }
  .finazi-wrap-header-3 .mega-menu-row .sub-menu a:hover {
    color: #ffffff;
  }
  .finazi-wrap-header-3 .mega-menu-row .sub-menu a i {
    min-width: 20px;
  }
  .finazi-wrap-header-3 .mega-menu-row a {
    border: 0;
  }
  .finazi-wrap-header-3 .mega-menu-col li {
    display: inline-block;
    width: 170px;
  }
  .finazi-wrap-header-3 .mega-menu-col .sub-menu {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .finazi-wrap-header-3 .header-3-infomation .consult-logo {
    display: none;
  }
  .finazi-wrap-header-3 .logo-mobile {
    position: absolute;
    left: 15px;
  }
  .finazi-wrap-header-3 .consult-top-action {
    position: absolute;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .finazi-wrap-header-3 .topbar {
    height: auto;
    padding: 10px 0;
  }
  .finazi-wrap-header-3 .topbar .container {
    display: block;
  }
  .finazi-wrap-header-3 .topbar-lang {
    padding-left: 0;
  }
  .finazi-wrap-header-3 .topbar-lang button {
    padding: 0;
  }
  .finazi-wrap-header-3 .topbar-right {
    float: left;
    width: 100%;
    display: block;
  }
  .finazi-wrap-header-3 .topbar-location {
    background: none !important;
    padding-left: 0;
    margin-left: 0;
  }
  .finazi-wrap-header-3 .topbar-location:before,
  .finazi-wrap-header-3 .topbar-location:after {
    content: none;
  }
  .finazi-wrap-header-3 .header-3-infomation {
    height: auto;
    padding: 15px 0;
  }
  .finazi-wrap-header-3 .info3-item {
    padding-left: 0;
    margin-left: 0;
    border: 0;
    margin-bottom: 10px;
  }
  .finazi-wrap-header-3 .header-3-info-content {
    display: block;
  }
}
.finazi-wrap-header-4 {
  background: #313336;
  height: 124px;
  position: relative;
  z-index: 10;
  /*header 4 content*/
  /* infomation */
  /*header search form*/
  /*header minicart*/
}
.finazi-wrap-header-4 .topbar {
  color: rgba(255, 255, 255, 0.35);
  height: 55px;
}
.finazi-wrap-header-4 .topbar .container {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.finazi-wrap-header-4 .topbar + .header-4-wrap-content .header-4-lg {
  height: 140px;
}
.finazi-wrap-header-4 .topbar + .header-4-wrap-content .header-4-infomation {
  height: 85px;
}
.finazi-wrap-header-4 .topbar-left li {
  display: inline-flex;
  display: -webkit-inline-flex;
  margin-right: 25px;
}
.finazi-wrap-header-4 .topbar-left li:last-of-type {
  margin-right: 0;
}
.finazi-wrap-header-4 .topbar-left span {
  margin-right: 9px;
  font-size: 18px;
}
.finazi-wrap-header-4 .topbar-left a {
  color: inherit;
}
.finazi-wrap-header-4 .topbar-left a:hover {
  text-decoration: underline;
}
.finazi-wrap-header-4 .topbar-right li {
  display: inline-block;
  text-align: right;
  margin-left: 15px;
}
.finazi-wrap-header-4 .topbar-right li:first-of-type {
  margin-left: 0;
}
.finazi-wrap-header-4 .topbar-right a {
  font-size: 20px;
  color: inherit;
  display: block;
}
.finazi-wrap-header-4 .topbar-right a:before {
  font-family: "ionicons";
}
.finazi-wrap-header-4 .topbar-right a[href*="twitter.com"]:before {
  content: "\f243";
}
.finazi-wrap-header-4 .topbar-right a[href*="facebook.com"]:before {
  content: "\f231";
}
.finazi-wrap-header-4 .topbar-right a[href*="plus.google.com"]:before {
  content: "\f235";
}
.finazi-wrap-header-4 .topbar-right a[href*="instagram.com"]:before {
  content: "\f351";
}
.finazi-wrap-header-4 .topbar-right a[href*="vimeo.com"]:before {
  content: "\f245";
}
.finazi-wrap-header-4 .topbar-right a[href*="youtube.com"]:before {
  content: "\f24d";
}
.finazi-wrap-header-4 .topbar-right a[href*="github.com"]:before {
  content: "\f233";
}
.finazi-wrap-header-4 .topbar-right a[href*="linkedin.com"]:before {
  content: "\f239";
}
.finazi-wrap-header-4 .topbar-right a[href*="pinterest.com"]:before {
  content: "\f2b1";
}
.finazi-wrap-header-4 .topbar-right a[href*="feed"]:before {
  content: "\f23d";
}
.finazi-wrap-header-4 .topbar-right a:hover {
  color: #ffffff;
}
.finazi-wrap-header-4 .header-4-lg {
  height: 124px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  background: #14f1e4;
}
.finazi-wrap-header-4 .header-4-content {
  position: relative;
  background: #ffffff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.finazi-wrap-header-4 .header-4-content-right {
  padding-right: 40px;
}
.finazi-wrap-header-4 .header-4-infomation {
  height: 69px;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.finazi-wrap-header-4 .info4-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 250px;
  margin-left: 65px;
}
.finazi-wrap-header-4 .info4-item:first-of-type {
  margin-left: 0;
}
.finazi-wrap-header-4 .info4-item span {
  font-size: 24px;
  margin-right: 10px;
  color: #14f1e4;
}
.finazi-wrap-header-4 .info4-item dl,
.finazi-wrap-header-4 .info4-item dt,
.finazi-wrap-header-4 .info4-item dd {
  margin: 0;
  font-weight: normal;
  line-height: inherit;
}
.finazi-wrap-header-4 .info4-item dt {
  font-size: 15px;
  font-weight: 700;
}
.finazi-wrap-header-4 .info4-item dd {
  font-size: 14px;
}
.finazi-wrap-header-4 .info4-item h1,
.finazi-wrap-header-4 .info4-item h2,
.finazi-wrap-header-4 .info4-item h3,
.finazi-wrap-header-4 .info4-item h4,
.finazi-wrap-header-4 .info4-item h5,
.finazi-wrap-header-4 .info4-item h6 {
  margin: 0;
  color: #14f1e4;
}
.finazi-wrap-header-4 .info4-item .big-icon {
  font-size: 48px;
}
.finazi-wrap-header-4 .info4-item p {
  color: inherit;
  margin: 0;
}
.finazi-wrap-header-4 .theme-box-header-4 {
  position: relative;
  background: inherit;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.finazi-wrap-header-4 .consult-header-search-box {
  position: absolute;
  left: 15px;
  right: 0;
  opacity: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-4 .consult-header-search-box.x-code {
  left: 0;
  opacity: 1;
  z-index: 10;
  background: #ffffff;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.finazi-wrap-header-4 .header-search-form {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  background: inherit;
}
.finazi-wrap-header-4 .header-search-form input {
  width: 100%;
  height: 100%;
  border: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  background: inherit;
  padding-right: 30px;
}
.finazi-wrap-header-4 .header-search-form input::-webkit-input-placeholder {
  color: #000000;
  font-weight: 300;
}
.finazi-wrap-header-4 .header-search-form input:-moz-placeholder {
  color: #000000;
  font-weight: 300;
}
.finazi-wrap-header-4 .header-search-form input::-moz-placeholder {
  color: #000000;
  opacity: 1;
  font-weight: 300;
}
.finazi-wrap-header-4 .header-search-form input:-ms-input-placeholder {
  color: #000000;
  font-weight: 300;
}
.finazi-wrap-header-4 .search-button-icon {
  width: 24px;
  height: 23px;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  background: #14f1e4;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  color: #000000;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-4 .search-button-icon:hover {
  background: #000000;
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-4 .search-button-icon:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 11px;
}
.finazi-wrap-header-4 .close-form-btn {
  position: absolute;
  right: 5px;
  cursor: pointer;
  top: 50%;
  margin-top: -12px;
  font-size: 20px;
  color: #000000;
}
.finazi-wrap-header-4 .consult-top-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  border-left: 1px solid #e8e8e8;
  padding-left: 25px;
}
.finazi-wrap-header-4 .wrap-header-mini-cart {
  margin-right: 35px;
  flex-grow: 1;
  position: relative;
}
.finazi-wrap-header-4 .wrap-header-mini-cart:hover .shopping-cart-icon {
  color: #14f1e4;
}
.finazi-wrap-header-4 .wrap-header-mini-cart:hover .header-mini-cart {
  visibility: visible;
  opacity: 1;
  top: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-4 .shopping-cart-icon {
  position: relative;
  color: #152639;
  font-size: 24px;
  z-index: 5;
}
.finazi-wrap-header-4 .shopping-cart-icon > span {
  width: 14px;
  height: 14px;
  overflow: hidden;
  border-radius: 50%;
  background: #152639;
  color: #ffffff;
  text-align: center;
  line-height: 14px;
  font-size: 8px;
  position: absolute;
  right: -10px;
  top: 0;
}
.finazi-wrap-header-4 .header-mini-cart {
  position: absolute;
  right: 0;
  top: 30px;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  padding-top: 41px;
  z-index: 2;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-4 .header-mini-cart .wrap-mnc {
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
}
.finazi-wrap-header-4 .header-mini-cart .cart_list {
  background: #ffffff;
  padding: 0 20px;
}
.finazi-wrap-header-4 .header-mini-cart .mini_cart_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-4 .header-mini-cart .mini_cart_item:hover {
  background: #fbf8f8;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-4 .header-mini-cart .mini_cart_item a:not(.remove) {
  color: #000000;
  font-size: 13px;
}
.finazi-wrap-header-4 .header-mini-cart .mini_cart_item a:not(.remove):hover {
  text-decoration: underline;
}
.finazi-wrap-header-4 .header-mini-cart .mini_cart_item a.remove {
  position: absolute;
  left: 5px;
  color: #000000;
}
.finazi-wrap-header-4 .header-mini-cart .mini_cart_item a.remove:hover {
  color: #ff0000;
}
.finazi-wrap-header-4 .header-mini-cart .mini_cart_item img {
  max-width: 50px;
  margin-right: 10px;
}
.finazi-wrap-header-4 .header-mini-cart .ht-mini-cart-content {
  text-align: left;
}
.finazi-wrap-header-4 .header-mini-cart .ht-mini-cart-content .quantity {
  font-size: 12px;
  color: #6c6c6c;
}
.finazi-wrap-header-4 .header-mini-cart .total {
  background: #ffffff;
  padding: 15px 15px 0 15px;
  font-size: 12px;
  color: #000000;
  text-align: left;
}
.finazi-wrap-header-4 .header-mini-cart .buttons {
  background: #ffffff;
  padding: 15px;
}
.finazi-wrap-header-4 .header-mini-cart .buttons a {
  float: left;
  width: 50%;
  height: 30px;
  border: 1px solid #152639;
  background: #ffffff;
  color: #152639;
  display: flex;
  font-size: 13px;
  justify-content: center;
  align-items: center;
}
.finazi-wrap-header-4 .header-mini-cart .buttons a:hover {
  background: #152639;
  color: #ffffff;
}
.finazi-wrap-header-4 .header-mini-cart .buttons .button + .checkout {
  border-left: 0;
}
.finazi-wrap-header-4 #topbar-toggle {
  background: inherit;
}
/* responsive */
@media (max-width: 1199px) {
  .consult-header .finazi-wrap-header-4 .header-4-content {
    display: block;
  }
  .consult-header .finazi-wrap-header-4 .header-4-content-right {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .finazi-wrap-header-4 {
    /*primary menu*/
    /*mega menu*/
  }
  .finazi-wrap-header-4 .consult-wrap-menu li {
    display: inline-block;
    position: relative;
  }
  .finazi-wrap-header-4 .consult-wrap-menu a {
    color: #152639;
  }
  .finazi-wrap-header-4 .consult-wrap-menu a:hover {
    color: #152639;
  }
  .finazi-wrap-header-4 .consult-primary-menu {
    font-size: 0;
  }
  .finazi-wrap-header-4 .consult-primary-menu > li {
    cursor: pointer;
    margin-right: 40px;
    /* set active menu */
  }
  .finazi-wrap-header-4 .consult-primary-menu > li:hover > a {
    color: #14f1e4;
  }
  .finazi-wrap-header-4 .consult-primary-menu > li.current_page_item > a,
  .finazi-wrap-header-4 .consult-primary-menu > li.current-menu-ancestor > a,
  .finazi-wrap-header-4 .consult-primary-menu > li.current-menu-parent > a {
    color: #14f1e4;
  }
  .finazi-wrap-header-4 .consult-primary-menu > li > a {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 3;
    display: block;
    line-height: 55px;
  }
  .finazi-wrap-header-4 .consult-primary-menu .menu-item-has-icon .fa:before {
    margin-right: 7px;
  }
  .finazi-wrap-header-4 .consult-primary-menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .finazi-wrap-header-4 .consult-primary-menu .menu-item-has-children li ul {
    left: 100% !important;
    top: 0;
  }
  .finazi-wrap-header-4 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu {
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-left: 0;
    position: absolute;
    z-index: 2;
    line-height: 24px;
    background: #ffffff;
    min-width: 180px;
    left: 0;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .finazi-wrap-header-4 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li {
    width: 100%;
    background: #2e2e2e;
  }
  .finazi-wrap-header-4 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li:last-of-type {
    border-bottom: 0;
  }
  .finazi-wrap-header-4 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li.menu-item-has-children > a:after {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 7px;
    line-height: 0;
  }
  .finazi-wrap-header-4 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li.menu-item-has-children:hover > a {
    color: #ffffff;
  }
  .finazi-wrap-header-4 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu a {
    display: block;
    padding: 10px 15px;
    color: #bebebe;
    font-size: 12px;
    white-space: nowrap;
  }
  .finazi-wrap-header-4 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu a:hover {
    color: #ffffff;
  }
  .finazi-wrap-header-4 .consult-wrap-menu li.menu-item-has-mega-menu {
    position: static;
  }
  .finazi-wrap-header-4 .consult-box-header .mega-menu {
    position: absolute;
    right: -40px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .finazi-wrap-header-4 .menu-item-has-mega-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .finazi-wrap-header-4 .mega-menu-row {
    text-align: left;
    width: 100%;
    float: left;
    left: 0;
    margin-left: 0;
    padding: 20px 15px;
  }
  .finazi-wrap-header-4 .mega-menu-row > li {
    width: 25%;
    float: left;
  }
  .finazi-wrap-header-4 .mega-menu-row > li > a {
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    padding: 0 12px;
    margin-bottom: 15px;
    display: block;
  }
  .finazi-wrap-header-4 .mega-menu-row > li > a:hover {
    color: #ffffff;
  }
  .finazi-wrap-header-4 .mega-menu-row li {
    overflow: hidden;
  }
  .finazi-wrap-header-4 .mega-menu-row li span {
    color: #b6b6b6;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .finazi-wrap-header-4 .mega-menu-row li div {
    line-height: 24px;
    color: grey;
  }
  .finazi-wrap-header-4 .mega-menu-row li div p {
    margin-top: 10px;
  }
  .finazi-wrap-header-4 .mega-menu-row li ul {
    position: static;
    float: left;
    border: 0;
    width: 100%;
  }
  .finazi-wrap-header-4 .mega-menu-row li ul li {
    width: 100%;
    padding: 0 0 0 1px;
  }
  .finazi-wrap-header-4 .mega-menu-row .sub-menu {
    margin-left: 0;
    left: 0;
    position: static;
    background: rgba(0, 0, 0, 0);
  }
  .finazi-wrap-header-4 .mega-menu-row .sub-menu a {
    display: block;
    padding: 5px 10px;
    color: #bebebe;
    white-space: nowrap;
  }
  .finazi-wrap-header-4 .mega-menu-row .sub-menu a:hover {
    color: #ffffff;
  }
  .finazi-wrap-header-4 .mega-menu-row .sub-menu a i {
    min-width: 20px;
  }
  .finazi-wrap-header-4 .mega-menu-row a {
    border: 0;
  }
  .finazi-wrap-header-4 .mega-menu-col li {
    display: inline-block;
    width: 170px;
  }
  .finazi-wrap-header-4 .mega-menu-col .sub-menu {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .consult-header .finazi-wrap-header-4 .menu-collapser {
    right: 40px;
  }
  .finazi-wrap-header-4 .header-4-wrap-content {
    background: #ffffff;
  }
  .finazi-wrap-header-4 .header-4-lg {
    display: none;
  }
  .finazi-wrap-header-4 .header-4-content-right {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
  .finazi-wrap-header-4 .consult-box-header {
    width: 100%;
    height: 60px;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .finazi-wrap-header-4 .consult-top-action {
    border-left: 0;
    padding-left: 0;
  }
  .finazi-wrap-header-4 .close-form-btn {
    right: 5px;
  }
}
@media (max-width: 767px) {
  .finazi-wrap-header-4 .ht-header-info-content {
    display: block;
    width: 100%;
  }
  .finazi-wrap-header-4 .info4-item {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .finazi-wrap-header-4 .header-4-infomation {
    height: auto;
    padding-top: 15px;
  }
  .finazi-wrap-header-4 .topbar + .header-4-wrap-content .header-4-infomation {
    height: auto;
  }
  .finazi-wrap-header-4 .info4-item .big-icon {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .finazi-wrap-header-4 .topbar {
    height: auto;
    padding-top: 15px;
  }
  .finazi-wrap-header-4 .topbar .container {
    display: block;
  }
  .finazi-wrap-header-4 .topbar-left {
    float: left;
    width: 100%;
  }
  .finazi-wrap-header-4 .topbar-right {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .finazi-wrap-header-4 .topbar-left li {
    margin-left: 0;
    float: left;
    width: 100%;
  }
}
.finazi-wrap-header-5 {
  position: absolute;
  background: rgba(41, 41, 130, 0.9);
  /*header search form*/
}
.finazi-wrap-header-5 .topbar {
  height: 50px;
  color: rgba(255, 255, 255, 0.5);
}
.finazi-wrap-header-5 .wrap-topbar-5 {
  border-bottom: 1px solid rgba(232, 232, 232, 0.15);
  height: 55px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.finazi-wrap-header-5 .wrap-topbar-5 * {
  color: inherit;
}
.finazi-wrap-header-5 .topbar-lang {
  height: 100%;
  display: inline-flex;
  display: -webkit-inline-flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  align-content: flex-start;
  position: relative;
  z-index: 11;
  background: inherit;
}
.finazi-wrap-header-5 .topbar-lang:hover .lang-list {
  opacity: 1;
  z-index: 11;
  top: 100%;
}
.finazi-wrap-header-5 .topbar-lang button {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  border: 0;
  color: inherit;
}
.finazi-wrap-header-5 .topbar-lang button:after {
  content: "\f35f";
  font-family: "ionicons";
  margin-left: 7px;
  font-size: 18px;
  position: relative;
  top: 3px;
  line-height: 0;
}
.finazi-wrap-header-5 .topbar-lang .lang-list {
  opacity: 0;
  position: absolute;
  top: -100%;
  z-index: -1;
  min-width: 100px;
  padding: 0 10px;
}
.finazi-wrap-header-5 .topbar-info {
  float: right;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
}
.finazi-wrap-header-5 .topbar-info span {
  margin-left: 35px;
  display: inline-block;
}
.finazi-wrap-header-5 .topbar-info span:before {
  margin-right: 8px;
  font-size: 14px;
}
.finazi-wrap-header-5 .topbar-button {
  float: right;
  margin-right: -20px;
  height: 50px;
  margin-left: 32px;
}
.finazi-wrap-header-5 .topbar-button:hover a:before {
  animation: finazi_tada 3.6s linear infinite;
  transform-origin: 50% 50%;
}
.finazi-wrap-header-5 .topbar-button a {
  margin: 0 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  color: #152639;
  height: 50px;
  padding: 0 45px;
  position: relative;
  z-index: 2;
  margin-right: 15px;
}
.finazi-wrap-header-5 .topbar-button a:before {
  font-size: 18px;
  margin-right: 18px;
  line-height: 1;
  margin-right: 10px;
}
.finazi-wrap-header-5 .topbar-button a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #14f1e4;
  z-index: -1;
  transform: skew(-10deg);
}
.finazi-wrap-header-5 .consult-logo {
  order: 1;
}
.finazi-wrap-header-5 .consult-box-header {
  height: 100px;
  position: relative;
  z-index: 10;
  text-align: right;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-5 .consult-box-header .container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  background: inherit;
}
.finazi-wrap-header-5 .consult-header-search-box {
  position: absolute;
  right: 15px;
  opacity: 0;
  top: 110%;
  height: 40px;
  width: 200px;
  z-index: -1;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-5 .consult-header-search-box.search-form-style-2-show {
  top: 100%;
  opacity: 1;
  z-index: 10;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.finazi-wrap-header-5 .header-search-form {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  background: inherit;
}
.finazi-wrap-header-5 .header-search-form input {
  width: 100%;
  height: 100%;
  border: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  background: inherit;
  padding-right: 30px;
  padding: 0 15px;
}
.finazi-wrap-header-5 .header-search-form input::-webkit-input-placeholder {
  color: #000000;
  font-weight: 300;
}
.finazi-wrap-header-5 .header-search-form input:-moz-placeholder {
  color: #000000;
  font-weight: 300;
}
.finazi-wrap-header-5 .header-search-form input::-moz-placeholder {
  color: #000000;
  opacity: 1;
  font-weight: 300;
}
.finazi-wrap-header-5 .header-search-form input:-ms-input-placeholder {
  color: #000000;
  font-weight: 300;
}
.finazi-wrap-header-5 .close-form-btn {
  position: absolute;
  right: 2px;
  cursor: pointer;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
}
.finazi-wrap-header-5 .close-form-btn:hover {
  color: #000000;
}
.finazi-wrap-header-5 .consult-logo + .consult-top-action {
  position: absolute;
  right: 15px;
}
.finazi-wrap-header-5 .consult-top-action {
  margin-left: 35px;
  order: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-left: 1px solid rgba(232, 232, 232, 0.15);
  height: 30px;
}
.finazi-wrap-header-5 .wrap-header-mini-cart {
  margin-left: 35px;
  flex-grow: 1;
  position: relative;
}
.finazi-wrap-header-5 .wrap-header-mini-cart:hover .shopping-cart-icon {
  color: #14f1e4;
}
.finazi-wrap-header-5 .wrap-header-mini-cart:hover .header-mini-cart {
  visibility: visible;
  opacity: 1;
  top: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-5 .shopping-cart-icon {
  position: relative;
  z-index: 5;
  color: #ffffff;
  font-size: 24px;
}
.finazi-wrap-header-5 .shopping-cart-icon > span {
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  text-align: center;
  line-height: 16px;
  font-size: 8px;
  position: absolute;
  right: -15px;
  top: -5px;
}
.finazi-wrap-header-5 .header-mini-cart {
  position: absolute;
  right: 0;
  top: 30px;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  padding-top: 64px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-5 .header-mini-cart .wrap-mnc {
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
}
.finazi-wrap-header-5 .header-mini-cart .cart_list {
  background: #ffffff;
  padding: 0 20px;
}
.finazi-wrap-header-5 .header-mini-cart .mini_cart_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-5 .header-mini-cart .mini_cart_item:hover {
  background: #fbf8f8;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-5 .header-mini-cart .mini_cart_item a:not(.remove) {
  color: #000000;
  font-size: 13px;
}
.finazi-wrap-header-5 .header-mini-cart .mini_cart_item a:not(.remove):hover {
  text-decoration: underline;
}
.finazi-wrap-header-5 .header-mini-cart .mini_cart_item a.remove {
  position: absolute;
  left: 5px;
  color: #000000;
}
.finazi-wrap-header-5 .header-mini-cart .mini_cart_item a.remove:hover {
  color: #ff0000;
}
.finazi-wrap-header-5 .header-mini-cart .mini_cart_item img {
  max-width: 50px;
  margin-right: 10px;
}
.finazi-wrap-header-5 .header-mini-cart .ht-mini-cart-content {
  text-align: left;
}
.finazi-wrap-header-5 .header-mini-cart .ht-mini-cart-content .quantity {
  font-size: 12px;
  color: #6c6c6c;
}
.finazi-wrap-header-5 .header-mini-cart .total {
  background: #ffffff;
  padding: 15px 15px 0 15px;
  font-size: 12px;
  color: #000000;
  text-align: left;
}
.finazi-wrap-header-5 .header-mini-cart .buttons {
  background: #ffffff;
  padding: 15px;
}
.finazi-wrap-header-5 .header-mini-cart .buttons a {
  float: left;
  width: 50%;
  height: 30px;
  border: 1px solid #152639;
  background: #ffffff;
  color: #152639;
  display: flex;
  font-size: 13px;
  justify-content: center;
  align-items: center;
}
.finazi-wrap-header-5 .header-mini-cart .buttons a:hover {
  background: #152639;
  color: #ffffff;
}
.finazi-wrap-header-5 .header-mini-cart .buttons .button + .checkout {
  border-left: 0;
}
.finazi-wrap-header-5 .search-button-icon {
  width: 24px;
  height: 23px;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  background: #14f1e4;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  color: #000000;
  margin-left: 35px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-5 .search-button-icon.close-btn-form-style-2 {
  background: #000000;
  color: #ffffff;
}
.finazi-wrap-header-5 .search-button-icon.close-btn-form-style-2:before {
  content: "\f00d";
}
.finazi-wrap-header-5 .search-button-icon:hover {
  background: #000000;
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.finazi-wrap-header-5 .search-button-icon:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 11px;
}
@media (min-width: 992px) {
  .finazi-wrap-header-5 {
    /*mega menu*/
  }
  .finazi-wrap-header-5 .consult-wrap-menu {
    flex-grow: 1;
    order: 2;
  }
  .finazi-wrap-header-5 .consult-wrap-menu li {
    display: inline-block;
    position: relative;
  }
  .finazi-wrap-header-5 .consult-wrap-menu a {
    color: #ffffff;
  }
  .finazi-wrap-header-5 .consult-wrap-menu a:hover {
    color: #152639;
  }
  .finazi-wrap-header-5 .consult-primary-menu > li {
    cursor: pointer;
    /* set active menu */
  }
  .finazi-wrap-header-5 .consult-primary-menu > li:hover > a {
    color: #152639;
  }
  .finazi-wrap-header-5 .consult-primary-menu > li.current_page_item > a,
  .finazi-wrap-header-5 .consult-primary-menu > li.current-menu-ancestor > a,
  .finazi-wrap-header-5 .consult-primary-menu > li.current-menu-parent > a {
    color: #152639;
  }
  .finazi-wrap-header-5 .consult-primary-menu > li > a {
    padding: 0 15px;
    line-height: 100px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 3;
  }
  .finazi-wrap-header-5 .consult-primary-menu .menu-item-has-icon .fa:before {
    margin-right: 7px;
  }
  .finazi-wrap-header-5 .consult-primary-menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .finazi-wrap-header-5 .consult-primary-menu .menu-item-has-children li ul {
    left: 100% !important;
    top: 0;
  }
  .finazi-wrap-header-5 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu {
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-left: 0;
    position: absolute;
    z-index: 2;
    line-height: 24px;
    background: #ffffff;
    min-width: 180px;
    left: 0;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .finazi-wrap-header-5 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li {
    width: 100%;
    background: #2e2e2e;
  }
  .finazi-wrap-header-5 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li:last-of-type {
    border-bottom: 0;
  }
  .finazi-wrap-header-5 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li.menu-item-has-children > a:after {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 7px;
    line-height: 0;
  }
  .finazi-wrap-header-5 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu li.menu-item-has-children:hover > a {
    color: #ffffff;
  }
  .finazi-wrap-header-5 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu a {
    display: block;
    padding: 10px 15px;
    color: #bebebe;
    font-size: 12px;
    white-space: nowrap;
  }
  .finazi-wrap-header-5 .consult-primary-menu > li:not(.menu-item-has-mega-menu) .sub-menu a:hover {
    color: #ffffff;
  }
  .finazi-wrap-header-5 .consult-wrap-menu li.menu-item-has-mega-menu {
    position: static;
  }
  .finazi-wrap-header-5 .consult-box-header .mega-menu {
    position: absolute;
    left: 15px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .finazi-wrap-header-5 .menu-item-has-mega-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .finazi-wrap-header-5 .mega-menu-row {
    text-align: left;
    width: 100%;
    float: left;
    left: 0;
    margin-left: 0;
    padding: 20px 15px;
  }
  .finazi-wrap-header-5 .mega-menu-row > li {
    width: 25%;
    float: left;
  }
  .finazi-wrap-header-5 .mega-menu-row > li > a {
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    padding: 0 12px;
    margin-bottom: 15px;
    display: block;
  }
  .finazi-wrap-header-5 .mega-menu-row > li > a:hover {
    color: #ffffff;
  }
  .finazi-wrap-header-5 .mega-menu-row li {
    overflow: hidden;
  }
  .finazi-wrap-header-5 .mega-menu-row li span {
    color: #b6b6b6;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .finazi-wrap-header-5 .mega-menu-row li div {
    line-height: 24px;
    color: grey;
  }
  .finazi-wrap-header-5 .mega-menu-row li div p {
    margin-top: 10px;
  }
  .finazi-wrap-header-5 .mega-menu-row li ul {
    position: static;
    float: left;
    border: 0;
    width: 100%;
  }
  .finazi-wrap-header-5 .mega-menu-row li ul li {
    width: 100%;
    padding: 0 0 0 1px;
  }
  .finazi-wrap-header-5 .mega-menu-row .sub-menu {
    margin-left: 0;
    left: 0;
    position: static;
    background: rgba(0, 0, 0, 0);
  }
  .finazi-wrap-header-5 .mega-menu-row .sub-menu a {
    display: block;
    padding: 5px 10px;
    color: #bebebe;
    white-space: nowrap;
  }
  .finazi-wrap-header-5 .mega-menu-row .sub-menu a:hover {
    color: #ffffff;
  }
  .finazi-wrap-header-5 .mega-menu-row .sub-menu a i {
    min-width: 20px;
  }
  .finazi-wrap-header-5 .mega-menu-row a {
    border: 0;
  }
  .finazi-wrap-header-5 .mega-menu-col li {
    display: inline-block;
    width: 170px;
  }
  .finazi-wrap-header-5 .mega-menu-col .sub-menu {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .finazi-wrap-header-5 {
    position: relative;
  }
  .finazi-wrap-header-5 .consult-box-header {
    height: 60px;
  }
  .finazi-wrap-header-5 .topbar {
    height: auto;
  }
  .finazi-wrap-header-5 .wrap-topbar-5 {
    display: block;
    height: auto;
    padding: 10px 0;
    border-bottom: 0;
  }
  .finazi-wrap-header-5 .topbar-info {
    display: block;
    height: auto;
    float: left;
  }
  .finazi-wrap-header-5 .topbar-info > span {
    margin-left: 0;
    width: 100%;
  }
  .finazi-wrap-header-5 .consult-logo img {
    max-width: 120px;
  }
  .finazi-wrap-header-5 .search-button-icon {
    margin-left: 0;
    position: absolute;
    right: 15px;
    background: #152639;
    color: #ffffff;
  }
  .finazi-wrap-header-5 .search-button-icon.close-btn-form-style-2 {
    background: #14f1e4;
  }
  .finazi-wrap-header-5 .search-button-icon:hover {
    background: #14f1e4;
  }
}
/* SIDEBAR */
.widget-area,
.wpb_widgetised_column {
  float: left;
  width: 100%;
  /* menu */
}
.widget-area .widget,
.wpb_widgetised_column .widget {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.widget-area .widget.widget_nav_menu a,
.wpb_widgetised_column .widget.widget_nav_menu a {
  font-size: 16px !important;
}
.widget-area .widget:first-of-type .widget-title,
.wpb_widgetised_column .widget:first-of-type .widget-title {
  margin-top: 0;
}
.widget-area .widget a,
.wpb_widgetised_column .widget a {
  color: #6c6c6c;
}
.widget-area .widget a:hover,
.wpb_widgetised_column .widget a:hover {
  color: #152639;
}
.widget-area .widget select,
.wpb_widgetised_column .widget select {
  float: left;
  width: 100%;
  height: 36px;
  line-height: 36px;
}
.widget-area .widget table,
.wpb_widgetised_column .widget table {
  width: 100%;
  float: left;
}
.widget-area .widget-title,
.wpb_widgetised_column .widget-title {
  color: #152639;
  font-size: 24px;
  line-height: 60px;
  position: relative;
  margin-bottom: 25px;
}
.widget-area .widget-title:after,
.wpb_widgetised_column .widget-title:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #14f1e4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.widget-area .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar),
.wpb_widgetised_column .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) {
  overflow: hidden;
}
.widget-area .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) ul,
.wpb_widgetised_column .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) ul {
  float: left;
  width: 100%;
}
.widget-area .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) a,
.wpb_widgetised_column .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) a {
  font-size: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
  padding: 10px 20px;
  float: left;
  width: 100%;
  color: #152639;
  font-weight: normal;
}
.widget-area .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) a:after,
.wpb_widgetised_column .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) a:after {
  content: '';
  width: 200%;
  position: absolute;
  left: -100%;
  height: 1px;
  background: #ffffff;
  bottom: 0;
}
.widget-area .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) a:hover,
.wpb_widgetised_column .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) a:hover {
  padding-left: 25px;
}
.widget-area .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) a:hover:before,
.wpb_widgetised_column .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) a:hover:before {
  opacity: 1;
  margin-left: 2px;
}
.widget-area .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) a:before,
.wpb_widgetised_column .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) a:before {
  font-family: "ionicons";
  content: "\f363";
  font-size: 18px;
  position: absolute;
  top: 9px;
  left: 5px;
  opacity: 0;
}
.widget-area .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) li,
.wpb_widgetised_column .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) li {
  position: relative;
  width: 100%;
  background: #f8f8f8;
  float: left;
}
.widget-area .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) li.current-menu-item:after,
.wpb_widgetised_column .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) li.current-menu-item:after {
  content: '';
  position: absolute;
  width: 200%;
  left: -100%;
  top: 0;
  bottom: 0;
  background: #14f1e4;
}
.widget-area .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) li.current-menu-item a,
.wpb_widgetised_column .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) li.current-menu-item a {
  font-weight: 700;
  color: #152639;
}
.widget-area .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) li ul,
.wpb_widgetised_column .widget:not(.widget_text):not(.widget_rss):not(.widget_courses):not(.widget_tag_cloud):not(.widget_calendar) li ul {
  margin: 0;
  width: 100%;
  padding-left: 15px;
}
.widget-area li,
.wpb_widgetised_column li {
  list-style: none;
}
.widget-area .widget_archive a,
.wpb_widgetised_column .widget_archive a,
.widget-area .widget_categories a,
.wpb_widgetised_column .widget_categories a,
.widget-area .widget_recent_comments a,
.wpb_widgetised_column .widget_recent_comments a {
  float: none !important;
  width: initial !important;
}
.widget-area .widget_recent_comments li,
.wpb_widgetised_column .widget_recent_comments li,
.widget-area .widget_archive li,
.wpb_widgetised_column .widget_archive li,
.widget-area .widget_categories li,
.wpb_widgetised_column .widget_categories li {
  padding-right: 20px;
}
.widget-area .widget_recent_comments a,
.wpb_widgetised_column .widget_recent_comments a,
.widget-area .widget_archive a,
.wpb_widgetised_column .widget_archive a,
.widget-area .widget_categories a,
.wpb_widgetised_column .widget_categories a {
  padding-right: 0 !important;
}
/* search */
.search-form,
.woocommerce-product-search {
  float: left;
  width: 100%;
  position: relative;
}
.search-form input:not([type="submit"]),
.woocommerce-product-search input:not([type="submit"]) {
  width: 100%;
  height: 45px;
  border: 1px solid #e8e8e8;
  padding-left: 30px;
  padding-right: 50px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.search-form input:not([type="submit"]):focus,
.woocommerce-product-search input:not([type="submit"]):focus {
  border-color: #232323;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.search-form input[type="submit"],
.woocommerce-product-search input[type="submit"] {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 45px;
  width: 45px;
  font-size: 0;
  border: 0;
  cursor: pointer;
  background: url(../finazi/images/search.png) no-repeat;
}
/* css safari */
input[type="search"] {
  -webkit-appearance: textfield;
}
/* tags */
.widget_tag_cloud .tagcloud {
  float: left;
  width: 100%;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  border-radius: 3px;
  padding: 5px 20px;
  border: 1px solid #dddddd;
  margin-right: 7px;
  margin-bottom: 10px;
  font-size: 14px !important;
  color: #333;
}
.widget_tag_cloud .tagcloud a:hover {
  color: #152639;
  border-color: #152639;
}
/* calendar */
.widget_calendar td {
  padding: 10px;
}
.widget_calendar table {
  margin: 0;
}
.widget_calendar caption {
  margin-bottom: 10px;
}
/* recents post with thumbnail */
.widget_courses .widget_recent_entries {
  margin-top: 15px;
}
.widget_courses .widget_recent_entries ul {
  float: left;
  width: 100%;
}
.widget_courses .widget_recent_entries ul li {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #d6d6d6;
  min-height: 90px;
  line-height: inherit;
}
.widget_courses .widget_recent_entries ul li a {
  color: #333;
}
.widget_courses .widget_recent_entries ul li a:hover {
  text-decoration: underline;
}
.widget_courses .widget_recent_entries ul li:last-of-type {
  margin-bottom: 0;
}
.widget_courses .widget_recent_entries .blog-recent-img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 30px;
}
.widget_courses .widget_recent_entries dl {
  float: left;
  margin: 0;
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: -o-calc(100% - 130px);
  width: calc(100% - 130px);
}
.widget_recent_entries li {
  line-height: 35px;
}
/* all in one */
.widget_pages li {
  clear: both;
}
.widget_pages li.page_item_has_children .children {
  margin-top: 11px;
}
/* POST TYPE */
/* image - standard */
.blog .blog-post-sumary {
  min-height: 170px;
}
.blog-post-info {
  float: left;
  width: 100%;
  margin-bottom: 85px;
}
.blog-post-cover {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.blog-post-categories {
  float: left;
  width: 100%;
  line-height: 18px;
}
.blog-post-categories a {
  display: inline-block;
  font-size: 12px;
  color: #6c6c6c;
  text-transform: uppercase;
}
.blog-post-categories a:hover {
  text-decoration: underline;
}
.blog-post-preview {
  position: relative;
  float: left;
  width: 100%;
}
/* blog info */
.blog-3-columns {
  margin-bottom: 120px;
}
.blog-page,
.post-type-archive-ht-service,
.search,
.archive {
  margin-bottom: 6px;
}
.blog-page .blog-post-date,
.post-type-archive-ht-service .blog-post-date,
.search .blog-post-date,
.archive .blog-post-date {
  width: 90px;
  position: absolute;
}
.blog-page .blog-post-box-date-circle,
.post-type-archive-ht-service .blog-post-box-date-circle,
.search .blog-post-box-date-circle,
.archive .blog-post-box-date-circle {
  float: left;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
.blog-page .blog-post-date-number,
.post-type-archive-ht-service .blog-post-date-number,
.search .blog-post-date-number,
.archive .blog-post-date-number {
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  color: #14f1e4;
  margin-bottom: 3px;
}
.blog-page .blog-post-date-text,
.post-type-archive-ht-service .blog-post-date-text,
.search .blog-post-date-text,
.archive .blog-post-date-text {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.blog-page .blog-post-under-date,
.post-type-archive-ht-service .blog-post-under-date,
.search .blog-post-under-date,
.archive .blog-post-under-date {
  float: left;
  width: 100%;
  border-top: 1px solid #e8e8e8;
}
.blog-page .blog-post-under-date span,
.post-type-archive-ht-service .blog-post-under-date span,
.search .blog-post-under-date span,
.archive .blog-post-under-date span {
  float: left;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #e8e8e8;
  padding: 3px 0;
  line-height: 24px;
  word-break: break-all;
}
.blog-page .blog-post-under-date span:before,
.post-type-archive-ht-service .blog-post-under-date span:before,
.search .blog-post-under-date span:before,
.archive .blog-post-under-date span:before {
  margin-left: 2px;
  min-width: 25px;
  font-size: 18px;
}
.search .blog-post-date {
  left: 0;
}
.search .blog-post-box-date-inline {
  float: left;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
.blog-post-sumary {
  float: left;
  width: 100%;
  padding-left: 130px;
}
.blog-post-name {
  font-size: 0;
  float: left;
  width: 100%;
  margin-top: 10px;
  line-height: 1;
}
.blog-post-name a {
  font-size: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #152639;
}
.blog-post-name a:hover {
  text-decoration: underline;
}
.blog-post-some-text {
  float: left;
  width: 100%;
}
.blog-post-some-text p {
  word-break: break-word;
}
.blog-btn-read-more {
  padding: 11px 39px;
  text-align: center;
  border: 2px solid #152639;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  color: #152639;
  margin-top: 20px;
}
.blog-btn-read-more:hover {
  background: #152639;
  color: #ffffff;
}
.blog-btn-read-more:before {
  margin-right: 7px;
}
/* gallery */
.blog-post-gallery .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}
.blog-post-gallery .owl-buttons {
  position: absolute;
  width: 100%;
}
.blog-post-gallery .owl-buttons div {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 5px 1px rgba(105, 103, 103, 0.53);
}
.blog-post-gallery .owl-buttons div:before {
  font-family: "ionicons";
  font-size: 24px;
  color: #6c6c6c;
}
.blog-post-gallery .owl-buttons div.disabled {
  background: #e4e4ea;
  cursor: default;
}
.blog-post-gallery .owl-buttons div.owl-prev {
  left: 30px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blog-post-gallery .owl-buttons div.owl-prev:before {
  content: "\f3d2";
}
.blog-post-gallery .owl-buttons div.owl-prev:hover {
  left: 28px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blog-post-gallery .owl-buttons div.owl-next {
  right: 30px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blog-post-gallery .owl-buttons div.owl-next:before {
  content: "\f3d3";
}
.blog-post-gallery .owl-buttons div.owl-next:hover {
  right: 28px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* link */
.blog-post-link {
  position: relative;
  height: 350px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-post-link * {
  position: relative;
  z-index: 2;
}
.blog-post-link img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.blog-post-link .blog-post-link-icon {
  width: 66px;
  height: 66px;
  color: #14f1e4;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  line-height: 60px;
  position: relative;
  z-index: 2;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blog-post-link .blog-post-link-icon:hover {
  background: #14f1e4;
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blog-post-link .blog-post-link-icon:hover:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.blog-post-link .blog-post-link-icon:before {
  font-size: 24px;
  line-height: 60px;
}
.blog-post-link .blog-post-link-icon:after {
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  content: "";
  position: absolute;
  right: -6px;
  top: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 50%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.25);
}
.blog-post-link div {
  font-size: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #ffffff;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}
.blog-post-link a:not(.blog-post-link-icon) {
  color: #24d3d1;
  font-style: italic;
  font-size: 18px;
}
.blog-post-link a:not(.blog-post-link-icon):hover {
  text-decoration: underline;
}
/* audio */
.blog-post-audio iframe {
  margin: 0;
  height: 160px;
}
/* quote */
.blog-post-quote {
  text-align: center;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-post-quote span {
  position: absolute;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
/* BLOG SINGLE */
.single .blog-post-name {
  color: #152639;
  font-size: 30px;
  font-family: 'Source Sans Pro', sans-serif;
}
.consult-comment-related {
  padding-left: 130px;
}
/* post nav */
.blog-related-post {
  padding: 30px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin: 60px 0;
}
.control-post-btn {
  color: #999999;
}
.prev-post {
  float: left;
  width: 50%;
  position: relative;
  padding-right: 50px;
}
.prev-post .control-post-img {
  margin-right: 15px;
}
.prev-post .control-post-btn {
  font-size: 14px;
}
.prev-post .control-post-btn:before {
  content: "\f360";
  font-family: "ionicons";
  font-size: 16px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.control-post-desc {
  height: 100px;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  align-content: center;
}
.control-post-name {
  font-size: 0;
  margin: 0;
  line-height: 20px;
}
.control-post-name a {
  font-size: 16px;
  color: #152639;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
.control-post-btn:hover {
  color: #14f1e4;
}
.control-post-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  float: left;
  z-index: 2;
}
.control-post-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: inherit;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.next-post {
  width: 50%;
  float: right;
  text-align: right;
  position: relative;
  padding-left: 50px;
}
.next-post .control-post-img {
  float: right;
  margin-left: 15px;
}
.next-post .control-post-btn {
  font-size: 14px;
}
.next-post .control-post-btn:after {
  content: "\f362";
  font-family: "ionicons";
  font-size: 16px;
  margin-left: 4px;
  position: relative;
  top: 2px;
}
/* COMMENT */
.comment-total-title {
  font-size: 24px;
  margin-bottom: 50px;
}
#cancel-comment-reply-link {
  text-decoration: underline;
  color: #152639;
}
.comments-area {
  float: left;
  width: 100%;
}
.comments-area form {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.comments-area form textarea {
  float: left;
  width: 100%;
  height: 120px;
  resize: none;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
  color: #6c6c6c;
  margin-top: 10px;
}
.comments-area form input:not([type="submit"]) {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
}
.comments-area form input[type="submit"] {
  height: 45px;
  line-height: 45px;
  border: 1px solid #14f1e4;
  padding: 0 45px;
  background: #ffffff;
  color: #14f1e4;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  cursor: pointer;
  float: left;
  margin-top: 30px;
  text-transform: uppercase;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.comments-area form input[type="submit"]:hover,
.comments-area form input[type="submit"]:focus {
  background: #14f1e4;
  color: #ffffff !important;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.comments-area .logged-in-as a {
  color: #152639;
}
.comments-area .logged-in-as a:hover {
  text-decoration: underline;
}
.comment-reply-title {
  font-size: 24px;
}
.comment-list {
  float: left;
  width: 100%;
}
.comment-list [id^=comment] {
  float: left;
  width: 100%;
}
.comment-list .children {
  float: left;
  width: 100%;
  padding-left: 30px;
}
.comment-list .comment-body {
  float: left;
  width: 100%;
  position: relative;
  min-height: 90px;
  margin-bottom: 50px;
}
.comment-list .comment-avatar {
  position: absolute;
  left: 0;
}
.comment-list .comment-avatar img {
  border: 5px solid #f2f2f2;
  border-radius: 50%;
}
.comment-list .comment-content {
  float: left;
  width: 100%;
  padding-left: 115px;
  padding-top: 7px;
}
.comment-list .comment-author {
  float: left;
  width: 100%;
}
.comment-list .comment-author .comment-author-name {
  float: left;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
}
.comment-list .comment-author .comment-time {
  float: right;
  margin-right: 80px;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
}
.comment-list .comment-text {
  float: left;
  width: 100%;
  color: #6c6c6c;
  line-height: 24px;
  margin-top: 10px;
  position: relative;
}
.comment-list .comment-edit-link {
  color: #000000;
}
.comment-list .comment-edit-link:hover {
  text-decoration: underline;
}
.comment-list .comment-reply-link {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #152639;
  border: 1px solid #152639;
  padding: 4px 13px;
  font-weight: 700;
}
.comment-list .comment-reply-link:hover {
  background: #152639;
  color: #ffffff;
}
/* pagination */
.blog-total-post {
  list-style: none;
}
.blog-total-post li {
  font-size: 13px;
}
.blog-total-post a {
  color: #14f1e4;
  font-weight: 700;
}
.blog-total-post a:hover {
  text-decoration: underline;
}
.pagination li {
  text-align: center;
  line-height: 40px;
  float: left;
  margin-left: 10px;
  color: #22243b;
  list-style: none;
}
.pagination span:not(.dots) {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #152639;
  display: block;
  background: #152639;
  color: #ffffff;
}
.pagination a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 14px;
  color: #6c6c6c;
  display: block;
  line-height: 40px;
}
.pagination a:hover {
  border-color: #152639;
}
.pagination a:before {
  font-family: "FontAwesome";
  color: #333;
}
.pagination a.next {
  border-color: #333333;
}
.pagination a.next:hover {
  background: #152639;
}
.pagination a.next:hover:before {
  color: #ffffff;
}
.pagination a.next:before {
  content: "\f101";
}
.pagination a.prev {
  border-color: #333333;
}
.pagination a.prev:hover {
  background: #152639;
}
.pagination a.prev:hover:before {
  color: #ffffff;
}
.pagination a.prev:before {
  content: "\f100";
}
/* BLOG 3 COLUMNS */
.blog-3-columns .blog-3-columns-item:nth-child(4n),
.blog-masonry .blog-3-columns-item:nth-child(4n) {
  clear: both;
}
.blog-3-columns .blog-post-sumary,
.blog-masonry .blog-post-sumary {
  padding-left: 0;
}
.blog-3-columns .blog-post-date,
.blog-masonry .blog-post-date {
  float: left;
}
.blog-3-columns .blog-post-categories,
.blog-masonry .blog-post-categories {
  width: 70%;
  max-width: 260px;
  color: #14f1e4;
  line-height: inherit;
}
.blog-3-columns .blog-post-categories a,
.blog-masonry .blog-post-categories a {
  font-size: 11px;
  color: #14f1e4;
}
.blog-3-columns .blog-post-name,
.blog-masonry .blog-post-name {
  line-height: 26px;
}
.blog-3-columns .blog-post-name a,
.blog-masonry .blog-post-name a {
  font-size: 24px;
}
.blog-3-columns .blog-post-box-date-inline,
.blog-masonry .blog-post-box-date-inline {
  margin-right: 20px;
}
.blog-3-columns .blog-post-box-date-inline *,
.blog-masonry .blog-post-box-date-inline * {
  line-height: 19px;
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
  display: inline;
}
.blog-3-columns .blog-total-post,
.blog-masonry .blog-total-post {
  clear: both;
}
.blog-3-columns .blog-btn-read-more,
.blog-masonry .blog-btn-read-more {
  border: 0;
  padding: 0;
  background: none;
  text-transform: inherit;
  float: left;
  margin-top: 0;
}
.blog-3-columns .blog-btn-read-more:before,
.blog-masonry .blog-btn-read-more:before {
  content: none;
}
.blog-3-columns .blog-btn-read-more:hover,
.blog-masonry .blog-btn-read-more:hover {
  color: #14f1e4;
  background: none !important;
}
.blog-3-columns .blog-btn-read-more:after,
.blog-masonry .blog-btn-read-more:after {
  content: '»';
  margin-left: 5px;
}
.blog-3-columns .blog-post-quote,
.blog-masonry .blog-post-quote {
  height: 210px;
}
.blog-3-columns .blog-post-link,
.blog-masonry .blog-post-link {
  height: 170px;
}
.blog-3-columns .blog-post-link .blog-post-link-icon,
.blog-masonry .blog-post-link .blog-post-link-icon {
  display: none;
}
.blog-3-columns .blog-post-link div,
.blog-masonry .blog-post-link div {
  font-size: 26px;
  margin-top: 0;
}
.blog-3-columns .navigation,
.blog-masonry .navigation {
  clear: both;
}
.blog-3-columns .navigation .pagination,
.blog-masonry .navigation .pagination {
  text-align: center;
  width: 100%;
}
.blog-3-columns .navigation li,
.blog-masonry .navigation li {
  float: none;
  display: inline-block;
}
/* BLOG MASONRY */
.blog-masonry .navigation {
  display: none;
}
.blog-masonry #infscr-loading {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: none !important;
}
.blog-masonry #infscr-loading img {
  display: none !important;
}
.blog-masonry .blog-masonry-fsms,
.blog-masonry .blog-masonry-mstext {
  font-weight: 700;
  font-size: 13px;
  color: #152639;
}
.blog-masonry-item {
  width: 400px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
/* blog image attacment */
.theme-img-single-view {
  margin-bottom: 30px;
}
.theme-img-single-view span {
  display: inline-block;
  margin-right: 5px;
}
.theme-img-single-view a {
  color: #333;
}
.theme-img-single-view a:hover {
  text-decoration: underline;
}
/*search page*/
.search #main {
  padding-bottom: 100px;
}
.search .blog-post-some-text {
  line-height: 24px;
}
/* blog */
.blog #main,
.archive #main,
.woocommerce-checkout #main {
  padding-bottom: 100px;
}
/* post-password-form */
.post-password-form input[type="password"] {
  width: 100%;
  max-width: 200px;
  height: 36px;
  padding: 10px;
}
.post-password-form input[type="submit"] {
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  padding: 0 15px;
  background: #000000;
  color: #ffffff;
  border: 0;
}
.consult-footer li {
  list-style: none;
}
.consult-footer-widget {
  background: #152639;
  padding: 70px 0;
}
.consult-footer-widget .consult-footer-lg {
  float: left;
  margin-bottom: 20px;
}
.consult-footer-widget p {
  clear: both;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.55);
}
.consult-footer-widget .widget_nav_menu ul {
  float: left;
  width: 100%;
}
.consult-footer-widget .widget_nav_menu li {
  position: relative;
  margin-bottom: 12px;
}
.consult-footer-widget .widget_nav_menu li:last-of-type {
  margin-bottom: 0;
}
.consult-footer-widget .widget_nav_menu li:before {
  content: '»';
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  margin-right: 15px;
  position: relative;
  top: -2px;
}
.consult-footer-widget .widget_nav_menu a {
  color: rgba(255, 255, 255, 0.7);
}
.consult-footer-widget .widget_nav_menu a:hover {
  color: #14f1e4;
}
.consult-footer-social {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding-top: 30px;
}
.consult-footer-social b {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.consult-footer-social ul {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.consult-footer-social ul li {
  display: inline-block;
  margin-right: 15px;
}
.consult-footer-social ul a {
  display: block;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.consult-footer-social ul a:hover:before {
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-footer-social ul a:before {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-family: "ionicons";
}
.consult-footer-social ul a[href*="twitter.com"]:before {
  content: "\f243";
}
.consult-footer-social ul a[href*="facebook.com"]:before {
  content: "\f231";
}
.consult-footer-social ul a[href*="plus.google.com"]:before {
  content: "\f235";
}
.consult-footer-social ul a[href*="instagram.com"]:before {
  content: "\f351";
}
.consult-footer-social ul a[href*="vimeo.com"]:before {
  content: "\f245";
}
.consult-footer-social ul a[href*="youtube.com"]:before {
  content: "\f24d";
}
.consult-footer-social ul a[href*="github.com"]:before {
  content: "\f233";
}
.consult-footer-social ul a[href*="linkedin.com"]:before {
  content: "\f239";
}
.consult-footer-social ul a[href*="pinterest.com"]:before {
  content: "\f2b1";
}
.consult-footer-social ul a[href*="feed"]:before {
  content: "\f23d";
}
.consult-get-map {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding-top: 30px;
  color: #ffffff;
  font-size: 14px;
}
.consult-get-map a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
}
.consult-get-map a:hover {
  text-decoration: none;
}
.footer-widget-title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 50px;
}
.consult-main-info {
  float: left;
  width: 100%;
}
.consult-main-info li {
  position: relative;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
  padding-left: 30px;
  margin-bottom: 10px;
}
.consult-main-info li span {
  font-weight: normal;
  margin-right: 3px;
}
.consult-main-info li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #14f1e4;
}
.footer-email-widget input {
  float: left;
  width: 100%;
  height: 45px;
  background: #e8e8e8;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0 20px;
  margin-bottom: 15px;
}
.footer-email-widget button {
  cursor: pointer;
  border: 2px solid #14f1e4;
  background: rgba(0, 0, 0, 0);
  color: #14f1e4;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  height: 45px;
  margin-bottom: 10px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer-email-widget button:hover,
.footer-email-widget button:focus {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #14f1e4;
  color: #ffffff !important;
}
.footer-email-widget p {
  font-size: 12px;
}
.consult-copy-right {
  background: #101e2e;
  padding: 33px 0;
}
.consult-copy-right span {
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.consult-copy-right a {
  color: #14f1e4;
}
.consult-copy-right a:hover {
  text-decoration: underline;
}
.consult-scroll-to-top {
  float: right;
}
.consult-scroll-to-top span {
  font-size: 14px;
  margin-right: 15px;
}
.consult-scroll-to-top button {
  width: 33px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border: 0;
  background: #222831;
  position: relative;
  top: 0;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.consult-scroll-to-top button:hover {
  top: -2px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-scroll-to-top button:before {
  color: #14f1e4;
  font-size: 16px;
  line-height: 1;
}
/* edit location */
#footer-edit-location {
  position: absolute;
  left: 100px;
  bottom: 70px;
}
@media (min-width: 992px) {
  .sticky-footer .consult-header {
    background: white;
  }
  .sticky-footer #main {
    z-index: 1;
    background: white;
    position: relative;
  }
  .sticky-footer .consult-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
}
/* VC MAPS */
.page_content .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
/* Widget: About contact us */
.consult-about-contact-us {
  color: #6c6c6c;
}
.consult-about-contact-us span {
  color: #152639;
  margin-right: 10px;
  font-size: 18px;
  min-width: 20px;
}
.consult-about-contact-us li {
  list-style: none;
  margin-bottom: 10px;
}
/* Widget: About download box */
.consult-download-box {
  margin-top: 30px;
  background-color: #f8f8f8;
  background-image: url(../finazi/images/pdf-download.png);
  background-repeat: no-repeat;
  background-position: right 25px bottom 35px;
  min-height: 250px;
  padding: 30px;
  font-size: 24px;
  color: #6c6c6c;
  line-height: 30px;
  font-weight: 300;
}
.consult-download-box p {
  margin: 0;
}
.consult-download-box h3 {
  margin: 0;
}
.consult-download-box a {
  float: left;
  background: #152639;
  margin-top: 30px;
  padding: 5px 34px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  clear: both;
}
.wpb_widgetised_column .widget .consult-download-box a {
  color: #14f1e4;
}
.wpb_widgetised_column .widget .consult-download-box a:hover {
  background: #14f1e4;
  color: #152639;
}
/* vc_empty_space */
.vc_empty_space {
  float: left;
  width: 100%;
}
/* custom case detail */
.min-width-xyz {
  min-width: 105px;
  display: inline-block;
}
/* 404 */
.error-page {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.error-page h2 {
  font-size: 200px;
  line-height: 1;
  margin-top: -20px;
}
.error-page h4 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
}
.error-page .consult-btn-normal {
  width: 165px;
  height: 50px;
  color: #ffffff;
  background: #152639;
  border: 1px solid #152639;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  display: inline-block;
  line-height: 48px;
  margin-top: 30px;
}
.error-page .consult-btn-normal:hover {
  background: #ffffff;
  color: #152639;
}
/* custom list */
.consult-custom-list ul {
  list-style: none;
}
.consult-custom-list i {
  color: #14f1e4;
  font-size: 18px;
  position: absolute;
  left: 0;
}
.consult-custom-list li {
  line-height: 37px;
  position: relative;
  padding-left: 35px;
}
.has-list-style-none ul,
.has-list-style-none ol {
  list-style: none;
}
.has-list-style-none li {
  line-height: 30px;
}
.has-icon-left i {
  min-width: 20px;
  margin-right: 20px;
}
/* default css */
.wp-caption {
  margin-bottom: 15px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
.wp-caption .wp-caption-text a {
  color: #7b98aa;
}
/* sticky post */
.sticky .sticky-post,
.blog-3-columns .sticky-post,
.blog-masonry .sticky-post {
  width: 110px;
  height: 36px;
  background: #14f1e4;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.sticky .sticky-post span.sticky-icon,
.blog-3-columns .sticky-post span.sticky-icon,
.blog-masonry .sticky-post span.sticky-icon {
  font-size: 24px;
  transform: rotate(45deg);
}
.sticky .sticky-post span:not(.sticky-icon),
.blog-3-columns .sticky-post span:not(.sticky-icon),
.blog-masonry .sticky-post span:not(.sticky-icon) {
  font-weight: 700;
}
.sticky .blog-post-cover + .blog-post-info:after,
.blog-3-columns .blog-post-cover + .blog-post-info:after,
.blog-masonry .blog-post-cover + .blog-post-info:after {
  content: none;
}
.sticky .blog-post-info,
.blog-3-columns .blog-post-info,
.blog-masonry .blog-post-info {
  position: relative;
}
.sticky .blog-post-info:after,
.blog-3-columns .blog-post-info:after,
.blog-masonry .blog-post-info:after {
  content: "\f2a6";
  font-family: "ionicons";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  color: #000000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.theme-tags {
  color: #6c6c6c;
  display: block;
  clear: both;
  line-height: 24px;
}
.theme-tags a {
  color: #152639;
}
.theme-tags a:hover {
  text-decoration: underline;
}
.finazi-start-page {
  min-height: 500px;
  margin-bottom: 80px;
}
/** VC Carousel **/
.page_content .vc_images_carousel:hover .vc_carousel-control {
  display: block;
  opacity: 0.5;
}
.page_content .vc_images_carousel:hover .vc_carousel-control.vc_left {
  left: -40px;
}
.page_content .vc_images_carousel:hover .vc_carousel-control.vc_right {
  right: -30px;
}
.page_content .vc_images_carousel .vc_carousel-control {
  position: absolute;
  padding: 0;
  top: 30%;
  left: 0;
  bottom: 0;
  margin-top: -15px;
  width: 40px;
  height: 60px;
  opacity: 0;
  filter: alpha(opacity=50);
  font-size: 30px;
  text-align: center;
  text-shadow: none;
  background-color: #eee;
  transition: left 0.3s, right 0.3s, opacity 0.3s;
}
.page_content .vc_images_carousel .vc_carousel-control.vc_left {
  left: 0;
}
.page_content .vc_images_carousel .vc_carousel-control.vc_right {
  right: 0;
}
/* LANDING */
.page-landing .iconbox-icon {
  min-height: 55px;
}
.page-landing .iconbox-text {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .page_content .vc_images_carousel .vc_carousel-control .icon-next,
  .page_content .vc_images_carousel .vc_carousel-control .icon-prev,
  .vc_images_carousel .vc_carousel-control .span {
    width: 30px;
    height: 30px;
    margin-top: -2px;
    margin-left: -15px;
    font-size: 14px;
    font-family: "FontAwesome";
    display: block;
    padding: 0;
    color: #152639;
  }
  .page_content .vc_images_carousel .vc_carousel-control .icon-next.icon-prev:before,
  .page_content .vc_images_carousel .vc_carousel-control .icon-prev.icon-prev:before,
  .vc_images_carousel .vc_carousel-control .span.icon-prev:before {
    content: '\f053';
  }
  .page_content .vc_images_carousel .vc_carousel-control .icon-next.icon-next:before,
  .page_content .vc_images_carousel .vc_carousel-control .icon-prev.icon-next:before,
  .vc_images_carousel .vc_carousel-control .span.icon-next:before {
    content: '\f054';
  }
}
/* woo margin bottom */
.woocommerce.archive #main {
  padding-bottom: 0;
}
@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot");
  src: url("fonts/ionicons.eot") format("embedded-opentype"), url("fonts/ionicons.ttf") format("truetype"), url("fonts/ionicons.woff") format("woff"), url("fonts/ionicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
  content: "\f101";
}
.ion-alert-circled:before {
  content: "\f100";
}
.ion-android-add:before {
  content: "\f2c7";
}
.ion-android-add-circle:before {
  content: "\f359";
}
.ion-android-alarm-clock:before {
  content: "\f35a";
}
.ion-android-alert:before {
  content: "\f35b";
}
.ion-android-apps:before {
  content: "\f35c";
}
.ion-android-archive:before {
  content: "\f2c9";
}
.ion-android-arrow-back:before {
  content: "\f2ca";
}
.ion-android-arrow-down:before {
  content: "\f35d";
}
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}
.ion-android-arrow-dropleft:before {
  content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}
.ion-android-arrow-dropright:before {
  content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}
.ion-android-arrow-dropup:before {
  content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}
.ion-android-arrow-forward:before {
  content: "\f30f";
}
.ion-android-arrow-up:before {
  content: "\f366";
}
.ion-android-attach:before {
  content: "\f367";
}
.ion-android-bar:before {
  content: "\f368";
}
.ion-android-bicycle:before {
  content: "\f369";
}
.ion-android-boat:before {
  content: "\f36a";
}
.ion-android-bookmark:before {
  content: "\f36b";
}
.ion-android-bulb:before {
  content: "\f36c";
}
.ion-android-bus:before {
  content: "\f36d";
}
.ion-android-calendar:before {
  content: "\f2d1";
}
.ion-android-call:before {
  content: "\f2d2";
}
.ion-android-camera:before {
  content: "\f2d3";
}
.ion-android-cancel:before {
  content: "\f36e";
}
.ion-android-car:before {
  content: "\f36f";
}
.ion-android-cart:before {
  content: "\f370";
}
.ion-android-chat:before {
  content: "\f2d4";
}
.ion-android-checkbox:before {
  content: "\f374";
}
.ion-android-checkbox-blank:before {
  content: "\f371";
}
.ion-android-checkbox-outline:before {
  content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}
.ion-android-checkmark-circle:before {
  content: "\f375";
}
.ion-android-clipboard:before {
  content: "\f376";
}
.ion-android-close:before {
  content: "\f2d7";
}
.ion-android-cloud:before {
  content: "\f37a";
}
.ion-android-cloud-circle:before {
  content: "\f377";
}
.ion-android-cloud-done:before {
  content: "\f378";
}
.ion-android-cloud-outline:before {
  content: "\f379";
}
.ion-android-color-palette:before {
  content: "\f37b";
}
.ion-android-compass:before {
  content: "\f37c";
}
.ion-android-contact:before {
  content: "\f2d8";
}
.ion-android-contacts:before {
  content: "\f2d9";
}
.ion-android-contract:before {
  content: "\f37d";
}
.ion-android-create:before {
  content: "\f37e";
}
.ion-android-delete:before {
  content: "\f37f";
}
.ion-android-desktop:before {
  content: "\f380";
}
.ion-android-document:before {
  content: "\f381";
}
.ion-android-done:before {
  content: "\f383";
}
.ion-android-done-all:before {
  content: "\f382";
}
.ion-android-download:before {
  content: "\f2dd";
}
.ion-android-drafts:before {
  content: "\f384";
}
.ion-android-exit:before {
  content: "\f385";
}
.ion-android-expand:before {
  content: "\f386";
}
.ion-android-favorite:before {
  content: "\f388";
}
.ion-android-favorite-outline:before {
  content: "\f387";
}
.ion-android-film:before {
  content: "\f389";
}
.ion-android-folder:before {
  content: "\f2e0";
}
.ion-android-folder-open:before {
  content: "\f38a";
}
.ion-android-funnel:before {
  content: "\f38b";
}
.ion-android-globe:before {
  content: "\f38c";
}
.ion-android-hand:before {
  content: "\f2e3";
}
.ion-android-hangout:before {
  content: "\f38d";
}
.ion-android-happy:before {
  content: "\f38e";
}
.ion-android-home:before {
  content: "\f38f";
}
.ion-android-image:before {
  content: "\f2e4";
}
.ion-android-laptop:before {
  content: "\f390";
}
.ion-android-list:before {
  content: "\f391";
}
.ion-android-locate:before {
  content: "\f2e9";
}
.ion-android-lock:before {
  content: "\f392";
}
.ion-android-mail:before {
  content: "\f2eb";
}
.ion-android-map:before {
  content: "\f393";
}
.ion-android-menu:before {
  content: "\f394";
}
.ion-android-microphone:before {
  content: "\f2ec";
}
.ion-android-microphone-off:before {
  content: "\f395";
}
.ion-android-more-horizontal:before {
  content: "\f396";
}
.ion-android-more-vertical:before {
  content: "\f397";
}
.ion-android-navigate:before {
  content: "\f398";
}
.ion-android-notifications:before {
  content: "\f39b";
}
.ion-android-notifications-none:before {
  content: "\f399";
}
.ion-android-notifications-off:before {
  content: "\f39a";
}
.ion-android-open:before {
  content: "\f39c";
}
.ion-android-options:before {
  content: "\f39d";
}
.ion-android-people:before {
  content: "\f39e";
}
.ion-android-person:before {
  content: "\f3a0";
}
.ion-android-person-add:before {
  content: "\f39f";
}
.ion-android-phone-landscape:before {
  content: "\f3a1";
}
.ion-android-phone-portrait:before {
  content: "\f3a2";
}
.ion-android-pin:before {
  content: "\f3a3";
}
.ion-android-plane:before {
  content: "\f3a4";
}
.ion-android-playstore:before {
  content: "\f2f0";
}
.ion-android-print:before {
  content: "\f3a5";
}
.ion-android-radio-button-off:before {
  content: "\f3a6";
}
.ion-android-radio-button-on:before {
  content: "\f3a7";
}
.ion-android-refresh:before {
  content: "\f3a8";
}
.ion-android-remove:before {
  content: "\f2f4";
}
.ion-android-remove-circle:before {
  content: "\f3a9";
}
.ion-android-restaurant:before {
  content: "\f3aa";
}
.ion-android-sad:before {
  content: "\f3ab";
}
.ion-android-search:before {
  content: "\f2f5";
}
.ion-android-send:before {
  content: "\f2f6";
}
.ion-android-settings:before {
  content: "\f2f7";
}
.ion-android-share:before {
  content: "\f2f8";
}
.ion-android-share-alt:before {
  content: "\f3ac";
}
.ion-android-star:before {
  content: "\f2fc";
}
.ion-android-star-half:before {
  content: "\f3ad";
}
.ion-android-star-outline:before {
  content: "\f3ae";
}
.ion-android-stopwatch:before {
  content: "\f2fd";
}
.ion-android-subway:before {
  content: "\f3af";
}
.ion-android-sunny:before {
  content: "\f3b0";
}
.ion-android-sync:before {
  content: "\f3b1";
}
.ion-android-textsms:before {
  content: "\f3b2";
}
.ion-android-time:before {
  content: "\f3b3";
}
.ion-android-train:before {
  content: "\f3b4";
}
.ion-android-unlock:before {
  content: "\f3b5";
}
.ion-android-upload:before {
  content: "\f3b6";
}
.ion-android-volume-down:before {
  content: "\f3b7";
}
.ion-android-volume-mute:before {
  content: "\f3b8";
}
.ion-android-volume-off:before {
  content: "\f3b9";
}
.ion-android-volume-up:before {
  content: "\f3ba";
}
.ion-android-walk:before {
  content: "\f3bb";
}
.ion-android-warning:before {
  content: "\f3bc";
}
.ion-android-watch:before {
  content: "\f3bd";
}
.ion-android-wifi:before {
  content: "\f305";
}
.ion-aperture:before {
  content: "\f313";
}
.ion-archive:before {
  content: "\f102";
}
.ion-arrow-down-a:before {
  content: "\f103";
}
.ion-arrow-down-b:before {
  content: "\f104";
}
.ion-arrow-down-c:before {
  content: "\f105";
}
.ion-arrow-expand:before {
  content: "\f25e";
}
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}
.ion-arrow-graph-down-right:before {
  content: "\f260";
}
.ion-arrow-graph-up-left:before {
  content: "\f261";
}
.ion-arrow-graph-up-right:before {
  content: "\f262";
}
.ion-arrow-left-a:before {
  content: "\f106";
}
.ion-arrow-left-b:before {
  content: "\f107";
}
.ion-arrow-left-c:before {
  content: "\f108";
}
.ion-arrow-move:before {
  content: "\f263";
}
.ion-arrow-resize:before {
  content: "\f264";
}
.ion-arrow-return-left:before {
  content: "\f265";
}
.ion-arrow-return-right:before {
  content: "\f266";
}
.ion-arrow-right-a:before {
  content: "\f109";
}
.ion-arrow-right-b:before {
  content: "\f10a";
}
.ion-arrow-right-c:before {
  content: "\f10b";
}
.ion-arrow-shrink:before {
  content: "\f267";
}
.ion-arrow-swap:before {
  content: "\f268";
}
.ion-arrow-up-a:before {
  content: "\f10c";
}
.ion-arrow-up-b:before {
  content: "\f10d";
}
.ion-arrow-up-c:before {
  content: "\f10e";
}
.ion-asterisk:before {
  content: "\f314";
}
.ion-at:before {
  content: "\f10f";
}
.ion-backspace:before {
  content: "\f3bf";
}
.ion-backspace-outline:before {
  content: "\f3be";
}
.ion-bag:before {
  content: "\f110";
}
.ion-battery-charging:before {
  content: "\f111";
}
.ion-battery-empty:before {
  content: "\f112";
}
.ion-battery-full:before {
  content: "\f113";
}
.ion-battery-half:before {
  content: "\f114";
}
.ion-battery-low:before {
  content: "\f115";
}
.ion-beaker:before {
  content: "\f269";
}
.ion-beer:before {
  content: "\f26a";
}
.ion-bluetooth:before {
  content: "\f116";
}
.ion-bonfire:before {
  content: "\f315";
}
.ion-bookmark:before {
  content: "\f26b";
}
.ion-bowtie:before {
  content: "\f3c0";
}
.ion-briefcase:before {
  content: "\f26c";
}
.ion-bug:before {
  content: "\f2be";
}
.ion-calculator:before {
  content: "\f26d";
}
.ion-calendar:before {
  content: "\f117";
}
.ion-camera:before {
  content: "\f118";
}
.ion-card:before {
  content: "\f119";
}
.ion-cash:before {
  content: "\f316";
}
.ion-chatbox:before {
  content: "\f11b";
}
.ion-chatbox-working:before {
  content: "\f11a";
}
.ion-chatboxes:before {
  content: "\f11c";
}
.ion-chatbubble:before {
  content: "\f11e";
}
.ion-chatbubble-working:before {
  content: "\f11d";
}
.ion-chatbubbles:before {
  content: "\f11f";
}
.ion-checkmark:before {
  content: "\f122";
}
.ion-checkmark-circled:before {
  content: "\f120";
}
.ion-checkmark-round:before {
  content: "\f121";
}
.ion-chevron-down:before {
  content: "\f123";
}
.ion-chevron-left:before {
  content: "\f124";
}
.ion-chevron-right:before {
  content: "\f125";
}
.ion-chevron-up:before {
  content: "\f126";
}
.ion-clipboard:before {
  content: "\f127";
}
.ion-clock:before {
  content: "\f26e";
}
.ion-close:before {
  content: "\f12a";
}
.ion-close-circled:before {
  content: "\f128";
}
.ion-close-round:before {
  content: "\f129";
}
.ion-closed-captioning:before {
  content: "\f317";
}
.ion-cloud:before {
  content: "\f12b";
}
.ion-code:before {
  content: "\f271";
}
.ion-code-download:before {
  content: "\f26f";
}
.ion-code-working:before {
  content: "\f270";
}
.ion-coffee:before {
  content: "\f272";
}
.ion-compass:before {
  content: "\f273";
}
.ion-compose:before {
  content: "\f12c";
}
.ion-connection-bars:before {
  content: "\f274";
}
.ion-contrast:before {
  content: "\f275";
}
.ion-crop:before {
  content: "\f3c1";
}
.ion-cube:before {
  content: "\f318";
}
.ion-disc:before {
  content: "\f12d";
}
.ion-document:before {
  content: "\f12f";
}
.ion-document-text:before {
  content: "\f12e";
}
.ion-drag:before {
  content: "\f130";
}
.ion-earth:before {
  content: "\f276";
}
.ion-easel:before {
  content: "\f3c2";
}
.ion-edit:before {
  content: "\f2bf";
}
.ion-egg:before {
  content: "\f277";
}
.ion-eject:before {
  content: "\f131";
}
.ion-email:before {
  content: "\f132";
}
.ion-email-unread:before {
  content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}
.ion-eye:before {
  content: "\f133";
}
.ion-eye-disabled:before {
  content: "\f306";
}
.ion-female:before {
  content: "\f278";
}
.ion-filing:before {
  content: "\f134";
}
.ion-film-marker:before {
  content: "\f135";
}
.ion-fireball:before {
  content: "\f319";
}
.ion-flag:before {
  content: "\f279";
}
.ion-flame:before {
  content: "\f31a";
}
.ion-flash:before {
  content: "\f137";
}
.ion-flash-off:before {
  content: "\f136";
}
.ion-folder:before {
  content: "\f139";
}
.ion-fork:before {
  content: "\f27a";
}
.ion-fork-repo:before {
  content: "\f2c0";
}
.ion-forward:before {
  content: "\f13a";
}
.ion-funnel:before {
  content: "\f31b";
}
.ion-gear-a:before {
  content: "\f13d";
}
.ion-gear-b:before {
  content: "\f13e";
}
.ion-grid:before {
  content: "\f13f";
}
.ion-hammer:before {
  content: "\f27b";
}
.ion-happy:before {
  content: "\f31c";
}
.ion-happy-outline:before {
  content: "\f3c6";
}
.ion-headphone:before {
  content: "\f140";
}
.ion-heart:before {
  content: "\f141";
}
.ion-heart-broken:before {
  content: "\f31d";
}
.ion-help:before {
  content: "\f143";
}
.ion-help-buoy:before {
  content: "\f27c";
}
.ion-help-circled:before {
  content: "\f142";
}
.ion-home:before {
  content: "\f144";
}
.ion-icecream:before {
  content: "\f27d";
}
.ion-image:before {
  content: "\f147";
}
.ion-images:before {
  content: "\f148";
}
.ion-information:before {
  content: "\f14a";
}
.ion-information-circled:before {
  content: "\f149";
}
.ion-ionic:before {
  content: "\f14b";
}
.ion-ios-alarm:before {
  content: "\f3c8";
}
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}
.ion-ios-albums:before {
  content: "\f3ca";
}
.ion-ios-albums-outline:before {
  content: "\f3c9";
}
.ion-ios-americanfootball:before {
  content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}
.ion-ios-analytics:before {
  content: "\f3ce";
}
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}
.ion-ios-arrow-back:before {
  content: "\f3cf";
}
.ion-ios-arrow-down:before {
  content: "\f3d0";
}
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}
.ion-ios-arrow-left:before {
  content: "\f3d2";
}
.ion-ios-arrow-right:before {
  content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}
.ion-ios-arrow-up:before {
  content: "\f3d8";
}
.ion-ios-at:before {
  content: "\f3da";
}
.ion-ios-at-outline:before {
  content: "\f3d9";
}
.ion-ios-barcode:before {
  content: "\f3dc";
}
.ion-ios-barcode-outline:before {
  content: "\f3db";
}
.ion-ios-baseball:before {
  content: "\f3de";
}
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}
.ion-ios-basketball:before {
  content: "\f3e0";
}
.ion-ios-basketball-outline:before {
  content: "\f3df";
}
.ion-ios-bell:before {
  content: "\f3e2";
}
.ion-ios-bell-outline:before {
  content: "\f3e1";
}
.ion-ios-body:before {
  content: "\f3e4";
}
.ion-ios-body-outline:before {
  content: "\f3e3";
}
.ion-ios-bolt:before {
  content: "\f3e6";
}
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}
.ion-ios-book:before {
  content: "\f3e8";
}
.ion-ios-book-outline:before {
  content: "\f3e7";
}
.ion-ios-bookmarks:before {
  content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}
.ion-ios-box:before {
  content: "\f3ec";
}
.ion-ios-box-outline:before {
  content: "\f3eb";
}
.ion-ios-briefcase:before {
  content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}
.ion-ios-browsers:before {
  content: "\f3f0";
}
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}
.ion-ios-calculator:before {
  content: "\f3f2";
}
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}
.ion-ios-calendar:before {
  content: "\f3f4";
}
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}
.ion-ios-camera:before {
  content: "\f3f6";
}
.ion-ios-camera-outline:before {
  content: "\f3f5";
}
.ion-ios-cart:before {
  content: "\f3f8";
}
.ion-ios-cart-outline:before {
  content: "\f3f7";
}
.ion-ios-chatboxes:before {
  content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}
.ion-ios-chatbubble:before {
  content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}
.ion-ios-checkmark:before {
  content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}
.ion-ios-circle-filled:before {
  content: "\f400";
}
.ion-ios-circle-outline:before {
  content: "\f401";
}
.ion-ios-clock:before {
  content: "\f403";
}
.ion-ios-clock-outline:before {
  content: "\f402";
}
.ion-ios-close:before {
  content: "\f406";
}
.ion-ios-close-empty:before {
  content: "\f404";
}
.ion-ios-close-outline:before {
  content: "\f405";
}
.ion-ios-cloud:before {
  content: "\f40c";
}
.ion-ios-cloud-download:before {
  content: "\f408";
}
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}
.ion-ios-cloud-outline:before {
  content: "\f409";
}
.ion-ios-cloud-upload:before {
  content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}
.ion-ios-cloudy:before {
  content: "\f410";
}
.ion-ios-cloudy-night:before {
  content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}
.ion-ios-cog:before {
  content: "\f412";
}
.ion-ios-cog-outline:before {
  content: "\f411";
}
.ion-ios-color-filter:before {
  content: "\f414";
}
.ion-ios-color-filter-outline:before {
  content: "\f413";
}
.ion-ios-color-wand:before {
  content: "\f416";
}
.ion-ios-color-wand-outline:before {
  content: "\f415";
}
.ion-ios-compose:before {
  content: "\f418";
}
.ion-ios-compose-outline:before {
  content: "\f417";
}
.ion-ios-contact:before {
  content: "\f41a";
}
.ion-ios-contact-outline:before {
  content: "\f419";
}
.ion-ios-copy:before {
  content: "\f41c";
}
.ion-ios-copy-outline:before {
  content: "\f41b";
}
.ion-ios-crop:before {
  content: "\f41e";
}
.ion-ios-crop-strong:before {
  content: "\f41d";
}
.ion-ios-download:before {
  content: "\f420";
}
.ion-ios-download-outline:before {
  content: "\f41f";
}
.ion-ios-drag:before {
  content: "\f421";
}
.ion-ios-email:before {
  content: "\f423";
}
.ion-ios-email-outline:before {
  content: "\f422";
}
.ion-ios-eye:before {
  content: "\f425";
}
.ion-ios-eye-outline:before {
  content: "\f424";
}
.ion-ios-fastforward:before {
  content: "\f427";
}
.ion-ios-fastforward-outline:before {
  content: "\f426";
}
.ion-ios-filing:before {
  content: "\f429";
}
.ion-ios-filing-outline:before {
  content: "\f428";
}
.ion-ios-film:before {
  content: "\f42b";
}
.ion-ios-film-outline:before {
  content: "\f42a";
}
.ion-ios-flag:before {
  content: "\f42d";
}
.ion-ios-flag-outline:before {
  content: "\f42c";
}
.ion-ios-flame:before {
  content: "\f42f";
}
.ion-ios-flame-outline:before {
  content: "\f42e";
}
.ion-ios-flask:before {
  content: "\f431";
}
.ion-ios-flask-outline:before {
  content: "\f430";
}
.ion-ios-flower:before {
  content: "\f433";
}
.ion-ios-flower-outline:before {
  content: "\f432";
}
.ion-ios-folder:before {
  content: "\f435";
}
.ion-ios-folder-outline:before {
  content: "\f434";
}
.ion-ios-football:before {
  content: "\f437";
}
.ion-ios-football-outline:before {
  content: "\f436";
}
.ion-ios-game-controller-a:before {
  content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}
.ion-ios-game-controller-b:before {
  content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}
.ion-ios-gear:before {
  content: "\f43d";
}
.ion-ios-gear-outline:before {
  content: "\f43c";
}
.ion-ios-glasses:before {
  content: "\f43f";
}
.ion-ios-glasses-outline:before {
  content: "\f43e";
}
.ion-ios-grid-view:before {
  content: "\f441";
}
.ion-ios-grid-view-outline:before {
  content: "\f440";
}
.ion-ios-heart:before {
  content: "\f443";
}
.ion-ios-heart-outline:before {
  content: "\f442";
}
.ion-ios-help:before {
  content: "\f446";
}
.ion-ios-help-empty:before {
  content: "\f444";
}
.ion-ios-help-outline:before {
  content: "\f445";
}
.ion-ios-home:before {
  content: "\f448";
}
.ion-ios-home-outline:before {
  content: "\f447";
}
.ion-ios-infinite:before {
  content: "\f44a";
}
.ion-ios-infinite-outline:before {
  content: "\f449";
}
.ion-ios-information:before {
  content: "\f44d";
}
.ion-ios-information-empty:before {
  content: "\f44b";
}
.ion-ios-information-outline:before {
  content: "\f44c";
}
.ion-ios-ionic-outline:before {
  content: "\f44e";
}
.ion-ios-keypad:before {
  content: "\f450";
}
.ion-ios-keypad-outline:before {
  content: "\f44f";
}
.ion-ios-lightbulb:before {
  content: "\f452";
}
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}
.ion-ios-list:before {
  content: "\f454";
}
.ion-ios-list-outline:before {
  content: "\f453";
}
.ion-ios-location:before {
  content: "\f456";
}
.ion-ios-location-outline:before {
  content: "\f455";
}
.ion-ios-locked:before {
  content: "\f458";
}
.ion-ios-locked-outline:before {
  content: "\f457";
}
.ion-ios-loop:before {
  content: "\f45a";
}
.ion-ios-loop-strong:before {
  content: "\f459";
}
.ion-ios-medical:before {
  content: "\f45c";
}
.ion-ios-medical-outline:before {
  content: "\f45b";
}
.ion-ios-medkit:before {
  content: "\f45e";
}
.ion-ios-medkit-outline:before {
  content: "\f45d";
}
.ion-ios-mic:before {
  content: "\f461";
}
.ion-ios-mic-off:before {
  content: "\f45f";
}
.ion-ios-mic-outline:before {
  content: "\f460";
}
.ion-ios-minus:before {
  content: "\f464";
}
.ion-ios-minus-empty:before {
  content: "\f462";
}
.ion-ios-minus-outline:before {
  content: "\f463";
}
.ion-ios-monitor:before {
  content: "\f466";
}
.ion-ios-monitor-outline:before {
  content: "\f465";
}
.ion-ios-moon:before {
  content: "\f468";
}
.ion-ios-moon-outline:before {
  content: "\f467";
}
.ion-ios-more:before {
  content: "\f46a";
}
.ion-ios-more-outline:before {
  content: "\f469";
}
.ion-ios-musical-note:before {
  content: "\f46b";
}
.ion-ios-musical-notes:before {
  content: "\f46c";
}
.ion-ios-navigate:before {
  content: "\f46e";
}
.ion-ios-navigate-outline:before {
  content: "\f46d";
}
.ion-ios-nutrition:before {
  content: "\f470";
}
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}
.ion-ios-paper:before {
  content: "\f472";
}
.ion-ios-paper-outline:before {
  content: "\f471";
}
.ion-ios-paperplane:before {
  content: "\f474";
}
.ion-ios-paperplane-outline:before {
  content: "\f473";
}
.ion-ios-partlysunny:before {
  content: "\f476";
}
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}
.ion-ios-pause:before {
  content: "\f478";
}
.ion-ios-pause-outline:before {
  content: "\f477";
}
.ion-ios-paw:before {
  content: "\f47a";
}
.ion-ios-paw-outline:before {
  content: "\f479";
}
.ion-ios-people:before {
  content: "\f47c";
}
.ion-ios-people-outline:before {
  content: "\f47b";
}
.ion-ios-person:before {
  content: "\f47e";
}
.ion-ios-person-outline:before {
  content: "\f47d";
}
.ion-ios-personadd:before {
  content: "\f480";
}
.ion-ios-personadd-outline:before {
  content: "\f47f";
}
.ion-ios-photos:before {
  content: "\f482";
}
.ion-ios-photos-outline:before {
  content: "\f481";
}
.ion-ios-pie:before {
  content: "\f484";
}
.ion-ios-pie-outline:before {
  content: "\f483";
}
.ion-ios-pint:before {
  content: "\f486";
}
.ion-ios-pint-outline:before {
  content: "\f485";
}
.ion-ios-play:before {
  content: "\f488";
}
.ion-ios-play-outline:before {
  content: "\f487";
}
.ion-ios-plus:before {
  content: "\f48b";
}
.ion-ios-plus-empty:before {
  content: "\f489";
}
.ion-ios-plus-outline:before {
  content: "\f48a";
}
.ion-ios-pricetag:before {
  content: "\f48d";
}
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}
.ion-ios-pricetags:before {
  content: "\f48f";
}
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}
.ion-ios-printer:before {
  content: "\f491";
}
.ion-ios-printer-outline:before {
  content: "\f490";
}
.ion-ios-pulse:before {
  content: "\f493";
}
.ion-ios-pulse-strong:before {
  content: "\f492";
}
.ion-ios-rainy:before {
  content: "\f495";
}
.ion-ios-rainy-outline:before {
  content: "\f494";
}
.ion-ios-recording:before {
  content: "\f497";
}
.ion-ios-recording-outline:before {
  content: "\f496";
}
.ion-ios-redo:before {
  content: "\f499";
}
.ion-ios-redo-outline:before {
  content: "\f498";
}
.ion-ios-refresh:before {
  content: "\f49c";
}
.ion-ios-refresh-empty:before {
  content: "\f49a";
}
.ion-ios-refresh-outline:before {
  content: "\f49b";
}
.ion-ios-reload:before {
  content: "\f49d";
}
.ion-ios-reverse-camera:before {
  content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}
.ion-ios-rewind:before {
  content: "\f4a1";
}
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}
.ion-ios-rose:before {
  content: "\f4a3";
}
.ion-ios-rose-outline:before {
  content: "\f4a2";
}
.ion-ios-search:before {
  content: "\f4a5";
}
.ion-ios-search-strong:before {
  content: "\f4a4";
}
.ion-ios-settings:before {
  content: "\f4a7";
}
.ion-ios-settings-strong:before {
  content: "\f4a6";
}
.ion-ios-shuffle:before {
  content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}
.ion-ios-skipbackward:before {
  content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}
.ion-ios-skipforward:before {
  content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}
.ion-ios-snowy:before {
  content: "\f4ae";
}
.ion-ios-speedometer:before {
  content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}
.ion-ios-star:before {
  content: "\f4b3";
}
.ion-ios-star-half:before {
  content: "\f4b1";
}
.ion-ios-star-outline:before {
  content: "\f4b2";
}
.ion-ios-stopwatch:before {
  content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}
.ion-ios-sunny:before {
  content: "\f4b7";
}
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}
.ion-ios-telephone:before {
  content: "\f4b9";
}
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}
.ion-ios-tennisball:before {
  content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}
.ion-ios-time:before {
  content: "\f4bf";
}
.ion-ios-time-outline:before {
  content: "\f4be";
}
.ion-ios-timer:before {
  content: "\f4c1";
}
.ion-ios-timer-outline:before {
  content: "\f4c0";
}
.ion-ios-toggle:before {
  content: "\f4c3";
}
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}
.ion-ios-trash:before {
  content: "\f4c5";
}
.ion-ios-trash-outline:before {
  content: "\f4c4";
}
.ion-ios-undo:before {
  content: "\f4c7";
}
.ion-ios-undo-outline:before {
  content: "\f4c6";
}
.ion-ios-unlocked:before {
  content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}
.ion-ios-upload:before {
  content: "\f4cb";
}
.ion-ios-upload-outline:before {
  content: "\f4ca";
}
.ion-ios-videocam:before {
  content: "\f4cd";
}
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}
.ion-ios-volume-high:before {
  content: "\f4ce";
}
.ion-ios-volume-low:before {
  content: "\f4cf";
}
.ion-ios-wineglass:before {
  content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}
.ion-ios-world:before {
  content: "\f4d3";
}
.ion-ios-world-outline:before {
  content: "\f4d2";
}
.ion-ipad:before {
  content: "\f1f9";
}
.ion-iphone:before {
  content: "\f1fa";
}
.ion-ipod:before {
  content: "\f1fb";
}
.ion-jet:before {
  content: "\f295";
}
.ion-key:before {
  content: "\f296";
}
.ion-knife:before {
  content: "\f297";
}
.ion-laptop:before {
  content: "\f1fc";
}
.ion-leaf:before {
  content: "\f1fd";
}
.ion-levels:before {
  content: "\f298";
}
.ion-lightbulb:before {
  content: "\f299";
}
.ion-link:before {
  content: "\f1fe";
}
.ion-load-a:before {
  content: "\f29a";
}
.ion-load-b:before {
  content: "\f29b";
}
.ion-load-c:before {
  content: "\f29c";
}
.ion-load-d:before {
  content: "\f29d";
}
.ion-location:before {
  content: "\f1ff";
}
.ion-lock-combination:before {
  content: "\f4d4";
}
.ion-locked:before {
  content: "\f200";
}
.ion-log-in:before {
  content: "\f29e";
}
.ion-log-out:before {
  content: "\f29f";
}
.ion-loop:before {
  content: "\f201";
}
.ion-magnet:before {
  content: "\f2a0";
}
.ion-male:before {
  content: "\f2a1";
}
.ion-man:before {
  content: "\f202";
}
.ion-map:before {
  content: "\f203";
}
.ion-medkit:before {
  content: "\f2a2";
}
.ion-merge:before {
  content: "\f33f";
}
.ion-mic-a:before {
  content: "\f204";
}
.ion-mic-b:before {
  content: "\f205";
}
.ion-mic-c:before {
  content: "\f206";
}
.ion-minus:before {
  content: "\f209";
}
.ion-minus-circled:before {
  content: "\f207";
}
.ion-minus-round:before {
  content: "\f208";
}
.ion-model-s:before {
  content: "\f2c1";
}
.ion-monitor:before {
  content: "\f20a";
}
.ion-more:before {
  content: "\f20b";
}
.ion-mouse:before {
  content: "\f340";
}
.ion-music-note:before {
  content: "\f20c";
}
.ion-navicon:before {
  content: "\f20e";
}
.ion-navicon-round:before {
  content: "\f20d";
}
.ion-navigate:before {
  content: "\f2a3";
}
.ion-network:before {
  content: "\f341";
}
.ion-no-smoking:before {
  content: "\f2c2";
}
.ion-nuclear:before {
  content: "\f2a4";
}
.ion-outlet:before {
  content: "\f342";
}
.ion-paintbrush:before {
  content: "\f4d5";
}
.ion-paintbucket:before {
  content: "\f4d6";
}
.ion-paper-airplane:before {
  content: "\f2c3";
}
.ion-paperclip:before {
  content: "\f20f";
}
.ion-pause:before {
  content: "\f210";
}
.ion-person:before {
  content: "\f213";
}
.ion-person-add:before {
  content: "\f211";
}
.ion-person-stalker:before {
  content: "\f212";
}
.ion-pie-graph:before {
  content: "\f2a5";
}
.ion-pin:before {
  content: "\f2a6";
}
.ion-pinpoint:before {
  content: "\f2a7";
}
.ion-pizza:before {
  content: "\f2a8";
}
.ion-plane:before {
  content: "\f214";
}
.ion-planet:before {
  content: "\f343";
}
.ion-play:before {
  content: "\f215";
}
.ion-playstation:before {
  content: "\f30a";
}
.ion-plus:before {
  content: "\f218";
}
.ion-plus-circled:before {
  content: "\f216";
}
.ion-plus-round:before {
  content: "\f217";
}
.ion-podium:before {
  content: "\f344";
}
.ion-pound:before {
  content: "\f219";
}
.ion-power:before {
  content: "\f2a9";
}
.ion-pricetag:before {
  content: "\f2aa";
}
.ion-pricetags:before {
  content: "\f2ab";
}
.ion-printer:before {
  content: "\f21a";
}
.ion-pull-request:before {
  content: "\f345";
}
.ion-qr-scanner:before {
  content: "\f346";
}
.ion-quote:before {
  content: "\f347";
}
.ion-radio-waves:before {
  content: "\f2ac";
}
.ion-record:before {
  content: "\f21b";
}
.ion-refresh:before {
  content: "\f21c";
}
.ion-reply:before {
  content: "\f21e";
}
.ion-reply-all:before {
  content: "\f21d";
}
.ion-ribbon-a:before {
  content: "\f348";
}
.ion-ribbon-b:before {
  content: "\f349";
}
.ion-sad:before {
  content: "\f34a";
}
.ion-sad-outline:before {
  content: "\f4d7";
}
.ion-scissors:before {
  content: "\f34b";
}
.ion-search:before {
  content: "\f21f";
}
.ion-settings:before {
  content: "\f2ad";
}
.ion-share:before {
  content: "\f220";
}
.ion-shuffle:before {
  content: "\f221";
}
.ion-skip-backward:before {
  content: "\f222";
}
.ion-skip-forward:before {
  content: "\f223";
}
.ion-social-android:before {
  content: "\f225";
}
.ion-social-android-outline:before {
  content: "\f224";
}
.ion-social-angular:before {
  content: "\f4d9";
}
.ion-social-angular-outline:before {
  content: "\f4d8";
}
.ion-social-apple:before {
  content: "\f227";
}
.ion-social-apple-outline:before {
  content: "\f226";
}
.ion-social-bitcoin:before {
  content: "\f2af";
}
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}
.ion-social-buffer:before {
  content: "\f229";
}
.ion-social-buffer-outline:before {
  content: "\f228";
}
.ion-social-chrome:before {
  content: "\f4db";
}
.ion-social-chrome-outline:before {
  content: "\f4da";
}
.ion-social-codepen:before {
  content: "\f4dd";
}
.ion-social-codepen-outline:before {
  content: "\f4dc";
}
.ion-social-css3:before {
  content: "\f4df";
}
.ion-social-css3-outline:before {
  content: "\f4de";
}
.ion-social-designernews:before {
  content: "\f22b";
}
.ion-social-designernews-outline:before {
  content: "\f22a";
}
.ion-social-dribbble:before {
  content: "\f22d";
}
.ion-social-dribbble-outline:before {
  content: "\f22c";
}
.ion-social-dropbox:before {
  content: "\f22f";
}
.ion-social-dropbox-outline:before {
  content: "\f22e";
}
.ion-social-euro:before {
  content: "\f4e1";
}
.ion-social-euro-outline:before {
  content: "\f4e0";
}
.ion-social-facebook:before {
  content: "\f231";
}
.ion-social-facebook-outline:before {
  content: "\f230";
}
.ion-social-foursquare:before {
  content: "\f34d";
}
.ion-social-foursquare-outline:before {
  content: "\f34c";
}
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}
.ion-social-github:before {
  content: "\f233";
}
.ion-social-github-outline:before {
  content: "\f232";
}
.ion-social-google:before {
  content: "\f34f";
}
.ion-social-google-outline:before {
  content: "\f34e";
}
.ion-social-googleplus:before {
  content: "\f235";
}
.ion-social-googleplus-outline:before {
  content: "\f234";
}
.ion-social-hackernews:before {
  content: "\f237";
}
.ion-social-hackernews-outline:before {
  content: "\f236";
}
.ion-social-html5:before {
  content: "\f4e3";
}
.ion-social-html5-outline:before {
  content: "\f4e2";
}
.ion-social-instagram:before {
  content: "\f351";
}
.ion-social-instagram-outline:before {
  content: "\f350";
}
.ion-social-javascript:before {
  content: "\f4e5";
}
.ion-social-javascript-outline:before {
  content: "\f4e4";
}
.ion-social-linkedin:before {
  content: "\f239";
}
.ion-social-linkedin-outline:before {
  content: "\f238";
}
.ion-social-markdown:before {
  content: "\f4e6";
}
.ion-social-nodejs:before {
  content: "\f4e7";
}
.ion-social-octocat:before {
  content: "\f4e8";
}
.ion-social-pinterest:before {
  content: "\f2b1";
}
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}
.ion-social-python:before {
  content: "\f4e9";
}
.ion-social-reddit:before {
  content: "\f23b";
}
.ion-social-reddit-outline:before {
  content: "\f23a";
}
.ion-social-rss:before {
  content: "\f23d";
}
.ion-social-rss-outline:before {
  content: "\f23c";
}
.ion-social-sass:before {
  content: "\f4ea";
}
.ion-social-skype:before {
  content: "\f23f";
}
.ion-social-skype-outline:before {
  content: "\f23e";
}
.ion-social-snapchat:before {
  content: "\f4ec";
}
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}
.ion-social-tumblr:before {
  content: "\f241";
}
.ion-social-tumblr-outline:before {
  content: "\f240";
}
.ion-social-tux:before {
  content: "\f2c5";
}
.ion-social-twitch:before {
  content: "\f4ee";
}
.ion-social-twitch-outline:before {
  content: "\f4ed";
}
.ion-social-twitter:before {
  content: "\f243";
}
.ion-social-twitter-outline:before {
  content: "\f242";
}
.ion-social-usd:before {
  content: "\f353";
}
.ion-social-usd-outline:before {
  content: "\f352";
}
.ion-social-vimeo:before {
  content: "\f245";
}
.ion-social-vimeo-outline:before {
  content: "\f244";
}
.ion-social-whatsapp:before {
  content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}
.ion-social-windows:before {
  content: "\f247";
}
.ion-social-windows-outline:before {
  content: "\f246";
}
.ion-social-wordpress:before {
  content: "\f249";
}
.ion-social-wordpress-outline:before {
  content: "\f248";
}
.ion-social-yahoo:before {
  content: "\f24b";
}
.ion-social-yahoo-outline:before {
  content: "\f24a";
}
.ion-social-yen:before {
  content: "\f4f2";
}
.ion-social-yen-outline:before {
  content: "\f4f1";
}
.ion-social-youtube:before {
  content: "\f24d";
}
.ion-social-youtube-outline:before {
  content: "\f24c";
}
.ion-soup-can:before {
  content: "\f4f4";
}
.ion-soup-can-outline:before {
  content: "\f4f3";
}
.ion-speakerphone:before {
  content: "\f2b2";
}
.ion-speedometer:before {
  content: "\f2b3";
}
.ion-spoon:before {
  content: "\f2b4";
}
.ion-star:before {
  content: "\f24e";
}
.ion-stats-bars:before {
  content: "\f2b5";
}
.ion-steam:before {
  content: "\f30b";
}
.ion-stop:before {
  content: "\f24f";
}
.ion-thermometer:before {
  content: "\f2b6";
}
.ion-thumbsdown:before {
  content: "\f250";
}
.ion-thumbsup:before {
  content: "\f251";
}
.ion-toggle:before {
  content: "\f355";
}
.ion-toggle-filled:before {
  content: "\f354";
}
.ion-transgender:before {
  content: "\f4f5";
}
.ion-trash-a:before {
  content: "\f252";
}
.ion-trash-b:before {
  content: "\f253";
}
.ion-trophy:before {
  content: "\f356";
}
.ion-tshirt:before {
  content: "\f4f7";
}
.ion-tshirt-outline:before {
  content: "\f4f6";
}
.ion-umbrella:before {
  content: "\f2b7";
}
.ion-university:before {
  content: "\f357";
}
.ion-unlocked:before {
  content: "\f254";
}
.ion-upload:before {
  content: "\f255";
}
.ion-usb:before {
  content: "\f2b8";
}
.ion-videocamera:before {
  content: "\f256";
}
.ion-volume-high:before {
  content: "\f257";
}
.ion-volume-low:before {
  content: "\f258";
}
.ion-volume-medium:before {
  content: "\f259";
}
.ion-volume-mute:before {
  content: "\f25a";
}
.ion-wand:before {
  content: "\f358";
}
.ion-waterdrop:before {
  content: "\f25b";
}
.ion-wifi:before {
  content: "\f25c";
}
.ion-wineglass:before {
  content: "\f2b9";
}
.ion-woman:before {
  content: "\f25d";
}
.ion-wrench:before {
  content: "\f2ba";
}
.ion-xbox:before {
  content: "\f30c";
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  font-style: inherit;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa:before {
  font-family: FontAwesome!important;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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;
}
.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:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-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";
}
.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;
}
/*consult icon*/
@font-face {
  font-family: consult;
  src: url(fonts/consult.eot?z634xf);
  src: url(fonts/consult.eot?z634xf#iefix) format('embedded-opentype'), url(fonts/consult.ttf?z634xf) format('truetype'), url(fonts/consult.woff?z634xf) format('woff'), url(fonts/consult.svg?z634xf#consult) format('svg');
  font-weight: 400;
  font-style: normal;
}
[class*=" cs-icon-"],
[class^=cs-icon-] {
  font-family: consult!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cs-icon-airplane:before {
  content: "\e900";
}
.cs-icon-chart:before {
  content: "\e901";
}
.cs-icon-des:before {
  content: "\e902";
}
.cs-icon-light:before {
  content: "\e903";
}
.cs-icon-medal:before {
  content: "\e904";
}
.cs-icon-pig:before {
  content: "\e905";
}
.cs-icon-portrait:before {
  content: "\e906";
}
.cs-icon-print:before {
  content: "\e907";
}
.cs-icon-ship:before {
  content: "\e908";
}
.cs-icon-support:before {
  content: "\e909";
}
.cs-icon-user:before {
  content: "\e90a";
}
.cs-icon-world:before {
  content: "\e90b";
}
.cs-icon-play-btn:before {
  content: "\e936";
}
.cs-icon-3d_rotation:before {
  content: "\e84d";
}
.cs-icon-ac_unit:before {
  content: "\eb3b";
}
.cs-icon-alarm:before {
  content: "\e855";
}
.cs-icon-access_alarms:before {
  content: "\e191";
}
.cs-icon-schedule:before {
  content: "\e8b5";
}
.cs-icon-accessibility:before {
  content: "\e84e";
}
.cs-icon-accessible:before {
  content: "\e914";
}
.cs-icon-account_balance:before {
  content: "\e84f";
}
.cs-icon-account_balance_wallet:before {
  content: "\e850";
}
.cs-icon-account_box:before {
  content: "\e851";
}
.cs-icon-account_circle:before {
  content: "\e853";
}
.cs-icon-adb:before {
  content: "\e60e";
}
.cs-icon-add:before {
  content: "\e145";
}
.cs-icon-add_a_photo:before {
  content: "\e439";
}
.cs-icon-alarm_add:before {
  content: "\e856";
}
.cs-icon-add_alert:before {
  content: "\e003";
}
.cs-icon-add_box:before {
  content: "\e146";
}
.cs-icon-add_circle:before {
  content: "\e147";
}
.cs-icon-control_point:before {
  content: "\e3ba";
}
.cs-icon-add_location:before {
  content: "\e567";
}
.cs-icon-add_shopping_cart:before {
  content: "\e854";
}
.cs-icon-queue:before {
  content: "\e03c";
}
.cs-icon-add_to_queue:before {
  content: "\e05c";
}
.cs-icon-adjust:before {
  content: "\e39e";
}
.cs-icon-airline_seat_flat:before {
  content: "\e630";
}
.cs-icon-airline_seat_flat_angled:before {
  content: "\e631";
}
.cs-icon-airline_seat_individual_suite:before {
  content: "\e632";
}
.cs-icon-airline_seat_legroom_extra:before {
  content: "\e633";
}
.cs-icon-airline_seat_legroom_normal:before {
  content: "\e634";
}
.cs-icon-airline_seat_legroom_reduced:before {
  content: "\e635";
}
.cs-icon-airline_seat_recline_extra:before {
  content: "\e636";
}
.cs-icon-airline_seat_recline_normal:before {
  content: "\e637";
}
.cs-icon-flight:before {
  content: "\e539";
}
.cs-icon-airplanemode_inactive:before {
  content: "\e194";
}
.cs-icon-airplay:before {
  content: "\e055";
}
.cs-icon-airport_shuttle:before {
  content: "\eb3c";
}
.cs-icon-alarm_off:before {
  content: "\e857";
}
.cs-icon-alarm_on:before {
  content: "\e858";
}
.cs-icon-album:before {
  content: "\e019";
}
.cs-icon-all_inclusive:before {
  content: "\eb3d";
}
.cs-icon-all_out:before {
  content: "\e90c";
}
.cs-icon-android:before {
  content: "\e859";
}
.cs-icon-announcement:before {
  content: "\e85a";
}
.cs-icon-apps:before {
  content: "\e5c3";
}
.cs-icon-archive:before {
  content: "\e149";
}
.cs-icon-arrow_back:before {
  content: "\e5c4";
}
.cs-icon-arrow_downward:before {
  content: "\e5db";
}
.cs-icon-arrow_drop_down:before {
  content: "\e5c5";
}
.cs-icon-arrow_drop_down_circle:before {
  content: "\e5c6";
}
.cs-icon-arrow_drop_up:before {
  content: "\e5c7";
}
.cs-icon-arrow_forward:before {
  content: "\e5c8";
}
.cs-icon-arrow_upward:before {
  content: "\e5d8";
}
.cs-icon-art_track:before {
  content: "\e060";
}
.cs-icon-aspect_ratio:before {
  content: "\e85b";
}
.cs-icon-poll:before {
  content: "\e801";
}
.cs-icon-assignment:before {
  content: "\e85d";
}
.cs-icon-assignment_ind:before {
  content: "\e85e";
}
.cs-icon-assignment_late:before {
  content: "\e85f";
}
.cs-icon-assignment_return:before {
  content: "\e860";
}
.cs-icon-assignment_returned:before {
  content: "\e861";
}
.cs-icon-assignment_turned_in:before {
  content: "\e862";
}
.cs-icon-assistant:before {
  content: "\e39f";
}
.cs-icon-flag:before {
  content: "\e153";
}
.cs-icon-attach_file:before {
  content: "\e226";
}
.cs-icon-attach_money:before {
  content: "\e227";
}
.cs-icon-attachment:before {
  content: "\e2bc";
}
.cs-icon-audiotrack:before {
  content: "\e3a1";
}
.cs-icon-autorenew:before {
  content: "\e863";
}
.cs-icon-av_timer:before {
  content: "\e01b";
}
.cs-icon-backspace:before {
  content: "\e14a";
}
.cs-icon-cloud_upload:before {
  content: "\e2c3";
}
.cs-icon-battery_alert:before {
  content: "\e19c";
}
.cs-icon-battery_charging_full:before {
  content: "\e1a3";
}
.cs-icon-battery_std:before {
  content: "\e1a5";
}
.cs-icon-battery_unknown:before {
  content: "\e1a6";
}
.cs-icon-beach_access:before {
  content: "\eb3e";
}
.cs-icon-beenhere:before {
  content: "\e52d";
}
.cs-icon-block:before {
  content: "\e14b";
}
.cs-icon-bluetooth:before {
  content: "\e1a7";
}
.cs-icon-bluetooth_searching:before {
  content: "\e1aa";
}
.cs-icon-bluetooth_connected:before {
  content: "\e1a8";
}
.cs-icon-bluetooth_disabled:before {
  content: "\e1a9";
}
.cs-icon-blur_circular:before {
  content: "\e3a2";
}
.cs-icon-blur_linear:before {
  content: "\e3a3";
}
.cs-icon-blur_off:before {
  content: "\e3a4";
}
.cs-icon-blur_on:before {
  content: "\e3a5";
}
.cs-icon-class:before {
  content: "\e86e";
}
.cs-icon-turned_in:before {
  content: "\e8e6";
}
.cs-icon-turned_in_not:before {
  content: "\e8e7";
}
.cs-icon-border_all:before {
  content: "\e228";
}
.cs-icon-border_bottom:before {
  content: "\e229";
}
.cs-icon-border_clear:before {
  content: "\e22a";
}
.cs-icon-border_color:before {
  content: "\e22b";
}
.cs-icon-border_horizontal:before {
  content: "\e22c";
}
.cs-icon-border_inner:before {
  content: "\e22d";
}
.cs-icon-border_left:before {
  content: "\e22e";
}
.cs-icon-border_outer:before {
  content: "\e22f";
}
.cs-icon-border_right:before {
  content: "\e230";
}
.cs-icon-border_style:before {
  content: "\e231";
}
.cs-icon-border_top:before {
  content: "\e232";
}
.cs-icon-border_vertical:before {
  content: "\e233";
}
.cs-icon-branding_watermark:before {
  content: "\e06b";
}
.cs-icon-brightness_1:before {
  content: "\e3a6";
}
.cs-icon-brightness_2:before {
  content: "\e3a7";
}
.cs-icon-brightness_3:before {
  content: "\e3a8";
}
.cs-icon-brightness_4:before {
  content: "\e3a9";
}
.cs-icon-brightness_low:before {
  content: "\e1ad";
}
.cs-icon-brightness_medium:before {
  content: "\e1ae";
}
.cs-icon-brightness_high:before {
  content: "\e1ac";
}
.cs-icon-brightness_auto:before {
  content: "\e1ab";
}
.cs-icon-broken_image:before {
  content: "\e3ad";
}
.cs-icon-brush:before {
  content: "\e3ae";
}
.cs-icon-bubble_chart:before {
  content: "\e6dd";
}
.cs-icon-bug_report:before {
  content: "\e868";
}
.cs-icon-build:before {
  content: "\e869";
}
.cs-icon-burst_mode:before {
  content: "\e43c";
}
.cs-icon-domain:before {
  content: "\e7ee";
}
.cs-icon-business_center:before {
  content: "\eb3f";
}
.cs-icon-cached:before {
  content: "\e86a";
}
.cs-icon-cake:before {
  content: "\e7e9";
}
.cs-icon-phone:before {
  content: "\e0cd";
}
.cs-icon-call_end:before {
  content: "\e0b1";
}
.cs-icon-call_made:before {
  content: "\e0b2";
}
.cs-icon-merge_type:before {
  content: "\e252";
}
.cs-icon-call_missed:before {
  content: "\e0b4";
}
.cs-icon-call_missed_outgoing:before {
  content: "\e0e4";
}
.cs-icon-call_received:before {
  content: "\e0b5";
}
.cs-icon-call_split:before {
  content: "\e0b6";
}
.cs-icon-call_to_action:before {
  content: "\e06c";
}
.cs-icon-camera:before {
  content: "\e3af";
}
.cs-icon-photo_camera:before {
  content: "\e412";
}
.cs-icon-camera_enhance:before {
  content: "\e8fc";
}
.cs-icon-camera_front:before {
  content: "\e3b1";
}
.cs-icon-camera_rear:before {
  content: "\e3b2";
}
.cs-icon-camera_roll:before {
  content: "\e3b3";
}
.cs-icon-cancel:before {
  content: "\e5c9";
}
.cs-icon-redeem:before {
  content: "\e8b1";
}
.cs-icon-card_membership:before {
  content: "\e8f7";
}
.cs-icon-card_travel:before {
  content: "\e8f8";
}
.cs-icon-casino:before {
  content: "\eb40";
}
.cs-icon-cast:before {
  content: "\e307";
}
.cs-icon-cast_connected:before {
  content: "\e308";
}
.cs-icon-center_focus_strong:before {
  content: "\e3b4";
}
.cs-icon-center_focus_weak:before {
  content: "\e3b5";
}
.cs-icon-change_history:before {
  content: "\e86b";
}
.cs-icon-chat:before {
  content: "\e0b7";
}
.cs-icon-chat_bubble:before {
  content: "\e0ca";
}
.cs-icon-chat_bubble_outline:before {
  content: "\e0cb";
}
.cs-icon-check:before {
  content: "\e5ca";
}
.cs-icon-check_box:before {
  content: "\e834";
}
.cs-icon-check_box_outline_blank:before {
  content: "\e835";
}
.cs-icon-check_circle:before {
  content: "\e86c";
}
.cs-icon-navigate_before:before {
  content: "\e408";
}
.cs-icon-navigate_next:before {
  content: "\e409";
}
.cs-icon-child_care:before {
  content: "\eb41";
}
.cs-icon-child_friendly:before {
  content: "\eb42";
}
.cs-icon-chrome_reader_mode:before {
  content: "\e86d";
}
.cs-icon-close:before {
  content: "\e5cd";
}
.cs-icon-clear_all:before {
  content: "\e0b8";
}
.cs-icon-closed_caption:before {
  content: "\e01c";
}
.cs-icon-wb_cloudy:before {
  content: "\e42d";
}
.cs-icon-cloud_circle:before {
  content: "\e2be";
}
.cs-icon-cloud_done:before {
  content: "\e2bf";
}
.cs-icon-cloud_download:before {
  content: "\e2c0";
}
.cs-icon-cloud_off:before {
  content: "\e2c1";
}
.cs-icon-cloud_queue:before {
  content: "\e2c2";
}
.cs-icon-code:before {
  content: "\e86f";
}
.cs-icon-photo_library:before {
  content: "\e413";
}
.cs-icon-collections_bookmark:before {
  content: "\e431";
}
.cs-icon-palette:before {
  content: "\e40a";
}
.cs-icon-colorize:before {
  content: "\e3b8";
}
.cs-icon-comment:before {
  content: "\e0b9";
}
.cs-icon-compare:before {
  content: "\e3b9";
}
.cs-icon-compare_arrows:before {
  content: "\e915";
}
.cs-icon-laptop:before {
  content: "\e31e";
}
.cs-icon-confirmation_number:before {
  content: "\e638";
}
.cs-icon-contact_mail:before {
  content: "\e0d0";
}
.cs-icon-contact_phone:before {
  content: "\e0cf";
}
.cs-icon-contacts:before {
  content: "\e0ba";
}
.cs-icon-content_copy:before {
  content: "\e14d";
}
.cs-icon-content_cut:before {
  content: "\e14e";
}
.cs-icon-content_paste:before {
  content: "\e14f";
}
.cs-icon-control_point_duplicate:before {
  content: "\e3bb";
}
.cs-icon-copyright:before {
  content: "\e90d";
}
.cs-icon-mode_edit:before {
  content: "\e254";
}
.cs-icon-create_new_folder:before {
  content: "\e2cc";
}
.cs-icon-payment:before {
  content: "\e8a1";
}
.cs-icon-crop:before {
  content: "\e3be";
}
.cs-icon-crop_16_9:before {
  content: "\e3bc";
}
.cs-icon-crop_3_2:before {
  content: "\e3bd";
}
.cs-icon-crop_landscape:before {
  content: "\e3c3";
}
.cs-icon-crop_7_5:before {
  content: "\e3c0";
}
.cs-icon-crop_din:before {
  content: "\e3c1";
}
.cs-icon-crop_free:before {
  content: "\e3c2";
}
.cs-icon-crop_original:before {
  content: "\e3c4";
}
.cs-icon-crop_portrait:before {
  content: "\e3c5";
}
.cs-icon-crop_rotate:before {
  content: "\e437";
}
.cs-icon-crop_square:before {
  content: "\e3c6";
}
.cs-icon-dashboard:before {
  content: "\e871";
}
.cs-icon-data_usage:before {
  content: "\e1af";
}
.cs-icon-date_range:before {
  content: "\e916";
}
.cs-icon-dehaze:before {
  content: "\e3c7";
}
.cs-icon-delete:before {
  content: "\e872";
}
.cs-icon-delete_forever:before {
  content: "\e92b";
}
.cs-icon-delete_sweep:before {
  content: "\e16c";
}
.cs-icon-description:before {
  content: "\e873";
}
.cs-icon-desktop_mac:before {
  content: "\e30b";
}
.cs-icon-desktop_windows:before {
  content: "\e30c";
}
.cs-icon-details:before {
  content: "\e3c8";
}
.cs-icon-developer_board:before {
  content: "\e30d";
}
.cs-icon-developer_mode:before {
  content: "\e1b0";
}
.cs-icon-device_hub:before {
  content: "\e335";
}
.cs-icon-phonelink:before {
  content: "\e326";
}
.cs-icon-devices_other:before {
  content: "\e337";
}
.cs-icon-dialer_sip:before {
  content: "\e0bb";
}
.cs-icon-dialpad:before {
  content: "\e0bc";
}
.cs-icon-directions:before {
  content: "\e52e";
}
.cs-icon-directions_bike:before {
  content: "\e52f";
}
.cs-icon-directions_boat:before {
  content: "\e532";
}
.cs-icon-directions_bus:before {
  content: "\e530";
}
.cs-icon-directions_car:before {
  content: "\e531";
}
.cs-icon-directions_railway:before {
  content: "\e534";
}
.cs-icon-directions_run:before {
  content: "\e566";
}
.cs-icon-directions_transit:before {
  content: "\e535";
}
.cs-icon-directions_walk:before {
  content: "\e536";
}
.cs-icon-disc_full:before {
  content: "\e610";
}
.cs-icon-dns:before {
  content: "\e875";
}
.cs-icon-not_interested:before {
  content: "\e033";
}
.cs-icon-do_not_disturb_alt:before {
  content: "\e611";
}
.cs-icon-do_not_disturb_off:before {
  content: "\e643";
}
.cs-icon-remove_circle:before {
  content: "\e15c";
}
.cs-icon-dock:before {
  content: "\e30e";
}
.cs-icon-done:before {
  content: "\e876";
}
.cs-icon-done_all:before {
  content: "\e877";
}
.cs-icon-donut_large:before {
  content: "\e917";
}
.cs-icon-donut_small:before {
  content: "\e918";
}
.cs-icon-drafts:before {
  content: "\e151";
}
.cs-icon-drag_handle:before {
  content: "\e25d";
}
.cs-icon-time_to_leave:before {
  content: "\e62c";
}
.cs-icon-dvr:before {
  content: "\e1b2";
}
.cs-icon-edit_location:before {
  content: "\e568";
}
.cs-icon-eject:before {
  content: "\e8fb";
}
.cs-icon-markunread:before {
  content: "\e159";
}
.cs-icon-enhanced_encryption:before {
  content: "\e63f";
}
.cs-icon-equalizer:before {
  content: "\e01d";
}
.cs-icon-error:before {
  content: "\e000";
}
.cs-icon-error_outline:before {
  content: "\e001";
}
.cs-icon-euro_symbol:before {
  content: "\e926";
}
.cs-icon-ev_station:before {
  content: "\e56d";
}
.cs-icon-insert_invitation:before {
  content: "\e24f";
}
.cs-icon-event_available:before {
  content: "\e614";
}
.cs-icon-event_busy:before {
  content: "\e615";
}
.cs-icon-event_note:before {
  content: "\e616";
}
.cs-icon-event_seat:before {
  content: "\e90e";
}
.cs-icon-exit_to_app:before {
  content: "\e879";
}
.cs-icon-expand_less:before {
  content: "\e5ce";
}
.cs-icon-expand_more:before {
  content: "\e5cf";
}
.cs-icon-explicit:before {
  content: "\e01e";
}
.cs-icon-explore:before {
  content: "\e87a";
}
.cs-icon-exposure:before {
  content: "\e3ca";
}
.cs-icon-exposure_neg_1:before {
  content: "\e3cb";
}
.cs-icon-exposure_neg_2:before {
  content: "\e3cc";
}
.cs-icon-exposure_plus_1:before {
  content: "\e3cd";
}
.cs-icon-exposure_plus_2:before {
  content: "\e3ce";
}
.cs-icon-exposure_zero:before {
  content: "\e3cf";
}
.cs-icon-extension:before {
  content: "\e87b";
}
.cs-icon-face:before {
  content: "\e87c";
}
.cs-icon-fast_forward:before {
  content: "\e01f";
}
.cs-icon-fast_rewind:before {
  content: "\e020";
}
.cs-icon-favorite:before {
  content: "\e87d";
}
.cs-icon-favorite_border:before {
  content: "\e87e";
}
.cs-icon-featured_play_list:before {
  content: "\e06d";
}
.cs-icon-featured_video:before {
  content: "\e06e";
}
.cs-icon-sms_failed:before {
  content: "\e626";
}
.cs-icon-fiber_dvr:before {
  content: "\e05d";
}
.cs-icon-fiber_manual_record:before {
  content: "\e061";
}
.cs-icon-fiber_new:before {
  content: "\e05e";
}
.cs-icon-fiber_pin:before {
  content: "\e06a";
}
.cs-icon-fiber_smart_record:before {
  content: "\e062";
}
.cs-icon-get_app:before {
  content: "\e884";
}
.cs-icon-file_upload:before {
  content: "\e2c6";
}
.cs-icon-filter:before {
  content: "\e3d3";
}
.cs-icon-filter_1:before {
  content: "\e3d0";
}
.cs-icon-filter_2:before {
  content: "\e3d1";
}
.cs-icon-filter_3:before {
  content: "\e3d2";
}
.cs-icon-filter_4:before {
  content: "\e3d4";
}
.cs-icon-filter_5:before {
  content: "\e3d5";
}
.cs-icon-filter_6:before {
  content: "\e3d6";
}
.cs-icon-filter_7:before {
  content: "\e3d7";
}
.cs-icon-filter_8:before {
  content: "\e3d8";
}
.cs-icon-filter_9:before {
  content: "\e3d9";
}
.cs-icon-filter_9_plus:before {
  content: "\e3da";
}
.cs-icon-filter_b_and_w:before {
  content: "\e3db";
}
.cs-icon-filter_center_focus:before {
  content: "\e3dc";
}
.cs-icon-filter_drama:before {
  content: "\e3dd";
}
.cs-icon-filter_frames:before {
  content: "\e3de";
}
.cs-icon-terrain:before {
  content: "\e564";
}
.cs-icon-filter_list:before {
  content: "\e152";
}
.cs-icon-filter_none:before {
  content: "\e3e0";
}
.cs-icon-filter_tilt_shift:before {
  content: "\e3e2";
}
.cs-icon-filter_vintage:before {
  content: "\e3e3";
}
.cs-icon-find_in_page:before {
  content: "\e880";
}
.cs-icon-find_replace:before {
  content: "\e881";
}
.cs-icon-fingerprint:before {
  content: "\e90f";
}
.cs-icon-first_page:before {
  content: "\e5dc";
}
.cs-icon-fitness_center:before {
  content: "\eb43";
}
.cs-icon-flare:before {
  content: "\e3e4";
}
.cs-icon-flash_auto:before {
  content: "\e3e5";
}
.cs-icon-flash_off:before {
  content: "\e3e6";
}
.cs-icon-flash_on:before {
  content: "\e3e7";
}
.cs-icon-flight_land:before {
  content: "\e910";
}
.cs-icon-flight_takeoff:before {
  content: "\e911";
}
.cs-icon-flip:before {
  content: "\e3e8";
}
.cs-icon-flip_to_back:before {
  content: "\e882";
}
.cs-icon-flip_to_front:before {
  content: "\e883";
}
.cs-icon-folder:before {
  content: "\e2c7";
}
.cs-icon-folder_open:before {
  content: "\e2c8";
}
.cs-icon-folder_shared:before {
  content: "\e2c9";
}
.cs-icon-folder_special:before {
  content: "\e617";
}
.cs-icon-font_download:before {
  content: "\e167";
}
.cs-icon-format_align_center:before {
  content: "\e234";
}
.cs-icon-format_align_justify:before {
  content: "\e235";
}
.cs-icon-format_align_left:before {
  content: "\e236";
}
.cs-icon-format_align_right:before {
  content: "\e237";
}
.cs-icon-format_bold:before {
  content: "\e238";
}
.cs-icon-format_clear:before {
  content: "\e239";
}
.cs-icon-format_color_fill:before {
  content: "\e23a";
}
.cs-icon-format_color_reset:before {
  content: "\e23b";
}
.cs-icon-format_color_text:before {
  content: "\e23c";
}
.cs-icon-format_indent_decrease:before {
  content: "\e23d";
}
.cs-icon-format_indent_increase:before {
  content: "\e23e";
}
.cs-icon-format_italic:before {
  content: "\e23f";
}
.cs-icon-format_line_spacing:before {
  content: "\e240";
}
.cs-icon-format_list_bulleted:before {
  content: "\e241";
}
.cs-icon-format_list_numbered:before {
  content: "\e242";
}
.cs-icon-format_paint:before {
  content: "\e243";
}
.cs-icon-format_quote:before {
  content: "\e244";
}
.cs-icon-format_shapes:before {
  content: "\e25e";
}
.cs-icon-format_size:before {
  content: "\e245";
}
.cs-icon-format_strikethrough:before {
  content: "\e246";
}
.cs-icon-format_textdirection_l_to_r:before {
  content: "\e247";
}
.cs-icon-format_textdirection_r_to_l:before {
  content: "\e248";
}
.cs-icon-format_underlined:before {
  content: "\e249";
}
.cs-icon-question_answer:before {
  content: "\e8af";
}
.cs-icon-forward:before {
  content: "\e154";
}
.cs-icon-forward_10:before {
  content: "\e056";
}
.cs-icon-forward_30:before {
  content: "\e057";
}
.cs-icon-forward_5:before {
  content: "\e058";
}
.cs-icon-free_breakfast:before {
  content: "\eb44";
}
.cs-icon-fullscreen:before {
  content: "\e5d0";
}
.cs-icon-fullscreen_exit:before {
  content: "\e5d1";
}
.cs-icon-functions:before {
  content: "\e24a";
}
.cs-icon-g_translate:before {
  content: "\e927";
}
.cs-icon-games:before {
  content: "\e021";
}
.cs-icon-gavel:before {
  content: "\e912";
}
.cs-icon-gesture:before {
  content: "\e155";
}
.cs-icon-gif:before {
  content: "\e913";
}
.cs-icon-goat:before {
  content: "\e919";
}
.cs-icon-golf_course:before {
  content: "\eb45";
}
.cs-icon-my_location:before {
  content: "\e55c";
}
.cs-icon-location_searching:before {
  content: "\e1b7";
}
.cs-icon-location_disabled:before {
  content: "\e1b6";
}
.cs-icon-star:before {
  content: "\e838";
}
.cs-icon-gradient:before {
  content: "\e3e9";
}
.cs-icon-grain:before {
  content: "\e3ea";
}
.cs-icon-graphic_eq:before {
  content: "\e1b8";
}
.cs-icon-grid_off:before {
  content: "\e3eb";
}
.cs-icon-grid_on:before {
  content: "\e3ec";
}
.cs-icon-people:before {
  content: "\e7fb";
}
.cs-icon-group_add:before {
  content: "\e7f0";
}
.cs-icon-group_work:before {
  content: "\e886";
}
.cs-icon-hd:before {
  content: "\e052";
}
.cs-icon-hdr_off:before {
  content: "\e3ed";
}
.cs-icon-hdr_on:before {
  content: "\e3ee";
}
.cs-icon-hdr_strong:before {
  content: "\e3f1";
}
.cs-icon-hdr_weak:before {
  content: "\e3f2";
}
.cs-icon-headset:before {
  content: "\e310";
}
.cs-icon-headset_mic:before {
  content: "\e311";
}
.cs-icon-healing:before {
  content: "\e3f3";
}
.cs-icon-hearing:before {
  content: "\e023";
}
.cs-icon-help:before {
  content: "\e887";
}
.cs-icon-help_outline:before {
  content: "\e8fd";
}
.cs-icon-high_quality:before {
  content: "\e024";
}
.cs-icon-highlight:before {
  content: "\e25f";
}
.cs-icon-highlight_off:before {
  content: "\e888";
}
.cs-icon-restore:before {
  content: "\e8b3";
}
.cs-icon-home:before {
  content: "\e88a";
}
.cs-icon-hot_tub:before {
  content: "\eb46";
}
.cs-icon-local_hotel:before {
  content: "\e549";
}
.cs-icon-hourglass_empty:before {
  content: "\e88b";
}
.cs-icon-hourglass_full:before {
  content: "\e88c";
}
.cs-icon-http:before {
  content: "\e91a";
}
.cs-icon-lock:before {
  content: "\e897";
}
.cs-icon-photo:before {
  content: "\e410";
}
.cs-icon-image_aspect_ratio:before {
  content: "\e3f5";
}
.cs-icon-import_contacts:before {
  content: "\e0e0";
}
.cs-icon-import_export:before {
  content: "\e0c3";
}
.cs-icon-important_devices:before {
  content: "\e91b";
}
.cs-icon-inbox:before {
  content: "\e156";
}
.cs-icon-indeterminate_check_box:before {
  content: "\e91c";
}
.cs-icon-info:before {
  content: "\e88e";
}
.cs-icon-info_outline:before {
  content: "\e88f";
}
.cs-icon-input:before {
  content: "\e890";
}
.cs-icon-insert_comment:before {
  content: "\e24c";
}
.cs-icon-insert_drive_file:before {
  content: "\e24d";
}
.cs-icon-tag_faces:before {
  content: "\e420";
}
.cs-icon-link:before {
  content: "\e157";
}
.cs-icon-invert_colors:before {
  content: "\e891";
}
.cs-icon-invert_colors_off:before {
  content: "\e0c4";
}
.cs-icon-iso:before {
  content: "\e3f6";
}
.cs-icon-keyboard:before {
  content: "\e312";
}
.cs-icon-keyboard_arrow_down:before {
  content: "\e313";
}
.cs-icon-keyboard_arrow_left:before {
  content: "\e314";
}
.cs-icon-keyboard_arrow_right:before {
  content: "\e315";
}
.cs-icon-keyboard_arrow_up:before {
  content: "\e316";
}
.cs-icon-keyboard_backspace:before {
  content: "\e317";
}
.cs-icon-keyboard_capslock:before {
  content: "\e318";
}
.cs-icon-keyboard_hide:before {
  content: "\e31a";
}
.cs-icon-keyboard_return:before {
  content: "\e31b";
}
.cs-icon-keyboard_tab:before {
  content: "\e31c";
}
.cs-icon-keyboard_voice:before {
  content: "\e31d";
}
.cs-icon-kitchen:before {
  content: "\eb47";
}
.cs-icon-label:before {
  content: "\e892";
}
.cs-icon-label_outline:before {
  content: "\e893";
}
.cs-icon-language:before {
  content: "\e894";
}
.cs-icon-laptop_chromebook:before {
  content: "\e31f";
}
.cs-icon-laptop_mac:before {
  content: "\e320";
}
.cs-icon-laptop_windows:before {
  content: "\e321";
}
.cs-icon-last_page:before {
  content: "\e5dd";
}
.cs-icon-open_in_new:before {
  content: "\e89e";
}
.cs-icon-layers:before {
  content: "\e53b";
}
.cs-icon-layers_clear:before {
  content: "\e53c";
}
.cs-icon-leak_add:before {
  content: "\e3f8";
}
.cs-icon-leak_remove:before {
  content: "\e3f9";
}
.cs-icon-lens:before {
  content: "\e3fa";
}
.cs-icon-library_books:before {
  content: "\e02f";
}
.cs-icon-library_music:before {
  content: "\e030";
}
.cs-icon-lightbulb_outline:before {
  content: "\e91d";
}
.cs-icon-line_style:before {
  content: "\e91e";
}
.cs-icon-line_weight:before {
  content: "\e91f";
}
.cs-icon-linear_scale:before {
  content: "\e260";
}
.cs-icon-linked_camera:before {
  content: "\e438";
}
.cs-icon-list:before {
  content: "\e896";
}
.cs-icon-live_help:before {
  content: "\e0c6";
}
.cs-icon-live_tv:before {
  content: "\e639";
}
.cs-icon-local_play:before {
  content: "\e553";
}
.cs-icon-local_airport:before {
  content: "\e53d";
}
.cs-icon-local_atm:before {
  content: "\e53e";
}
.cs-icon-local_bar:before {
  content: "\e540";
}
.cs-icon-local_cafe:before {
  content: "\e541";
}
.cs-icon-local_car_wash:before {
  content: "\e542";
}
.cs-icon-local_convenience_store:before {
  content: "\e543";
}
.cs-icon-restaurant_menu:before {
  content: "\e561";
}
.cs-icon-local_drink:before {
  content: "\e544";
}
.cs-icon-local_florist:before {
  content: "\e545";
}
.cs-icon-local_gas_station:before {
  content: "\e546";
}
.cs-icon-shopping_cart:before {
  content: "\e8cc";
}
.cs-icon-local_hospital:before {
  content: "\e548";
}
.cs-icon-local_laundry_service:before {
  content: "\e54a";
}
.cs-icon-local_library:before {
  content: "\e54b";
}
.cs-icon-local_mall:before {
  content: "\e54c";
}
.cs-icon-theaters:before {
  content: "\e8da";
}
.cs-icon-local_offer:before {
  content: "\e54e";
}
.cs-icon-local_parking:before {
  content: "\e54f";
}
.cs-icon-local_pharmacy:before {
  content: "\e550";
}
.cs-icon-local_pizza:before {
  content: "\e552";
}
.cs-icon-print2:before {
  content: "\e8ad";
}
.cs-icon-local_shipping:before {
  content: "\e558";
}
.cs-icon-local_taxi:before {
  content: "\e559";
}
.cs-icon-location_city:before {
  content: "\e7f1";
}
.cs-icon-location_off:before {
  content: "\e0c7";
}
.cs-icon-room:before {
  content: "\e8b4";
}
.cs-icon-lock_open:before {
  content: "\e898";
}
.cs-icon-lock_outline:before {
  content: "\e899";
}
.cs-icon-looks:before {
  content: "\e3fc";
}
.cs-icon-looks_3:before {
  content: "\e3fb";
}
.cs-icon-looks_4:before {
  content: "\e3fd";
}
.cs-icon-looks_5:before {
  content: "\e3fe";
}
.cs-icon-looks_6:before {
  content: "\e3ff";
}
.cs-icon-looks_one:before {
  content: "\e400";
}
.cs-icon-looks_two:before {
  content: "\e401";
}
.cs-icon-sync:before {
  content: "\e627";
}
.cs-icon-loupe:before {
  content: "\e402";
}
.cs-icon-low_priority:before {
  content: "\e16d";
}
.cs-icon-loyalty:before {
  content: "\e89a";
}
.cs-icon-mail_outline:before {
  content: "\e0e1";
}
.cs-icon-map:before {
  content: "\e55b";
}
.cs-icon-markunread_mailbox:before {
  content: "\e89b";
}
.cs-icon-memory:before {
  content: "\e322";
}
.cs-icon-menu:before {
  content: "\e5d2";
}
.cs-icon-message:before {
  content: "\e0c9";
}
.cs-icon-mic:before {
  content: "\e029";
}
.cs-icon-mic_none:before {
  content: "\e02a";
}
.cs-icon-mic_off:before {
  content: "\e02b";
}
.cs-icon-mms:before {
  content: "\e618";
}
.cs-icon-mode_comment:before {
  content: "\e253";
}
.cs-icon-monetization_on:before {
  content: "\e263";
}
.cs-icon-money_off:before {
  content: "\e25c";
}
.cs-icon-monochrome_photos:before {
  content: "\e403";
}
.cs-icon-mood_bad:before {
  content: "\e7f3";
}
.cs-icon-more:before {
  content: "\e619";
}
.cs-icon-more_horiz:before {
  content: "\e5d3";
}
.cs-icon-more_vert:before {
  content: "\e5d4";
}
.cs-icon-motorcycle:before {
  content: "\e920";
}
.cs-icon-mouse:before {
  content: "\e323";
}
.cs-icon-move_to_inbox:before {
  content: "\e168";
}
.cs-icon-movie_creation:before {
  content: "\e404";
}
.cs-icon-movie_filter:before {
  content: "\e43a";
}
.cs-icon-multiline_chart:before {
  content: "\e6df";
}
.cs-icon-music_note:before {
  content: "\e405";
}
.cs-icon-music_video:before {
  content: "\e063";
}
.cs-icon-nature:before {
  content: "\e406";
}
.cs-icon-nature_people:before {
  content: "\e407";
}
.cs-icon-navigation:before {
  content: "\e55d";
}
.cs-icon-near_me:before {
  content: "\e569";
}
.cs-icon-network_cell:before {
  content: "\e1b9";
}
.cs-icon-network_check:before {
  content: "\e640";
}
.cs-icon-network_locked:before {
  content: "\e61a";
}
.cs-icon-network_wifi:before {
  content: "\e1ba";
}
.cs-icon-new_releases:before {
  content: "\e031";
}
.cs-icon-next_week:before {
  content: "\e16a";
}
.cs-icon-nfc:before {
  content: "\e1bb";
}
.cs-icon-no_encryption:before {
  content: "\e641";
}
.cs-icon-signal_cellular_no_sim:before {
  content: "\e1ce";
}
.cs-icon-note:before {
  content: "\e06f";
}
.cs-icon-note_add:before {
  content: "\e89c";
}
.cs-icon-notifications:before {
  content: "\e7f4";
}
.cs-icon-notifications_active:before {
  content: "\e7f7";
}
.cs-icon-notifications_none:before {
  content: "\e7f5";
}
.cs-icon-notifications_off:before {
  content: "\e7f6";
}
.cs-icon-notifications_paused:before {
  content: "\e7f8";
}
.cs-icon-offline_pin:before {
  content: "\e921";
}
.cs-icon-ondemand_video:before {
  content: "\e63a";
}
.cs-icon-opacity:before {
  content: "\e922";
}
.cs-icon-open_in_browser:before {
  content: "\e89d";
}
.cs-icon-open_with:before {
  content: "\e89f";
}
.cs-icon-pages:before {
  content: "\e7f9";
}
.cs-icon-pageview:before {
  content: "\e8a0";
}
.cs-icon-pan_tool:before {
  content: "\e925";
}
.cs-icon-panorama:before {
  content: "\e40b";
}
.cs-icon-radio_button_unchecked:before {
  content: "\e836";
}
.cs-icon-panorama_horizontal:before {
  content: "\e40d";
}
.cs-icon-panorama_vertical:before {
  content: "\e40e";
}
.cs-icon-panorama_wide_angle:before {
  content: "\e40f";
}
.cs-icon-party_mode:before {
  content: "\e7fa";
}
.cs-icon-pause:before {
  content: "\e034";
}
.cs-icon-pause_circle_filled:before {
  content: "\e035";
}
.cs-icon-pause_circle_outline:before {
  content: "\e036";
}
.cs-icon-people_outline:before {
  content: "\e7fc";
}
.cs-icon-perm_camera_mic:before {
  content: "\e8a2";
}
.cs-icon-perm_contact_calendar:before {
  content: "\e8a3";
}
.cs-icon-perm_data_setting:before {
  content: "\e8a4";
}
.cs-icon-perm_device_information:before {
  content: "\e8a5";
}
.cs-icon-person_outline:before {
  content: "\e7ff";
}
.cs-icon-perm_media:before {
  content: "\e8a7";
}
.cs-icon-perm_phone_msg:before {
  content: "\e8a8";
}
.cs-icon-perm_scan_wifi:before {
  content: "\e8a9";
}
.cs-icon-person:before {
  content: "\e7fd";
}
.cs-icon-person_add:before {
  content: "\e7fe";
}
.cs-icon-person_pin:before {
  content: "\e55a";
}
.cs-icon-person_pin_circle:before {
  content: "\e56a";
}
.cs-icon-personal_video:before {
  content: "\e63b";
}
.cs-icon-pets:before {
  content: "\e923";
}
.cs-icon-phone_android:before {
  content: "\e324";
}
.cs-icon-phone_bluetooth_speaker:before {
  content: "\e61b";
}
.cs-icon-phone_forwarded:before {
  content: "\e61c";
}
.cs-icon-phone_in_talk:before {
  content: "\e61d";
}
.cs-icon-phone_iphone:before {
  content: "\e325";
}
.cs-icon-phone_locked:before {
  content: "\e61e";
}
.cs-icon-phone_missed:before {
  content: "\e61f";
}
.cs-icon-phone_paused:before {
  content: "\e620";
}
.cs-icon-phonelink_erase:before {
  content: "\e0db";
}
.cs-icon-phonelink_lock:before {
  content: "\e0dc";
}
.cs-icon-phonelink_off:before {
  content: "\e327";
}
.cs-icon-phonelink_ring:before {
  content: "\e0dd";
}
.cs-icon-phonelink_setup:before {
  content: "\e0de";
}
.cs-icon-photo_album:before {
  content: "\e411";
}
.cs-icon-photo_filter:before {
  content: "\e43b";
}
.cs-icon-photo_size_select_actual:before {
  content: "\e432";
}
.cs-icon-photo_size_select_large:before {
  content: "\e433";
}
.cs-icon-photo_size_select_small:before {
  content: "\e434";
}
.cs-icon-picture_as_pdf:before {
  content: "\e415";
}
.cs-icon-picture_in_picture:before {
  content: "\e8aa";
}
.cs-icon-picture_in_picture_alt:before {
  content: "\e924";
}
.cs-icon-pie_chart:before {
  content: "\e6c4";
}
.cs-icon-pie_chart_outlined:before {
  content: "\e6c5";
}
.cs-icon-pin_drop:before {
  content: "\e55e";
}
.cs-icon-play_arrow:before {
  content: "\e037";
}
.cs-icon-play_circle_filled:before {
  content: "\e038";
}
.cs-icon-play_circle_outline:before {
  content: "\e039";
}
.cs-icon-play_for_work:before {
  content: "\e928";
}
.cs-icon-playlist_add:before {
  content: "\e03b";
}
.cs-icon-playlist_add_check:before {
  content: "\e065";
}
.cs-icon-playlist_play:before {
  content: "\e05f";
}
.cs-icon-plus_one:before {
  content: "\e800";
}
.cs-icon-polymer:before {
  content: "\e8ab";
}
.cs-icon-pool:before {
  content: "\eb48";
}
.cs-icon-portable_wifi_off:before {
  content: "\e0ce";
}
.cs-icon-portrait2:before {
  content: "\e416";
}
.cs-icon-power:before {
  content: "\e63c";
}
.cs-icon-power_input:before {
  content: "\e336";
}
.cs-icon-power_settings_new:before {
  content: "\e8ac";
}
.cs-icon-pregnant_woman:before {
  content: "\e929";
}
.cs-icon-present_to_all:before {
  content: "\e0df";
}
.cs-icon-priority_high:before {
  content: "\e645";
}
.cs-icon-public:before {
  content: "\e80b";
}
.cs-icon-publish:before {
  content: "\e255";
}
.cs-icon-queue_music:before {
  content: "\e03d";
}
.cs-icon-queue_play_next:before {
  content: "\e066";
}
.cs-icon-radio:before {
  content: "\e03e";
}
.cs-icon-radio_button_checked:before {
  content: "\e837";
}
.cs-icon-rate_review:before {
  content: "\e560";
}
.cs-icon-receipt:before {
  content: "\e8b0";
}
.cs-icon-recent_actors:before {
  content: "\e03f";
}
.cs-icon-record_voice_over:before {
  content: "\e92a";
}
.cs-icon-redo:before {
  content: "\e15a";
}
.cs-icon-refresh:before {
  content: "\e5d5";
}
.cs-icon-remove:before {
  content: "\e15b";
}
.cs-icon-remove_circle_outline:before {
  content: "\e15d";
}
.cs-icon-remove_from_queue:before {
  content: "\e067";
}
.cs-icon-visibility:before {
  content: "\e8f4";
}
.cs-icon-remove_shopping_cart:before {
  content: "\e92c";
}
.cs-icon-reorder:before {
  content: "\e8fe";
}
.cs-icon-repeat:before {
  content: "\e040";
}
.cs-icon-repeat_one:before {
  content: "\e041";
}
.cs-icon-replay:before {
  content: "\e042";
}
.cs-icon-replay_10:before {
  content: "\e059";
}
.cs-icon-replay_30:before {
  content: "\e05a";
}
.cs-icon-replay_5:before {
  content: "\e05b";
}
.cs-icon-reply:before {
  content: "\e15e";
}
.cs-icon-reply_all:before {
  content: "\e15f";
}
.cs-icon-report:before {
  content: "\e160";
}
.cs-icon-warning:before {
  content: "\e002";
}
.cs-icon-restaurant:before {
  content: "\e56c";
}
.cs-icon-restore_page:before {
  content: "\e92d";
}
.cs-icon-ring_volume:before {
  content: "\e0d1";
}
.cs-icon-room_service:before {
  content: "\eb49";
}
.cs-icon-rotate_90_degrees_ccw:before {
  content: "\e418";
}
.cs-icon-rotate_left:before {
  content: "\e419";
}
.cs-icon-rotate_right:before {
  content: "\e41a";
}
.cs-icon-rounded_corner:before {
  content: "\e92e";
}
.cs-icon-router:before {
  content: "\e328";
}
.cs-icon-rowing:before {
  content: "\e92f";
}
.cs-icon-rss_feed:before {
  content: "\e0e5";
}
.cs-icon-rv_hookup:before {
  content: "\e642";
}
.cs-icon-satellite:before {
  content: "\e562";
}
.cs-icon-save:before {
  content: "\e161";
}
.cs-icon-scanner:before {
  content: "\e329";
}
.cs-icon-school:before {
  content: "\e80c";
}
.cs-icon-screen_lock_landscape:before {
  content: "\e1be";
}
.cs-icon-screen_lock_portrait:before {
  content: "\e1bf";
}
.cs-icon-screen_lock_rotation:before {
  content: "\e1c0";
}
.cs-icon-screen_rotation:before {
  content: "\e1c1";
}
.cs-icon-screen_share:before {
  content: "\e0e2";
}
.cs-icon-sd_storage:before {
  content: "\e1c2";
}
.cs-icon-search:before {
  content: "\e8b6";
}
.cs-icon-security:before {
  content: "\e32a";
}
.cs-icon-select_all:before {
  content: "\e162";
}
.cs-icon-send:before {
  content: "\e163";
}
.cs-icon-sentiment_dissatisfied:before {
  content: "\e811";
}
.cs-icon-sentiment_neutral:before {
  content: "\e812";
}
.cs-icon-sentiment_satisfied:before {
  content: "\e813";
}
.cs-icon-sentiment_very_dissatisfied:before {
  content: "\e814";
}
.cs-icon-sentiment_very_satisfied:before {
  content: "\e815";
}
.cs-icon-settings:before {
  content: "\e8b8";
}
.cs-icon-settings_applications:before {
  content: "\e8b9";
}
.cs-icon-settings_backup_restore:before {
  content: "\e8ba";
}
.cs-icon-settings_bluetooth:before {
  content: "\e8bb";
}
.cs-icon-settings_brightness:before {
  content: "\e8bd";
}
.cs-icon-settings_cell:before {
  content: "\e8bc";
}
.cs-icon-settings_ethernet:before {
  content: "\e8be";
}
.cs-icon-settings_input_antenna:before {
  content: "\e8bf";
}
.cs-icon-settings_input_composite:before {
  content: "\e8c1";
}
.cs-icon-settings_input_hdmi:before {
  content: "\e8c2";
}
.cs-icon-settings_input_svideo:before {
  content: "\e8c3";
}
.cs-icon-settings_overscan:before {
  content: "\e8c4";
}
.cs-icon-settings_phone:before {
  content: "\e8c5";
}
.cs-icon-settings_power:before {
  content: "\e8c6";
}
.cs-icon-settings_remote:before {
  content: "\e8c7";
}
.cs-icon-settings_system_daydream:before {
  content: "\e1c3";
}
.cs-icon-settings_voice:before {
  content: "\e8c8";
}
.cs-icon-share:before {
  content: "\e80d";
}
.cs-icon-shop:before {
  content: "\e8c9";
}
.cs-icon-shop_two:before {
  content: "\e8ca";
}
.cs-icon-shopping_basket:before {
  content: "\e8cb";
}
.cs-icon-short_text:before {
  content: "\e261";
}
.cs-icon-show_chart:before {
  content: "\e6e1";
}
.cs-icon-shuffle:before {
  content: "\e043";
}
.cs-icon-signal_cellular_4_bar:before {
  content: "\e1c8";
}
.cs-icon-signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}
.cs-icon-signal_cellular_null:before {
  content: "\e1cf";
}
.cs-icon-signal_cellular_off:before {
  content: "\e1d0";
}
.cs-icon-signal_wifi_4_bar:before {
  content: "\e1d8";
}
.cs-icon-signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}
.cs-icon-signal_wifi_off:before {
  content: "\e1da";
}
.cs-icon-sim_card:before {
  content: "\e32b";
}
.cs-icon-sim_card_alert:before {
  content: "\e624";
}
.cs-icon-skip_next:before {
  content: "\e044";
}
.cs-icon-skip_previous:before {
  content: "\e045";
}
.cs-icon-slideshow:before {
  content: "\e41b";
}
.cs-icon-slow_motion_video:before {
  content: "\e068";
}
.cs-icon-stay_primary_portrait:before {
  content: "\e0d6";
}
.cs-icon-smoke_free:before {
  content: "\eb4a";
}
.cs-icon-smoking_rooms:before {
  content: "\eb4b";
}
.cs-icon-textsms:before {
  content: "\e0d8";
}
.cs-icon-snooze:before {
  content: "\e046";
}
.cs-icon-sort:before {
  content: "\e164";
}
.cs-icon-sort_by_alpha:before {
  content: "\e053";
}
.cs-icon-spa:before {
  content: "\eb4c";
}
.cs-icon-space_bar:before {
  content: "\e256";
}
.cs-icon-speaker:before {
  content: "\e32d";
}
.cs-icon-speaker_group:before {
  content: "\e32e";
}
.cs-icon-speaker_notes:before {
  content: "\e8cd";
}
.cs-icon-speaker_notes_off:before {
  content: "\e930";
}
.cs-icon-speaker_phone:before {
  content: "\e0d2";
}
.cs-icon-spellcheck:before {
  content: "\e8ce";
}
.cs-icon-star_border:before {
  content: "\e83a";
}
.cs-icon-star_half:before {
  content: "\e839";
}
.cs-icon-stars:before {
  content: "\e8d0";
}
.cs-icon-stay_primary_landscape:before {
  content: "\e0d5";
}
.cs-icon-stop:before {
  content: "\e047";
}
.cs-icon-stop_screen_share:before {
  content: "\e0e3";
}
.cs-icon-storage:before {
  content: "\e1db";
}
.cs-icon-store_mall_directory:before {
  content: "\e563";
}
.cs-icon-straighten:before {
  content: "\e41c";
}
.cs-icon-streetview:before {
  content: "\e56e";
}
.cs-icon-strikethrough_s:before {
  content: "\e257";
}
.cs-icon-style:before {
  content: "\e41d";
}
.cs-icon-subdirectory_arrow_left:before {
  content: "\e5d9";
}
.cs-icon-subdirectory_arrow_right:before {
  content: "\e5da";
}
.cs-icon-subject:before {
  content: "\e8d2";
}
.cs-icon-subscriptions:before {
  content: "\e064";
}
.cs-icon-subtitles:before {
  content: "\e048";
}
.cs-icon-subway:before {
  content: "\e56f";
}
.cs-icon-supervisor_account:before {
  content: "\e8d3";
}
.cs-icon-surround_sound:before {
  content: "\e049";
}
.cs-icon-swap_calls:before {
  content: "\e0d7";
}
.cs-icon-swap_horiz:before {
  content: "\e8d4";
}
.cs-icon-swap_vert:before {
  content: "\e8d5";
}
.cs-icon-swap_vertical_circle:before {
  content: "\e8d6";
}
.cs-icon-switch_camera:before {
  content: "\e41e";
}
.cs-icon-switch_video:before {
  content: "\e41f";
}
.cs-icon-sync_disabled:before {
  content: "\e628";
}
.cs-icon-sync_problem:before {
  content: "\e629";
}
.cs-icon-system_update:before {
  content: "\e62a";
}
.cs-icon-system_update_alt:before {
  content: "\e8d7";
}
.cs-icon-tab:before {
  content: "\e8d8";
}
.cs-icon-tab_unselected:before {
  content: "\e8d9";
}
.cs-icon-tablet:before {
  content: "\e32f";
}
.cs-icon-tablet_android:before {
  content: "\e330";
}
.cs-icon-tablet_mac:before {
  content: "\e331";
}
.cs-icon-tap_and_play:before {
  content: "\e62b";
}
.cs-icon-text_fields:before {
  content: "\e262";
}
.cs-icon-text_format:before {
  content: "\e165";
}
.cs-icon-texture:before {
  content: "\e421";
}
.cs-icon-thumb_down:before {
  content: "\e8db";
}
.cs-icon-thumb_up:before {
  content: "\e8dc";
}
.cs-icon-thumbs_up_down:before {
  content: "\e8dd";
}
.cs-icon-timelapse:before {
  content: "\e422";
}
.cs-icon-timeline:before {
  content: "\e931";
}
.cs-icon-timer:before {
  content: "\e425";
}
.cs-icon-timer_10:before {
  content: "\e423";
}
.cs-icon-timer_3:before {
  content: "\e424";
}
.cs-icon-timer_off:before {
  content: "\e426";
}
.cs-icon-title:before {
  content: "\e264";
}
.cs-icon-toc:before {
  content: "\e8de";
}
.cs-icon-today:before {
  content: "\e8df";
}
.cs-icon-toll:before {
  content: "\e8e0";
}
.cs-icon-tonality:before {
  content: "\e427";
}
.cs-icon-touch_app:before {
  content: "\e932";
}
.cs-icon-toys:before {
  content: "\e332";
}
.cs-icon-track_changes:before {
  content: "\e8e1";
}
.cs-icon-traffic:before {
  content: "\e565";
}
.cs-icon-train:before {
  content: "\e570";
}
.cs-icon-tram:before {
  content: "\e571";
}
.cs-icon-transfer_within_a_station:before {
  content: "\e572";
}
.cs-icon-transform:before {
  content: "\e428";
}
.cs-icon-translate:before {
  content: "\e8e2";
}
.cs-icon-trending_down:before {
  content: "\e8e3";
}
.cs-icon-trending_flat:before {
  content: "\e8e4";
}
.cs-icon-trending_up:before {
  content: "\e8e5";
}
.cs-icon-tune:before {
  content: "\e429";
}
.cs-icon-tv:before {
  content: "\e333";
}
.cs-icon-unarchive:before {
  content: "\e169";
}
.cs-icon-undo:before {
  content: "\e166";
}
.cs-icon-unfold_less:before {
  content: "\e5d6";
}
.cs-icon-unfold_more:before {
  content: "\e5d7";
}
.cs-icon-update:before {
  content: "\e933";
}
.cs-icon-usb:before {
  content: "\e1e0";
}
.cs-icon-verified_user:before {
  content: "\e8e8";
}
.cs-icon-vertical_align_bottom:before {
  content: "\e258";
}
.cs-icon-vertical_align_center:before {
  content: "\e259";
}
.cs-icon-vertical_align_top:before {
  content: "\e25a";
}
.cs-icon-vibration:before {
  content: "\e62d";
}
.cs-icon-video_call:before {
  content: "\e070";
}
.cs-icon-video_label:before {
  content: "\e071";
}
.cs-icon-video_library:before {
  content: "\e04a";
}
.cs-icon-videocam:before {
  content: "\e04b";
}
.cs-icon-videocam_off:before {
  content: "\e04c";
}
.cs-icon-videogame_asset:before {
  content: "\e338";
}
.cs-icon-view_agenda:before {
  content: "\e8e9";
}
.cs-icon-view_array:before {
  content: "\e8ea";
}
.cs-icon-view_carousel:before {
  content: "\e8eb";
}
.cs-icon-view_column:before {
  content: "\e8ec";
}
.cs-icon-view_comfy:before {
  content: "\e42a";
}
.cs-icon-view_compact:before {
  content: "\e42b";
}
.cs-icon-view_day:before {
  content: "\e8ed";
}
.cs-icon-view_headline:before {
  content: "\e8ee";
}
.cs-icon-view_list:before {
  content: "\e8ef";
}
.cs-icon-view_module:before {
  content: "\e8f0";
}
.cs-icon-view_quilt:before {
  content: "\e8f1";
}
.cs-icon-view_stream:before {
  content: "\e8f2";
}
.cs-icon-view_week:before {
  content: "\e8f3";
}
.cs-icon-vignette:before {
  content: "\e435";
}
.cs-icon-visibility_off:before {
  content: "\e8f5";
}
.cs-icon-voice_chat:before {
  content: "\e62e";
}
.cs-icon-voicemail:before {
  content: "\e0d9";
}
.cs-icon-volume_down:before {
  content: "\e04d";
}
.cs-icon-volume_mute:before {
  content: "\e04e";
}
.cs-icon-volume_off:before {
  content: "\e04f";
}
.cs-icon-volume_up:before {
  content: "\e050";
}
.cs-icon-vpn_key:before {
  content: "\e0da";
}
.cs-icon-vpn_lock:before {
  content: "\e62f";
}
.cs-icon-wallpaper:before {
  content: "\e1bc";
}
.cs-icon-watch:before {
  content: "\e334";
}
.cs-icon-watch_later:before {
  content: "\e934";
}
.cs-icon-wb_auto:before {
  content: "\e42c";
}
.cs-icon-wb_incandescent:before {
  content: "\e42e";
}
.cs-icon-wb_iridescent:before {
  content: "\e436";
}
.cs-icon-wb_sunny:before {
  content: "\e430";
}
.cs-icon-wc:before {
  content: "\e63d";
}
.cs-icon-web:before {
  content: "\e051";
}
.cs-icon-web_asset:before {
  content: "\e069";
}
.cs-icon-weekend:before {
  content: "\e16b";
}
.cs-icon-whatshot:before {
  content: "\e80e";
}
.cs-icon-widgets:before {
  content: "\e1bd";
}
.cs-icon-wifi:before {
  content: "\e63e";
}
.cs-icon-wifi_lock:before {
  content: "\e1e1";
}
.cs-icon-wifi_tethering:before {
  content: "\e1e2";
}
.cs-icon-work:before {
  content: "\e8f9";
}
.cs-icon-wrap_text:before {
  content: "\e25b";
}
.cs-icon-youtube_searched_for:before {
  content: "\e8fa";
}
.cs-icon-zoom_in:before {
  content: "\e8ff";
}
.cs-icon-zoom_out:before {
  content: "\e935";
}
.cs-icon-zoom_out_map:before {
  content: "\e56b";
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -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;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
}
.plyr .plyr__video-embed iframe,
.plyr__tooltip {
  pointer-events: none;
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
.plyr {
  position: relative;
  width: 100%;
  direction: ltr;
  float: left;
}
.plyr iframe {
  margin: 0;
}
.plyr a,
.plyr button,
.plyr input,
.plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.plyr audio,
.plyr video {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}
.plyr input[type=range] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
}
.plyr input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}
.plyr input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.plyr input[type=range]::-moz-range-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  user-select: none;
}
.plyr input[type=range]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.plyr input[type=range]::-ms-track {
  height: 8px;
  background: 0 0;
  border: 0;
  color: transparent;
}
.plyr input[type=range]::-ms-fill-upper {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
}
.plyr input[type=range]::-ms-fill-lower {
  height: 8px;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
  background: #3498db;
}
.plyr input[type=range]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}
.plyr input[type=range]::-ms-tooltip {
  display: none;
}
.plyr input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr input[type=range].tab-focus:focus {
  outline-offset: 3px;
}
.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr input[type=range]:active::-moz-range-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr input[type=range]:active::-ms-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr--video input[type=range].tab-focus:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}
.plyr--audio input[type=range].tab-focus:focus {
  outline: rgba(86, 93, 100, 0.5) dotted 1px;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute!important;
  padding: 0!important;
  border: 0!important;
  height: 1px!important;
  width: 1px !important;
}
.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}
.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}
.plyr video::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-40px);
  transition: transform .3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 150%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr--fullscreen-active .plyr__captions {
  font-size: 32px;
}
.plyr--hide-controls .plyr__captions {
  transform: translateY(-15px);
}
.plyr::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center;
}
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > button {
  margin-left: 5px;
}
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls > button:first-child {
  margin-left: 0;
}
.plyr__controls .plyr__volume {
  margin-left: 5px;
}
.plyr__controls [data-plyr=pause] {
  margin-left: 0;
}
.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  border-radius: 3px;
  cursor: pointer;
  transition: background .3s ease, color .3s ease, opacity .3s ease;
  color: inherit;
}
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.plyr__controls button:focus {
  outline: 0;
}
.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
  display: none;
}
@media (min-width: 480px) {
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time,
  .plyr__controls > button {
    margin-left: 10px;
  }
}
.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}
.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity 0.3s ease;
}
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background: #3498db;
  color: #ffffff;
}
.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565d64;
}
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
}
.plyr__play-large {
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 1px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}
.plyr__play-large:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}
.plyr .plyr__play-large {
  display: inline-block;
  outline: none;
}
.plyr--audio .plyr__play-large,
.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
  display: none;
}
.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}
.plyr--playing .plyr__controls [data-plyr=pause] {
  display: inline-block;
}
.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
  display: block;
}
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr--captions-active .plyr__controls .icon--captions-on + svg,
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg {
  display: none;
}
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}
.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
}
.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.plyr button:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}
.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}
.plyr__progress {
  position: relative;
  display: none;
  -ms-flex: 1;
  flex: 1;
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
}
.plyr__progress input[type=range]::-moz-range-track {
  background: 0 0;
}
.plyr__progress input[type=range]::-ms-fill-upper {
  background: 0 0;
}
.plyr__progress .plyr__tooltip {
  left: 0;
}
.plyr .plyr__progress {
  display: inline-block;
}
.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100px;
}
.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: 0 0;
}
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}
.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: 0 0;
  transition: none;
}
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}
.plyr__progress--buffer::-webkit-progress-value {
  transition: width 0.2s ease;
}
.plyr__progress--buffer::-moz-progress-bar {
  transition: width 0.2s ease;
}
.plyr__progress--buffer::-ms-fill {
  transition: width 0.2s ease;
}
.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}
.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.66);
}
.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.66);
}
.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.66);
}
.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.plyr__time + .plyr__time {
  display: none;
}
@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}
.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}
.plyr__volume {
  display: none;
}
.plyr .plyr__volume {
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.plyr .plyr__volume input[type=range] {
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}
@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}
.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
  display: none !important;
}
.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important;
}
.plyr--fullscreen-active video {
  height: 100%;
}
.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  padding: 0 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-skin iframe {
  margin: 0;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../finazi/images/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../finazi/images/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../finazi/images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.6);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../finazi/images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(../finazi/images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots li {
  list-style: none;
}
.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 1px solid #e8e8e8;
  color: #6c6c6c;
  background: #f1f1f1;
  position: relative;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-bottom: 15px;
}
.dk_toggle:hover,
.dk_toggle:focus {
  border-color: #ddd;
}
.dk_toggle:after {
  position: absolute;
  top: 45%;
  right: 10px;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4B4B4B;
}
.dk_toggle.dk_label {
  width: 100% !important;
}
.dk_open {
  z-index: 10;
}
.dk_options {
  background: #fefefe;
}
.dk_options a {
  background-color: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 15px;
  cursor: pointer;
}
.dk_options a:hover,
.dk_options:focus,
.dk_options .dk_option_current a {
  background-color: #909394;
  color: #ffffff;
  text-decoration: none;
}
.dk_options li:last-child a {
  border-bottom: none;
}
.dk_options .disabled {
  cursor: default;
}
.dk_options .disabled a {
  color: #aaa;
}
.dk_options .disabled:hover,
.dk_options .disabled:hover a .dk_options .disabled:focus,
.dk_options .disabled:focus a {
  cursor: default;
  background-color: #ffffff;
  border-bottom-color: #999;
}
.dk_options_inner {
  border: 1px solid #e8e8e8;
  color: #6c6c6c;
}
.dk_container {
  display: none;
  float: left;
}
.dk_container a {
  outline: 0;
}
.dk_open {
  position: relative;
}
.dk_open .dk_options {
  display: block;
}
.dk_open .dk_label {
  color: inherit;
}
.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}
.dk_options a,
.dk_options a:link,
.dk_options a:visited {
  display: block;
}
.dk_options_inner {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden;
}
.dk_mobile {
  position: relative;
}
.dk_mobile select {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.consult_heading {
  margin-bottom: 25px;
}
.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}
.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}
.cd-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
/* --------------------------------

xrotate-1

-------------------------------- */
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}
@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* --------------------------------

xtype

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
  font-style: normal;
}
@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* --------------------------------

xrotate-2

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
  opacity: 0;
}
.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}
.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}
.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}
@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* --------------------------------

xloading-bar

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}
/* --------------------------------

xslide

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* --------------------------------

xclip

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}
/* --------------------------------

xzoom

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.zoom b {
  opacity: 0;
}
.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* --------------------------------

xrotate-3

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-3 b {
  opacity: 0;
}
.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}
.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}
@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* --------------------------------

xscale

-------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-visible .cd-headline.scale i {
  opacity: 1;
}
.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}
.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}
@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* --------------------------------

xpush

-------------------------------- */
.cd-headline.push b {
  opacity: 0;
}
.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}
@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* counter */
.consult-counter-box {
  display: flex;
}
.counter-img {
  order: 2;
  margin-right: 25px;
}
.counter-img img {
  max-height: 65px;
  max-width: 80px;
}
.counter-content {
  order: 2;
  flex-grow: 1;
}
.counter-number,
.counter-unit {
  font-size: 36px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #152639;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
}
.counter-text {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 0;
}
/* feature */
.consult-feature-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.consult-feature-box .feature-img {
  float: left;
  width: 100%;
  overflow: hidden;
}
.consult-feature-box .feature-img img {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-feature-box .feature-view {
  padding: 20px;
  height: 84px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.consult-feature-box .feature-icon {
  font-size: 48px;
  color: #14f1e4;
  font-style: normal;
  display: block;
  width: 60px;
}
.consult-feature-box .feature-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  margin: 0;
}
.consult-feature-box .feature-content {
  height: 214px;
  position: absolute;
  bottom: -130px;
  background: rgba(21, 38, 57, 0.95);
  color: #ffffff;
  width: 100%;
  left: 30px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.consult-feature-box .feature-info {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.75);
  padding-left: 80px;
  padding-right: 15px;
}
.consult-feature-box .feature-info a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: inherit;
  display: block;
  clear: both;
  margin-top: 15px;
}
.consult-feature-box .feature-info a:hover {
  text-decoration: underline;
}
.consult-feature-box .feature-info i {
  font-style: normal;
  font-size: 11px;
  margin-left: 7px;
  font-weight: 700;
}
.consult-feature-box:hover .feature-img img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  opacity: 0.85;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* style1 */
.feature-style-1 .feature-title {
  color: #ffffff;
}
.feature-style-1:hover .feature-info {
  margin-top: -15px;
}
.feature-style-1:hover .feature-content {
  left: 0;
  bottom: 0;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.feature-img {
  float: left;
  width: 100%;
  overflow: hidden;
}
.feature-img img {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.feature-icon {
  font-size: 48px;
  color: #14f1e4;
  font-style: normal;
}
/* style2 */
.feature-style-2 {
  border: 1px solid #e8e8e8;
}
.feature-style-2 .feature-title {
  color: #152639;
}
.feature-style-2 .feature-icon {
  font-size: 42px;
  color: #152639;
}
.feature-style-2 .feature-info {
  color: #6c6c6c;
  margin-top: -15px;
}
.feature-style-2 .feature-content {
  left: 0;
  bottom: 0;
  height: 147px;
  background: #ffffff;
}
.feature-style-2:hover .feature-title {
  color: #ffffff;
}
.feature-style-2:hover .feature-icon {
  color: #14f1e4;
}
.feature-style-2:hover .feature-info {
  color: rgba(255, 255, 255, 0.75);
}
.feature-style-2:hover .feature-content {
  background: #152639;
}
/* style3 */
.feature-style-3 {
  border: 1px solid #e8e8e8;
}
.feature-style-3 .feature-content {
  background: #ffffff !important;
  left: 0;
  height: 130px;
  bottom: -50px;
}
.feature-style-3 .feature-icon {
  color: #152639;
}
.feature-style-3 .feature-title {
  color: #152639;
}
.feature-style-3.feature-has-custom:hover .feature-content {
  background: inherit !important;
}
.feature-style-3:hover .feature-img img {
  opacity: 1;
}
.feature-style-3:hover .feature-content {
  background: rgba(21, 38, 57, 0.95) !important;
  bottom: 0;
  background: rgba(21, 38, 57, 0.95);
}
.feature-style-3:hover .feature-content .feature-info {
  height: 50px;
  overflow: hidden;
  margin-top: -20px;
}
.feature-style-3:hover .feature-icon {
  color: #14f1e4;
}
.feature-style-3:hover .feature-title {
  color: #ffffff;
}
/* consult map */
.wpb_map_wraper iframe {
  margin: 0;
}
.consult-wrap-map {
  position: relative;
  display: flex;
  align-items: center;
  direction: ltr;
}
.consult-wrap-map.finazi-wrap-map-left {
  justify-content: flex-start;
}
.consult-wrap-map.finazi-wrap-map-right {
  justify-content: flex-end;
}
.finazi-gmaps {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.consult-contact-map-box {
  position: relative;
  padding: 30px;
  background: #152639;
  color: #ffffff;
  z-index: 2;
}
.consult-contact-map-box-left {
  margin-left: -webkit-calc((100% - 1170px) / 2);
  margin-left: -moz-calc((100% - 1170px) / 2);
  margin-left: -o-calc((100% - 1170px) / 2);
  margin-left: calc((100% - 1170px) / 2);
}
.consult-contact-map-box-right {
  margin-right: -webkit-calc((100% - 1170px) / 2);
  margin-right: -moz-calc((100% - 1170px) / 2);
  margin-right: -o-calc((100% - 1170px) / 2);
  margin-right: calc((100% - 1170px) / 2);
}
.consult-contact-map-box li {
  list-style: none;
  line-height: 35px;
  display: flex;
  align-items: center;
}
.consult-contact-map-box i {
  font-size: 20px;
  color: #14f1e4;
  font-style: normal;
  min-width: 20px;
  margin-right: 10px;
}
.ctm-title {
  margin-top: 0;
  color: #ffffff;
  font-size: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(232, 232, 232, 0.15);
}
/* custom heading */
.vc_custom_heading span {
  color: #14f1e4;
}
.spc-heading-left.spc-heading-has-line:after,
.spc-heading-justify.spc-heading-has-line:after {
  left: 0;
}
.spc-heading-right.spc-heading-has-line:after {
  right: 0;
}
.spc-heading-center.spc-heading-has-line:after {
  left: 50%;
  margin-left: -30px;
}
.spc-heading-has-line {
  position: relative;
  padding-bottom: 25px;
  /* divider transition */
}
.spc-heading-has-line.spc-transition:after {
  width: 0;
}
.spc-heading-has-line.spc-transition.ht-transition:after {
  width: 60px;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.spc-heading-has-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #14f1e4;
}
/* chart */
.flw .vc_line-chart .vc_chart-with-legend {
  width: 100%;
}
.flw .vc_chart .vc_chart-with-legend {
  width: 100%;
}
.flw .vc_chart-legend {
  width: 100%;
  margin-top: 1em;
  text-align: center;
}
.flw .vc_chart-legend li {
  display: inline-block;
  margin: 0 0.5em;
}
/* iconbox */
.consult-iconbox {
  margin-bottom: 30px;
}
.consult-iconbox .iconbox-icon img {
  max-width: 100px;
}
.consult-iconbox .icon-bg {
  width: 72px;
  height: 72px;
  min-width: 72px;
  background: #152639;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
}
.consult-iconbox .icon-bg.iconbox-icon img {
  max-width: 40px;
}
.consult-iconbox .iconbox-text a {
  display: inline-block;
  clear: both;
  margin-top: 30px;
}
/* v1 */
.icon-above-title .iconbox-icon {
  margin-bottom: 35px;
}
.iconbox-title {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #152639;
  font-weight: 700;
  margin-bottom: 10px;
}
/* v2 */
.icon-inline-title {
  display: flex;
}
.icon-inline-title .iconbox-icon {
  order: 1;
  margin-right: 20px;
}
.icon-inline-title .icon-box-content {
  order: 1;
  flex-grow: 1;
}
/* service */
.consult-service-box-carousel {
  margin-bottom: 30px;
  /*slick dot*/
}
.consult-service-box-carousel .sbc-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.consult-service-box-carousel.service-col-3 .sbc-item {
  max-width: 370px;
}
.consult-service-box-carousel.service-col-4 .sbc-item {
  max-width: 270px;
}
.consult-service-box-carousel.service-col-4.consult-service-white .sbc-title {
  font-size: 14px;
  line-height: 20px;
}
.consult-service-box-carousel.service-col-4.consult-service-classic .sbc-title {
  font-size: 16px;
  line-height: 20px;
}
.consult-service-box-carousel.consult-service-classic .slick-dots {
  text-align: center;
  margin-top: 40px;
}
.consult-service-box-carousel.consult-service-classic .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  line-height: 0;
}
.consult-service-box-carousel.consult-service-classic .slick-dots li.slick-active button {
  cursor: default;
}
.consult-service-box-carousel.consult-service-classic .slick-dots li.slick-active button:before {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  background: #152639;
  border-radius: 50%;
}
.consult-service-box-carousel.consult-service-classic .slick-dots button {
  font-size: 0;
  background: none;
  border: 2px solid #bbc9d1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  padding: 0;
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-service-box-carousel.consult-service-classic .slick-dots button:hover {
  border-color: #152639;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-service-box-carousel.consult-service-classic .sbc-item {
  margin: 0 15px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 20px;
}
.consult-service-box-carousel.consult-service-classic .sbc-head {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.consult-service-box-carousel.consult-service-classic .sbc-head span {
  font-size: 60px;
  color: #152639;
}
.consult-service-box-carousel.consult-service-classic .sbc-head img {
  max-height: 70px;
}
.consult-service-box-carousel.consult-service-classic .sbc-title {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  color: #152639;
  margin: 15px 0;
  display: inline-block;
  line-height: 24px;
}
.consult-service-box-carousel.consult-service-classic .sbc-title:hover {
  text-decoration: underline;
}
.consult-service-box-carousel.consult-service-black .slick-track {
  counter-reset: consult-service;
}
.consult-service-box-carousel.consult-service-black .slick-arrow {
  width: 50px;
  height: 46px;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 0;
  border: 1px solid #ffffff;
  position: absolute;
  cursor: pointer;
  top: 50%;
  background: rgba(0, 0, 0, 0);
  margin-top: -23px;
}
.consult-service-box-carousel.consult-service-black .slick-arrow:hover {
  border-color: rgba(255, 255, 255, 0.35);
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.consult-service-box-carousel.consult-service-black .slick-arrow:hover:before {
  color: rgba(255, 255, 255, 0.35);
}
.consult-service-box-carousel.consult-service-black .slick-arrow:before {
  font-size: 20px;
  font-family: "ionicons";
  color: #ffffff;
}
.consult-service-box-carousel.consult-service-black .slick-arrow.slick-prev {
  left: -110px;
}
.consult-service-box-carousel.consult-service-black .slick-arrow.slick-prev:before {
  content: "\f3d2";
}
.consult-service-box-carousel.consult-service-black .slick-arrow.slick-next {
  right: -110px;
}
.consult-service-box-carousel.consult-service-black .slick-arrow.slick-next:before {
  content: "\f3d3";
}
.consult-service-box-carousel.consult-service-black .slick-arrow.slick-disabled {
  border-color: rgba(255, 255, 255, 0.35);
  cursor: default;
}
.consult-service-box-carousel.consult-service-black .slick-arrow.slick-disabled:before {
  color: rgba(255, 255, 255, 0.35);
}
.consult-service-box-carousel.consult-service-black .sbc-item {
  background: #1d3044;
  border: 1px solid #1d3044;
  padding: 35px 25px 25px 25px;
  height: 293px;
  position: relative;
  counter-increment: consult-service;
  margin: 0 15px;
}
.consult-service-box-carousel.consult-service-black .sbc-item:before {
  content: counter(consult-service, decimal-leading-zero) '.';
  position: absolute;
  left: 25px;
  bottom: 15px;
  font-size: 72px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1;
}
.consult-service-box-carousel.consult-service-black .sbc-item:hover .sbc-icon span {
  color: #14f1e4;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.consult-service-box-carousel.consult-service-black .sbc-head {
  display: flex;
  align-items: center;
  min-height: 52px;
  margin-bottom: 15px;
}
.consult-service-box-carousel.consult-service-black .sbc-head h6 {
  margin: 0;
}
.consult-service-box-carousel.consult-service-black .sbc-head img {
  width: inherit !important;
  order: 1;
  max-height: 37px;
}
.consult-service-box-carousel.consult-service-black .sbc-icon {
  max-height: 37px;
  margin-right: 15px;
}
.consult-service-box-carousel.consult-service-black .sbc-icon span {
  color: #ffffff;
  font-size: 34px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.consult-service-box-carousel.consult-service-black .sbc-title {
  order: 2;
  flex-grow: 1;
  color: #ffffff;
  line-height: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
.consult-service-box-carousel.consult-service-black .sbc-title:hover {
  text-decoration: underline;
}
.consult-service-box-carousel.consult-service-black .sbc-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0;
}
.consult-service-box-carousel.consult-service-white .consult-service-white-box {
  position: absolute;
  width: 100%;
  left: 0;
  height: 210px;
  bottom: -60px;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-service-box-carousel.consult-service-white .slick-arrow {
  width: 50px;
  height: 46px;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 0;
  border: 1px solid #ffffff;
  position: absolute;
  cursor: pointer;
  top: 50%;
  background: rgba(0, 0, 0, 0);
  margin-top: -23px;
}
.consult-service-box-carousel.consult-service-white .slick-arrow:before {
  font-size: 20px;
  font-family: "ionicons";
  color: #ffffff;
}
.consult-service-box-carousel.consult-service-white .slick-arrow.slick-prev {
  left: -110px;
}
.consult-service-box-carousel.consult-service-white .slick-arrow.slick-prev:before {
  content: "\f3d2";
}
.consult-service-box-carousel.consult-service-white .slick-arrow.slick-next {
  right: -110px;
}
.consult-service-box-carousel.consult-service-white .slick-arrow.slick-next:before {
  content: "\f3d3";
}
.consult-service-box-carousel.consult-service-white .slick-arrow.slick-disabled {
  border-color: #747475;
  cursor: default;
}
.consult-service-box-carousel.consult-service-white .slick-arrow.slick-disabled:before {
  color: rgba(255, 255, 255, 0.35);
}
.consult-service-box-carousel.consult-service-white .sbc-item {
  position: relative;
  margin: 0 15px;
}
.consult-service-box-carousel.consult-service-white .sbc-item:before {
  position: absolute;
  left: 25px;
  bottom: 15px;
  font-size: 72px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgba(255, 255, 255, 0.05);
}
.consult-service-box-carousel.consult-service-white .sbc-item:hover .consult-service-white-box {
  background: rgba(21, 38, 57, 0.95);
  bottom: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-service-box-carousel.consult-service-white .sbc-item:hover .sbc-title {
  color: #ffffff;
}
.consult-service-box-carousel.consult-service-white .sbc-item:hover .consult-service-link {
  opacity: 1;
}
.consult-service-box-carousel.consult-service-white .sbc-item:hover .sbc-content p {
  height: auto;
  color: rgba(255, 255, 255, 0.75);
}
.consult-service-box-carousel.consult-service-white .sbc-icon {
  position: absolute;
  left: 25px;
  top: 25px;
  max-height: 37px;
  margin-right: 15px;
}
.consult-service-box-carousel.consult-service-white .sbc-icon span {
  color: #14f1e4;
  font-size: 37px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.consult-service-box-carousel.consult-service-white .sbc-icon img {
  max-width: 40px;
}
.consult-service-box-carousel.consult-service-white .sbc-icon + .sbc-content {
  padding-left: 55px;
}
.consult-service-box-carousel.consult-service-white .sbc-title {
  color: #152639;
  line-height: 26px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.consult-service-box-carousel.consult-service-white .sbc-title:hover {
  text-decoration: underline;
}
.consult-service-box-carousel.consult-service-white .sbc-content p {
  color: #6c6c6c;
  height: 50px;
  overflow: hidden;
  margin-bottom: 0;
}
.consult-service-box-carousel.consult-service-white .consult-service-link {
  color: #14f1e4;
  font-weight: 700;
  display: block;
  margin-top: 15px;
  opacity: 0;
}
.consult-service-box-carousel.consult-service-white .consult-service-link:hover {
  color: #ffffff;
}
.consult-service-box-carousel.consult-service-white .consult-service-link:after {
  content: "\f3d3";
  font-family: "ionicons";
  margin-left: 7px;
}
.consult-service-box-carousel .slick-dots {
  text-align: center;
  margin: 20px 0;
}
.consult-service-box-carousel .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.consult-service-box-carousel .slick-dots li.slick-active button {
  cursor: default;
  background: #888;
}
.consult-service-box-carousel .slick-dots li button {
  cursor: pointer;
  border: 0;
  width: 10px;
  height: 10px;
  font-size: 0;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  padding: 0;
}
.consult-service-box-carousel .slick-arrow:before {
  width: 100%;
}
/* testimonials */
.consult-testi-box p {
  margin: 0;
}
.consult-testi-box.testi-style-1 .owl-controls,
.consult-testi-box.testi-style-2 .owl-controls {
  position: absolute;
  right: -95px;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.consult-testi-box.testi-style-1 .owl-pagination,
.consult-testi-box.testi-style-2 .owl-pagination {
  display: flex;
  align-items: center;
}
.consult-testi-box.testi-style-1 .owl-page,
.consult-testi-box.testi-style-2 .owl-page {
  width: 7px;
  height: 7px;
  background: #999999;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
}
.consult-testi-box.testi-style-1 .owl-page:hover,
.consult-testi-box.testi-style-2 .owl-page:hover {
  background: #14f1e4;
}
.consult-testi-box.testi-style-1 .owl-page.active,
.consult-testi-box.testi-style-2 .owl-page.active {
  width: 9px;
  height: 9px;
  background: #14f1e4;
  cursor: default;
}
.consult-testi-box.testi-style-1 .owl-page.active:after,
.consult-testi-box.testi-style-2 .owl-page.active:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid #14f1e4;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
}
.consult-testi-box.testi-style-1 .testi-author-detail h4,
.consult-testi-box.testi-style-2 .testi-author-detail h4 {
  color: #152639;
}
.consult-testi-box.testi-style-1 .testi-author-detail p,
.consult-testi-box.testi-style-2 .testi-author-detail p {
  color: #6c6c6c;
}
.consult-testi-box.testi-style-1 .testi-content,
.consult-testi-box.testi-style-2 .testi-content {
  padding: 40px;
  -webkit-box-shadow: 0 2px 11px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 11px -2px rgba(0, 0, 0, 0.25);
}
.consult-testi-box.testi-style-3 {
  padding: 40px 50px;
}
.consult-testi-box.testi-style-3 .owl-controls {
  position: absolute;
  right: 40px;
  bottom: 55px;
}
.consult-testi-box.testi-style-3 .owl-page {
  width: 12px;
  height: 12px;
  border: 2px solid #cccccc;
  border-radius: 50%;
  margin: 0 5px;
  position: relative;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.consult-testi-box.testi-style-3 .owl-page:hover {
  border-color: #6c6c6c;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.consult-testi-box.testi-style-3 .owl-page.active {
  cursor: default;
}
.consult-testi-box.testi-style-3 .owl-page.active:after {
  content: '';
  left: -4px;
  right: -4px;
  bottom: -4px;
  top: -4px;
  background: #6c6c6c;
  position: absolute;
  border-radius: 50%;
}
.consult-testi-box.testi-style-3 h4 {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
}
.consult-testi-box.testi-style-3 p {
  color: inherit;
  font-weight: 300;
  line-height: 30px;
}
.consult-testi-box.testi-style-4 .owl-buttons > div {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  background: #222222;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consult-testi-box.testi-style-4 .owl-buttons > div:before {
  font-family: "ionicons";
  font-size: 30px;
  color: #ffffff;
}
.consult-testi-box.testi-style-4 .owl-buttons > div.owl-prev {
  left: 0;
}
.consult-testi-box.testi-style-4 .owl-buttons > div.owl-prev:before {
  content: "\f3d2";
}
.consult-testi-box.testi-style-4 .owl-buttons > div.owl-next {
  right: 0;
}
.consult-testi-box.testi-style-4 .owl-buttons > div.owl-next:before {
  content: "\f3d3";
}
.consult-testi-box.testi-style-4 .owl-buttons > div.disabled {
  cursor: default;
  background: #444;
}
.consult-testi-box.testi-style-4 h4 {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
}
.consult-testi-box.testi-style-4 p {
  color: inherit;
  font-weight: 300;
  line-height: 30px;
}
.testi-item {
  margin: 10px;
}
.testi-author-detail h4 {
  margin: 0;
  font-size: 18px;
}
.testi-author-detail p {
  margin: 0;
  font-size: 13px;
}
/* style1 */
.testi-style-1 .testi-content {
  margin-bottom: 30px;
  position: relative;
}
.testi-style-1 .testi-content:after {
  content: url(images/arrow-testi.png);
  position: absolute;
  left: 57px;
  bottom: -10px;
  width: 25px;
  height: 14px;
}
.testi-style-1 .testi-author {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.testi-style-1 .testi-author img {
  max-width: 65px;
  max-height: 65px;
  border-radius: 50%;
  margin-right: 20px;
}
/* style2 */
.testi-style-2 .testi-item {
  display: flex;
}
.testi-style-2 .testi-author {
  min-width: 150px;
  margin-right: 10px;
  text-align: center;
  padding-top: 10px;
  position: relative;
}
.testi-style-2 .testi-author:after {
  content: '';
  position: absolute;
  top: 0;
  left: 14px;
  width: 142px;
  height: 120px;
  background: url(../finazi/images/bg-ava-testi.png) no-repeat;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.testi-style-2 .testi-author:hover:after {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  transform: rotate(20deg);
  top: 4px;
  left: 14.4px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.testi-style-2 .testi-author:hover img {
  -webkit-transform: scale(1.155);
  -moz-transform: scale(1.155);
  transform: scale(1.155);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.testi-style-2 .testi-author img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  margin-bottom: 30px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* style3 */
.testi-style-3 .testi-icon-quote {
  max-width: 54px;
  float: left;
  margin-bottom: 25px;
}
.testi-style-3 .testi-style-3-wrap {
  float: left;
  width: 100%;
}
.testi-style-3 .testi-content {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.testi-style-3 .testi-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background: #14f1e4;
}
.testi-style-3 .testi-author-detail h4 {
  color: inherit;
}
/* style 4 */
.testi-style-4 {
  background: rgba(17, 17, 17, 0.85);
}
.testi-style-4 * {
  color: inherit;
}
.testi-style-4 img {
  margin-bottom: 30px;
}
.testi-style-4 .testi-item {
  margin: 0;
  padding: 50px 0;
  text-align: center;
}
.testi-style-4 .testi-content {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.testi-style-4 .testi-content:after {
  content: '';
  width: 60px;
  height: 3px;
  background: #14f1e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}
/* CONTACT FORM 7 */
.wpcf7 {
  float: left;
  width: 100%;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 input[aria-invalid="true"],
.wpcf7 textarea[aria-invalid="true"],
.wpcf7 select[aria-invalid="true"] {
  border-color: #ff0000 !important;
}
.wpcf7 br {
  display: none !important;
}
.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  font-size: 13px;
  color: #f00;
  line-height: 22px;
  clear: both;
}
.wpcf7-mail-sent-ok {
  color: #27ae61;
  font-size: 13px;
  line-height: 22px;
}
/* I WOULD LIKE TO DISCUSS: */
.consult-contact-form-7-1 {
  float: left;
  width: 100%;
  padding: 50px 70px;
}
.consult-contact-form-7-1 > h1,
.consult-contact-form-7-1 > h2,
.consult-contact-form-7-1 > h3,
.consult-contact-form-7-1 > h4,
.consult-contact-form-7-1 > h5,
.consult-contact-form-7-1 > h6 {
  margin-top: 0;
}
.consult-contact-form-7-1 + .wpcf7-mail-sent-ng,
.consult-contact-form-7-1 + .wpcf7-validation-errors {
  float: left;
  margin-top: 10px;
  font-size: 13px;
  color: #f00;
}
.consult-contact-form-7-1 + .wpcf7-mail-sent-ok {
  float: left;
  margin-top: 10px;
  font-size: 13px;
  color: green;
}
.consult-contact-form-7-1 .wpcf7-form-control-wrap {
  float: left;
  width: 100%;
  max-width: -webkit-calc((100% - 15px) / 2);
  max-width: -moz-calc((100% - 15px) / 2);
  max-width: -o-calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
.consult-contact-form-7-1 .wpcf7-form-control-wrap.consult-dropdown-list {
  max-width: 100%;
}
.consult-contact-form-7-1 .wpcf7-form-control-wrap input {
  float: left;
  width: 100%;
}
.consult-contact-form-7-1 .would-your-name {
  margin-right: 15px;
}
.consult-contact-form-7-1.sumbit-other-bg {
  padding-top: 20px;
}
.consult-contact-form-7-1.sumbit-other-bg h1,
.consult-contact-form-7-1.sumbit-other-bg h2,
.consult-contact-form-7-1.sumbit-other-bg h3,
.consult-contact-form-7-1.sumbit-other-bg h4,
.consult-contact-form-7-1.sumbit-other-bg h5,
.consult-contact-form-7-1.sumbit-other-bg h6 {
  color: #ffffff;
}
.consult-contact-form-7-1.sumbit-other-bg input[type="submit"] {
  background: #14f1e4;
}
.consult-contact-form-7-1 input:not([type="submit"]) {
  font-size: 14px;
  height: 50px;
  border: 1px solid #e8e8e8;
  padding: 0 20px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.consult-contact-form-7-1 input[type="submit"] {
  float: left;
  width: -webkit-calc((100% - 15px) / 2);
  width: -moz-calc((100% - 15px) / 2);
  width: -o-calc((100% - 15px) / 2);
  width: calc((100% - 15px) / 2);
  background: #152639;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-contact-form-7-1 input[type="submit"]:hover,
.consult-contact-form-7-1 input[type="submit"]:focus {
  border-color: #152639;
  background: #ffffff !important;
  color: #152639;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-contact-form-7-1 .wpcf7-not-valid-tip {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  color: #f00;
}
/* home 2 sub form */
.home-2-sub-form > div {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 18px;
}
.home-2-sub-form input:not([type="submit"]) {
  float: left;
  height: 55px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 0 20px;
  width: 66%;
}
.home-2-sub-form input:not([type="submit"]):focus {
  border-color: #14f1e4;
}
.home-2-sub-form input[type="submit"] {
  width: 34%;
  float: left;
  cursor: pointer;
  border: 0;
  background: #14f1e4;
  color: #152639;
  height: 55px;
  font-weight: 700;
  border: 1px solid #14f1e4;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.home-2-sub-form input[type="submit"]:hover,
.home-2-sub-form input[type="submit"]:focus {
  opacity: .8;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* contact us */
.consult-contact-us {
  float: left;
  width: 100%;
}
.consult-contact-us input {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 25px;
}
.consult-contact-us input[type="submit"] {
  background: #ffffff;
  border: 1px solid #152639;
  color: #152639;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-contact-us input[type="submit"]:hover,
.consult-contact-us input[type="submit"]:focus {
  background: #152639;
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-contact-us textarea {
  float: left;
  width: 100%;
  padding: 25px;
  height: 150px;
  resize: none;
}
.consult-contact-us textarea,
.consult-contact-us input:not([type="submit"]) {
  border: 1px solid #e8e8e8;
  color: #6c6c6c;
  margin-bottom: 20px;
}
.consult-contact-us textarea:focus,
.consult-contact-us input:not([type="submit"]):focus {
  border-color: #ddd;
}
/* get free quote widget */
.consult-dropdown-list {
  width: 100%;
}
.consult-get-a-free-quote {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.consult-get-a-free-quote input {
  height: 45px;
  float: left;
  width: 100%;
  padding: 0 20px;
}
.consult-get-a-free-quote input:not([type="submit"]) {
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
}
.consult-get-a-free-quote input:not([type="submit"]):focus {
  border-color: #ddd;
}
.consult-get-a-free-quote input[type="submit"] {
  border: 1px solid #14f1e4;
  cursor: pointer;
  background: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #14f1e4;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-get-a-free-quote input[type="submit"]:hover,
.consult-get-a-free-quote input[type="submit"]:focus {
  background: #14f1e4;
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* video lightbox */
.consult-light-box {
  text-align: center;
  display: flex;
  justify-content: center;
}
.consult-lightbox-popup {
  color: #ffffff;
  font-size: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* sc blog new */
.consult-blog-sc .sc-blog-image {
  position: relative;
  overflow: hidden;
}
.consult-blog-sc .sc-blog-image img {
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.consult-blog-sc .sc-blog-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.consult-blog-style-1 .sc-blog-item {
  margin-bottom: 25px;
}
.consult-blog-style-1 .sc-blog-item.col-md-3 .sc-blog-info {
  padding: 0 20px;
}
.consult-blog-style-1 .sc-blog-item.col-md-3 .sc-blog-title {
  font-size: 16px;
}
.consult-blog-style-1 .sc-blog-image {
  margin-bottom: 25px;
}
.consult-blog-style-1 .sc-blog-info {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffffff;
  color: #6c6c6c;
  display: flex;
  height: 55px;
  padding: 0 40px;
  align-items: center;
}
.consult-blog-style-1 .sc-blog-date {
  font-size: 13px;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
.consult-blog-style-1 .sc-blog-date:before {
  content: "\f3f3";
  font-family: "ionicons";
  color: #14f1e4;
  margin-right: 10px;
  font-size: 16px;
}
.consult-blog-style-1 .sc-blog-date:after {
  content: '';
  height: 25px;
  width: 1px;
  background: #e8e8e8;
  position: absolute;
  right: 0;
  top: 1px;
}
.consult-blog-style-1 .sc-blog-author {
  font-size: 13px;
}
.consult-blog-style-1 .sc-blog-author:before {
  content: "\f044";
  font-family: "FontAwesome";
  color: #14f1e4;
  margin-right: 10px;
  font-size: 16px;
}
.consult-blog-style-1 .sc-blog-title {
  font-size: 20px;
  color: #152639;
  line-height: 28px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
.consult-blog-style-1 .sc-blog-title:hover {
  text-decoration: underline;
}
.consult-blog-style-2 .sc-blog-item.col-md-3 .sc-blog-title {
  font-size: 16px;
}
.consult-blog-style-2 .sc-blog-item.col-md-3 .sc-blog-sumary {
  height: 48px;
  overflow: hidden;
}
.consult-blog-style-2 .sc-blog-item {
  margin-bottom: 30px;
}
.consult-blog-style-2 .sc-blog-title {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 10px;
}
.consult-blog-style-2 .sc-blog-title:hover {
  text-decoration: underline;
}
.consult-blog-style-2 .sc-blog-info {
  background: #f7f8f9;
  padding: 20px 30px;
  height: 169px;
}
.consult-blog-style-2 .sc-blog-sumary {
  margin-bottom: 20px;
}
.consult-blog-style-2 .sc-blog-cate {
  font-weight: 700;
  color: #152639;
}
.consult-blog-style-2 .sc-blog-cate:before {
  display: inline-block;
  content: "\f48f";
  font-family: "ionicons";
  color: #14f1e4;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 10px;
  -webkit-transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  transform: rotate(47deg);
}
.consult-blog-style-2 .sc-blog-cate a {
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  color: #152639;
}
.consult-blog-style-2 .sc-blog-cate a:hover {
  text-decoration: underline;
}
/* sc feature carousel */
.consult-feature-box-carousel {
  /*slick dot*/
}
.consult-feature-box-carousel .consult-feature-box {
  max-width: 370px;
  border: 1px solid #eaeaea;
  margin-bottom: 0;
}
.consult-feature-box-carousel .slick-slide {
  margin: 0 15px;
}
.consult-feature-box-carousel .slick-arrow {
  width: 50px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #333333;
  color: #333;
  cursor: pointer;
  background: #ffffff;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -23px;
}
.consult-feature-box-carousel .slick-arrow.slick-disabled {
  border-color: #b3b3b3;
  color: #b3b3b3;
  cursor: default;
}
.consult-feature-box-carousel .slick-arrow:before {
  font-family: "ionicons";
  font-size: 20px;
  font-weight: 700;
}
.consult-feature-box-carousel .slick-next {
  right: -110px;
}
.consult-feature-box-carousel .slick-next:before {
  content: "\f3d1";
}
.consult-feature-box-carousel .slick-prev {
  left: -110px;
}
.consult-feature-box-carousel .slick-prev:before {
  content: "\f3cf";
}
.consult-feature-box-carousel .slick-dots {
  text-align: center;
  margin: 20px 0;
}
.consult-feature-box-carousel .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.consult-feature-box-carousel .slick-dots li.slick-active button {
  cursor: default;
  background: #888;
}
.consult-feature-box-carousel .slick-dots li button {
  cursor: pointer;
  border: 0;
  width: 10px;
  height: 10px;
  font-size: 0;
  background: #000000;
  border-radius: 50%;
  display: inline-block;
  padding: 0;
}
/* about carousel */
#main .vc_images_carousel ol.vc_carousel-indicators li {
  margin: 0 5px;
  position: relative;
  width: 7px;
  height: 7px;
}
#main .vc_images_carousel ol.vc_carousel-indicators li:hover {
  background: #ffffff;
  border-color: #ffffff;
}
#main .vc_images_carousel ol.vc_carousel-indicators li.vc_active {
  cursor: default;
}
#main .vc_images_carousel ol.vc_carousel-indicators li.vc_active:before {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  background: #14f1e4;
}
#main .vc_images_carousel ol.vc_carousel-indicators li.vc_active:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: -7px;
  bottom: -7px;
  right: -7px;
  border: 1px solid #14f1e4;
  z-index: 3;
}
/* team member */
.consult-team-member-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.consult-team-member-box img {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-team-member-box:hover .member-info {
  bottom: 20px;
  left: 30px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-team-member-box:hover img {
  opacity: 0.5;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.member-info {
  left: 100%;
  bottom: 20px;
  background: #152639;
  height: 75px;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.member-name {
  color: #14f1e4;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
.member-position {
  color: rgba(255, 255, 255, 0.35);
  font-size: 12px;
  margin-bottom: 0;
}
/* case */
.consult-case-study-box .case-item-inner {
  position: relative;
  overflow: hidden;
}
.case-style-1 .case-filter {
  text-align: center;
  margin-bottom: 65px;
}
.case-style-1 .case-filter .consult-button {
  border: 1px solid #e9e9e9;
  background: #ffffff;
  cursor: pointer;
  padding: 10px 25px;
  margin: 0 5px;
  color: #6c6c6c;
  margin-bottom: 10px;
}
.case-style-1 .case-filter .consult-button.is-checked {
  color: #152639;
  background: #14f1e4;
  border-color: #14f1e4;
  cursor: default;
}
.case-style-1 .case-filter .consult-button:hover {
  border-color: #14f1e4;
  color: #152639;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.case-style-1 .case-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.case-style-1 .case-item:hover .case-info {
  bottom: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.case-style-1 .case-info {
  position: absolute;
  width: 100%;
  height: 90px;
  background: rgba(21, 38, 57, 0.95);
  bottom: -100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.case-style-1 .case-info .case-title {
  margin-bottom: 10px;
  color: #14f1e4;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
}
.case-style-1 .case-info p {
  margin-bottom: 0;
}
.case-style-1 .case-info span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  margin: 0 2px;
}
.case-style-1 .case-info span:last-of-type:after {
  content: none;
}
.case-style-1 .case-info span:after {
  content: '-';
  margin-left: 5px;
}
.case-style-2 .case-filter {
  padding: 0 10px;
  text-align: right;
  margin-bottom: 65px;
}
.case-style-2 .case-filter .consult-button {
  border: 0;
  background: none;
  cursor: pointer;
  margin: 0 15px;
  color: #152639;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.case-style-2 .case-filter .consult-button:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 5px;
  right: 5px;
  width: 0;
  background: #14f1e4;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.case-style-2 .case-filter .consult-button:hover:after {
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.case-style-2 .case-filter .consult-button:last-of-type {
  margin-right: 0;
}
.case-style-2 .case-filter .consult-button.is-checked {
  color: #14f1e4;
  cursor: default;
}
.case-style-2 .case-filter .consult-button.is-checked:after {
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
}
.case-style-2 .case-filter .consult-button:hover {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.case-style-2 .case-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.case-style-2 .case-item:hover .case-info {
  opacity: 1;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.case-style-2 .case-item:hover .case-info .case-title {
  margin-left: 0;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.case-style-2 .case-item:hover .case-info p {
  margin-left: 0;
  -moz-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.case-style-2 .case-item:hover .case-line-bg {
  margin-left: 0;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.case-style-2 .case-item.col-md-3 .case-info .case-title {
  font-size: 16px;
}
.case-style-2 .case-info {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(6, 199, 255, 0.85);
  text-align: left;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.case-style-2 .case-info .case-title {
  margin-bottom: 10px;
  color: inherit;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  margin-left: 15px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.case-style-2 .case-info .case-line-bg {
  height: 3px;
  width: 60px;
  float: left;
  clear: both;
  margin-bottom: 15px;
  margin-left: 10px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.case-style-2 .case-info p {
  margin-bottom: 0;
  margin-left: 15px;
  color: inherit;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.case-style-2 .case-info span {
  font-size: 13px;
  display: inline-block;
  margin: 0 2px;
}
.case-style-2 .case-info span:last-of-type:after {
  content: none;
}
.case-style-2 .case-info span:after {
  content: ',';
  margin-left: 1px;
}
/* consult btn */
.consult-btn {
  font-size: 16px;
  font-weight: 700;
  color: #152639;
  text-decoration: underline;
}
.consult-btn:hover {
  text-decoration: none;
}
.consult-btn i {
  font-size: 13px;
  margin-left: 7px;
}
/* consult service single box */
.consult-service-single-box .consult-service-single-box-item {
  margin-bottom: 95px;
}
.consult-service-single-box .consult-service-single-box-item.col-md-4 .consult-service-box-img {
  max-height: 200px;
}
.consult-service-single-box .consult-service-single-box-item.col-md-4 .service-box-title {
  font-size: 16px;
}
.consult-service-single-box .consult-service-single-box-item.col-md-6 .consult-service-box-img {
  max-height: 274px;
}
.consult-service-single-box .consult-service-single-box-item:hover .consult-service-box-img {
  opacity: .8;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-service-box-img {
  margin-bottom: 20px;
  overflow: hidden;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.consult-service-box-sumary p {
  margin-bottom: 20px;
}
.consult-service-box-sumary a:not(.service-box-title) {
  color: #152639;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}
.consult-service-box-sumary a:not(.service-box-title):after {
  content: "\f3d1";
  font-family: "ionicons";
  font-size: 11px;
  margin-left: 7px;
}
.service-box-title {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  color: #152639;
  line-height: 26px;
  margin-bottom: 20px;
  display: inline-block;
}
.service-box-title:hover {
  text-decoration: underline;
}
.service-box-title:after {
  margin-top: 15px;
  content: '';
  width: 60px;
  height: 3px;
  background: #14f1e4;
  display: block;
}
/* default theme button */
.default-theme-btn {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.default-theme-btn.vc_btn3-style-btn-style-1 {
  color: #152639;
  background: #ffffff;
}
.default-theme-btn.vc_btn3-style-btn-style-1:hover {
  background: #152639;
  color: #ffffff;
}
.default-theme-btn.vc_btn3-style-btn-style-2 {
  color: #ffffff;
  background: #152639;
}
.default-theme-btn.vc_btn3-style-btn-style-2:hover {
  color: #152639;
  background: #ffffff;
  border-color: #152639;
}
.default-theme-btn.vc_btn3-style-btn-style-3 {
  color: #152639;
  background: #14f1e4;
  border: 1px solid #14f1e4;
}
.default-theme-btn.vc_btn3-style-btn-style-3:hover {
  background: #ffffff;
  color: #14f1e4;
  border-color: #14f1e4;
}
/* ht job */
.ht-job-box .job-item:hover {
  background: #f2f2f2;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.ht-job-box .job-item:hover .job-thumbnail img {
  border-color: #14f1e4;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.job-item {
  float: left;
  width: 100%;
  padding: 27px 35px;
  display: flex;
  align-items: center;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.job-item:nth-child(odd) {
  background: #f9f9f9;
}
.job-thumbnail {
  order: 1;
  margin-right: 25px;
}
.job-thumbnail img {
  border-radius: 50%;
  border: 5px solid #ffffff;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.job-no-img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #cccccc;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-no-img span {
  font-weight: 700;
  color: #f4f4f4;
  font-size: 12px;
}
.job-sumary {
  order: 2;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.job-sumary .job-title-btn {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}
.job-sumary .job-title-btn:hover {
  text-decoration: underline;
}
.job-sumary .job-list {
  margin-top: 10px;
}
.job-sumary .job-list span {
  color: #6c6c6c;
  margin-right: 20px;
}
.job-sumary .job-list span:before {
  font-family: "ionicons";
  color: #14f1e4;
  font-size: 16px;
  margin-right: 10px;
}
.job-sumary .job-list span:last-of-type {
  margin-right: 0;
}
.job-time:before {
  content: "\f26c";
}
.job-salary:before {
  content: "\f119";
}
.job-enddate:before {
  content: "\f117";
}
.job-department:before {
  content: "\f270";
}
.job-address:before {
  content: "\f456";
}
.job-degree:before {
  content: "\f341";
}
.job-btn {
  order: 3;
  background: #152639;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  width: 140px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #152639;
}
.job-btn:hover {
  background: #ffffff;
  color: #152639;
}
/* ht job single */
.ht-job-single-box .job-single-list {
  margin-top: 10px;
}
.ht-job-single-box .job-single-list span {
  color: #6c6c6c;
  min-width: 180px;
}
.ht-job-single-box .job-single-list span:before {
  min-width: 20px;
  display: inline-block;
  font-family: "ionicons";
  color: #14f1e4;
  font-size: 16px;
  margin-right: 5px;
  line-height: normal;
}
.job-single-list div {
  background: #f7f8f9;
  padding: 0 25px;
  height: 55px;
  margin-bottom: 1px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.job-single-list b {
  color: #152639;
}
/* countdown time */
.consult-countdown {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 20px 0;
  color: #ffffff;
  width: 100%;
}
.ht-box-cms {
  padding: 0 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  color: inherit;
}
.ht-box-cms:last-of-type {
  border-right: 0;
}
.ht-box-cms p {
  font-size: 14px;
  margin-top: 15px;
  color: #ffffff;
}
.ht-time {
  font-size: 72px;
  font-weight: 700;
  color: inherit;
  font-family: 'Source Sans Pro', sans-serif;
}
/*consult accordion*/
.vc_tta.vc_general.vc_tta-style-consult-accordion .vc_tta-panel {
  margin-bottom: 10px;
}
.vc_tta.vc_general.vc_tta-style-consult-accordion .vc_tta-panel-heading {
  border: 1px solid #e8e8e8;
  border-radius: 0 !important;
}
.vc_tta.vc_general.vc_tta-style-consult-accordion .vc_tta-panel-heading .vc_tta-controls-icon {
  color: #152639;
}
.vc_tta.vc_general.vc_tta-style-consult-accordion .vc_tta-panel-heading .vc_tta-title-text {
  color: #152639;
  font-size: 18px;
  font-weight: 700;
}
.vc_tta.vc_general.vc_tta-style-consult-accordion .vc_tta-panel-body {
  padding: 14px 20px 14px 55px;
}
/*consult tabs*/
#main .vc_tta.vc_general .vc_tta-tab > a {
  padding: 8px 20px;
}
.vc_tta-style-consult-tabs .vc_tta-tab,
.vc_tta-style-consult-tabs-vertical .vc_tta-tab {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #333;
  border: 1px solid #e9e9e9;
}
.vc_tta-style-consult-tabs .vc_tta-tab .vc_tta-title-text,
.vc_tta-style-consult-tabs-vertical .vc_tta-tab .vc_tta-title-text {
  font-weight: 700;
}
.vc_tta-style-consult-tabs .vc_tta-tab:hover,
.vc_tta-style-consult-tabs-vertical .vc_tta-tab:hover {
  border-color: #152639;
  color: #152639;
}
.vc_tta-style-consult-tabs .vc_tta-tab.vc_active,
.vc_tta-style-consult-tabs-vertical .vc_tta-tab.vc_active {
  background: #152639;
  color: #ffffff;
  border-color: #152639;
}
.vc_tta-style-consult-tabs .vc_tta-tabs-container,
.vc_tta-style-consult-tabs-vertical .vc_tta-tabs-container {
  margin-bottom: 20px !important;
}
.vc_tta-style-consult-tabs .vc_tta-panels .vc_tta-panel,
.vc_tta-style-consult-tabs-vertical .vc_tta-panels .vc_tta-panel {
  background: #f9f9f9;
  position: relative;
}
.vc_tta-style-consult-tabs .vc_tta-panels .vc_tta-panel.vc_active,
.vc_tta-style-consult-tabs-vertical .vc_tta-panels .vc_tta-panel.vc_active {
  border: 1px solid #e9e9e9;
}
.vc_tta-style-consult-tabs-vertical .vc_tta-tabs-container {
  margin-right: 20px !important;
}
/* finazi timeline */
.finazi-timeline-box {
  position: relative;
}
.finazi-timeline-box:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #e8e8e8;
  left: 50%;
  margin-left: -1px;
}
.finazi-timeline-box.timeline_sole .finazi-timeline-item:nth-child(odd) {
  float: left;
  text-align: right;
}
.finazi-timeline-box.timeline_sole .finazi-timeline-item:nth-child(odd):before {
  right: -40px;
}
.finazi-timeline-box.timeline_sole .finazi-timeline-item:nth-child(even) {
  float: right;
  text-align: left;
}
.finazi-timeline-box.timeline_sole .finazi-timeline-item:nth-child(even):before {
  left: -40px;
}
.finazi-timeline-box.timeline_left .finazi-timeline-item {
  text-align: right;
  float: left;
}
.finazi-timeline-box.timeline_left .finazi-timeline-item:before {
  right: -40px;
}
.finazi-timeline-box.timeline_right .finazi-timeline-item {
  text-align: left;
  float: right;
}
.finazi-timeline-box.timeline_right .finazi-timeline-item:before {
  left: -40px;
}
.finazi-timeline-item {
  position: relative;
  margin-bottom: 10px;
  padding: 0 35px 20px 35px;
  width: -webkit-calc((100% - 60px) / 2);
  width: -moz-calc((100% - 60px) / 2);
  width: -o-calc((100% - 60px) / 2);
  width: calc((100% - 60px) / 2);
  clear: both;
  background: #f7f8f9;
}
.finazi-timeline-item:last-of-type {
  margin-bottom: 0;
}
.finazi-timeline-item:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #14f1e4;
  background: #ffffff;
  position: absolute;
  z-index: 3;
  top: -10px;
}
.fz-timeline-title {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #14f1e4;
  background: #152639;
  padding: 2px 22px;
  font-weight: 400;
}
/* landing demo */
.landing-demo-item {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition-duration: 2s;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}
.landing-demo-item:hover {
  background-position: bottom center;
  -moz-transition-duration: 4s;
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
}
.landing-demo-item:hover:after {
  opacity: 1;
  z-index: 4;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.landing-demo-item:hover .landing-demo-heading {
  z-index: 5;
  opacity: 1;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.landing-demo-item:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.landing-demo-heading {
  margin: 0;
  font-weight: 900;
  font-size: 0;
  z-index: 2;
  opacity: 0;
}
.landing-view-demo {
  position: relative;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  background: #16253a;
  color: #ffffff;
  padding: 0 40px;
  line-height: 50px;
  display: inline-block;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.landing-view-demo:hover {
  color: #16253a;
  background: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* landing header layout */
.landing-header-layout-item {
  height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
.landing-header-layout-item img {
  height: 100%;
  position: relative;
  opacity: 1;
  z-index: 3;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.landing-header-layout-item:hover img {
  opacity: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.landing-header-layout-item:hover .landing-header-layout-img-hover {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.landing-header-layout-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
}
.landing-header-layout-img-hover {
  opacity: 0;
  height: 100%;
  z-index: 4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* theme brand logo */
.theme-brand-logo {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-brand-logo:hover button {
  opacity: 1;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-brand-logo .slick-track {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-brand-logo .brand-logo-item {
  margin: 0 50px;
}
.theme-brand-logo .brand-logo-item img {
  display: initial;
}
.theme-brand-logo button {
  font-size: 0;
  cursor: pointer;
  background: none;
  border: 0;
  color: #000000;
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-brand-logo button:before {
  font-size: 40px;
  font-family: "ionicons";
}
.theme-brand-logo button.slick-prev:before {
  content: "\f3cf";
}
.theme-brand-logo button.slick-next:before {
  content: "\f3d1";
}
@font-face {
  font-family: 'star';
  src: url('fonts/star.eot');
  src: url('fonts/star.eot?#iefix') format('embedded-opentype'), url('fonts/star.woff') format('woff'), url('fonts/star.ttf') format('truetype'), url('fonts/star.svg#star') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(fonts/WooCommerce.eot);
  src: url(fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(fonts/WooCommerce.woff) format("woff"), url(fonts/WooCommerce.ttf) format("truetype"), url(fonts/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* message */
.woocommerce-message,
.cart-empty,
.return-to-shop {
  color: #6c6c6c;
  font-size: 13px;
}
.woocommerce-message a,
.cart-empty a,
.return-to-shop a {
  color: #152639;
}
.woocommerce-message a:hover,
.cart-empty a:hover,
.return-to-shop a:hover {
  text-decoration: underline;
}
.woocommerce-error {
  color: #ff0000;
}
/* shop content--------------------------------------------------------------------------------- */
.page_woo ins {
  background-color: inherit;
}
.page_woo del {
  opacity: 1;
}
.page_woo li {
  list-style: none;
}
.woo-wrap-content {
  margin-bottom: 100px;
}
.woo-wrap-content .products {
  margin-left: -15px;
  margin-right: -15px;
}
.woo-top-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  direction: ltr;
}
.woo-top-content .woocommerce-ordering label {
  color: #6c6c6c;
}
.woo-top-content .woocommerce-ordering select {
  border: 0;
  color: #333;
}
.woo-top-content .woocommerce-ordering option {
  font-weight: 700;
}
.product {
  text-align: center;
  margin-bottom: 80px;
}
.product.col-md-3 .add_to_cart_button {
  width: 110px;
  height: 40px;
  line-height: 35px;
}
.product img {
  border: 1px solid #e8e8e8;
}
.product .woocommerce-LoopProduct-link {
  position: relative;
  display: block;
}
.product .woocommerce-LoopProduct-link .onsale {
  position: absolute;
  right: 0;
  top: 0;
  background: #14f1e4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .woocommerce-LoopProduct-link h3 {
  font-size: 16px;
  line-height: 24px;
  color: #152639;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.product .woocommerce-LoopProduct-link h3:hover {
  color: #14f1e4;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.product .price {
  color: #14f1e4;
}
.product .flw {
  margin-top: 15px;
}
.product .add_to_cart_button {
  color: #ffffff;
  background: #152639;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #152639;
  display: inline-block;
}
.product .add_to_cart_button:hover {
  color: #152639;
  background: #ffffff;
}
.product .added_to_cart {
  margin-left: 10px;
  color: #152639;
}
.product .added_to_cart:hover {
  text-decoration: underline;
}
/* rating */
.star-rating {
  display: inline-block;
  margin-right: 10px;
  color: #eecf23;
  overflow: hidden;
  position: relative;
  height: 1em;
  width: 5.4em;
  line-height: 1;
  font-family: star;
  font-size: .857em;
}
.star-rating + .price {
  border-left: 1px solid #e8e8e8;
  padding-left: 15px;
}
.star-rating:before {
  content: "\73\73\73\73\73";
  color: #eecf23;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
/* sidebar */
.widget.woocommerce {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.widget.woocommerce select {
  float: left;
  width: 100%;
  height: 40px;
  padding: 10px;
  line-height: 40px;
}
.widget.woocommerce .shop-widget-title {
  font-size: 24px;
  line-height: 60px;
  position: relative;
}
.widget.woocommerce .shop-widget-title:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #14f1e4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.widget.woocommerce:first-of-type h3 {
  margin-top: 0;
}
.widget.woocommerce.widget_shopping_cart li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.widget.woocommerce.widget_shopping_cart img {
  max-width: 40px;
  border: 1px solid #e8e8e8;
  margin-left: 10px;
  margin-right: 15px;
}
.widget.woocommerce.widget_shopping_cart a {
  color: #000000;
}
.widget.woocommerce.widget_shopping_cart a:hover {
  text-decoration: underline;
}
.widget.woocommerce.widget_shopping_cart .remove {
  position: absolute;
  left: 10px;
}
.widget.woocommerce.widget_shopping_cart .remove:hover {
  color: #f00;
}
.widget.woocommerce.widget_shopping_cart .quantity {
  display: inline-block;
}
.widget.woocommerce.widget_shopping_cart .total {
  display: inline-block;
  font-size: 12px;
}
.widget.woocommerce.widget_shopping_cart .buttons {
  display: flex;
  justify-content: space-between;
}
.widget.woocommerce.widget_layered_nav li {
  border-bottom: 1px dotted #cfcfcf;
  padding: 12px 0;
  color: #152639;
  list-style-type: disc;
  list-style-position: inside;
}
.widget.woocommerce.widget_layered_nav a {
  color: #6c6c6c;
}
.widget.woocommerce.widget_layered_nav a:hover {
  color: #152639;
}
.widget.woocommerce.widget_layered_nav .count {
  float: right;
  color: #6c6c6c;
}
.widget.woocommerce.widget_product_categories .children {
  margin: 12px 0 0 0;
  padding-left: 25px;
  border-top: 1px dotted #cfcfcf;
}
.widget.woocommerce.widget_product_categories .children li:last-of-type {
  border-bottom: 0;
}
.widget.woocommerce.widget_product_categories li {
  padding: 12px 0;
  color: #152639;
  list-style-type: disc;
  list-style-position: inside;
  border-bottom: 1px dotted #cfcfcf;
}
.widget.woocommerce.widget_product_categories li.cat-parent {
  padding-bottom: 0;
}
.widget.woocommerce.widget_product_categories a {
  color: #6c6c6c;
  padding: 12px 0;
}
.widget.woocommerce.widget_product_categories a:hover {
  color: #152639;
}
.widget.woocommerce.widget_product_categories .count {
  float: right;
  color: #6c6c6c;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.widget.woocommerce.widget_price_filter .price_slider {
  background: #152639;
  height: 1px;
  position: relative;
  text-align: left;
  margin: 15px 7.5px;
}
.widget.woocommerce.widget_price_filter .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 1px;
  background: #152639;
}
.widget.woocommerce.widget_price_filter .ui-slider-handle {
  top: -7.5px;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #152639;
  cursor: col-resize;
  margin-left: -7.5px;
  border-radius: 50%;
}
.widget.woocommerce.widget_price_filter .price_slider_amount {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.widget.woocommerce.widget_price_filter .price_slider_amount button {
  display: inline-block;
  border: 0;
  background: #000000;
  color: #ffffff;
  padding: 5px 10px;
  cursor: pointer;
  margin-right: 10px;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
  display: inline-block;
  color: #999999;
}
.widget.woocommerce.widget_top_rated_products li,
.widget.woocommerce.widget_products li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.widget.woocommerce.widget_top_rated_products li a:hover,
.widget.woocommerce.widget_products li a:hover {
  text-decoration: underline;
}
.widget.woocommerce.widget_top_rated_products li > a,
.widget.woocommerce.widget_products li > a {
  float: left;
  margin-right: 15px;
}
.widget.woocommerce.widget_top_rated_products li img,
.widget.woocommerce.widget_products li img {
  border: 1px solid #e8e8e8;
  max-width: 100px;
  max-height: 115px;
}
.widget.woocommerce.widget_top_rated_products .product-content,
.widget.woocommerce.widget_products .product-content {
  max-width: 150px;
  float: left;
}
.widget.woocommerce.widget_top_rated_products .product-content > a,
.widget.woocommerce.widget_products .product-content > a {
  color: #333333;
  font-weight: 700;
}
.widget.woocommerce.widget_top_rated_products .product-price,
.widget.woocommerce.widget_products .product-price {
  float: left;
  width: 100%;
  font-size: 26px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #14f1e4;
  margin-top: 10px;
  margin-bottom: 5px;
}
.widget.woocommerce.widget_recent_reviews .reviewer,
.widget.woocommerce.widget_recent_reviews .star-rating {
  display: block;
}
.widget.woocommerce.widget_recent_reviews .star-rating {
  margin: 10px 0;
}
.widget.woocommerce.widget_recent_reviews a {
  margin-right: 15px;
  color: #333;
}
.widget.woocommerce.widget_recent_reviews a:hover {
  text-decoration: underline;
}
.widget.woocommerce.widget_recent_reviews li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.widget.woocommerce.widget_recent_reviews img {
  max-width: 100px;
  min-height: 115px;
  border: 1px solid #e8e8e8;
  float: left;
  margin-right: 15px;
}
/* pagination */
.woocommerce-pagination {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
}
.woocommerce-pagination li {
  float: none;
  display: inline-block;
}
/* shop single------------------------------------------------------------------------------*/
.woo_single {
  position: relative;
}
.woo_single .onsale {
  position: absolute;
  right: 0;
  background: #14f1e4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woo_single .woo-wrap-content .products {
  margin: 0;
}
.woo_single .woo-wrap-content .product:not(.row) {
  margin: 0;
}
.woo_single .woo-wrap-content .product.row {
  margin-bottom: 0;
}
/* single image preview */
.woo_single_img .thumbnails {
  float: left;
  width: 100%;
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.woo_single_img .thumbnails a {
  margin-right: 19px;
}
.woo_single_img .thumbnails img {
  max-width: 78px;
  max-height: 104px;
}
.woo_single_img .thumbnails .slick-arrow {
  cursor: pointer;
  border: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 29px;
  height: 29px;
  text-align: center;
  display: flex;
  font-size: 0;
  justify-content: center;
  position: absolute;
  z-index: 2;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woo_single_img .thumbnails .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.35);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woo_single_img .thumbnails .slick-arrow:before {
  font-family: "ionicons";
  color: #ffffff;
  font-size: 18px;
}
.woo_single_img .thumbnails .slick-arrow.slick-next {
  right: 0;
}
.woo_single_img .thumbnails .slick-arrow.slick-next:before {
  content: "\f3d1";
}
.woo_single_img .thumbnails .slick-arrow.slick-prev {
  left: 0;
}
.woo_single_img .thumbnails .slick-arrow.slick-prev:before {
  content: "\f3cf";
}
.woo_single_img .thumbnails .slick-arrow.slick-disabled {
  cursor: default;
  background: rgba(0, 0, 0, 0.35);
}
/* sumary */
.woo_single_sumary {
  text-align: left;
  /* select color etc */
}
.woo_single_sumary .product_title {
  font-size: 27px;
  color: #152639;
  margin-top: 0;
}
.woo_single_sumary .woocommerce-product-rating .woocommerce-review-link {
  color: #000000;
}
.woo_single_sumary .woocommerce-product-rating .woocommerce-review-link:hover {
  text-decoration: underline;
}
.woo_single_sumary .woo_single_description {
  float: left;
  width: 100%;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 30px 0;
}
.woo_single_sumary .woo_single_description p {
  margin-bottom: 0;
}
.woo_single_sumary .cart {
  float: left;
  width: 100%;
}
.woo_single_sumary .cart .quantity {
  display: inline-block;
  margin-right: 20px;
}
.woo_single_sumary .cart .quantity input {
  width: 120px;
  height: 50px;
  border: 1px solid #e8e8e8;
  padding-left: 25px;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #152639;
}
.woo_single_sumary .cart button {
  display: inline-block;
  border: 1px solid #152639;
  cursor: pointer;
  background: #152639;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  width: 200px;
  height: 50px;
  justify-content: center;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woo_single_sumary .cart button:focus,
.woo_single_sumary .cart button:hover {
  background: #ffffff;
  color: #152639;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woo_single_sumary .product_meta {
  float: left;
  width: 100%;
  margin-top: 30px;
  color: #6c6c6c;
}
.woo_single_sumary .product_meta a {
  color: #000000;
}
.woo_single_sumary .product_meta a:hover {
  text-decoration: underline;
}
.woo_single_sumary .variations td {
  vertical-align: middle;
}
.woo_single_sumary .variations select {
  display: inline-block;
  margin-right: 10px;
  border-radius: 0;
  height: 40px;
  padding: 0 10px;
}
.woo_single_sumary .variations .reset_variations {
  color: #000000;
}
.woo_single_sumary .variations .reset_variations:hover {
  text-decoration: underline;
}
/* tabs */
.woocommerce-tabs {
  float: left;
  width: 100%;
  margin: 70px 0;
  text-align: left;
}
.woocommerce-tabs .wc-tabs {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
.woocommerce-tabs .wc-tabs li {
  display: inline-block;
  position: relative;
  bottom: -1px;
}
.woocommerce-tabs .wc-tabs li.active {
  border-bottom: 2px solid #14f1e4;
}
.woocommerce-tabs .wc-tabs li.active a {
  color: #14f1e4;
}
.woocommerce-tabs .wc-tabs a {
  color: #152639;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding: 20px;
  display: inline-block;
}
.woocommerce-tabs .wc-tabs a:hover {
  color: #14f1e4;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  float: left;
  width: 100%;
  padding: 30px 20px;
}
/* comment list */
/* must be login */
.comment-form-author,
.comment-form-email {
  margin-bottom: 20px !important;
}
.comment-form-author label,
.comment-form-email label {
  float: left;
  width: 100%;
}
.comment-form-author input,
.comment-form-email input {
  float: left;
  width: 100%;
  max-width: 370px;
  height: 40px;
  border: 1px solid #e8e8e8;
  padding: 0 20px;
}
.comment {
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.comment:last-of-type {
  border-bottom: 0;
}
.comment_container {
  position: relative;
}
.comment_container img {
  position: absolute;
  left: 0;
  max-width: 60px;
}
.comment_container .comment-text {
  margin: 0 0 0 100px;
}
#review_form_wrapper {
  margin-top: 30px;
  border-top: 2px solid #000000;
}
#review_form_wrapper .comment-form {
  float: left;
  width: 100%;
}
#review_form_wrapper .comment-form p {
  float: left;
  width: 100%;
  margin: 0;
}
#review_form_wrapper .comment-form .stars > span:hover a:before {
  content: "\e020";
}
#review_form_wrapper .comment-form .stars.selected a.active:before {
  content: "\e020";
}
#review_form_wrapper .comment-form .stars.selected a.active ~ a:before {
  content: "\e021";
}
#review_form_wrapper .comment-form .stars.selected a:not(.active):before {
  content: "\e020";
}
#review_form_wrapper .comment-form .stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  color: #eecf23;
}
#review_form_wrapper .comment-form .stars a:hover ~ a:before {
  content: "\e021";
}
#review_form_wrapper .comment-form .stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  text-indent: 0;
  content: "\e021";
}
#review_form_wrapper .comment-form #comment {
  float: left;
  width: 100%;
  border: 1px solid #e8e8e8;
  margin: 20px 0;
  padding: 10px;
}
#review_form_wrapper .comment-form #comment:focus {
  border-color: #000000;
}
#review_form_wrapper .comment-form input[type="submit"] {
  width: 130px;
  height: 40px;
  background: #152639;
  border: 1px solid #152639;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#review_form_wrapper .comment-form input[type="submit"]:hover,
#review_form_wrapper .comment-form input[type="submit"]:focus {
  background: #ffffff;
  color: #152639;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* related product */
.related.products > h2 {
  font-size: 22px;
  margin-bottom: 60px;
}
/* shop cart------------------------------------------------------------------------------*/
.shop_table {
  float: left;
  width: 100%;
  margin: 0;
}
.shop_table th {
  background: inherit;
  color: inherit;
}
.woo_cart {
  float: left;
  width: 100%;
}
.woo_cart .shop_table.cart {
  border-left: 0;
  border-top: 0;
}
.woo_cart .shop_table.cart * {
  color: #152639;
}
.woo_cart .shop_table.cart a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}
.woo_cart .shop_table.cart a.remove:hover {
  color: #ff0000;
}
.woo_cart .shop_table.cart a:not(.remove):hover {
  text-decoration: underline;
}
.woo_cart .shop_table.cart tr th {
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
}
.woo_cart .shop_table.cart tr td,
.woo_cart .shop_table.cart tr th {
  border-left: 0;
  border-right: 0;
}
.woo_cart .shop_table.cart tr td:first-of-type,
.woo_cart .shop_table.cart tr th:first-of-type {
  width: 50px;
}
.woo_cart .product-thumbnail img {
  border: 1px solid #ccc;
  max-width: 100px;
}
.woo_cart .product-quantity input {
  width: 100px;
  height: 40px;
  padding-left: 15px;
  color: #152639;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
}
.woo_cart .actions label {
  margin-right: 10px;
  float: left;
  line-height: 50px;
}
.woo_cart .actions input[type="text"] {
  width: 200px;
  height: 50px;
  border: 1px solid #ccc;
  margin-right: 15px;
  padding: 0 15px;
  float: left;
}
.woo_cart .actions input[type="submit"] {
  width: 150px;
  height: 50px;
  background: #ffffff;
  color: #152639;
  cursor: pointer;
  border: 1px solid #152639;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 15px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woo_cart .actions input[type="submit"]:hover,
.woo_cart .actions input[type="submit"]:focus {
  background: #152639;
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woo_cart .coupon {
  float: left;
}
.woo_cart .coupon ~ .button {
  display: inline-block;
}
.woo_cart .cart-collaterals {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.woo_cart .cart-collaterals h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}
.woo_cart .cart-collaterals .wc-proceed-to-checkout {
  float: right;
  margin-top: 20px;
}
.woo_cart .cart-collaterals .wc-proceed-to-checkout a {
  color: #000000;
}
.woo_cart .cart-collaterals .wc-proceed-to-checkout a:hover {
  text-decoration: underline;
}
.woo_cart .cross-sells {
  float: left;
  width: 100%;
}
.woo_cart .cart_totals {
  float: left;
  width: 100%;
}
/* shop checkout------------------------------------------------------------------------------*/
.woocommerce-checkout li {
  list-style: none;
}
.woocommerce-checkout #main {
  margin-bottom: 100px;
}
.woocommerce-checkout .woocommerce-info {
  color: #6c6c6c;
}
.woocommerce-checkout .woocommerce-info a {
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-info a.showlogin {
  color: #eecf23;
}
.woocommerce-checkout .woocommerce-info a.showcoupon {
  color: #14f1e4;
}
.woocommerce-checkout .woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-checkout .login,
.woocommerce-checkout .checkout_coupon {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.woocommerce-checkout .login p,
.woocommerce-checkout .checkout_coupon p {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.woocommerce-checkout .login .form-row label,
.woocommerce-checkout .checkout_coupon .form-row label {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.woocommerce-checkout .login .form-row input:not([type="checkbox"]):not([type="submit"]),
.woocommerce-checkout .checkout_coupon .form-row input:not([type="checkbox"]):not([type="submit"]) {
  float: left;
  width: 100%;
  max-width: 370px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
}
.woocommerce-checkout .login .form-row input[type="submit"],
.woocommerce-checkout .checkout_coupon .form-row input[type="submit"] {
  width: -webkit-calc(370px / 3);
  width: -moz-calc(370px / 3);
  width: -o-calc(370px / 3);
  width: calc(370px / 3);
  height: 40px;
  background: #ffffff;
  color: #152639;
  border: 1px solid #152639;
  margin-top: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-checkout .login .form-row input[type="submit"]:hover,
.woocommerce-checkout .checkout_coupon .form-row input[type="submit"]:hover,
.woocommerce-checkout .login .form-row input[type="submit"]:focus,
.woocommerce-checkout .checkout_coupon .form-row input[type="submit"]:focus {
  background: #152639;
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-checkout .login .form-row .inline,
.woocommerce-checkout .checkout_coupon .form-row .inline {
  font-size: 13px;
}
.woocommerce-checkout .login .lost_password a,
.woocommerce-checkout .checkout_coupon .lost_password a {
  color: #000000;
}
.woocommerce-checkout .login .lost_password a:hover,
.woocommerce-checkout .checkout_coupon .lost_password a:hover {
  text-decoration: underline;
}
.woocommerce-checkout #customer_details {
  float: left;
  width: 100%;
  max-width: -webkit-calc(100% - 400px);
  max-width: -moz-calc(100% - 400px);
  max-width: -o-calc(100% - 400px);
  max-width: calc(100% - 400px);
  margin-right: 30px;
}
.woocommerce-checkout .woocommerce-billing-fields {
  float: left;
  width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields > h3 {
  font-size: 24px;
}
.woocommerce-checkout .woocommerce-billing-fields p {
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row {
  float: left;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row label {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #152639;
  margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row input:not([type="checkbox"]) {
  float: left;
  width: 100%;
  height: 50px;
  border: 1px solid #f3f3f3;
  background: #f9f9f9;
  padding: 0 15px;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row input:not([type="checkbox"]):focus {
  border-color: #ccc;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row.form-row-first {
  width: -webkit-calc((100% - 30px) / 2);
  width: -moz-calc((100% - 30px) / 2);
  width: -o-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row.form-row-last {
  width: -webkit-calc((100% - 30px) / 2);
  width: -moz-calc((100% - 30px) / 2);
  width: -o-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 2);
}
.woocommerce-checkout .woocommerce-billing-fields .form-row.form-row-wide {
  width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields .create-account {
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-checkout .woocommerce-billing-fields .create-account input {
  margin: 0 5px 0 0;
}
.woocommerce-checkout .woocommerce-billing-fields .create-account label {
  margin: 0;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-container {
  float: left;
  width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-container .select2-choice {
  padding: 0 15px;
  line-height: 50px;
  border-radius: 0;
  height: 50px;
  background: #f9f9f9;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-container .select2-choice:focus {
  border-color: #ccc;
}
.woocommerce-checkout .woocommerce-shipping-fields {
  float: left;
  width: 100%;
}
.woocommerce-checkout .woocommerce-shipping-fields > h3 {
  font-size: 24px;
  color: #152639;
}
.woocommerce-checkout .woocommerce-shipping-fields #order_comments_field label {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-shipping-fields #order_comments_field textarea {
  float: left;
  width: 100%;
  padding: 10px;
  height: 90px;
  background: #f9f9f9;
  border: 1px solid #f3f3f3;
}
.woocommerce-checkout .woocommerce-shipping-fields #order_comments_field textarea:focus {
  border-color: #ccc;
}
.woocommerce-checkout #order_review_heading {
  clear: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 0;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  float: left;
  width: 100%;
  max-width: 370px;
  background: #f3f3f3;
}
.woocommerce-checkout #order_review .shop_table {
  padding: 0 30px;
  border: 0;
}
.woocommerce-checkout #order_review .shop_table th,
.woocommerce-checkout #order_review .shop_table td {
  border-left: 0;
  border-right: 0;
  padding-left: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  float: left;
  width: 100%;
}
.woocommerce-checkout .payment_methods {
  float: left;
  width: 100%;
  margin: 20px 0;
  padding: 0 30px;
}
.woocommerce-checkout .payment_methods img {
  margin-right: 7px;
  margin-left: 5px;
}
.woocommerce-checkout #place_order {
  float: left;
  width: 100%;
  background: #14f1e4;
  height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  border: 1px solid #14f1e4;
  cursor: pointer;
  text-transform: uppercase;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #place_order:focus {
  background: #ffffff;
  color: #14f1e4;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* shop order review (thank you)------------------------------------------------------------------------------*/
.woocommerce-order-received h1,
.woocommerce-order-received h2,
.woocommerce-order-received h3,
.woocommerce-order-received h4,
.woocommerce-order-received h5,
.woocommerce-order-received h6 {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #152639;
}
.woocommerce-order-received .shop_table a {
  color: #000000;
}
.woocommerce-order-received .shop_table a:hover {
  text-decoration: underline;
}
/* shop account-----------------------------------------------------------------------------*/
.woocommerce-account #main {
  margin-bottom: 100px;
}
.woocommerce-account li {
  list-style: none;
}
.woocommerce-account .woocommerce-info {
  color: #6c6c6c;
}
.woocommerce-account .woocommerce-info a {
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-info a.showlogin {
  color: #eecf23;
}
.woocommerce-account .woocommerce-info a.showcoupon {
  color: #14f1e4;
}
.woocommerce-account .woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-account .login,
.woocommerce-account .checkout_coupon {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.woocommerce-account .login p,
.woocommerce-account .checkout_coupon p {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.woocommerce-account .login .form-row label,
.woocommerce-account .checkout_coupon .form-row label {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.woocommerce-account .login .form-row input:not([type="checkbox"]):not([type="submit"]),
.woocommerce-account .checkout_coupon .form-row input:not([type="checkbox"]):not([type="submit"]) {
  float: left;
  width: 100%;
  max-width: 370px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
}
.woocommerce-account .login .form-row input[type="submit"],
.woocommerce-account .checkout_coupon .form-row input[type="submit"] {
  width: -webkit-calc(370px / 3);
  width: -moz-calc(370px / 3);
  width: -o-calc(370px / 3);
  width: calc(370px / 3);
  height: 40px;
  background: #ffffff;
  color: #152639;
  border: 1px solid #152639;
  margin-top: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-account .login .form-row input[type="submit"]:hover,
.woocommerce-account .checkout_coupon .form-row input[type="submit"]:hover,
.woocommerce-account .login .form-row input[type="submit"]:focus,
.woocommerce-account .checkout_coupon .form-row input[type="submit"]:focus {
  background: #152639;
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-account .login .form-row .inline,
.woocommerce-account .checkout_coupon .form-row .inline {
  font-size: 13px;
}
.woocommerce-account .login .lost_password a,
.woocommerce-account .checkout_coupon .lost_password a {
  color: #000000;
}
.woocommerce-account .login .lost_password a:hover,
.woocommerce-account .checkout_coupon .lost_password a:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-navigation li,
.woocommerce-account .woocommerce-MyAccount-content li {
  display: inline-block;
  margin-right: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-content li.is-active a {
  color: #000000;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content {
  margin-top: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row {
  float: left;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row label {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #152639;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row input:not([type="checkbox"]) {
  float: left;
  width: 100%;
  height: 50px;
  border: 1px solid #f3f3f3;
  background: #f9f9f9;
  padding: 0 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row input:not([type="checkbox"]):focus {
  border-color: #ccc;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row.form-row-first {
  width: -webkit-calc(calc((100% - 30px) / 2));
  width: -moz-calc(calc((100% - 30px) / 2));
  width: -o-calc(calc((100% - 30px) / 2));
  width: calc(calc((100% - 30px) / 2));
  margin-right: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row.form-row-last {
  width: -webkit-calc(calc((100% - 30px) / 2));
  width: -moz-calc(calc((100% - 30px) / 2));
  width: -o-calc(calc((100% - 30px) / 2));
  width: calc(calc((100% - 30px) / 2));
}
.woocommerce-account .woocommerce-MyAccount-content .form-row.form-row-wide {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"] {
  width: 185px;
  height: 50px;
  background: #ffffff;
  color: #152639;
  border: 1px solid #152639;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"]:hover,
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"]:focus {
  background: #152639;
  color: #ffffff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* clearfix product */
.product.col-md-3:nth-child(4n+1) {
  clear: both;
}
.product.col-md-4:nth-child(3n+1) {
  clear: both;
}
.proresp {
  display: inline-block;
}
/* RESPONSIVE ***********************************************************/
@media (max-width: 991px) {
  /*woo*/
  .woocommerce-checkout #customer_details {
    max-width: 100%;
    margin-right: 0;
  }
  .woocommerce-checkout #order_review_heading {
    margin-top: 30px;
  }
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    max-width: 100%;
  }
  .woocommerce-checkout .woocommerce-billing-fields .form-row {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .woocommerce-account .woocommerce-MyAccount-content .form-row {
    width: 100% !important;
    margin-right: 0 !important;
  }
  #main {
    /*woocommerce*/
    /*end woocommcer*/
  }
  #main.woo_single .single-proresp {
    width: 100%;
    max-width: 750px;
    position: relative;
    margin: 0 auto 30px auto;
  }
  #main.woo_single .proresp {
    margin: 0 auto 30px auto;
  }
  #main .proresp {
    max-width: 370px;
    margin: 0 auto;
  }
  #main .woocommerce-pagination {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #main {
    /*woocommerce*/
  }
  #main .woo-top-content {
    display: block;
  }
  #main .shop_table_responsive.cart thead {
    display: none;
  }
  #main .shop_table_responsive.cart .cart_item {
    display: block;
  }
  #main .shop_table_responsive.cart tr {
    display: block;
  }
  #main .shop_table_responsive.cart td {
    display: block;
    text-align: right;
    width: 100%;
    padding: 1em 0;
  }
  #main .shop_table_responsive.cart td.product-remove:before,
  #main .shop_table_responsive.cart td.product-thumbnail:before,
  #main .shop_table_responsive.cart td.actions:before {
    content: none;
  }
  #main .shop_table_responsive.cart td.product-remove {
    text-align: left;
  }
  #main .shop_table_responsive.cart td.product-remove a {
    color: #ff0000;
  }
  #main .shop_table_responsive.cart td.actions {
    border-bottom: 0;
  }
  #main .shop_table_responsive.cart td.actions .coupon {
    float: left;
    width: 100%;
  }
  #main .shop_table_responsive.cart td.actions input {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  #main .shop_table_responsive.cart td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
}
@media (max-width: 520px) {
  #main {
    /*woocommerce*/
  }
  #main.woo_single table {
    table-layout: auto;
  }
  #main.woo_single .cart button {
    width: auto;
  }
}
@media (max-width: 991px) {
  .consult-header {
    /*minicart*/
  }
  .consult-header .wrap-header-mini-cart {
    display: none;
  }
  .consult-header .consult-top-action .consult-search-btn,
  .consult-header .consult-top-action .consult-search-btn:hover,
  .consult-header .consult-top-action .search-btn-header-style-2,
  .consult-header .consult-top-action .search-btn-header-style-2.close-btn-form-style-2 {
    background: #000000 !important;
    color: #ffffff;
  }
  .consult-header .menu-collapser {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    order: 2;
    right: 60px;
    height: 100%;
  }
  .consult-header .collapse-button {
    position: absolute;
    right: 0;
    top: 50%;
    color: #000000;
    font-size: 20px;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .consult-header .consult-wrap-menu {
    background: #ffffff;
    position: absolute;
    overflow: hidden;
    width: 100%;
    display: none;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  }
  .consult-header .consult-wrap-menu.collapsed {
    display: block;
    top: 100%;
    right: 0;
    padding: 0 15px;
    text-align: left;
  }
  .consult-header .consult-wrap-menu.collapsed .menu-item-has-mega-menu {
    position: relative;
  }
  .consult-header .consult-wrap-menu.collapsed .menu-item-has-icon a:before {
    margin-right: 7px;
  }
  .consult-header .consult-wrap-menu.collapsed a {
    padding: 0;
  }
  .consult-header .consult-primary-menu {
    float: left;
    width: 100%;
  }
  .consult-header .consult-primary-menu .sub-toggle {
    width: 14px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .consult-header .consult-primary-menu .sub-toggle.expanded:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .consult-header .consult-primary-menu .sub-toggle:before {
    content: "\f3d3";
    font-family: "ionicons";
    position: absolute;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .consult-header .consult-primary-menu .has-submenu {
    position: relative;
  }
  .consult-header .consult-primary-menu li {
    list-style: none;
  }
  .consult-header .consult-primary-menu li a {
    text-transform: capitalize;
    line-height: 36px;
    padding: 0 10px;
    display: block;
    border-bottom: 1px solid #eaeaea;
    z-index: 2;
    font-size: 13px !important;
    color: #000000 !important;
  }
}
@media (max-width: 1400px) {
  #main .consult-service-box-carousel .slick-arrow.slick-next,
  #main .consult-feature-box-carousel .slick-arrow.slick-next {
    right: -60px;
  }
  #main .consult-service-box-carousel .slick-arrow.slick-prev,
  #main .consult-feature-box-carousel .slick-arrow.slick-prev {
    left: -60px;
  }
}
@media (max-width: 1300px) {
  #main {
    /*services*/
  }
  #main .consult-service-box-carousel .sbc-item {
    max-width: inherit;
  }
  #main .consult-testi-box .owl-controls {
    top: inherit;
    right: 0;
    bottom: 40px;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    transform: inherit;
  }
  #main .consult-testi-box.testi-style-2 .owl-controls {
    bottom: -30px;
  }
  #main .consult-testi-box.testi-style-3 .owl-controls {
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .consult-box-header .mega-menu {
    width: 1170px;
  }
  .feature-img img {
    width: 100%;
  }
  #main .consult-service-single-box .col-md-6:nth-child(3n+3) {
    clear: both;
  }
}
@media (max-width: 1199px) {
  #main {
    /*vc tabs*/
    /*masonry*/
  }
  #main .consult-wrap-map .consult-contact-map-box-right {
    margin-right: -webkit-calc((100% - 940px) / 2);
    margin-right: -moz-calc((100% - 940px) / 2);
    margin-right: -o-calc((100% - 940px) / 2);
    margin-right: calc((100% - 940px) / 2);
  }
  #main .consult-wrap-map .consult-contact-map-box-left {
    margin-left: -webkit-calc((100% - 940px) / 2);
    margin-left: -moz-calc((100% - 940px) / 2);
    margin-left: -o-calc((100% - 940px) / 2);
    margin-left: calc((100% - 940px) / 2);
  }
  #main .vc_tta.vc_general .vc_tta-tab {
    display: inherit;
  }
  #main .consult-service-box-carousel h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #main .consult-service-box-carousel .sbc-title {
    font-size: 16px;
    white-space: nowrap;
  }
  #main .blog-related-post .control-post-desc {
    max-width: 100%;
  }
  #main .blog-related-post .prev-post {
    width: 100%;
    padding-right: 0;
  }
  #main .blog-related-post .prev-post + .next-post {
    margin-top: 30px;
  }
  #main .blog-related-post .next-post {
    width: 100%;
    float: left;
    padding-left: 0;
  }
  #main .blog-masonry-item {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: -o-calc(100% / 2);
    width: calc(100% / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .consult-header .consult-wrap-menu .consult-primary-menu > li > a {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .fancybox-inner {
    height: auto !important;
  }
  .search-no-results .page-search .search-form {
    display: none;
  }
  #main {
    /*disable parallax*/
  }
  #main .consult-counter-box {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  #main .consult-counter-box .counter-img {
    margin-right: 0;
    margin-bottom: 25px;
    height: 80px;
  }
  #main .consult-counter-box .counter-img img {
    max-height: 100%;
  }
  #main .sc-blog-item {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 30px auto;
  }
  #main .consult-wrap-map .consult-contact-map-box-right {
    margin-right: -webkit-calc((100% - 720px) / 2);
    margin-right: -moz-calc((100% - 720px) / 2);
    margin-right: -o-calc((100% - 720px) / 2);
    margin-right: calc((100% - 720px) / 2);
  }
  #main .consult-wrap-map .consult-contact-map-box-left {
    margin-left: -webkit-calc((100% - 720px) / 2);
    margin-left: -moz-calc((100% - 720px) / 2);
    margin-left: -o-calc((100% - 720px) / 2);
    margin-left: calc((100% - 720px) / 2);
  }
  #main .consult-feature-box-carousel .consult-feature-box {
    float: left;
    margin: 0 15px;
  }
  #main .consult-feature-box {
    float: none;
    max-width: 370px;
    margin: 0 auto 30px auto;
  }
  #main .consult-feature-box .feature-info {
    padding-top: 10px;
    padding-left: 15px;
  }
  #main .consult-service-single-box .consult-service-single-box-item {
    max-width: 270px;
    margin: 0 auto 50px auto;
  }
  #main .consult-team-member-box {
    float: none;
    max-width: 270px;
    margin: 0 auto 30px auto;
  }
  #main .consult-contact-us {
    margin: 0 0 50px 0;
  }
  #main .consult-contact-us [class^="col-md-"] {
    padding: 0;
  }
  #main .vc_parallax-inner.skrollable {
    top: 0 !important;
  }
  .consult-footer-widget .footer-widget-title {
    float: left;
    clear: both;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .wpb_widgetised_column {
    margin-top: 60px;
  }
  .blog .pagination li {
    margin-left: 0;
    margin-right: 10px;
  }
  .blog .navigation {
    float: left;
    width: 100%;
    margin-bottom: 50px;
  }
  .blog .navigation .float-right {
    float: left;
  }
  /*landing*/
  .landing-header-layout-item.flw {
    float: none;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .coming-soon-page .ht-box-cms {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .coming-soon-page .consult-countdown {
    display: block;
  }
  .coming-soon-page .ht-box-cms {
    border: 0;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .coming-soon-page .ht-box-cms:last-of-type {
    margin-bottom: 0;
  }
  .breadcrumb {
    height: auto;
    padding: 20px 0;
  }
  .breadcrumb .page-title {
    font-size: 2em;
  }
  #main {
    /* blog */
    /*masonry*/
  }
  #main .theme-brand-logo button {
    opacity: 1;
  }
  #main .consult-wrap-map .consult-contact-map-box {
    display: none;
  }
  #main .blog-post-date {
    position: static;
    width: auto;
    float: left;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #main .blog-post-box-date-circle {
    min-width: 90px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  #main .blog-post-sumary {
    padding-left: 0;
  }
  #main .consult-comment-related {
    padding-left: 0;
  }
  #main .blog-post-under-date {
    float: none;
    width: inherit;
  }
  #main blockquote {
    padding: 20px 10px 20px 50px;
  }
  #main blockquote p {
    font-size: 14px;
  }
  #main blockquote:before {
    left: 15px;
    top: 50px;
  }
  #main th,
  #main td {
    word-break: break-word;
  }
  #main .blog-masonry-item {
    width: 100%;
  }
  #main .consult-contact-form-7-1 {
    padding: 15px;
  }
  #main .consult-contact-form-7-1 .wpcf7-form-control-wrap {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  #main .consult-contact-form-7-1 input {
    width: 100%;
  }
  #main .ht-job-box .job-item {
    display: block;
  }
  #main .ht-job-box .job-title-btn {
    margin-top: 10px;
  }
  #main .ht-job-box .job-list {
    margin: 10px 0;
  }
  #main .ht-job-box .job-list span {
    width: 100%;
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  #main .finazi-timeline-box:after {
    content: none;
  }
  #main .finazi-timeline-box .finazi-timeline-item {
    padding: 0 15px 15px 15px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: calc(100% - 30px);
    float: right !important;
    text-align: left !important;
  }
  #main .finazi-timeline-box .finazi-timeline-item:before {
    left: -30px !important;
  }
}
@media (max-width: 520px) {
  #main .consult-feature-box.feature-style-1:hover .feature-content {
    height: 60%;
  }
  #main .consult-feature-box .feature-content {
    left: 0;
  }
  #main .feature-content .comment-list .children {
    padding-left: 20px;
  }
  #main .feature-content .comment-list .comment-avatar {
    position: static;
  }
  #main .feature-content .comment-list .comment-content {
    padding-left: 0;
  }
  #main .feature-content .comment-list .comment-author div {
    margin-right: 0;
  }
  #main .consult-testi-box .owl-controls {
    position: static;
    margin-top: 10px;
  }
  #main .consult-testi-box .owl-controls .owl-pagination {
    display: block;
  }
  #main .testi-item {
    display: block;
  }
  #main .testi-author {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #main .testi-author img {
    margin-bottom: 10px;
  }
  #main .testi-author:after {
    content: none;
  }
  #main .testi-content {
    padding: 15px;
  }
  #main .vc_tta.vc_general.vc_tta-style-consult-accordion .vc_tta-panel-body {
    padding: 15px;
  }
  .consult-copy-right {
    position: relative;
    text-align: center;
  }
  .consult-copy-right .container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .consult-copy-right .consult-scroll-to-top {
    position: absolute;
    right: 15px;
    top: -40px;
  }
  .consult-copy-right .consult-scroll-to-top span {
    display: none;
  }
}
