@charset "UTF-8";
/**============================================================
* Theme Name: Seocode (Hi Ha Media custom)
* Version: 1.0.4
* Description: Seocode theme form Haintheme
* Author: Haintheme
* Author URI: http://themeforest.net/user/haintheme
* Theme URI: http://haintheme.com
* Text Domain: seocode
* 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: 1175px;
  }
}
.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;
  background: #ffffff;
}
*,
*: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;
  word-break: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
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,
textarea {
  overflow: auto;
}
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: 'Montserrat', sans-serif;
  line-height: 1;
}
button,
input,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  clear: both;
  margin: 25px 0;
  color: #011735;
}
h1 {
  font-size: 48px;
  line-height: 50px;
}
h2 {
  font-size: 42px;
  line-height: 45px;
}
h3 {
  font-size: 36px;
  line-height: 40px;
}
h4 {
  font-size: 24px;
  line-height: 28px;
}
h5 {
  font-size: 20px;
  line-height: 28px;
}
h6 {
  font-size: 18px;
  line-height: 28px;
}
p {
  line-height: 28px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0 0 10px;
  color: #9e9e9e;
  word-break: break-word;
  font-family: 'Open Sans', sans-serif;
}
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 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 50px 0;
  padding-left: 48px;
  position: relative;
  clear: both;
  display: block;
  color: #011735;
}
blockquote:before {
  content: '“';
  font-size: 72px;
  color: #011735;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 0;
  top: 16px;
}
blockquote p {
  color: #011735;
  margin: 0;
}
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.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;
}
thead th {
  background: #011735;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 5px 10px;
}
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: #99a0ac;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
:-moz-placeholder {
  color: #99a0ac;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
::-moz-placeholder {
  color: #99a0ac;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #99a0ac;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
textarea {
  max-width: 100%;
}
a {
  color: #015cff;
  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;
}
/* 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.post {
  position: relative;
  float: left;
  width: 100%;
}
.sticky.post:after {
  content: "\f2a6";
  font-family: "ionicons";
  font-size: 40px;
  position: absolute;
  right: 0;
  top: 0;
  color: #000000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/*gallery post type*/
.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*/
/*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*/
/*border gradient*/
/*left to right*/
/*top to bottom*/
/*background gradient*/
/*theme col*/
.theme-col-item {
  float: left;
}
@media (min-width: 992px) {
  .theme-col-2 .theme-col-item {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: -o-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
  .theme-col-2 .theme-col-item:nth-of-type(2n+3) {
    clear: both;
  }
  .theme-col-2 .theme-col-item:nth-of-type(odd) {
    margin-right: 30px;
  }
  .theme-col-3 .theme-col-item {
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: -o-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
  }
  .theme-col-3 .theme-col-item:nth-of-type(3n+4) {
    clear: both;
  }
  .theme-col-3 .theme-col-item:nth-of-type(3n+2) {
    margin: 0 30px;
  }
  .theme-col-4 .theme-col-item {
    width: -webkit-calc((100% - 90px) / 4);
    width: -moz-calc((100% - 90px) / 4);
    width: -o-calc((100% - 90px) / 4);
    width: calc((100% - 90px) / 4);
  }
  .theme-col-4 .theme-col-item:nth-of-type(4n+5) {
    clear: both;
  }
  .theme-col-4 .theme-col-item:nth-of-type(n+1) {
    margin-right: 30px;
  }
  .theme-col-4 .theme-col-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .theme-col-2 .theme-col-item,
  .theme-col-3 .theme-col-item,
  .theme-col-4 .theme-col-item {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: -o-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
  .theme-col-2 .theme-col-item:nth-of-type(2n+3),
  .theme-col-3 .theme-col-item:nth-of-type(2n+3),
  .theme-col-4 .theme-col-item:nth-of-type(2n+3) {
    clear: both;
  }
  .theme-col-2 .theme-col-item:nth-of-type(odd),
  .theme-col-3 .theme-col-item:nth-of-type(odd),
  .theme-col-4 .theme-col-item:nth-of-type(odd) {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .theme-col-2 .theme-col-item,
  .theme-col-3 .theme-col-item,
  .theme-col-4 .theme-col-item {
    width: 100%;
  }
}
/* III. SKELETON
***********************/
/* V. PART
***********************/
/* loading efftec */
#p-loading {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out 0.3s ease-out;
  -moz-transition: opacity 0.25s ease-in-out 0.3s ease-out;
  -o-transition: opacity 0.25s ease-in-out 0.3s ease-out;
  transition: opacity 0.25s ease-in-out 0.3s ease-out;
}
#p-loading .p-circular {
  -webkit-animation: ht-rotate 2s linear infinite;
  animation: ht-rotate 2s linear infinite;
  height: 100px;
  width: 100px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#p-loading .p-path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: ht-dash 1.5s ease-in-out infinite, ht-color 6s ease-in-out infinite;
  animation: ht-dash 1.5s ease-in-out infinite, ht-color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes ht-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ht-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ht-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes ht-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes ht-color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes ht-color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
/* general setting ======================================================================*/
.header-edit-location {
  position: absolute;
  left: 50px;
  top: 20px;
  z-index: 999;
}
.theme-header {
  position: relative;
}
.theme-topbar {
  float: left;
  width: 100%;
  height: 39px;
}
@media (max-width: 991px) {
  .theme-topbar {
    display: none;
  }
}
.theme-topbar ul {
  margin: 0;
}
.theme-topbar li {
  list-style: none;
}
.theme-topbar .topbar-left {
  line-height: 39px;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.theme-topbar .topbar-left * {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
.theme-topbar .topbar-left li {
  height: 39px;
  display: inline-flex;
  margin-right: 20px;
  align-items: center;
}
.theme-topbar .topbar-left [class^="ion-"],
.theme-topbar .topbar-left [class^="fa-"] {
  font-size: 0;
  line-height: 0;
}
.theme-topbar .topbar-left [class^="ion-"]:before,
.theme-topbar .topbar-left [class^="fa-"]:before {
  font-size: 20px;
  margin-right: 15px;
}
.theme-topbar .topbar-left a:hover {
  text-decoration: underline;
}
.theme-topbar .topbar-right {
  line-height: 39px;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.theme-topbar .topbar-right * {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
.theme-topbar .topbar-right li {
  margin-right: 20px;
  position: relative;
  float: left;
}
.theme-topbar .topbar-right li:last-of-type {
  margin-right: 0;
}
.theme-topbar .topbar-right [class^="ion-"],
.theme-topbar .topbar-right [class^="fa-"] {
  font-size: 0;
  line-height: 0;
}
.theme-topbar .topbar-right [class^="ion-"]:before,
.theme-topbar .topbar-right [class^="fa-"]:before {
  font-size: 20px;
  margin-right: 10px;
}
.theme-topbar .topbar-right .topbar-btn {
  background: #015cff;
  height: 39px;
  padding: 0 13px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-topbar .topbar-right a {
  display: inline-flex;
  height: 39px;
  align-items: center;
}
.theme-topbar .topbar-right a:not(.topbar-btn):hover {
  text-decoration: underline;
}
.topbar-left {
  float: left;
}
.topbar-right {
  float: right;
}
#theme-menu-box {
  position: relative;
  width: 100%;
  float: left;
}
.ht-logo {
  min-width: 100px;
}
.theme-wrap-menu-flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  position: relative;
  z-index: 15;
}
.theme-wrap-primary-menu {
  flex-grow: 1;
  text-align: right;
  z-index: 51;
  /* overflow: hidden;
	.calc(max-width; '100% - 150px'); */
}
.add-menu-suggest {
  color: #252525;
  margin-right: 50px;
}
/*menu*/
.theme-primary-menu li {
  list-style: none;
  font-size: 0;
}
@media (min-width: 992px) {
  .theme-primary-menu > li {
    display: inline-block;
  }
  .theme-primary-menu > li > a {
    font-size: 16px;
    line-height: 115px;
    padding: 0 30px;
    display: block;
    color: #252525;
  }
  .theme-primary-menu > li.current-menu-item > a,
  .theme-primary-menu > li.current-menu-ancestor > a,
  .theme-primary-menu > li.current-menu-parent > a,
  .theme-primary-menu > li.current_page_parent > a,
  .theme-primary-menu > li.current_page_ancestor > a {
    color: #015cff;
  }
  .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 10px;
    margin-left: 0;
    background: #ffffff;
    min-width: 180px;
    text-align: left;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul ul {
    left: 100%;
    top: 0;
  }
  .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul li.menu-item-has-children:after {
    content: "\f3d3";
    font-family: "ionicons" !important;
    font-size: 12px !important;
    top: 17px;
    color: #000000;
    line-height: 1 !important;
    position: absolute;
    right: 10px;
  }
  .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul a {
    display: block;
    line-height: 24px;
    padding: 10px 20px;
  }
  .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul a:hover {
    color: #015cff;
    background: rgba(239, 239, 239, 0.28);
  }
  .theme-primary-menu > li:not(.menu-item-has-mega-menu):hover > a {
    color: #015cff;
  }
  .theme-primary-menu li {
    position: relative;
  }
  .theme-primary-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .theme-primary-menu a {
    color: #4d4d52;
    font-size: 13px;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
  }
}
#ht-btn-search,
.ht-btn-search {
  padding: 0;
  cursor: pointer;
  border: 0;
  background: none;
  color: #252525;
  font-size: 16px;
}
#theme-search-form {
  position: absolute;
  opacity: 1;
  left: 15px;
  right: 15px;
  top: 100%;
  z-index: 50;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#theme-search-form.closed {
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#theme-search-form.closed input {
  pointer-events: none;
}
#theme-search-form input {
  width: 100%;
  height: 100px;
  border: 0;
  background: rgba(0, 0, 0, 0);
  font-size: 80px;
  color: #ffffff;
  font-weight: 700;
}
#theme-search-form input::-webkit-input-placeholder {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
#theme-search-form input:-moz-placeholder {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
#theme-search-form input::-moz-placeholder {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
#theme-search-form input:-ms-input-placeholder {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
/* shoppingcart icon */
.theme-shoping-cart {
  position: relative;
  height: 115px;
  min-width: 70px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-shoping-cart li {
  list-style: none;
}
.theme-shoping-cart:hover .theme-minicart {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.theme-shoping-cart:hover .shopping-cart-icon {
  color: #015cff;
}
.theme-shoping-cart .theme-minicart {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 120%;
  min-width: 240px;
  padding: 10px 15px;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-shoping-cart .theme-minicart .product_list_widget li a {
  display: block;
  font-weight: 700;
}
.theme-shoping-cart .theme-minicart .product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}
.theme-shoping-cart .theme-minicart .mini_cart_item {
  padding: 5px 0 5px 20px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.theme-shoping-cart .theme-minicart .mini_cart_item:hover {
  background: rgba(241, 237, 237, 0.59);
}
.theme-shoping-cart .theme-minicart .mini_cart_item .remove {
  position: absolute;
  left: -5px;
  top: 7px;
  color: #ff0000 !important;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  font-size: 21px;
  text-align: center;
  line-height: 21px;
}
.theme-shoping-cart .theme-minicart .mini_cart_item .remove:hover {
  color: #ffffff !important;
  background-color: #f00;
}
.theme-shoping-cart .theme-minicart .total {
  margin: 15px 0;
}
.theme-shoping-cart .buttons .button {
  width: 49%;
  background: #015cff;
  text-align: center;
  color: #ffffff;
  float: left;
}
.theme-shoping-cart .buttons .button.checkout {
  float: right;
}
.theme-shoping-cart .buttons .button:hover {
  background: #015cff;
  opacity: 0.8;
  color: #ffffff;
}
.shopping-cart-icon {
  font-size: 15px;
  position: relative;
  color: #252525;
}
.shopping-cart-icon:hover {
  color: #015cff;
}
.shopping-cart-icon .counter-cart {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
  width: 15px;
  height: 15px;
  background: #252525;
  color: #ffffff;
  border-radius: 50%;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 15px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*icon menu item*/
.ht-icon-primary-menu {
  margin-right: 5px;
}
/*mega menu*/
@media (min-width: 992px) {
  .theme-primary-menu {
    /*mega menu*/
  }
  .theme-primary-menu .sub-menu {
    border-radius: 4px;
  }
  .theme-primary-menu li.menu-item-has-mega-menu {
    position: static;
  }
  .theme-primary-menu li.menu-item-has-mega-menu:hover > a {
    color: #015cff;
  }
  .theme-primary-menu .mega-menu-row {
    text-align: left;
    width: 100%;
    float: left;
    left: 0;
    margin-left: 0;
    padding: 20px 15px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .theme-primary-menu .mega-menu-row > li {
    width: 25%;
    float: left;
  }
  .theme-primary-menu .mega-menu-row > li > a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    padding: 0 12px;
    margin-bottom: 15px;
    display: block;
  }
  .theme-primary-menu .mega-menu-row > li > a:hover {
    color: #015cff;
  }
  .theme-primary-menu .mega-menu-row li {
    overflow: hidden;
  }
  .theme-primary-menu .mega-menu-row li span {
    color: #b6b6b6;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .theme-primary-menu .mega-menu-row li div {
    line-height: 24px;
    color: #b6b6b6;
    font-size: 12px;
    padding: 5px 10px;
  }
  .theme-primary-menu .mega-menu-row li div p {
    margin-top: 10px;
    color: #b6b6b6;
  }
  .theme-primary-menu .mega-menu-row li ul {
    position: static;
    float: left;
    border: 0;
    width: 100%;
  }
  .theme-primary-menu .mega-menu-row li ul li {
    width: 100%;
    padding: 0 0 0 1px;
  }
  .theme-primary-menu .mega-menu-row .sub-menu {
    margin-left: 0;
    left: 0;
    position: static;
    background: rgba(0, 0, 0, 0);
  }
  .theme-primary-menu .mega-menu-row .sub-menu a {
    display: block;
    padding: 5px 10px;
    color: #4d4d52;
    font-size: 13px;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
  }
  .theme-primary-menu .mega-menu-row .sub-menu a:hover {
    color: #015cff;
  }
  .theme-primary-menu .mega-menu-row .sub-menu a i {
    min-width: 20px;
  }
  .theme-primary-menu .mega-menu-row a {
    border: 0;
  }
  .theme-primary-menu .mega-menu-col li {
    display: inline-block;
    width: 170px;
  }
  .theme-primary-menu .mega-menu-col .sub-menu {
    width: 100%;
  }
  #theme-menu-box .mega-menu {
    width: 1145px;
    position: absolute;
    left: 15px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #theme-menu-box .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;
  }
}
/* breadcrumbs ======================================================================*/
.bread-hide {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.bread-hide .seocode-breadcrumb {
  display: none;
}
.seocode-breadcrumb {
  position: relative;
  z-index: 1;
  height: 570px;
  background: #1e2c60;
  background-position: center center;
  background-size: cover;
  margin-bottom: 100px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title {
  color: inherit;
  margin-bottom: 15px;
}
.bread {
  color: #ffffff;
}
.crumbs {
  color: inherit;
}
.crumbs a {
  color: inherit;
}
.crumbs a:hover {
  color: #015cff;
}
.crumbs span {
  color: inherit;
}
.crumbs span:last-of-type:after {
  content: none;
}
.crumbs span:after {
  content: '»';
  font-style: normal;
  margin-left: 7px;
  margin-right: 5px;
}
.theme-header-text {
  margin-top: 15px;
  color: inherit;
  display: inline-block;
  max-width: 770px;
  line-height: 30px;
  font-size: 16px;
}
/*edit location*/
#bread-edit-location {
  position: relative;
  left: 50px;
}
/*expand header container header 2*/
.wrap-header-layout {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.theme-expand-container {
  width: 100%;
  max-width: -webkit-calc(100% - 100px);
  max-width: -moz-calc(100% - 100px);
  max-width: -o-calc(100% - 100px);
  max-width: calc(100% - 100px);
  margin: 0 auto;
}
/* sticky menu desktop */
@media (min-width: 783px) {
  .logged-in.admin-bar .ht-menu-sticky.ht-sticky {
    top: 32px;
  }
}
.ht-menu-sticky {
  position: fixed;
  top: -100px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.06);
  -moz-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.06);
  box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.06);
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media (max-width: 991px) {
  .ht-menu-sticky {
    display: none;
  }
}
.ht-menu-sticky.ht-sticky {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.ht-menu-sticky.header-layout-1 .theme-shoping-cart {
  height: 65px;
}
.ht-menu-sticky.header-layout-1 .theme-primary-menu > li > a {
  line-height: 65px;
}
.ht-menu-sticky.header-layout-1 .theme-wrap-menu-flex {
  height: 65px;
  min-height: initial;
}
/* sticky menu on mobile */
@media (max-width: 991px) {
  .logged-in.admin-bar #theme-menu-box.mobile-has-sticky.ht-mobile-sticky {
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 32px;
  }
  .logged-in.admin-bar .mobile-has-sticky.ht-mobile-sticky {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.06);
    -moz-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.06);
    box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.06);
  }
  .ht-mobile-menu-box {
    height: 65px;
  }
}
@media (max-width: 782px) {
  .logged-in.admin-bar #theme-menu-box.mobile-has-sticky.ht-mobile-sticky {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in.admin-bar #theme-menu-box.mobile-has-sticky.ht-mobile-sticky {
    top: 0;
  }
}
/*topbar toggle button*/
#topbar-toggle {
  font-family: "ionicons";
  width: 100%;
  background: #000000;
  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;
}
@media (min-width: 992px) {
  #topbar-toggle {
    display: none;
  }
}
/*HEADER LAYOUT 1 ======================================================================*/
.header-layout-1 .theme-topbar {
  background: #0e2040;
}
.header-layout-1 .theme-topbar ul {
  height: 39px;
}
.header-layout-1 #theme-menu-box {
  z-index: 10;
}
.header-layout-1 .theme-wrap-menu-flex {
  /* height: 106px; */
  height: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-layout-1 #theme-menu-box .mega-menu {
    width: 970px;
    left: 0;
  }
}
@media (min-width: 992px) {
  .header-layout-1 .theme-primary-menu > li > a {
    line-height: 106px;
  }
}
/*HEADER LAYOUT 2 ======================================================================*/
.header-layout-2 .theme-topbar {
  background: #dbdeeb;
  color: #011735;
  overflow: hidden;
}
.header-layout-2 .theme-wrap-menu-flex {
  height: 115px;
}
@media (min-width: 992px) {
  .header-layout-2 #theme-menu-box .mega-menu {
    width: 100%;
    left: 0;
  }
}
/*HEADER LAYOUT 3 ======================================================================*/
.header-layout-3 .theme-shoping-cart {
  height: 85px;
}
.header-layout-3 .theme-wrap-menu-flex {
  height: 85px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-layout-3 #theme-menu-box .mega-menu {
    width: 970px;
    left: 0;
  }
}
@media (min-width: 992px) {
  .header-layout-3 .theme-primary-menu > li > a {
    line-height: 85px;
  }
}
/*HEADER LAYOUT 3 ======================================================================*/
.header-layout-4 .theme-shoping-cart {
  height: 96px;
}
.header-layout-4 .theme-wrap-menu-flex {
  height: 98px;
}
.header-layout-4 .theme-wrap-menu-flex {
  border-bottom: 2px solid #59f1ff;
}
@media (min-width: 1200px) {
  .header-layout-4 #theme-menu-box .mega-menu {
    width: 1175px;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-layout-4 #theme-menu-box .mega-menu {
    width: 970px;
    left: 0;
  }
}
@media (min-width: 992px) {
  .header-layout-4 .theme-primary-menu > li > a {
    line-height: 98px;
  }
}
/* DEFAULT BLOG */
select {
  width: 100%;
  height: 36px;
  line-height: 36px;
  float: left;
}
/* POST FORMAT */
.blog-post-cover {
  float: left;
  width: 100%;
  margin-bottom: 34px;
}
.blog-post-info {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.blog-post-info .blog-post-date {
  width: 67px;
  margin-right: 30px;
  float: left;
  border-right: 1px solid #ebebeb;
  min-height: 95px;
  padding-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.blog-post-info .blog-post-date span {
  clear: both;
  display: block;
  font-size: 11px;
  color: #9e9e9e;
  text-transform: uppercase;
  margin-left: 5px;
  line-height: 2;
}
.blog-post-info .blog-post-date span:last-of-type {
  margin-bottom: 0;
}
.blog-post-info .blog-post-date span.date-day {
  line-height: 1;
  margin-left: 0;
  font-size: 36px;
  color: #015cff;
  margin-bottom: 14px;
}
.blog-post-info .blog-post-name {
  float: left;
  min-height: 95px;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: calc(100% - 100px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.blog-post-info .post-cat {
  color: #9e9e9e;
  line-height: 24px;
}
.blog-post-info .post-cat a {
  font-size: 11px;
  color: #9e9e9e;
}
.blog-post-info .post-cat a:hover {
  color: #015cff;
}
.blog-post-info .post-tit {
  margin: 0;
  font-size: 0;
  line-height: initial;
}
.blog-post-info .post-tit a {
  font-size: 30px;
  color: #011735;
}
.blog-post-info .post-tit a:hover {
  color: #015cff;
}
.blog-post-sumary,
.blog-post-single {
  float: left;
  width: 100%;
  line-height: 28px;
  clear: both;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.blog-post-single form input:not([type='submit']):not([type='select']):not([type='checkbox']) {
  width: 200px;
  height: 40px;
  padding: 0 15px;
}
.blog-post-single form input[type='submit'] {
  height: 40px;
  padding: 0 20px;
  cursor: pointer;
  color: #ffffff;
  background: #015cff;
  border: 0;
}
.blog-post-single ul,
.blog-post-single ol,
.blog-post-single li ol,
.blog-post-single li ul {
  padding-left: 20px;
}
.post-author-info {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}
.post-author-info .post-author {
  float: left;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-author-info .author-av img {
  border-radius: 50%;
  margin-right: 20px;
}
.post-author-info .author-name {
  color: #011735;
}
.theme-tags {
  float: left;
  width: 100%;
}
.theme-tags a {
  background: #015cff;
  color: #ffffff;
  padding: 10px 20px;
  margin-right: 6px;
  margin-bottom: 6px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-tags a:hover {
  opacity: .8;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blog-comment-related {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.comment-list .children {
  float: left;
  width: 100%;
  padding-left: 30px;
}
#comments {
  float: left;
  width: 100%;
}
/*post author in blog single*/
.post-author-info-single {
  background: #eff6f8;
  float: left;
  width: 100%;
  margin: 70px 0;
  padding: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 200px;
}
.post-author-info-single .author-av {
  margin-right: 20px;
}
.post-author-info-single .author-av img {
  border-radius: 50%;
}
.post-author-info-single .post-author-detail {
  max-width: 600px;
}
.post-author-info-single .author-name {
  color: #011735;
  display: block;
}
.post-author-info-single .author-desc {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
}
.comment-total-title {
  margin-top: 80px;
  margin-bottom: 70px;
  text-transform: uppercase;
}
.comment-reply-title {
  float: left;
  margin-top: 30px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
}
.comment-item {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.comment-avatar {
  float: left;
}
.comment-avatar img {
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 35px;
}
.comment-content {
  float: left;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: calc(100% - 100px);
}
.comment-author-name {
  font-size: 18px;
  color: #011735;
}
.comment-time {
  color: #9e9e9e;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  clear: both;
}
.comment-text p {
  font-family: 'Open Sans', sans-serif;
}
.comment-edit-link {
  margin-right: 10px;
}
.logged-in-as a:hover,
.comment-reply-link:hover,
.comment-edit-link:hover,
#cancel-comment-reply-link:hover {
  text-decoration: underline;
}
#commentform {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
#commentform textarea {
  float: left;
  width: 100%;
  height: 260px;
  background: #edf7ff;
  border: 0;
  padding: 25px;
  resize: none;
  margin-bottom: 26px;
  color: #99a0ac;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-style: italic;
}
#commentform textarea::-webkit-input-placeholder {
  color: #99a0ac;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#commentform textarea:-moz-placeholder {
  color: #99a0ac;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#commentform textarea::-moz-placeholder {
  color: #99a0ac;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#commentform textarea:-ms-input-placeholder {
  color: #99a0ac;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#commentform textarea + .form-submit input[type="submit"] {
  margin-top: 17px;
}
#commentform input:not([type="submit"]) {
  float: left;
  width: 100%;
  max-width: -webkit-calc((100% / 2) - 15px);
  max-width: -moz-calc((100% / 2) - 15px);
  max-width: -o-calc((100% / 2) - 15px);
  max-width: calc((100% / 2) - 15px);
  background: #edf7ff;
  height: 54px;
  border: 0;
  padding: 0 25px;
  color: #99a0ac;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}
#commentform input:not([type="submit"])#author {
  margin-right: 30px;
}
#commentform input:not([type="submit"])::-webkit-input-placeholder {
  color: #99a0ac;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#commentform input:not([type="submit"]):-moz-placeholder {
  color: #99a0ac;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#commentform input:not([type="submit"])::-moz-placeholder {
  color: #99a0ac;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#commentform input:not([type="submit"]):-ms-input-placeholder {
  color: #99a0ac;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#commentform input[type="submit"] {
  margin-top: 43px;
  background: #015cff;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  width: 161px;
  height: 54px;
  float: left;
  font-size: 13px;
}
.comment-post-pingback {
  float: left;
  width: 100%;
  line-height: 26px;
  margin-bottom: 10px;
}
.comment-post-pingback .comment-edit-link {
  margin-left: 7px;
  text-decoration: none;
}
.comment-post-pingback .comment-edit-link:hover {
  text-decoration: underline;
}
.comment-post-pingback a {
  text-decoration: underline;
}
.comment-post-pingback a:hover {
  text-decoration: none;
}
.comment-post-pingback + .comment-item {
  margin-top: 50px;
}
/*blog pagination*/
.paging-navigation {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}
.paging-navigation li {
  display: inline-block;
  font-size: 0;
  margin-right: 24px;
}
.paging-navigation li:last-of-type {
  margin-right: 0;
}
.paging-navigation a {
  color: #015cff;
  font-size: 18px;
  font-weight: 700;
}
.paging-navigation span {
  font-size: 18px;
  color: #9e9e9e;
  font-weight: 700;
}
/* SIDEBAR */
#seocode-blog-sidebar {
  margin-bottom: 50px;
  /*tag*/
  /*calendar*/
}
#seocode-blog-sidebar a {
  color: #9e9e9e;
}
#seocode-blog-sidebar > .widget > .widget-title {
  margin-top: 0;
}
#seocode-blog-sidebar .widget-title {
  font-size: 16px;
  line-height: 28px;
}
#seocode-blog-sidebar li {
  list-style: none;
  line-height: 40px;
}
#seocode-blog-sidebar li div,
#seocode-blog-sidebar li a {
  line-height: 24px;
}
#seocode-blog-sidebar .widget {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#seocode-blog-sidebar .widget a:hover {
  text-decoration: underline;
}
#seocode-blog-sidebar .widget li,
#seocode-blog-sidebar .widget a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#seocode-blog-sidebar .widget_archive li,
#seocode-blog-sidebar .widget_meta li,
#seocode-blog-sidebar .widget_pages li,
#seocode-blog-sidebar .widget_categories li,
#seocode-blog-sidebar .widget_nav_menu li,
#seocode-blog-sidebar .widget_archive a,
#seocode-blog-sidebar .widget_meta a,
#seocode-blog-sidebar .widget_pages a,
#seocode-blog-sidebar .widget_categories a,
#seocode-blog-sidebar .widget_nav_menu a {
  color: #9e9e9e;
}
#seocode-blog-sidebar .widget_archive .mega-menu-row > li,
#seocode-blog-sidebar .widget_meta .mega-menu-row > li,
#seocode-blog-sidebar .widget_pages .mega-menu-row > li,
#seocode-blog-sidebar .widget_categories .mega-menu-row > li,
#seocode-blog-sidebar .widget_nav_menu .mega-menu-row > li {
  width: 100%;
}
#seocode-blog-sidebar .widget_tag_cloud a {
  font-size: 14px !important;
  background: #015cff;
  color: #ffffff;
  padding: 10px 20px;
  margin-right: 6px;
  margin-bottom: 6px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  font-weight: 400;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#seocode-blog-sidebar .widget_tag_cloud a:hover {
  text-decoration: none;
  opacity: .8;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#seocode-blog-sidebar .widget_calendar caption {
  margin-bottom: 15px;
}
#seocode-blog-sidebar .widget_calendar * {
  word-break: normal;
}
/*blog post with thumbnail*/
.widget_recent_post_thumbnail_item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}
.blog-recent-img {
  margin-right: 15px;
}
.blog-recent-img img {
  max-width: 73px;
}
.widget_recent_post_thumbnail_item dl {
  flex-grow: 1;
  margin: 0;
}
.widget_recent_post_thumbnail_item a {
  color: #011735;
}
.widget_recent_post_thumbnail_item dd {
  margin-bottom: 0;
  font-size: 13px;
  margin-top: 10px;
}
.widget-post-thumbnail-default-img {
  height: 73px;
}
/*end blog post with thumbnail*/
.search-form {
  float: left;
  width: 100%;
  height: 46px;
  position: relative;
}
.search-form label {
  float: left;
  height: 100%;
  position: relative;
  z-index: 3;
  width: -webkit-calc(100% - 46px);
  width: -moz-calc(100% - 46px);
  width: -o-calc(100% - 46px);
  width: calc(100% - 46px);
}
.search-form label:focus {
  width: 90%;
}
.search-form .search-field {
  float: left;
  width: 100%;
  height: 100%;
  border: 0;
  background: #eff6f8;
  padding: 10px;
  border-bottom: 1px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#a013f5), to(#015cff)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #a013f5, #015cff) 100 10%;
  border-image: linear-gradient(to right, #015cff, #a013f5) 1 10%;
  -moz-transition-duration: 2s;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}
.search-form .search-submit {
  height: 100%;
  width: 46px;
  float: left;
  font-size: 0;
  cursor: pointer;
  background: #015cff url(../seocode/images/search.png) no-repeat center center;
  border: 0;
  position: relative;
  z-index: 3;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.search-form .search-submit:hover {
  opacity: 0.9;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* comment pagination */
#comment-nav-above,
#comment-nav-below {
  float: left;
  width: 100%;
}
#comment-nav-above .nav-next a,
#comment-nav-below .nav-next a,
#comment-nav-above .nav-previous a,
#comment-nav-below .nav-previous a {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
#comment-nav-above .nav-next a:hover,
#comment-nav-below .nav-next a:hover,
#comment-nav-above .nav-previous a:hover,
#comment-nav-below .nav-previous a:hover {
  text-decoration: underline;
}
#comment-nav-above .nav-next a:after,
#comment-nav-below .nav-next a:after {
  margin-left: 7px;
  content: "\f3d6";
  font-family: "ionicons";
  display: inline-block;
}
#comment-nav-above .nav-previous a:before,
#comment-nav-below .nav-previous a:before {
  margin-right: 7px;
  content: "\f3d5";
  font-family: "ionicons";
  display: inline-block;
}
/*edit location*/
#footer-edit-location {
  position: absolute;
  top: 20px;
  left: 50px;
}
.seocode-footer {
  background-size: cover;
  position: relative;
  background: #011735;
}
.seocode-footer li {
  list-style: none;
}
/*theme widget*/
.theme-footer-widget {
  padding-top: 90px;
  padding-bottom: 70px;
}
.theme-footer-widget .widget_recent_post_thumbnail_item a {
  color: #ffffff;
}
.theme-footer-widget .widget_recent_post_thumbnail_item dd {
  color: rgba(255, 255, 255, 0.35);
}
.theme-footer-widget .col-md-3:nth-of-type(4n+5) {
  clear: both;
}
.theme-footer-widget .widget_recent_entries {
  margin: 0;
  line-height: initial;
}
.theme-footer-widget .widget_recent_entries li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.theme-footer-widget .widget_recent_entries li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.theme-footer-widget .widget_recent_entries a {
  color: #ffffff;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
}
.theme-footer-widget .widget_recent_entries a:hover {
  text-decoration: underline;
}
.theme-footer-widget .widget_recent_entries span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 28px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  clear: both;
  display: block;
}
.theme-footer-text-widget img {
  float: left;
  margin-bottom: 32px;
}
.theme-footer-text-widget p {
  clear: both;
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.35);
}
.theme-footer-text-widget ul {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.theme-footer-text-widget li {
  display: block;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.75);
}
.theme-footer-text-widget li span {
  margin-right: 15px;
}
.theme-footer-text-widget li span[class*="fa-"],
.theme-footer-text-widget li span[class*="ion-"] {
  font-size: 0;
}
.theme-footer-text-widget li span[class*="fa-"]:before,
.theme-footer-text-widget li span[class*="ion-"]:before {
  font-size: 18px;
}
.theme-footer-text-widget a {
  color: rgba(255, 255, 255, 0.75);
  word-break: break-all;
}
.theme-footer-text-widget a:hover {
  text-decoration: underline;
}
.footer-widget-title {
  color: #ffffff;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 35px;
}
.footer-email-form-widget input {
  float: left;
  width: 100%;
  height: 38px;
  padding: 20px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-style: italic;
  font-size: 11px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.35);
}
.footer-email-form-widget input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.footer-email-form-widget input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.footer-email-form-widget input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.footer-email-form-widget input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.footer-email-form-widget textarea {
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  padding: 20px;
  font-style: italic;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
  resize: none;
  height: 114px;
}
.footer-email-form-widget textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.footer-email-form-widget textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.footer-email-form-widget textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.footer-email-form-widget textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.footer-email-form-widget button {
  width: 161px;
  height: 54px;
  background: #015cff;
  color: #ffffff;
  font-size: 13px;
  float: left;
  margin-top: 12px;
  cursor: pointer;
  border: 0;
}
/*copyright*/
.coppy-right {
  text-align: center;
  background: #001026;
  min-height: 67px;
  color: rgba(255, 255, 255, 0.35);
  font-family: 'Open Sans', sans-serif;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coppy-right a {
  color: #ffffff;
}
/* scroll to top */
.scroll-to-top {
  position: fixed;
  z-index: 990;
  right: 30px;
  bottom: -150px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: rgba(0, 0, 0, 0);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.scroll-to-top:hover {
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.scroll-to-top.scroll-animation {
  bottom: 50px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* vc_empty_space */
.vc_empty_space {
  clear: both;
}
/*custom*/
[class*="vc_custom_"].bg-repeat-x {
  background-repeat: repeat-x !important;
}
[class*="vc_custom_"].bg-top {
  background-position: top !important;
}
[class*="vc_custom_"].bg-bot {
  background-position: bottom !important;
}
[class*="vc_custom_"].bg-bot-right {
  background-position: bottom right !important;
}
[class*="vc_custom_"].bg-gradient-top-to-bottom {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#971afe), to(#035bff));
  background: -webkit-linear-gradient(top, #035bff, #971afe);
}
[class*="vc_custom_"].bd-gradient-left-to-right {
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#24916a), to(#520ea9)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #24916a, #520ea9) 100 10%;
  border-image: linear-gradient(to right, #520ea9, #24916a) 1 10%;
}
.theme-ul li {
  list-style: none;
  line-height: 30px;
  padding-left: 30px;
  position: relative;
}
.theme-ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
  background: -webkit-linear-gradient(45deg, #2246ea 0%, #a812fd 100%);
}
.theme-main-font {
  font-family: 'Montserrat', sans-serif;
}
.theme-list-style-none {
  list-style: none;
}
.theme-list-style-none li {
  margin-bottom: 15px;
}
.theme-list-style-none li strong {
  font-family: 'Montserrat', sans-serif;
}
.theme-list-style-none li span {
  font-family: 'Open Sans', sans-serif;
}
/*progress bar chart*/
.vc_general.vc_progress-bar-color-theme-custom-item {
  background: #07152f;
  border-radius: 0;
  margin-bottom: 50px;
}
.vc_general.vc_progress-bar-color-theme-custom-item:last-of-type {
  margin-bottom: 0;
}
.vc_general.vc_progress-bar-color-theme-custom-item .vc_label {
  padding: 0;
  height: 6px;
  position: relative;
  width: 100%;
  bottom: 34px;
  font-size: 14px;
  font-weight: 700;
}
.vc_general.vc_progress-bar-color-theme-custom-item .vc_label_units {
  position: absolute;
  right: 0;
}
.vc_general.vc_progress-bar-color-theme-custom-item .vc_bar {
  border-radius: 0;
}
/*theme link home 6*/
.theme-menu-link {
  list-style: none;
}
.theme-menu-link li {
  display: inline-block;
  margin: 0 20px;
}
.theme-menu-link a {
  font-size: 16px;
}
/*theme background color tab-tour*/
.vc_general.vc_tta-tabs.vc_tta-style-theme-tour-style .vc_tta-tab {
  background: #015cff;
  margin-bottom: 6px;
}
.vc_general.vc_tta-tabs.vc_tta-style-theme-tour-style .vc_tta-tab:last-of-type {
  margin-bottom: 0;
}
.vc_general.vc_tta-tabs.vc_tta-style-theme-tour-style .vc_tta-tab > a {
  padding: 5px 40px;
}
.vc_general.vc_tta-tabs.vc_tta-style-theme-tour-style .vc_tta-tab .vc_tta-title-text {
  color: #ffffff;
  font-weight: 700;
}
.vc_general.vc_tta-tabs.vc_tta-style-theme-tour-style .vc_tta-panel-body {
  padding: 0 20px;
}
/*gg map*/
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
.wpb_gmaps_widget .wpb_wrapper iframe {
  margin: 0;
}
/*theme slider button*/
.theme-slider-btn {
  padding: 0 35px;
  background: #015cff;
  color: #ffffff;
  line-height: 54px;
  text-decoration: none;
  font-size: 13px;
  display: block;
  border: 0;
  cursor: pointer;
  border-bottom: 3px;
  transition: initial !important;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#b60cfe), to(#0140b1)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #b60cfe, #0140b1) 100 10%;
  border-image: linear-gradient(to right, #0140b1, #b60cfe) 1 10%;
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.theme-slider-btn:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: initial !important;
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.theme-slider-btn-2 {
  background: 0;
  cursor: pointer;
  padding: 0 35px;
  background: #ff0042;
  color: #ffffff;
  line-height: 54px;
  text-decoration: none;
  font-size: 13px;
  display: block;
  border: 0;
  border-bottom: 3px;
  transition: initial !important;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#e30167), to(#c67dff)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #e30167, #c67dff) 100 10%;
  border-image: linear-gradient(to right, #c67dff, #e30167) 1 10%;
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.theme-slider-btn-2:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: initial !important;
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.theme-slider-btn-3 {
  background: 0;
  cursor: pointer;
  padding: 0 35px;
  background: #109d4c;
  color: #ffffff;
  line-height: 54px;
  text-decoration: none;
  font-size: 13px;
  display: block;
  border: 0;
  border-bottom: 3px;
  transition: initial !important;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#046e32), to(#a21ffe)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #046e32, #a21ffe) 100 10%;
  border-image: linear-gradient(to right, #a21ffe, #046e32) 1 10%;
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.theme-slider-btn-3:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: initial !important;
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.theme-slider-btn-4 {
  background: 0;
  cursor: pointer;
  padding: 0 35px;
  background: #ffffff;
  color: #0e2040;
  line-height: 54px;
  text-decoration: none;
  font-size: 13px;
  display: block;
  border: 0;
  border-bottom: 3px;
  transition: initial !important;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#59f1ff), to(#1d7aff)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #59f1ff, #1d7aff) 100 10%;
  border-image: linear-gradient(to right, #1d7aff, #59f1ff) 1 10%;
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.theme-slider-btn-4:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: initial !important;
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.theme-slider-btn-5 {
  background: 0;
  cursor: pointer;
  padding: 0 35px;
  background: #674197;
  color: #ffffff;
  line-height: 54px;
  text-decoration: none;
  font-size: 13px;
  display: block;
  border: 0;
  border-bottom: 3px;
  transition: initial !important;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#25906a), to(#520ea9)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #25906a, #520ea9) 100 10%;
  border-image: linear-gradient(to right, #520ea9, #25906a) 1 10%;
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.theme-slider-btn-5:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: initial !important;
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.theme-slider-btn-6 {
  background: 0;
  cursor: pointer;
  padding: 0 35px;
  background: #ad0ee3;
  color: #ffffff;
  line-height: 54px;
  text-decoration: none;
  font-size: 13px;
  display: block;
  border: 0;
  border-bottom: 3px;
  transition: initial !important;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#b60cfe), to(#0140b1)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #b60cfe, #0140b1) 100 10%;
  border-image: linear-gradient(to right, #0140b1, #b60cfe) 1 10%;
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.theme-slider-btn-6:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: initial !important;
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
/*col-5*/
#theme-col-5 > .vc_col-sm-1 {
  display: none;
}
#theme-col-5 > .vc_col-sm-2 {
  width: 100%;
}
@media (min-width: 993px) {
  #theme-col-5 > .vc_col-sm-2 {
    width: 20%;
  }
}
#theme-col-5 .col5-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#theme-col-5 .col5-img {
  margin-right: 30px;
}
#theme-col-5 .col5-title {
  margin: 0;
  color: #ffffff;
}
#theme-col-5 .col5-text {
  color: #ffffff;
}
@media (max-width: 1890px) {
  #theme-col-5 .col5-title {
    font-size: 14px;
  }
}
@media (min-width: 1140px) and (max-width: 1620px) {
  #theme-col-5 {
    text-align: center;
  }
  #theme-col-5 .col5-box {
    display: block;
    min-height: 160px;
  }
  #theme-col-5 .col5-img {
    margin-right: 0;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1139px) {
  #theme-col-5 > .vc_col-sm-2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #theme-col-5 > .vc_col-sm-2 {
    width: 100%;
  }
}
/*case single*/
.row-padding-content-box {
  position: relative;
}
.row-padding-content-box:before {
  content: '';
  position: absolute;
  left: -40px;
  right: -40px;
  top: -60px;
  bottom: -60px;
  background: inherit;
  display: block;
}
.case-single-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #f1f1f1;
  background: #ffffff;
  padding: 30px;
}
.case-single-img {
  margin-right: 30px;
}
.case-single-title {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
.case-single-text {
  color: #9e9e9e;
}
/* accordion */
.page.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.page.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  position: static;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
}
.page.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
  padding-right: 0;
}
/* clearboth col */
.vc_col-sm-3:nth-of-type(4n+5) {
  clear: both;
}
.vc_col-sm-4:nth-of-type(3n+4) {
  clear: both;
}
@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";
}
.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%);
}
/* 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;
}
.logged-in.admin-bar .search-viewbox {
  top: 32px;
}
.search-viewbox {
  position: fixed;
  border: 0px solid #212fa0;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding: 50px 100px;
  visibility: hidden;
  z-index: 998;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.search-viewbox.search--open {
  background: rgba(18, 23, 56, 0.9);
  visibility: visible;
  opacity: 1;
  z-index: 999;
  border: 20px solid #212fa0;
}
.search-viewbox.search--open .ht-search-form {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.search-viewbox.search--open #ht-search-input {
  visibility: visible;
}
.ht-search-form {
  opacity: 0;
  max-width: 1170px;
  margin: 0 auto;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}
#ht-search-input {
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  height: 250px;
  border: 0;
  color: #d17c78;
  border-bottom: 2px solid #d17c78;
  font-size: 10vw;
}
#ht-btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  border: 0;
  cursor: pointer;
  background: none;
  color: #d17c78;
}
.search-info {
  float: right;
  margin-top: 10px;
  color: #d17c78;
}
@media (max-width: 991px) {
  .theme-wrap-menu-flex .menu-collapser {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    order: 2;
    right: 60px;
    height: 100%;
    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);
  }
  .theme-wrap-menu-flex .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%);
  }
  .theme-wrap-menu-flex .theme-wrap-primary-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);
  }
  .theme-wrap-menu-flex .theme-wrap-primary-menu.collapsed {
    display: block;
    top: 100%;
    right: 0;
    padding: 0 15px;
    text-align: left;
  }
  .theme-wrap-menu-flex .theme-wrap-primary-menu.collapsed .menu-item-has-mega-menu {
    position: relative;
  }
  .theme-wrap-menu-flex .theme-wrap-primary-menu.collapsed .menu-item-has-icon a:before {
    margin-right: 7px;
  }
  .theme-wrap-menu-flex .theme-wrap-primary-menu.collapsed a {
    padding: 0;
  }
  .theme-wrap-menu-flex .theme-primary-menu {
    float: left;
    width: 100%;
  }
  .theme-wrap-menu-flex .theme-primary-menu .sub-toggle {
    width: 14px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 14px;
  }
  .theme-wrap-menu-flex .theme-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;
  }
  .theme-wrap-menu-flex .theme-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;
  }
  .theme-wrap-menu-flex .theme-primary-menu .has-submenu {
    position: relative;
  }
  .theme-wrap-menu-flex .theme-primary-menu > li > a {
    font-weight: 700;
  }
  .theme-wrap-menu-flex .theme-primary-menu li {
    list-style: none;
  }
  .theme-wrap-menu-flex .theme-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;
  }
  .theme-wrap-menu-flex .sub-menu {
    margin-left: 20px;
  }
  .theme-wrap-menu-flex .mega-menu-row img {
    margin-bottom: 10px;
  }
  .theme-wrap-menu-flex .mega-menu-row li div {
    margin: 20px 0;
  }
}
@media (max-width: 1199px) {
  /*contact form*/
  .cf7-style-7 .cf7-col input[type="submit"],
  .cf7-style-1 .cf7-col input[type="submit"],
  .cf7-style-2 .cf7-col input[type="submit"],
  .cf7-style-3 .cf7-col input[type="submit"],
  .cf7-style-4 .cf7-col input[type="submit"] {
    margin-top: 30px;
  }
  /*pricing table*/
  .tbl-price {
    font-size: 50px;
  }
  .tbl-name {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  /*header*/
  #theme-menu-box .theme-shoping-cart {
    display: none;
  }
  .theme-topbar {
    padding-bottom: 15px;
  }
  .theme-expand-container {
    max-width: 100%;
    padding: 0 15px;
  }
  .theme-topbar {
    height: auto;
  }
  .theme-topbar ul {
    height: auto !important;
  }
  .theme-topbar .topbar-left {
    width: 100%;
  }
  .theme-topbar .topbar-right {
    float: left;
  }
  .theme-topbar .topbar-right li {
    width: 100%;
  }
  .theme-topbar .topbar-right li .topbar-btn {
    display: inline-flex;
  }
  .theme-wrap-menu-flex {
    height: 65px !important;
  }
  .theme-wrap-menu-flex .lg img {
    max-height: 30px;
    width: auto;
  }
  /*search*/
  .search-viewbox {
    padding: 30px;
  }
  #ht-search-input {
    height: 140px;
    font-size: 85px;
  }
  .search-info {
    display: none;
  }
  /*nav*/
  .seocode-breadcrumb {
    height: auto;
    padding: 50px 0;
  }
  /*footer*/
  .seocode-footer .portfolio-widget {
    column-count: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /*contact form*/
  .theme-cf7.cf7-style-1 .cf7-col,
  .theme-cf7.cf7-style-2 .cf7-col {
    margin-top: 15px;
    display: block;
  }
  /*case studies*/
  .theme-case-item {
    width: 50%;
  }
  /*disable animation on mobile*/
  .wpb_start_animation.animated {
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    opacity: 1 !important;
  }
  /*footer*/
  .theme-footer-widget .footer-widget-title {
    margin-top: 25px;
  }
  .theme-footer-widget aside {
    float: left;
    width: 100%;
  }
}
@media (max-width: 782px) {
  .logged-in.admin-bar .search-viewbox {
    border-top-width: 34px;
  }
}
@media (max-width: 767px) {
  .mt0-767 [class*="vc_custom_"] {
    margin-top: 0 !important;
  }
}
@media (max-width: 600px) {
  .logged-in.admin-bar .header-layout-1 + .search-viewbox #ht-btn-close {
    right: 7px;
    top: 90px;
  }
  .logged-in.admin-bar .header-layout-2 + .search-viewbox #ht-btn-close {
    right: 7px;
    top: 90px;
  }
  .logged-in.admin-bar .header-layout-3 + .search-viewbox #ht-btn-close {
    right: 7px;
    top: 60px;
  }
  .logged-in.admin-bar .header-layout-4 + .search-viewbox #ht-btn-close {
    right: 7px;
    top: 62px;
  }
  .logged-in.admin-bar .search-viewbox {
    border: 0;
    top: 0;
  }
}
@media (max-width: 480px) {
  .theme-case-item {
    width: 100%;
  }
  .theme-case-item img {
    width: 100%;
    max-width: 100%;
  }
  .scroll-to-top {
    right: 15px;
  }
  .scroll-to-top.scroll-animation {
    bottom: 20px;
  }
  .scroll-to-top img {
    max-width: 25px;
  }
  /*blog*/
  .blog-post-info {
    margin-bottom: 15px;
  }
  .blog-post-info .blog-post-date {
    width: 100%;
    min-height: initial;
    padding-top: 0;
    border-right: 0;
  }
  .blog-post-info .blog-post-date span {
    display: inline-block;
    clear: none;
    margin-bottom: 0 !important;
  }
  .blog-post-info .blog-post-name {
    width: 100%;
    display: block;
    min-height: initial;
  }
  .blog-post-info .post-tit {
    margin-top: 10px;
  }
  .blog-post-info .post-tit a {
    font-size: 16px;
    line-height: 26px;
  }
  .comment-avatar img {
    margin-right: 15px;
    margin-left: 0;
  }
  .comment-content {
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: -o-calc(100% - 75px);
    width: calc(100% - 75px);
  }
  /*contact form*/
  .cf7-style-8 .cf7-col.cf7-col-half {
    width: 100% !important;
  }
  /*tabs*/
  .theme-tabs .theme-tab-nav {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .theme-tabs .theme-tab-nav a {
    padding: 5px 15px;
  }
  .theme-tabs .theme-tab-nav .theme-current-nav {
    opacity: 0.7;
  }
  .theme-tabs .theme-tab-nav .theme-current-nav:after {
    content: none;
  }
  .theme-tabs .theme-tab-wrap {
    width: 100%;
  }
  /*home 4 custom*/
  .p15-on-mobile [class*='vc_custom_'] {
    padding: 15px !important;
  }
  /*home 3 custom*/
  .pl0-on-mobile[class*='vc_custom_'] {
    padding-left: 0 !important;
  }
  .pr0-on-mobile[class*='vc_custom_'] {
    padding-right: 0 !important;
  }
  /*search*/
  #ht-search-input {
    height: 100px;
    font-size: 60px;
  }
}
/*iconbox===========*/
.theme-iconbox {
  direction: ltr;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.theme-iconbox.icon-inline-title.direct-left {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.theme-iconbox.icon-inline-title.direct-left * {
  text-align: left;
}
.theme-iconbox.icon-inline-title.direct-left .iconbox-icon {
  margin-right: 20px;
}
.theme-iconbox.icon-inline-title.direct-right {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: right;
}
.theme-iconbox.icon-inline-title.direct-right * {
  text-align: right;
}
.theme-iconbox.icon-inline-title.direct-right .iconbox-icon {
  order: 2;
  margin-left: 20px;
}
.theme-iconbox.icon-inline-title .iconbox-icon {
  max-width: 100px;
  flex: 0 0 auto;
}
.theme-iconbox.icon-above-title.text-left {
  text-align: left;
}
.theme-iconbox.icon-above-title.text-left * {
  text-align: left;
}
.theme-iconbox.icon-above-title.text-right {
  text-align: right;
}
.theme-iconbox.icon-above-title.text-right * {
  text-align: right;
}
.theme-iconbox.icon-above-title.text-center {
  text-align: center;
}
.theme-iconbox.icon-above-title.text-center * {
  text-align: center;
}
.theme-iconbox.icon-above-title .iconbox-icon {
  margin-bottom: 40px;
}
.theme-iconbox .iconbox-title {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #011735;
  line-height: 28px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.theme-iconbox a.iconbox-title:hover {
  color: #015cff;
}
.theme-iconbox .iconbox-content {
  margin-bottom: 0;
  line-height: 28px;
  color: #9e9e9e;
  font-family: 'Open Sans', sans-serif;
}
.theme-iconbox p {
  margin-bottom: 0;
}
/*counter============*/
.theme-counter {
  color: #ffffff;
  text-align: center;
}
.counter-top {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.counter-top span {
  font-size: 60px;
}
.counter-top.unit-right {
  flex-direction: row-reverse;
}
.counter-text {
  font-size: 18px;
}
/*button============*/
.vc_btn3-style-theme-style-custom {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
/*theme btn default*/
.vc_btn3-style-theme-style-default-btn.theme-style-default-btn {
  color: #ffffff !important;
  background: #015cff;
  border-width: 0 0 3px 0 !important;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#b60cfe), to(#0140b1)) 100 10% !important;
  -webkit-border-image: -webkit-linear-gradient(right, #b60cfe, #0140b1) 100 10% !important;
  border-image: linear-gradient(to right, #0140b1, #b60cfe) 1 10% !important;
}
.vc_btn3-style-theme-style-default-btn.theme-style-default-btn[class*='vc_btn3-size-'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.vc_btn3-style-theme-style-default-btn.theme-style-default-btn.vc_btn3-size-xs {
  height: 35px;
  min-width: 125px;
}
.vc_btn3-style-theme-style-default-btn.theme-style-default-btn.vc_btn3-size-sm {
  height: 45px;
  min-width: 140px;
}
.vc_btn3-style-theme-style-default-btn.theme-style-default-btn.vc_btn3-size-md {
  height: 54px;
  min-width: 161px;
}
.vc_btn3-style-theme-style-default-btn.theme-style-default-btn.vc_btn3-size-lg {
  height: 65px;
  min-width: 180px;
}
.vc_btn3-style-theme-style-default-btn.theme-style-default-btn:hover,
.vc_btn3-style-theme-style-default-btn.theme-style-default-btn:focus {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.vc_btn3-style-theme-style-custom.theme-btn-material[class*='vc_btn3-size-'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.vc_btn3-style-theme-style-custom.theme-btn-material.vc_btn3-size-xs {
  height: 35px;
  min-width: 125px;
}
.vc_btn3-style-theme-style-custom.theme-btn-material.vc_btn3-size-sm {
  height: 45px;
  min-width: 140px;
}
.vc_btn3-style-theme-style-custom.theme-btn-material.vc_btn3-size-md {
  height: 54px;
  min-width: 161px;
}
.vc_btn3-style-theme-style-custom.theme-btn-material.vc_btn3-size-lg {
  height: 65px;
  min-width: 180px;
}
/*click effect*/
.theme-btn-material {
  background: #3b8cff;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.theme-btn-material:hover {
  z-index: 1000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/*fade*/
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
/*effect*/
.theme-ripple {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/*accordion=========*/
#main .vc_general.vc_tta-accordion.vc_tta-style-theme-style-2 .vc_tta-panel .vc_tta-controls-icon-theme-style {
  color: #34a853;
  border-color: #34a853;
}
#main .vc_general.vc_tta-accordion.vc_tta-style-theme-style-3 .vc_tta-panel .vc_tta-controls-icon-theme-style {
  color: #674197;
  border-color: #674197;
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1.vc_tta-controls-align-center,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2.vc_tta-controls-align-center,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3.vc_tta-controls-align-center {
  text-align: center;
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1.vc_tta-controls-align-center .vc_tta-panel-body,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2.vc_tta-controls-align-center .vc_tta-panel-body,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3.vc_tta-controls-align-center .vc_tta-panel-body {
  padding: 0 20px;
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1.vc_tta-controls-align-left,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2.vc_tta-controls-align-left,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3.vc_tta-controls-align-left {
  text-align: left;
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1.vc_tta-controls-align-left .vc_tta-panel-body,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2.vc_tta-controls-align-left .vc_tta-panel-body,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3.vc_tta-controls-align-left .vc_tta-panel-body {
  padding: 0 0 0 52px;
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1.vc_tta-controls-align-right,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2.vc_tta-controls-align-right,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3.vc_tta-controls-align-right {
  text-align: right;
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1.vc_tta-controls-align-right .vc_tta-panel-body,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2.vc_tta-controls-align-right .vc_tta-panel-body,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3.vc_tta-controls-align-right .vc_tta-panel-body {
  padding: 0 52px 0 0;
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1 .vc_tta-panel,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2 .vc_tta-panel,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3 .vc_tta-panel {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  /*title*/
  /*icon*/
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1 .vc_tta-panel .vc_tta-panel-title,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2 .vc_tta-panel .vc_tta-panel-title,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3 .vc_tta-panel .vc_tta-panel-title {
  font-size: 0;
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1 .vc_tta-panel .vc_tta-panel-title > a,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2 .vc_tta-panel .vc_tta-panel-title > a,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3 .vc_tta-panel .vc_tta-panel-title > a {
  padding: 0;
  color: #9e9e9e;
  font-weight: 600;
  line-height: 28px;
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1 .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-left a,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2 .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-left a,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3 .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-left a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  padding-left: 0;
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1 .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon-theme-style,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2 .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon-theme-style,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3 .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon-theme-style {
  margin-right: 20px;
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1 .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-right a,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2 .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-right a,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3 .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-right a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  padding-left: 0;
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1 .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon-theme-style,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2 .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon-theme-style,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3 .vc_tta-panel .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon-theme-style {
  margin-left: 20px;
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1 .vc_tta-panel .vc_tta-title-text,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2 .vc_tta-panel .vc_tta-title-text,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3 .vc_tta-panel .vc_tta-title-text {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  flex-grow: 1;
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1 .vc_tta-panel .vc_tta-controls-icon-theme-style,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2 .vc_tta-panel .vc_tta-controls-icon-theme-style,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3 .vc_tta-panel .vc_tta-controls-icon-theme-style {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border: 2px solid #015cff;
  color: #015cff;
  text-align: center;
  line-height: 29px;
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
  position: static;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1 .vc_tta-panel .vc_tta-controls-icon-theme-style:before,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2 .vc_tta-panel .vc_tta-controls-icon-theme-style:before,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3 .vc_tta-panel .vc_tta-controls-icon-theme-style:before {
  content: '+';
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1 .vc_tta-panel.vc_active .vc_tta-controls-icon-theme-style:before,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2 .vc_tta-panel.vc_active .vc_tta-controls-icon-theme-style:before,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3 .vc_tta-panel.vc_active .vc_tta-controls-icon-theme-style:before {
  content: '-';
}
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-1 .vc_tta-panel-body p,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-2 .vc_tta-panel-body p,
.vc_general.vc_tta-accordion.vc_tta-style-theme-style-3 .vc_tta-panel-body p {
  font-family: 'Open Sans', sans-serif;
}
/*testimonials=========*/
.theme-testi {
  /*style grid*/
  /*style carousel*/
  /*general*/
}
.theme-testi.testi-style-grid .testi-user {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.theme-testi.testi-style-grid .theme-testi-item {
  margin-bottom: 50px;
}
.theme-testi.testi-style-grid .testi-user {
  margin-bottom: 20px;
}
.theme-testi.testi-style-carousel {
  text-align: center;
}
.theme-testi.testi-style-carousel .testi-user {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0;
}
.theme-testi.testi-style-carousel .testi-content {
  max-width: 960px;
  margin: 0 auto;
}
.theme-testi.testi-style-carousel .slick-dots {
  line-height: 0;
}
.theme-testi.testi-style-carousel .slick-dots li {
  display: inline-block;
  font-size: 0;
}
.theme-testi.testi-style-carousel .slick-dots li.slick-active button {
  background: #9e9e9e;
  border-color: #9e9e9e;
}
.theme-testi.testi-style-carousel .slick-dots button {
  cursor: pointer;
  border-radius: 50%;
  padding: 0;
  width: 11px;
  height: 11px;
  display: block;
  font-size: 0;
  background: #bdc4d5;
  border: 1px solid #bdc4d5;
  margin: 0 5px;
}
.theme-testi .testi-border {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  z-index: 2;
  margin-right: 25px;
}
.theme-testi .testi-border svg {
  position: absolute;
  left: 0;
  top: 0;
}
.theme-testi .testi-img {
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.theme-testi .testi-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.theme-testi .testi-name {
  text-align: left;
}
.theme-testi .testi-name strong {
  clear: both;
  display: block;
  color: #015cff;
  margin-bottom: 20px;
}
.theme-testi .testi-name span {
  color: #b50dfe;
}
.theme-testi .testi-content p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  color: inherit;
}
/*services=========*/
.theme-service-item {
  margin-bottom: 100px;
  float: left;
}
.theme-service-item a {
  color: #011735;
}
.theme-service-item a:hover {
  color: #015cff;
}
.theme-service-item p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
}
.sc-service-img:hover img {
  opacity: 1;
  -webkit-animation: theme-flash 1.5s;
  animation: theme-flash 1.5s;
}
.sc-service-read-more {
  font-weight: 700;
}
/*flash efftec*/
@-webkit-keyframes theme-flash {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes theme-flash {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}
/*pie===================*/
.wpb_heading.wpb_pie_chart_heading {
  color: inherit;
}
/*bug vc==================*/
.wpb_animate_when_almost_visible.wpb_none.none {
  opacity: 1;
}
/*pricing table==============*/
.theme-tbl {
  font-family: 'Open Sans', sans-serif;
}
.theme-tbl li {
  list-style: none;
}
.theme-tbl-item {
  text-align: center;
  background: #f8fafc;
  padding: 50px 30px;
  position: relative;
  margin-bottom: 50px;
}
.theme-tbl-item:not(.tbl-feature) {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-tbl-item:not(.tbl-feature):hover {
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-tbl-item.tbl-feature {
  padding: 48px 30px;
  border-width: 2px;
  background: #ffffff;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#a21ffe), to(#28be68)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(bottom, #a21ffe, #28be68) 100 10%;
  border-image: linear-gradient(to bottom, #28be68, #a21ffe) 1 10%;
}
.theme-tbl-item.tbl-feature .tbl-button {
  background: #28be68;
}
.tbl-sale {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 4px 10px;
  background: #28be68;
  color: #ffffff;
  line-height: 24px;
}
.tbl-price {
  display: block;
  margin: 30px 0;
  font-size: 60px;
  color: #011735;
  font-family: 'Montserrat', sans-serif;
}
.tbl-unit {
  display: block;
  color: #28be68;
  font-size: 16px;
}
.tbl-name {
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}
.tbl-content {
  color: #9e9e9e;
  border-top: 1px solid #d6dfe7;
}
.tbl-content li {
  line-height: 50px;
}
.tbl-content li > span[class*="ion-"],
.tbl-content li > span[class*="fa-"] {
  font-size: 0;
  color: #28be68;
}
.tbl-content li > span[class*="ion-"]:before,
.tbl-content li > span[class*="fa-"]:before {
  font-size: 25px;
}
.tbl-button {
  padding: 16px 30px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  background: #001e48;
  margin-top: 20px;
  border-bottom: 3px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#046f32), to(#a21ffd)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #046f32, #a21ffd) 100 10%;
  border-image: linear-gradient(to right, #a21ffd, #046f32) 1 10%;
}
.tbl-button.button {
  border: 0;
  border-bottom: 3px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#046f32), to(#a21ffd)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #046f32, #a21ffd) 100 10%;
  border-image: linear-gradient(to right, #a21ffd, #046f32) 1 10%;
  cursor: pointer;
}
/*theme case================*/
.theme-cases-filter {
  text-align: center;
  margin-bottom: 70px;
}
.theme-cases-filter button {
  color: #9e9e9e;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
  margin: 0 20px;
  line-height: 28px;
}
.theme-cases-filter button.is-checked {
  color: #015cff;
}
.theme-case-item {
  position: relative;
  margin-bottom: 30px;
}
.theme-case-item:hover .case-text {
  opacity: 1;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-case-item:hover .case-text .case-title {
  top: 0;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.theme-case-item:hover .case-text .case-cats {
  top: 0;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.case-text {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(45deg, #0040b1 0%, #b80cff 100%);
  padding: 20px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.case-text .case-title {
  color: #ffffff;
  font-size: 18px;
  position: relative;
  top: 20px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.case-text .case-cats {
  margin-top: 10px;
  position: relative;
  top: 30px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.case-text .case-cats a {
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  color: #9e9e9e;
}
.case-text .case-cats a:after {
  content: '-';
  margin: 0 5px;
}
.case-text .case-cats a:last-of-type:after {
  content: none;
}
/*theme blog news================*/
.theme-blog-news {
  float: left;
  width: 100%;
}
.theme-blog-news.theme-col-4 .post-tit a {
  font-size: 14px;
}
.theme-blog-news.theme-col-4 .blog-post-date {
  width: 100%;
  margin-right: 0;
  border-right: 0;
  padding-top: 0;
  min-height: initial;
}
.theme-blog-news.theme-col-4 .blog-post-date span {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
}
.theme-blog-news.theme-col-4 .blog-post-name {
  width: 100%;
  min-height: initial;
}
.theme-blog-news.theme-col-4 .post-cat {
  width: 100%;
  margin: 10px 0;
}
.theme-blog-news .blog-post-info .blog-post-date {
  font-weight: normal;
}
.theme-blog-news .post-tit a {
  font-size: 22px;
  line-height: 30px;
  color: #474646;
}
.theme-blog-news .post-tit a:hover {
  color: #015cff;
}
.theme-blog-news .post-author-info {
  margin-bottom: 0;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
  margin-top: 30px;
}
.blog-news-item {
  margin-bottom: 30px;
}
.blog-news-item p {
  display: block;
  clear: both;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
}
.sc-blog-news-img {
  display: inline-block;
  margin-bottom: 34px;
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(45deg, rgba(1, 83, 229, 0.75) 0%, rgba(183, 12, 255, 0.75) 100%);
}
.sc-blog-news-img:hover:before {
  opacity: 1;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sc-blog-news-img:hover:after {
  opacity: 1;
  top: 50%;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sc-blog-news-img:before {
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 8;
  opacity: 0;
  background: inherit;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sc-blog-news-img:after {
  content: "\f21f";
  font-family: "ionicons";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 60%;
  color: #ffffff;
  z-index: 9;
  opacity: 0;
  margin-top: -12px;
  margin-left: -9px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sc-blog-link {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/*contact form 7=================*/
.theme-cf7 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.theme-cf7.text-center + .wpcf7-response-output {
  text-align: center;
}
.theme-cf7.text-right + .wpcf7-response-output {
  text-align: right;
}
.theme-cf7.text-right .cf7-col:last-of-type {
  margin-right: 0;
}
.theme-cf7.text-left .cf7-col:first-of-type {
  margin-left: 0;
}
.cf7-col {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  position: relative;
  max-width: 100%;
}
/*errors*/
.wpcf7-response-output {
  font-family: 'Open Sans', sans-serif;
  clear: both;
}
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #28be68;
}
.screen-reader-response {
  display: none;
}
.wpcf7-not-valid-tip {
  display: block;
  clear: both;
  text-align: left;
  color: red;
  margin-top: 10px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.cf7-col input:not([type="submit"]) {
  width: 363px;
  height: 54px;
  max-width: 100%;
  border: 0;
  background: #edf7ff;
  color: #99a0ac;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  padding: 20px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  -moz-transition-duration: 0.05s;
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
  font-style: italic;
}
.cf7-col input:not([type="submit"]):focus {
  -moz-transition-duration: 0.05s;
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.35);
}
.cf7-col input[type="submit"] {
  height: 54px;
  width: 161px;
  cursor: pointer;
  color: #ffffff;
  border: 0;
  font-size: 13px;
}
/*style 1*/
.cf7-style-1 .cf7-col input:not([type="submit"]):focus {
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#07b6fe), to(#00ffa3)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #07b6fe, #00ffa3) 100 10%;
  border-image: linear-gradient(to right, #00ffa3, #07b6fe) 1 10%;
}
.cf7-style-1 .cf7-col input[type="submit"] {
  background: #28be68;
}
/*style 2*/
.cf7-style-2 .cf7-col input:not([type="submit"]):focus {
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#fcae07), to(#ff3000)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #fcae07, #ff3000) 100 10%;
  border-image: linear-gradient(to right, #ff3000, #fcae07) 1 10%;
}
.cf7-style-2 .cf7-col input[type="submit"] {
  background: #ff3000;
}
/*style 3*/
.cf7-style-3 .cf7-col {
  margin: 0 -2px;
}
.cf7-style-3 .cf7-col input:not([type="submit"]) {
  width: 850px;
}
.cf7-style-3 .cf7-col input:not([type="submit"]):focus {
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#707f9a), to(#425b89)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #707f9a, #425b89) 100 10%;
  border-image: linear-gradient(to right, #425b89, #707f9a) 1 10%;
}
.cf7-style-3 .cf7-col input[type="submit"] {
  background: #000a1c;
}
/*style 4*/
.cf7-style-4 .cf7-col {
  margin: 0 -2px;
}
.cf7-style-4 .cf7-col input:not([type="submit"]) {
  width: 850px;
}
.cf7-style-4 .cf7-col input:not([type="submit"]):focus {
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#02a167), to(#b60dfe)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #02a167, #b60dfe) 100 10%;
  border-image: linear-gradient(to right, #b60dfe, #02a167) 1 10%;
}
.cf7-style-4 .cf7-col input[type="submit"] {
  background: #01a167;
}
/*style 7*/
.cf7-style-7 .cf7-col {
  margin: 0 -2px;
}
.cf7-style-7 .cf7-col input:not([type="submit"]) {
  width: 850px;
}
.cf7-style-7 .cf7-col input:not([type="submit"]):focus {
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#b60cfe), to(#023fb2)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #b60cfe, #023fb2) 100 10%;
  border-image: linear-gradient(to right, #023fb2, #b60cfe) 1 10%;
}
.cf7-style-7 .cf7-col input[type="submit"] {
  background: #015cff;
}
/*style 5*/
.cf7-style-5 .wpcf7-not-valid-tip {
  margin-top: 0;
  margin-bottom: 10px;
}
.cf7-style-5 .cf7-col {
  margin: 0;
  width: 100%;
}
.cf7-style-5 .cf7-col.theme-btn-animation {
  width: initial;
}
.cf7-style-5 .cf7-col input:not([type="submit"]) {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 12px;
}
.cf7-style-5 .cf7-col input:not([type="submit"]):focus {
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#249169), to(#520ea9)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #249169, #520ea9) 100 10%;
  border-image: linear-gradient(to right, #520ea9, #249169) 1 10%;
}
.cf7-style-5 .cf7-col input[type="submit"] {
  background: #674197;
}
.cf7-style-5 .cf7-col textarea {
  width: 100%;
  height: 110px;
  resize: none;
  padding: 20px;
  font-style: italic;
  font-size: 12px;
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
  float: left;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
}
.cf7-style-5 .cf7-col textarea:focus {
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#249169), to(#520ea9)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #249169, #520ea9) 100 10%;
  border-image: linear-gradient(to right, #520ea9, #249169) 1 10%;
}
/*style 8 - contact form*/
.cf7-style-8 .wpcf7-not-valid-tip {
  margin-top: 0;
  margin-bottom: 10px;
}
.cf7-style-8 .cf7-col {
  margin: 0;
  width: 100%;
}
.cf7-style-8 .cf7-col.cf7-col-half {
  width: -webkit-calc((100% / 2 ) - 15px);
  width: -moz-calc((100% / 2 ) - 15px);
  width: -o-calc((100% / 2 ) - 15px);
  width: calc((100% / 2 ) - 15px);
  float: left;
}
.cf7-style-8 .cf7-col.cf7-col-half:nth-of-type(odd) {
  margin-right: 30px;
}
.cf7-style-8 .cf7-col.theme-btn-animation {
  width: initial;
}
.cf7-style-8 .cf7-col input:not([type="submit"]) {
  width: 100%;
  color: #9e9e9e;
  margin-bottom: 24px;
}
.cf7-style-8 .cf7-col input:not([type="submit"]):focus {
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#b60cff), to(#0040b1)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #b60cff, #0040b1) 100 10%;
  border-image: linear-gradient(to right, #0040b1, #b60cff) 1 10%;
}
.cf7-style-8 .cf7-col input[type="submit"] {
  background: #015cff;
}
.cf7-style-8 .cf7-col textarea {
  width: 100%;
  height: 260px;
  resize: none;
  padding: 20px;
  font-style: italic;
  font-size: 12px;
  background: #edf7ff;
  color: #9e9e9e;
  float: left;
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  border: 0;
}
.cf7-style-8 .cf7-col textarea:focus {
  border-bottom: 3px solid;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#b60cff), to(#0040b1)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #b60cff, #0040b1) 100 10%;
  border-image: linear-gradient(to right, #0040b1, #b60cff) 1 10%;
}
/*style 6*/
.cf7-style-6 .wpcf7-not-valid-tip {
  margin-top: 0;
  margin-bottom: 10px;
}
.cf7-style-6 .cf7-col {
  margin: 0;
  width: 100%;
}
.cf7-style-6 .cf7-col.theme-btn-animation {
  width: initial;
}
.cf7-style-6 .cf7-col input:not([type="submit"]) {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 12px;
}
.cf7-style-6 .cf7-col input:not([type="submit"]):focus {
  border-bottom-color: #fbbc05;
}
.cf7-style-6 .cf7-col input[type="submit"] {
  background: #34a853;
}
.cf7-style-6 .cf7-col textarea {
  width: 100%;
  height: 110px;
  resize: none;
  padding: 20px;
  font-style: italic;
  font-size: 12px;
  background: rgba(0, 0, 0, 0);
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
  float: left;
  margin-bottom: 12px;
}
.cf7-style-6 .cf7-col textarea:focus {
  border-bottom-color: #fbbc05;
}
/*style 9*/
.cf7-style-9 .wpcf7-not-valid-tip {
  margin-top: 0;
  margin-bottom: 10px;
}
.cf7-style-9 .cf7-col {
  margin: 0;
  width: 100%;
}
.cf7-style-9 .cf7-col.theme-btn-animation {
  width: initial;
}
.cf7-style-9 .cf7-col input:not([type="submit"]) {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 12px;
}
.cf7-style-9 .cf7-col input:not([type="submit"]):focus {
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#fcae07), to(#c30000)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #fcae07, #c30000) 100 10%;
  border-image: linear-gradient(to right, #c30000, #fcae07) 1 10%;
}
.cf7-style-9 .cf7-col input[type="submit"] {
  background: #fe3000;
}
.cf7-style-9 .cf7-col textarea {
  width: 100%;
  height: 110px;
  resize: none;
  padding: 20px;
  font-style: italic;
  font-size: 12px;
  background: rgba(0, 0, 0, 0);
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
  float: left;
  margin-bottom: 12px;
}
.cf7-style-9 .cf7-col textarea:focus {
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#fcae07), to(#c30000)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #fcae07, #c30000) 100 10%;
  border-image: linear-gradient(to right, #c30000, #fcae07) 1 10%;
}
/* 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";
}
/* theme progress bar===========================*/
.theme-progress-bar.vc_progress_bar .theme-single-pb {
  margin-bottom: 50px;
  height: 6px;
  background: #07152f;
  border-radius: 0;
}
.theme-progress-bar.vc_progress_bar .theme-single-pb:last-of-type {
  margin-bottom: 0;
}
.theme-progress-bar.vc_progress_bar .theme-pb-label {
  padding: 0;
  height: 6px;
  font-weight: 700;
  position: absolute;
  bottom: 32px;
  width: 100%;
  color: #011735;
}
.theme-progress-bar.vc_progress_bar .theme-pb-unit {
  position: absolute;
  right: 0;
}
.theme-progress-bar.vc_progress_bar .theme-pb-bar {
  position: static;
  height: 6px;
  border-radius: 0;
  max-width: 100%;
  background-color: #30d2ff;
  background: -webkit-gradient(linear, left top, right top, from(#30d2ff), to(#b33efe));
  background: -webkit-linear-gradient(left, #30d2ff, #b33efe);
}
/* theme team member===========================*/
.theme-team-member {
  direction: ltr;
  margin-bottom: 50px;
}
.member-img {
  display: block;
  margin-bottom: 45px;
}
.member-name {
  display: block;
  font-size: 18px;
  color: #011735;
}
.member-job {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-bottom: 30px;
}
.member-content,
.member-content * {
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
}
/*icon social*/
.member-social {
  display: block;
  clear: both;
  margin-top: 30px;
}
.member-social a {
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.member-social a:first-of-type {
  margin-left: 0;
}
.member-social a:last-of-type {
  margin-right: 0;
}
.member-social a:before {
  font-family: "ionicons";
  color: #ffffff;
  font-size: 14px;
}
.member-social a[href*="twitter.com"] {
  background: #00aced;
}
.member-social a[href*="twitter.com"]:before {
  content: "\f243";
}
.member-social a[href*="facebook.com"] {
  background: #3b5998;
}
.member-social a[href*="facebook.com"]:before {
  content: "\f231";
}
.member-social a[href*="plus.google.com"] {
  background: #f00;
}
.member-social a[href*="plus.google.com"]:before {
  content: "\f235";
}
.member-social a[href*="instagram.com"] {
  background: #000;
}
.member-social a[href*="instagram.com"]:before {
  content: "\f351";
}
.member-social a[href*="vimeo.com"] {
  background: #000;
}
.member-social a[href*="vimeo.com"]:before {
  content: "\f245";
}
.member-social a[href*="youtube.com"] {
  background: #f00;
}
.member-social a[href*="youtube.com"]:before {
  content: "\f24d";
}
.member-social a[href*="github.com"] {
  background: #000;
}
.member-social a[href*="github.com"]:before {
  content: "\f233";
}
.member-social a[href*="linkedin.com"] {
  background: #0077b5;
}
.member-social a[href*="linkedin.com"]:before {
  content: "\f239";
}
.member-social a[href*="pinterest.com"] {
  background: #cd242b;
}
.member-social a[href*="pinterest.com"]:before {
  content: "\f2b1";
}
.member-social a[href*="feed"] {
  background: #f0ff00;
}
.member-social a[href*="feed"]:before {
  content: "\f23d";
}
/*theme tabs*/
.theme-tabs {
  float: left;
  width: 100%;
}
.theme-tab-nav {
  float: left;
  width: 170px;
  margin-right: 30px;
}
.theme-tab-nav a {
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: #015cff;
  font-weight: 700;
  padding: 14px 22px;
  margin-bottom: 6px;
  border-color: #015cff;
}
.theme-tab-nav a:last-of-type {
  margin-bottom: 0;
}
.theme-tab-nav a.theme-current-nav {
  position: relative;
}
.theme-tab-nav a.theme-current-nav:after {
  top: 50%;
  right: -11px;
  margin-top: -7px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: inherit;
}
.theme-tab-wrap {
  float: left;
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: -o-calc(100% - 200px);
  width: calc(100% - 200px);
}
.theme-tabs-content {
  display: none;
}
.theme-tabs-content:first-of-type {
  display: block;
}
.theme-tabs-content strong {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  color: #011735;
}
.theme-tabs-content p {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
}
/* theme landing */
.theme-landing-item {
  text-align: center;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.theme-landing-item span {
  color: #ffffff;
  position: absolute;
  display: block;
  clear: both;
  font-family: 'Montserrat', sans-serif;
  opacity: 0;
  z-index: 19;
  text-align: center;
  width: 100%;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-landing-item:hover .sc-landing-img:before {
  opacity: 1;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-landing-item:hover .land-title {
  top: 40%;
  opacity: 1;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-landing-item:hover .land-desc {
  bottom: 40%;
  opacity: 1;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sc-landing-link {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
}
.sc-landing-img {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.sc-landing-img:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: inherit;
  opacity: 0;
  z-index: 18;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.land-title {
  font-size: 35px;
  top: 20%;
}
.land-desc {
  font-size: 13px;
  bottom: 20%;
}
/*landing custom*/
.ld_ct1 {
  padding-left: 30px;
}
.ld-expand-row {
  padding: 0 15px;
}
@media (min-width: 1367px) {
  .ld-expand-row {
    padding: 0 135px;
  }
  .ld_ct1 {
    padding-left: 250px;
  }
}
#landing-iconbox .ldmb-25 img {
  margin-bottom: -25px;
}
#landing-iconbox .iconbox-icon {
  min-height: 150px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 15px;
}
#landing-iconbox .landing-iconbox-img-left img {
  margin-left: -21px;
}
.theme-btn-animation {
  position: relative;
  overflow: hidden;
}
/*widget================*/
.widget_mailchimp {
  float: left;
}
.portfolio-widget {
  column-count: 3;
  column-gap: 7px;
}
.portfolio-widget img {
  margin-bottom: 7px;
}
#mc-embedded-subscribe {
  position: relative;
  overflow: hidden;
}
.contact-page-info li {
  display: block;
  margin-bottom: 15px;
  color: #9e9e9e;
}
.contact-page-info li span {
  margin-right: 15px;
}
.contact-page-info li span[class*="fa-"],
.contact-page-info li span[class*="ion-"] {
  font-size: 0;
}
.contact-page-info li span[class*="fa-"]:before,
.contact-page-info li span[class*="ion-"]:before {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  top: 3px;
  color: #015cff;
}
.contact-page-info li a {
  color: #9e9e9e;
}
/*revolution slider*/
.tp-bullets:not(.uranus) .tp-bullet {
  box-shadow: none !important;
}
.tp-bullets .tp-bullet {
  box-sizing: border-box !important;
}
.tparrows:hover:before {
  color: #ffffff !important;
}
/*error-page*/
.error-page {
  margin-top: 100px;
  min-height: 450px;
}
.error-title {
  font-size: 100px;
  line-height: 120px;
}
.page-error-btn {
  color: #ffffff;
  background: #015cff;
  border-bottom: 3px;
  padding: 0 30px;
  height: 54px;
  min-width: 161px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#0140b1), to(#b60cfe)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #0140b1, #b60cfe) 100 10%;
  border-image: linear-gradient(to right, #b60cfe, #0140b1) 1 10%;
}
.page-error-btn:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/*===============single custom margin==============*/
._sv_custom_1 .theme-iconbox .iconbox-title {
  margin-top: 0;
  margin-bottom: 5px;
}
/* home 7 row padding left */
.pl-row {
  padding-left: 15px;
}
@media (min-width: 1367px) and (max-width: 1600px) {
  .pl-row {
    padding-left: 10%;
  }
}
@media (min-width: 1601px) {
  .pl-row {
    padding-left: 385px;
  }
}
@media (min-width: 1921px) {
  .pl-row {
    padding-left: 20%;
  }
}
@media (max-width: 991px) {
  .mobile-height-30 {
    height: 30px !important;
  }
}
@media (min-width: 768px) {
  .iconbox-max-width-300 .theme-iconbox .iconbox-content {
    max-width: 300px;
  }
}
/* theme style not visual compsoer */
.seocode-start-page {
  min-height: 500px;
  margin-bottom: 100px;
}
.seocode-start-page ul,
.seocode-start-page ol,
.seocode-start-page li ol,
.seocode-start-page li ul {
  padding-left: 20px;
}
/* begin test theme */
@media (min-width: 992px) {
  .header-layout-1 .theme-wrap-menu-flex {
    min-height: 100px;
  }
}
.textwidget .none {
  display: none;
}
.woocommerce-page {
  /*sidebar*/
}
.woocommerce-page button.button,
.woocommerce-page a.button {
  border-radius: 0;
}
.woocommerce-page #main {
  margin-bottom: 120px;
}
.woocommerce-page #main h1 {
  font-size: 36px;
  line-height: 46px;
}
.woocommerce-page #main h2 {
  font-size: 24px;
  line-height: 32px;
}
.woocommerce-page #main .products ul,
.woocommerce-page #main ul.products {
  margin-top: 45px;
  float: left;
  width: 100%;
}
.woocommerce-page #main .woocommerce-message {
  border-top-color: #015cff;
}
.woocommerce-page #main .woocommerce-message:before {
  color: #015cff;
}
.woocommerce-page #main .woocommerce-message .button.wc-forward {
  background-color: #015cff;
  color: #ffffff;
}
.woocommerce-page #main ul.products li.product,
.woocommerce-page #main ul.products li.product {
  margin-bottom: 80px;
}
.woocommerce-page #main .woocommerce-form-login input[type='text'],
.woocommerce-page #main .woocommerce-form-login input[type='password'] {
  padding: 0 15px;
}
.woocommerce-page #main .woocommerce-form-login input[type='submit'] {
  padding: 12px 15px;
  background-color: #015cff;
  color: #ffffff;
  border-radius: 0;
}
.woocommerce-page #main .select2-container .select2-selection--single {
  height: 37px;
  border-radius: 0;
}
.woocommerce-page #main .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}
.woocommerce-page #main .checkout_coupon input {
  padding: 0 15px;
}
.woocommerce-page #main .checkout_coupon input[type='submit'] {
  padding: 15px 20px;
  background-color: #015cff;
  color: #ffffff;
  border-radius: 0;
}
.woocommerce-page #main .products .star-rating {
  display: inline-block;
  white-space: nowrap;
}
.woocommerce-page #main ul.products li.product .price {
  color: #015cff;
}
.woocommerce-page #main ul.products li.product .price span {
  font-size: 14px;
}
.woocommerce-page #main ul.products li.product .price del {
  display: inline-block;
  opacity: 1;
  margin-right: 5px;
}
.woocommerce-page #main ul.products li.product .price ins {
  color: #015cff;
  font-weight: normal;
}
.woocommerce-page #main ul.products li.product .button.product_type_variable {
  margin-top: 0 !important;
  font-size: 13px;
  border-radius: 0;
  color: #ffffff;
  background: #015cff;
  height: 30px;
}
.woocommerce-page #main ul.products li.product .button.product_type_variable:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.woocommerce-page #main .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #777;
}
.woocommerce-page #main .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page #main .widget_price_filter .ui-slider .ui-slider-range {
  background: #015cff;
}
.woocommerce-page #main span.onsale {
  background: #015cff;
  width: 42px;
  height: 42px;
}
.woocommerce-page #main div.product p.price,
.woocommerce-page #main div.product span.price {
  color: #015cff;
}
.woocommerce-page #main p.stars a {
  color: #ffe200;
}
.woocommerce-page #main .star-rating span,
.woocommerce-page #main .star-rating:before {
  color: #ffe200 !important;
}
.woocommerce-page #main .button.single_add_to_cart_button {
  font-size: 13px;
  border-radius: 0;
  color: #ffffff;
  background: #015cff;
  height: 39px !important;
  padding: 0 15px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-page #main .button.single_add_to_cart_button:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.woocommerce-page #main .coupon .button {
  height: 46px;
  font-size: 13px;
  border-radius: 0;
  color: #ffffff;
  background: #015cff;
  padding: 0 15px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-page #main .coupon .button:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.woocommerce-page #main .cart .button,
.woocommerce-page #main .cart input.button {
  height: 46px;
  font-size: 13px;
  border-radius: 0;
  color: #ffffff;
  background: #015cff;
  padding: 0 15px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-page #main .cart .button:hover,
.woocommerce-page #main .cart input.button:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.woocommerce-page #main #respond input#submit.alt,
.woocommerce-page #main a.button.alt,
.woocommerce-page #main button.button.alt,
.woocommerce-page #main input.button.alt {
  background-color: #015cff;
}
.woocommerce-page #main .woocommerce-product-gallery__image {
  margin-bottom: 15px;
}
.woocommerce-page #main .product_title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}
.woocommerce-page #main div.product .woocommerce-product-rating {
  margin-bottom: 8px;
}
.woocommerce-page #main .wc-tab h2,
.woocommerce-page #main .related h2 {
  font-size: 24px;
  line-height: 32px;
}
.woocommerce-page #main h2.woocommerce-loop-product__title {
  font-size: 14px;
}
.woocommerce-page #main .cart_totals h2 {
  font-size: 24px;
  line-height: 32px;
}
.woocommerce-page #main .woocommerce-billing-fields input {
  padding: 0 15px;
}
.woocommerce-page #main .checkout h3 {
  font-size: 20px;
  line-height: 32px;
}
.woocommerce-page #main .button.wc-backward {
  border-radius: 0;
  padding: 10px 15px;
  background-color: #015cff;
  color: #ffffff;
}
.woocommerce-page #main .button.wc-backward:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.woocommerce-page #main .woocommerce-additional-fields textarea {
  min-height: 200px;
  padding: 10px;
}
.woocommerce-page #main .woocommerce-error::before {
  left: 4px;
}
.woocommerce-page #main .woocommerce-Button.button {
  background-color: #015cff;
  color: #ffffff;
}
.woocommerce-page #main .woocommerce-MyAccount-navigation li {
  list-style: none;
}
.woocommerce-page #main .woocommerce-MyAccount-navigation li.is-active a {
  text-decoration: underline;
}
.woocommerce-page #main .woocommerce-MyAccount-content .input-text {
  padding: 0 15px;
}
.woocommerce-page #main .woocommerce-pagination {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.woocommerce-page #main .woocommerce-pagination ul.page-numbers {
  border: 0;
}
.woocommerce-page #main .woocommerce-pagination li {
  border: 0;
  margin: 0 3px;
}
.woocommerce-page #main .woocommerce-pagination li .page-numbers {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #e9eaec;
  color: #22243b;
  background-color: rgba(0, 0, 0, 0) !important;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-page #main .woocommerce-pagination li .page-numbers.current,
.woocommerce-page #main .woocommerce-pagination li .page-numbers:hover {
  color: #015cff;
}
.woocommerce-page #commentform label {
  float: left;
  width: 100%;
}
.woocommerce-page #commentform input {
  height: 40px;
}
.woocommerce-page #commentform input:not([type="submit"]) {
  width: 100%;
  max-width: 50%;
  margin: 0;
  padding: 0 15px;
}
.woocommerce-page #commentform textarea {
  margin-bottom: 0;
  max-width: 50%;
  padding: 15px;
}
.woocommerce-page #commentform .form-submit {
  margin-top: 15px !important;
}
.woocommerce-page #commentform .form-submit input[type='submit']#submit {
  font-size: 13px;
  border-radius: 0;
  color: #ffffff;
  background: #015cff;
  height: 40px;
  padding: 5px 15px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.woocommerce-page #commentform .form-submit input[type='submit']#submit:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.woocommerce-page #review_form #respond p {
  float: left;
  width: 100%;
  clear: both;
}
.woocommerce-page .images figure {
  margin: 0;
}
.woocommerce-page .woocommerce-product-gallery__wrapper {
  max-width: initial;
}
.woocommerce-page .product.type-product {
  text-align: center;
}
.woocommerce-page .product.type-product .woocommerce-LoopProduct-link {
  float: left;
  width: 100%;
}
.woocommerce-page .product.type-product p,
.woocommerce-page .product.type-product label,
.woocommerce-page .product.type-product .product_meta,
.woocommerce-page .product.type-product .tabs,
.woocommerce-page .product.type-product .product_title,
.woocommerce-page .product.type-product .woocommerce-product-rating,
.woocommerce-page .product.type-product .woocommerce-product-gallery__wrapper {
  text-align: left;
}
.woocommerce-page a.button.add_to_cart_button {
  margin-top: 0 !important;
  font-size: 13px;
  border-radius: 0;
  color: #ffffff;
  background: #015cff;
  height: 30px;
}
.woocommerce-page a.button.add_to_cart_button:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.woocommerce-page .added_to_cart.wc-forward {
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  position: relative;
  top: 6px;
  color: #ddd;
}
.woocommerce-page .added_to_cart.wc-forward:hover {
  border-color: #015cff;
  color: #015cff;
}
.woocommerce-page .added_to_cart.wc-forward:before {
  content: "\f3fd";
  font-family: "ionicons";
  font-size: 24px;
  line-height: 30px;
  color: inherit;
}
.woocommerce-page .widget.shop {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce-page .widget.shop .button.wc-forward {
  background-color: #015cff;
  color: #ffffff;
}
.woocommerce-page .widget.shop.widget_price_filter .price_slider_amount .button {
  background-color: #015cff;
  color: #ffffff;
}
.woocommerce-page .widget.shop mark,
.woocommerce-page .widget.shop ins {
  background-color: rgba(0, 0, 0, 0);
}
.woocommerce-page .widget.shop li {
  list-style: none;
}
.woocommerce-page .widget.shop .shop-widget-title {
  font-size: 20px;
  left: 32px;
}
.woocommerce-page .widget.shop:first-of-type .shop-widget-title {
  margin-top: 0;
}
.woocommerce-page .widget.shop.widget_product_categories li,
.woocommerce-page .widget.shop.widget_layered_nav li,
.woocommerce-page .widget.shop.widget_product_categories a,
.woocommerce-page .widget.shop.widget_layered_nav a {
  font-weight: bold;
  line-height: 28px;
}
.woocommerce-page .woocommerce-product-search .search-field {
  float: left;
  width: -webkit-calc(100% - 46px);
  width: -moz-calc(100% - 46px);
  width: -o-calc(100% - 46px);
  width: calc(100% - 46px);
  height: 46px;
  border: 0;
  background: #eff6f8;
  padding: 10px;
  border-bottom: 1px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#a013f5), to(#015cff)) 100 10%;
  -webkit-border-image: -webkit-linear-gradient(right, #a013f5, #015cff) 100 10%;
  border-image: linear-gradient(to right, #015cff, #a013f5) 1 10%;
}
.woocommerce-page .woocommerce-product-search input[type='submit'] {
  height: 46px;
  width: 46px;
  float: left;
  font-size: 0;
  cursor: pointer;
  background: #015cff url(../seocode/images/search.png) no-repeat center center;
  border: 0;
  position: relative;
  z-index: 3;
}

@media(min-width: 767px) {
.theme-wrap-primary-menu {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    display: block;
}
}

.ht-logo {
	min-width: 50px;
	max-width: 80px;
}

.sc-service-read-more, .wrap-header-layout {
	display: none !important;
}
