/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* custom variable 
@import "variables/colors";*/
/* custom css 
@import "pages/common/nav";
@import "pages/home/index";

@import "pages/home/responsive";

@import "pages/home/custom";*/
@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900);
/*Theme Colors*/
/*bootstrap Color*/
/*Normal Color*/
/*Border radius*/
/*Preloader*/
@import url(spinners.css);
@import url(icons/material-design-iconic-font/css/materialdesignicons.min.css);
/* line 10, ../../css/sass/pages/home/_style.scss */
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

/* line 18, ../../css/sass/pages/home/_style.scss */
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/* line 23, ../../css/sass/pages/home/_style.scss */
* {
  outline: none !important;
}

/* line 26, ../../css/sass/pages/home/_style.scss */
body {
  background: #2f323e;
  font-family: 'Rubik', sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #313131;
  font-weight: 300;
}

/* line 34, ../../css/sass/pages/home/_style.scss */
html {
  position: relative;
  min-height: 100%;
  background: #ffffff;
}

/* line 39, ../../css/sass/pages/home/_style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #313131;
  font-family: 'Rubik', sans-serif;
  margin: 10px 0;
  font-weight: 300;
}

/* line 50, ../../css/sass/pages/home/_style.scss */
h1 {
  line-height: 48px;
  font-size: 36px;
}

/* line 54, ../../css/sass/pages/home/_style.scss */
h2 {
  line-height: 36px;
  font-size: 24px;
}

/* line 58, ../../css/sass/pages/home/_style.scss */
h3 {
  line-height: 30px;
  font-size: 21px;
}

/* line 62, ../../css/sass/pages/home/_style.scss */
h4 {
  line-height: 22px;
  font-size: 18px;
}

/* line 66, ../../css/sass/pages/home/_style.scss */
h5 {
  font-size: 18px;
  font-size: 16px;
}

/* line 70, ../../css/sass/pages/home/_style.scss */
h5 {
  font-size: 16px;
  font-size: 14px;
}

/* line 74, ../../css/sass/pages/home/_style.scss */
.dn {
  display: none;
}

/* line 77, ../../css/sass/pages/home/_style.scss */
.db {
  display: block;
}

/* line 80, ../../css/sass/pages/home/_style.scss */
.light_op_text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 83, ../../css/sass/pages/home/_style.scss */
blockquote {
  border-left: 5px solid #2cabe3 !important;
  border: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 87, ../../css/sass/pages/home/_style.scss */
p {
  line-height: 1.6;
}

/* line 90, ../../css/sass/pages/home/_style.scss */
b {
  font-weight: 500;
}

/* line 93, ../../css/sass/pages/home/_style.scss */
a:hover {
  outline: 0;
  text-decoration: none;
}

/* line 97, ../../css/sass/pages/home/_style.scss */
a:active {
  outline: 0;
  text-decoration: none;
}

/* line 101, ../../css/sass/pages/home/_style.scss */
a:focus {
  outline: 0;
  text-decoration: none;
}

/* line 105, ../../css/sass/pages/home/_style.scss */
.clear {
  clear: both;
}

/* line 108, ../../css/sass/pages/home/_style.scss */
.font-12 {
  font-size: 12px;
}

/* line 111, ../../css/sass/pages/home/_style.scss */
hr {
  border-color: rgba(120, 130, 140, 0.13);
}

/* line 114, ../../css/sass/pages/home/_style.scss */
.b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 117, ../../css/sass/pages/home/_style.scss */
.b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 120, ../../css/sass/pages/home/_style.scss */
.b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 123, ../../css/sass/pages/home/_style.scss */
.b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 126, ../../css/sass/pages/home/_style.scss */
.b-all {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 129, ../../css/sass/pages/home/_style.scss */
.b-none {
  border: 0px !important;
}

/* line 132, ../../css/sass/pages/home/_style.scss */
.max-height {
  height: 310px;
  overflow: auto;
}

/* line 136, ../../css/sass/pages/home/_style.scss */
.p-0 {
  padding: 0px !important;
}

/* line 139, ../../css/sass/pages/home/_style.scss */
.p-10 {
  padding: 10px !important;
}

/* line 142, ../../css/sass/pages/home/_style.scss */
.p-20 {
  padding: 20px !important;
}

/* line 145, ../../css/sass/pages/home/_style.scss */
.p-30 {
  padding: 30px !important;
}

/* line 148, ../../css/sass/pages/home/_style.scss */
.p-l-0 {
  padding-left: 0px !important;
}

/* line 151, ../../css/sass/pages/home/_style.scss */
.p-l-10 {
  padding-left: 10px !important;
}

/* line 154, ../../css/sass/pages/home/_style.scss */
.p-l-20 {
  padding-left: 20px !important;
}

/* line 157, ../../css/sass/pages/home/_style.scss */
.p-l-30 {
  padding-left: 30px !important;
}

/* line 160, ../../css/sass/pages/home/_style.scss */
.p-r-0 {
  padding-right: 0px !important;
}

/* line 163, ../../css/sass/pages/home/_style.scss */
.p-r-10 {
  padding-right: 10px !important;
}

/* line 166, ../../css/sass/pages/home/_style.scss */
.p-r-20 {
  padding-right: 20px !important;
}

/* line 169, ../../css/sass/pages/home/_style.scss */
.p-r-30 {
  padding-right: 30px !important;
}

/* line 172, ../../css/sass/pages/home/_style.scss */
.p-r-40 {
  padding-right: 40px !important;
}

/* line 175, ../../css/sass/pages/home/_style.scss */
.p-t-0 {
  padding-top: 0px !important;
}

/* line 178, ../../css/sass/pages/home/_style.scss */
.p-t-10 {
  padding-top: 10px !important;
}

/* line 181, ../../css/sass/pages/home/_style.scss */
.p-t-20 {
  padding-top: 20px !important;
}

/* line 184, ../../css/sass/pages/home/_style.scss */
.p-t-30 {
  padding-top: 30px !important;
}

/* line 187, ../../css/sass/pages/home/_style.scss */
.p-b-0 {
  padding-bottom: 0px !important;
}

/* line 190, ../../css/sass/pages/home/_style.scss */
.p-b-10 {
  padding-bottom: 10px !important;
}

/* line 193, ../../css/sass/pages/home/_style.scss */
.p-b-20 {
  padding-bottom: 20px !important;
}

/* line 196, ../../css/sass/pages/home/_style.scss */
.p-b-30 {
  padding-bottom: 30px !important;
}

/* line 199, ../../css/sass/pages/home/_style.scss */
.p-b-40 {
  padding-bottom: 40px !important;
}

/* line 202, ../../css/sass/pages/home/_style.scss */
.m-0 {
  margin: 0px !important;
}

/* line 205, ../../css/sass/pages/home/_style.scss */
.m-l-5 {
  margin-left: 15px !important;
  list-style: circle!important;
}

/* line 208, ../../css/sass/pages/home/_style.scss */
.m-l-10 {
  margin-left: 10px !important;
}

/* line 211, ../../css/sass/pages/home/_style.scss */
.m-l-15 {
  margin-left: 15px !important;
}

/* line 214, ../../css/sass/pages/home/_style.scss */
.m-l-20 {
  margin-left: 20px !important;
}

/* line 217, ../../css/sass/pages/home/_style.scss */
.m-l-30 {
  margin-left: 30px !important;
}

/* line 220, ../../css/sass/pages/home/_style.scss */
.m-l-40 {
  margin-left: 40px !important;
}

/* line 223, ../../css/sass/pages/home/_style.scss */
.m-r-5 {
  margin-right: 5px !important;
}

/* line 226, ../../css/sass/pages/home/_style.scss */
.m-r-10 {
  margin-right: 10px !important;
}

/* line 229, ../../css/sass/pages/home/_style.scss */
.m-r-15 {
  margin-right: 15px !important;
}

/* line 232, ../../css/sass/pages/home/_style.scss */
.m-r-20 {
  margin-right: 20px !important;
}

/* line 235, ../../css/sass/pages/home/_style.scss */
.m-r-30 {
  margin-right: 30px !important;
}

/* line 238, ../../css/sass/pages/home/_style.scss */
.m-r-40 {
  margin-right: 40px !important;
}

/* line 241, ../../css/sass/pages/home/_style.scss */
.m-t-5 {
  margin-top: 5px !important;
}

/* line 244, ../../css/sass/pages/home/_style.scss */
.m-t-0 {
  margin-top: 0px !important;
}

/* line 247, ../../css/sass/pages/home/_style.scss */
.m-t-10 {
  margin-top: 10px !important;
}

/* line 250, ../../css/sass/pages/home/_style.scss */
.m-t-15 {
  margin-top: 15px !important;
}

/* line 253, ../../css/sass/pages/home/_style.scss */
.m-t-20 {
  margin-top: 20px !important;
}

/* line 256, ../../css/sass/pages/home/_style.scss */
.m-t-30 {
  margin-top: 30px !important;
}

/* line 259, ../../css/sass/pages/home/_style.scss */
.m-t-40 {
  margin-top: 40px !important;
}

/* line 262, ../../css/sass/pages/home/_style.scss */
.m-b-0 {
  margin-bottom: 0px !important;
}

/* line 265, ../../css/sass/pages/home/_style.scss */
.m-b-5 {
  margin-bottom: 5px !important;
}

/* line 268, ../../css/sass/pages/home/_style.scss */
.m-b-10 {
  margin-bottom: 10px !important;
}

/* line 271, ../../css/sass/pages/home/_style.scss */
.m-b-15 {
  margin-bottom: 15px !important;
}

/* line 274, ../../css/sass/pages/home/_style.scss */
.m-b-20 {
  margin-bottom: 20px !important;
}

/* line 277, ../../css/sass/pages/home/_style.scss */
.m-b-30 {
  margin-bottom: 30px !important;
}

/* line 280, ../../css/sass/pages/home/_style.scss */
.m-b-40 {
  margin-bottom: 40px !important;
}

/* line 283, ../../css/sass/pages/home/_style.scss */
.vt {
  vertical-align: top;
}

/* line 286, ../../css/sass/pages/home/_style.scss */
.vb {
  vertical-align: bottom;
}

/* line 289, ../../css/sass/pages/home/_style.scss */
.font-bold {
  font-weight: 700;
}

/* line 292, ../../css/sass/pages/home/_style.scss */
.font-medium {
  font-weight: 500;
}

/* line 295, ../../css/sass/pages/home/_style.scss */
.font-normal {
  font-weight: normal;
}

/* line 298, ../../css/sass/pages/home/_style.scss */
.font-light {
  font-weight: 300;
}

/* line 301, ../../css/sass/pages/home/_style.scss */
.pull-in {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 305, ../../css/sass/pages/home/_style.scss */
.b-0 {
  border: none !important;
}

/* line 308, ../../css/sass/pages/home/_style.scss */
.vertical-middle,
.vm {
  vertical-align: middle;
}

/* line 312, ../../css/sass/pages/home/_style.scss */
.mdi {
  font-size: 17px;
}

/* line 315, ../../css/sass/pages/home/_style.scss */
.bx-shadow {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

/* line 320, ../../css/sass/pages/home/_style.scss */
.mx-box {
  max-height: 380px;
  min-height: 380px;
}

/* line 324, ../../css/sass/pages/home/_style.scss */
.thumb-sm {
  height: 32px;
  width: 32px;
}

/* line 328, ../../css/sass/pages/home/_style.scss */
.thumb-md {
  height: 48px;
  width: 48px;
}

/* line 332, ../../css/sass/pages/home/_style.scss */
.thumb-lg {
  height: 88px;
  width: 88px;
}

/* line 336, ../../css/sass/pages/home/_style.scss */
.txt-oflo {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 341, ../../css/sass/pages/home/_style.scss */
.di {
  display: inline-block;
}

/* line 344, ../../css/sass/pages/home/_style.scss */
.get-code {
  color: #263238;
  cursor: pointer;
  border-radius: 100%;
  background: #ffffff;
  padding: 4px 5px;
  font-size: 10px;
  margin: 0 5px;
  vertical-align: middle;
}

/* Badge */
/* line 355, ../../css/sass/pages/home/_style.scss */
.badge {
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: 1px;
  background-color: #ffbb44;
}

/* line 363, ../../css/sass/pages/home/_style.scss */
.badge-xs {
  font-size: 9px;
}

/* line 366, ../../css/sass/pages/home/_style.scss */
.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

/* line 373, ../../css/sass/pages/home/_style.scss */
.badge-success {
  background-color: #7ace4c;
}

/* line 376, ../../css/sass/pages/home/_style.scss */
.badge-info {
  background-color: #41b3f9;
}

/* line 379, ../../css/sass/pages/home/_style.scss */
.badge-warning {
  background-color: #ffbb44;
}

/* line 382, ../../css/sass/pages/home/_style.scss */
.badge-danger {
  background-color: #f33155;
}

/* line 385, ../../css/sass/pages/home/_style.scss */
.badge-purple {
  background-color: #707cd2;
}

/* line 388, ../../css/sass/pages/home/_style.scss */
.badge-red {
  background-color: #f33155;
}

/* line 391, ../../css/sass/pages/home/_style.scss */
.badge-inverse {
  background-color: #4c5667;
}

/*notify*/
/* line 395, ../../css/sass/pages/home/_style.scss */
.notify {
  position: relative;
  margin-top: -30px;
}

/* line 399, ../../css/sass/pages/home/_style.scss */
.notify .heartbit {
  position: absolute;
  top: -20px;
  right: -16px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #f33155;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 416, ../../css/sass/pages/home/_style.scss */
.notify .point {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #f33155;
  position: absolute;
  right: -6px;
  top: -10px;
}

@-moz-keyframes heartbit {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}
@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
/* Text colors */
/* line 472, ../../css/sass/pages/home/_style.scss */
.text-white {
  color: #ffffff;
}

/* line 475, ../../css/sass/pages/home/_style.scss */
.text-danger {
  color: #f33155;
}

/* line 478, ../../css/sass/pages/home/_style.scss */
.text-muted {
  color: #8d9ea7;
}

/* line 481, ../../css/sass/pages/home/_style.scss */
.text-warning {
  color: #ffbb44;
}

/* line 484, ../../css/sass/pages/home/_style.scss */
.text-success {
  color: #7ace4c;
}

/* line 487, ../../css/sass/pages/home/_style.scss */
.text-info {
  color: #41b3f9;
}

/* line 490, ../../css/sass/pages/home/_style.scss */
.text-inverse {
  color: #4c5667;
}

/* line 493, ../../css/sass/pages/home/_style.scss */
.text-blue {
  color: #02bec9;
}

/* line 496, ../../css/sass/pages/home/_style.scss */
.text-purple {
  color: #707cd2;
}

/* line 499, ../../css/sass/pages/home/_style.scss */
.text-primary {
  color: #41b3f9;
}

/* line 502, ../../css/sass/pages/home/_style.scss */
.text-megna {
  color: #01c0c8;
}

/* line 505, ../../css/sass/pages/home/_style.scss */
.text-dark {
  color: #313131 !important;
}

/* line 508, ../../css/sass/pages/home/_style.scss */
.fw-500 {
  font-weight: 500;
}

/* Background colors */
/* line 512, ../../css/sass/pages/home/_style.scss */
.bg-primary {
  background-color: #41b3f9 !important;
}

/* line 515, ../../css/sass/pages/home/_style.scss */
.bg-success {
  background-color: #7ace4c !important;
}

/* line 518, ../../css/sass/pages/home/_style.scss */
.bg-info {
  background-color: #41b3f9 !important;
}

/* line 521, ../../css/sass/pages/home/_style.scss */
.bg-warning {
  background-color: #ffbb44 !important;
}

/* line 524, ../../css/sass/pages/home/_style.scss */
.bg-danger {
  background-color: #f33155 !important;
}

/* line 527, ../../css/sass/pages/home/_style.scss */
.bg-theme-alt {
  background-color: #f33155 !important;
}

/* line 530, ../../css/sass/pages/home/_style.scss */
.bg-theme {
  background-color: #2cabe3 !important;
}

/* line 533, ../../css/sass/pages/home/_style.scss */
.bg-theme-dark {
  background-color: #4F5467 !important;
}

/* line 536, ../../css/sass/pages/home/_style.scss */
.bg-inverse {
  background-color: #4c5667 !important;
}

/* line 539, ../../css/sass/pages/home/_style.scss */
.bg-purple {
  background-color: #707cd2 !important;
}

/* line 542, ../../css/sass/pages/home/_style.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 545, ../../css/sass/pages/home/_style.scss */
.bg-light {
  background-color: #e4e7ea !important;
}

/* line 548, ../../css/sass/pages/home/_style.scss */
.bg-extralight {
  background-color: #f7fafc !important;
}

/* Labels */
/* line 552, ../../css/sass/pages/home/_style.scss */
.label {
  letter-spacing: 0.05em;
  border-radius: 60px;
  padding: 4px 12px 3px;
  font-weight: 500;
}

/* line 558, ../../css/sass/pages/home/_style.scss */
.label-rounded,
.label-rouded {
  border-radius: 60px;
  padding: 4px 12px 3px;
  font-weight: 500;
}

/* line 564, ../../css/sass/pages/home/_style.scss */
.label-custom {
  background-color: #01c0c8;
}

/* line 567, ../../css/sass/pages/home/_style.scss */
.label-success {
  background-color: #7ace4c;
}

/* line 570, ../../css/sass/pages/home/_style.scss */
.label-info {
  background-color: #41b3f9;
}

/* line 573, ../../css/sass/pages/home/_style.scss */
.label-warning {
  background-color: #ffbb44;
}

/* line 576, ../../css/sass/pages/home/_style.scss */
.label-danger {
  background-color: #f33155;
}

/* line 579, ../../css/sass/pages/home/_style.scss */
.label-megna {
  background-color: #01c0c8;
}

/* line 582, ../../css/sass/pages/home/_style.scss */
.label-primary {
  background-color: #41b3f9;
}

/* line 585, ../../css/sass/pages/home/_style.scss */
.label-purple {
  background-color: #707cd2;
}

/* line 588, ../../css/sass/pages/home/_style.scss */
.label-red {
  background-color: #f33155;
}

/* line 591, ../../css/sass/pages/home/_style.scss */
.label-inverse {
  background-color: #4c5667;
}

/* line 594, ../../css/sass/pages/home/_style.scss */
.label-white {
  background-color: #ffffff;
}

/* line 597, ../../css/sass/pages/home/_style.scss */
.label-default {
  background-color: #e4e7ea;
}

/*Bootstrap overight*/
/* line 601, ../../css/sass/pages/home/_style.scss */
.dropdown-menu {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 0px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0px !important;
  -moz-box-shadow: 0px !important;
  padding-bottom: 8px;
  margin-top: 0px;
}

/*
.dropdown-menu > li > a {
  padding: 9px 20px;
}*/
/* line 614, ../../css/sass/pages/home/_style.scss */
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #f7fafc;
}

/* line 618, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .progress {
  margin-bottom: 6px;
}

/* line 621, ../../css/sass/pages/home/_style.scss */
label {
  font-weight: 500;
}

/* line 624, ../../css/sass/pages/home/_style.scss */
.btn {
  border-radius: 3px;
}

/* line 627, ../../css/sass/pages/home/_style.scss */
.form-control {
  background-color: #ffffff;
  border: 1px solid #e4e7ea;
  border-radius: 0px;
  box-shadow: 4px;
  color: #565656;
  height: 38px;
  max-width: 100%;
  padding: 7px 12px;
  transition: all 300ms linear 0s;
}

/* line 638, ../../css/sass/pages/home/_style.scss */
.form-control:focus {
  box-shadow: none;
  border-color: #263238;
}

/* line 642, ../../css/sass/pages/home/_style.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 648, ../../css/sass/pages/home/_style.scss */
.input-lg {
  height: 44px;
  padding: 5px 10px;
  font-size: 18px;
}

/* line 653, ../../css/sass/pages/home/_style.scss */
.bootstrap-tagsinput {
  border: 1px solid #e4e7ea;
  border-radius: 0px;
  box-shadow: none;
  display: block;
  padding: 7px 12px;
}

/* line 660, ../../css/sass/pages/home/_style.scss */
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 9px 10px;
}

/* line 663, ../../css/sass/pages/home/_style.scss */
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0px;
}

/* line 667, ../../css/sass/pages/home/_style.scss */
.input-group-btn .btn {
  padding: 8px 12px;
}

/* line 670, ../../css/sass/pages/home/_style.scss */
.form-horizontal .form-group {
  margin-bottom: 25px;
}

/* line 673, ../../css/sass/pages/home/_style.scss */
.form-group {
  margin-bottom: 25px;
}

/* line 676, ../../css/sass/pages/home/_style.scss */
.select2-container-multi .select2-choices {
  border: 1px solid #e4e7ea;
}

/* line 679, ../../css/sass/pages/home/_style.scss */
.list-group-item,
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0px;
  border-color: rgba(120, 130, 140, 0.13);
}

/* line 685, ../../css/sass/pages/home/_style.scss */
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background: #41b3f9;
  border-color: #41b3f9;
}

/* line 691, ../../css/sass/pages/home/_style.scss */
.list-task .list-group-item,
.list-task .list-group-item:first-child {
  border-radius: 0px;
  border: 0px;
}

/* line 696, ../../css/sass/pages/home/_style.scss */
.list-task .list-group-item:last-child {
  border-radius: 0px;
  border: 0px;
}

/* line 700, ../../css/sass/pages/home/_style.scss */
.media {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 10px;
  padding: 15px;
}

/* line 705, ../../css/sass/pages/home/_style.scss */
.media .media-heading {
  font-weight: 500;
}

/* line 708, ../../css/sass/pages/home/_style.scss */
.well,
pre {
  background: #ffffff;
  border-radius: 0px;
}

/* line 713, ../../css/sass/pages/home/_style.scss */
.nav-tabs > li > a {
  border-radius: 0px;
  color: #263238;
}

/* line 717, ../../css/sass/pages/home/_style.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #ffffff;
}

/* line 721, ../../css/sass/pages/home/_style.scss */
.modal-content {
  border-radius: 0px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 725, ../../css/sass/pages/home/_style.scss */
.alert {
  border-radius: 0px;
}

/* line 728, ../../css/sass/pages/home/_style.scss */
.carousel-control {
  width: 8%;
}

/* line 731, ../../css/sass/pages/home/_style.scss */
.carousel-control span {
  position: absolute;
  top: 50%;
  /* pushes the icon in the middle of the height */
  z-index: 5;
  display: inline-block;
  font-size: 30px;
}

/* line 739, ../../css/sass/pages/home/_style.scss */
.popover {
  border-radius: 0px;
  z-index: 100;
}

/* line 743, ../../css/sass/pages/home/_style.scss */
.popover-title {
  padding: 5px 14px;
}

/* line 746, ../../css/sass/pages/home/_style.scss */
.border-right {
  border-right: 1px #edf1f5 solid;
}

/* line 749, ../../css/sass/pages/home/_style.scss */
.table-full-width {
  padding: 0 !important;
}

/* line 753, ../../css/sass/pages/home/_style.scss */
.table-full-width table > th, .table-full-width table > td {
  white-space: nowrap;
}

/*
.container-fluid {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left:7.5px;
  padding-right:7.5px;
}
.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}*/
/* line 771, ../../css/sass/pages/home/_style.scss */
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0px;
}

/* line 775, ../../css/sass/pages/home/_style.scss */
.table-responsive {
  overflow-y: hidden;
}

/* Pagination/ Pager */
/* line 779, ../../css/sass/pages/home/_style.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

/* line 784, ../../css/sass/pages/home/_style.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 789, ../../css/sass/pages/home/_style.scss */
.pagination > li > a,
.pagination > li > span {
  color: #263238;
}

/* line 793, ../../css/sass/pages/home/_style.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e4e7ea;
}

/* line 799, ../../css/sass/pages/home/_style.scss */
.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

/* line 804, ../../css/sass/pages/home/_style.scss */
.pagination-split li:first-child {
  margin-left: 0;
}

/* line 807, ../../css/sass/pages/home/_style.scss */
.pagination-split li a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* line 812, ../../css/sass/pages/home/_style.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2cabe3;
  border-color: #2cabe3;
}

/* line 821, ../../css/sass/pages/home/_style.scss */
.pager li > a,
.pager li > span {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #263238;
}

/* line 828, ../../css/sass/pages/home/_style.scss */
.table-box {
  display: table;
  width: 100%;
}

/* line 832, ../../css/sass/pages/home/_style.scss */
.cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 836, ../../css/sass/pages/home/_style.scss */
.jqstooltip {
  width: auto !important;
  height: auto !important;
}

/* line 840, ../../css/sass/pages/home/_style.scss */
#wrapper {
  width: 100%;
}

/* line 843, ../../css/sass/pages/home/_style.scss */
#page-wrapper {
  padding: 0px;
  min-height: 568px;
  background: #edf1f5;
  padding-bottom: 60px;
}

/* line 852, ../../css/sass/pages/home/_style.scss */
.footer {
  bottom: 0;
  color: #58666e;
  left: 240px;
  padding: 8px 30px;
  position: absolute;
  right: 0;
  background: #ffffff;
  font-size: 12px;
  margin-bottom: -15px;
}

/* line 863, ../../css/sass/pages/home/_style.scss */
.footer p {
  font-size: 12px;
}

/* line 866, ../../css/sass/pages/home/_style.scss */
.bg-title {
  background: #ffffff;
  overflow: hidden;
  padding: 15px 10px 9px;
  margin-bottom: 25px;
  margin-left: -25.5px;
  margin-right: -25.5px;
}

/* line 874, ../../css/sass/pages/home/_style.scss */
.bg-title h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
}

/* line 880, ../../css/sass/pages/home/_style.scss */
.bg-title .breadcrumb {
  background: none;
  margin-bottom: 0px;
  float: right;
  padding: 0;
  margin-top: 8px;
}

/* line 887, ../../css/sass/pages/home/_style.scss */
.bg-title .breadcrumb a {
  color: rgba(0, 0, 0, 0.5);
}

/* line 890, ../../css/sass/pages/home/_style.scss */
.bg-title .breadcrumb a:hover {
  color: #000000;
}

/* line 893, ../../css/sass/pages/home/_style.scss */
.bg-title .breadcrumb .active {
  color: #2cabe3;
}

/* line 896, ../../css/sass/pages/home/_style.scss */
.logo b {
  /*background:@themecolor;*/
  height: 60px;
  /*float: left;*/
  padding-left: 20px;
  width: auto;
  line-height: 59px;
  text-align: center;
  display: none;
}

/* line 906, ../../css/sass/pages/home/_style.scss */
img.light-logo {
  
  max-width: 200px;
}

/* line 910, ../../css/sass/pages/home/_style.scss */
.logo i {
  color: #ffffff;
}

/* line 913, ../../css/sass/pages/home/_style.scss */
.top-left-part {
  width: 240px;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 1px;
}

/* line 919, ../../css/sass/pages/home/_style.scss */
.top-left-part a {
  color: #ffffff;
  line-height: 59px;
  font-size: 18px;
  padding-left: 10px;
  text-transform: uppercase;
}

/* line 926, ../../css/sass/pages/home/_style.scss */
.top-left-part .light-logo {
  display: none;
}

/* line 929, ../../css/sass/pages/home/_style.scss */
.navbar-header {
  width: 100%;
  background: #3c4451;
  border: 0px;
}

/* line 934, ../../css/sass/pages/home/_style.scss */
.navbar-default {
  border: 0px;
  z-index: 2000;
}

/* line 937, ../../css/sass/pages/home/_style.scss */
.navbar-top-links {
  margin-right: 0;
}

/* line 940, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .badge {
  position: absolute;
  right: 6px;
  top: 15px;
}

/* line 945, ../../css/sass/pages/home/_style.scss */
.navbar-top-links > li {
  float: left;
}

/* line 948, ../../css/sass/pages/home/_style.scss */
.navbar-top-links > li > a {
  color: #ffffff;
  padding: 0 14px;
  line-height: 58px;
  min-height: 60px;
}

/* line 954, ../../css/sass/pages/home/_style.scss */
.navbar-top-links > li > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 957, ../../css/sass/pages/home/_style.scss */
.navbar-top-links > li > a:focus {
  background: transparent;
}

/* line 960, ../../css/sass/pages/home/_style.scss */
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 965, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .dropdown-menu li {
  display: block;
}

/* line 968, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

/* line 971, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

/* line 974, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

/* line 980, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

/* line 983, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

/* line 986, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

/* line 989, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
  width: 280px;
}

/* line 994, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .dropdown-user .dw-user-box {
  padding: 15px;
}

/* line 997, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .dropdown-user .dw-user-box .u-img {
  width: 80px;
  display: inline-block;
  vertical-align: top;
}

/* line 1002, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .dropdown-user .dw-user-box .u-img img {
  width: 100%;
  border-radius: 5px;
}

/* line 1006, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .dropdown-user .dw-user-box .u-text {
  display: inline-block;
  padding-left: 10px;
}

/* line 1010, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .dropdown-user .dw-user-box .u-text h4 {
  margin: 0px;
}

/* line 1013, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .dropdown-user .dw-user-box .u-text p {
  margin-bottom: 3px;
}

/* line 1016, ../../css/sass/pages/home/_style.scss */
.navbar-header .navbar-toggle {
  float: none;
  padding: 0 15px;
  line-height: 60px;
  border: 0px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0px;
  display: inline-block;
  border-radius: 0px;
}

/* line 1026, ../../css/sass/pages/home/_style.scss */
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

/*Search*/
/* line 1032, ../../css/sass/pages/home/_style.scss */
.app-search {
  position: relative;
  margin: 0px;
}

/* line 1036, ../../css/sass/pages/home/_style.scss */
.app-search a {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #4c5667;
}

/* line 1042, ../../css/sass/pages/home/_style.scss */
.app-search .form-control,
.app-search .form-control:focus {
  border: none;
  font-size: 13px;
  color: #4c5667;
  padding-left: 20px;
  padding-right: 40px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
  height: 30px;
  font-weight: 600;
  width: 180px;
  display: inline-block;
  line-height: 30px;
  margin-top: 15px;
  border-radius: 40px;
  transition: 0.5s ease-out;
}

/* line 1060, ../../css/sass/pages/home/_style.scss */
.app-search .form-control::-moz-placeholder {
  color: #4c5667;
  opacity: 0.5;
}

/* line 1064, ../../css/sass/pages/home/_style.scss */
.app-search .form-control::-webkit-input-placeholder {
  color: #4c5667;
  opacity: 0.5;
}

/* line 1068, ../../css/sass/pages/home/_style.scss */
.app-search .form-control::-ms-placeholder {
  color: #4c5667;
  opacity: 0.5;
}

/* line 1072, ../../css/sass/pages/home/_style.scss */
.nav-small-cap {
  color: #a6afbb;
  cursor: default;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.035em;
  padding: 12px 15px !important;
  pointer-events: none;
  margin: 20px 0 0 -15px;
}

/* line 1083, ../../css/sass/pages/home/_style.scss */
.profile-pic {
  padding: 0px 20px;
  line-height: 50px;
}

/* line 1087, ../../css/sass/pages/home/_style.scss */
.profile-pic img {
  margin-right: 10px;
}

/* line 1090, ../../css/sass/pages/home/_style.scss */
.drop-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #263238;
  font-size: 15px;
  font-weight: 600;
  padding: 11px 20px 15px;
}

/* line 1097, ../../css/sass/pages/home/_style.scss */
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

/* line 1102, ../../css/sass/pages/home/_style.scss */
.btn-rounded {
  border-radius: 60px;
}

/* line 1105, ../../css/sass/pages/home/_style.scss */
.btn-custom,
.btn-custom.disabled {
  background: #2cabe3;
  border: 1px solid #2cabe3;
  color: #ffffff;
}

/* line 1111, ../../css/sass/pages/home/_style.scss */
.btn-custom:hover,
.btn-custom.disabled:hover,
.btn-custom:focus,
.btn-custom.disabled:focus,
.btn-custom.focus,
.btn-custom.disabled.focus {
  background: #2cabe3;
  opacity: 0.8;
  color: #ffffff;
  border: 1px solid #2cabe3;
}

/* line 1122, ../../css/sass/pages/home/_style.scss */
.btn-primary,
.btn-primary.disabled {
  background: #41b3f9;
  border: 1px solid #41b3f9;
}

/* line 1127, ../../css/sass/pages/home/_style.scss */
.btn-primary:hover,
.btn-primary.disabled:hover,
.btn-primary:focus,
.btn-primary.disabled:focus,
.btn-primary.focus,
.btn-primary.disabled.focus {
  background: #41b3f9;
  opacity: 0.8;
  border: 1px solid #41b3f9;
}

/* line 1137, ../../css/sass/pages/home/_style.scss */
.btn-success,
.btn-success.disabled {
  background: #7ace4c;
  border: 1px solid #7ace4c;
}

/* line 1142, ../../css/sass/pages/home/_style.scss */
.btn-success:hover,
.btn-success.disabled:hover,
.btn-success:focus,
.btn-success.disabled:focus,
.btn-success.focus,
.btn-success.disabled.focus {
  background: #7ace4c;
  opacity: 0.8;
  border: 1px solid #7ace4c;
}

/* line 1152, ../../css/sass/pages/home/_style.scss */
.btn-info,
.btn-info.disabled {
  background: #41b3f9;
  border: 1px solid #41b3f9;
}

/* line 1157, ../../css/sass/pages/home/_style.scss */
.btn-info:hover,
.btn-info.disabled:hover,
.btn-info:focus,
.btn-info.disabled:focus,
.btn-info.focus,
.btn-info.disabled.focus {
  background: #41b3f9;
  opacity: 0.8;
  border: 1px solid #41b3f9;
}

/* line 1167, ../../css/sass/pages/home/_style.scss */
.btn-warning,
.btn-warning.disabled {
  background: #ffbb44;
  border: 1px solid #ffbb44;
}

/* line 1172, ../../css/sass/pages/home/_style.scss */
.btn-warning:hover,
.btn-warning.disabled:hover,
.btn-warning:focus,
.btn-warning.disabled:focus,
.btn-warning.focus,
.btn-warning.disabled.focus {
  background: #ffbb44;
  opacity: 0.8;
  border: 1px solid #ffbb44;
}

/* line 1182, ../../css/sass/pages/home/_style.scss */
.btn-danger,
.btn-danger.disabled {
  background: #f33155;
  border: 1px solid #f33155;
}

/* line 1187, ../../css/sass/pages/home/_style.scss */
.btn-danger:hover,
.btn-danger.disabled:hover,
.btn-danger:focus,
.btn-danger.disabled:focus,
.btn-danger.focus,
.btn-danger.disabled.focus {
  background: #f33155;
  opacity: 0.8;
  border: 1px solid #f33155;
}

/* line 1197, ../../css/sass/pages/home/_style.scss */
.btn-default,
.btn-default.disabled {
  background: #e4e7ea;
  border: 1px solid #e4e7ea;
}

/* line 1202, ../../css/sass/pages/home/_style.scss */
.btn-default:hover,
.btn-default.disabled:hover,
.btn-default:focus,
.btn-default.disabled:focus,
.btn-default.focus,
.btn-default.disabled.focus {
  opacity: 0.8;
  border: 1px solid #e4e7ea;
  background: #e4e7ea;
}

/* line 1212, ../../css/sass/pages/home/_style.scss */
.btn-default.btn-outline {
  background-color: #ffffff;
}

/* line 1215, ../../css/sass/pages/home/_style.scss */
.btn-default.btn-outline:hover,
.btn-default.btn-outline:focus,
.btn-default.btn-outline.focus {
  background: #e4e7ea;
}

/* line 1220, ../../css/sass/pages/home/_style.scss */
.btn-primary.btn-outline {
  color: #41b3f9;
  background-color: #ffffff;
}

/* line 1224, ../../css/sass/pages/home/_style.scss */
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline.focus {
  background: #41b3f9;
  color: #ffffff;
}

/* line 1230, ../../css/sass/pages/home/_style.scss */
.btn-success.btn-outline {
  color: #7ace4c;
  background-color: transparent;
}

/* line 1234, ../../css/sass/pages/home/_style.scss */
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline.focus {
  background: #7ace4c;
  color: #ffffff;
}

/* line 1240, ../../css/sass/pages/home/_style.scss */
.btn-info.btn-outline {
  color: #41b3f9;
  background-color: transparent;
}

/* line 1244, ../../css/sass/pages/home/_style.scss */
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline.focus {
  background: #41b3f9;
  color: #ffffff;
}

/* line 1250, ../../css/sass/pages/home/_style.scss */
.btn-warning.btn-outline {
  color: #ffbb44;
  background-color: transparent;
}

/* line 1254, ../../css/sass/pages/home/_style.scss */
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline.focus {
  background: #ffbb44;
  color: #ffffff;
}

/* line 1260, ../../css/sass/pages/home/_style.scss */
.btn-danger.btn-outline {
  color: #f33155;
  background-color: transparent;
}

/* line 1264, ../../css/sass/pages/home/_style.scss */
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline.focus {
  background: #f33155;
  color: #ffffff;
}

/* line 1270, ../../css/sass/pages/home/_style.scss */
.button-box .btn {
  margin: 0 8px 8px 0px;
}

/* line 1273, ../../css/sass/pages/home/_style.scss */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}

/* line 1280, ../../css/sass/pages/home/_style.scss */
.btn-label {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin: -6px 12px -6px -14px;
  padding: 7px 15px;
}

/* line 1286, ../../css/sass/pages/home/_style.scss */
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}

/* line 1290, ../../css/sass/pages/home/_style.scss */
.btn-twitter {
  color: #ffffff !important;
  background-color: #55acee !important;
}

/* line 1294, ../../css/sass/pages/home/_style.scss */
.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}

/* line 1298, ../../css/sass/pages/home/_style.scss */
.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}

/* line 1302, ../../css/sass/pages/home/_style.scss */
.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}

/* line 1306, ../../css/sass/pages/home/_style.scss */
.btn-instagram {
  color: #ffffff !important;
  background-color: #3f729b !important;
}

/* line 1310, ../../css/sass/pages/home/_style.scss */
.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}

/* line 1314, ../../css/sass/pages/home/_style.scss */
.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}

/* line 1318, ../../css/sass/pages/home/_style.scss */
.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}

/* line 1322, ../../css/sass/pages/home/_style.scss */
.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}

/* line 1326, ../../css/sass/pages/home/_style.scss */
.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}

/* line 1330, ../../css/sass/pages/home/_style.scss */
.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}

/* line 1334, ../../css/sass/pages/home/_style.scss */
.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}

/* line 1338, ../../css/sass/pages/home/_style.scss */
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #41b3f9;
  border: 1px solid #41b3f9;
}

/* line 1352, ../../css/sass/pages/home/_style.scss */
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #7ace4c;
  border: 1px solid #7ace4c;
}

/* line 1366, ../../css/sass/pages/home/_style.scss */
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color: #41b3f9;
  border: 1px solid #41b3f9;
}

/* line 1380, ../../css/sass/pages/home/_style.scss */
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #ffbb44;
  border: 1px solid #ffbb44;
}

/* line 1394, ../../css/sass/pages/home/_style.scss */
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #f33155;
  border: 1px solid #f33155;
}

/* line 1408, ../../css/sass/pages/home/_style.scss */
.btn-inverse,
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #4c5667;
  border: 1px solid #4c5667;
  color: #ffffff;
}

/* line 1422, ../../css/sass/pages/home/_style.scss */
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1427, ../../css/sass/pages/home/_style.scss */
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgba(120, 130, 140, 0.13);
}

/* line 1432, ../../css/sass/pages/home/_style.scss */
.chat li.left .chat-body {
  margin-left: 60px;
}

/* line 1435, ../../css/sass/pages/home/_style.scss */
.chat li.right .chat-body {
  margin-right: 60px;
}

/* line 1438, ../../css/sass/pages/home/_style.scss */
.chat li .chat-body p {
  margin: 0;
}

/* line 1441, ../../css/sass/pages/home/_style.scss */
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

/* line 1445, ../../css/sass/pages/home/_style.scss */
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

/* line 1449, ../../css/sass/pages/home/_style.scss */
.login-panel {
  margin-top: 25%;
}

/* line 1452, ../../css/sass/pages/home/_style.scss */
.flot-chart {
  display: block;
  height: 400px;
}

/* line 1456, ../../css/sass/pages/home/_style.scss */
.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* line 1460, ../../css/sass/pages/home/_style.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

/* line 1467, ../../css/sass/pages/home/_style.scss */
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

/* line 1472, ../../css/sass/pages/home/_style.scss */
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

/* line 1477, ../../css/sass/pages/home/_style.scss */
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

/* line 1483, ../../css/sass/pages/home/_style.scss */
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

/* line 1492, ../../css/sass/pages/home/_style.scss */
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 1500, ../../css/sass/pages/home/_style.scss */
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

/* line 1508, ../../css/sass/pages/home/_style.scss */
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  background-color: #f7fafc;
}

/* line 1514, ../../css/sass/pages/home/_style.scss */
.show-grid {
  margin: 15px 0;
}

/* line 1517, ../../css/sass/pages/home/_style.scss */
.huge {
  font-size: 40px;
}

/* line 1520, ../../css/sass/pages/home/_style.scss */
.white-box {
  background: #ffffff;
  padding: 25px;
  margin-bottom: 30px;
}

/* line 1525, ../../css/sass/pages/home/_style.scss */
.white-box .box-title {
  margin: 0px 0px 12px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 1531, ../../css/sass/pages/home/_style.scss */
.panel {
  border-radius: 0px;
  margin-bottom: 30px;
  border: 0px;
  box-shadow: none;
}

/* line 1537, ../../css/sass/pages/home/_style.scss */
.panel .panel-heading {
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  padding: 20px 25px;
}

/* line 1543, ../../css/sass/pages/home/_style.scss */
.panel .panel-heading .panel-title {
  font-size: 16px;
  color: #263238;
}

/* line 1547, ../../css/sass/pages/home/_style.scss */
.panel .panel-heading a i {
  font-size: 12px;
  margin-left: 8px;
}

/* line 1551, ../../css/sass/pages/home/_style.scss */
.panel .panel-action {
  float: right;
}

/* line 1554, ../../css/sass/pages/home/_style.scss */
.panel .panel-action a {
  opacity: 0.5;
}

/* line 1557, ../../css/sass/pages/home/_style.scss */
.panel .panel-action a:hover {
  opacity: 1;
}

/* line 1560, ../../css/sass/pages/home/_style.scss */
.panel .panel-body {
  padding: 25px;
}

/* line 1563, ../../css/sass/pages/home/_style.scss */
.panel .panel-body:first-child h3 {
  margin-top: 0px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 1570, ../../css/sass/pages/home/_style.scss */
.panel .panel-footer {
  background: #ffffff;
  border-radius: 0px;
  padding: 20px 25px;
}

/* line 1575, ../../css/sass/pages/home/_style.scss */
.panel-green,
.panel-success {
  border-color: #7ace4c;
}

/* line 1579, ../../css/sass/pages/home/_style.scss */
.panel-green .panel-heading,
.panel-success .panel-heading {
  border-color: #7ace4c;
  color: white;
  background-color: #7ace4c;
}

/* line 1585, ../../css/sass/pages/home/_style.scss */
.panel-green .panel-heading a,
.panel-success .panel-heading a {
  color: #ffffff;
}

/* line 1589, ../../css/sass/pages/home/_style.scss */
.panel-green .panel-heading a:hover,
.panel-success .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* line 1593, ../../css/sass/pages/home/_style.scss */
.panel-green a,
.panel-success a {
  color: #7ace4c;
}

/* line 1597, ../../css/sass/pages/home/_style.scss */
.panel-green a:hover,
.panel-success a:hover {
  color: #56a12c;
}

/* line 1601, ../../css/sass/pages/home/_style.scss */
.panel-black,
.panel-inverse {
  border-color: #4c5667;
}

/* line 1605, ../../css/sass/pages/home/_style.scss */
.panel-black .panel-heading,
.panel-inverse .panel-heading {
  border-color: #4c5667;
  color: white;
  background-color: #4c5667;
}

/* line 1611, ../../css/sass/pages/home/_style.scss */
.panel-black .panel-heading a,
.panel-inverse .panel-heading a {
  color: #ffffff;
}

/* line 1615, ../../css/sass/pages/home/_style.scss */
.panel-black .panel-heading a:hover,
.panel-inverse .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* line 1619, ../../css/sass/pages/home/_style.scss */
.panel-black a,
.panel-inverse a {
  color: #4c5667;
}

/* line 1623, ../../css/sass/pages/home/_style.scss */
.panel-black a:hover,
.panel-inverse a:hover {
  color: #2c313b;
}

/* line 1627, ../../css/sass/pages/home/_style.scss */
.panel-darkblue,
.panel-primary {
  border-color: #41b3f9;
}

/* line 1631, ../../css/sass/pages/home/_style.scss */
.panel-darkblue .panel-heading,
.panel-primary .panel-heading {
  border-color: #41b3f9;
  color: white;
  background-color: #41b3f9;
}

/* line 1637, ../../css/sass/pages/home/_style.scss */
.panel-darkblue .panel-heading a,
.panel-primary .panel-heading a {
  color: #ffffff;
}

/* line 1641, ../../css/sass/pages/home/_style.scss */
.panel-darkblue .panel-heading a:hover,
.panel-primary .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* line 1645, ../../css/sass/pages/home/_style.scss */
.panel-darkblue a,
.panel-primary a {
  color: #41b3f9;
}

/* line 1649, ../../css/sass/pages/home/_style.scss */
.panel-darkblue a:hover,
.panel-primary a:hover {
  color: #381be7;
}

/* line 1653, ../../css/sass/pages/home/_style.scss */
.panel-blue,
.panel-info {
  border-color: #41b3f9;
}

/* line 1657, ../../css/sass/pages/home/_style.scss */
.panel-blue .panel-heading,
.panel-info .panel-heading {
  border-color: #41b3f9;
  color: white;
  background-color: #41b3f9;
}

/* line 1663, ../../css/sass/pages/home/_style.scss */
.panel-blue .panel-heading a,
.panel-info .panel-heading a {
  color: #ffffff;
}

/* line 1667, ../../css/sass/pages/home/_style.scss */
.panel-blue .panel-heading a:hover,
.panel-info .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* line 1671, ../../css/sass/pages/home/_style.scss */
.panel-blue a,
.panel-info a {
  color: #41b3f9;
}

/* line 1675, ../../css/sass/pages/home/_style.scss */
.panel-blue a:hover,
.panel-info a:hover {
  color: #0791e6;
}

/* line 1679, ../../css/sass/pages/home/_style.scss */
.panel-red,
.panel-danger {
  border-color: #f33155;
}

/* line 1683, ../../css/sass/pages/home/_style.scss */
.panel-red .panel-heading,
.panel-danger .panel-heading {
  border-color: #f33155;
  color: white;
  background-color: #f33155;
}

/* line 1689, ../../css/sass/pages/home/_style.scss */
.panel-red .panel-heading a,
.panel-danger .panel-heading a {
  color: #ffffff;
}

/* line 1693, ../../css/sass/pages/home/_style.scss */
.panel-red .panel-heading a:hover,
.panel-danger .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* line 1697, ../../css/sass/pages/home/_style.scss */
.panel-red a,
.panel-danger a {
  color: #f33155;
}

/* line 1701, ../../css/sass/pages/home/_style.scss */
.panel-red a:hover,
.panel-danger a:hover {
  color: #cc0c2f;
}

/* line 1705, ../../css/sass/pages/home/_style.scss */
.panel-yellow,
.panel-warning {
  border-color: #ffbb44;
}

/* line 1709, ../../css/sass/pages/home/_style.scss */
.panel-yellow .panel-heading,
.panel-warning .panel-heading {
  border-color: #ffbb44;
  color: white;
  background-color: #ffbb44;
}

/* line 1715, ../../css/sass/pages/home/_style.scss */
.panel-yellow .panel-heading a,
.panel-warning .panel-heading a {
  color: #ffffff;
}

/* line 1719, ../../css/sass/pages/home/_style.scss */
.panel-yellow .panel-heading a:hover,
.panel-warning .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* line 1723, ../../css/sass/pages/home/_style.scss */
.panel-yellow a,
.panel-warning a {
  color: #ffbb44;
}

/* line 1727, ../../css/sass/pages/home/_style.scss */
.panel-yellow a:hover,
.panel-warning a:hover {
  color: #f69d00;
}

/* line 1731, ../../css/sass/pages/home/_style.scss */
.panel-themecolor,
.panel-theme {
  border-color: #2cabe3;
}

/* line 1735, ../../css/sass/pages/home/_style.scss */
.panel-themecolor .panel-heading,
.panel-theme .panel-heading {
  border-color: #2cabe3;
  color: white;
  background-color: #2cabe3;
}

/* line 1741, ../../css/sass/pages/home/_style.scss */
.panel-themecolor .panel-heading a,
.panel-theme .panel-heading a {
  color: #ffffff;
}

/* line 1745, ../../css/sass/pages/home/_style.scss */
.panel-themecolor .panel-heading a:hover,
.panel-theme .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* line 1749, ../../css/sass/pages/home/_style.scss */
.panel-themecolor a,
.panel-theme a {
  color: #2cabe3;
}

/* line 1753, ../../css/sass/pages/home/_style.scss */
.panel-themecolor a:hover,
.panel-theme a:hover {
  color: #177eac;
}

/* line 1757, ../../css/sass/pages/home/_style.scss */
.panel-white,
.panel-default {
  border-color: rgba(120, 130, 140, 0.13);
}

/* line 1761, ../../css/sass/pages/home/_style.scss */
.panel-white .panel-heading,
.panel-default .panel-heading {
  color: #263238;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1767, ../../css/sass/pages/home/_style.scss */
.panel-white .panel-body,
.panel-default .panel-body {
  color: #263238;
}

/* line 1771, ../../css/sass/pages/home/_style.scss */
.panel-white .panel-action a,
.panel-default .panel-action a {
  color: #263238;
  opacity: 0.5;
}

/* line 1776, ../../css/sass/pages/home/_style.scss */
.panel-white .panel-action a:hover,
.panel-default .panel-action a:hover {
  opacity: 1;
  color: #263238;
}

/* line 1781, ../../css/sass/pages/home/_style.scss */
.panel-white .panel-footer,
.panel-default .panel-footer {
  background: #ffffff;
  color: #263238;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1787, ../../css/sass/pages/home/_style.scss */
.full-panel-info {
  border-color: #41b3f9;
}

/* line 1790, ../../css/sass/pages/home/_style.scss */
.full-panel-info .panel-heading {
  border-color: #41b3f9;
  color: white;
  background-color: #41b3f9;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1796, ../../css/sass/pages/home/_style.scss */
.full-panel-info .panel-body {
  background: #41b3f9;
  color: #ffffff;
}

/* line 1800, ../../css/sass/pages/home/_style.scss */
.full-panel-info .panel-footer {
  background: #41b3f9;
  color: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1805, ../../css/sass/pages/home/_style.scss */
.full-panel-info a {
  color: #41b3f9;
}

/* line 1808, ../../css/sass/pages/home/_style.scss */
.full-panel-info a:hover {
  color: #0791e6;
}

/* line 1811, ../../css/sass/pages/home/_style.scss */
.full-panel-warning {
  border-color: #ffbb44;
}

/* line 1814, ../../css/sass/pages/home/_style.scss */
.full-panel-warning .panel-heading {
  border-color: #ffbb44;
  color: white;
  background-color: #ffbb44;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1820, ../../css/sass/pages/home/_style.scss */
.full-panel-warning .panel-body {
  background: #ffbb44;
  color: #ffffff;
}

/* line 1824, ../../css/sass/pages/home/_style.scss */
.full-panel-warning .panel-footer {
  background: #ffbb44;
  color: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1829, ../../css/sass/pages/home/_style.scss */
.full-panel-warning a {
  color: #ffbb44;
}

/* line 1832, ../../css/sass/pages/home/_style.scss */
.full-panel-warning a:hover {
  color: #f69d00;
}

/* line 1835, ../../css/sass/pages/home/_style.scss */
.full-panel-success {
  border-color: #7ace4c;
}

/* line 1838, ../../css/sass/pages/home/_style.scss */
.full-panel-success .panel-heading {
  border-color: #7ace4c;
  color: white;
  background-color: #7ace4c;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1844, ../../css/sass/pages/home/_style.scss */
.full-panel-success .panel-body {
  background: #7ace4c;
  color: #ffffff;
}

/* line 1848, ../../css/sass/pages/home/_style.scss */
.full-panel-success .panel-footer {
  background: #7ace4c;
  color: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1853, ../../css/sass/pages/home/_style.scss */
.full-panel-success a {
  color: #7ace4c;
}

/* line 1856, ../../css/sass/pages/home/_style.scss */
.full-panel-success a:hover {
  color: #56a12c;
}

/* line 1859, ../../css/sass/pages/home/_style.scss */
.full-panel-purple {
  border-color: #707cd2;
}

/* line 1862, ../../css/sass/pages/home/_style.scss */
.full-panel-purple .panel-heading {
  color: white;
  background-color: #707cd2;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1867, ../../css/sass/pages/home/_style.scss */
.full-panel-purple .panel-body {
  background: #707cd2;
  color: #ffffff;
}

/* line 1871, ../../css/sass/pages/home/_style.scss */
.full-panel-purple .panel-footer {
  background: #707cd2;
  color: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1876, ../../css/sass/pages/home/_style.scss */
.full-panel-purple a {
  color: #707cd2;
}

/* line 1879, ../../css/sass/pages/home/_style.scss */
.full-panel-purple a:hover {
  color: #3b4abb;
}

/* line 1882, ../../css/sass/pages/home/_style.scss */
.full-panel-danger {
  border-color: #f33155;
}

/* line 1885, ../../css/sass/pages/home/_style.scss */
.full-panel-danger .panel-heading {
  border-color: #f33155;
  color: white;
  background-color: #f33155;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1891, ../../css/sass/pages/home/_style.scss */
.full-panel-danger .panel-body {
  background: #f33155;
  color: #ffffff;
}

/* line 1895, ../../css/sass/pages/home/_style.scss */
.full-panel-danger .panel-footer {
  background: #f33155;
  color: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1900, ../../css/sass/pages/home/_style.scss */
.full-panel-danger a {
  color: #f33155;
}

/* line 1903, ../../css/sass/pages/home/_style.scss */
.full-panel-danger a:hover {
  color: #cc0c2f;
}

/* line 1906, ../../css/sass/pages/home/_style.scss */
.full-panel-inverse {
  border-color: #4c5667;
}

/* line 1909, ../../css/sass/pages/home/_style.scss */
.full-panel-inverse .panel-heading {
  border-color: #4c5667;
  color: white;
  background-color: #4c5667;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1915, ../../css/sass/pages/home/_style.scss */
.full-panel-inverse .panel-body {
  background: #4c5667;
  color: #ffffff;
}

/* line 1919, ../../css/sass/pages/home/_style.scss */
.full-panel-inverse .panel-footer {
  background: #4c5667;
  color: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1924, ../../css/sass/pages/home/_style.scss */
.full-panel-inverse a {
  color: #4c5667;
}

/* line 1927, ../../css/sass/pages/home/_style.scss */
.full-panel-inverse a:hover {
  color: #2c313b;
}

/* line 1930, ../../css/sass/pages/home/_style.scss */
.full-panel-default {
  border-color: rgba(120, 130, 140, 0.13);
}

/* line 1933, ../../css/sass/pages/home/_style.scss */
.full-panel-default .panel-heading {
  color: #263238;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1938, ../../css/sass/pages/home/_style.scss */
.full-panel-default .panel-body {
  color: #263238;
}

/* line 1941, ../../css/sass/pages/home/_style.scss */
.full-panel-default .panel-footer {
  background: #ffffff;
  color: #263238;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1946, ../../css/sass/pages/home/_style.scss */
.full-panel-default a {
  color: #263238;
}

/* line 1949, ../../css/sass/pages/home/_style.scss */
.full-panel-default a:hover {
  color: #2c313b;
}

/* line 1952, ../../css/sass/pages/home/_style.scss */
.panel-opcl {
  float: right;
}

/* line 1955, ../../css/sass/pages/home/_style.scss */
.panel-opcl i {
  margin-left: 8px;
  font-size: 10px;
  cursor: pointer;
}

/* line 1960, ../../css/sass/pages/home/_style.scss */
.fa-fw {
  width: 20px !important;
  display: inline-block !important;
  text-align: left !important;
}

/*Wave Effeects*/
/* line 1966, ../../css/sass/pages/home/_style.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 1977, ../../css/sass/pages/home/_style.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

/* line 2006, ../../css/sass/pages/home/_style.scss */
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

/* line 2013, ../../css/sass/pages/home/_style.scss */
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

/* line 2016, ../../css/sass/pages/home/_style.scss */
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

/* line 2019, ../../css/sass/pages/home/_style.scss */
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* line 2025, ../../css/sass/pages/home/_style.scss */
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 2034, ../../css/sass/pages/home/_style.scss */
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

/* line 2051, ../../css/sass/pages/home/_style.scss */
.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

/* line 2055, ../../css/sass/pages/home/_style.scss */
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

/* line 2059, ../../css/sass/pages/home/_style.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

/* line 2063, ../../css/sass/pages/home/_style.scss */
.waves-input-wrapper.waves-button {
  padding: 0;
}

/* line 2066, ../../css/sass/pages/home/_style.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 2072, ../../css/sass/pages/home/_style.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

/* line 2079, ../../css/sass/pages/home/_style.scss */
.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/* line 2088, ../../css/sass/pages/home/_style.scss */
.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

/* line 2092, ../../css/sass/pages/home/_style.scss */
.waves-block {
  display: block;
}

/*common ul Listing*/
/* line 2096, ../../css/sass/pages/home/_style.scss */
.common-list {
  margin: 0px;
  padding: 0px;
}

/* line 2100, ../../css/sass/pages/home/_style.scss */
.common-list li {
  list-style: none;
  display: block;
}

/* line 2104, ../../css/sass/pages/home/_style.scss */
.common-list li a {
  padding: 12px 0px;
  color: #313131;
  display: block;
}

/* line 2109, ../../css/sass/pages/home/_style.scss */
.common-list li a:hover {
  color: #2cabe3;
}

/* =============
   Checkbox and Radios
============= */
/* line 2115, ../../css/sass/pages/home/_style.scss */
.checkbox {
  padding-left: 20px;
}

/* line 2118, ../../css/sass/pages/home/_style.scss */
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

/* line 2123, ../../css/sass/pages/home/_style.scss */
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 1px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}

/* line 2139, ../../css/sass/pages/home/_style.scss */
.checkbox label::after {
  color: #263238;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 16px;
}

/* line 2152, ../../css/sass/pages/home/_style.scss */
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

/* line 2158, ../../css/sass/pages/home/_style.scss */
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

/* line 2161, ../../css/sass/pages/home/_style.scss */
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
  outline: thin dotted;
}

/* line 2166, ../../css/sass/pages/home/_style.scss */
.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}

/* line 2170, ../../css/sass/pages/home/_style.scss */
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #e4e7ea;
  cursor: not-allowed;
}

/* line 2174, ../../css/sass/pages/home/_style.scss */
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

/* line 2177, ../../css/sass/pages/home/_style.scss */
.checkbox.checkbox-inline {
  margin-top: 0;
}

/* line 2180, ../../css/sass/pages/home/_style.scss */
.checkbox.checkbox-single label {
  height: 17px;
}

/* line 2183, ../../css/sass/pages/home/_style.scss */
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #41b3f9;
  border-color: #41b3f9;
}

/* line 2187, ../../css/sass/pages/home/_style.scss */
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* line 2190, ../../css/sass/pages/home/_style.scss */
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #f33155;
  border-color: #f33155;
}

/* line 2194, ../../css/sass/pages/home/_style.scss */
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* line 2197, ../../css/sass/pages/home/_style.scss */
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #41b3f9;
  border-color: #41b3f9;
}

/* line 2201, ../../css/sass/pages/home/_style.scss */
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* line 2204, ../../css/sass/pages/home/_style.scss */
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffbb44;
  border-color: #ffbb44;
}

/* line 2208, ../../css/sass/pages/home/_style.scss */
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* line 2211, ../../css/sass/pages/home/_style.scss */
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #7ace4c;
  border-color: #7ace4c;
}

/* line 2215, ../../css/sass/pages/home/_style.scss */
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* line 2218, ../../css/sass/pages/home/_style.scss */
.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #707cd2;
  border-color: #707cd2;
}

/* line 2222, ../../css/sass/pages/home/_style.scss */
.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* line 2225, ../../css/sass/pages/home/_style.scss */
.checkbox-red input[type="checkbox"]:checked + label::before {
  background-color: #f33155;
  border-color: #f33155;
}

/* line 2229, ../../css/sass/pages/home/_style.scss */
.checkbox-red input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* line 2232, ../../css/sass/pages/home/_style.scss */
.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #4c5667;
  border-color: #4c5667;
}

/* line 2236, ../../css/sass/pages/home/_style.scss */
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* Radios */
/* line 2240, ../../css/sass/pages/home/_style.scss */
.radio {
  padding-left: 20px;
}

/* line 2243, ../../css/sass/pages/home/_style.scss */
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

/* line 2248, ../../css/sass/pages/home/_style.scss */
.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid rgba(120, 130, 140, 0.57);
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  outline: none !important;
}

/* line 2264, ../../css/sass/pages/home/_style.scss */
.radio label::after {
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #263238;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 7px;
  left: 5px;
  margin-left: -20px;
  position: absolute;
  top: 5px;
  transform: scale(0, 0);
  transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 7px;
}

/* line 2284, ../../css/sass/pages/home/_style.scss */
.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

/* line 2290, ../../css/sass/pages/home/_style.scss */
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

/* line 2293, ../../css/sass/pages/home/_style.scss */
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}

/* line 2298, ../../css/sass/pages/home/_style.scss */
.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 2304, ../../css/sass/pages/home/_style.scss */
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

/* line 2307, ../../css/sass/pages/home/_style.scss */
.radio.radio-inline {
  margin-top: 0;
}

/* line 2310, ../../css/sass/pages/home/_style.scss */
.radio.radio-single label {
  height: 17px;
}

/* line 2313, ../../css/sass/pages/home/_style.scss */
.radio-primary input[type="radio"] + label::after {
  background-color: #41b3f9;
}

/* line 2316, ../../css/sass/pages/home/_style.scss */
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #41b3f9;
}

/* line 2319, ../../css/sass/pages/home/_style.scss */
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #41b3f9;
}

/* line 2322, ../../css/sass/pages/home/_style.scss */
.radio-danger input[type="radio"] + label::after {
  background-color: #f33155;
}

/* line 2325, ../../css/sass/pages/home/_style.scss */
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #f33155;
}

/* line 2328, ../../css/sass/pages/home/_style.scss */
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #f33155;
}

/* line 2331, ../../css/sass/pages/home/_style.scss */
.radio-info input[type="radio"] + label::after {
  background-color: #41b3f9;
}

/* line 2334, ../../css/sass/pages/home/_style.scss */
.radio-info input[type="radio"]:checked + label::before {
  border-color: #41b3f9;
}

/* line 2337, ../../css/sass/pages/home/_style.scss */
.radio-info input[type="radio"]:checked + label::after {
  background-color: #41b3f9;
}

/* line 2340, ../../css/sass/pages/home/_style.scss */
.radio-warning input[type="radio"] + label::after {
  background-color: #ffbb44;
}

/* line 2343, ../../css/sass/pages/home/_style.scss */
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ffbb44;
}

/* line 2346, ../../css/sass/pages/home/_style.scss */
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ffbb44;
}

/* line 2349, ../../css/sass/pages/home/_style.scss */
.radio-success input[type="radio"] + label::after {
  background-color: #7ace4c;
}

/* line 2352, ../../css/sass/pages/home/_style.scss */
.radio-success input[type="radio"]:checked + label::before {
  border-color: #7ace4c;
}

/* line 2355, ../../css/sass/pages/home/_style.scss */
.radio-success input[type="radio"]:checked + label::after {
  background-color: #7ace4c;
}

/* line 2358, ../../css/sass/pages/home/_style.scss */
.radio-purple input[type="radio"] + label::after {
  background-color: #707cd2;
}

/* line 2361, ../../css/sass/pages/home/_style.scss */
.radio-purple input[type="radio"]:checked + label::before {
  border-color: #707cd2;
}

/* line 2364, ../../css/sass/pages/home/_style.scss */
.radio-purple input[type="radio"]:checked + label::after {
  background-color: #707cd2;
}

/* line 2367, ../../css/sass/pages/home/_style.scss */
.radio-red input[type="radio"] + label::after {
  background-color: #f33155;
}

/* line 2370, ../../css/sass/pages/home/_style.scss */
.radio-red input[type="radio"]:checked + label::before {
  border-color: #f33155;
}

/* line 2373, ../../css/sass/pages/home/_style.scss */
.radio-red input[type="radio"]:checked + label::after {
  background-color: #f33155;
}

/* File Upload */
/* line 2377, ../../css/sass/pages/home/_style.scss */
.fileupload {
  overflow: hidden;
  position: relative;
}

/* line 2381, ../../css/sass/pages/home/_style.scss */
.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/** Models **/
/* line 2393, ../../css/sass/pages/home/_style.scss */
.model_img {
  cursor: pointer;
}

/*Nestable*/
/* line 2397, ../../css/sass/pages/home/_style.scss */
.myadmin-dd .dd-list .dd-item .dd-handle {
  background: #ffffff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px;
  height: auto;
  font-weight: 600;
  border-radius: 0px;
}

/* line 2405, ../../css/sass/pages/home/_style.scss */
.myadmin-dd .dd-list .dd-item .dd-handle:hover {
  color: #41b3f9;
}

/* line 2408, ../../css/sass/pages/home/_style.scss */
.myadmin-dd .dd-list .dd-item button {
  height: auto;
  font-size: 17px;
  margin: 8px auto;
  color: #263238;
  width: 30px;
}

/* line 2415, ../../css/sass/pages/home/_style.scss */
.myadmin-dd-empty .dd-list .dd3-handle {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 0px;
  background: #ffffff;
  height: 36px;
  width: 36px;
}

/* line 2422, ../../css/sass/pages/home/_style.scss */
.myadmin-dd-empty .dd-list .dd3-handle:before {
  color: inherit;
  top: 7px;
}

/* line 2426, ../../css/sass/pages/home/_style.scss */
.myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #41b3f9;
}

/* line 2429, ../../css/sass/pages/home/_style.scss */
.myadmin-dd-empty .dd-list .dd3-content {
  height: auto;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px 8px 46px;
  background: #ffffff;
  font-weight: 600;
}

/* line 2436, ../../css/sass/pages/home/_style.scss */
.myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #41b3f9;
}

/* line 2439, ../../css/sass/pages/home/_style.scss */
.myadmin-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 16px;
  font-weight: 600;
}

/*Setting box*/
/* line 2446, ../../css/sass/pages/home/_style.scss */
.settings_box {
  position: absolute;
  top: 75px;
  right: 0px;
  z-index: 100;
}

/* line 2452, ../../css/sass/pages/home/_style.scss */
.settings_box a {
  background: #ffffff;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
}

/* line 2458, ../../css/sass/pages/home/_style.scss */
.settings_box a i {
  display: block;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  font-size: 16px;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 2496, ../../css/sass/pages/home/_style.scss */
.theme_color {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  overflow: hidden;
  width: 0px;
  transition: 0.5s ease-out;
  background: #ffffff;
}

/* line 2505, ../../css/sass/pages/home/_style.scss */
.theme_color li {
  list-style: none;
  width: 30%;
  float: left;
  margin: 0 1.5%;
}

/* line 2511, ../../css/sass/pages/home/_style.scss */
.theme_color li a {
  padding: 5px;
  height: 50px;
  display: block;
}

/* line 2516, ../../css/sass/pages/home/_style.scss */
.theme_color li a.theme-green {
  background: #7ace4c;
}

/* line 2519, ../../css/sass/pages/home/_style.scss */
.theme_color li a.theme-red {
  background: #f33155;
}

/* line 2522, ../../css/sass/pages/home/_style.scss */
.theme_color li a.theme-dark {
  background: #4c5667;
}

/* line 2525, ../../css/sass/pages/home/_style.scss */
.theme_block {
  width: 200px;
  padding: 30px;
}

/*Common Ul*/
/* line 2530, ../../css/sass/pages/home/_style.scss */
ul.common li {
  display: inline-block;
  line-height: 40px;
  list-style: outside none none;
  width: 48%;
}

/* line 2536, ../../css/sass/pages/home/_style.scss */
ul.common li a {
  color: #313131;
}

/* line 2539, ../../css/sass/pages/home/_style.scss */
ul.common li a:hover {
  color: #41b3f9;
}

/*Circles*/
/* line 2543, ../../css/sass/pages/home/_style.scss */
.circle {
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
}

/* line 2548, ../../css/sass/pages/home/_style.scss */
.circle-sm {
  width: 40px;
  padding-top: 12px;
  height: 40px;
  font-size: 14px !important;
}

/* line 2554, ../../css/sass/pages/home/_style.scss */
.circle-md {
  width: 60px;
  padding-top: 15px;
  height: 60px;
  font-size: 24px !important;
}

/* line 2560, ../../css/sass/pages/home/_style.scss */
.circle-lg {
  width: 80px;
  padding-top: 20px;
  height: 80px;
  font-size: 30px !important;
}

/*ROW -IN*/
/* line 2567, ../../css/sass/pages/home/_style.scss */
.row-in i {
  font-size: 24px;
}

/********* Megamenu widgets**********/
/* line 2571, ../../css/sass/pages/home/_style.scss */
.megamenu {
  left: 0px;
  right: 0px;
  width: 100%;
}

/* line 2576, ../../css/sass/pages/home/_style.scss */
.mega-dropdown {
  position: static !important;
}

/* line 2579, ../../css/sass/pages/home/_style.scss */
.mega-dropdown-menu {
  padding: 20px;
  width: 100%;
  padding-left: 80px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

/* line 2588, ../../css/sass/pages/home/_style.scss */
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

/* line 2592, ../../css/sass/pages/home/_style.scss */
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

/* line 2595, ../../css/sass/pages/home/_style.scss */
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 8px 0px;
  clear: both;
  line-height: 1.428571429;
  color: #313131;
  white-space: normal;
}

/* line 2603, ../../css/sass/pages/home/_style.scss */
.mega-dropdown-menu > li > ul > li > a:hover,
.mega-dropdown-menu > li > ul > li > a:focus {
  text-decoration: none;
  color: #2cabe3;
}

/* line 2608, ../../css/sass/pages/home/_style.scss */
.mega-dropdown-menu .dropdown-header {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  margin-top: 12px;
}

/* line 2614, ../../css/sass/pages/home/_style.scss */
.mega-dropdown-menu li.demo-box a {
  color: #ffffff;
  display: block;
}

/* line 2618, ../../css/sass/pages/home/_style.scss */
.mega-dropdown-menu li.demo-box a:hover {
  opacity: 0.8;
}

/*Inbox widgets*/
/* line 2622, ../../css/sass/pages/home/_style.scss */
.mailbox {
  width: 280px;
  overflow: auto;
  padding-bottom: 0px;
}

/* line 2627, ../../css/sass/pages/home/_style.scss */
.message-center a {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  display: block;
  padding: 9px 15px;
}

/* line 2632, ../../css/sass/pages/home/_style.scss */
.message-center a:hover {
  background: #f7fafc;
}

/* line 2635, ../../css/sass/pages/home/_style.scss */
.message-center .user-img {
  width: 40px;
  float: left;
  position: relative;
  margin: 0 10px 15px 0px;
}

/* line 2641, ../../css/sass/pages/home/_style.scss */
.message-center .user-img img {
  width: 100%;
}

/* line 2644, ../../css/sass/pages/home/_style.scss */
.message-center .user-img .profile-status {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 30px;
  position: absolute;
  top: 1px;
  width: 10px;
}

/* line 2654, ../../css/sass/pages/home/_style.scss */
.message-center .user-img .online {
  background: #7ace4c;
}

/* line 2657, ../../css/sass/pages/home/_style.scss */
.message-center .user-img .busy {
  background: #f33155;
}

/* line 2660, ../../css/sass/pages/home/_style.scss */
.message-center .user-img .away {
  background: #ffbb44;
}

/* line 2663, ../../css/sass/pages/home/_style.scss */
.message-center .user-img .offline {
  background: #ffbb44;
}

/* line 2666, ../../css/sass/pages/home/_style.scss */
.message-center .mail-contnet h5 {
  margin: 0px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 2673, ../../css/sass/pages/home/_style.scss */
.message-center .mail-contnet .mail-desc {
  font-size: 12px;
  display: block;
  margin: 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #263238;
}

/* line 2682, ../../css/sass/pages/home/_style.scss */
.message-center .mail-contnet .time {
  display: block;
  font-size: 10px;
  color: #263238;
}

/* line 2687, ../../css/sass/pages/home/_style.scss */
.mail-contnet a.action {
  margin-left: 10px;
  font-size: 12px;
  visibility: hidden;
}

/* line 2692, ../../css/sass/pages/home/_style.scss */
.mail-contnet:hover a.action {
  visibility: visible;
}

/*Inbox Center*/
/* line 2696, ../../css/sass/pages/home/_style.scss */
.inbox-center td {
  white-space: nowrap;
}

/* line 2699, ../../css/sass/pages/home/_style.scss */
.inbox-center .unread td {
  font-weight: 400;
}

/* line 2702, ../../css/sass/pages/home/_style.scss */
.inbox-center a {
  color: #313131;
  padding: 2px 0 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

/*Comment center*/
/* line 2711, ../../css/sass/pages/home/_style.scss */
.comment-center {
  margin: 0 -25px;
}

/* line 2714, ../../css/sass/pages/home/_style.scss */
.comment-center .comment-body {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  display: table;
  width: 100%;
  padding: 20px 25px;
}

/* line 2720, ../../css/sass/pages/home/_style.scss */
.comment-center .comment-body:hover {
  background: #f7fafc;
}

/* line 2723, ../../css/sass/pages/home/_style.scss */
.comment-center .user-img {
  width: 40px;
  display: table-cell;
  position: relative;
  margin: 0 10px 0px 0px;
}

/* line 2729, ../../css/sass/pages/home/_style.scss */
.comment-center .user-img img {
  width: 100%;
}

/* line 2732, ../../css/sass/pages/home/_style.scss */
.comment-center .mail-contnet {
  display: table-cell;
  padding-left: 15px;
  vertical-align: top;
}

/* line 2737, ../../css/sass/pages/home/_style.scss */
.comment-center .mail-contnet h5 {
  margin-top: 0px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 2744, ../../css/sass/pages/home/_style.scss */
.comment-center .mail-contnet .mail-desc {
  font-size: 14px;
  display: block;
  margin: 15px 0;
  line-height: 25px;
  color: #848a96;
  overflow: hidden;
  max-height: 52px;
  text-overflow: ellipsis;
}

/* line 2754, ../../css/sass/pages/home/_style.scss */
.comment-center .mail-contnet .time {
  display: inline-block;
  font-size: 12px;
  color: #98a6ad;
}

/*Sales report*/
/* line 2760, ../../css/sass/pages/home/_style.scss */
.sales-report {
  background: #f7fafc;
  margin: 12px -25px;
  padding: 15px;
}

/*Task*/
/* line 2766, ../../css/sass/pages/home/_style.scss */
.dropdown-tasks,
.dropdown-alerts {
  padding: 0px;
}

/* line 2770, ../../css/sass/pages/home/_style.scss */
.dropdown-tasks li a,
.dropdown-alerts li a,
.mailbox li > a {
  padding: 15px 20px;
}

/* line 2775, ../../css/sass/pages/home/_style.scss */
.dropdown-tasks li.divider,
.dropdown-alerts li.divider {
  margin: 0px;
}

/*col-in*/
/* line 2780, ../../css/sass/pages/home/_style.scss */
.row-in-br {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 2783, ../../css/sass/pages/home/_style.scss */
.col-in {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/* line 2788, ../../css/sass/pages/home/_style.scss */
.col-in li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

/* line 2793, ../../css/sass/pages/home/_style.scss */
.col-in li .circle {
  display: inline-block;
}

/* line 2796, ../../css/sass/pages/home/_style.scss */
.col-in li.col-middle {
  width: 40%;
}

/* line 2799, ../../css/sass/pages/home/_style.scss */
.col-in li.col-last {
  float: right;
}

/* line 2802, ../../css/sass/pages/home/_style.scss */
.col-in h3 {
  font-size: 36px;
  font-weight: 100;
}

/* Basic List */
/* line 2807, ../../css/sass/pages/home/_style.scss */
.basic-list {
  padding: 0px;
}

/* line 2810, ../../css/sass/pages/home/_style.scss */
.basic-list li {
  display: block;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  line-height: 27px;
}

/* line 2816, ../../css/sass/pages/home/_style.scss */
.basic-list li:last-child {
  border-bottom: 0px;
}

/*Steam line widget*/
/* line 2820, ../../css/sass/pages/home/_style.scss */
.steamline {
  position: relative;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  margin-left: 20px;
}

/* line 2825, ../../css/sass/pages/home/_style.scss */
.steamline .sl-left {
  float: left;
  margin-left: -20px;
  z-index: 1;
  width: 40px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  border-radius: 100%;
  color: #ffffff;
  background: #263238;
  margin-right: 15px;
}

/* line 2838, ../../css/sass/pages/home/_style.scss */
.steamline .sl-left img {
  max-width: 40px;
}

/* line 2841, ../../css/sass/pages/home/_style.scss */
.steamline .sl-right {
  padding-left: 50px;
}

/* line 2844, ../../css/sass/pages/home/_style.scss */
.steamline .sl-right .desc,
.steamline .sl-right .inline-photos {
  margin-bottom: 30px;
}

/* line 2848, ../../css/sass/pages/home/_style.scss */
.steamline .sl-right div > a {
  color: #263238;
  font-weight: 400;
}

/* line 2852, ../../css/sass/pages/home/_style.scss */
.steamline .sl-item {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  margin: 20px 0;
}

/* line 2856, ../../css/sass/pages/home/_style.scss */
.sl-date {
  font-size: 10px;
  color: #98a6ad;
}

/* line 2860, ../../css/sass/pages/home/_style.scss */
.time-item {
  border-color: blue;
  padding-bottom: 1px;
  position: relative;
}

/* line 2865, ../../css/sass/pages/home/_style.scss */
.time-item:before {
  content: " ";
  display: table;
}

/* line 2869, ../../css/sass/pages/home/_style.scss */
.time-item:after {
  background-color: #ffffff;
  border-color: rgba(120, 130, 140, 0.13);
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

/* line 2884, ../../css/sass/pages/home/_style.scss */
.time-item-item:after {
  content: " ";
  display: table;
}

/* line 2888, ../../css/sass/pages/home/_style.scss */
.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}

/* line 2892, ../../css/sass/pages/home/_style.scss */
.item-info p {
  margin-bottom: 10px !important;
}

/*User-box*/
/* line 2896, ../../css/sass/pages/home/_style.scss */
.user-bg {
  margin: -25px;
  height: 230px;
  overflow: hidden;
  position: relative;
}

/* line 2902, ../../css/sass/pages/home/_style.scss */
.user-bg .overlay-box {
  background: #707cd2;
  opacity: 0.9;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  text-align: center;
}

/* line 2912, ../../css/sass/pages/home/_style.scss */
.user-bg .overlay-box .user-content {
  padding: 15px;
  margin-top: 30px;
}

/* line 2916, ../../css/sass/pages/home/_style.scss */
.user-btm-box {
  padding: 40px 0 10px;
  clear: both;
  overflow: hidden;
}

/* Vertical Carousel */
/* line 2922, ../../css/sass/pages/home/_style.scss */
.vertical .carousel-inner {
  height: 100%;
  position: relative;
}

/* line 2926, ../../css/sass/pages/home/_style.scss */
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}

/* line 2933, ../../css/sass/pages/home/_style.scss */
.carousel.vertical .active {
  top: 0;
}

/* line 2936, ../../css/sass/pages/home/_style.scss */
.carousel.vertical .next {
  top: 400px;
}

/* line 2939, ../../css/sass/pages/home/_style.scss */
.carousel.vertical .prev {
  top: -400px;
}

/* line 2942, ../../css/sass/pages/home/_style.scss */
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

/* line 2946, ../../css/sass/pages/home/_style.scss */
.carousel.vertical .active.left {
  top: -400px;
}

/* line 2949, ../../css/sass/pages/home/_style.scss */
.carousel.vertical .active.right {
  top: 400px;
}

/* line 2952, ../../css/sass/pages/home/_style.scss */
.carousel.vertical .item {
  left: 0;
}

/* line 2955, ../../css/sass/pages/home/_style.scss */
.twi-user img {
  margin-right: 20px;
  width: 50px;
}

/* line 2959, ../../css/sass/pages/home/_style.scss */
.twi-user {
  margin: 18px 0;
}

/* line 2962, ../../css/sass/pages/home/_style.scss */
.carousel-inner h3 {
  /*height: 112px;*/
  overflow: hidden;
}

/* line 2966, ../../css/sass/pages/home/_style.scss */
.carousel-inner > .item > img {
  width: 100%;
}

/*Chart Box*/
/* line 2970, ../../css/sass/pages/home/_style.scss */
.chart-box {
  margin: 25px -15px -17px -17px;
}

/*Todo list*/
/* line 2974, ../../css/sass/pages/home/_style.scss */
.list-task .task-done span {
  text-decoration: line-through;
}

/* Chat widget */
/* line 2978, ../../css/sass/pages/home/_style.scss */
.chat-list {
  list-style: none;
  padding: 0px 20px;
}

/* line 2982, ../../css/sass/pages/home/_style.scss */
.chat-list li {
  margin-bottom: 24px;
  overflow: auto;
}

/* line 2986, ../../css/sass/pages/home/_style.scss */
.chat-list .chat-image {
  display: inline-block;
  float: left;
  text-align: center;
  width: 50px;
}

/* line 2992, ../../css/sass/pages/home/_style.scss */
.chat-list .chat-image img {
  border-radius: 100%;
  width: 100%;
}

/* line 2996, ../../css/sass/pages/home/_style.scss */
.chat-list .chat-text {
  background: #e5f7ff;
  border-radius: 0px 8px 8px 8px;
  display: inline-block;
  padding: 15px;
  font-size: 14px;
  position: relative;
}

/* line 3004, ../../css/sass/pages/home/_style.scss */
.chat-list .chat-text h4 {
  color: #1a2942;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  line-height: 15px;
  position: relative;
}

/* line 3014, ../../css/sass/pages/home/_style.scss */
.chat-list .chat-text p {
  margin: 0px;
  padding-top: 3px;
}

/* line 3018, ../../css/sass/pages/home/_style.scss */
.chat-list .chat-text b {
  font-size: 10px;
  opacity: 0.8;
}

/* line 3022, ../../css/sass/pages/home/_style.scss */
.chat-list .chat-body {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 65%;
}

/* line 3029, ../../css/sass/pages/home/_style.scss */
.chat-list .odd .chat-image {
  float: right !important;
}

/* line 3032, ../../css/sass/pages/home/_style.scss */
.chat-list .odd .chat-body {
  float: right !important;
  margin-right: 12px;
  text-align: right;
}

/* line 3037, ../../css/sass/pages/home/_style.scss */
.chat-list .odd .chat-text {
  background: #f7f7f7;
  border-radius: 8px 0px 8px 8px;
}

/* line 3041, ../../css/sass/pages/home/_style.scss */
.chat-send {
  padding-left: 0px;
  padding-right: 30px;
}

/* line 3045, ../../css/sass/pages/home/_style.scss */
.chat-send button {
  width: 100%;
}

/*Weather*/
/* line 3049, ../../css/sass/pages/home/_style.scss */
.weather-box .weather-top {
  overflow: hidden;
  padding: 10px 25px;
  margin: 0 -25px;
  background: #f7fafc;
}

/* line 3055, ../../css/sass/pages/home/_style.scss */
.weather-box .weather-top h2 {
  line-height: 24px;
}

/* line 3058, ../../css/sass/pages/home/_style.scss */
.weather-box .weather-top h2 small {
  font-size: 13px;
}

/* line 3061, ../../css/sass/pages/home/_style.scss */
.weather-box .weather-top .today_crnt {
  font-size: 45px;
  font-weight: 100;
}

/* line 3065, ../../css/sass/pages/home/_style.scss */
.weather-box .weather-top .today_crnt canvas {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 3070, ../../css/sass/pages/home/_style.scss */
.weather-box .weather-info {
  padding: 10px 0;
}

/* line 3073, ../../css/sass/pages/home/_style.scss */
.weather-box .weather-time {
  overflow: hidden;
  text-align: center;
  padding-top: 15px;
}

/* line 3078, ../../css/sass/pages/home/_style.scss */
.weather-box .weather-time li span {
  display: block;
}

/* line 3081, ../../css/sass/pages/home/_style.scss */
.weather-box .weather-time li canvas {
  font-size: 20px;
  margin: 10px 0;
}

/* line 3085, ../../css/sass/pages/home/_style.scss */
.demo-container {
  width: 100%;
  height: 350px;
}

/* line 3089, ../../css/sass/pages/home/_style.scss */
.demo-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}

/*Notification alert*/
/* line 3096, ../../css/sass/pages/home/_style.scss */
.myadmin-alert {
  border-radius: 0px;
  color: #fff;
  padding: 12px 30px 12px 12px;
  position: relative;
  text-align: left;
}

/* line 3103, ../../css/sass/pages/home/_style.scss */
.myadmin-alert a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

/* line 3108, ../../css/sass/pages/home/_style.scss */
.myadmin-alert h4 {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

/* line 3115, ../../css/sass/pages/home/_style.scss */
.myadmin-alert .img {
  border-radius: 3px;
  height: 40px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 40px;
}

/* line 3123, ../../css/sass/pages/home/_style.scss */
.myadmin-alert-img {
  min-height: 64px;
  padding-left: 65px;
}

/* line 3127, ../../css/sass/pages/home/_style.scss */
.myadmin-alert-icon {
  padding-left: 20px;
}

/* line 3130, ../../css/sass/pages/home/_style.scss */
.myadmin-alert-icon i {
  padding-right: 10px;
}

/* line 3133, ../../css/sass/pages/home/_style.scss */
.myadmin-alert .closed {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-weight: 500;
  padding: 4px;
  position: absolute;
  right: 3px;
  text-decoration: none;
  top: 0;
}

/* line 3143, ../../css/sass/pages/home/_style.scss */
.myadmin-alert .closed:hover {
  color: #fff;
}

/* line 3146, ../../css/sass/pages/home/_style.scss */
.myadmin-alert-click {
  cursor: pointer;
  padding-right: 12px;
}

/* line 3150, ../../css/sass/pages/home/_style.scss */
.myadmin-alert .primary {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: inherit;
  outline: 0 none;
  padding: 4px 10px;
}

/* line 3158, ../../css/sass/pages/home/_style.scss */
.myadmin-alert .cancel {
  background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  outline: 0 none;
  padding: 4px 10px;
}

/* line 3166, ../../css/sass/pages/home/_style.scss */
.myadmin-alert .primary:hover,
.myadmin-alert .cancel:hover {
  opacity: 0.9;
}

/* line 3170, ../../css/sass/pages/home/_style.scss */
.myadmin-alert-top,
.myadmin-alert-bottom,
.myadmin-alert-top-left,
.myadmin-alert-top-right,
.myadmin-alert-bottom-left,
.myadmin-alert-bottom-right,
.myadmin-alert-fullscreen {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1000;
}

/* line 3182, ../../css/sass/pages/home/_style.scss */
.myadmin-alert-top {
  left: 0;
  right: 0;
  top: 0;
}

/* line 3187, ../../css/sass/pages/home/_style.scss */
.myadmin-alert-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 3192, ../../css/sass/pages/home/_style.scss */
.myadmin-alert-top-left {
  left: 20px;
  top: 80px;
}

/* line 3196, ../../css/sass/pages/home/_style.scss */
.myadmin-alert-top-right {
  right: 20px;
  top: 80px;
}

/* line 3200, ../../css/sass/pages/home/_style.scss */
.myadmin-alert-bottom-left {
  bottom: 20px;
  left: 20px;
}

/* line 3204, ../../css/sass/pages/home/_style.scss */
.myadmin-alert-bottom-right {
  bottom: 20px;
  right: 20px;
}

/* line 3208, ../../css/sass/pages/home/_style.scss */
.myadmin-alert-fullsize {
  left: 50%;
  margin: -20px;
  top: 50%;
}

/* line 3213, ../../css/sass/pages/home/_style.scss */
.alert-custom {
  background: #2cabe3;
  color: #ffffff;
  border-color: #2cabe3;
}

/* line 3218, ../../css/sass/pages/home/_style.scss */
.alert-inverse {
  background: #4c5667;
  color: #ffffff;
  border-color: #4c5667;
}

/* line 3223, ../../css/sass/pages/home/_style.scss */
.alert-success {
  background: #7ace4c;
  color: #ffffff;
  border-color: #7ace4c;
}

/* line 3228, ../../css/sass/pages/home/_style.scss */
.alert-dark {
  background: #313131;
  color: #ffffff;
  border-color: #313131;
}

/* line 3233, ../../css/sass/pages/home/_style.scss */
.alert-warning {
  background: #ffbb44;
  color: #ffffff;
  border-color: #ffbb44;
}

/* line 3238, ../../css/sass/pages/home/_style.scss */
.alert-danger {
  background: #f33155;
  color: #ffffff;
  border-color: #f33155;
}

/* line 3243, ../../css/sass/pages/home/_style.scss */
.alert-primary {
  background: #707cd2;
  color: #ffffff;
  border-color: #707cd2;
}

/* line 3248, ../../css/sass/pages/home/_style.scss */
.alert-info {
  background: #41b3f9;
  color: #ffffff;
  border-color: #41b3f9;
}

/* line 3253, ../../css/sass/pages/home/_style.scss */
.alert-info .closed {
  color: inherit;
}

/* line 3256, ../../css/sass/pages/home/_style.scss */
.alert-info a.closed:hover {
  color: inherit;
}

/*custom tab*/
/* line 3260, ../../css/sass/pages/home/_style.scss */
.tab-content {
  margin-top: 30px;
}

/* line 3263, ../../css/sass/pages/home/_style.scss */
.customtab {
  border-bottom: 2px solid #f7fafc;
}

/* line 3266, ../../css/sass/pages/home/_style.scss */
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  background: #ffffff;
  border: 0px;
  border-bottom: 2px solid #2cabe3;
  margin-bottom: -1px;
  color: #2cabe3;
}

/* line 3275, ../../css/sass/pages/home/_style.scss */
.customtab li a,
.customtab li a:hover,
.customtab li a:focus {
  border: 0px;
}

/*custom tab2*/
/* line 3281, ../../css/sass/pages/home/_style.scss */
.customtab2 {
  border-bottom: 1px solid #f7fafc;
  border-top: 1px solid #f7fafc;
  padding: 10px 0;
}

/* line 3286, ../../css/sass/pages/home/_style.scss */
.customtab2 li.active a,
.customtab2 li.active a:hover,
.customtab2 li.active a:focus {
  background: #2cabe3;
  border: 1px solid #2cabe3;
  color: #ffffff;
}

/* line 3293, ../../css/sass/pages/home/_style.scss */
.customtab2 li a,
.customtab2 li a:hover,
.customtab2 li a:focus {
  border: 0px;
}

/*Vertical tabs*/
/* line 3299, ../../css/sass/pages/home/_style.scss */
.vtabs {
  display: table;
}

/* line 3302, ../../css/sass/pages/home/_style.scss */
.vtabs .tabs-vertical {
  width: 150px;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  display: table-cell;
  vertical-align: top;
}

/* line 3308, ../../css/sass/pages/home/_style.scss */
.vtabs .tabs-vertical li a {
  color: #263238;
  margin-bottom: 10px;
}

/* line 3312, ../../css/sass/pages/home/_style.scss */
.vtabs .tab-content {
  display: table-cell;
  padding: 20px;
  vertical-align: top;
}

/* line 3317, ../../css/sass/pages/home/_style.scss */
.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
  background: #2cabe3;
  border: 0px;
  border-right: 2px solid #2cabe3;
  margin-right: -1px;
  color: #ffffff;
}

/*Custom vertical tab*/
/* line 3327, ../../css/sass/pages/home/_style.scss */
.customvtab .tabs-vertical li.active a,
.customvtab .tabs-vertical li.active a:hover,
.customvtab .tabs-vertical li.active a:focus {
  background: #ffffff;
  border: 0px;
  border-right: 2px solid #2cabe3;
  margin-right: -1px;
  color: #263238;
}

/*Nav pills*/
/* line 3337, ../../css/sass/pages/home/_style.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #2cabe3;
  color: #ffffff;
}

/* line 3343, ../../css/sass/pages/home/_style.scss */
.nav-pills > li > a {
  color: #263238;
  border-radius: 0px;
}

/*Accordion*/
/* line 3348, ../../css/sass/pages/home/_style.scss */
.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
  content: '\e64b';
}

/* line 3351, ../../css/sass/pages/home/_style.scss */
.panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  content: '\e64b';
}

/* line 3354, ../../css/sass/pages/home/_style.scss */
.panel-group .panel .panel-heading a[data-toggle=collapse] {
  display: block;
}

/* line 3357, ../../css/sass/pages/home/_style.scss */
.panel-group .panel .panel-heading a[data-toggle=collapse]:before {
  content: '\e648';
  display: block;
  float: right;
  font-family: 'themify';
  font-size: 14px;
  text-align: right;
  width: 25px;
}

/* line 3366, ../../css/sass/pages/home/_style.scss */
.panel-group .panel .panel-heading .accordion-toggle {
  display: block;
}

/* line 3369, ../../css/sass/pages/home/_style.scss */
.panel-group .panel .panel-heading .accordion-toggle:before {
  content: '\e648';
  display: block;
  float: right;
  font-family: 'themify';
  font-size: 14px;
  text-align: right;
  width: 25px;
}

/* line 3378, ../../css/sass/pages/home/_style.scss */
.panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border-top: none;
  word-break: break-word;
}

/* line 3381, ../../css/sass/pages/home/_style.scss */
.panel-group .panel-heading {
  padding: 12px 20px;
}

/*Progressbars*/
/* line 3385, ../../css/sass/pages/home/_style.scss */
.progress {
  -webkit-box-shadow: none !important;
  background-color: rgba(120, 130, 140, 0.13);
  box-shadow: none !important;
  height: 4px;
  border-radius: 0px;
  margin-bottom: 18px;
  overflow: hidden;
}

/* line 3394, ../../css/sass/pages/home/_style.scss */
.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}

/* line 3400, ../../css/sass/pages/home/_style.scss */
.progress.progress-sm {
  height: 8px !important;
}

/* line 3403, ../../css/sass/pages/home/_style.scss */
.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

/* line 3407, ../../css/sass/pages/home/_style.scss */
.progress.progress-md {
  height: 15px !important;
}

/* line 3410, ../../css/sass/pages/home/_style.scss */
.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

/* line 3414, ../../css/sass/pages/home/_style.scss */
.progress.progress-lg {
  height: 20px !important;
}

/* line 3417, ../../css/sass/pages/home/_style.scss */
.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

/* line 3421, ../../css/sass/pages/home/_style.scss */
.progress-bar-primary {
  background-color: #41b3f9;
}

/* line 3424, ../../css/sass/pages/home/_style.scss */
.progress-bar-success {
  background-color: #7ace4c;
}

/* line 3427, ../../css/sass/pages/home/_style.scss */
.progress-bar-info {
  background-color: #41b3f9;
}

/* line 3430, ../../css/sass/pages/home/_style.scss */
.progress-bar-megna {
  background-color: #01c0c8;
}

/* line 3433, ../../css/sass/pages/home/_style.scss */
.progress-bar-warning {
  background-color: #ffbb44;
}

/* line 3436, ../../css/sass/pages/home/_style.scss */
.progress-bar-danger {
  background-color: #f33155;
}

/* line 3439, ../../css/sass/pages/home/_style.scss */
.progress-bar-inverse {
  background-color: #4c5667;
}

/* line 3442, ../../css/sass/pages/home/_style.scss */
.progress-bar-purple {
  background-color: #707cd2;
}

/* line 3445, ../../css/sass/pages/home/_style.scss */
.progress-bar-custom {
  background-color: #41b3f9;
}

/* line 3448, ../../css/sass/pages/home/_style.scss */
.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: myanimation;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: myanimation;
  transition: 5s all;
}

/* Progressbar Animated */
@-webkit-keyframes myanimation {
  from {
    width: 0;
  }
}
@keyframes myanimation {
  from {
    width: 0;
  }
}
/* Progressbar Vertical */
/* line 3468, ../../css/sass/pages/home/_style.scss */
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 4px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

/* line 3477, ../../css/sass/pages/home/_style.scss */
.progress-vertical .progress-bar {
  width: 100%;
}

/* line 3480, ../../css/sass/pages/home/_style.scss */
.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 4px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

/* line 3489, ../../css/sass/pages/home/_style.scss */
.progress-vertical-bottom .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}

/* line 3494, ../../css/sass/pages/home/_style.scss */
.progress-vertical.progress-sm,
.progress-vertical-bottom.progress-sm {
  width: 8px !important;
}

/* line 3498, ../../css/sass/pages/home/_style.scss */
.progress-vertical.progress-sm .progress-bar,
.progress-vertical-bottom.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

/* line 3503, ../../css/sass/pages/home/_style.scss */
.progress-vertical.progress-md,
.progress-vertical-bottom.progress-md {
  width: 15px !important;
}

/* line 3507, ../../css/sass/pages/home/_style.scss */
.progress-vertical.progress-md .progress-bar,
.progress-vertical-bottom.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

/* line 3512, ../../css/sass/pages/home/_style.scss */
.progress-vertical.progress-lg,
.progress-vertical-bottom.progress-lg {
  width: 20px !important;
}

/* line 3516, ../../css/sass/pages/home/_style.scss */
.progress-vertical.progress-lg .progress-bar,
.progress-vertical-bottom.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

/*Timeline*/
/* line 3522, ../../css/sass/pages/home/_style.scss */
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 3529, ../../css/sass/pages/home/_style.scss */
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

/* line 3539, ../../css/sass/pages/home/_style.scss */
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}

/* line 3543, ../../css/sass/pages/home/_style.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 3548, ../../css/sass/pages/home/_style.scss */
.timeline > li:after {
  clear: both;
}

/* line 3551, ../../css/sass/pages/home/_style.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 3556, ../../css/sass/pages/home/_style.scss */
.timeline > li:after {
  clear: both;
}

/* line 3559, ../../css/sass/pages/home/_style.scss */
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

/* line 3569, ../../css/sass/pages/home/_style.scss */
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid rgba(120, 130, 140, 0.13);
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(120, 130, 140, 0.13);
}

/* line 3580, ../../css/sass/pages/home/_style.scss */
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}

/* line 3591, ../../css/sass/pages/home/_style.scss */
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
  background-color: #4c5667;
}

/* line 3607, ../../css/sass/pages/home/_style.scss */
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

/* line 3610, ../../css/sass/pages/home/_style.scss */
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0;
}

/* line 3616, ../../css/sass/pages/home/_style.scss */
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0;
}

/* line 3622, ../../css/sass/pages/home/_style.scss */
.timeline-badge.primary {
  background-color: #41b3f9 !important;
}

/* line 3625, ../../css/sass/pages/home/_style.scss */
.timeline-badge.success {
  background-color: #7ace4c !important;
}

/* line 3628, ../../css/sass/pages/home/_style.scss */
.timeline-badge.warning {
  background-color: #ffbb44 !important;
}

/* line 3631, ../../css/sass/pages/home/_style.scss */
.timeline-badge.danger {
  background-color: #f33155 !important;
}

/* line 3634, ../../css/sass/pages/home/_style.scss */
.timeline-badge.info {
  background-color: #41b3f9 !important;
}

/* line 3637, ../../css/sass/pages/home/_style.scss */
.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
}

/* line 3642, ../../css/sass/pages/home/_style.scss */
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

/* line 3646, ../../css/sass/pages/home/_style.scss */
.timeline-body > p + p {
  margin-top: 5px;
}

/*Easy Pie charts*/
/* line 3650, ../../css/sass/pages/home/_style.scss */
.chart {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 3659, ../../css/sass/pages/home/_style.scss */
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 3664, ../../css/sass/pages/home/_style.scss */
.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 3668, ../../css/sass/pages/home/_style.scss */
.pie-chart > span {
  left: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

/* line 3677, ../../css/sass/pages/home/_style.scss */
.chart > span > img {
  left: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 60%;
  height: 60%;
  transform: translateY(-50%);
  margin: 0 auto;
}

/* line 3689, ../../css/sass/pages/home/_style.scss */
.percent {
  display: inline-block;
  line-height: 100px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #263238;
}

/* line 3697, ../../css/sass/pages/home/_style.scss */
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/*Tables*/
/* line 3703, ../../css/sass/pages/home/_style.scss */
.table {
  margin-bottom: 10px;
}

/* line 3706, ../../css/sass/pages/home/_style.scss */
.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover,
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f7fafc !important;
}

/* line 3722, ../../css/sass/pages/home/_style.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > th,
.table-bordered {
  border-top: 1px solid #e4e7ea;
}

/* line 3732, ../../css/sass/pages/home/_style.scss */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 15px 8px;
}

/* line 3740, ../../css/sass/pages/home/_style.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e4e7ea;
}

/* line 3748, ../../css/sass/pages/home/_style.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e4e7ea;
}

/* line 3752, ../../css/sass/pages/home/_style.scss */
tbody {
  color: #797979;
}

/* line 3755, ../../css/sass/pages/home/_style.scss */
th {
  color: #666666;
  font-weight: 500;
}

/* line 3759, ../../css/sass/pages/home/_style.scss */
.table-bordered {
  border: 1px solid #e4e7ea;
}

/* line 3762, ../../css/sass/pages/home/_style.scss */
table.focus-on tbody tr.focused th {
  background-color: #2cabe3;
  color: #ffffff;
}

/* line 3766, ../../css/sass/pages/home/_style.scss */
table.focus-on tbody tr.focused td {
  background-color: #2cabe3;
  color: #ffffff;
}

/* line 3770, ../../css/sass/pages/home/_style.scss */
.table-rep-plugin .table-responsive {
  border: none !important;
}

/* line 3773, ../../css/sass/pages/home/_style.scss */
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}

/* line 3777, ../../css/sass/pages/home/_style.scss */
.jsgrid .jsgrid-table {
  margin-bottom: 0px;
}

/* line 3780, ../../css/sass/pages/home/_style.scss */
.jsgrid-selected-row > td {
  background: #f7fafc;
  border-color: #f7fafc;
}

/* line 3784, ../../css/sass/pages/home/_style.scss */
.jsgrid-header-row > th {
  background: #ffffff;
}

/* line 3787, ../../css/sass/pages/home/_style.scss */
.footable-odd {
  background-color: #f7fafc;
}

/*Inputs*/
/* line 3791, ../../css/sass/pages/home/_style.scss */
.form-control-line {
  border-left: 0 none;
  border-radius: 0;
  border-right: 0 none;
  border-top: 0 none;
  box-shadow: none;
  padding-left: 0;
}

/* line 3799, ../../css/sass/pages/home/_style.scss */
.has-success .form-control {
  border-color: #7ace4c;
  box-shadow: none !important;
}

/* line 3803, ../../css/sass/pages/home/_style.scss */
.has-warning .form-control {
  border-color: #ffbb44;
  box-shadow: none !important;
}

/* line 3807, ../../css/sass/pages/home/_style.scss */
.has-error .form-control {
  border-color: #f33155;
  box-shadow: none !important;
}

/* line 3811, ../../css/sass/pages/home/_style.scss */
.input-group-addon {
  border-radius: 2px;
  border: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 3815, ../../css/sass/pages/home/_style.scss */
.input-daterange input:first-child,
.input-daterange input:last-child {
  border-radius: 0px;
}

/*Material inputs*/
/* line 3820, ../../css/sass/pages/home/_style.scss */
.form-material .form-group {
  overflow: hidden;
}

/* line 3823, ../../css/sass/pages/home/_style.scss */
.form-material .form-control {
  background-color: transparent;
  background-position: center bottom, center calc(99%);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  transition: background 0s ease-out 0s;
}

/* line 3831, ../../css/sass/pages/home/_style.scss */
.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-image: linear-gradient(#41b3f9, #41b3f9), linear-gradient(rgba(65, 179, 249, 0.13), rgba(65, 179, 249, 0.13));
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  float: none;
}

/* line 3840, ../../css/sass/pages/home/_style.scss */
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0 none;
  transition-duration: 0.3s;
}

/* line 3846, ../../css/sass/pages/home/_style.scss */
.form-bordered .form-group {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding-bottom: 20px;
}

/*Select 2*/
/* line 3851, ../../css/sass/pages/home/_style.scss */
.select2-container .select2-choice {
  background-image: none !important;
  border: none !important;
  height: auto !important;
  padding: 0px !important;
  line-height: 22px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* line 3860, ../../css/sass/pages/home/_style.scss */
.select2-container .select2-choice .select2-arrow {
  background-image: none !important;
  background: transparent;
  border: none;
  width: 14px;
  top: -2px;
}

/* line 3867, ../../css/sass/pages/home/_style.scss */
.select2-container .select2-container-multi.form-control {
  height: auto;
}

/* line 3870, ../../css/sass/pages/home/_style.scss */
.select2-results .select2-highlighted {
  color: #ffffff;
  background-color: #41b3f9;
}

/* line 3874, ../../css/sass/pages/home/_style.scss */
.select2-drop-active {
  border: 1px solid #e3e3e3 !important;
  padding-top: 5px;
}

/* line 3878, ../../css/sass/pages/home/_style.scss */
.select2-search input {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 3881, ../../css/sass/pages/home/_style.scss */
.select2-container-multi {
  width: 100%;
}

/* line 3884, ../../css/sass/pages/home/_style.scss */
.select2-container-multi .select2-choices {
  border: 1px solid border !important;
  box-shadow: none !important;
  background-image: none !important;
  border-radius: 0px !important;
  min-height: 38px;
}

/* line 3891, ../../css/sass/pages/home/_style.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 4px 7px 4px 18px;
  margin: 5px 0 3px 5px;
  color: #555555;
  background: #f5f5f5;
  border-color: rgba(120, 130, 140, 0.13);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3900, ../../css/sass/pages/home/_style.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 7px 7px 7px 10px;
  font-family: inherit;
}

/*Icons*/
/* line 3905, ../../css/sass/pages/home/_style.scss */
.icon-list-demo div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  color: #313131;
}

/* line 3911, ../../css/sass/pages/home/_style.scss */
.icon-list-demo div:hover {
  color: #263238;
}

/* line 3914, ../../css/sass/pages/home/_style.scss */
.icon-list-demo div p {
  margin: 10px 0;
  padding: 5px 0;
}

/* line 3918, ../../css/sass/pages/home/_style.scss */
.icon-list-demo i {
  -webkit-transition: all 0.2s;
  -webkit-transition: font-size 0.2s;
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 0 10px;
  text-align: left;
  transition: all 0.2s;
  transition: font-size 0.2s;
  vertical-align: middle;
  width: auto;
  transition: all 0.3s ease 0s;
}

/* line 3931, ../../css/sass/pages/home/_style.scss */
.icon-list-demo .col-md-4 {
  border-radius: 0px;
}

/* line 3934, ../../css/sass/pages/home/_style.scss */
.icon-list-demo .col-md-4:hover {
  background-color: #f7fafc;
}

/* line 3937, ../../css/sass/pages/home/_style.scss */
.icon-list-demo .col-md-4:hover i {
  font-size: 2em;
}

/*Google map*/
/* line 3941, ../../css/sass/pages/home/_style.scss */
.gmaps,
.gmaps-panaroma {
  height: 300px;
}

/* line 3945, ../../css/sass/pages/home/_style.scss */
.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #e4e7ea;
  border-radius: 3px;
}

/* line 3951, ../../css/sass/pages/home/_style.scss */
.gmaps-panaroma-forms {
  height: 500px;
}

/* line 3954, ../../css/sass/pages/home/_style.scss */
.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #41b3f9;
  border-radius: 4px;
  padding: 10px 20px;
}

/* line 3964, ../../css/sass/pages/home/_style.scss */
.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 3971, ../../css/sass/pages/home/_style.scss */
.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #41b3f9;
}

/* line 3977, ../../css/sass/pages/home/_style.scss */
.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #41b3f9;
}

/* line 3983, ../../css/sass/pages/home/_style.scss */
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

/* line 3989, ../../css/sass/pages/home/_style.scss */
.jvectormap-zoomout {
  top: 40px;
}

/*Error Page*/
/* line 3993, ../../css/sass/pages/home/_style.scss */
.error-box {
  height: 100%;
  position: fixed;
  top: 20%;
  width: 100%;
}

/* line 3999, ../../css/sass/pages/home/_style.scss */
.error-box .footer {
  width: 100%;
  left: 0px;
  right: 0px;
}

/* line 4004, ../../css/sass/pages/home/_style.scss */
.error-body {
  padding-top: 5%;
}

/* line 4007, ../../css/sass/pages/home/_style.scss */
.error-body h1 {
  font-size: 210px;
  font-weight: 900;
  line-height: 210px;
}

/* Login- register pages */
/* line 4013, ../../css/sass/pages/home/_style.scss */
.login-register {
  background: url(/new/plugins/images/sandbar-login-wallpaper.jpg) no-repeat center center/cover !important;
  height: 100%;
  position: fixed;
}

/* line 4018, ../../css/sass/pages/home/_style.scss */
.login-box {
  background: #ffffff;
  width: 400px;
  margin: 0 auto;
  margin-top: 10%;
}

/* line 4024, ../../css/sass/pages/home/_style.scss */
.login-box .footer {
  width: 100%;
  left: 0px;
  right: 0px;
}

/* line 4029, ../../css/sass/pages/home/_style.scss */
.login-box .social {
  display: block;
  margin-bottom: 30px;
}

/* line 4033, ../../css/sass/pages/home/_style.scss */
#recoverform {
  display: none;
}

/* line 4036, ../../css/sass/pages/home/_style.scss */
.new-login-register {
  position: fixed;
  height: 100%;
}

/* line 4040, ../../css/sass/pages/home/_style.scss */
.new-login-register .lg-info-panel {
  background-image: url("/new/plugins/images/sandbar-login-wallpaper.jpg") no-repeat center center/cover !important;
  width: 500px;
  height: 100%;
  position: fixed;
}

/* line 4046, ../../css/sass/pages/home/_style.scss */
.new-login-register .lg-info-panel .inner-panel {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* line 4052, ../../css/sass/pages/home/_style.scss */
.new-login-register .lg-info-panel .lg-content {
  margin-top: 50%;
  text-align: center;
  padding: 0 50px;
}

/* line 4057, ../../css/sass/pages/home/_style.scss */
.new-login-register .lg-info-panel .lg-content h2 {
  color: #ffffff;
}

/* line 4060, ../../css/sass/pages/home/_style.scss */
.new-login-register .lg-info-panel .lg-content p {
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}

/* line 4065, ../../css/sass/pages/home/_style.scss */
.new-login-register .new-login-box {
  margin-left: 50%;
  margin-top: 10%;
  width: 400px;
}

/* line 4070, ../../css/sass/pages/home/_style.scss */
.new-login-register .new-login-box .new-lg-form {
  padding-top: 20px;
}

/* line 4073, ../../css/sass/pages/home/_style.scss */
.new-login-register .new-login-box .new-lg-form label {
  text-transform: uppercase;
  font-size: 12px;
}

/* line 4077, ../../css/sass/pages/home/_style.scss */
.new-login-register .new-login-box .social {
  display: block;
  margin-bottom: 30px;
}

/*Pricing*/
/* line 4082, ../../css/sass/pages/home/_style.scss */
.pricing-box {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

/* line 4087, ../../css/sass/pages/home/_style.scss */
.featured-plan {
  margin-top: 0px;
}

/* line 4090, ../../css/sass/pages/home/_style.scss */
.featured-plan .pricing-body {
  padding: 60px 0;
  background: #f7fafc;
  border: 1px solid #ddd;
}

/* line 4095, ../../css/sass/pages/home/_style.scss */
.featured-plan .price-table-content .price-row {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 4098, ../../css/sass/pages/home/_style.scss */
.pricing-body {
  border-radius: 0px;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 5px solid rgba(120, 130, 140, 0.13);
  vertical-align: middle;
  padding: 30px 0;
  position: relative;
}

/* line 4106, ../../css/sass/pages/home/_style.scss */
.pricing-body h2 {
  position: relative;
  font-size: 56px;
  margin: 20px 0 10px;
  font-weight: 500;
}

/* line 4112, ../../css/sass/pages/home/_style.scss */
.pricing-body h2 span {
  position: absolute;
  font-size: 15px;
  top: -10px;
  margin-left: -10px;
}

/* line 4118, ../../css/sass/pages/home/_style.scss */
.price-table-content .price-row {
  padding: 20px 0;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 4122, ../../css/sass/pages/home/_style.scss */
.pricing-plan {
  padding: 0 15px;
}

/* line 4125, ../../css/sass/pages/home/_style.scss */
.pricing-plan .no-padding {
  padding: 0px;
}

/* line 4128, ../../css/sass/pages/home/_style.scss */
.price-lable {
  position: absolute;
  top: -10px;
  padding: 5px 10px;
  margin: 0 auto;
  display: inline-block;
  width: 100px;
  left: 0px;
  right: 0px;
}

/*Inbox*/
/* line 4139, ../../css/sass/pages/home/_style.scss */
.mails a {
  color: #263238;
}

/* line 4142, ../../css/sass/pages/home/_style.scss */
.mails td {
  vertical-align: middle !important;
  position: relative;
}

/* line 4146, ../../css/sass/pages/home/_style.scss */
.mails td:last-of-type {
  width: 100px;
  padding-right: 20px;
}

/* line 4150, ../../css/sass/pages/home/_style.scss */
.mails tr:hover .text-white {
  display: none;
}

/* line 4153, ../../css/sass/pages/home/_style.scss */
.mails .mail-select {
  padding: 12px 20px;
  min-width: 134px;
}

/* line 4157, ../../css/sass/pages/home/_style.scss */
.mails .checkbox {
  margin-bottom: 0px;
  margin-top: 0px;
  vertical-align: middle;
  display: inline-block;
  height: 17px;
}

/* line 4164, ../../css/sass/pages/home/_style.scss */
.mails .checkbox label {
  min-height: 16px;
}

/* line 4167, ../../css/sass/pages/home/_style.scss */
.mail-list .list-group-item {
  background-color: transparent;
  border: 0px;
  border-left: 3px solid #ffffff;
  border-radius: 0px;
}

/* line 4173, ../../css/sass/pages/home/_style.scss */
.mail-list .list-group-item:hover {
  background: #f7fafc;
  border-left: 3px solid #f7fafc;
}

/* line 4177, ../../css/sass/pages/home/_style.scss */
.mail-list .list-group-item:focus {
  border-left: 3px solid #f7fafc;
}

/* line 4180, ../../css/sass/pages/home/_style.scss */
.mail-list .list-group-item.active:focus {
  background: #f7fafc;
  border-left: 3px solid #f33155;
}

/* line 4184, ../../css/sass/pages/home/_style.scss */
.mail-list .list-group-item.active {
  border-left: 3px solid #f33155;
  border-radius: 0px;
  color: #263238 !important;
}

/* line 4189, ../../css/sass/pages/home/_style.scss */
.mail_listing {
  min-height: 500px;
}

/* line 4192, ../../css/sass/pages/home/_style.scss */
.inbox_listing .inbox-item:hover {
  background: #f7fafc;
}

/* line 4195, ../../css/sass/pages/home/_style.scss */
.inbox_listing .inbox-item {
  padding-left: 20px;
}

/* line 4198, ../../css/sass/pages/home/_style.scss */
.inbox-widget.inbox_listing .inbox-item .inbox-item-text {
  height: 19px;
  overflow: hidden;
}

/* line 4202, ../../css/sass/pages/home/_style.scss */
.message-center .unread .mail-contnet h5,
.message-center .unread .mail-contnet .mail-desc {
  font-weight: 600;
  color: #263238 !important;
}

/*Calendar*/
/* line 4208, ../../css/sass/pages/home/_style.scss */
.calendar {
  float: left;
  margin-bottom: 0px;
}

/* line 4212, ../../css/sass/pages/home/_style.scss */
.fc-view {
  margin-top: 30px;
}

/* line 4215, ../../css/sass/pages/home/_style.scss */
.none-border .modal-footer {
  border-top: none;
}

/* line 4218, ../../css/sass/pages/home/_style.scss */
.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px;
}

/* line 4222, ../../css/sass/pages/home/_style.scss */
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

/* line 4228, ../../css/sass/pages/home/_style.scss */
.fc-day {
  background: #ffffff;
}

/* line 4231, ../../css/sass/pages/home/_style.scss */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

/* line 4238, ../../css/sass/pages/home/_style.scss */
.fc-widget-header {
  border: 0px !important;
}

/* line 4241, ../../css/sass/pages/home/_style.scss */
.fc-widget-content {
  border-color: rgba(120, 130, 140, 0.13) !important;
}

/* line 4244, ../../css/sass/pages/home/_style.scss */
.fc th.fc-widget-header {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0px;
  text-transform: uppercase;
}

/* line 4251, ../../css/sass/pages/home/_style.scss */
.fc th.fc-sun,
.fc th.fc-tue,
.fc th.fc-thu,
.fc th.fc-sat {
  background: #34b6ef;
}

/* line 4257, ../../css/sass/pages/home/_style.scss */
.fc th.fc-mon,
.fc th.fc-wed,
.fc th.fc-fri {
  background: #3bbcf5;
}

/* line 4262, ../../css/sass/pages/home/_style.scss */
.fc-view {
  margin-top: 0px;
}

/* line 4265, ../../css/sass/pages/home/_style.scss */
.fc-toolbar {
  background: #41b3f9;
  margin: 0px;
  padding: 24px 20px;
}

/* line 4270, ../../css/sass/pages/home/_style.scss */
.fc-toolbar h2 {
  color: #ffffff;
}

/* line 4273, ../../css/sass/pages/home/_style.scss */
.fc-button {
  background: #3bbcf5;
  border: 1px solid #41b3f9;
  color: #fff;
  text-transform: capitalize;
}

/* line 4279, ../../css/sass/pages/home/_style.scss */
.fc-button:hover {
  background: #3bbcf5;
  opacity: 0.8;
}

/* line 4283, ../../css/sass/pages/home/_style.scss */
.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

/* line 4287, ../../css/sass/pages/home/_style.scss */
.fc-state-hover {
  background: #F5F5F5;
}

/* line 4290, ../../css/sass/pages/home/_style.scss */
.fc-unthemed .fc-today {
  border: 1px solid #f33155;
  background: #f7fafc !important;
}

/* line 4294, ../../css/sass/pages/home/_style.scss */
.fc-state-highlight {
  background: #f0f0f0;
}

/* line 4297, ../../css/sass/pages/home/_style.scss */
.fc-cell-overlay {
  background: #f0f0f0;
}

/* line 4300, ../../css/sass/pages/home/_style.scss */
.fc-unthemed .fc-today {
  background: #ffffff;
}

/* line 4303, ../../css/sass/pages/home/_style.scss */
.fc-event {
  border-radius: 0px;
  border: none;
  cursor: pointer;
  font-size: 13px;
  margin: 1px -1px 0 -1px;
  padding: 5px 5px;
  text-align: center;
  background: #41b3f9;
}

/* line 4313, ../../css/sass/pages/home/_style.scss */
.calendar-event {
  cursor: move;
  margin: 10px 5px 0 0;
  padding: 6px 10px;
  display: inline-block;
  color: #ffffff;
  min-width: 140px;
  text-align: center;
  background: #41b3f9;
}

/* line 4323, ../../css/sass/pages/home/_style.scss */
.calendar-event a {
  float: right;
  opacity: 0.6;
  font-size: 10px;
  margin: 4px 0 0 10px;
  color: #ffffff;
}

/* line 4330, ../../css/sass/pages/home/_style.scss */
.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

/* line 4333, ../../css/sass/pages/home/_style.scss */
.fc-basic-view .fc-day-number {
  padding: 10px 15px;
  display: inline-block;
}

/*Weather small widget*/
/* line 4338, ../../css/sass/pages/home/_style.scss */
.weather h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 100;
}

/* line 4343, ../../css/sass/pages/home/_style.scss */
.weather i {
  color: #ffffff;
  font-size: 40px;
}

/* line 4347, ../../css/sass/pages/home/_style.scss */
.weather .w-title-sub {
  color: rgba(255, 255, 255, 0.6);
}

/*Right sidebar*/
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 4375, ../../css/sass/pages/home/_style.scss */
.right-side-toggle {
  position: relative;
}

/* line 4378, ../../css/sass/pages/home/_style.scss */
.right-side-toggle i {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  transition-property: transform;
  transition-duration: 1s;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top: 7px;
  left: 8px;
}

/* line 4401, ../../css/sass/pages/home/_style.scss */
.right-sidebar {
  position: fixed;
  right: -240px;
  width: 240px;
  display: none;
  z-index: 1200;
  background: #ffffff;
  top: 0px;
  height: 100%;
  box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* line 4413, ../../css/sass/pages/home/_style.scss */
.right-sidebar .rpanel-title {
  display: block;
  padding: 21px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  background: #2cabe3;
}

/* line 4421, ../../css/sass/pages/home/_style.scss */
.right-sidebar .rpanel-title span {
  float: right;
  cursor: pointer;
  font-size: 11px;
}

/* line 4426, ../../css/sass/pages/home/_style.scss */
.right-sidebar .rpanel-title span:hover {
  color: #263238;
}

/* line 4429, ../../css/sass/pages/home/_style.scss */
.right-sidebar .r-panel-body {
  padding: 20px;
}

/* line 4432, ../../css/sass/pages/home/_style.scss */
.right-sidebar .r-panel-body ul {
  margin: 0px;
  padding: 0px;
}

/* line 4436, ../../css/sass/pages/home/_style.scss */
.right-sidebar .r-panel-body ul li {
  list-style: none;
  padding: 5px 0;
}

/* line 4440, ../../css/sass/pages/home/_style.scss */
.shw-rside {
  right: 0px;
  width: 240px;
  display: block;
}

/*Chat online*/
/* line 4446, ../../css/sass/pages/home/_style.scss */
.chatonline img {
  margin-right: 10px;
  float: left;
  width: 30px;
}

/* line 4451, ../../css/sass/pages/home/_style.scss */
.chatonline li a {
  padding: 13px 0;
  float: left;
  width: 100%;
}

/* line 4456, ../../css/sass/pages/home/_style.scss */
.chatonline li a span {
  color: #313131;
}

/* line 4459, ../../css/sass/pages/home/_style.scss */
.chatonline li a span small {
  display: block;
  font-size: 10px;
}

/*Style switcher*/
/* line 4464, ../../css/sass/pages/home/_style.scss */
ul#themecolors {
  display: block;
}

/* line 4467, ../../css/sass/pages/home/_style.scss */
ul#themecolors li {
  display: inline-block;
}

/* line 4470, ../../css/sass/pages/home/_style.scss */
ul#themecolors li:first-child {
  display: block;
}

/* line 4473, ../../css/sass/pages/home/_style.scss */
#themecolors li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 5px;
  color: transparent;
  position: relative;
}

/* line 4481, ../../css/sass/pages/home/_style.scss */
#themecolors li a.working:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
}

/* line 4494, ../../css/sass/pages/home/_style.scss */
.default-theme {
  background: #4c5667;
}

/* line 4497, ../../css/sass/pages/home/_style.scss */
.green-theme {
  background: #7ace4c;
}

/* line 4500, ../../css/sass/pages/home/_style.scss */
.yellow-theme {
  background: #a0aec4;
}

/* line 4503, ../../css/sass/pages/home/_style.scss */
.blue-theme {
  background: #41b3f9;
}

/* line 4506, ../../css/sass/pages/home/_style.scss */
.purple-theme {
  background: #707cd2;
}

/* line 4509, ../../css/sass/pages/home/_style.scss */
.megna-theme {
  background: #e4e7ea;
}

/* line 4512, ../../css/sass/pages/home/_style.scss */
.default-dark-theme {
  background: #4f5467;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4f5467 0%, #4f5467 23%, #f33155 23%, #f33155 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4f5467 0%, #4f5467 23%, #f33155 23%, #f33155 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4f5467 0%, #4f5467 23%, #f33155 23%, #f33155 99%);
}

/* line 4521, ../../css/sass/pages/home/_style.scss */
.green-dark-theme {
  background: #4f5467;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4f5467 0%, #4f5467 23%, #00c292 23%, #00c292 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4f5467 0%, #4f5467 23%, #00c292 23%, #00c292 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4f5467 0%, #4f5467 23%, #00c292 23%, #00c292 99%);
}

/* line 4530, ../../css/sass/pages/home/_style.scss */
.yellow-dark-theme {
  background: #4f5467;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4f5467 0%, #4f5467 23%, #a0aec4 23%, #a0aec4 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4f5467 0%, #4f5467 23%, #a0aec4 23%, #a0aec4 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4f5467 0%, #4f5467 23%, #a0aec4 23%, #a0aec4 99%);
}

/* line 4539, ../../css/sass/pages/home/_style.scss */
.blue-dark-theme {
  background: #4f5467;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4f5467 0%, #4f5467 23%, #41b3f9 23%, #41b3f9 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4f5467 0%, #4f5467 23%, #41b3f9 23%, #41b3f9 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4f5467 0%, #4f5467 23%, #41b3f9 23%, #41b3f9 99%);
}

/* line 4548, ../../css/sass/pages/home/_style.scss */
.purple-dark-theme {
  background: #4f5467;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4f5467 0%, #4f5467 23%, #707cd2 23%, #707cd2 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4f5467 0%, #4f5467 23%, #707cd2 23%, #707cd2 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4f5467 0%, #4f5467 23%, #707cd2 23%, #707cd2 99%);
}

/* line 4557, ../../css/sass/pages/home/_style.scss */
.megna-dark-theme {
  background: #4f5467;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4f5467 0%, #4f5467 23%, #e4e7ea 23%, #e4e7ea 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4f5467 0%, #4f5467 23%, #e4e7ea 23%, #e4e7ea 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4f5467 0%, #4f5467 23%, #e4e7ea 23%, #e4e7ea 99%);
}

/* line 4566, ../../css/sass/pages/home/_style.scss */
.red-dark-theme {
  background: #e20b0b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4f5467 0%, #4f5467 23%, #e20b0b 23%, #e20b0b 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4f5467 0%, #4f5467 23%, #e20b0b 23%, #e20b0b 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4f5467 0%, #4f5467 23%, #e20b0b 23%, #e20b0b 99%);
}

/*visited ul li*/
/* line 4576, ../../css/sass/pages/home/_style.scss */
.visited li a {
  color: #313131;
}

/* line 4579, ../../css/sass/pages/home/_style.scss */
.visited li.active a {
  color: #2cabe3;
}

/*Stats Row*/
/* line 4583, ../../css/sass/pages/home/_style.scss */
.stats-row {
  margin-bottom: 20px;
}

/* line 4586, ../../css/sass/pages/home/_style.scss */
.stat-item {
  display: inline-block;
  padding-right: 15px;
}

/* line 4590, ../../css/sass/pages/home/_style.scss */
.stat-item + .stat-item {
  padding-left: 15px;
  border-left: 1px solid #eee;
}

/*country-state*/
/* line 4595, ../../css/sass/pages/home/_style.scss */
.country-state {
  list-style: none;
  margin: 0px;
  padding: 0px 0 0 10px;
}

/* line 4600, ../../css/sass/pages/home/_style.scss */
.country-state h2 {
  margin: 0px;
}

/* line 4603, ../../css/sass/pages/home/_style.scss */
.country-state .progress {
  margin-top: 8px;
}

/*Two part*/
/* line 4607, ../../css/sass/pages/home/_style.scss */
.two-part li {
  width: 48.8%;
}

/* line 4610, ../../css/sass/pages/home/_style.scss */
.two-part li i {
  font-size: 50px;
}

/* line 4613, ../../css/sass/pages/home/_style.scss */
.two-part li span {
  font-size: 50px;
  font-weight: 100;
  font-family: 'Rubik', sans-serif;
}

/*News Slides*/
/* line 4619, ../../css/sass/pages/home/_style.scss */
.news-slide {
  position: relative;
}

/* line 4622, ../../css/sass/pages/home/_style.scss */
.news-slide .overlaybg {
  height: 370px;
  overflow: hidden;
}

/* line 4626, ../../css/sass/pages/home/_style.scss */
.news-slide .overlaybg img {
  width: 100%;
  height: 100%;
}

/* line 4630, ../../css/sass/pages/home/_style.scss */
.news-slide .news-content {
  position: absolute;
  height: 370px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  width: 100%;
  top: 0px;
  padding: 30px;
}

/* line 4639, ../../css/sass/pages/home/_style.scss */
.news-slide .news-content h2 {
  height: 240px;
  overflow: hidden;
  color: #ffffff;
}

/* line 4644, ../../css/sass/pages/home/_style.scss */
.news-slide .news-content a {
  color: #ffffff;
  opacity: 0.6;
  text-transform: uppercase;
}

/* line 4649, ../../css/sass/pages/home/_style.scss */
.news-slide .news-content a:hover {
  opacity: 1;
}

/* line 4652, ../../css/sass/pages/home/_style.scss */
.dashboard-slide .overlaybg {
  height: 435px;
}

/* line 4655, ../../css/sass/pages/home/_style.scss */
.dashboard-slide .news-content {
  height: 435px;
}

/* line 4658, ../../css/sass/pages/home/_style.scss */
.dashboard-slide .news-content h2 {
  height: 320px;
}

/*Nav pill rounded*/
/* line 4662, ../../css/sass/pages/home/_style.scss */
.nav-pills-rounded li {
  display: inline-block;
  float: none;
}

/* line 4666, ../../css/sass/pages/home/_style.scss */
.nav-pills-rounded li a {
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  color: #313131;
  padding: 10px 25px;
}

/* line 4673, ../../css/sass/pages/home/_style.scss */
.nav-pills-rounded li.active a,
.nav-pills-rounded li.active a:focus,
.nav-pills-rounded li.active a:hover {
  background: #2cabe3;
  color: #ffffff;
}

/*analytics-info*/
/* line 4680, ../../css/sass/pages/home/_style.scss */
.analytics-info .list-inline {
  margin-bottom: 0px;
}

/* line 4683, ../../css/sass/pages/home/_style.scss */
.analytics-info .list-inline li {
  vertical-align: middle;
}

/* line 4686, ../../css/sass/pages/home/_style.scss */
.analytics-info .list-inline li span {
  font-size: 24px;
}

/* line 4689, ../../css/sass/pages/home/_style.scss */
.analytics-info .list-inline li i {
  font-size: 20px;
}

/*Feeds*/
/* line 4693, ../../css/sass/pages/home/_style.scss */
.feeds {
  margin: 0px;
  padding: 0px;
}

/* line 4697, ../../css/sass/pages/home/_style.scss */
.feeds li {
  list-style: none;
  padding: 10px;
  display: block;
}

/* line 4702, ../../css/sass/pages/home/_style.scss */
.feeds li:hover {
  background: #f7fafc;
}

/* line 4705, ../../css/sass/pages/home/_style.scss */
.feeds li > div {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
}

/* line 4714, ../../css/sass/pages/home/_style.scss */
.feeds li > div i {
  line-height: 40px;
}

/* line 4717, ../../css/sass/pages/home/_style.scss */
.feeds li span {
  float: right;
  width: auto;
  font-size: 12px;
}

/*Jquery toaster*/
/* line 4723, ../../css/sass/pages/home/_style.scss */
.jq-icon-info {
  background-color: #41b3f9;
  color: #ffffff;
}

/* line 4727, ../../css/sass/pages/home/_style.scss */
.jq-icon-success {
  background-color: #7ace4c;
  color: #ffffff;
}

/* line 4731, ../../css/sass/pages/home/_style.scss */
.jq-icon-error {
  background-color: #f33155;
  color: #ffffff;
}

/* line 4735, ../../css/sass/pages/home/_style.scss */
.jq-icon-warning {
  background-color: #ffbb44;
  color: #ffffff;
}

/*Dropzone*/
/* line 4740, ../../css/sass/pages/home/_style.scss */
.dropzone {
  border-style: dashed;
  border-width: 1px;
}

/*sales boxes*/
/* line 4745, ../../css/sass/pages/home/_style.scss */
.weather h1 sup {
  font-size: 20px;
  top: -1.2em;
}

/* Button 1c */
/* line 4750, ../../css/sass/pages/home/_style.scss */
.fcbtn {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 20px;
}

/* line 4757, ../../css/sass/pages/home/_style.scss */
.fcbtn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Button 1b */
/* line 4766, ../../css/sass/pages/home/_style.scss */
.btn-1b:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
}

/* line 4772, ../../css/sass/pages/home/_style.scss */
.btn-1b:hover,
.btn-1b:active {
  color: #fff;
}

/* line 4776, ../../css/sass/pages/home/_style.scss */
.btn-1b:hover:after,
.btn-1b:active:after {
  height: 100%;
}

/* line 4780, ../../css/sass/pages/home/_style.scss */
.btn-1b.btn-info:after,
.btn-1c.btn-info:after,
.btn-1d.btn-info:after,
.btn-1e.btn-info:after,
.btn-1f.btn-info:after {
  background: #41b3f9;
}

/* line 4787, ../../css/sass/pages/home/_style.scss */
.btn-1b.btn-warning:after,
.btn-1c.btn-warning:after,
.btn-1d.btn-warning:after,
.btn-1e.btn-warning:after,
.btn-1f.btn-warning:after {
  background: #ffbb44;
}

/* line 4794, ../../css/sass/pages/home/_style.scss */
.btn-1b.btn-danger:after,
.btn-1c.btn-danger:after,
.btn-1d.btn-danger:after,
.btn-1e.btn-danger:after,
.btn-1f.btn-danger:after {
  background: #f33155;
}

/* line 4801, ../../css/sass/pages/home/_style.scss */
.btn-1b.btn-primary:after,
.btn-1c.btn-primary:after,
.btn-1d.btn-primary:after,
.btn-1e.btn-primary:after,
.btn-1f.btn-primary:after {
  background: #707cd2;
}

/* line 4808, ../../css/sass/pages/home/_style.scss */
.btn-1b.btn-success:after,
.btn-1c.btn-success:after,
.btn-1d.btn-success:after,
.btn-1e.btn-success:after,
.btn-1f.btn-success:after {
  background: #7ace4c;
}

/* line 4815, ../../css/sass/pages/home/_style.scss */
.btn-1b.btn-inverse:after,
.btn-1c.btn-inverse:after,
.btn-1d.btn-inverse:after,
.btn-1e.btn-inverse:after,
.btn-1f.btn-inverse:after {
  background: #4c5667;
}

/* Button 1c */
/* line 4823, ../../css/sass/pages/home/_style.scss */
.btn-1c:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 4829, ../../css/sass/pages/home/_style.scss */
.btn-1c:hover,
.btn-1c:active {
  color: #000;
}

/* line 4833, ../../css/sass/pages/home/_style.scss */
.btn-1c:hover:after,
.btn-1c:active:after {
  width: 100%;
}

/* Button 1d */
/* line 4838, ../../css/sass/pages/home/_style.scss */
.btn-1d {
  overflow: hidden;
}

/* line 4841, ../../css/sass/pages/home/_style.scss */
.btn-1d:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 4852, ../../css/sass/pages/home/_style.scss */
.btn-1d:hover:after {
  width: 100%;
  opacity: 1;
}

/* Button 1e */
/* line 4857, ../../css/sass/pages/home/_style.scss */
.btn-1e {
  overflow: hidden;
}

/* line 4860, ../../css/sass/pages/home/_style.scss */
.btn-1e:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

/* line 4872, ../../css/sass/pages/home/_style.scss */
.btn-1e:hover:after {
  height: 260%;
  opacity: 1;
}

/* line 4876, ../../css/sass/pages/home/_style.scss */
.btn-1e:active:after {
  height: 400%;
  opacity: 1;
}

/* Button 1f */
/* line 4881, ../../css/sass/pages/home/_style.scss */
.btn-1f {
  overflow: hidden;
}

/* line 4884, ../../css/sass/pages/home/_style.scss */
.btn-1f:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 4896, ../../css/sass/pages/home/_style.scss */
.btn-1f:hover:after {
  height: 100%;
  opacity: 1;
}

/* line 4900, ../../css/sass/pages/home/_style.scss */
.btn-1f:active:after {
  height: 130%;
  opacity: 1;
}

/*sweat Aleart*/
/* line 4905, ../../css/sass/pages/home/_style.scss */
.sweet-alert {
  padding: 25px;
}

/* line 4908, ../../css/sass/pages/home/_style.scss */
.sweet-alert h2 {
  margin-top: 0px;
}

/* line 4911, ../../css/sass/pages/home/_style.scss */
.sweet-alert p {
  line-height: 30px;
}

/*List icon*/
/* line 4915, ../../css/sass/pages/home/_style.scss */
ul.list-icons {
  margin: 0px;
  padding: 0px;
}

/* line 4919, ../../css/sass/pages/home/_style.scss */
ul.list-icons li {
  list-style: none;
  line-height: 40px;
}

/* line 4923, ../../css/sass/pages/home/_style.scss */
ul.list-icons li i {
  font-size: 12px;
  margin-right: 5px;
}

/*Tooltip*/
/* line 4928, ../../css/sass/pages/home/_style.scss */
.demo-tooltip .tooltip,
.demo-popover .popover {
  position: relative;
  margin-right: 25px;
  opacity: 1;
  display: inline-block;
}

/* line 4935, ../../css/sass/pages/home/_style.scss */
.tooltip-inner {
  border-radius: 3px;
  padding: 5px 10px;
}

/* line 4939, ../../css/sass/pages/home/_style.scss */
.tooltip.in {
  opacity: 1;
}

/* line 4942, ../../css/sass/pages/home/_style.scss */
.tooltip-primary.tooltip .tooltip-inner,
.tooltip-primary + .tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #41b3f9;
}

/* line 4947, ../../css/sass/pages/home/_style.scss */
.tooltip-primary.tooltip.top .tooltip-arrow,
.tooltip-primary + .tooltip.top .tooltip-arrow {
  border-top-color: #41b3f9;
}

/* line 4951, ../../css/sass/pages/home/_style.scss */
.tooltip-primary.tooltip.right .tooltip-arrow,
.tooltip-primary + .tooltip.right .tooltip-arrow {
  border-right-color: #41b3f9;
}

/* line 4955, ../../css/sass/pages/home/_style.scss */
.tooltip-primary.tooltip.bottom .tooltip-arrow,
.tooltip-primary + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #41b3f9;
}

/* line 4959, ../../css/sass/pages/home/_style.scss */
.tooltip-primary.tooltip.left .tooltip-arrow,
.tooltip-primary + .tooltip.left .tooltip-arrow {
  border-left-color: #41b3f9;
}

/* line 4963, ../../css/sass/pages/home/_style.scss */
.tooltip-success.tooltip .tooltip-inner,
.tooltip-success + .tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #7ace4c;
}

/* line 4968, ../../css/sass/pages/home/_style.scss */
.tooltip-success.tooltip.top .tooltip-arrow,
.tooltip-success + .tooltip.top .tooltip-arrow {
  border-top-color: #7ace4c;
}

/* line 4972, ../../css/sass/pages/home/_style.scss */
.tooltip-success.tooltip.right .tooltip-arrow,
.tooltip-success + .tooltip.right .tooltip-arrow {
  border-right-color: #7ace4c;
}

/* line 4976, ../../css/sass/pages/home/_style.scss */
.tooltip-success.tooltip.bottom .tooltip-arrow,
.tooltip-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #7ace4c;
}

/* line 4980, ../../css/sass/pages/home/_style.scss */
.tooltip-success.tooltip.left .tooltip-arrow,
.tooltip-success + .tooltip.left .tooltip-arrow {
  border-left-color: #7ace4c;
}

/* line 4984, ../../css/sass/pages/home/_style.scss */
.tooltip-warning.tooltip .tooltip-inner,
.tooltip-warning + .tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #ffbb44;
}

/* line 4989, ../../css/sass/pages/home/_style.scss */
.tooltip-warning.tooltip.top .tooltip-arrow,
.tooltip-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #ffbb44;
}

/* line 4993, ../../css/sass/pages/home/_style.scss */
.tooltip-warning.tooltip.right .tooltip-arrow,
.tooltip-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #ffbb44;
}

/* line 4997, ../../css/sass/pages/home/_style.scss */
.tooltip-warning.tooltip.bottom .tooltip-arrow,
.tooltip-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ffbb44;
}

/* line 5001, ../../css/sass/pages/home/_style.scss */
.tooltip-warning.tooltip.left .tooltip-arrow,
.tooltip-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #ffbb44;
}

/* line 5005, ../../css/sass/pages/home/_style.scss */
.tooltip-info.tooltip .tooltip-inner,
.tooltip-info + .tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #41b3f9;
}

/* line 5010, ../../css/sass/pages/home/_style.scss */
.tooltip-info.tooltip.top .tooltip-arrow,
.tooltip-info + .tooltip.top .tooltip-arrow {
  border-top-color: #41b3f9;
}

/* line 5014, ../../css/sass/pages/home/_style.scss */
.tooltip-info.tooltip.right .tooltip-arrow,
.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #41b3f9;
}

/* line 5018, ../../css/sass/pages/home/_style.scss */
.tooltip-info.tooltip.bottom .tooltip-arrow,
.tooltip-info + tooltip.bottom .tooltip-arrow {
  border-bottom-color: #41b3f9;
}

/* line 5022, ../../css/sass/pages/home/_style.scss */
.tooltip-info.tooltip.left .tooltip-arrow,
.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #41b3f9;
}

/* line 5026, ../../css/sass/pages/home/_style.scss */
.tooltip-danger.tooltip .tooltip-inner,
.tooltip-danger + .tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #f33155;
}

/* line 5031, ../../css/sass/pages/home/_style.scss */
.tooltip-danger.tooltip.top .tooltip-arrow,
.tooltip-danger + .tooltip.top .tooltip-arrow {
  border-top-color: #f33155;
}

/* line 5035, ../../css/sass/pages/home/_style.scss */
.tooltip-danger.tooltip.right .tooltip-arrow,
.tooltip-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #f33155;
}

/* line 5039, ../../css/sass/pages/home/_style.scss */
.tooltip-danger.tooltip.bottom .tooltip-arrow,
.tooltip-danger + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f33155;
}

/* line 5043, ../../css/sass/pages/home/_style.scss */
.tooltip-danger.tooltip.left .tooltip-arrow,
.tooltip-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #f33155;
}

/* line 5047, ../../css/sass/pages/home/_style.scss */
.flotTip {
  padding: 8px 12px;
  background-color: #263238;
  z-index: 100;
  color: #ffffff;
  opacity: 0.9;
  font-size: 13px;
}

/*Popover*/
/* line 5056, ../../css/sass/pages/home/_style.scss */
.popover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* line 5060, ../../css/sass/pages/home/_style.scss */
.popover .popover-title {
  border-radius: 0px;
}

/* line 5063, ../../css/sass/pages/home/_style.scss */
.popover-primary + .popover .popover-title {
  color: #ffffff;
  background-color: #41b3f9;
  border-color: #41b3f9;
}

/* line 5068, ../../css/sass/pages/home/_style.scss */
.popover-primary + .popover.bottom .arrow {
  border-bottom-color: #41b3f9;
}

/* line 5071, ../../css/sass/pages/home/_style.scss */
.popover-primary + .popover.bottom .arrow:after {
  border-bottom-color: #41b3f9;
}

/* line 5074, ../../css/sass/pages/home/_style.scss */
.popover-success + .popover .popover-title {
  color: #ffffff;
  background-color: #7ace4c;
  border-color: #7ace4c;
}

/* line 5079, ../../css/sass/pages/home/_style.scss */
.popover-success + .popover.bottom .arrow {
  border-bottom-color: #7ace4c;
}

/* line 5082, ../../css/sass/pages/home/_style.scss */
.popover-success + .popover.bottom .arrow:after {
  border-bottom-color: #7ace4c;
}

/* line 5085, ../../css/sass/pages/home/_style.scss */
.popover-info + .popover .popover-title {
  color: #ffffff;
  background-color: #41b3f9;
  border-color: #41b3f9;
}

/* line 5090, ../../css/sass/pages/home/_style.scss */
.popover-info + .popover.bottom .arrow {
  border-bottom-color: #41b3f9;
}

/* line 5093, ../../css/sass/pages/home/_style.scss */
.popover-info + .popover.bottom .arrow:after {
  border-bottom-color: #41b3f9;
}

/* line 5096, ../../css/sass/pages/home/_style.scss */
.popover-warning + .popover .popover-title {
  color: #ffffff;
  background-color: #ffbb44;
  border-color: #ffbb44;
}

/* line 5101, ../../css/sass/pages/home/_style.scss */
.popover-warning + .popover.bottom .arrow {
  border-bottom-color: #ffbb44;
}

/* line 5104, ../../css/sass/pages/home/_style.scss */
.popover-warning + .popover.bottom .arrow:after {
  border-bottom-color: #ffbb44;
}

/* line 5107, ../../css/sass/pages/home/_style.scss */
.popover-danger + .popover .popover-title {
  color: #ffffff;
  background-color: #f33155;
  border-color: #f33155;
}

/* line 5112, ../../css/sass/pages/home/_style.scss */
.popover-danger + .popover.bottom .arrow {
  border-bottom-color: #f33155;
}

/* line 5115, ../../css/sass/pages/home/_style.scss */
.popover-danger + .popover.bottom .arrow:after {
  border-bottom-color: #f33155;
}

/*File Upload*/
/* line 5119, ../../css/sass/pages/home/_style.scss */
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

/* line 5124, ../../css/sass/pages/home/_style.scss */
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
  border-radius: 0px;
}

/* line 5138, ../../css/sass/pages/home/_style.scss */
.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}

/* line 5142, ../../css/sass/pages/home/_style.scss */
.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}

/* line 5150, ../../css/sass/pages/home/_style.scss */
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

/* line 5157, ../../css/sass/pages/home/_style.scss */
.fileinput .thumbnail > img {
  max-height: 100%;
}

/* line 5160, ../../css/sass/pages/home/_style.scss */
.fileinput .btn {
  vertical-align: middle;
}

/* line 5163, ../../css/sass/pages/home/_style.scss */
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

/* line 5167, ../../css/sass/pages/home/_style.scss */
.fileinput-inline .fileinput-controls {
  display: inline;
}

/* line 5170, ../../css/sass/pages/home/_style.scss */
.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

/* line 5175, ../../css/sass/pages/home/_style.scss */
.form-control .fileinput-filename {
  vertical-align: bottom;
}

/* line 5178, ../../css/sass/pages/home/_style.scss */
.fileinput.input-group {
  display: table;
}

/* line 5181, ../../css/sass/pages/home/_style.scss */
.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}

/* line 5185, ../../css/sass/pages/home/_style.scss */
.fileinput.input-group > .btn-file {
  z-index: 1;
}

/*Bootstrap select*/
/* line 5189, ../../css/sass/pages/home/_style.scss */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

/* line 5192, ../../css/sass/pages/home/_style.scss */
.ms-container .ms-list {
  border-radius: 0px;
  box-shadow: none;
}

/* line 5196, ../../css/sass/pages/home/_style.scss */
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  padding: 6px 10px;
}

/* line 5200, ../../css/sass/pages/home/_style.scss */
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  background: #41b3f9;
}

/*Dropzone*/
/* line 5205, ../../css/sass/pages/home/_style.scss */
.dropzone .dz-message {
  text-align: center;
  margin: 10% 0;
}

/*xeditable*/
/* line 5210, ../../css/sass/pages/home/_style.scss */
.editable-input .form-control {
  height: 30px;
}

/*ascolorpicker*/
/* line 5214, ../../css/sass/pages/home/_style.scss */
.asColorPicker-trigger {
  position: absolute;
  top: 0;
  right: -35px;
  height: 38px;
  width: 37px;
  border: 0px;
}

/* line 5222, ../../css/sass/pages/home/_style.scss */
.asColorPicker-dropdown {
  max-width: 260px;
}

/* line 5225, ../../css/sass/pages/home/_style.scss */
.asColorPicker-clear {
  top: 7px;
  right: 16px;
}

/*Datepicker*/
/* line 5230, ../../css/sass/pages/home/_style.scss */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-image: none;
  background: #2cabe3;
  color: #ffffff;
}

/* line 5238, ../../css/sass/pages/home/_style.scss */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
  background: #41b3f9;
  color: #ffffff;
}

/*Datatable*/
/* line 5247, ../../css/sass/pages/home/_style.scss */
.editable-table + input.error {
  border: 1px solid #danger;
  outline: 0;
  outline-offset: 0;
}

/* line 5252, ../../css/sass/pages/home/_style.scss */
.editable-table + input,
.editable-table + input:focus,
#editable-datatable_wrapper + input:focus {
  border: 1px solid #41b3f9 !important;
  outline: 0 !important;
  outline-offset: 0 !important;
}

/* line 5259, ../../css/sass/pages/home/_style.scss */
.editable-table td:focus {
  outline: 0;
}

/*USer-profile*/
/* line 5263, ../../css/sass/pages/home/_style.scss */
.user-profile {
  padding: 70px 0 15px;
  position: relative;
  text-align: center;
}

/* line 5268, ../../css/sass/pages/home/_style.scss */
.user-profile .user-pro-body {
  display: block;
}

/* line 5271, ../../css/sass/pages/home/_style.scss */
.user-profile .user-pro-body img {
  width: 50px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

/* line 5277, ../../css/sass/pages/home/_style.scss */
.user-profile .user-pro-body .u-dropdown {
  color: #97999f;
}

/* line 5280, ../../css/sass/pages/home/_style.scss */
.user-profile .user-pro-body .dropdown-menu {
  right: 0px;
  width: 180px;
  left: 0px;
  margin: 0 auto;
}

/*Form-Wizard*/
/* line 5287, ../../css/sass/pages/home/_style.scss */
.wizard-steps {
  display: table;
  width: 100%;
}

/* line 5291, ../../css/sass/pages/home/_style.scss */
.wizard-steps > li {
  display: table-cell;
  padding: 10px 20px;
  background: #f7fafc;
}

/* line 5296, ../../css/sass/pages/home/_style.scss */
.wizard-steps > li span {
  border-radius: 100%;
  border: 1px solid rgba(120, 130, 140, 0.13);
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 9px;
  margin-right: 8px;
  text-align: center;
}

/* line 5307, ../../css/sass/pages/home/_style.scss */
.wizard-content {
  padding: 25px;
  border-color: rgba(120, 130, 140, 0.13);
  margin-bottom: 30px;
}

/* line 5312, ../../css/sass/pages/home/_style.scss */
.wizard-steps > li.current,
.wizard-steps > li.done {
  background: #41b3f9;
  color: #ffffff;
}

/* line 5317, ../../css/sass/pages/home/_style.scss */
.wizard-steps > li.current span,
.wizard-steps > li.done span {
  border-color: #ffffff;
  color: #ffffff;
}

/* line 5322, ../../css/sass/pages/home/_style.scss */
.wizard-steps > li.current h4,
.wizard-steps > li.done h4 {
  color: #ffffff;
}

/* line 5326, ../../css/sass/pages/home/_style.scss */
.wizard-steps > li.done {
  background: #7ace4c;
}

/* line 5329, ../../css/sass/pages/home/_style.scss */
.wizard-steps > li.error {
  background: #f33155;
}

/* line 5332, ../../css/sass/pages/home/_style.scss */
.wiz-aco .pager {
  margin: 0px;
}

/*New Widgets*/
/*Status widgets*/
/* line 5337, ../../css/sass/pages/home/_style.scss */
#morris-donut-chart svg text {
  font-family: 'Rubik', sans-serif !important;
  font-weight: 400 !important;
}

/*Finance diagram*/
/* line 5342, ../../css/sass/pages/home/_style.scss */
#diagram {
  margin: 0 auto;
  width: 250px;
  padding-top: 30px;
  height: 271px;
}

/* line 5348, ../../css/sass/pages/home/_style.scss */
#diagram circle {
  fill: #ffffff;
}

/* line 5351, ../../css/sass/pages/home/_style.scss */
#diagram text {
  fill: #313131;
}

/* line 5354, ../../css/sass/pages/home/_style.scss */
.get {
  display: none;
}

/*Expense box*/
/* line 5358, ../../css/sass/pages/home/_style.scss */
ul.expense-box {
  margin: 0px;
  padding: 0px;
}

/* line 5362, ../../css/sass/pages/home/_style.scss */
ul.expense-box li {
  list-style: none;
  display: inline-block;
  padding: 8px 0 8px 20px;
}

/* line 5367, ../../css/sass/pages/home/_style.scss */
ul.expense-box li i {
  width: 60px;
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
}

/* line 5373, ../../css/sass/pages/home/_style.scss */
ul.expense-box li span {
  display: inline-block;
  vertical-align: middle;
}

/* line 5377, ../../css/sass/pages/home/_style.scss */
ul.expense-box li span h2 {
  margin-bottom: 0px;
  font-weight: 400;
}

/* line 5381, ../../css/sass/pages/home/_style.scss */
ul.expense-box li span h4 {
  margin-top: 0px;
}

/* line 5384, ../../css/sass/pages/home/_style.scss */
.minus-margin {
  margin: 0 -25px;
}

/*manage users*/
/* line 5388, ../../css/sass/pages/home/_style.scss */
.manage-users {
  margin-bottom: 30px;
}

/* line 5391, ../../css/sass/pages/home/_style.scss */
.manage-users .tabs-style-iconbox nav {
  background: #41b3f9;
}

/* line 5394, ../../css/sass/pages/home/_style.scss */
.manage-users .tabs-style-iconbox nav ul li a {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

/* line 5398, ../../css/sass/pages/home/_style.scss */
.manage-users .tabs-style-iconbox nav ul li a.sticon:before {
  margin-bottom: 15px;
}

/* line 5401, ../../css/sass/pages/home/_style.scss */
.manage-users .tabs-style-iconbox nav ul li.tab-current a {
  box-shadow: none;
}

/* line 5404, ../../css/sass/pages/home/_style.scss */
ul.side-icon-text {
  margin: 0px;
  padding: 0px;
}

/* line 5408, ../../css/sass/pages/home/_style.scss */
ul.side-icon-text > li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

/* line 5413, ../../css/sass/pages/home/_style.scss */
ul.side-icon-text > li a {
  color: #313131;
  font-weight: 400;
}

/* line 5417, ../../css/sass/pages/home/_style.scss */
ul.side-icon-text > li a:hover {
  color: #41b3f9;
}

/* line 5420, ../../css/sass/pages/home/_style.scss */
ul.side-icon-text > li a span {
  margin-right: 10px;
}

/* line 5423, ../../css/sass/pages/home/_style.scss */
.manage-table {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  margin: 10px -25px 0;
  background: #f7fafc;
  padding: 30px;
}

/* line 5429, ../../css/sass/pages/home/_style.scss */
.table tbody tr.advance-table-row {
  border: 2px solid rgba(120, 130, 140, 0.13);
  white-space: nowrap;
}

/* line 5433, ../../css/sass/pages/home/_style.scss */
.table tbody tr.advance-table-row .checkbox {
  margin: 0px;
}

/* line 5436, ../../css/sass/pages/home/_style.scss */
.table tbody tr.advance-table-row.active {
  border: 2px solid #2cabe3;
}

/* line 5439, ../../css/sass/pages/home/_style.scss */
.table tbody tr.advance-table-row td {
  vertical-align: middle !important;
  border: 0px !important;
  font-size: 16px;
  background: #ffffff;
}

/* line 5445, ../../css/sass/pages/home/_style.scss */
td.sm-pd {
  padding: 5px 0 !important;
}

/*your wallet balance*/
/* line 5449, ../../css/sass/pages/home/_style.scss */
.wallet-widgets #morris-area-chart2 text,
.demo-container .flot-x-axis,
.demo-container .flot-text {
  display: none;
}

/* line 5454, ../../css/sass/pages/home/_style.scss */
ul.wallet-list {
  margin: 0px;
  padding: 0px;
}

/* line 5458, ../../css/sass/pages/home/_style.scss */
ul.wallet-list li {
  list-style: none;
  display: block;
  font-size: 18px;
  padding: 20px 20px;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 5465, ../../css/sass/pages/home/_style.scss */
ul.wallet-list li i {
  font-size: 24px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  color: #41b3f9;
}

/* line 5472, ../../css/sass/pages/home/_style.scss */
ul.wallet-list li a {
  vertical-align: middle;
  color: #313131;
}

/* line 5476, ../../css/sass/pages/home/_style.scss */
ul.wallet-list li a:hover {
  color: #2cabe3;
}

/*ct-sales*/
@keyframes dasharray-craziness {
  0% {
    stroke-dasharray: 5px;
  }
  50% {
    stroke-dasharray: 6px;
  }
  100% {
    stroke-dasharray: 7px;
  }
}
/* line 5491, ../../css/sass/pages/home/_style.scss */
#ct-sales,
#ct-weather,
#ct-extra,
#ct-bar-chart,
#ct-main-bal,
#ct-visits,
#ct-city-wth,
#ct-polar-chart,
#ct-daily-sales {
  position: relative;
}

/* line 5502, ../../css/sass/pages/home/_style.scss */
#ct-sales .ct-series-a .ct-line,
#ct-weather .ct-series-a .ct-line,
#ct-extra .ct-series-a .ct-line,
#ct-sales .ct-series-a .ct-point,
#ct-weather .ct-series-a .ct-point,
#ct-extra .ct-series-a .ct-point {
  stroke: #ffffff;
  stroke-shadow: 3px 10px 10px #000;
}

/* line 5511, ../../css/sass/pages/home/_style.scss */
#ct-sales .ct-series-a .ct-area,
#ct-weather .ct-series-a .ct-area,
#ct-extra .ct-series-a .ct-area {
  fill: none;
}

/* line 5516, ../../css/sass/pages/home/_style.scss */
#ct-sales .ct-grid,
#ct-weather .ct-grid,
#ct-extra .ct-grid {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-dasharray: 0px;
}

/* line 5522, ../../css/sass/pages/home/_style.scss */
#ct-weather .ct-series-a .ct-line {
  animation: dasharray-craziness 2s infinite;
}

/* line 5525, ../../css/sass/pages/home/_style.scss */
.ct-label {
  font-size: 1em;
}

/* line 5528, ../../css/sass/pages/home/_style.scss */
#ct-extra .ct-series-a .ct-line,
#ct-extra .ct-series-a .ct-point {
  stroke: #41b3f9;
  animation: dasharray-craziness 0.5s infinite;
}

/* line 5533, ../../css/sass/pages/home/_style.scss */
#ct-extra .ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-dasharray: 2px;
}

/* line 5537, ../../css/sass/pages/home/_style.scss */
#ct-bar-chart .ct-series-a .ct-bar {
  stroke: #41b3f9;
  stroke-width: 7px;
}

/* line 5541, ../../css/sass/pages/home/_style.scss */
#ct-main-bal .ct-series-a .ct-line,
#ct-main-bal .ct-series-a .ct-point {
  stroke: none;
  fill: #41b3f9;
  fill-opacity: 0.5;
}

/* line 5547, ../../css/sass/pages/home/_style.scss */
#ct-main-bal .ct-series-b .ct-line,
#ct-main-bal .ct-series-b .ct-point {
  stroke: #41b3f9;
  stroke-width: 1px;
  animation: dasharray-craziness 2s infinite;
  opacity: 0.8;
}

/* line 5554, ../../css/sass/pages/home/_style.scss */
#ct-main-bal .ct-series-b .ct-area {
  fill: #41b3f9;
  fill-opacity: 0.2;
}

/* line 5558, ../../css/sass/pages/home/_style.scss */
#ct-visits .ct-series-a .ct-line,
#ct-visits .ct-series-a .ct-point {
  stroke: #98a6ad;
}

/* line 5562, ../../css/sass/pages/home/_style.scss */
#ct-visits .ct-series-b .ct-line,
#ct-visits .ct-series-b .ct-point {
  stroke: #41b3f9;
}

/* line 5566, ../../css/sass/pages/home/_style.scss */
#ct-visits .ct-series-a .ct-area {
  fill: #98a6ad;
  fill-opacity: 0.05;
}

/* line 5570, ../../css/sass/pages/home/_style.scss */
#ct-visits .ct-series-b .ct-area {
  fill: #41b3f9;
  fill-opacity: 0.1;
}

/* line 5574, ../../css/sass/pages/home/_style.scss */
#ct-visits .ct-line {
  stroke-width: 2px;
}

/* line 5577, ../../css/sass/pages/home/_style.scss */
#ct-city-wth .ct-label {
  color: #ffffff;
}

/* line 5580, ../../css/sass/pages/home/_style.scss */
#ct-city-wth .ct-series-a .ct-line,
#ct-city-wth .ct-series-a .ct-point {
  stroke: #41b3f9;
}

/* line 5584, ../../css/sass/pages/home/_style.scss */
#ct-city-wth .ct-series-a .ct-area {
  fill: none;
}

/* line 5587, ../../css/sass/pages/home/_style.scss */
#ct-polar-chart .ct-series-a .ct-point,
#ct-polar-chart .ct-series-b .ct-point,
#ct-polar-chart .ct-series-c .ct-point,
#ct-polar-chart .ct-series-d .ct-point {
  stroke-width: 3px;
}

/* line 5593, ../../css/sass/pages/home/_style.scss */
#ct-polar-chart .ct-series-a .ct-area {
  fill: #41b3f9;
}

/* line 5596, ../../css/sass/pages/home/_style.scss */
#ct-polar-chart .ct-series-b .ct-area {
  fill: #7ace4c;
}

/* line 5599, ../../css/sass/pages/home/_style.scss */
#ct-polar-chart .ct-series-c .ct-area {
  fill: #f33155;
}

/* line 5602, ../../css/sass/pages/home/_style.scss */
#ct-polar-chart .ct-series-d .ct-area {
  fill: #ffbb44;
}

/* line 5605, ../../css/sass/pages/home/_style.scss */
#ct-daily-sales .ct-series-a .ct-bar {
  stroke: rgba(255, 255, 255, 0.7);
  stroke-width: 10px;
}

/*New weather widgets*/
/* line 5610, ../../css/sass/pages/home/_style.scss */
.dp-table {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

/* line 5616, ../../css/sass/pages/home/_style.scss */
.dp-table li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: table-cell;
  text-align: center;
}

/*Calendar widgets*/
/* line 5624, ../../css/sass/pages/home/_style.scss */
.calendar-widget {
  display: block;
  background: #ffffff;
  overflow: hidden;
}

/* line 5629, ../../css/sass/pages/home/_style.scss */
.calendar-widget .cal-left {
  width: 30%;
  float: left;
  position: absolute;
  padding: 5%;
  height: 100%;
}

/* line 5636, ../../css/sass/pages/home/_style.scss */
.calendar-widget .cal-left .cal-btm-text {
  position: absolute;
  bottom: 40px;
  font-weight: 400;
}

/* line 5641, ../../css/sass/pages/home/_style.scss */
.calendar-widget .cal-left h1 {
  font-size: 50px;
  margin-bottom: 0px;
  font-weight: 400;
}

/* line 5646, ../../css/sass/pages/home/_style.scss */
.calendar-widget .cal-left span {
  width: 100px;
  border-top: 2px solid #7ace4c;
  height: 2px;
  margin: 3px 0;
  display: inline-block;
}

/* line 5653, ../../css/sass/pages/home/_style.scss */
.calendar-widget .cal-right {
  width: 70%;
  float: right;
  min-height: 200px;
}

/* line 5658, ../../css/sass/pages/home/_style.scss */
.calendar-widget .cal-right .cal-table {
  width: 100%;
}

/* line 5661, ../../css/sass/pages/home/_style.scss */
.calendar-widget .cal-right .cal-table td {
  padding: 18px 15px;
  text-align: center;
  font-weight: 400;
}

/* line 5666, ../../css/sass/pages/home/_style.scss */
.calendar-widget .cal-right .cal-table td h1 {
  text-align: left;
  font-weight: 400;
  padding-left: 30px;
}

/* line 5671, ../../css/sass/pages/home/_style.scss */
.calendar-widget .cal-right .cal-table td .cal-add {
  font-size: 24px;
}

/* line 5674, ../../css/sass/pages/home/_style.scss */
.calendar-widget .cal-right .cal-table td.cal-active {
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.1);
}

/*Real-time-widgest*/
/* line 5679, ../../css/sass/pages/home/_style.scss */
.real-time-widgets {
  text-align: center;
  position: relative;
}

/* line 5683, ../../css/sass/pages/home/_style.scss */
.real-time-widgets .data-text {
  width: 200px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  z-index: 200;
  right: 0;
  top: 110px;
}

/* line 5692, ../../css/sass/pages/home/_style.scss */
.real-time-widgets .data-text h1 {
  font-size: 50px;
}

/* line 5695, ../../css/sass/pages/home/_style.scss */
.real-time-widgets .data-text h5 {
  width: 70px;
  margin: 0 auto;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 2px solid #7ace4c;
}

/* line 5702, ../../css/sass/pages/home/_style.scss */
.real-time-widgets .data-text span {
  font-size: 18px;
  font-weight: 400;
}

/*Profile-widgets*/
/* line 5707, ../../css/sass/pages/home/_style.scss */
.profile-social-icons {
  padding-bottom: 30px;
  font-size: 20px;
}

/* line 5711, ../../css/sass/pages/home/_style.scss */
.profile-social-icons a {
  color: #98a6ad;
}

/*Mailbox widgets*/
/* line 5715, ../../css/sass/pages/home/_style.scss */
.mailbox-widget .customtab {
  border-bottom: 0px;
}

/* line 5718, ../../css/sass/pages/home/_style.scss */
.mailbox-widget .customtab li a {
  color: #ffffff;
}

/* line 5721, ../../css/sass/pages/home/_style.scss */
.mailbox-widget .customtab li a:hover {
  background: transparent;
  opacity: 0.5;
}

/* line 5725, ../../css/sass/pages/home/_style.scss */
.mailbox-widget .customtab li.active a,
.mailbox-widget .customtab li.active a:focus {
  background: none;
  color: #ffffff;
  border-color: #7ace4c;
}

/*sk-chat-widgets*/
/* line 5732, ../../css/sass/pages/home/_style.scss */
.sk-chat-widgets .chatonline {
  padding: 0px;
}

/* line 5735, ../../css/sass/pages/home/_style.scss */
.sk-chat-widgets .chatonline li {
  list-style: none;
  padding: 5px 0;
  position: relative;
}

/* line 5740, ../../css/sass/pages/home/_style.scss */
.sk-chat-widgets .chatonline li a {
  float: none;
  display: inline-block;
}

/* line 5744, ../../css/sass/pages/home/_style.scss */
.sk-chat-widgets .chatonline li a img {
  width: 40px;
}

/* line 5747, ../../css/sass/pages/home/_style.scss */
.sk-chat-widgets .chatonline li .call-chat {
  position: absolute;
  right: 0px;
  display: none;
  top: 20px;
}

/* line 5753, ../../css/sass/pages/home/_style.scss */
.sk-chat-widgets .chatonline li:hover .call-chat {
  display: block;
}

/*New Chat box widgets*/
/* line 5757, ../../css/sass/pages/home/_style.scss */
.chat-box-input {
  border: 0px;
  width: 100%;
  height: 60px;
  resize: none;
  line-height: 24px;
}

/*manage-u-table*/
/* line 5765, ../../css/sass/pages/home/_style.scss */
.manage-u-table select {
  max-width: 150px;
  border-radius: 60px;
}

/* line 5769, ../../css/sass/pages/home/_style.scss */
.manage-u-table td {
  white-space: nowrap;
}

/*City weather widget*/
/* line 5773, ../../css/sass/pages/home/_style.scss */
.city-weather-widget .side-icon-text i {
  font-size: 50px;
  margin-right: 15px;
}

/* line 5777, ../../css/sass/pages/home/_style.scss */
.city-weather-widget .side-icon-text h1 {
  font-weight: 500;
}

/* line 5780, ../../css/sass/pages/home/_style.scss */
.city-weather-days {
  padding: 0 15px;
}

/* line 5783, ../../css/sass/pages/home/_style.scss */
.city-weather-days li {
  text-align: center;
  font-size: 16px;
  padding: 18px 0;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 5790, ../../css/sass/pages/home/_style.scss */
.city-weather-days li span {
  display: block;
  text-transform: uppercase;
  line-height: 24px;
  padding: 7px 0px;
}

/* line 5796, ../../css/sass/pages/home/_style.scss */
.city-weather-days li i {
  font-size: 30px;
  color: #e8e8e8;
}

/* line 5800, ../../css/sass/pages/home/_style.scss */
.city-weather-days li.active {
  border-bottom: 2px solid #f33155;
}

/* line 5803, ../../css/sass/pages/home/_style.scss */
.city-weather-days li.active i {
  color: #f33155;
}

/*weather-with-bg*/
/* line 5807, ../../css/sass/pages/home/_style.scss */
.weather-with-bg .wt-top .wt-img {
  width: 100%;
  height: 350px;
  padding: 40px 60px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

/* line 5815, ../../css/sass/pages/home/_style.scss */
.weather-with-bg .wt-top .wt-img h1,
.weather-with-bg .wt-top .wt-img h4,
.weather-with-bg .wt-top .wt-img i {
  color: #ffffff;
}

/* line 5820, ../../css/sass/pages/home/_style.scss */
.weather-with-bg .wt-top .wt-img .side-icon-text li i {
  font-size: 60px;
  margin-right: 20px;
}

/* line 5824, ../../css/sass/pages/home/_style.scss */
.weather-with-bg .wt-top .wt-img .side-icon-text li h1 {
  font-size: 60px;
}

/* line 5827, ../../css/sass/pages/home/_style.scss */
.weather-with-bg .wt-top .wt-img .wt-city-text {
  padding-top: 50px;
}

/* line 5830, ../../css/sass/pages/home/_style.scss */
.weather-with-bg .wt-counter li {
  display: inline-block;
  padding: 10px 7.5px;
}

/* line 5834, ../../css/sass/pages/home/_style.scss */
.weather-with-bg .wt-counter li a {
  min-width: 50px;
  display: block;
  padding: 13px;
  height: 50px;
  color: #313131;
  font-size: 17px;
  text-align: center;
  border-radius: 100%;
}

/* line 5844, ../../css/sass/pages/home/_style.scss */
.weather-with-bg .wt-counter li.active a {
  background: #2cabe3;
  color: #ffffff;
}

/*mt Gauge chart*/
/* line 5849, ../../css/sass/pages/home/_style.scss */
.mt-gauge {
  background: #ffffff;
  height: 314px;
}

/*Calendar Event*/
/* line 5854, ../../css/sass/pages/home/_style.scss */
.calendar-events {
  padding: 8px 10px;
  border: 1px solid #ffffff;
  cursor: move;
}

/* line 5859, ../../css/sass/pages/home/_style.scss */
.calendar-events:hover {
  border: 1px dashed rgba(120, 130, 140, 0.13);
}

/* line 5862, ../../css/sass/pages/home/_style.scss */
.calendar-events i {
  margin-right: 8px;
}

/*earning-box-widgets*/
/* line 5866, ../../css/sass/pages/home/_style.scss */
.earning-box {
  padding: 0px;
  margin: 0px;
}

/* line 5870, ../../css/sass/pages/home/_style.scss */
.earning-box li {
  display: box;
  list-style: none;
  padding: 20px 0;
}

/* line 5875, ../../css/sass/pages/home/_style.scss */
.earning-box li .er-row {
  overflow: hidden;
}

/* line 5878, ../../css/sass/pages/home/_style.scss */
.earning-box li .er-row .er-pic {
  float: left;
  margin-right: 20px;
}

/* line 5882, ../../css/sass/pages/home/_style.scss */
.earning-box li .er-row .er-pic img {
  width: 60px;
}

/* line 5885, ../../css/sass/pages/home/_style.scss */
.earning-box li .er-row .er-text {
  float: left;
  width: 45%;
}

/* line 5889, ../../css/sass/pages/home/_style.scss */
.earning-box li .er-row .er-text h3 {
  margin: 5px 0 0 0px;
  font-weight: 400;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 5897, ../../css/sass/pages/home/_style.scss */
.earning-box li .er-row .er-count {
  float: right;
  font-size: 30px;
  padding-top: 5px;
  color: #41b3f9;
  font-weight: 400;
}

/*To-do list*/
/* line 5905, ../../css/sass/pages/home/_style.scss */
.todo-list li {
  border: 0px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 0px;
  padding: 20px 15px 15px 0px;
}

/* line 5911, ../../css/sass/pages/home/_style.scss */
.todo-list li .checkbox label {
  font-weight: 400;
}

/* line 5914, ../../css/sass/pages/home/_style.scss */
.todo-list li:last-child {
  border-bottom: 0px;
}

/* line 5917, ../../css/sass/pages/home/_style.scss */
.todo-list li .assignedto {
  padding: 0px 0 0 27px;
  margin: 0px;
}

/* line 5921, ../../css/sass/pages/home/_style.scss */
.todo-list li .assignedto li {
  list-style: none;
  padding: 0px;
  display: inline-block;
  border: 0px;
  margin-right: 2px;
}

/* line 5928, ../../css/sass/pages/home/_style.scss */
.todo-list li .assignedto li img {
  width: 30px;
  border-radius: 100%;
}

/* line 5932, ../../css/sass/pages/home/_style.scss */
.todo-list li .item-date {
  padding-left: 25px;
  font-size: 12px;
  display: inline-block;
}

/* line 5937, ../../css/sass/pages/home/_style.scss */
.list-task .task-done span {
  text-decoration: line-through;
}

/*Designer form*/
/* line 5941, ../../css/sass/pages/home/_style.scss */
.no-bg-addon .input-group-addon {
  background-color: #ffffff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  left: -2px;
  position: relative;
  z-index: 10;
  border-left: 0px;
  color: #e4e7ea;
  border-radius: 0px 3px 3px 0;
}

/* line 5951, ../../css/sass/pages/home/_style.scss */
.no-bg-addon .form-control {
  transition: 0s;
}

/* line 5954, ../../css/sass/pages/home/_style.scss */
.no-bg-addon .form-control:focus + .input-group-addon {
  border-color: #313131;
  color: #313131;
}

/* line 5958, ../../css/sass/pages/home/_style.scss */
.select-mode .btn {
  padding: 15px 0;
}

/* line 5961, ../../css/sass/pages/home/_style.scss */
.select-mode .btn.btn-default:focus {
  border-color: #41b3f9;
  color: #ffffff;
  background: #41b3f9;
}

/* line 5966, ../../css/sass/pages/home/_style.scss */
ul.select-row-icon {
  padding: 0px;
  margin: 0px;
}

/* line 5970, ../../css/sass/pages/home/_style.scss */
ul.select-row-icon li {
  display: block;
  list-style: none;
}

/* line 5974, ../../css/sass/pages/home/_style.scss */
ul.select-row-icon li a {
  display: block;
  color: #313131;
  padding: 8px 15px;
  position: relative;
  border: 2px solid #ffffff;
}

/* line 5981, ../../css/sass/pages/home/_style.scss */
ul.select-row-icon li a i {
  font-size: 24px;
  vertical-align: middle;
  padding-right: 10px;
}

/* line 5986, ../../css/sass/pages/home/_style.scss */
ul.select-row-icon li a i.whn-hov {
  color: #41b3f9;
  display: none;
  float: right;
  position: absolute;
  right: 15px;
  top: 10px;
}

/* line 5994, ../../css/sass/pages/home/_style.scss */
ul.select-row-icon li a:hover,
ul.select-row-icon li a.selected {
  border: 2px solid rgba(120, 130, 140, 0.13);
}

/* line 5998, ../../css/sass/pages/home/_style.scss */
ul.select-row-icon li a:hover i.whn-hov,
ul.select-row-icon li a.selected i.whn-hov {
  display: inline-block;
}

/* line 6002, ../../css/sass/pages/home/_style.scss */
.sidebar {
  overflow-y: auto;
}

/* line 6005, ../../css/sass/pages/home/_style.scss */
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

/* line 6009, ../../css/sass/pages/home/_style.scss */
.sidebar .fa-fw {
  width: 20px;
  text-align: center !important;
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  margin-right: 7px;
  font-size: 16px;
  vertical-align: middle;
}

/* line 6019, ../../css/sass/pages/home/_style.scss */
.sidebar .mdi {
  font-size: 21px;
}

/* line 6022, ../../css/sass/pages/home/_style.scss */
.sidebar .sidebar-head {
  padding: 4px 20px;
  width: 240px;
  position: fixed;
  z-index: 10;
  left: 0px;
  top: 0px;
}

/* line 6030, ../../css/sass/pages/home/_style.scss */
.sidebar .sidebar-head h3 {
  color: #ffffff;
  font-weight: 400;
}

/* line 6034, ../../css/sass/pages/home/_style.scss */
.sidebar .sidebar-head h3 i {
  font-size: 20px;
}

/* line 6037, ../../css/sass/pages/home/_style.scss */
.sidebar:hover .sidebar-head {
  width: 240px;
}

/* line 6040, ../../css/sass/pages/home/_style.scss */
.sidebar .label {
  font-size: 10px;
  border-radius: 60px;
  padding: 6px 8px;
  min-width: 30px;
  height: 20px;
  margin-top: 4px;
}

/* line 6048, ../../css/sass/pages/home/_style.scss */
.sidebar #side-menu .user-pro .img-circle {
  width: 30px;
  margin-right: 10px;
}

/* line 6052, ../../css/sass/pages/home/_style.scss */
.sidebar #side-menu .user-pro > a {
  padding-left: 15px;
}

/* line 6055, ../../css/sass/pages/home/_style.scss */
.sidebar #side-menu .user-pro ul li a {
  padding-left: 25px;
}

/* line 6058, ../../css/sass/pages/home/_style.scss */
.sidebar #side-menu .user-pro .nav-second-level li i {
  margin-right: 10px;
}

/* line 6061, ../../css/sass/pages/home/_style.scss */
#side-menu {
  overflow: hidden;
}

/* line 6064, ../../css/sass/pages/home/_style.scss */
.sidebar .sidebar-search {
  padding: 15px;
}

/* line 6067, ../../css/sass/pages/home/_style.scss */
#side-menu li.active > a {
  background: transparent;
}

/* line 6070, ../../css/sass/pages/home/_style.scss */
#side-menu li a {
  color: #97999f;
  width: 240px;
}

/* line 6074, ../../css/sass/pages/home/_style.scss */
#side-menu li a:focus {
  background: transparent;
}

/* line 6077, ../../css/sass/pages/home/_style.scss */
#side-menu li.devider {
  margin: 7px 0;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 6081, ../../css/sass/pages/home/_style.scss */
#side-menu > li > a {
  padding: 15px 35px 15px 20px;
  display: block;
}

/* line 6085, ../../css/sass/pages/home/_style.scss */
#side-menu > li > a:hover,
#side-menu > li > a:focus {
  background: rgba(0, 0, 0, 0.1);
}

/* line 6089, ../../css/sass/pages/home/_style.scss */
#side-menu > li > a.active {
  color: #2cabe3;
}

/* line 6092, ../../css/sass/pages/home/_style.scss */
#side-menu ul > li > a:hover {
  color: #2cabe3;
  background: none;
}

/* line 6096, ../../css/sass/pages/home/_style.scss */
#side-menu ul > li > a.active {
  color: #2cabe3;
}

/* line 6099, ../../css/sass/pages/home/_style.scss */
.sidebar .arrow {
  position: absolute;
  right: 20px;
  top: 18px;
}

/* line 6104, ../../css/sass/pages/home/_style.scss */
.sidebar .nav-second-level .arrow {
  right: 20px;
  top: 17px;
}

/* line 6108, ../../css/sass/pages/home/_style.scss */
.sidebar .fa.arrow:before {
  content: "\f105";
}

/* line 6111, ../../css/sass/pages/home/_style.scss */
.sidebar .active > a > span > .fa.arrow:before {
  content: "\f107";
}

/* line 6114, ../../css/sass/pages/home/_style.scss */
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}

/* line 6118, ../../css/sass/pages/home/_style.scss */
.sidebar .nav-second-level li a {
  padding: 14px 10px 14px 40px;
}

/* line 6121, ../../css/sass/pages/home/_style.scss */
.sidebar .nav-third-level li a {
  padding-left: 60px;
}

/* line 6124, ../../css/sass/pages/home/_style.scss */
.content-wrapper .nicescroll-rails {
  display: none !important;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/less/icons/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("/less/icons/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/less/icons/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/less/icons/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/less/icons/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/less/icons/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 6140, ../../css/sass/pages/home/_style.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 6149, ../../css/sass/pages/home/_style.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 6154, ../../css/sass/pages/home/_style.scss */
.fa-2x {
  font-size: 2em;
}

/* line 6157, ../../css/sass/pages/home/_style.scss */
.fa-3x {
  font-size: 3em;
}

/* line 6160, ../../css/sass/pages/home/_style.scss */
.fa-4x {
  font-size: 4em;
}

/* line 6163, ../../css/sass/pages/home/_style.scss */
.fa-5x {
  font-size: 5em;
}

/* line 6166, ../../css/sass/pages/home/_style.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 6170, ../../css/sass/pages/home/_style.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 6175, ../../css/sass/pages/home/_style.scss */
.fa-ul > li {
  position: relative;
}

/* line 6178, ../../css/sass/pages/home/_style.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 6185, ../../css/sass/pages/home/_style.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 6188, ../../css/sass/pages/home/_style.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 6193, ../../css/sass/pages/home/_style.scss */
.fa-pull-left {
  float: left;
}

/* line 6196, ../../css/sass/pages/home/_style.scss */
.fa-pull-right {
  float: right;
}

/* line 6199, ../../css/sass/pages/home/_style.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 6202, ../../css/sass/pages/home/_style.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}
.custom-title .pull-right {
    margin-right: 17%;
}

/* Deprecated as of 4.4.0 */
/* line 6206, ../../css/sass/pages/home/_style.scss */
.pull-right {
  float: right;
}

/* line 6209, ../../css/sass/pages/home/_style.scss */
.pull-left {
  float: left;
}

/* line 6212, ../../css/sass/pages/home/_style.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 6215, ../../css/sass/pages/home/_style.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 6218, ../../css/sass/pages/home/_style.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 6222, ../../css/sass/pages/home/_style.scss */
.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);
  }
}
/* line 6246, ../../css/sass/pages/home/_style.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 6252, ../../css/sass/pages/home/_style.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6258, ../../css/sass/pages/home/_style.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 6264, ../../css/sass/pages/home/_style.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 6270, ../../css/sass/pages/home/_style.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 6276, ../../css/sass/pages/home/_style.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 6283, ../../css/sass/pages/home/_style.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 6291, ../../css/sass/pages/home/_style.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 6298, ../../css/sass/pages/home/_style.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 6301, ../../css/sass/pages/home/_style.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 6304, ../../css/sass/pages/home/_style.scss */
.fa-inverse {
  color: #fff;
}

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

/* line 6312, ../../css/sass/pages/home/_style.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6315, ../../css/sass/pages/home/_style.scss */
.fa-search:before {
  content: "\f002";
}

/* line 6318, ../../css/sass/pages/home/_style.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 6321, ../../css/sass/pages/home/_style.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 6324, ../../css/sass/pages/home/_style.scss */
.fa-star:before {
  content: "\f005";
}

/* line 6327, ../../css/sass/pages/home/_style.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 6330, ../../css/sass/pages/home/_style.scss */
.fa-user:before {
  content: "\f007";
}

/* line 6333, ../../css/sass/pages/home/_style.scss */
.fa-film:before {
  content: "\f008";
}

/* line 6336, ../../css/sass/pages/home/_style.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 6339, ../../css/sass/pages/home/_style.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 6342, ../../css/sass/pages/home/_style.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 6345, ../../css/sass/pages/home/_style.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 6348, ../../css/sass/pages/home/_style.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 6353, ../../css/sass/pages/home/_style.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 6356, ../../css/sass/pages/home/_style.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 6359, ../../css/sass/pages/home/_style.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 6362, ../../css/sass/pages/home/_style.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 6365, ../../css/sass/pages/home/_style.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 6369, ../../css/sass/pages/home/_style.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 6372, ../../css/sass/pages/home/_style.scss */
.fa-home:before {
  content: "\f015";
}

/* line 6375, ../../css/sass/pages/home/_style.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 6378, ../../css/sass/pages/home/_style.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 6381, ../../css/sass/pages/home/_style.scss */
.fa-road:before {
  content: "\f018";
}

/* line 6384, ../../css/sass/pages/home/_style.scss */
.fa-download:before {
  content: "\f019";
}

/* line 6387, ../../css/sass/pages/home/_style.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 6390, ../../css/sass/pages/home/_style.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 6393, ../../css/sass/pages/home/_style.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 6396, ../../css/sass/pages/home/_style.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 6399, ../../css/sass/pages/home/_style.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 6403, ../../css/sass/pages/home/_style.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 6406, ../../css/sass/pages/home/_style.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 6409, ../../css/sass/pages/home/_style.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 6412, ../../css/sass/pages/home/_style.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 6415, ../../css/sass/pages/home/_style.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 6418, ../../css/sass/pages/home/_style.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 6421, ../../css/sass/pages/home/_style.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 6424, ../../css/sass/pages/home/_style.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 6427, ../../css/sass/pages/home/_style.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 6430, ../../css/sass/pages/home/_style.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 6433, ../../css/sass/pages/home/_style.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 6436, ../../css/sass/pages/home/_style.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 6439, ../../css/sass/pages/home/_style.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 6442, ../../css/sass/pages/home/_style.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 6445, ../../css/sass/pages/home/_style.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 6448, ../../css/sass/pages/home/_style.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 6451, ../../css/sass/pages/home/_style.scss */
.fa-font:before {
  content: "\f031";
}

/* line 6454, ../../css/sass/pages/home/_style.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 6457, ../../css/sass/pages/home/_style.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 6460, ../../css/sass/pages/home/_style.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 6463, ../../css/sass/pages/home/_style.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 6466, ../../css/sass/pages/home/_style.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 6469, ../../css/sass/pages/home/_style.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 6472, ../../css/sass/pages/home/_style.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 6475, ../../css/sass/pages/home/_style.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 6478, ../../css/sass/pages/home/_style.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 6481, ../../css/sass/pages/home/_style.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 6485, ../../css/sass/pages/home/_style.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 6488, ../../css/sass/pages/home/_style.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 6491, ../../css/sass/pages/home/_style.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 6496, ../../css/sass/pages/home/_style.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 6499, ../../css/sass/pages/home/_style.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 6502, ../../css/sass/pages/home/_style.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 6505, ../../css/sass/pages/home/_style.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 6508, ../../css/sass/pages/home/_style.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 6512, ../../css/sass/pages/home/_style.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 6515, ../../css/sass/pages/home/_style.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 6518, ../../css/sass/pages/home/_style.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 6521, ../../css/sass/pages/home/_style.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 6524, ../../css/sass/pages/home/_style.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 6527, ../../css/sass/pages/home/_style.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 6530, ../../css/sass/pages/home/_style.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 6533, ../../css/sass/pages/home/_style.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 6536, ../../css/sass/pages/home/_style.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 6539, ../../css/sass/pages/home/_style.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 6542, ../../css/sass/pages/home/_style.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 6545, ../../css/sass/pages/home/_style.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 6548, ../../css/sass/pages/home/_style.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 6551, ../../css/sass/pages/home/_style.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 6554, ../../css/sass/pages/home/_style.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 6557, ../../css/sass/pages/home/_style.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 6560, ../../css/sass/pages/home/_style.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 6563, ../../css/sass/pages/home/_style.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 6566, ../../css/sass/pages/home/_style.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 6569, ../../css/sass/pages/home/_style.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 6572, ../../css/sass/pages/home/_style.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 6575, ../../css/sass/pages/home/_style.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 6578, ../../css/sass/pages/home/_style.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 6581, ../../css/sass/pages/home/_style.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 6584, ../../css/sass/pages/home/_style.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 6587, ../../css/sass/pages/home/_style.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 6590, ../../css/sass/pages/home/_style.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 6593, ../../css/sass/pages/home/_style.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 6596, ../../css/sass/pages/home/_style.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 6599, ../../css/sass/pages/home/_style.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 6603, ../../css/sass/pages/home/_style.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 6606, ../../css/sass/pages/home/_style.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 6609, ../../css/sass/pages/home/_style.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 6612, ../../css/sass/pages/home/_style.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 6615, ../../css/sass/pages/home/_style.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 6618, ../../css/sass/pages/home/_style.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 6621, ../../css/sass/pages/home/_style.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 6624, ../../css/sass/pages/home/_style.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 6627, ../../css/sass/pages/home/_style.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 6630, ../../css/sass/pages/home/_style.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 6633, ../../css/sass/pages/home/_style.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 6636, ../../css/sass/pages/home/_style.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 6640, ../../css/sass/pages/home/_style.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 6643, ../../css/sass/pages/home/_style.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 6646, ../../css/sass/pages/home/_style.scss */
.fa-random:before {
  content: "\f074";
}

/* line 6649, ../../css/sass/pages/home/_style.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 6652, ../../css/sass/pages/home/_style.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 6655, ../../css/sass/pages/home/_style.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 6658, ../../css/sass/pages/home/_style.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 6661, ../../css/sass/pages/home/_style.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 6664, ../../css/sass/pages/home/_style.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 6667, ../../css/sass/pages/home/_style.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 6670, ../../css/sass/pages/home/_style.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 6673, ../../css/sass/pages/home/_style.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 6676, ../../css/sass/pages/home/_style.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 6679, ../../css/sass/pages/home/_style.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 6683, ../../css/sass/pages/home/_style.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 6686, ../../css/sass/pages/home/_style.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 6689, ../../css/sass/pages/home/_style.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 6692, ../../css/sass/pages/home/_style.scss */
.fa-key:before {
  content: "\f084";
}

/* line 6695, ../../css/sass/pages/home/_style.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 6699, ../../css/sass/pages/home/_style.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 6702, ../../css/sass/pages/home/_style.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 6705, ../../css/sass/pages/home/_style.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 6708, ../../css/sass/pages/home/_style.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 6711, ../../css/sass/pages/home/_style.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 6714, ../../css/sass/pages/home/_style.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 6717, ../../css/sass/pages/home/_style.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 6720, ../../css/sass/pages/home/_style.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 6723, ../../css/sass/pages/home/_style.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 6726, ../../css/sass/pages/home/_style.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 6729, ../../css/sass/pages/home/_style.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 6732, ../../css/sass/pages/home/_style.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 6735, ../../css/sass/pages/home/_style.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 6738, ../../css/sass/pages/home/_style.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 6741, ../../css/sass/pages/home/_style.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 6744, ../../css/sass/pages/home/_style.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 6747, ../../css/sass/pages/home/_style.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 6750, ../../css/sass/pages/home/_style.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 6753, ../../css/sass/pages/home/_style.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 6756, ../../css/sass/pages/home/_style.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 6760, ../../css/sass/pages/home/_style.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 6763, ../../css/sass/pages/home/_style.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 6766, ../../css/sass/pages/home/_style.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 6769, ../../css/sass/pages/home/_style.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 6773, ../../css/sass/pages/home/_style.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 6776, ../../css/sass/pages/home/_style.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 6779, ../../css/sass/pages/home/_style.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 6782, ../../css/sass/pages/home/_style.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 6785, ../../css/sass/pages/home/_style.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 6788, ../../css/sass/pages/home/_style.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 6791, ../../css/sass/pages/home/_style.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 6794, ../../css/sass/pages/home/_style.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 6797, ../../css/sass/pages/home/_style.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 6800, ../../css/sass/pages/home/_style.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 6803, ../../css/sass/pages/home/_style.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 6806, ../../css/sass/pages/home/_style.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 6809, ../../css/sass/pages/home/_style.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 6812, ../../css/sass/pages/home/_style.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 6815, ../../css/sass/pages/home/_style.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 6818, ../../css/sass/pages/home/_style.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 6821, ../../css/sass/pages/home/_style.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 6824, ../../css/sass/pages/home/_style.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 6827, ../../css/sass/pages/home/_style.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 6831, ../../css/sass/pages/home/_style.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 6835, ../../css/sass/pages/home/_style.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 6838, ../../css/sass/pages/home/_style.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 6841, ../../css/sass/pages/home/_style.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 6845, ../../css/sass/pages/home/_style.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 6849, ../../css/sass/pages/home/_style.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 6852, ../../css/sass/pages/home/_style.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 6856, ../../css/sass/pages/home/_style.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 6859, ../../css/sass/pages/home/_style.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 6864, ../../css/sass/pages/home/_style.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 6867, ../../css/sass/pages/home/_style.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 6870, ../../css/sass/pages/home/_style.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 6873, ../../css/sass/pages/home/_style.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 6876, ../../css/sass/pages/home/_style.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 6879, ../../css/sass/pages/home/_style.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 6882, ../../css/sass/pages/home/_style.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 6885, ../../css/sass/pages/home/_style.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 6888, ../../css/sass/pages/home/_style.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 6891, ../../css/sass/pages/home/_style.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 6894, ../../css/sass/pages/home/_style.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 6897, ../../css/sass/pages/home/_style.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 6900, ../../css/sass/pages/home/_style.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 6903, ../../css/sass/pages/home/_style.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 6906, ../../css/sass/pages/home/_style.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 6909, ../../css/sass/pages/home/_style.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 6912, ../../css/sass/pages/home/_style.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 6915, ../../css/sass/pages/home/_style.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 6919, ../../css/sass/pages/home/_style.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 6923, ../../css/sass/pages/home/_style.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 6927, ../../css/sass/pages/home/_style.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 6930, ../../css/sass/pages/home/_style.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 6933, ../../css/sass/pages/home/_style.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 6937, ../../css/sass/pages/home/_style.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 6941, ../../css/sass/pages/home/_style.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 6945, ../../css/sass/pages/home/_style.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 6948, ../../css/sass/pages/home/_style.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 6951, ../../css/sass/pages/home/_style.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 6955, ../../css/sass/pages/home/_style.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 6958, ../../css/sass/pages/home/_style.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 6961, ../../css/sass/pages/home/_style.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 6965, ../../css/sass/pages/home/_style.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 6968, ../../css/sass/pages/home/_style.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 6971, ../../css/sass/pages/home/_style.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 6974, ../../css/sass/pages/home/_style.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 6977, ../../css/sass/pages/home/_style.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 6980, ../../css/sass/pages/home/_style.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 6983, ../../css/sass/pages/home/_style.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 6986, ../../css/sass/pages/home/_style.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 6989, ../../css/sass/pages/home/_style.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 6992, ../../css/sass/pages/home/_style.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 6995, ../../css/sass/pages/home/_style.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 6998, ../../css/sass/pages/home/_style.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 7001, ../../css/sass/pages/home/_style.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 7004, ../../css/sass/pages/home/_style.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 7007, ../../css/sass/pages/home/_style.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 7010, ../../css/sass/pages/home/_style.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 7013, ../../css/sass/pages/home/_style.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 7016, ../../css/sass/pages/home/_style.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 7019, ../../css/sass/pages/home/_style.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 7022, ../../css/sass/pages/home/_style.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 7025, ../../css/sass/pages/home/_style.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 7028, ../../css/sass/pages/home/_style.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 7031, ../../css/sass/pages/home/_style.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 7034, ../../css/sass/pages/home/_style.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 7037, ../../css/sass/pages/home/_style.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 7040, ../../css/sass/pages/home/_style.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 7043, ../../css/sass/pages/home/_style.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 7046, ../../css/sass/pages/home/_style.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 7049, ../../css/sass/pages/home/_style.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 7052, ../../css/sass/pages/home/_style.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 7055, ../../css/sass/pages/home/_style.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 7059, ../../css/sass/pages/home/_style.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 7062, ../../css/sass/pages/home/_style.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 7065, ../../css/sass/pages/home/_style.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 7068, ../../css/sass/pages/home/_style.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 7071, ../../css/sass/pages/home/_style.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 7074, ../../css/sass/pages/home/_style.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 7078, ../../css/sass/pages/home/_style.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 7081, ../../css/sass/pages/home/_style.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 7084, ../../css/sass/pages/home/_style.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 7087, ../../css/sass/pages/home/_style.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 7090, ../../css/sass/pages/home/_style.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 7093, ../../css/sass/pages/home/_style.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 7096, ../../css/sass/pages/home/_style.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 7099, ../../css/sass/pages/home/_style.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 7102, ../../css/sass/pages/home/_style.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 7105, ../../css/sass/pages/home/_style.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 7108, ../../css/sass/pages/home/_style.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 7111, ../../css/sass/pages/home/_style.scss */
.fa-code:before {
  content: "\f121";
}

/* line 7114, ../../css/sass/pages/home/_style.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 7118, ../../css/sass/pages/home/_style.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 7123, ../../css/sass/pages/home/_style.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 7126, ../../css/sass/pages/home/_style.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 7129, ../../css/sass/pages/home/_style.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 7132, ../../css/sass/pages/home/_style.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 7136, ../../css/sass/pages/home/_style.scss */
.fa-question:before {
  content: "\f128";
}

/* line 7139, ../../css/sass/pages/home/_style.scss */
.fa-info:before {
  content: "\f129";
}

/* line 7142, ../../css/sass/pages/home/_style.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 7145, ../../css/sass/pages/home/_style.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 7148, ../../css/sass/pages/home/_style.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 7151, ../../css/sass/pages/home/_style.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 7154, ../../css/sass/pages/home/_style.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 7157, ../../css/sass/pages/home/_style.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 7160, ../../css/sass/pages/home/_style.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 7163, ../../css/sass/pages/home/_style.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 7166, ../../css/sass/pages/home/_style.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 7169, ../../css/sass/pages/home/_style.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 7172, ../../css/sass/pages/home/_style.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 7175, ../../css/sass/pages/home/_style.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 7178, ../../css/sass/pages/home/_style.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 7181, ../../css/sass/pages/home/_style.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 7184, ../../css/sass/pages/home/_style.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 7187, ../../css/sass/pages/home/_style.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 7190, ../../css/sass/pages/home/_style.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 7193, ../../css/sass/pages/home/_style.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 7196, ../../css/sass/pages/home/_style.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 7199, ../../css/sass/pages/home/_style.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 7202, ../../css/sass/pages/home/_style.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 7205, ../../css/sass/pages/home/_style.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 7208, ../../css/sass/pages/home/_style.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 7211, ../../css/sass/pages/home/_style.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 7214, ../../css/sass/pages/home/_style.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 7217, ../../css/sass/pages/home/_style.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 7220, ../../css/sass/pages/home/_style.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 7223, ../../css/sass/pages/home/_style.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 7226, ../../css/sass/pages/home/_style.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 7229, ../../css/sass/pages/home/_style.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 7232, ../../css/sass/pages/home/_style.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 7235, ../../css/sass/pages/home/_style.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 7238, ../../css/sass/pages/home/_style.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 7241, ../../css/sass/pages/home/_style.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 7244, ../../css/sass/pages/home/_style.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 7247, ../../css/sass/pages/home/_style.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 7251, ../../css/sass/pages/home/_style.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 7255, ../../css/sass/pages/home/_style.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 7259, ../../css/sass/pages/home/_style.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 7263, ../../css/sass/pages/home/_style.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 7266, ../../css/sass/pages/home/_style.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 7270, ../../css/sass/pages/home/_style.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 7274, ../../css/sass/pages/home/_style.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 7280, ../../css/sass/pages/home/_style.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 7285, ../../css/sass/pages/home/_style.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 7289, ../../css/sass/pages/home/_style.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 7293, ../../css/sass/pages/home/_style.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 7296, ../../css/sass/pages/home/_style.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 7299, ../../css/sass/pages/home/_style.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 7302, ../../css/sass/pages/home/_style.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 7305, ../../css/sass/pages/home/_style.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 7308, ../../css/sass/pages/home/_style.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 7311, ../../css/sass/pages/home/_style.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 7314, ../../css/sass/pages/home/_style.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 7317, ../../css/sass/pages/home/_style.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 7320, ../../css/sass/pages/home/_style.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 7323, ../../css/sass/pages/home/_style.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 7326, ../../css/sass/pages/home/_style.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 7329, ../../css/sass/pages/home/_style.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 7332, ../../css/sass/pages/home/_style.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 7335, ../../css/sass/pages/home/_style.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 7338, ../../css/sass/pages/home/_style.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 7341, ../../css/sass/pages/home/_style.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 7344, ../../css/sass/pages/home/_style.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 7347, ../../css/sass/pages/home/_style.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 7350, ../../css/sass/pages/home/_style.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 7353, ../../css/sass/pages/home/_style.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 7356, ../../css/sass/pages/home/_style.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 7359, ../../css/sass/pages/home/_style.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 7362, ../../css/sass/pages/home/_style.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 7365, ../../css/sass/pages/home/_style.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 7368, ../../css/sass/pages/home/_style.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 7371, ../../css/sass/pages/home/_style.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 7374, ../../css/sass/pages/home/_style.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 7377, ../../css/sass/pages/home/_style.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 7380, ../../css/sass/pages/home/_style.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 7383, ../../css/sass/pages/home/_style.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 7386, ../../css/sass/pages/home/_style.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 7389, ../../css/sass/pages/home/_style.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 7392, ../../css/sass/pages/home/_style.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 7395, ../../css/sass/pages/home/_style.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 7398, ../../css/sass/pages/home/_style.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 7401, ../../css/sass/pages/home/_style.scss */
.fa-female:before {
  content: "\f182";
}

/* line 7404, ../../css/sass/pages/home/_style.scss */
.fa-male:before {
  content: "\f183";
}

/* line 7407, ../../css/sass/pages/home/_style.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 7411, ../../css/sass/pages/home/_style.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 7414, ../../css/sass/pages/home/_style.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 7417, ../../css/sass/pages/home/_style.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 7420, ../../css/sass/pages/home/_style.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 7423, ../../css/sass/pages/home/_style.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 7426, ../../css/sass/pages/home/_style.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 7429, ../../css/sass/pages/home/_style.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 7432, ../../css/sass/pages/home/_style.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 7435, ../../css/sass/pages/home/_style.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 7438, ../../css/sass/pages/home/_style.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 7441, ../../css/sass/pages/home/_style.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 7444, ../../css/sass/pages/home/_style.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 7448, ../../css/sass/pages/home/_style.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 7451, ../../css/sass/pages/home/_style.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 7454, ../../css/sass/pages/home/_style.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 7457, ../../css/sass/pages/home/_style.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 7461, ../../css/sass/pages/home/_style.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 7464, ../../css/sass/pages/home/_style.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 7467, ../../css/sass/pages/home/_style.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 7470, ../../css/sass/pages/home/_style.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 7473, ../../css/sass/pages/home/_style.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 7476, ../../css/sass/pages/home/_style.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 7479, ../../css/sass/pages/home/_style.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 7484, ../../css/sass/pages/home/_style.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 7488, ../../css/sass/pages/home/_style.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 7491, ../../css/sass/pages/home/_style.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 7494, ../../css/sass/pages/home/_style.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 7497, ../../css/sass/pages/home/_style.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 7500, ../../css/sass/pages/home/_style.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 7503, ../../css/sass/pages/home/_style.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 7506, ../../css/sass/pages/home/_style.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 7509, ../../css/sass/pages/home/_style.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 7512, ../../css/sass/pages/home/_style.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 7515, ../../css/sass/pages/home/_style.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 7518, ../../css/sass/pages/home/_style.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 7521, ../../css/sass/pages/home/_style.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 7524, ../../css/sass/pages/home/_style.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 7527, ../../css/sass/pages/home/_style.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 7530, ../../css/sass/pages/home/_style.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 7533, ../../css/sass/pages/home/_style.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 7536, ../../css/sass/pages/home/_style.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 7539, ../../css/sass/pages/home/_style.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 7542, ../../css/sass/pages/home/_style.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 7545, ../../css/sass/pages/home/_style.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 7548, ../../css/sass/pages/home/_style.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 7551, ../../css/sass/pages/home/_style.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 7554, ../../css/sass/pages/home/_style.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 7557, ../../css/sass/pages/home/_style.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 7560, ../../css/sass/pages/home/_style.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 7563, ../../css/sass/pages/home/_style.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 7567, ../../css/sass/pages/home/_style.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 7571, ../../css/sass/pages/home/_style.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 7574, ../../css/sass/pages/home/_style.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 7577, ../../css/sass/pages/home/_style.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 7580, ../../css/sass/pages/home/_style.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 7583, ../../css/sass/pages/home/_style.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 7586, ../../css/sass/pages/home/_style.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 7589, ../../css/sass/pages/home/_style.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 7592, ../../css/sass/pages/home/_style.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 7595, ../../css/sass/pages/home/_style.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 7598, ../../css/sass/pages/home/_style.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 7603, ../../css/sass/pages/home/_style.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 7607, ../../css/sass/pages/home/_style.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 7611, ../../css/sass/pages/home/_style.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 7615, ../../css/sass/pages/home/_style.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 7618, ../../css/sass/pages/home/_style.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 7621, ../../css/sass/pages/home/_style.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 7624, ../../css/sass/pages/home/_style.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 7627, ../../css/sass/pages/home/_style.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 7634, ../../css/sass/pages/home/_style.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 7637, ../../css/sass/pages/home/_style.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 7641, ../../css/sass/pages/home/_style.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 7645, ../../css/sass/pages/home/_style.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 7648, ../../css/sass/pages/home/_style.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 7651, ../../css/sass/pages/home/_style.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 7656, ../../css/sass/pages/home/_style.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 7659, ../../css/sass/pages/home/_style.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 7662, ../../css/sass/pages/home/_style.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 7666, ../../css/sass/pages/home/_style.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 7670, ../../css/sass/pages/home/_style.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 7674, ../../css/sass/pages/home/_style.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 7677, ../../css/sass/pages/home/_style.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 7680, ../../css/sass/pages/home/_style.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 7683, ../../css/sass/pages/home/_style.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 7686, ../../css/sass/pages/home/_style.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 7689, ../../css/sass/pages/home/_style.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 7692, ../../css/sass/pages/home/_style.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 7695, ../../css/sass/pages/home/_style.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 7698, ../../css/sass/pages/home/_style.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 7702, ../../css/sass/pages/home/_style.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 7705, ../../css/sass/pages/home/_style.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 7708, ../../css/sass/pages/home/_style.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 7711, ../../css/sass/pages/home/_style.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 7714, ../../css/sass/pages/home/_style.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 7717, ../../css/sass/pages/home/_style.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 7720, ../../css/sass/pages/home/_style.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 7723, ../../css/sass/pages/home/_style.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 7726, ../../css/sass/pages/home/_style.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 7729, ../../css/sass/pages/home/_style.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 7732, ../../css/sass/pages/home/_style.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 7735, ../../css/sass/pages/home/_style.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 7738, ../../css/sass/pages/home/_style.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 7741, ../../css/sass/pages/home/_style.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 7744, ../../css/sass/pages/home/_style.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 7747, ../../css/sass/pages/home/_style.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 7750, ../../css/sass/pages/home/_style.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 7753, ../../css/sass/pages/home/_style.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 7756, ../../css/sass/pages/home/_style.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 7759, ../../css/sass/pages/home/_style.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 7762, ../../css/sass/pages/home/_style.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 7765, ../../css/sass/pages/home/_style.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 7768, ../../css/sass/pages/home/_style.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 7771, ../../css/sass/pages/home/_style.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 7774, ../../css/sass/pages/home/_style.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 7777, ../../css/sass/pages/home/_style.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 7780, ../../css/sass/pages/home/_style.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 7783, ../../css/sass/pages/home/_style.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 7786, ../../css/sass/pages/home/_style.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 7789, ../../css/sass/pages/home/_style.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 7792, ../../css/sass/pages/home/_style.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 7795, ../../css/sass/pages/home/_style.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 7798, ../../css/sass/pages/home/_style.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 7801, ../../css/sass/pages/home/_style.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 7804, ../../css/sass/pages/home/_style.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 7807, ../../css/sass/pages/home/_style.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 7810, ../../css/sass/pages/home/_style.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 7813, ../../css/sass/pages/home/_style.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 7818, ../../css/sass/pages/home/_style.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 7821, ../../css/sass/pages/home/_style.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 7824, ../../css/sass/pages/home/_style.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 7827, ../../css/sass/pages/home/_style.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 7830, ../../css/sass/pages/home/_style.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 7833, ../../css/sass/pages/home/_style.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 7836, ../../css/sass/pages/home/_style.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 7839, ../../css/sass/pages/home/_style.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 7842, ../../css/sass/pages/home/_style.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 7845, ../../css/sass/pages/home/_style.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 7848, ../../css/sass/pages/home/_style.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 7851, ../../css/sass/pages/home/_style.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 7854, ../../css/sass/pages/home/_style.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 7857, ../../css/sass/pages/home/_style.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 7860, ../../css/sass/pages/home/_style.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 7863, ../../css/sass/pages/home/_style.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 7866, ../../css/sass/pages/home/_style.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 7869, ../../css/sass/pages/home/_style.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 7872, ../../css/sass/pages/home/_style.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 7875, ../../css/sass/pages/home/_style.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 7878, ../../css/sass/pages/home/_style.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 7881, ../../css/sass/pages/home/_style.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 7885, ../../css/sass/pages/home/_style.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 7888, ../../css/sass/pages/home/_style.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 7891, ../../css/sass/pages/home/_style.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 7894, ../../css/sass/pages/home/_style.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 7897, ../../css/sass/pages/home/_style.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 7900, ../../css/sass/pages/home/_style.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 7903, ../../css/sass/pages/home/_style.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 7906, ../../css/sass/pages/home/_style.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 7909, ../../css/sass/pages/home/_style.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 7912, ../../css/sass/pages/home/_style.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 7915, ../../css/sass/pages/home/_style.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 7918, ../../css/sass/pages/home/_style.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 7921, ../../css/sass/pages/home/_style.scss */
.fa-server:before {
  content: "\f233";
}

/* line 7924, ../../css/sass/pages/home/_style.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 7927, ../../css/sass/pages/home/_style.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 7930, ../../css/sass/pages/home/_style.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 7934, ../../css/sass/pages/home/_style.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 7937, ../../css/sass/pages/home/_style.scss */
.fa-train:before {
  content: "\f238";
}

/* line 7940, ../../css/sass/pages/home/_style.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 7943, ../../css/sass/pages/home/_style.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 7946, ../../css/sass/pages/home/_style.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 7950, ../../css/sass/pages/home/_style.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 7953, ../../css/sass/pages/home/_style.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 7956, ../../css/sass/pages/home/_style.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 7959, ../../css/sass/pages/home/_style.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 7963, ../../css/sass/pages/home/_style.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 7967, ../../css/sass/pages/home/_style.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 7971, ../../css/sass/pages/home/_style.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 7975, ../../css/sass/pages/home/_style.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 7979, ../../css/sass/pages/home/_style.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 7982, ../../css/sass/pages/home/_style.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 7985, ../../css/sass/pages/home/_style.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 7988, ../../css/sass/pages/home/_style.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 7991, ../../css/sass/pages/home/_style.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 7994, ../../css/sass/pages/home/_style.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 7997, ../../css/sass/pages/home/_style.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 8000, ../../css/sass/pages/home/_style.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 8003, ../../css/sass/pages/home/_style.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 8006, ../../css/sass/pages/home/_style.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 8009, ../../css/sass/pages/home/_style.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 8012, ../../css/sass/pages/home/_style.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 8016, ../../css/sass/pages/home/_style.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 8020, ../../css/sass/pages/home/_style.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 8024, ../../css/sass/pages/home/_style.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 8027, ../../css/sass/pages/home/_style.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 8031, ../../css/sass/pages/home/_style.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 8035, ../../css/sass/pages/home/_style.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 8038, ../../css/sass/pages/home/_style.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 8041, ../../css/sass/pages/home/_style.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 8044, ../../css/sass/pages/home/_style.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 8047, ../../css/sass/pages/home/_style.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 8050, ../../css/sass/pages/home/_style.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 8053, ../../css/sass/pages/home/_style.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 8056, ../../css/sass/pages/home/_style.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 8059, ../../css/sass/pages/home/_style.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 8062, ../../css/sass/pages/home/_style.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 8065, ../../css/sass/pages/home/_style.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 8068, ../../css/sass/pages/home/_style.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 8071, ../../css/sass/pages/home/_style.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 8074, ../../css/sass/pages/home/_style.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 8077, ../../css/sass/pages/home/_style.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 8080, ../../css/sass/pages/home/_style.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 8083, ../../css/sass/pages/home/_style.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 8086, ../../css/sass/pages/home/_style.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 8089, ../../css/sass/pages/home/_style.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 8092, ../../css/sass/pages/home/_style.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 8095, ../../css/sass/pages/home/_style.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 8099, ../../css/sass/pages/home/_style.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 8102, ../../css/sass/pages/home/_style.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 8105, ../../css/sass/pages/home/_style.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 8108, ../../css/sass/pages/home/_style.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 8111, ../../css/sass/pages/home/_style.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 8114, ../../css/sass/pages/home/_style.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 8117, ../../css/sass/pages/home/_style.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 8120, ../../css/sass/pages/home/_style.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 8123, ../../css/sass/pages/home/_style.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 8126, ../../css/sass/pages/home/_style.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 8129, ../../css/sass/pages/home/_style.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 8132, ../../css/sass/pages/home/_style.scss */
.fa-map:before {
  content: "\f279";
}

/* line 8135, ../../css/sass/pages/home/_style.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 8138, ../../css/sass/pages/home/_style.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 8141, ../../css/sass/pages/home/_style.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 8144, ../../css/sass/pages/home/_style.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 8147, ../../css/sass/pages/home/_style.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 8150, ../../css/sass/pages/home/_style.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 8153, ../../css/sass/pages/home/_style.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 8156, ../../css/sass/pages/home/_style.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 8159, ../../css/sass/pages/home/_style.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 8162, ../../css/sass/pages/home/_style.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 8165, ../../css/sass/pages/home/_style.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 8168, ../../css/sass/pages/home/_style.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 8171, ../../css/sass/pages/home/_style.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 8174, ../../css/sass/pages/home/_style.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 8177, ../../css/sass/pages/home/_style.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 8180, ../../css/sass/pages/home/_style.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 8183, ../../css/sass/pages/home/_style.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 8186, ../../css/sass/pages/home/_style.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 8189, ../../css/sass/pages/home/_style.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 8192, ../../css/sass/pages/home/_style.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 8195, ../../css/sass/pages/home/_style.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 8198, ../../css/sass/pages/home/_style.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 8201, ../../css/sass/pages/home/_style.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 8204, ../../css/sass/pages/home/_style.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 8207, ../../css/sass/pages/home/_style.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 8210, ../../css/sass/pages/home/_style.scss */
.fa-percent:before {
  content: "\f295";
}

@font-face {
  font-family: 'themify';
  src: url("/less/icons/themify-icons/fonts/themify.eot?-fvbane");
  src: url("/less/icons/themify-icons/fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("/less/icons/themify-icons/fonts/themify.woff?-fvbane") format("woff"), url("/less/icons/themify-icons/fonts/themify.ttf?-fvbane") format("truetype"), url("/less/icons/themify-icons/fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 8220, ../../css/sass/pages/home/_style.scss */
[class^="ti-"],
[class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 8233, ../../css/sass/pages/home/_style.scss */
.ti-wand:before {
  content: "\e600";
}

/* line 8236, ../../css/sass/pages/home/_style.scss */
.ti-volume:before {
  content: "\e601";
}

/* line 8239, ../../css/sass/pages/home/_style.scss */
.ti-user:before {
  content: "\e602";
}

/* line 8242, ../../css/sass/pages/home/_style.scss */
.ti-unlock:before {
  content: "\e603";
}

/* line 8245, ../../css/sass/pages/home/_style.scss */
.ti-unlink:before {
  content: "\e604";
}

/* line 8248, ../../css/sass/pages/home/_style.scss */
.ti-trash:before {
  content: "\e605";
}

/* line 8251, ../../css/sass/pages/home/_style.scss */
.ti-thought:before {
  content: "\e606";
}

/* line 8254, ../../css/sass/pages/home/_style.scss */
.ti-target:before {
  content: "\e607";
}

/* line 8257, ../../css/sass/pages/home/_style.scss */
.ti-tag:before {
  content: "\e608";
}

/* line 8260, ../../css/sass/pages/home/_style.scss */
.ti-tablet:before {
  content: "\e609";
}

/* line 8263, ../../css/sass/pages/home/_style.scss */
.ti-star:before {
  content: "\e60a";
}

/* line 8266, ../../css/sass/pages/home/_style.scss */
.ti-spray:before {
  content: "\e60b";
}

/* line 8269, ../../css/sass/pages/home/_style.scss */
.ti-signal:before {
  content: "\e60c";
}

/* line 8272, ../../css/sass/pages/home/_style.scss */
.ti-shopping-cart:before {
  content: "\e60d";
}

/* line 8275, ../../css/sass/pages/home/_style.scss */
.ti-shopping-cart-full:before {
  content: "\e60e";
}

/* line 8278, ../../css/sass/pages/home/_style.scss */
.ti-settings:before {
  content: "\e60f";
}

/* line 8281, ../../css/sass/pages/home/_style.scss */
.ti-search:before {
  content: "\e610";
}

/* line 8284, ../../css/sass/pages/home/_style.scss */
.ti-zoom-in:before {
  content: "\e611";
}

/* line 8287, ../../css/sass/pages/home/_style.scss */
.ti-zoom-out:before {
  content: "\e612";
}

/* line 8290, ../../css/sass/pages/home/_style.scss */
.ti-cut:before {
  content: "\e613";
}

/* line 8293, ../../css/sass/pages/home/_style.scss */
.ti-ruler:before {
  content: "\e614";
}

/* line 8296, ../../css/sass/pages/home/_style.scss */
.ti-ruler-pencil:before {
  content: "\e615";
}

/* line 8299, ../../css/sass/pages/home/_style.scss */
.ti-ruler-alt:before {
  content: "\e616";
}

/* line 8302, ../../css/sass/pages/home/_style.scss */
.ti-bookmark:before {
  content: "\e617";
}

/* line 8305, ../../css/sass/pages/home/_style.scss */
.ti-bookmark-alt:before {
  content: "\e618";
}

/* line 8308, ../../css/sass/pages/home/_style.scss */
.ti-reload:before {
  content: "\e619";
}

/* line 8311, ../../css/sass/pages/home/_style.scss */
.ti-plus:before {
  content: "\e61a";
}

/* line 8314, ../../css/sass/pages/home/_style.scss */
.ti-pin:before {
  content: "\e61b";
}

/* line 8317, ../../css/sass/pages/home/_style.scss */
.ti-pencil:before {
  content: "\e61c";
}

/* line 8320, ../../css/sass/pages/home/_style.scss */
.ti-pencil-alt:before {
  content: "\e61d";
}

/* line 8323, ../../css/sass/pages/home/_style.scss */
.ti-paint-roller:before {
  content: "\e61e";
}

/* line 8326, ../../css/sass/pages/home/_style.scss */
.ti-paint-bucket:before {
  content: "\e61f";
}

/* line 8329, ../../css/sass/pages/home/_style.scss */
.ti-na:before {
  content: "\e620";
}

/* line 8332, ../../css/sass/pages/home/_style.scss */
.ti-mobile:before {
  content: "\e621";
}

/* line 8335, ../../css/sass/pages/home/_style.scss */
.ti-minus:before {
  content: "\e622";
}

/* line 8338, ../../css/sass/pages/home/_style.scss */
.ti-medall:before {
  content: "\e623";
}

/* line 8341, ../../css/sass/pages/home/_style.scss */
.ti-medall-alt:before {
  content: "\e624";
}

/* line 8344, ../../css/sass/pages/home/_style.scss */
.ti-marker:before {
  content: "\e625";
}

/* line 8347, ../../css/sass/pages/home/_style.scss */
.ti-marker-alt:before {
  content: "\e626";
}

/* line 8350, ../../css/sass/pages/home/_style.scss */
.ti-arrow-up:before {
  content: "\e627";
}

/* line 8353, ../../css/sass/pages/home/_style.scss */
.ti-arrow-right:before {
  content: "\e628";
}

/* line 8356, ../../css/sass/pages/home/_style.scss */
.ti-arrow-left:before {
  content: "\e629";
}

/* line 8359, ../../css/sass/pages/home/_style.scss */
.ti-arrow-down:before {
  content: "\e62a";
}

/* line 8362, ../../css/sass/pages/home/_style.scss */
.ti-lock:before {
  content: "\e62b";
}

/* line 8365, ../../css/sass/pages/home/_style.scss */
.ti-location-arrow:before {
  content: "\e62c";
}

/* line 8368, ../../css/sass/pages/home/_style.scss */
.ti-link:before {
  content: "\e62d";
}

/* line 8371, ../../css/sass/pages/home/_style.scss */
.ti-layout:before {
  content: "\e62e";
}

/* line 8374, ../../css/sass/pages/home/_style.scss */
.ti-layers:before {
  content: "\e62f";
}

/* line 8377, ../../css/sass/pages/home/_style.scss */
.ti-layers-alt:before {
  content: "\e630";
}

/* line 8380, ../../css/sass/pages/home/_style.scss */
.ti-key:before {
  content: "\e631";
}

/* line 8383, ../../css/sass/pages/home/_style.scss */
.ti-import:before {
  content: "\e632";
}

/* line 8386, ../../css/sass/pages/home/_style.scss */
.ti-image:before {
  content: "\e633";
}

/* line 8389, ../../css/sass/pages/home/_style.scss */
.ti-heart:before {
  content: "\e634";
}

/* line 8392, ../../css/sass/pages/home/_style.scss */
.ti-heart-broken:before {
  content: "\e635";
}

/* line 8395, ../../css/sass/pages/home/_style.scss */
.ti-hand-stop:before {
  content: "\e636";
}

/* line 8398, ../../css/sass/pages/home/_style.scss */
.ti-hand-open:before {
  content: "\e637";
}

/* line 8401, ../../css/sass/pages/home/_style.scss */
.ti-hand-drag:before {
  content: "\e638";
}

/* line 8404, ../../css/sass/pages/home/_style.scss */
.ti-folder:before {
  content: "\e639";
}

/* line 8407, ../../css/sass/pages/home/_style.scss */
.ti-flag:before {
  content: "\e63a";
}

/* line 8410, ../../css/sass/pages/home/_style.scss */
.ti-flag-alt:before {
  content: "\e63b";
}

/* line 8413, ../../css/sass/pages/home/_style.scss */
.ti-flag-alt-2:before {
  content: "\e63c";
}

/* line 8416, ../../css/sass/pages/home/_style.scss */
.ti-eye:before {
  content: "\e63d";
}

/* line 8419, ../../css/sass/pages/home/_style.scss */
.ti-export:before {
  content: "\e63e";
}

/* line 8422, ../../css/sass/pages/home/_style.scss */
.ti-exchange-vertical:before {
  content: "\e63f";
}

/* line 8425, ../../css/sass/pages/home/_style.scss */
.ti-desktop:before {
  content: "\e640";
}

/* line 8428, ../../css/sass/pages/home/_style.scss */
.ti-cup:before {
  content: "\e641";
}

/* line 8431, ../../css/sass/pages/home/_style.scss */
.ti-crown:before {
  content: "\e642";
}

/* line 8434, ../../css/sass/pages/home/_style.scss */
.ti-comments:before {
  content: "\e643";
}

/* line 8437, ../../css/sass/pages/home/_style.scss */
.ti-comment:before {
  content: "\e644";
}

/* line 8440, ../../css/sass/pages/home/_style.scss */
.ti-comment-alt:before {
  content: "\e645";
}

/* line 8443, ../../css/sass/pages/home/_style.scss */
.ti-close:before {
  content: "\e646";
}

/* line 8446, ../../css/sass/pages/home/_style.scss */
.ti-clip:before {
  content: "\e647";
}

/* line 8449, ../../css/sass/pages/home/_style.scss */
.ti-angle-up:before {
  content: "\e648";
}

/* line 8452, ../../css/sass/pages/home/_style.scss */
.ti-angle-right:before {
  content: "\e649";
}

/* line 8455, ../../css/sass/pages/home/_style.scss */
.ti-angle-left:before {
  content: "\e64a";
}

/* line 8458, ../../css/sass/pages/home/_style.scss */
.ti-angle-down:before {
  content: "\e64b";
}

/* line 8461, ../../css/sass/pages/home/_style.scss */
.ti-check:before {
  content: "\e64c";
}

/* line 8464, ../../css/sass/pages/home/_style.scss */
.ti-check-box:before {
  content: "\e64d";
}

/* line 8467, ../../css/sass/pages/home/_style.scss */
.ti-camera:before {
  content: "\e64e";
}

/* line 8470, ../../css/sass/pages/home/_style.scss */
.ti-announcement:before {
  content: "\e64f";
}

/* line 8473, ../../css/sass/pages/home/_style.scss */
.ti-brush:before {
  content: "\e650";
}

/* line 8476, ../../css/sass/pages/home/_style.scss */
.ti-briefcase:before {
  content: "\e651";
}

/* line 8479, ../../css/sass/pages/home/_style.scss */
.ti-bolt:before {
  content: "\e652";
}

/* line 8482, ../../css/sass/pages/home/_style.scss */
.ti-bolt-alt:before {
  content: "\e653";
}

/* line 8485, ../../css/sass/pages/home/_style.scss */
.ti-blackboard:before {
  content: "\e654";
}

/* line 8488, ../../css/sass/pages/home/_style.scss */
.ti-bag:before {
  content: "\e655";
}

/* line 8491, ../../css/sass/pages/home/_style.scss */
.ti-move:before {
  content: "\e656";
}

/* line 8494, ../../css/sass/pages/home/_style.scss */
.ti-arrows-vertical:before {
  content: "\e657";
}

/* line 8497, ../../css/sass/pages/home/_style.scss */
.ti-arrows-horizontal:before {
  content: "\e658";
}

/* line 8500, ../../css/sass/pages/home/_style.scss */
.ti-fullscreen:before {
  content: "\e659";
}

/* line 8503, ../../css/sass/pages/home/_style.scss */
.ti-arrow-top-right:before {
  content: "\e65a";
}

/* line 8506, ../../css/sass/pages/home/_style.scss */
.ti-arrow-top-left:before {
  content: "\e65b";
}

/* line 8509, ../../css/sass/pages/home/_style.scss */
.ti-arrow-circle-up:before {
  content: "\e65c";
}

/* line 8512, ../../css/sass/pages/home/_style.scss */
.ti-arrow-circle-right:before {
  content: "\e65d";
}

/* line 8515, ../../css/sass/pages/home/_style.scss */
.ti-arrow-circle-left:before {
  content: "\e65e";
}

/* line 8518, ../../css/sass/pages/home/_style.scss */
.ti-arrow-circle-down:before {
  content: "\e65f";
}

/* line 8521, ../../css/sass/pages/home/_style.scss */
.ti-angle-double-up:before {
  content: "\e660";
}

/* line 8524, ../../css/sass/pages/home/_style.scss */
.ti-angle-double-right:before {
  content: "\e661";
}

/* line 8527, ../../css/sass/pages/home/_style.scss */
.ti-angle-double-left:before {
  content: "\e662";
}

/* line 8530, ../../css/sass/pages/home/_style.scss */
.ti-angle-double-down:before {
  content: "\e663";
}

/* line 8533, ../../css/sass/pages/home/_style.scss */
.ti-zip:before {
  content: "\e664";
}

/* line 8536, ../../css/sass/pages/home/_style.scss */
.ti-world:before {
  content: "\e665";
}

/* line 8539, ../../css/sass/pages/home/_style.scss */
.ti-wheelchair:before {
  content: "\e666";
}

/* line 8542, ../../css/sass/pages/home/_style.scss */
.ti-view-list:before {
  content: "\e667";
}

/* line 8545, ../../css/sass/pages/home/_style.scss */
.ti-view-list-alt:before {
  content: "\e668";
}

/* line 8548, ../../css/sass/pages/home/_style.scss */
.ti-view-grid:before {
  content: "\e669";
}

/* line 8551, ../../css/sass/pages/home/_style.scss */
.ti-uppercase:before {
  content: "\e66a";
}

/* line 8554, ../../css/sass/pages/home/_style.scss */
.ti-upload:before {
  content: "\e66b";
}

/* line 8557, ../../css/sass/pages/home/_style.scss */
.ti-underline:before {
  content: "\e66c";
}

/* line 8560, ../../css/sass/pages/home/_style.scss */
.ti-truck:before {
  content: "\e66d";
}

/* line 8563, ../../css/sass/pages/home/_style.scss */
.ti-timer:before {
  content: "\e66e";
}

/* line 8566, ../../css/sass/pages/home/_style.scss */
.ti-ticket:before {
  content: "\e66f";
}

/* line 8569, ../../css/sass/pages/home/_style.scss */
.ti-thumb-up:before {
  content: "\e670";
}

/* line 8572, ../../css/sass/pages/home/_style.scss */
.ti-thumb-down:before {
  content: "\e671";
}

/* line 8575, ../../css/sass/pages/home/_style.scss */
.ti-text:before {
  content: "\e672";
}

/* line 8578, ../../css/sass/pages/home/_style.scss */
.ti-stats-up:before {
  content: "\e673";
}

/* line 8581, ../../css/sass/pages/home/_style.scss */
.ti-stats-down:before {
  content: "\e674";
}

/* line 8584, ../../css/sass/pages/home/_style.scss */
.ti-split-v:before {
  content: "\e675";
}

/* line 8587, ../../css/sass/pages/home/_style.scss */
.ti-split-h:before {
  content: "\e676";
}

/* line 8590, ../../css/sass/pages/home/_style.scss */
.ti-smallcap:before {
  content: "\e677";
}

/* line 8593, ../../css/sass/pages/home/_style.scss */
.ti-shine:before {
  content: "\e678";
}

/* line 8596, ../../css/sass/pages/home/_style.scss */
.ti-shift-right:before {
  content: "\e679";
}

/* line 8599, ../../css/sass/pages/home/_style.scss */
.ti-shift-left:before {
  content: "\e67a";
}

/* line 8602, ../../css/sass/pages/home/_style.scss */
.ti-shield:before {
  content: "\e67b";
}

/* line 8605, ../../css/sass/pages/home/_style.scss */
.ti-notepad:before {
  content: "\e67c";
}

/* line 8608, ../../css/sass/pages/home/_style.scss */
.ti-server:before {
  content: "\e67d";
}

/* line 8611, ../../css/sass/pages/home/_style.scss */
.ti-quote-right:before {
  content: "\e67e";
}

/* line 8614, ../../css/sass/pages/home/_style.scss */
.ti-quote-left:before {
  content: "\e67f";
}

/* line 8617, ../../css/sass/pages/home/_style.scss */
.ti-pulse:before {
  content: "\e680";
}

/* line 8620, ../../css/sass/pages/home/_style.scss */
.ti-printer:before {
  content: "\e681";
}

/* line 8623, ../../css/sass/pages/home/_style.scss */
.ti-power-off:before {
  content: "\e682";
}

/* line 8626, ../../css/sass/pages/home/_style.scss */
.ti-plug:before {
  content: "\e683";
}

/* line 8629, ../../css/sass/pages/home/_style.scss */
.ti-pie-chart:before {
  content: "\e684";
}

/* line 8632, ../../css/sass/pages/home/_style.scss */
.ti-paragraph:before {
  content: "\e685";
}

/* line 8635, ../../css/sass/pages/home/_style.scss */
.ti-panel:before {
  content: "\e686";
}

/* line 8638, ../../css/sass/pages/home/_style.scss */
.ti-package:before {
  content: "\e687";
}

/* line 8641, ../../css/sass/pages/home/_style.scss */
.ti-music:before {
  content: "\e688";
}

/* line 8644, ../../css/sass/pages/home/_style.scss */
.ti-music-alt:before {
  content: "\e689";
}

/* line 8647, ../../css/sass/pages/home/_style.scss */
.ti-mouse:before {
  content: "\e68a";
}

/* line 8650, ../../css/sass/pages/home/_style.scss */
.ti-mouse-alt:before {
  content: "\e68b";
}

/* line 8653, ../../css/sass/pages/home/_style.scss */
.ti-money:before {
  content: "\e68c";
}

/* line 8656, ../../css/sass/pages/home/_style.scss */
.ti-microphone:before {
  content: "\e68d";
}

/* line 8659, ../../css/sass/pages/home/_style.scss */
.ti-menu:before {
  content: "\e68e";
}

/* line 8662, ../../css/sass/pages/home/_style.scss */
.ti-menu-alt:before {
  content: "\e68f";
}

/* line 8665, ../../css/sass/pages/home/_style.scss */
.ti-map:before {
  content: "\e690";
}

/* line 8668, ../../css/sass/pages/home/_style.scss */
.ti-map-alt:before {
  content: "\e691";
}

/* line 8671, ../../css/sass/pages/home/_style.scss */
.ti-loop:before {
  content: "\e692";
}

/* line 8674, ../../css/sass/pages/home/_style.scss */
.ti-location-pin:before {
  content: "\e693";
}

/* line 8677, ../../css/sass/pages/home/_style.scss */
.ti-list:before {
  content: "\e694";
}

/* line 8680, ../../css/sass/pages/home/_style.scss */
.ti-light-bulb:before {
  content: "\e695";
}

/* line 8683, ../../css/sass/pages/home/_style.scss */
.ti-Italic:before {
  content: "\e696";
}

/* line 8686, ../../css/sass/pages/home/_style.scss */
.ti-info:before {
  content: "\e697";
}

/* line 8689, ../../css/sass/pages/home/_style.scss */
.ti-infinite:before {
  content: "\e698";
}

/* line 8692, ../../css/sass/pages/home/_style.scss */
.ti-id-badge:before {
  content: "\e699";
}

/* line 8695, ../../css/sass/pages/home/_style.scss */
.ti-hummer:before {
  content: "\e69a";
}

/* line 8698, ../../css/sass/pages/home/_style.scss */
.ti-home:before {
  content: "\e69b";
}

/* line 8701, ../../css/sass/pages/home/_style.scss */
.ti-help:before {
  content: "\e69c";
}

/* line 8704, ../../css/sass/pages/home/_style.scss */
.ti-headphone:before {
  content: "\e69d";
}

/* line 8707, ../../css/sass/pages/home/_style.scss */
.ti-harddrives:before {
  content: "\e69e";
}

/* line 8710, ../../css/sass/pages/home/_style.scss */
.ti-harddrive:before {
  content: "\e69f";
}

/* line 8713, ../../css/sass/pages/home/_style.scss */
.ti-gift:before {
  content: "\e6a0";
}

/* line 8716, ../../css/sass/pages/home/_style.scss */
.ti-game:before {
  content: "\e6a1";
}

/* line 8719, ../../css/sass/pages/home/_style.scss */
.ti-filter:before {
  content: "\e6a2";
}

/* line 8722, ../../css/sass/pages/home/_style.scss */
.ti-files:before {
  content: "\e6a3";
}

/* line 8725, ../../css/sass/pages/home/_style.scss */
.ti-file:before {
  content: "\e6a4";
}

/* line 8728, ../../css/sass/pages/home/_style.scss */
.ti-eraser:before {
  content: "\e6a5";
}

/* line 8731, ../../css/sass/pages/home/_style.scss */
.ti-envelope:before {
  content: "\e6a6";
}

/* line 8734, ../../css/sass/pages/home/_style.scss */
.ti-download:before {
  content: "\e6a7";
}

/* line 8737, ../../css/sass/pages/home/_style.scss */
.ti-direction:before {
  content: "\e6a8";
}

/* line 8740, ../../css/sass/pages/home/_style.scss */
.ti-direction-alt:before {
  content: "\e6a9";
}

/* line 8743, ../../css/sass/pages/home/_style.scss */
.ti-dashboard:before {
  content: "\e6aa";
}

/* line 8746, ../../css/sass/pages/home/_style.scss */
.ti-control-stop:before {
  content: "\e6ab";
}

/* line 8749, ../../css/sass/pages/home/_style.scss */
.ti-control-shuffle:before {
  content: "\e6ac";
}

/* line 8752, ../../css/sass/pages/home/_style.scss */
.ti-control-play:before {
  content: "\e6ad";
}

/* line 8755, ../../css/sass/pages/home/_style.scss */
.ti-control-pause:before {
  content: "\e6ae";
}

/* line 8758, ../../css/sass/pages/home/_style.scss */
.ti-control-forward:before {
  content: "\e6af";
}

/* line 8761, ../../css/sass/pages/home/_style.scss */
.ti-control-backward:before {
  content: "\e6b0";
}

/* line 8764, ../../css/sass/pages/home/_style.scss */
.ti-cloud:before {
  content: "\e6b1";
}

/* line 8767, ../../css/sass/pages/home/_style.scss */
.ti-cloud-up:before {
  content: "\e6b2";
}

/* line 8770, ../../css/sass/pages/home/_style.scss */
.ti-cloud-down:before {
  content: "\e6b3";
}

/* line 8773, ../../css/sass/pages/home/_style.scss */
.ti-clipboard:before {
  content: "\e6b4";
}

/* line 8776, ../../css/sass/pages/home/_style.scss */
.ti-car:before {
  content: "\e6b5";
}

/* line 8779, ../../css/sass/pages/home/_style.scss */
.ti-calendar:before {
  content: "\e6b6";
}

/* line 8782, ../../css/sass/pages/home/_style.scss */
.ti-book:before {
  content: "\e6b7";
}

/* line 8785, ../../css/sass/pages/home/_style.scss */
.ti-bell:before {
  content: "\e6b8";
}

/* line 8788, ../../css/sass/pages/home/_style.scss */
.ti-basketball:before {
  content: "\e6b9";
}

/* line 8791, ../../css/sass/pages/home/_style.scss */
.ti-bar-chart:before {
  content: "\e6ba";
}

/* line 8794, ../../css/sass/pages/home/_style.scss */
.ti-bar-chart-alt:before {
  content: "\e6bb";
}

/* line 8797, ../../css/sass/pages/home/_style.scss */
.ti-back-right:before {
  content: "\e6bc";
}

/* line 8800, ../../css/sass/pages/home/_style.scss */
.ti-back-left:before {
  content: "\e6bd";
}

/* line 8803, ../../css/sass/pages/home/_style.scss */
.ti-arrows-corner:before {
  content: "\e6be";
}

/* line 8806, ../../css/sass/pages/home/_style.scss */
.ti-archive:before {
  content: "\e6bf";
}

/* line 8809, ../../css/sass/pages/home/_style.scss */
.ti-anchor:before {
  content: "\e6c0";
}

/* line 8812, ../../css/sass/pages/home/_style.scss */
.ti-align-right:before {
  content: "\e6c1";
}

/* line 8815, ../../css/sass/pages/home/_style.scss */
.ti-align-left:before {
  content: "\e6c2";
}

/* line 8818, ../../css/sass/pages/home/_style.scss */
.ti-align-justify:before {
  content: "\e6c3";
}

/* line 8821, ../../css/sass/pages/home/_style.scss */
.ti-align-center:before {
  content: "\e6c4";
}

/* line 8824, ../../css/sass/pages/home/_style.scss */
.ti-alert:before {
  content: "\e6c5";
}

/* line 8827, ../../css/sass/pages/home/_style.scss */
.ti-alarm-clock:before {
  content: "\e6c6";
}

/* line 8830, ../../css/sass/pages/home/_style.scss */
.ti-agenda:before {
  content: "\e6c7";
}

/* line 8833, ../../css/sass/pages/home/_style.scss */
.ti-write:before {
  content: "\e6c8";
}

/* line 8836, ../../css/sass/pages/home/_style.scss */
.ti-window:before {
  content: "\e6c9";
}

/* line 8839, ../../css/sass/pages/home/_style.scss */
.ti-widgetized:before {
  content: "\e6ca";
}

/* line 8842, ../../css/sass/pages/home/_style.scss */
.ti-widget:before {
  content: "\e6cb";
}

/* line 8845, ../../css/sass/pages/home/_style.scss */
.ti-widget-alt:before {
  content: "\e6cc";
}

/* line 8848, ../../css/sass/pages/home/_style.scss */
.ti-wallet:before {
  content: "\e6cd";
}

/* line 8851, ../../css/sass/pages/home/_style.scss */
.ti-video-clapper:before {
  content: "\e6ce";
}

/* line 8854, ../../css/sass/pages/home/_style.scss */
.ti-video-camera:before {
  content: "\e6cf";
}

/* line 8857, ../../css/sass/pages/home/_style.scss */
.ti-vector:before {
  content: "\e6d0";
}

/* line 8860, ../../css/sass/pages/home/_style.scss */
.ti-themify-logo:before {
  content: "\e6d1";
}

/* line 8863, ../../css/sass/pages/home/_style.scss */
.ti-themify-favicon:before {
  content: "\e6d2";
}

/* line 8866, ../../css/sass/pages/home/_style.scss */
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

/* line 8869, ../../css/sass/pages/home/_style.scss */
.ti-support:before {
  content: "\e6d4";
}

/* line 8872, ../../css/sass/pages/home/_style.scss */
.ti-stamp:before {
  content: "\e6d5";
}

/* line 8875, ../../css/sass/pages/home/_style.scss */
.ti-split-v-alt:before {
  content: "\e6d6";
}

/* line 8878, ../../css/sass/pages/home/_style.scss */
.ti-slice:before {
  content: "\e6d7";
}

/* line 8881, ../../css/sass/pages/home/_style.scss */
.ti-shortcode:before {
  content: "\e6d8";
}

/* line 8884, ../../css/sass/pages/home/_style.scss */
.ti-shift-right-alt:before {
  content: "\e6d9";
}

/* line 8887, ../../css/sass/pages/home/_style.scss */
.ti-shift-left-alt:before {
  content: "\e6da";
}

/* line 8890, ../../css/sass/pages/home/_style.scss */
.ti-ruler-alt-2:before {
  content: "\e6db";
}

/* line 8893, ../../css/sass/pages/home/_style.scss */
.ti-receipt:before {
  content: "\e6dc";
}

/* line 8896, ../../css/sass/pages/home/_style.scss */
.ti-pin2:before {
  content: "\e6dd";
}

/* line 8899, ../../css/sass/pages/home/_style.scss */
.ti-pin-alt:before {
  content: "\e6de";
}

/* line 8902, ../../css/sass/pages/home/_style.scss */
.ti-pencil-alt2:before {
  content: "\e6df";
}

/* line 8905, ../../css/sass/pages/home/_style.scss */
.ti-palette:before {
  content: "\e6e0";
}

/* line 8908, ../../css/sass/pages/home/_style.scss */
.ti-more:before {
  content: "\e6e1";
}

/* line 8911, ../../css/sass/pages/home/_style.scss */
.ti-more-alt:before {
  content: "\e6e2";
}

/* line 8914, ../../css/sass/pages/home/_style.scss */
.ti-microphone-alt:before {
  content: "\e6e3";
}

/* line 8917, ../../css/sass/pages/home/_style.scss */
.ti-magnet:before {
  content: "\e6e4";
}

/* line 8920, ../../css/sass/pages/home/_style.scss */
.ti-line-double:before {
  content: "\e6e5";
}

/* line 8923, ../../css/sass/pages/home/_style.scss */
.ti-line-dotted:before {
  content: "\e6e6";
}

/* line 8926, ../../css/sass/pages/home/_style.scss */
.ti-line-dashed:before {
  content: "\e6e7";
}

/* line 8929, ../../css/sass/pages/home/_style.scss */
.ti-layout-width-full:before {
  content: "\e6e8";
}

/* line 8932, ../../css/sass/pages/home/_style.scss */
.ti-layout-width-default:before {
  content: "\e6e9";
}

/* line 8935, ../../css/sass/pages/home/_style.scss */
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

/* line 8938, ../../css/sass/pages/home/_style.scss */
.ti-layout-tab:before {
  content: "\e6eb";
}

/* line 8941, ../../css/sass/pages/home/_style.scss */
.ti-layout-tab-window:before {
  content: "\e6ec";
}

/* line 8944, ../../css/sass/pages/home/_style.scss */
.ti-layout-tab-v:before {
  content: "\e6ed";
}

/* line 8947, ../../css/sass/pages/home/_style.scss */
.ti-layout-tab-min:before {
  content: "\e6ee";
}

/* line 8950, ../../css/sass/pages/home/_style.scss */
.ti-layout-slider:before {
  content: "\e6ef";
}

/* line 8953, ../../css/sass/pages/home/_style.scss */
.ti-layout-slider-alt:before {
  content: "\e6f0";
}

/* line 8956, ../../css/sass/pages/home/_style.scss */
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

/* line 8959, ../../css/sass/pages/home/_style.scss */
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

/* line 8962, ../../css/sass/pages/home/_style.scss */
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

/* line 8965, ../../css/sass/pages/home/_style.scss */
.ti-layout-placeholder:before {
  content: "\e6f4";
}

/* line 8968, ../../css/sass/pages/home/_style.scss */
.ti-layout-menu:before {
  content: "\e6f5";
}

/* line 8971, ../../css/sass/pages/home/_style.scss */
.ti-layout-menu-v:before {
  content: "\e6f6";
}

/* line 8974, ../../css/sass/pages/home/_style.scss */
.ti-layout-menu-separated:before {
  content: "\e6f7";
}

/* line 8977, ../../css/sass/pages/home/_style.scss */
.ti-layout-menu-full:before {
  content: "\e6f8";
}

/* line 8980, ../../css/sass/pages/home/_style.scss */
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

/* line 8983, ../../css/sass/pages/home/_style.scss */
.ti-layout-media-right:before {
  content: "\e6fa";
}

/* line 8986, ../../css/sass/pages/home/_style.scss */
.ti-layout-media-overlay:before {
  content: "\e6fb";
}

/* line 8989, ../../css/sass/pages/home/_style.scss */
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

/* line 8992, ../../css/sass/pages/home/_style.scss */
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

/* line 8995, ../../css/sass/pages/home/_style.scss */
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

/* line 8998, ../../css/sass/pages/home/_style.scss */
.ti-layout-media-left:before {
  content: "\e6ff";
}

/* line 9001, ../../css/sass/pages/home/_style.scss */
.ti-layout-media-center-alt:before {
  content: "\e700";
}

/* line 9004, ../../css/sass/pages/home/_style.scss */
.ti-layout-media-center:before {
  content: "\e701";
}

/* line 9007, ../../css/sass/pages/home/_style.scss */
.ti-layout-list-thumb:before {
  content: "\e702";
}

/* line 9010, ../../css/sass/pages/home/_style.scss */
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

/* line 9013, ../../css/sass/pages/home/_style.scss */
.ti-layout-list-post:before {
  content: "\e704";
}

/* line 9016, ../../css/sass/pages/home/_style.scss */
.ti-layout-list-large-image:before {
  content: "\e705";
}

/* line 9019, ../../css/sass/pages/home/_style.scss */
.ti-layout-line-solid:before {
  content: "\e706";
}

/* line 9022, ../../css/sass/pages/home/_style.scss */
.ti-layout-grid4:before {
  content: "\e707";
}

/* line 9025, ../../css/sass/pages/home/_style.scss */
.ti-layout-grid3:before {
  content: "\e708";
}

/* line 9028, ../../css/sass/pages/home/_style.scss */
.ti-layout-grid2:before {
  content: "\e709";
}

/* line 9031, ../../css/sass/pages/home/_style.scss */
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

/* line 9034, ../../css/sass/pages/home/_style.scss */
.ti-layout-cta-right:before {
  content: "\e70b";
}

/* line 9037, ../../css/sass/pages/home/_style.scss */
.ti-layout-cta-left:before {
  content: "\e70c";
}

/* line 9040, ../../css/sass/pages/home/_style.scss */
.ti-layout-cta-center:before {
  content: "\e70d";
}

/* line 9043, ../../css/sass/pages/home/_style.scss */
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

/* line 9046, ../../css/sass/pages/home/_style.scss */
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

/* line 9049, ../../css/sass/pages/home/_style.scss */
.ti-layout-column4:before {
  content: "\e710";
}

/* line 9052, ../../css/sass/pages/home/_style.scss */
.ti-layout-column3:before {
  content: "\e711";
}

/* line 9055, ../../css/sass/pages/home/_style.scss */
.ti-layout-column2:before {
  content: "\e712";
}

/* line 9058, ../../css/sass/pages/home/_style.scss */
.ti-layout-accordion-separated:before {
  content: "\e713";
}

/* line 9061, ../../css/sass/pages/home/_style.scss */
.ti-layout-accordion-merged:before {
  content: "\e714";
}

/* line 9064, ../../css/sass/pages/home/_style.scss */
.ti-layout-accordion-list:before {
  content: "\e715";
}

/* line 9067, ../../css/sass/pages/home/_style.scss */
.ti-ink-pen:before {
  content: "\e716";
}

/* line 9070, ../../css/sass/pages/home/_style.scss */
.ti-info-alt:before {
  content: "\e717";
}

/* line 9073, ../../css/sass/pages/home/_style.scss */
.ti-help-alt:before {
  content: "\e718";
}

/* line 9076, ../../css/sass/pages/home/_style.scss */
.ti-headphone-alt:before {
  content: "\e719";
}

/* line 9079, ../../css/sass/pages/home/_style.scss */
.ti-hand-point-up:before {
  content: "\e71a";
}

/* line 9082, ../../css/sass/pages/home/_style.scss */
.ti-hand-point-right:before {
  content: "\e71b";
}

/* line 9085, ../../css/sass/pages/home/_style.scss */
.ti-hand-point-left:before {
  content: "\e71c";
}

/* line 9088, ../../css/sass/pages/home/_style.scss */
.ti-hand-point-down:before {
  content: "\e71d";
}

/* line 9091, ../../css/sass/pages/home/_style.scss */
.ti-gallery:before {
  content: "\e71e";
}

/* line 9094, ../../css/sass/pages/home/_style.scss */
.ti-face-smile:before {
  content: "\e71f";
}

/* line 9097, ../../css/sass/pages/home/_style.scss */
.ti-face-sad:before {
  content: "\e720";
}

/* line 9100, ../../css/sass/pages/home/_style.scss */
.ti-credit-card:before {
  content: "\e721";
}

/* line 9103, ../../css/sass/pages/home/_style.scss */
.ti-control-skip-forward:before {
  content: "\e722";
}

/* line 9106, ../../css/sass/pages/home/_style.scss */
.ti-control-skip-backward:before {
  content: "\e723";
}

/* line 9109, ../../css/sass/pages/home/_style.scss */
.ti-control-record:before {
  content: "\e724";
}

/* line 9112, ../../css/sass/pages/home/_style.scss */
.ti-control-eject:before {
  content: "\e725";
}

/* line 9115, ../../css/sass/pages/home/_style.scss */
.ti-comments-smiley:before {
  content: "\e726";
}

/* line 9118, ../../css/sass/pages/home/_style.scss */
.ti-brush-alt:before {
  content: "\e727";
}

/* line 9121, ../../css/sass/pages/home/_style.scss */
.ti-youtube:before {
  content: "\e728";
}

/* line 9124, ../../css/sass/pages/home/_style.scss */
.ti-vimeo:before {
  content: "\e729";
}

/* line 9127, ../../css/sass/pages/home/_style.scss */
.ti-twitter:before {
  content: "\e72a";
}

/* line 9130, ../../css/sass/pages/home/_style.scss */
.ti-time:before {
  content: "\e72b";
}

/* line 9133, ../../css/sass/pages/home/_style.scss */
.ti-tumblr:before {
  content: "\e72c";
}

/* line 9136, ../../css/sass/pages/home/_style.scss */
.ti-skype:before {
  content: "\e72d";
}

/* line 9139, ../../css/sass/pages/home/_style.scss */
.ti-share:before {
  content: "\e72e";
}

/* line 9142, ../../css/sass/pages/home/_style.scss */
.ti-share-alt:before {
  content: "\e72f";
}

/* line 9145, ../../css/sass/pages/home/_style.scss */
.ti-rocket:before {
  content: "\e730";
}

/* line 9148, ../../css/sass/pages/home/_style.scss */
.ti-pinterest:before {
  content: "\e731";
}

/* line 9151, ../../css/sass/pages/home/_style.scss */
.ti-new-window:before {
  content: "\e732";
}

/* line 9154, ../../css/sass/pages/home/_style.scss */
.ti-microsoft:before {
  content: "\e733";
}

/* line 9157, ../../css/sass/pages/home/_style.scss */
.ti-list-ol:before {
  content: "\e734";
}

/* line 9160, ../../css/sass/pages/home/_style.scss */
.ti-linkedin:before {
  content: "\e735";
}

/* line 9163, ../../css/sass/pages/home/_style.scss */
.ti-layout-sidebar-2:before {
  content: "\e736";
}

/* line 9166, ../../css/sass/pages/home/_style.scss */
.ti-layout-grid4-alt:before {
  content: "\e737";
}

/* line 9169, ../../css/sass/pages/home/_style.scss */
.ti-layout-grid3-alt:before {
  content: "\e738";
}

/* line 9172, ../../css/sass/pages/home/_style.scss */
.ti-layout-grid2-alt:before {
  content: "\e739";
}

/* line 9175, ../../css/sass/pages/home/_style.scss */
.ti-layout-column4-alt:before {
  content: "\e73a";
}

/* line 9178, ../../css/sass/pages/home/_style.scss */
.ti-layout-column3-alt:before {
  content: "\e73b";
}

/* line 9181, ../../css/sass/pages/home/_style.scss */
.ti-layout-column2-alt:before {
  content: "\e73c";
}

/* line 9184, ../../css/sass/pages/home/_style.scss */
.ti-instagram:before {
  content: "\e73d";
}

/* line 9187, ../../css/sass/pages/home/_style.scss */
.ti-google:before {
  content: "\e73e";
}

/* line 9190, ../../css/sass/pages/home/_style.scss */
.ti-github:before {
  content: "\e73f";
}

/* line 9193, ../../css/sass/pages/home/_style.scss */
.ti-flickr:before {
  content: "\e740";
}

/* line 9196, ../../css/sass/pages/home/_style.scss */
.ti-facebook:before {
  content: "\e741";
}

/* line 9199, ../../css/sass/pages/home/_style.scss */
.ti-dropbox:before {
  content: "\e742";
}

/* line 9202, ../../css/sass/pages/home/_style.scss */
.ti-dribbble:before {
  content: "\e743";
}

/* line 9205, ../../css/sass/pages/home/_style.scss */
.ti-apple:before {
  content: "\e744";
}

/* line 9208, ../../css/sass/pages/home/_style.scss */
.ti-android:before {
  content: "\e745";
}

/* line 9211, ../../css/sass/pages/home/_style.scss */
.ti-save:before {
  content: "\e746";
}

/* line 9214, ../../css/sass/pages/home/_style.scss */
.ti-save-alt:before {
  content: "\e747";
}

/* line 9217, ../../css/sass/pages/home/_style.scss */
.ti-yahoo:before {
  content: "\e748";
}

/* line 9220, ../../css/sass/pages/home/_style.scss */
.ti-wordpress:before {
  content: "\e749";
}

/* line 9223, ../../css/sass/pages/home/_style.scss */
.ti-vimeo-alt:before {
  content: "\e74a";
}

/* line 9226, ../../css/sass/pages/home/_style.scss */
.ti-twitter-alt:before {
  content: "\e74b";
}

/* line 9229, ../../css/sass/pages/home/_style.scss */
.ti-tumblr-alt:before {
  content: "\e74c";
}

/* line 9232, ../../css/sass/pages/home/_style.scss */
.ti-trello:before {
  content: "\e74d";
}

/* line 9235, ../../css/sass/pages/home/_style.scss */
.ti-stack-overflow:before {
  content: "\e74e";
}

/* line 9238, ../../css/sass/pages/home/_style.scss */
.ti-soundcloud:before {
  content: "\e74f";
}

/* line 9241, ../../css/sass/pages/home/_style.scss */
.ti-sharethis:before {
  content: "\e750";
}

/* line 9244, ../../css/sass/pages/home/_style.scss */
.ti-sharethis-alt:before {
  content: "\e751";
}

/* line 9247, ../../css/sass/pages/home/_style.scss */
.ti-reddit:before {
  content: "\e752";
}

/* line 9250, ../../css/sass/pages/home/_style.scss */
.ti-pinterest-alt:before {
  content: "\e753";
}

/* line 9253, ../../css/sass/pages/home/_style.scss */
.ti-microsoft-alt:before {
  content: "\e754";
}

/* line 9256, ../../css/sass/pages/home/_style.scss */
.ti-linux:before {
  content: "\e755";
}

/* line 9259, ../../css/sass/pages/home/_style.scss */
.ti-jsfiddle:before {
  content: "\e756";
}

/* line 9262, ../../css/sass/pages/home/_style.scss */
.ti-joomla:before {
  content: "\e757";
}

/* line 9265, ../../css/sass/pages/home/_style.scss */
.ti-html5:before {
  content: "\e758";
}

/* line 9268, ../../css/sass/pages/home/_style.scss */
.ti-flickr-alt:before {
  content: "\e759";
}

/* line 9271, ../../css/sass/pages/home/_style.scss */
.ti-email:before {
  content: "\e75a";
}

/* line 9274, ../../css/sass/pages/home/_style.scss */
.ti-drupal:before {
  content: "\e75b";
}

/* line 9277, ../../css/sass/pages/home/_style.scss */
.ti-dropbox-alt:before {
  content: "\e75c";
}

/* line 9280, ../../css/sass/pages/home/_style.scss */
.ti-css3:before {
  content: "\e75d";
}

/* line 9283, ../../css/sass/pages/home/_style.scss */
.ti-rss:before {
  content: "\e75e";
}

/* line 9286, ../../css/sass/pages/home/_style.scss */
.ti-rss-alt:before {
  content: "\e75f";
}

@font-face {
  font-family: 'simple-line-icons';
  src: url("/less/icons/simple-line-icons/fonts/Simple-Line-Icons.eot?-i3a2kk");
  src: url("/less/icons/simple-line-icons/fonts/Simple-Line-Icons.eot?#iefix-i3a2kk") format("embedded-opentype"), url("/less/icons/simple-line-icons/fonts/Simple-Line-Icons.ttf?-i3a2kk") format("truetype"), url("/less/icons/simple-line-icons/fonts/Simple-Line-Icons.woff2?-i3a2kk") format("woff2"), url("/less/icons/simple-line-icons/fonts/Simple-Line-Icons.woff?-i3a2kk") format("woff"), url("/less/icons/simple-line-icons/fonts/Simple-Line-Icons.svg?-i3a2kk#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
/* line 9300, ../../css/sass/pages/home/_style.scss */
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-close,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawar,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calender,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symble-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pintarest,
.icon-social-github,
.icon-social-gplus,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 9494, ../../css/sass/pages/home/_style.scss */
.icon-user:before {
  content: "\e005";
}

/* line 9497, ../../css/sass/pages/home/_style.scss */
.icon-people:before {
  content: "\e001";
}

/* line 9500, ../../css/sass/pages/home/_style.scss */
.icon-user-female:before {
  content: "\e000";
}

/* line 9503, ../../css/sass/pages/home/_style.scss */
.icon-user-follow:before {
  content: "\e002";
}

/* line 9506, ../../css/sass/pages/home/_style.scss */
.icon-user-following:before {
  content: "\e003";
}

/* line 9509, ../../css/sass/pages/home/_style.scss */
.icon-user-unfollow:before {
  content: "\e004";
}

/* line 9512, ../../css/sass/pages/home/_style.scss */
.icon-login:before {
  content: "\e066";
}

/* line 9515, ../../css/sass/pages/home/_style.scss */
.icon-logout:before {
  content: "\e065";
}

/* line 9518, ../../css/sass/pages/home/_style.scss */
.icon-emotsmile:before {
  content: "\e021";
}

/* line 9521, ../../css/sass/pages/home/_style.scss */
.icon-phone:before {
  content: "\e600";
}

/* line 9524, ../../css/sass/pages/home/_style.scss */
.icon-call-end:before {
  content: "\e048";
}

/* line 9527, ../../css/sass/pages/home/_style.scss */
.icon-call-in:before {
  content: "\e047";
}

/* line 9530, ../../css/sass/pages/home/_style.scss */
.icon-call-out:before {
  content: "\e046";
}

/* line 9533, ../../css/sass/pages/home/_style.scss */
.icon-map:before {
  content: "\e033";
}

/* line 9536, ../../css/sass/pages/home/_style.scss */
.icon-location-pin:before {
  content: "\e096";
}

/* line 9539, ../../css/sass/pages/home/_style.scss */
.icon-direction:before {
  content: "\e042";
}

/* line 9542, ../../css/sass/pages/home/_style.scss */
.icon-directions:before {
  content: "\e041";
}

/* line 9545, ../../css/sass/pages/home/_style.scss */
.icon-compass:before {
  content: "\e045";
}

/* line 9548, ../../css/sass/pages/home/_style.scss */
.icon-layers:before {
  content: "\e034";
}

/* line 9551, ../../css/sass/pages/home/_style.scss */
.icon-menu:before {
  content: "\e601";
}

/* line 9554, ../../css/sass/pages/home/_style.scss */
.icon-list:before {
  content: "\e067";
}

/* line 9557, ../../css/sass/pages/home/_style.scss */
.icon-options-vertical:before {
  content: "\e602";
}

/* line 9560, ../../css/sass/pages/home/_style.scss */
.icon-options:before {
  content: "\e603";
}

/* line 9563, ../../css/sass/pages/home/_style.scss */
.icon-arrow-down:before {
  content: "\e604";
}

/* line 9566, ../../css/sass/pages/home/_style.scss */
.icon-arrow-left:before {
  content: "\e605";
}

/* line 9569, ../../css/sass/pages/home/_style.scss */
.icon-arrow-right:before {
  content: "\e606";
}

/* line 9572, ../../css/sass/pages/home/_style.scss */
.icon-arrow-up:before {
  content: "\e607";
}

/* line 9575, ../../css/sass/pages/home/_style.scss */
.icon-arrow-up-circle:before {
  content: "\e078";
}

/* line 9578, ../../css/sass/pages/home/_style.scss */
.icon-arrow-left-circle:before {
  content: "\e07a";
}

/* line 9581, ../../css/sass/pages/home/_style.scss */
.icon-arrow-right-circle:before {
  content: "\e079";
}

/* line 9584, ../../css/sass/pages/home/_style.scss */
.icon-arrow-down-circle:before {
  content: "\e07b";
}

/* line 9587, ../../css/sass/pages/home/_style.scss */
.icon-check:before {
  content: "\e080";
}

/* line 9590, ../../css/sass/pages/home/_style.scss */
.icon-clock:before {
  content: "\e081";
}

/* line 9593, ../../css/sass/pages/home/_style.scss */
.icon-plus:before {
  content: "\e095";
}

/* line 9596, ../../css/sass/pages/home/_style.scss */
.icon-close:before {
  content: "\e082";
}

/* line 9599, ../../css/sass/pages/home/_style.scss */
.icon-trophy:before {
  content: "\e006";
}

/* line 9602, ../../css/sass/pages/home/_style.scss */
.icon-screen-smartphone:before {
  content: "\e010";
}

/* line 9605, ../../css/sass/pages/home/_style.scss */
.icon-screen-desktop:before {
  content: "\e011";
}

/* line 9608, ../../css/sass/pages/home/_style.scss */
.icon-plane:before {
  content: "\e012";
}

/* line 9611, ../../css/sass/pages/home/_style.scss */
.icon-notebook:before {
  content: "\e013";
}

/* line 9614, ../../css/sass/pages/home/_style.scss */
.icon-mustache:before {
  content: "\e014";
}

/* line 9617, ../../css/sass/pages/home/_style.scss */
.icon-mouse:before {
  content: "\e015";
}

/* line 9620, ../../css/sass/pages/home/_style.scss */
.icon-magnet:before {
  content: "\e016";
}

/* line 9623, ../../css/sass/pages/home/_style.scss */
.icon-energy:before {
  content: "\e020";
}

/* line 9626, ../../css/sass/pages/home/_style.scss */
.icon-disc:before {
  content: "\e022";
}

/* line 9629, ../../css/sass/pages/home/_style.scss */
.icon-cursor:before {
  content: "\e06e";
}

/* line 9632, ../../css/sass/pages/home/_style.scss */
.icon-cursor-move:before {
  content: "\e023";
}

/* line 9635, ../../css/sass/pages/home/_style.scss */
.icon-crop:before {
  content: "\e024";
}

/* line 9638, ../../css/sass/pages/home/_style.scss */
.icon-chemistry:before {
  content: "\e026";
}

/* line 9641, ../../css/sass/pages/home/_style.scss */
.icon-speedometer:before {
  content: "\e007";
}

/* line 9644, ../../css/sass/pages/home/_style.scss */
.icon-shield:before {
  content: "\e00e";
}

/* line 9647, ../../css/sass/pages/home/_style.scss */
.icon-screen-tablet:before {
  content: "\e00f";
}

/* line 9650, ../../css/sass/pages/home/_style.scss */
.icon-magic-wand:before {
  content: "\e017";
}

/* line 9653, ../../css/sass/pages/home/_style.scss */
.icon-hourglass:before {
  content: "\e018";
}

/* line 9656, ../../css/sass/pages/home/_style.scss */
.icon-graduation:before {
  content: "\e019";
}

/* line 9659, ../../css/sass/pages/home/_style.scss */
.icon-ghost:before {
  content: "\e01a";
}

/* line 9662, ../../css/sass/pages/home/_style.scss */
.icon-game-controller:before {
  content: "\e01b";
}

/* line 9665, ../../css/sass/pages/home/_style.scss */
.icon-fire:before {
  content: "\e01c";
}

/* line 9668, ../../css/sass/pages/home/_style.scss */
.icon-eyeglass:before {
  content: "\e01d";
}

/* line 9671, ../../css/sass/pages/home/_style.scss */
.icon-envelope-open:before {
  content: "\e01e";
}

/* line 9674, ../../css/sass/pages/home/_style.scss */
.icon-envelope-letter:before {
  content: "\e01f";
}

/* line 9677, ../../css/sass/pages/home/_style.scss */
.icon-bell:before {
  content: "\e027";
}

/* line 9680, ../../css/sass/pages/home/_style.scss */
.icon-badge:before {
  content: "\e028";
}

/* line 9683, ../../css/sass/pages/home/_style.scss */
.icon-anchor:before {
  content: "\e029";
}

/* line 9686, ../../css/sass/pages/home/_style.scss */
.icon-wallet:before {
  content: "\e02a";
}

/* line 9689, ../../css/sass/pages/home/_style.scss */
.icon-vector:before {
  content: "\e02b";
}

/* line 9692, ../../css/sass/pages/home/_style.scss */
.icon-speech:before {
  content: "\e02c";
}

/* line 9695, ../../css/sass/pages/home/_style.scss */
.icon-puzzle:before {
  content: "\e02d";
}

/* line 9698, ../../css/sass/pages/home/_style.scss */
.icon-printer:before {
  content: "\e02e";
}

/* line 9701, ../../css/sass/pages/home/_style.scss */
.icon-present:before {
  content: "\e02f";
}

/* line 9704, ../../css/sass/pages/home/_style.scss */
.icon-playlist:before {
  content: "\e030";
}

/* line 9707, ../../css/sass/pages/home/_style.scss */
.icon-pin:before {
  content: "\e031";
}

/* line 9710, ../../css/sass/pages/home/_style.scss */
.icon-picture:before {
  content: "\e032";
}

/* line 9713, ../../css/sass/pages/home/_style.scss */
.icon-handbag:before {
  content: "\e035";
}

/* line 9716, ../../css/sass/pages/home/_style.scss */
.icon-globe-alt:before {
  content: "\e036";
}

/* line 9719, ../../css/sass/pages/home/_style.scss */
.icon-globe:before {
  content: "\e037";
}

/* line 9722, ../../css/sass/pages/home/_style.scss */
.icon-folder-alt:before {
  content: "\e039";
}

/* line 9725, ../../css/sass/pages/home/_style.scss */
.icon-folder:before {
  content: "\e089";
}

/* line 9728, ../../css/sass/pages/home/_style.scss */
.icon-film:before {
  content: "\e03a";
}

/* line 9731, ../../css/sass/pages/home/_style.scss */
.icon-feed:before {
  content: "\e03b";
}

/* line 9734, ../../css/sass/pages/home/_style.scss */
.icon-drop:before {
  content: "\e03e";
}

/* line 9737, ../../css/sass/pages/home/_style.scss */
.icon-drawar:before {
  content: "\e03f";
}

/* line 9740, ../../css/sass/pages/home/_style.scss */
.icon-docs:before {
  content: "\e040";
}

/* line 9743, ../../css/sass/pages/home/_style.scss */
.icon-doc:before {
  content: "\e085";
}

/* line 9746, ../../css/sass/pages/home/_style.scss */
.icon-diamond:before {
  content: "\e043";
}

/* line 9749, ../../css/sass/pages/home/_style.scss */
.icon-cup:before {
  content: "\e044";
}

/* line 9752, ../../css/sass/pages/home/_style.scss */
.icon-calculator:before {
  content: "\e049";
}

/* line 9755, ../../css/sass/pages/home/_style.scss */
.icon-bubbles:before {
  content: "\e04a";
}

/* line 9758, ../../css/sass/pages/home/_style.scss */
.icon-briefcase:before {
  content: "\e04b";
}

/* line 9761, ../../css/sass/pages/home/_style.scss */
.icon-book-open:before {
  content: "\e04c";
}

/* line 9764, ../../css/sass/pages/home/_style.scss */
.icon-basket-loaded:before {
  content: "\e04d";
}

/* line 9767, ../../css/sass/pages/home/_style.scss */
.icon-basket:before {
  content: "\e04e";
}

/* line 9770, ../../css/sass/pages/home/_style.scss */
.icon-bag:before {
  content: "\e04f";
}

/* line 9773, ../../css/sass/pages/home/_style.scss */
.icon-action-undo:before {
  content: "\e050";
}

/* line 9776, ../../css/sass/pages/home/_style.scss */
.icon-action-redo:before {
  content: "\e051";
}

/* line 9779, ../../css/sass/pages/home/_style.scss */
.icon-wrench:before {
  content: "\e052";
}

/* line 9782, ../../css/sass/pages/home/_style.scss */
.icon-umbrella:before {
  content: "\e053";
}

/* line 9785, ../../css/sass/pages/home/_style.scss */
.icon-trash:before {
  content: "\e054";
}

/* line 9788, ../../css/sass/pages/home/_style.scss */
.icon-tag:before {
  content: "\e055";
}

/* line 9791, ../../css/sass/pages/home/_style.scss */
.icon-support:before {
  content: "\e056";
}

/* line 9794, ../../css/sass/pages/home/_style.scss */
.icon-frame:before {
  content: "\e038";
}

/* line 9797, ../../css/sass/pages/home/_style.scss */
.icon-size-fullscreen:before {
  content: "\e057";
}

/* line 9800, ../../css/sass/pages/home/_style.scss */
.icon-size-actual:before {
  content: "\e058";
}

/* line 9803, ../../css/sass/pages/home/_style.scss */
.icon-shuffle:before {
  content: "\e059";
}

/* line 9806, ../../css/sass/pages/home/_style.scss */
.icon-share-alt:before {
  content: "\e05a";
}

/* line 9809, ../../css/sass/pages/home/_style.scss */
.icon-share:before {
  content: "\e05b";
}

/* line 9812, ../../css/sass/pages/home/_style.scss */
.icon-rocket:before {
  content: "\e05c";
}

/* line 9815, ../../css/sass/pages/home/_style.scss */
.icon-question:before {
  content: "\e05d";
}

/* line 9818, ../../css/sass/pages/home/_style.scss */
.icon-pie-chart:before {
  content: "\e05e";
}

/* line 9821, ../../css/sass/pages/home/_style.scss */
.icon-pencil:before {
  content: "\e05f";
}

/* line 9824, ../../css/sass/pages/home/_style.scss */
.icon-note:before {
  content: "\e060";
}

/* line 9827, ../../css/sass/pages/home/_style.scss */
.icon-loop:before {
  content: "\e064";
}

/* line 9830, ../../css/sass/pages/home/_style.scss */
.icon-home:before {
  content: "\e069";
}

/* line 9833, ../../css/sass/pages/home/_style.scss */
.icon-grid:before {
  content: "\e06a";
}

/* line 9836, ../../css/sass/pages/home/_style.scss */
.icon-graph:before {
  content: "\e06b";
}

/* line 9839, ../../css/sass/pages/home/_style.scss */
.icon-microphone:before {
  content: "\e063";
}

/* line 9842, ../../css/sass/pages/home/_style.scss */
.icon-music-tone-alt:before {
  content: "\e061";
}

/* line 9845, ../../css/sass/pages/home/_style.scss */
.icon-music-tone:before {
  content: "\e062";
}

/* line 9848, ../../css/sass/pages/home/_style.scss */
.icon-earphones-alt:before {
  content: "\e03c";
}

/* line 9851, ../../css/sass/pages/home/_style.scss */
.icon-earphones:before {
  content: "\e03d";
}

/* line 9854, ../../css/sass/pages/home/_style.scss */
.icon-equalizer:before {
  content: "\e06c";
}

/* line 9857, ../../css/sass/pages/home/_style.scss */
.icon-like:before {
  content: "\e068";
}

/* line 9860, ../../css/sass/pages/home/_style.scss */
.icon-dislike:before {
  content: "\e06d";
}

/* line 9863, ../../css/sass/pages/home/_style.scss */
.icon-control-start:before {
  content: "\e06f";
}

/* line 9866, ../../css/sass/pages/home/_style.scss */
.icon-control-rewind:before {
  content: "\e070";
}

/* line 9869, ../../css/sass/pages/home/_style.scss */
.icon-control-play:before {
  content: "\e071";
}

/* line 9872, ../../css/sass/pages/home/_style.scss */
.icon-control-pause:before {
  content: "\e072";
}

/* line 9875, ../../css/sass/pages/home/_style.scss */
.icon-control-forward:before {
  content: "\e073";
}

/* line 9878, ../../css/sass/pages/home/_style.scss */
.icon-control-end:before {
  content: "\e074";
}

/* line 9881, ../../css/sass/pages/home/_style.scss */
.icon-volume-1:before {
  content: "\e09f";
}

/* line 9884, ../../css/sass/pages/home/_style.scss */
.icon-volume-2:before {
  content: "\e0a0";
}

/* line 9887, ../../css/sass/pages/home/_style.scss */
.icon-volume-off:before {
  content: "\e0a1";
}

/* line 9890, ../../css/sass/pages/home/_style.scss */
.icon-calender:before {
  content: "\e075";
}

/* line 9893, ../../css/sass/pages/home/_style.scss */
.icon-bulb:before {
  content: "\e076";
}

/* line 9896, ../../css/sass/pages/home/_style.scss */
.icon-chart:before {
  content: "\e077";
}

/* line 9899, ../../css/sass/pages/home/_style.scss */
.icon-ban:before {
  content: "\e07c";
}

/* line 9902, ../../css/sass/pages/home/_style.scss */
.icon-bubble:before {
  content: "\e07d";
}

/* line 9905, ../../css/sass/pages/home/_style.scss */
.icon-camrecorder:before {
  content: "\e07e";
}

/* line 9908, ../../css/sass/pages/home/_style.scss */
.icon-camera:before {
  content: "\e07f";
}

/* line 9911, ../../css/sass/pages/home/_style.scss */
.icon-cloud-download:before {
  content: "\e083";
}

/* line 9914, ../../css/sass/pages/home/_style.scss */
.icon-cloud-upload:before {
  content: "\e084";
}

/* line 9917, ../../css/sass/pages/home/_style.scss */
.icon-envelope:before {
  content: "\e086";
}

/* line 9920, ../../css/sass/pages/home/_style.scss */
.icon-eye:before {
  content: "\e087";
}

/* line 9923, ../../css/sass/pages/home/_style.scss */
.icon-flag:before {
  content: "\e088";
}

/* line 9926, ../../css/sass/pages/home/_style.scss */
.icon-heart:before {
  content: "\e08a";
}

/* line 9929, ../../css/sass/pages/home/_style.scss */
.icon-info:before {
  content: "\e08b";
}

/* line 9932, ../../css/sass/pages/home/_style.scss */
.icon-key:before {
  content: "\e08c";
}

/* line 9935, ../../css/sass/pages/home/_style.scss */
.icon-link:before {
  content: "\e08d";
}

/* line 9938, ../../css/sass/pages/home/_style.scss */
.icon-lock:before {
  content: "\e08e";
}

/* line 9941, ../../css/sass/pages/home/_style.scss */
.icon-lock-open:before {
  content: "\e08f";
}

/* line 9944, ../../css/sass/pages/home/_style.scss */
.icon-magnifier:before {
  content: "\e090";
}

/* line 9947, ../../css/sass/pages/home/_style.scss */
.icon-magnifier-add:before {
  content: "\e091";
}

/* line 9950, ../../css/sass/pages/home/_style.scss */
.icon-magnifier-remove:before {
  content: "\e092";
}

/* line 9953, ../../css/sass/pages/home/_style.scss */
.icon-paper-clip:before {
  content: "\e093";
}

/* line 9956, ../../css/sass/pages/home/_style.scss */
.icon-paper-plane:before {
  content: "\e094";
}

/* line 9959, ../../css/sass/pages/home/_style.scss */
.icon-power:before {
  content: "\e097";
}

/* line 9962, ../../css/sass/pages/home/_style.scss */
.icon-refresh:before {
  content: "\e098";
}

/* line 9965, ../../css/sass/pages/home/_style.scss */
.icon-reload:before {
  content: "\e099";
}

/* line 9968, ../../css/sass/pages/home/_style.scss */
.icon-settings:before {
  content: "\e09a";
}

/* line 9971, ../../css/sass/pages/home/_style.scss */
.icon-star:before {
  content: "\e09b";
}

/* line 9974, ../../css/sass/pages/home/_style.scss */
.icon-symble-female:before {
  content: "\e09c";
}

/* line 9977, ../../css/sass/pages/home/_style.scss */
.icon-symbol-male:before {
  content: "\e09d";
}

/* line 9980, ../../css/sass/pages/home/_style.scss */
.icon-target:before {
  content: "\e09e";
}

/* line 9983, ../../css/sass/pages/home/_style.scss */
.icon-credit-card:before {
  content: "\e025";
}

/* line 9986, ../../css/sass/pages/home/_style.scss */
.icon-paypal:before {
  content: "\e608";
}

/* line 9989, ../../css/sass/pages/home/_style.scss */
.icon-social-tumblr:before {
  content: "\e00a";
}

/* line 9992, ../../css/sass/pages/home/_style.scss */
.icon-social-twitter:before {
  content: "\e009";
}

/* line 9995, ../../css/sass/pages/home/_style.scss */
.icon-social-facebook:before {
  content: "\e00b";
}

/* line 9998, ../../css/sass/pages/home/_style.scss */
.icon-social-instagram:before {
  content: "\e609";
}

/* line 10001, ../../css/sass/pages/home/_style.scss */
.icon-social-linkedin:before {
  content: "\e60a";
}

/* line 10004, ../../css/sass/pages/home/_style.scss */
.icon-social-pintarest:before {
  content: "\e60b";
}

/* line 10007, ../../css/sass/pages/home/_style.scss */
.icon-social-github:before {
  content: "\e60c";
}

/* line 10010, ../../css/sass/pages/home/_style.scss */
.icon-social-gplus:before {
  content: "\e60d";
}

/* line 10013, ../../css/sass/pages/home/_style.scss */
.icon-social-reddit:before {
  content: "\e60e";
}

/* line 10016, ../../css/sass/pages/home/_style.scss */
.icon-social-skype:before {
  content: "\e60f";
}

/* line 10019, ../../css/sass/pages/home/_style.scss */
.icon-social-dribbble:before {
  content: "\e00d";
}

/* line 10022, ../../css/sass/pages/home/_style.scss */
.icon-social-behance:before {
  content: "\e610";
}

/* line 10025, ../../css/sass/pages/home/_style.scss */
.icon-social-foursqare:before {
  content: "\e611";
}

/* line 10028, ../../css/sass/pages/home/_style.scss */
.icon-social-soundcloud:before {
  content: "\e612";
}

/* line 10031, ../../css/sass/pages/home/_style.scss */
.icon-social-spotify:before {
  content: "\e613";
}

/* line 10034, ../../css/sass/pages/home/_style.scss */
.icon-social-stumbleupon:before {
  content: "\e614";
}

/* line 10037, ../../css/sass/pages/home/_style.scss */
.icon-social-youtube:before {
  content: "\e008";
}

/* line 10040, ../../css/sass/pages/home/_style.scss */
.icon-social-dropbox:before {
  content: "\e00c";
}

/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: 'weathericons';
  src: url("/less/icons/weather-icons/font/weathericons-regular-webfont.eot");
  src: url("/less/icons/weather-icons/font/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/less/icons/weather-icons/font/weathericons-regular-webfont.woff2") format("woff2"), url("/less/icons/weather-icons/font/weathericons-regular-webfont.woff") format("woff"), url("/less/icons/weather-icons/font/weathericons-regular-webfont.ttf") format("truetype"), url("/less/icons/weather-icons/font/weathericons-regular-webfont.svg#weather_iconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 10071, ../../css/sass/pages/home/_style.scss */
.wi {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 10080, ../../css/sass/pages/home/_style.scss */
.wi-fw {
  text-align: center;
  width: 1.4em;
}

/* line 10084, ../../css/sass/pages/home/_style.scss */
.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 10090, ../../css/sass/pages/home/_style.scss */
.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 10096, ../../css/sass/pages/home/_style.scss */
.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 10102, ../../css/sass/pages/home/_style.scss */
.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 10108, ../../css/sass/pages/home/_style.scss */
.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 10114, ../../css/sass/pages/home/_style.scss */
.wi-day-sunny:before {
  content: "\f00d";
}

/* line 10117, ../../css/sass/pages/home/_style.scss */
.wi-day-cloudy:before {
  content: "\f002";
}

/* line 10120, ../../css/sass/pages/home/_style.scss */
.wi-day-cloudy-gusts:before {
  content: "\f000";
}

/* line 10123, ../../css/sass/pages/home/_style.scss */
.wi-day-cloudy-windy:before {
  content: "\f001";
}

/* line 10126, ../../css/sass/pages/home/_style.scss */
.wi-day-fog:before {
  content: "\f003";
}

/* line 10129, ../../css/sass/pages/home/_style.scss */
.wi-day-hail:before {
  content: "\f004";
}

/* line 10132, ../../css/sass/pages/home/_style.scss */
.wi-day-haze:before {
  content: "\f0b6";
}

/* line 10135, ../../css/sass/pages/home/_style.scss */
.wi-day-lightning:before {
  content: "\f005";
}

/* line 10138, ../../css/sass/pages/home/_style.scss */
.wi-day-rain:before {
  content: "\f008";
}

/* line 10141, ../../css/sass/pages/home/_style.scss */
.wi-day-rain-mix:before {
  content: "\f006";
}

/* line 10144, ../../css/sass/pages/home/_style.scss */
.wi-day-rain-wind:before {
  content: "\f007";
}

/* line 10147, ../../css/sass/pages/home/_style.scss */
.wi-day-showers:before {
  content: "\f009";
}

/* line 10150, ../../css/sass/pages/home/_style.scss */
.wi-day-sleet:before {
  content: "\f0b2";
}

/* line 10153, ../../css/sass/pages/home/_style.scss */
.wi-day-sleet-storm:before {
  content: "\f068";
}

/* line 10156, ../../css/sass/pages/home/_style.scss */
.wi-day-snow:before {
  content: "\f00a";
}

/* line 10159, ../../css/sass/pages/home/_style.scss */
.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}

/* line 10162, ../../css/sass/pages/home/_style.scss */
.wi-day-snow-wind:before {
  content: "\f065";
}

/* line 10165, ../../css/sass/pages/home/_style.scss */
.wi-day-sprinkle:before {
  content: "\f00b";
}

/* line 10168, ../../css/sass/pages/home/_style.scss */
.wi-day-storm-showers:before {
  content: "\f00e";
}

/* line 10171, ../../css/sass/pages/home/_style.scss */
.wi-day-sunny-overcast:before {
  content: "\f00c";
}

/* line 10174, ../../css/sass/pages/home/_style.scss */
.wi-day-thunderstorm:before {
  content: "\f010";
}

/* line 10177, ../../css/sass/pages/home/_style.scss */
.wi-day-windy:before {
  content: "\f085";
}

/* line 10180, ../../css/sass/pages/home/_style.scss */
.wi-solar-eclipse:before {
  content: "\f06e";
}

/* line 10183, ../../css/sass/pages/home/_style.scss */
.wi-hot:before {
  content: "\f072";
}

/* line 10186, ../../css/sass/pages/home/_style.scss */
.wi-day-cloudy-high:before {
  content: "\f07d";
}

/* line 10189, ../../css/sass/pages/home/_style.scss */
.wi-day-light-wind:before {
  content: "\f0c4";
}

/* line 10192, ../../css/sass/pages/home/_style.scss */
.wi-night-clear:before {
  content: "\f02e";
}

/* line 10195, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-cloudy:before {
  content: "\f086";
}

/* line 10198, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}

/* line 10201, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}

/* line 10204, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-hail:before {
  content: "\f024";
}

/* line 10207, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-lightning:before {
  content: "\f025";
}

/* line 10210, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-rain:before {
  content: "\f028";
}

/* line 10213, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-rain-mix:before {
  content: "\f026";
}

/* line 10216, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-rain-wind:before {
  content: "\f027";
}

/* line 10219, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-showers:before {
  content: "\f029";
}

/* line 10222, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-sleet:before {
  content: "\f0b4";
}

/* line 10225, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}

/* line 10228, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-snow:before {
  content: "\f02a";
}

/* line 10231, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}

/* line 10234, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-snow-wind:before {
  content: "\f067";
}

/* line 10237, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-sprinkle:before {
  content: "\f02b";
}

/* line 10240, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-storm-showers:before {
  content: "\f02c";
}

/* line 10243, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}

/* line 10246, ../../css/sass/pages/home/_style.scss */
.wi-night-cloudy:before {
  content: "\f031";
}

/* line 10249, ../../css/sass/pages/home/_style.scss */
.wi-night-cloudy-gusts:before {
  content: "\f02f";
}

/* line 10252, ../../css/sass/pages/home/_style.scss */
.wi-night-cloudy-windy:before {
  content: "\f030";
}

/* line 10255, ../../css/sass/pages/home/_style.scss */
.wi-night-fog:before {
  content: "\f04a";
}

/* line 10258, ../../css/sass/pages/home/_style.scss */
.wi-night-hail:before {
  content: "\f032";
}

/* line 10261, ../../css/sass/pages/home/_style.scss */
.wi-night-lightning:before {
  content: "\f033";
}

/* line 10264, ../../css/sass/pages/home/_style.scss */
.wi-night-partly-cloudy:before {
  content: "\f083";
}

/* line 10267, ../../css/sass/pages/home/_style.scss */
.wi-night-rain:before {
  content: "\f036";
}

/* line 10270, ../../css/sass/pages/home/_style.scss */
.wi-night-rain-mix:before {
  content: "\f034";
}

/* line 10273, ../../css/sass/pages/home/_style.scss */
.wi-night-rain-wind:before {
  content: "\f035";
}

/* line 10276, ../../css/sass/pages/home/_style.scss */
.wi-night-showers:before {
  content: "\f037";
}

/* line 10279, ../../css/sass/pages/home/_style.scss */
.wi-night-sleet:before {
  content: "\f0b3";
}

/* line 10282, ../../css/sass/pages/home/_style.scss */
.wi-night-sleet-storm:before {
  content: "\f069";
}

/* line 10285, ../../css/sass/pages/home/_style.scss */
.wi-night-snow:before {
  content: "\f038";
}

/* line 10288, ../../css/sass/pages/home/_style.scss */
.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}

/* line 10291, ../../css/sass/pages/home/_style.scss */
.wi-night-snow-wind:before {
  content: "\f066";
}

/* line 10294, ../../css/sass/pages/home/_style.scss */
.wi-night-sprinkle:before {
  content: "\f039";
}

/* line 10297, ../../css/sass/pages/home/_style.scss */
.wi-night-storm-showers:before {
  content: "\f03a";
}

/* line 10300, ../../css/sass/pages/home/_style.scss */
.wi-night-thunderstorm:before {
  content: "\f03b";
}

/* line 10303, ../../css/sass/pages/home/_style.scss */
.wi-lunar-eclipse:before {
  content: "\f070";
}

/* line 10306, ../../css/sass/pages/home/_style.scss */
.wi-stars:before {
  content: "\f077";
}

/* line 10309, ../../css/sass/pages/home/_style.scss */
.wi-storm-showers:before {
  content: "\f01d";
}

/* line 10312, ../../css/sass/pages/home/_style.scss */
.wi-thunderstorm:before {
  content: "\f01e";
}

/* line 10315, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-cloudy-high:before {
  content: "\f07e";
}

/* line 10318, ../../css/sass/pages/home/_style.scss */
.wi-night-cloudy-high:before {
  content: "\f080";
}

/* line 10321, ../../css/sass/pages/home/_style.scss */
.wi-night-alt-partly-cloudy:before {
  content: "\f081";
}

/* line 10324, ../../css/sass/pages/home/_style.scss */
.wi-cloud:before {
  content: "\f041";
}

/* line 10327, ../../css/sass/pages/home/_style.scss */
.wi-cloudy:before {
  content: "\f013";
}

/* line 10330, ../../css/sass/pages/home/_style.scss */
.wi-cloudy-gusts:before {
  content: "\f011";
}

/* line 10333, ../../css/sass/pages/home/_style.scss */
.wi-cloudy-windy:before {
  content: "\f012";
}

/* line 10336, ../../css/sass/pages/home/_style.scss */
.wi-fog:before {
  content: "\f014";
}

/* line 10339, ../../css/sass/pages/home/_style.scss */
.wi-hail:before {
  content: "\f015";
}

/* line 10342, ../../css/sass/pages/home/_style.scss */
.wi-rain:before {
  content: "\f019";
}

/* line 10345, ../../css/sass/pages/home/_style.scss */
.wi-rain-mix:before {
  content: "\f017";
}

/* line 10348, ../../css/sass/pages/home/_style.scss */
.wi-rain-wind:before {
  content: "\f018";
}

/* line 10351, ../../css/sass/pages/home/_style.scss */
.wi-showers:before {
  content: "\f01a";
}

/* line 10354, ../../css/sass/pages/home/_style.scss */
.wi-sleet:before {
  content: "\f0b5";
}

/* line 10357, ../../css/sass/pages/home/_style.scss */
.wi-snow:before {
  content: "\f01b";
}

/* line 10360, ../../css/sass/pages/home/_style.scss */
.wi-sprinkle:before {
  content: "\f01c";
}

/* line 10363, ../../css/sass/pages/home/_style.scss */
.wi-storm-showers:before {
  content: "\f01d";
}

/* line 10366, ../../css/sass/pages/home/_style.scss */
.wi-thunderstorm:before {
  content: "\f01e";
}

/* line 10369, ../../css/sass/pages/home/_style.scss */
.wi-snow-wind:before {
  content: "\f064";
}

/* line 10372, ../../css/sass/pages/home/_style.scss */
.wi-snow:before {
  content: "\f01b";
}

/* line 10375, ../../css/sass/pages/home/_style.scss */
.wi-smog:before {
  content: "\f074";
}

/* line 10378, ../../css/sass/pages/home/_style.scss */
.wi-smoke:before {
  content: "\f062";
}

/* line 10381, ../../css/sass/pages/home/_style.scss */
.wi-lightning:before {
  content: "\f016";
}

/* line 10384, ../../css/sass/pages/home/_style.scss */
.wi-raindrops:before {
  content: "\f04e";
}

/* line 10387, ../../css/sass/pages/home/_style.scss */
.wi-raindrop:before {
  content: "\f078";
}

/* line 10390, ../../css/sass/pages/home/_style.scss */
.wi-dust:before {
  content: "\f063";
}

/* line 10393, ../../css/sass/pages/home/_style.scss */
.wi-snowflake-cold:before {
  content: "\f076";
}

/* line 10396, ../../css/sass/pages/home/_style.scss */
.wi-windy:before {
  content: "\f021";
}

/* line 10399, ../../css/sass/pages/home/_style.scss */
.wi-strong-wind:before {
  content: "\f050";
}

/* line 10402, ../../css/sass/pages/home/_style.scss */
.wi-sandstorm:before {
  content: "\f082";
}

/* line 10405, ../../css/sass/pages/home/_style.scss */
.wi-earthquake:before {
  content: "\f0c6";
}

/* line 10408, ../../css/sass/pages/home/_style.scss */
.wi-fire:before {
  content: "\f0c7";
}

/* line 10411, ../../css/sass/pages/home/_style.scss */
.wi-flood:before {
  content: "\f07c";
}

/* line 10414, ../../css/sass/pages/home/_style.scss */
.wi-meteor:before {
  content: "\f071";
}

/* line 10417, ../../css/sass/pages/home/_style.scss */
.wi-tsunami:before {
  content: "\f0c5";
}

/* line 10420, ../../css/sass/pages/home/_style.scss */
.wi-volcano:before {
  content: "\f0c8";
}

/* line 10423, ../../css/sass/pages/home/_style.scss */
.wi-hurricane:before {
  content: "\f073";
}

/* line 10426, ../../css/sass/pages/home/_style.scss */
.wi-tornado:before {
  content: "\f056";
}

/* line 10429, ../../css/sass/pages/home/_style.scss */
.wi-small-craft-advisory:before {
  content: "\f0cc";
}

/* line 10432, ../../css/sass/pages/home/_style.scss */
.wi-gale-warning:before {
  content: "\f0cd";
}

/* line 10435, ../../css/sass/pages/home/_style.scss */
.wi-storm-warning:before {
  content: "\f0ce";
}

/* line 10438, ../../css/sass/pages/home/_style.scss */
.wi-hurricane-warning:before {
  content: "\f0cf";
}

/* line 10441, ../../css/sass/pages/home/_style.scss */
.wi-wind-direction:before {
  content: "\f0b1";
}

/* line 10444, ../../css/sass/pages/home/_style.scss */
.wi-alien:before {
  content: "\f075";
}

/* line 10447, ../../css/sass/pages/home/_style.scss */
.wi-celsius:before {
  content: "\f03c";
}

/* line 10450, ../../css/sass/pages/home/_style.scss */
.wi-fahrenheit:before {
  content: "\f045";
}

/* line 10453, ../../css/sass/pages/home/_style.scss */
.wi-degrees:before {
  content: "\f042";
}

/* line 10456, ../../css/sass/pages/home/_style.scss */
.wi-thermometer:before {
  content: "\f055";
}

/* line 10459, ../../css/sass/pages/home/_style.scss */
.wi-thermometer-exterior:before {
  content: "\f053";
}

/* line 10462, ../../css/sass/pages/home/_style.scss */
.wi-thermometer-internal:before {
  content: "\f054";
}

/* line 10465, ../../css/sass/pages/home/_style.scss */
.wi-cloud-down:before {
  content: "\f03d";
}

/* line 10468, ../../css/sass/pages/home/_style.scss */
.wi-cloud-up:before {
  content: "\f040";
}

/* line 10471, ../../css/sass/pages/home/_style.scss */
.wi-cloud-refresh:before {
  content: "\f03e";
}

/* line 10474, ../../css/sass/pages/home/_style.scss */
.wi-horizon:before {
  content: "\f047";
}

/* line 10477, ../../css/sass/pages/home/_style.scss */
.wi-horizon-alt:before {
  content: "\f046";
}

/* line 10480, ../../css/sass/pages/home/_style.scss */
.wi-sunrise:before {
  content: "\f051";
}

/* line 10483, ../../css/sass/pages/home/_style.scss */
.wi-sunset:before {
  content: "\f052";
}

/* line 10486, ../../css/sass/pages/home/_style.scss */
.wi-moonrise:before {
  content: "\f0c9";
}

/* line 10489, ../../css/sass/pages/home/_style.scss */
.wi-moonset:before {
  content: "\f0ca";
}

/* line 10492, ../../css/sass/pages/home/_style.scss */
.wi-refresh:before {
  content: "\f04c";
}

/* line 10495, ../../css/sass/pages/home/_style.scss */
.wi-refresh-alt:before {
  content: "\f04b";
}

/* line 10498, ../../css/sass/pages/home/_style.scss */
.wi-umbrella:before {
  content: "\f084";
}

/* line 10501, ../../css/sass/pages/home/_style.scss */
.wi-barometer:before {
  content: "\f079";
}

/* line 10504, ../../css/sass/pages/home/_style.scss */
.wi-humidity:before {
  content: "\f07a";
}

/* line 10507, ../../css/sass/pages/home/_style.scss */
.wi-na:before {
  content: "\f07b";
}

/* line 10510, ../../css/sass/pages/home/_style.scss */
.wi-train:before {
  content: "\f0cb";
}

/* line 10513, ../../css/sass/pages/home/_style.scss */
.wi-moon-new:before {
  content: "\f095";
}

/* line 10516, ../../css/sass/pages/home/_style.scss */
.wi-moon-waxing-cresent-1:before {
  content: "\f096";
}

/* line 10519, ../../css/sass/pages/home/_style.scss */
.wi-moon-waxing-cresent-2:before {
  content: "\f097";
}

/* line 10522, ../../css/sass/pages/home/_style.scss */
.wi-moon-waxing-cresent-3:before {
  content: "\f098";
}

/* line 10525, ../../css/sass/pages/home/_style.scss */
.wi-moon-waxing-cresent-4:before {
  content: "\f099";
}

/* line 10528, ../../css/sass/pages/home/_style.scss */
.wi-moon-waxing-cresent-5:before {
  content: "\f09a";
}

/* line 10531, ../../css/sass/pages/home/_style.scss */
.wi-moon-waxing-cresent-6:before {
  content: "\f09b";
}

/* line 10534, ../../css/sass/pages/home/_style.scss */
.wi-moon-first-quarter:before {
  content: "\f09c";
}

/* line 10537, ../../css/sass/pages/home/_style.scss */
.wi-moon-waxing-gibbous-1:before {
  content: "\f09d";
}

/* line 10540, ../../css/sass/pages/home/_style.scss */
.wi-moon-waxing-gibbous-2:before {
  content: "\f09e";
}

/* line 10543, ../../css/sass/pages/home/_style.scss */
.wi-moon-waxing-gibbous-3:before {
  content: "\f09f";
}

/* line 10546, ../../css/sass/pages/home/_style.scss */
.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0";
}

/* line 10549, ../../css/sass/pages/home/_style.scss */
.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1";
}

/* line 10552, ../../css/sass/pages/home/_style.scss */
.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2";
}

/* line 10555, ../../css/sass/pages/home/_style.scss */
.wi-moon-full:before {
  content: "\f0a3";
}

/* line 10558, ../../css/sass/pages/home/_style.scss */
.wi-moon-waning-gibbous-1:before {
  content: "\f0a4";
}

/* line 10561, ../../css/sass/pages/home/_style.scss */
.wi-moon-waning-gibbous-2:before {
  content: "\f0a5";
}

/* line 10564, ../../css/sass/pages/home/_style.scss */
.wi-moon-waning-gibbous-3:before {
  content: "\f0a6";
}

/* line 10567, ../../css/sass/pages/home/_style.scss */
.wi-moon-waning-gibbous-4:before {
  content: "\f0a7";
}

/* line 10570, ../../css/sass/pages/home/_style.scss */
.wi-moon-waning-gibbous-5:before {
  content: "\f0a8";
}

/* line 10573, ../../css/sass/pages/home/_style.scss */
.wi-moon-waning-gibbous-6:before {
  content: "\f0a9";
}

/* line 10576, ../../css/sass/pages/home/_style.scss */
.wi-moon-third-quarter:before {
  content: "\f0aa";
}

/* line 10579, ../../css/sass/pages/home/_style.scss */
.wi-moon-waning-crescent-1:before {
  content: "\f0ab";
}

/* line 10582, ../../css/sass/pages/home/_style.scss */
.wi-moon-waning-crescent-2:before {
  content: "\f0ac";
}

/* line 10585, ../../css/sass/pages/home/_style.scss */
.wi-moon-waning-crescent-3:before {
  content: "\f0ad";
}

/* line 10588, ../../css/sass/pages/home/_style.scss */
.wi-moon-waning-crescent-4:before {
  content: "\f0ae";
}

/* line 10591, ../../css/sass/pages/home/_style.scss */
.wi-moon-waning-crescent-5:before {
  content: "\f0af";
}

/* line 10594, ../../css/sass/pages/home/_style.scss */
.wi-moon-waning-crescent-6:before {
  content: "\f0b0";
}

/* line 10597, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-new:before {
  content: "\f0eb";
}

/* line 10600, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waxing-cresent-1:before {
  content: "\f0d0";
}

/* line 10603, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waxing-cresent-2:before {
  content: "\f0d1";
}

/* line 10606, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waxing-cresent-3:before {
  content: "\f0d2";
}

/* line 10609, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waxing-cresent-4:before {
  content: "\f0d3";
}

/* line 10612, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waxing-cresent-5:before {
  content: "\f0d4";
}

/* line 10615, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waxing-cresent-6:before {
  content: "\f0d5";
}

/* line 10618, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-first-quarter:before {
  content: "\f0d6";
}

/* line 10621, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waxing-gibbous-1:before {
  content: "\f0d7";
}

/* line 10624, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waxing-gibbous-2:before {
  content: "\f0d8";
}

/* line 10627, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waxing-gibbous-3:before {
  content: "\f0d9";
}

/* line 10630, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waxing-gibbous-4:before {
  content: "\f0da";
}

/* line 10633, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waxing-gibbous-5:before {
  content: "\f0db";
}

/* line 10636, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waxing-gibbous-6:before {
  content: "\f0dc";
}

/* line 10639, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-full:before {
  content: "\f0dd";
}

/* line 10642, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waning-gibbous-1:before {
  content: "\f0de";
}

/* line 10645, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waning-gibbous-2:before {
  content: "\f0df";
}

/* line 10648, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waning-gibbous-3:before {
  content: "\f0e0";
}

/* line 10651, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waning-gibbous-4:before {
  content: "\f0e1";
}

/* line 10654, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waning-gibbous-5:before {
  content: "\f0e2";
}

/* line 10657, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waning-gibbous-6:before {
  content: "\f0e3";
}

/* line 10660, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-third-quarter:before {
  content: "\f0e4";
}

/* line 10663, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waning-crescent-1:before {
  content: "\f0e5";
}

/* line 10666, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waning-crescent-2:before {
  content: "\f0e6";
}

/* line 10669, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waning-crescent-3:before {
  content: "\f0e7";
}

/* line 10672, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waning-crescent-4:before {
  content: "\f0e8";
}

/* line 10675, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waning-crescent-5:before {
  content: "\f0e9";
}

/* line 10678, ../../css/sass/pages/home/_style.scss */
.wi-moon-alt-waning-crescent-6:before {
  content: "\f0ea";
}

/* line 10681, ../../css/sass/pages/home/_style.scss */
.wi-moon-0:before {
  content: "\f095";
}

/* line 10684, ../../css/sass/pages/home/_style.scss */
.wi-moon-1:before {
  content: "\f096";
}

/* line 10687, ../../css/sass/pages/home/_style.scss */
.wi-moon-2:before {
  content: "\f097";
}

/* line 10690, ../../css/sass/pages/home/_style.scss */
.wi-moon-3:before {
  content: "\f098";
}

/* line 10693, ../../css/sass/pages/home/_style.scss */
.wi-moon-4:before {
  content: "\f099";
}

/* line 10696, ../../css/sass/pages/home/_style.scss */
.wi-moon-5:before {
  content: "\f09a";
}

/* line 10699, ../../css/sass/pages/home/_style.scss */
.wi-moon-6:before {
  content: "\f09b";
}

/* line 10702, ../../css/sass/pages/home/_style.scss */
.wi-moon-7:before {
  content: "\f09c";
}

/* line 10705, ../../css/sass/pages/home/_style.scss */
.wi-moon-8:before {
  content: "\f09d";
}

/* line 10708, ../../css/sass/pages/home/_style.scss */
.wi-moon-9:before {
  content: "\f09e";
}

/* line 10711, ../../css/sass/pages/home/_style.scss */
.wi-moon-10:before {
  content: "\f09f";
}

/* line 10714, ../../css/sass/pages/home/_style.scss */
.wi-moon-11:before {
  content: "\f0a0";
}

/* line 10717, ../../css/sass/pages/home/_style.scss */
.wi-moon-12:before {
  content: "\f0a1";
}

/* line 10720, ../../css/sass/pages/home/_style.scss */
.wi-moon-13:before {
  content: "\f0a2";
}

/* line 10723, ../../css/sass/pages/home/_style.scss */
.wi-moon-14:before {
  content: "\f0a3";
}

/* line 10726, ../../css/sass/pages/home/_style.scss */
.wi-moon-15:before {
  content: "\f0a4";
}

/* line 10729, ../../css/sass/pages/home/_style.scss */
.wi-moon-16:before {
  content: "\f0a5";
}

/* line 10732, ../../css/sass/pages/home/_style.scss */
.wi-moon-17:before {
  content: "\f0a6";
}

/* line 10735, ../../css/sass/pages/home/_style.scss */
.wi-moon-18:before {
  content: "\f0a7";
}

/* line 10738, ../../css/sass/pages/home/_style.scss */
.wi-moon-19:before {
  content: "\f0a8";
}

/* line 10741, ../../css/sass/pages/home/_style.scss */
.wi-moon-20:before {
  content: "\f0a9";
}

/* line 10744, ../../css/sass/pages/home/_style.scss */
.wi-moon-21:before {
  content: "\f0aa";
}

/* line 10747, ../../css/sass/pages/home/_style.scss */
.wi-moon-22:before {
  content: "\f0ab";
}

/* line 10750, ../../css/sass/pages/home/_style.scss */
.wi-moon-23:before {
  content: "\f0ac";
}

/* line 10753, ../../css/sass/pages/home/_style.scss */
.wi-moon-24:before {
  content: "\f0ad";
}

/* line 10756, ../../css/sass/pages/home/_style.scss */
.wi-moon-25:before {
  content: "\f0ae";
}

/* line 10759, ../../css/sass/pages/home/_style.scss */
.wi-moon-26:before {
  content: "\f0af";
}

/* line 10762, ../../css/sass/pages/home/_style.scss */
.wi-moon-27:before {
  content: "\f0b0";
}

/* line 10765, ../../css/sass/pages/home/_style.scss */
.wi-time-1:before {
  content: "\f08a";
}

/* line 10768, ../../css/sass/pages/home/_style.scss */
.wi-time-2:before {
  content: "\f08b";
}

/* line 10771, ../../css/sass/pages/home/_style.scss */
.wi-time-3:before {
  content: "\f08c";
}

/* line 10774, ../../css/sass/pages/home/_style.scss */
.wi-time-4:before {
  content: "\f08d";
}

/* line 10777, ../../css/sass/pages/home/_style.scss */
.wi-time-5:before {
  content: "\f08e";
}

/* line 10780, ../../css/sass/pages/home/_style.scss */
.wi-time-6:before {
  content: "\f08f";
}

/* line 10783, ../../css/sass/pages/home/_style.scss */
.wi-time-7:before {
  content: "\f090";
}

/* line 10786, ../../css/sass/pages/home/_style.scss */
.wi-time-8:before {
  content: "\f091";
}

/* line 10789, ../../css/sass/pages/home/_style.scss */
.wi-time-9:before {
  content: "\f092";
}

/* line 10792, ../../css/sass/pages/home/_style.scss */
.wi-time-10:before {
  content: "\f093";
}

/* line 10795, ../../css/sass/pages/home/_style.scss */
.wi-time-11:before {
  content: "\f094";
}

/* line 10798, ../../css/sass/pages/home/_style.scss */
.wi-time-12:before {
  content: "\f089";
}

/* line 10801, ../../css/sass/pages/home/_style.scss */
.wi-direction-up:before {
  content: "\f058";
}

/* line 10804, ../../css/sass/pages/home/_style.scss */
.wi-direction-up-right:before {
  content: "\f057";
}

/* line 10807, ../../css/sass/pages/home/_style.scss */
.wi-direction-right:before {
  content: "\f04d";
}

/* line 10810, ../../css/sass/pages/home/_style.scss */
.wi-direction-down-right:before {
  content: "\f088";
}

/* line 10813, ../../css/sass/pages/home/_style.scss */
.wi-direction-down:before {
  content: "\f044";
}

/* line 10816, ../../css/sass/pages/home/_style.scss */
.wi-direction-down-left:before {
  content: "\f043";
}

/* line 10819, ../../css/sass/pages/home/_style.scss */
.wi-direction-left:before {
  content: "\f048";
}

/* line 10822, ../../css/sass/pages/home/_style.scss */
.wi-direction-up-left:before {
  content: "\f087";
}

/* line 10825, ../../css/sass/pages/home/_style.scss */
.wi-wind-beaufort-0:before {
  content: "\f0b7";
}

/* line 10828, ../../css/sass/pages/home/_style.scss */
.wi-wind-beaufort-1:before {
  content: "\f0b8";
}

/* line 10831, ../../css/sass/pages/home/_style.scss */
.wi-wind-beaufort-2:before {
  content: "\f0b9";
}

/* line 10834, ../../css/sass/pages/home/_style.scss */
.wi-wind-beaufort-3:before {
  content: "\f0ba";
}

/* line 10837, ../../css/sass/pages/home/_style.scss */
.wi-wind-beaufort-4:before {
  content: "\f0bb";
}

/* line 10840, ../../css/sass/pages/home/_style.scss */
.wi-wind-beaufort-5:before {
  content: "\f0bc";
}

/* line 10843, ../../css/sass/pages/home/_style.scss */
.wi-wind-beaufort-6:before {
  content: "\f0bd";
}

/* line 10846, ../../css/sass/pages/home/_style.scss */
.wi-wind-beaufort-7:before {
  content: "\f0be";
}

/* line 10849, ../../css/sass/pages/home/_style.scss */
.wi-wind-beaufort-8:before {
  content: "\f0bf";
}

/* line 10852, ../../css/sass/pages/home/_style.scss */
.wi-wind-beaufort-9:before {
  content: "\f0c0";
}

/* line 10855, ../../css/sass/pages/home/_style.scss */
.wi-wind-beaufort-10:before {
  content: "\f0c1";
}

/* line 10858, ../../css/sass/pages/home/_style.scss */
.wi-wind-beaufort-11:before {
  content: "\f0c2";
}

/* line 10861, ../../css/sass/pages/home/_style.scss */
.wi-wind-beaufort-12:before {
  content: "\f0c3";
}

/* line 10864, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-0:before {
  content: "\f056";
}

/* line 10867, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-1:before {
  content: "\f00e";
}

/* line 10870, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-2:before {
  content: "\f073";
}

/* line 10873, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-3:before {
  content: "\f01e";
}

/* line 10876, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-4:before {
  content: "\f01e";
}

/* line 10879, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-5:before {
  content: "\f017";
}

/* line 10882, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-6:before {
  content: "\f017";
}

/* line 10885, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-7:before {
  content: "\f017";
}

/* line 10888, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-8:before {
  content: "\f015";
}

/* line 10891, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-9:before {
  content: "\f01a";
}

/* line 10894, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-10:before {
  content: "\f015";
}

/* line 10897, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-11:before {
  content: "\f01a";
}

/* line 10900, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-12:before {
  content: "\f01a";
}

/* line 10903, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-13:before {
  content: "\f01b";
}

/* line 10906, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-14:before {
  content: "\f00a";
}

/* line 10909, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-15:before {
  content: "\f064";
}

/* line 10912, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-16:before {
  content: "\f01b";
}

/* line 10915, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-17:before {
  content: "\f015";
}

/* line 10918, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-18:before {
  content: "\f017";
}

/* line 10921, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-19:before {
  content: "\f063";
}

/* line 10924, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-20:before {
  content: "\f014";
}

/* line 10927, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-21:before {
  content: "\f021";
}

/* line 10930, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-22:before {
  content: "\f062";
}

/* line 10933, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-23:before {
  content: "\f050";
}

/* line 10936, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-24:before {
  content: "\f050";
}

/* line 10939, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-25:before {
  content: "\f076";
}

/* line 10942, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-26:before {
  content: "\f013";
}

/* line 10945, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-27:before {
  content: "\f031";
}

/* line 10948, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-28:before {
  content: "\f002";
}

/* line 10951, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-29:before {
  content: "\f031";
}

/* line 10954, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-30:before {
  content: "\f002";
}

/* line 10957, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-31:before {
  content: "\f02e";
}

/* line 10960, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-32:before {
  content: "\f00d";
}

/* line 10963, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-33:before {
  content: "\f083";
}

/* line 10966, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-34:before {
  content: "\f00c";
}

/* line 10969, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-35:before {
  content: "\f017";
}

/* line 10972, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-36:before {
  content: "\f072";
}

/* line 10975, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-37:before {
  content: "\f00e";
}

/* line 10978, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-38:before {
  content: "\f00e";
}

/* line 10981, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-39:before {
  content: "\f00e";
}

/* line 10984, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-40:before {
  content: "\f01a";
}

/* line 10987, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-41:before {
  content: "\f064";
}

/* line 10990, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-42:before {
  content: "\f01b";
}

/* line 10993, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-43:before {
  content: "\f064";
}

/* line 10996, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-44:before {
  content: "\f00c";
}

/* line 10999, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-45:before {
  content: "\f00e";
}

/* line 11002, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-46:before {
  content: "\f01b";
}

/* line 11005, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-47:before {
  content: "\f00e";
}

/* line 11008, ../../css/sass/pages/home/_style.scss */
.wi-yahoo-3200:before {
  content: "\f077";
}

/* line 11011, ../../css/sass/pages/home/_style.scss */
.wi-forecast-io-clear-day:before {
  content: "\f00d";
}

/* line 11014, ../../css/sass/pages/home/_style.scss */
.wi-forecast-io-clear-night:before {
  content: "\f02e";
}

/* line 11017, ../../css/sass/pages/home/_style.scss */
.wi-forecast-io-rain:before {
  content: "\f019";
}

/* line 11020, ../../css/sass/pages/home/_style.scss */
.wi-forecast-io-snow:before {
  content: "\f01b";
}

/* line 11023, ../../css/sass/pages/home/_style.scss */
.wi-forecast-io-sleet:before {
  content: "\f0b5";
}

/* line 11026, ../../css/sass/pages/home/_style.scss */
.wi-forecast-io-wind:before {
  content: "\f050";
}

/* line 11029, ../../css/sass/pages/home/_style.scss */
.wi-forecast-io-fog:before {
  content: "\f014";
}

/* line 11032, ../../css/sass/pages/home/_style.scss */
.wi-forecast-io-cloudy:before {
  content: "\f013";
}

/* line 11035, ../../css/sass/pages/home/_style.scss */
.wi-forecast-io-partly-cloudy-day:before {
  content: "\f002";
}

/* line 11038, ../../css/sass/pages/home/_style.scss */
.wi-forecast-io-partly-cloudy-night:before {
  content: "\f031";
}

/* line 11041, ../../css/sass/pages/home/_style.scss */
.wi-forecast-io-hail:before {
  content: "\f015";
}

/* line 11044, ../../css/sass/pages/home/_style.scss */
.wi-forecast-io-thunderstorm:before {
  content: "\f01e";
}

/* line 11047, ../../css/sass/pages/home/_style.scss */
.wi-forecast-io-tornado:before {
  content: "\f056";
}

/* line 11050, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
  content: "\f055";
}

/* line 11054, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
  content: "\f013";
}

/* line 11058, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
  content: "\f055";
}

/* line 11062, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
  content: "\f013";
}

/* line 11066, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
  content: "\f014";
}

/* line 11070, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
  content: "\f014";
}

/* line 11074, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-10:before {
  content: "\f014";
}

/* line 11077, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-11:before {
  content: "\f014";
}

/* line 11080, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-12:before {
  content: "\f016";
}

/* line 11083, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-18:before {
  content: "\f050";
}

/* line 11086, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-20:before {
  content: "\f014";
}

/* line 11089, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-21:before {
  content: "\f017";
}

/* line 11092, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-22:before {
  content: "\f017";
}

/* line 11095, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-23:before {
  content: "\f019";
}

/* line 11098, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-24:before {
  content: "\f01b";
}

/* line 11101, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-25:before {
  content: "\f015";
}

/* line 11104, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-26:before {
  content: "\f01e";
}

/* line 11107, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-27:before {
  content: "\f063";
}

/* line 11110, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-28:before {
  content: "\f063";
}

/* line 11113, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-29:before {
  content: "\f063";
}

/* line 11116, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-30:before {
  content: "\f014";
}

/* line 11119, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-31:before {
  content: "\f014";
}

/* line 11122, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-32:before {
  content: "\f014";
}

/* line 11125, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-33:before {
  content: "\f014";
}

/* line 11128, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-34:before {
  content: "\f014";
}

/* line 11131, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-35:before {
  content: "\f014";
}

/* line 11134, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-40:before {
  content: "\f017";
}

/* line 11137, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-41:before {
  content: "\f01c";
}

/* line 11140, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-42:before {
  content: "\f019";
}

/* line 11143, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-43:before {
  content: "\f01c";
}

/* line 11146, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-44:before {
  content: "\f019";
}

/* line 11149, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-45:before {
  content: "\f015";
}

/* line 11152, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-46:before {
  content: "\f015";
}

/* line 11155, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-47:before {
  content: "\f01b";
}

/* line 11158, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-48:before {
  content: "\f01b";
}

/* line 11161, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-50:before {
  content: "\f01c";
}

/* line 11164, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-51:before {
  content: "\f01c";
}

/* line 11167, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-52:before {
  content: "\f019";
}

/* line 11170, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-53:before {
  content: "\f019";
}

/* line 11173, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-54:before {
  content: "\f076";
}

/* line 11176, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-55:before {
  content: "\f076";
}

/* line 11179, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-56:before {
  content: "\f076";
}

/* line 11182, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-57:before {
  content: "\f01c";
}

/* line 11185, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-58:before {
  content: "\f019";
}

/* line 11188, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-60:before {
  content: "\f01c";
}

/* line 11191, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-61:before {
  content: "\f01c";
}

/* line 11194, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-62:before {
  content: "\f019";
}

/* line 11197, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-63:before {
  content: "\f019";
}

/* line 11200, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-64:before {
  content: "\f015";
}

/* line 11203, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-65:before {
  content: "\f015";
}

/* line 11206, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-66:before {
  content: "\f015";
}

/* line 11209, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-67:before {
  content: "\f017";
}

/* line 11212, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-68:before {
  content: "\f017";
}

/* line 11215, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-70:before {
  content: "\f01b";
}

/* line 11218, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-71:before {
  content: "\f01b";
}

/* line 11221, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-72:before {
  content: "\f01b";
}

/* line 11224, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-73:before {
  content: "\f01b";
}

/* line 11227, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-74:before {
  content: "\f076";
}

/* line 11230, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-75:before {
  content: "\f076";
}

/* line 11233, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-76:before {
  content: "\f076";
}

/* line 11236, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-77:before {
  content: "\f01b";
}

/* line 11239, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-78:before {
  content: "\f076";
}

/* line 11242, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-80:before {
  content: "\f019";
}

/* line 11245, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-81:before {
  content: "\f01c";
}

/* line 11248, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-82:before {
  content: "\f019";
}

/* line 11251, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-83:before {
  content: "\f019";
}

/* line 11254, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-84:before {
  content: "\f01d";
}

/* line 11257, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-85:before {
  content: "\f017";
}

/* line 11260, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-86:before {
  content: "\f017";
}

/* line 11263, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-87:before {
  content: "\f017";
}

/* line 11266, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-89:before {
  content: "\f015";
}

/* line 11269, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-90:before {
  content: "\f016";
}

/* line 11272, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-91:before {
  content: "\f01d";
}

/* line 11275, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-92:before {
  content: "\f01e";
}

/* line 11278, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-93:before {
  content: "\f01e";
}

/* line 11281, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-94:before {
  content: "\f016";
}

/* line 11284, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-95:before {
  content: "\f01e";
}

/* line 11287, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-96:before {
  content: "\f01e";
}

/* line 11290, ../../css/sass/pages/home/_style.scss */
.wi-wmo4680-99:before {
  content: "\f056";
}

/* line 11293, ../../css/sass/pages/home/_style.scss */
.wi-owm-200:before {
  content: "\f01e";
}

/* line 11296, ../../css/sass/pages/home/_style.scss */
.wi-owm-201:before {
  content: "\f01e";
}

/* line 11299, ../../css/sass/pages/home/_style.scss */
.wi-owm-202:before {
  content: "\f01e";
}

/* line 11302, ../../css/sass/pages/home/_style.scss */
.wi-owm-210:before {
  content: "\f016";
}

/* line 11305, ../../css/sass/pages/home/_style.scss */
.wi-owm-211:before {
  content: "\f016";
}

/* line 11308, ../../css/sass/pages/home/_style.scss */
.wi-owm-212:before {
  content: "\f016";
}

/* line 11311, ../../css/sass/pages/home/_style.scss */
.wi-owm-221:before {
  content: "\f016";
}

/* line 11314, ../../css/sass/pages/home/_style.scss */
.wi-owm-230:before {
  content: "\f01e";
}

/* line 11317, ../../css/sass/pages/home/_style.scss */
.wi-owm-231:before {
  content: "\f01e";
}

/* line 11320, ../../css/sass/pages/home/_style.scss */
.wi-owm-232:before {
  content: "\f01e";
}

/* line 11323, ../../css/sass/pages/home/_style.scss */
.wi-owm-300:before {
  content: "\f01c";
}

/* line 11326, ../../css/sass/pages/home/_style.scss */
.wi-owm-301:before {
  content: "\f01c";
}

/* line 11329, ../../css/sass/pages/home/_style.scss */
.wi-owm-302:before {
  content: "\f019";
}

/* line 11332, ../../css/sass/pages/home/_style.scss */
.wi-owm-310:before {
  content: "\f017";
}

/* line 11335, ../../css/sass/pages/home/_style.scss */
.wi-owm-311:before {
  content: "\f019";
}

/* line 11338, ../../css/sass/pages/home/_style.scss */
.wi-owm-312:before {
  content: "\f019";
}

/* line 11341, ../../css/sass/pages/home/_style.scss */
.wi-owm-313:before {
  content: "\f01a";
}

/* line 11344, ../../css/sass/pages/home/_style.scss */
.wi-owm-314:before {
  content: "\f019";
}

/* line 11347, ../../css/sass/pages/home/_style.scss */
.wi-owm-321:before {
  content: "\f01c";
}

/* line 11350, ../../css/sass/pages/home/_style.scss */
.wi-owm-500:before {
  content: "\f01c";
}

/* line 11353, ../../css/sass/pages/home/_style.scss */
.wi-owm-501:before {
  content: "\f019";
}

/* line 11356, ../../css/sass/pages/home/_style.scss */
.wi-owm-502:before {
  content: "\f019";
}

/* line 11359, ../../css/sass/pages/home/_style.scss */
.wi-owm-503:before {
  content: "\f019";
}

/* line 11362, ../../css/sass/pages/home/_style.scss */
.wi-owm-504:before {
  content: "\f019";
}

/* line 11365, ../../css/sass/pages/home/_style.scss */
.wi-owm-511:before {
  content: "\f017";
}

/* line 11368, ../../css/sass/pages/home/_style.scss */
.wi-owm-520:before {
  content: "\f01a";
}

/* line 11371, ../../css/sass/pages/home/_style.scss */
.wi-owm-521:before {
  content: "\f01a";
}

/* line 11374, ../../css/sass/pages/home/_style.scss */
.wi-owm-522:before {
  content: "\f01a";
}

/* line 11377, ../../css/sass/pages/home/_style.scss */
.wi-owm-531:before {
  content: "\f01d";
}

/* line 11380, ../../css/sass/pages/home/_style.scss */
.wi-owm-600:before {
  content: "\f01b";
}

/* line 11383, ../../css/sass/pages/home/_style.scss */
.wi-owm-601:before {
  content: "\f01b";
}

/* line 11386, ../../css/sass/pages/home/_style.scss */
.wi-owm-602:before {
  content: "\f0b5";
}

/* line 11389, ../../css/sass/pages/home/_style.scss */
.wi-owm-611:before {
  content: "\f017";
}

/* line 11392, ../../css/sass/pages/home/_style.scss */
.wi-owm-612:before {
  content: "\f017";
}

/* line 11395, ../../css/sass/pages/home/_style.scss */
.wi-owm-615:before {
  content: "\f017";
}

/* line 11398, ../../css/sass/pages/home/_style.scss */
.wi-owm-616:before {
  content: "\f017";
}

/* line 11401, ../../css/sass/pages/home/_style.scss */
.wi-owm-620:before {
  content: "\f017";
}

/* line 11404, ../../css/sass/pages/home/_style.scss */
.wi-owm-621:before {
  content: "\f01b";
}

/* line 11407, ../../css/sass/pages/home/_style.scss */
.wi-owm-622:before {
  content: "\f01b";
}

/* line 11410, ../../css/sass/pages/home/_style.scss */
.wi-owm-701:before {
  content: "\f01a";
}

/* line 11413, ../../css/sass/pages/home/_style.scss */
.wi-owm-711:before {
  content: "\f062";
}

/* line 11416, ../../css/sass/pages/home/_style.scss */
.wi-owm-721:before {
  content: "\f0b6";
}

/* line 11419, ../../css/sass/pages/home/_style.scss */
.wi-owm-731:before {
  content: "\f063";
}

/* line 11422, ../../css/sass/pages/home/_style.scss */
.wi-owm-741:before {
  content: "\f014";
}

/* line 11425, ../../css/sass/pages/home/_style.scss */
.wi-owm-761:before {
  content: "\f063";
}

/* line 11428, ../../css/sass/pages/home/_style.scss */
.wi-owm-762:before {
  content: "\f063";
}

/* line 11431, ../../css/sass/pages/home/_style.scss */
.wi-owm-771:before {
  content: "\f011";
}

/* line 11434, ../../css/sass/pages/home/_style.scss */
.wi-owm-781:before {
  content: "\f056";
}

/* line 11437, ../../css/sass/pages/home/_style.scss */
.wi-owm-800:before {
  content: "\f00d";
}

/* line 11440, ../../css/sass/pages/home/_style.scss */
.wi-owm-801:before {
  content: "\f011";
}

/* line 11443, ../../css/sass/pages/home/_style.scss */
.wi-owm-802:before {
  content: "\f011";
}

/* line 11446, ../../css/sass/pages/home/_style.scss */
.wi-owm-803:before {
  content: "\f011";
}

/* line 11449, ../../css/sass/pages/home/_style.scss */
.wi-owm-803:before {
  content: "\f012";
}

/* line 11452, ../../css/sass/pages/home/_style.scss */
.wi-owm-804:before {
  content: "\f013";
}

/* line 11455, ../../css/sass/pages/home/_style.scss */
.wi-owm-900:before {
  content: "\f056";
}

/* line 11458, ../../css/sass/pages/home/_style.scss */
.wi-owm-901:before {
  content: "\f01d";
}

/* line 11461, ../../css/sass/pages/home/_style.scss */
.wi-owm-902:before {
  content: "\f073";
}

/* line 11464, ../../css/sass/pages/home/_style.scss */
.wi-owm-903:before {
  content: "\f076";
}

/* line 11467, ../../css/sass/pages/home/_style.scss */
.wi-owm-904:before {
  content: "\f072";
}

/* line 11470, ../../css/sass/pages/home/_style.scss */
.wi-owm-905:before {
  content: "\f021";
}

/* line 11473, ../../css/sass/pages/home/_style.scss */
.wi-owm-906:before {
  content: "\f015";
}

/* line 11476, ../../css/sass/pages/home/_style.scss */
.wi-owm-957:before {
  content: "\f050";
}

/* line 11479, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-200:before {
  content: "\f010";
}

/* line 11482, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-201:before {
  content: "\f010";
}

/* line 11485, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-202:before {
  content: "\f010";
}

/* line 11488, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-210:before {
  content: "\f005";
}

/* line 11491, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-211:before {
  content: "\f005";
}

/* line 11494, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-212:before {
  content: "\f005";
}

/* line 11497, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-221:before {
  content: "\f005";
}

/* line 11500, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-230:before {
  content: "\f010";
}

/* line 11503, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-231:before {
  content: "\f010";
}

/* line 11506, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-232:before {
  content: "\f010";
}

/* line 11509, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-300:before {
  content: "\f00b";
}

/* line 11512, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-301:before {
  content: "\f00b";
}

/* line 11515, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-302:before {
  content: "\f008";
}

/* line 11518, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-310:before {
  content: "\f008";
}

/* line 11521, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-311:before {
  content: "\f008";
}

/* line 11524, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-312:before {
  content: "\f008";
}

/* line 11527, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-313:before {
  content: "\f008";
}

/* line 11530, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-314:before {
  content: "\f008";
}

/* line 11533, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-321:before {
  content: "\f00b";
}

/* line 11536, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-500:before {
  content: "\f00b";
}

/* line 11539, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-501:before {
  content: "\f008";
}

/* line 11542, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-502:before {
  content: "\f008";
}

/* line 11545, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-503:before {
  content: "\f008";
}

/* line 11548, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-504:before {
  content: "\f008";
}

/* line 11551, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-511:before {
  content: "\f006";
}

/* line 11554, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-520:before {
  content: "\f009";
}

/* line 11557, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-521:before {
  content: "\f009";
}

/* line 11560, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-522:before {
  content: "\f009";
}

/* line 11563, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-531:before {
  content: "\f00e";
}

/* line 11566, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-600:before {
  content: "\f00a";
}

/* line 11569, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-601:before {
  content: "\f0b2";
}

/* line 11572, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-602:before {
  content: "\f00a";
}

/* line 11575, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-611:before {
  content: "\f006";
}

/* line 11578, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-612:before {
  content: "\f006";
}

/* line 11581, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-615:before {
  content: "\f006";
}

/* line 11584, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-616:before {
  content: "\f006";
}

/* line 11587, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-620:before {
  content: "\f006";
}

/* line 11590, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-621:before {
  content: "\f00a";
}

/* line 11593, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-622:before {
  content: "\f00a";
}

/* line 11596, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-701:before {
  content: "\f009";
}

/* line 11599, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-711:before {
  content: "\f062";
}

/* line 11602, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-721:before {
  content: "\f0b6";
}

/* line 11605, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-731:before {
  content: "\f063";
}

/* line 11608, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-741:before {
  content: "\f003";
}

/* line 11611, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-761:before {
  content: "\f063";
}

/* line 11614, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-762:before {
  content: "\f063";
}

/* line 11617, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-781:before {
  content: "\f056";
}

/* line 11620, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-800:before {
  content: "\f00d";
}

/* line 11623, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-801:before {
  content: "\f000";
}

/* line 11626, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-802:before {
  content: "\f000";
}

/* line 11629, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-803:before {
  content: "\f000";
}

/* line 11632, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-804:before {
  content: "\f00c";
}

/* line 11635, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-900:before {
  content: "\f056";
}

/* line 11638, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-902:before {
  content: "\f073";
}

/* line 11641, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-903:before {
  content: "\f076";
}

/* line 11644, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-904:before {
  content: "\f072";
}

/* line 11647, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-906:before {
  content: "\f004";
}

/* line 11650, ../../css/sass/pages/home/_style.scss */
.wi-owm-day-957:before {
  content: "\f050";
}

/* line 11653, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-200:before {
  content: "\f02d";
}

/* line 11656, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-201:before {
  content: "\f02d";
}

/* line 11659, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-202:before {
  content: "\f02d";
}

/* line 11662, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-210:before {
  content: "\f025";
}

/* line 11665, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-211:before {
  content: "\f025";
}

/* line 11668, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-212:before {
  content: "\f025";
}

/* line 11671, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-221:before {
  content: "\f025";
}

/* line 11674, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-230:before {
  content: "\f02d";
}

/* line 11677, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-231:before {
  content: "\f02d";
}

/* line 11680, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-232:before {
  content: "\f02d";
}

/* line 11683, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-300:before {
  content: "\f02b";
}

/* line 11686, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-301:before {
  content: "\f02b";
}

/* line 11689, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-302:before {
  content: "\f028";
}

/* line 11692, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-310:before {
  content: "\f028";
}

/* line 11695, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-311:before {
  content: "\f028";
}

/* line 11698, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-312:before {
  content: "\f028";
}

/* line 11701, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-313:before {
  content: "\f028";
}

/* line 11704, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-314:before {
  content: "\f028";
}

/* line 11707, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-321:before {
  content: "\f02b";
}

/* line 11710, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-500:before {
  content: "\f02b";
}

/* line 11713, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-501:before {
  content: "\f028";
}

/* line 11716, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-502:before {
  content: "\f028";
}

/* line 11719, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-503:before {
  content: "\f028";
}

/* line 11722, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-504:before {
  content: "\f028";
}

/* line 11725, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-511:before {
  content: "\f026";
}

/* line 11728, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-520:before {
  content: "\f029";
}

/* line 11731, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-521:before {
  content: "\f029";
}

/* line 11734, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-522:before {
  content: "\f029";
}

/* line 11737, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-531:before {
  content: "\f02c";
}

/* line 11740, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-600:before {
  content: "\f02a";
}

/* line 11743, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-601:before {
  content: "\f0b4";
}

/* line 11746, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-602:before {
  content: "\f02a";
}

/* line 11749, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-611:before {
  content: "\f026";
}

/* line 11752, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-612:before {
  content: "\f026";
}

/* line 11755, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-615:before {
  content: "\f026";
}

/* line 11758, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-616:before {
  content: "\f026";
}

/* line 11761, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-620:before {
  content: "\f026";
}

/* line 11764, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-621:before {
  content: "\f02a";
}

/* line 11767, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-622:before {
  content: "\f02a";
}

/* line 11770, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-701:before {
  content: "\f029";
}

/* line 11773, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-711:before {
  content: "\f062";
}

/* line 11776, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-721:before {
  content: "\f0b6";
}

/* line 11779, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-731:before {
  content: "\f063";
}

/* line 11782, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-741:before {
  content: "\f04a";
}

/* line 11785, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-761:before {
  content: "\f063";
}

/* line 11788, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-762:before {
  content: "\f063";
}

/* line 11791, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-781:before {
  content: "\f056";
}

/* line 11794, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-800:before {
  content: "\f02e";
}

/* line 11797, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-801:before {
  content: "\f022";
}

/* line 11800, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-802:before {
  content: "\f022";
}

/* line 11803, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-803:before {
  content: "\f022";
}

/* line 11806, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-804:before {
  content: "\f086";
}

/* line 11809, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-900:before {
  content: "\f056";
}

/* line 11812, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-902:before {
  content: "\f073";
}

/* line 11815, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-903:before {
  content: "\f076";
}

/* line 11818, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-904:before {
  content: "\f072";
}

/* line 11821, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-906:before {
  content: "\f024";
}

/* line 11824, ../../css/sass/pages/home/_style.scss */
.wi-owm-night-957:before {
  content: "\f050";
}

/* line 11827, ../../css/sass/pages/home/_style.scss */
.glyphs.character-mapping {
  margin: 0 0 20px 0;
  padding: 20px 0 20px 30px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #d8e0e5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 11835, ../../css/sass/pages/home/_style.scss */
.glyphs.character-mapping li {
  margin: 0 30px 20px 0;
  display: inline-block;
  width: 90px;
  text-align: center;
  font-size: 24px;
  color: #263238;
}

/* line 11843, ../../css/sass/pages/home/_style.scss */
.linea-icon {
  position: relative;
}

/* line 11846, ../../css/sass/pages/home/_style.scss */
.linea-icon svg {
  fill: #000;
}

/* line 11849, ../../css/sass/pages/home/_style.scss */
.glyphs.character-mapping input {
  margin: 0;
  padding: 5px 0;
  line-height: 12px;
  font-size: 12px;
  display: block;
  width: 100%;
  border: 1px solid #d8e0e5;
  text-align: center;
  outline: 0;
}

/* line 11860, ../../css/sass/pages/home/_style.scss */
.glyphs.character-mapping input:focus {
  border: 1px solid #fbde4a;
  -webkit-box-shadow: inset 0 0 3px #fbde4a;
  box-shadow: inset 0 0 3px #fbde4a;
}

/* line 11865, ../../css/sass/pages/home/_style.scss */
.glyphs.character-mapping input:hover {
  -webkit-box-shadow: inset 0 0 3px #fbde4a;
  box-shadow: inset 0 0 3px #fbde4a;
}

@font-face {
  font-family: "linea-arrows-10";
  src: url("/less/icons/linea-icons/fonts/linea-arrows-10.eot");
  src: url("/less/icons/linea-icons/fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"), url("/less/icons/linea-icons/fonts/linea-arrows-10.woff") format("woff"), url("/less/icons/linea-icons/fonts/linea-arrows-10.ttf") format("truetype"), url("/less/icons/linea-icons/fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 11876, ../../css/sass/pages/home/_style.scss */
.linea-aerrow[data-icon]:before {
  font-family: "linea-arrows-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 11888, ../../css/sass/pages/home/_style.scss */
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 11900, ../../css/sass/pages/home/_style.scss */
.icon-arrows-anticlockwise:before {
  content: "\e000";
}

/* line 11903, ../../css/sass/pages/home/_style.scss */
.icon-arrows-anticlockwise-dashed:before {
  content: "\e001";
}

/* line 11906, ../../css/sass/pages/home/_style.scss */
.icon-arrows-button-down:before {
  content: "\e002";
}

/* line 11909, ../../css/sass/pages/home/_style.scss */
.icon-arrows-button-off:before {
  content: "\e003";
}

/* line 11912, ../../css/sass/pages/home/_style.scss */
.icon-arrows-button-on:before {
  content: "\e004";
}

/* line 11915, ../../css/sass/pages/home/_style.scss */
.icon-arrows-button-up:before {
  content: "\e005";
}

/* line 11918, ../../css/sass/pages/home/_style.scss */
.icon-arrows-check:before {
  content: "\e006";
}

/* line 11921, ../../css/sass/pages/home/_style.scss */
.icon-arrows-circle-check:before {
  content: "\e007";
}

/* line 11924, ../../css/sass/pages/home/_style.scss */
.icon-arrows-circle-down:before {
  content: "\e008";
}

/* line 11927, ../../css/sass/pages/home/_style.scss */
.icon-arrows-circle-downleft:before {
  content: "\e009";
}

/* line 11930, ../../css/sass/pages/home/_style.scss */
.icon-arrows-circle-downright:before {
  content: "\e00a";
}

/* line 11933, ../../css/sass/pages/home/_style.scss */
.icon-arrows-circle-left:before {
  content: "\e00b";
}

/* line 11936, ../../css/sass/pages/home/_style.scss */
.icon-arrows-circle-minus:before {
  content: "\e00c";
}

/* line 11939, ../../css/sass/pages/home/_style.scss */
.icon-arrows-circle-plus:before {
  content: "\e00d";
}

/* line 11942, ../../css/sass/pages/home/_style.scss */
.icon-arrows-circle-remove:before {
  content: "\e00e";
}

/* line 11945, ../../css/sass/pages/home/_style.scss */
.icon-arrows-circle-right:before {
  content: "\e00f";
}

/* line 11948, ../../css/sass/pages/home/_style.scss */
.icon-arrows-circle-up:before {
  content: "\e010";
}

/* line 11951, ../../css/sass/pages/home/_style.scss */
.icon-arrows-circle-upleft:before {
  content: "\e011";
}

/* line 11954, ../../css/sass/pages/home/_style.scss */
.icon-arrows-circle-upright:before {
  content: "\e012";
}

/* line 11957, ../../css/sass/pages/home/_style.scss */
.icon-arrows-clockwise:before {
  content: "\e013";
}

/* line 11960, ../../css/sass/pages/home/_style.scss */
.icon-arrows-clockwise-dashed:before {
  content: "\e014";
}

/* line 11963, ../../css/sass/pages/home/_style.scss */
.icon-arrows-compress:before {
  content: "\e015";
}

/* line 11966, ../../css/sass/pages/home/_style.scss */
.icon-arrows-deny:before {
  content: "\e016";
}

/* line 11969, ../../css/sass/pages/home/_style.scss */
.icon-arrows-diagonal:before {
  content: "\e017";
}

/* line 11972, ../../css/sass/pages/home/_style.scss */
.icon-arrows-diagonal2:before {
  content: "\e018";
}

/* line 11975, ../../css/sass/pages/home/_style.scss */
.icon-arrows-down:before {
  content: "\e019";
}

/* line 11978, ../../css/sass/pages/home/_style.scss */
.icon-arrows-down-double:before {
  content: "\e01a";
}

/* line 11981, ../../css/sass/pages/home/_style.scss */
.icon-arrows-downleft:before {
  content: "\e01b";
}

/* line 11984, ../../css/sass/pages/home/_style.scss */
.icon-arrows-downright:before {
  content: "\e01c";
}

/* line 11987, ../../css/sass/pages/home/_style.scss */
.icon-arrows-drag-down:before {
  content: "\e01d";
}

/* line 11990, ../../css/sass/pages/home/_style.scss */
.icon-arrows-drag-down-dashed:before {
  content: "\e01e";
}

/* line 11993, ../../css/sass/pages/home/_style.scss */
.icon-arrows-drag-horiz:before {
  content: "\e01f";
}

/* line 11996, ../../css/sass/pages/home/_style.scss */
.icon-arrows-drag-left:before {
  content: "\e020";
}

/* line 11999, ../../css/sass/pages/home/_style.scss */
.icon-arrows-drag-left-dashed:before {
  content: "\e021";
}

/* line 12002, ../../css/sass/pages/home/_style.scss */
.icon-arrows-drag-right:before {
  content: "\e022";
}

/* line 12005, ../../css/sass/pages/home/_style.scss */
.icon-arrows-drag-right-dashed:before {
  content: "\e023";
}

/* line 12008, ../../css/sass/pages/home/_style.scss */
.icon-arrows-drag-up:before {
  content: "\e024";
}

/* line 12011, ../../css/sass/pages/home/_style.scss */
.icon-arrows-drag-up-dashed:before {
  content: "\e025";
}

/* line 12014, ../../css/sass/pages/home/_style.scss */
.icon-arrows-drag-vert:before {
  content: "\e026";
}

/* line 12017, ../../css/sass/pages/home/_style.scss */
.icon-arrows-exclamation:before {
  content: "\e027";
}

/* line 12020, ../../css/sass/pages/home/_style.scss */
.icon-arrows-expand:before {
  content: "\e028";
}

/* line 12023, ../../css/sass/pages/home/_style.scss */
.icon-arrows-expand-diagonal1:before {
  content: "\e029";
}

/* line 12026, ../../css/sass/pages/home/_style.scss */
.icon-arrows-expand-horizontal1:before {
  content: "\e02a";
}

/* line 12029, ../../css/sass/pages/home/_style.scss */
.icon-arrows-expand-vertical1:before {
  content: "\e02b";
}

/* line 12032, ../../css/sass/pages/home/_style.scss */
.icon-arrows-fit-horizontal:before {
  content: "\e02c";
}

/* line 12035, ../../css/sass/pages/home/_style.scss */
.icon-arrows-fit-vertical:before {
  content: "\e02d";
}

/* line 12038, ../../css/sass/pages/home/_style.scss */
.icon-arrows-glide:before {
  content: "\e02e";
}

/* line 12041, ../../css/sass/pages/home/_style.scss */
.icon-arrows-glide-horizontal:before {
  content: "\e02f";
}

/* line 12044, ../../css/sass/pages/home/_style.scss */
.icon-arrows-glide-vertical:before {
  content: "\e030";
}

/* line 12047, ../../css/sass/pages/home/_style.scss */
.icon-arrows-hamburger1:before {
  content: "\e031";
}

/* line 12050, ../../css/sass/pages/home/_style.scss */
.icon-arrows-hamburger-2:before {
  content: "\e032";
}

/* line 12053, ../../css/sass/pages/home/_style.scss */
.icon-arrows-horizontal:before {
  content: "\e033";
}

/* line 12056, ../../css/sass/pages/home/_style.scss */
.icon-arrows-info:before {
  content: "\e034";
}

/* line 12059, ../../css/sass/pages/home/_style.scss */
.icon-arrows-keyboard-alt:before {
  content: "\e035";
}

/* line 12062, ../../css/sass/pages/home/_style.scss */
.icon-arrows-keyboard-cmd:before {
  content: "\e036";
}

/* line 12065, ../../css/sass/pages/home/_style.scss */
.icon-arrows-keyboard-delete:before {
  content: "\e037";
}

/* line 12068, ../../css/sass/pages/home/_style.scss */
.icon-arrows-keyboard-down:before {
  content: "\e038";
}

/* line 12071, ../../css/sass/pages/home/_style.scss */
.icon-arrows-keyboard-left:before {
  content: "\e039";
}

/* line 12074, ../../css/sass/pages/home/_style.scss */
.icon-arrows-keyboard-return:before {
  content: "\e03a";
}

/* line 12077, ../../css/sass/pages/home/_style.scss */
.icon-arrows-keyboard-right:before {
  content: "\e03b";
}

/* line 12080, ../../css/sass/pages/home/_style.scss */
.icon-arrows-keyboard-shift:before {
  content: "\e03c";
}

/* line 12083, ../../css/sass/pages/home/_style.scss */
.icon-arrows-keyboard-tab:before {
  content: "\e03d";
}

/* line 12086, ../../css/sass/pages/home/_style.scss */
.icon-arrows-keyboard-up:before {
  content: "\e03e";
}

/* line 12089, ../../css/sass/pages/home/_style.scss */
.icon-arrows-left:before {
  content: "\e03f";
}

/* line 12092, ../../css/sass/pages/home/_style.scss */
.icon-arrows-left-double-32:before {
  content: "\e040";
}

/* line 12095, ../../css/sass/pages/home/_style.scss */
.icon-arrows-minus:before {
  content: "\e041";
}

/* line 12098, ../../css/sass/pages/home/_style.scss */
.icon-arrows-move:before {
  content: "\e042";
}

/* line 12101, ../../css/sass/pages/home/_style.scss */
.icon-arrows-move2:before {
  content: "\e043";
}

/* line 12104, ../../css/sass/pages/home/_style.scss */
.icon-arrows-move-bottom:before {
  content: "\e044";
}

/* line 12107, ../../css/sass/pages/home/_style.scss */
.icon-arrows-move-left:before {
  content: "\e045";
}

/* line 12110, ../../css/sass/pages/home/_style.scss */
.icon-arrows-move-right:before {
  content: "\e046";
}

/* line 12113, ../../css/sass/pages/home/_style.scss */
.icon-arrows-move-top:before {
  content: "\e047";
}

/* line 12116, ../../css/sass/pages/home/_style.scss */
.icon-arrows-plus:before {
  content: "\e048";
}

/* line 12119, ../../css/sass/pages/home/_style.scss */
.icon-arrows-question:before {
  content: "\e049";
}

/* line 12122, ../../css/sass/pages/home/_style.scss */
.icon-arrows-remove:before {
  content: "\e04a";
}

/* line 12125, ../../css/sass/pages/home/_style.scss */
.icon-arrows-right:before {
  content: "\e04b";
}

/* line 12128, ../../css/sass/pages/home/_style.scss */
.icon-arrows-right-double:before {
  content: "\e04c";
}

/* line 12131, ../../css/sass/pages/home/_style.scss */
.icon-arrows-rotate:before {
  content: "\e04d";
}

/* line 12134, ../../css/sass/pages/home/_style.scss */
.icon-arrows-rotate-anti:before {
  content: "\e04e";
}

/* line 12137, ../../css/sass/pages/home/_style.scss */
.icon-arrows-rotate-anti-dashed:before {
  content: "\e04f";
}

/* line 12140, ../../css/sass/pages/home/_style.scss */
.icon-arrows-rotate-dashed:before {
  content: "\e050";
}

/* line 12143, ../../css/sass/pages/home/_style.scss */
.icon-arrows-shrink:before {
  content: "\e051";
}

/* line 12146, ../../css/sass/pages/home/_style.scss */
.icon-arrows-shrink-diagonal1:before {
  content: "\e052";
}

/* line 12149, ../../css/sass/pages/home/_style.scss */
.icon-arrows-shrink-diagonal2:before {
  content: "\e053";
}

/* line 12152, ../../css/sass/pages/home/_style.scss */
.icon-arrows-shrink-horizonal2:before {
  content: "\e054";
}

/* line 12155, ../../css/sass/pages/home/_style.scss */
.icon-arrows-shrink-horizontal1:before {
  content: "\e055";
}

/* line 12158, ../../css/sass/pages/home/_style.scss */
.icon-arrows-shrink-vertical1:before {
  content: "\e056";
}

/* line 12161, ../../css/sass/pages/home/_style.scss */
.icon-arrows-shrink-vertical2:before {
  content: "\e057";
}

/* line 12164, ../../css/sass/pages/home/_style.scss */
.icon-arrows-sign-down:before {
  content: "\e058";
}

/* line 12167, ../../css/sass/pages/home/_style.scss */
.icon-arrows-sign-left:before {
  content: "\e059";
}

/* line 12170, ../../css/sass/pages/home/_style.scss */
.icon-arrows-sign-right:before {
  content: "\e05a";
}

/* line 12173, ../../css/sass/pages/home/_style.scss */
.icon-arrows-sign-up:before {
  content: "\e05b";
}

/* line 12176, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slide-down1:before {
  content: "\e05c";
}

/* line 12179, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slide-down2:before {
  content: "\e05d";
}

/* line 12182, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slide-left1:before {
  content: "\e05e";
}

/* line 12185, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slide-left2:before {
  content: "\e05f";
}

/* line 12188, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slide-right1:before {
  content: "\e060";
}

/* line 12191, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slide-right2:before {
  content: "\e061";
}

/* line 12194, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slide-up1:before {
  content: "\e062";
}

/* line 12197, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slide-up2:before {
  content: "\e063";
}

/* line 12200, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slim-down:before {
  content: "\e064";
}

/* line 12203, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slim-down-dashed:before {
  content: "\e065";
}

/* line 12206, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slim-left:before {
  content: "\e066";
}

/* line 12209, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slim-left-dashed:before {
  content: "\e067";
}

/* line 12212, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slim-right:before {
  content: "\e068";
}

/* line 12215, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slim-right-dashed:before {
  content: "\e069";
}

/* line 12218, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slim-up:before {
  content: "\e06a";
}

/* line 12221, ../../css/sass/pages/home/_style.scss */
.icon-arrows-slim-up-dashed:before {
  content: "\e06b";
}

/* line 12224, ../../css/sass/pages/home/_style.scss */
.icon-arrows-square-check:before {
  content: "\e06c";
}

/* line 12227, ../../css/sass/pages/home/_style.scss */
.icon-arrows-square-down:before {
  content: "\e06d";
}

/* line 12230, ../../css/sass/pages/home/_style.scss */
.icon-arrows-square-downleft:before {
  content: "\e06e";
}

/* line 12233, ../../css/sass/pages/home/_style.scss */
.icon-arrows-square-downright:before {
  content: "\e06f";
}

/* line 12236, ../../css/sass/pages/home/_style.scss */
.icon-arrows-square-left:before {
  content: "\e070";
}

/* line 12239, ../../css/sass/pages/home/_style.scss */
.icon-arrows-square-minus:before {
  content: "\e071";
}

/* line 12242, ../../css/sass/pages/home/_style.scss */
.icon-arrows-square-plus:before {
  content: "\e072";
}

/* line 12245, ../../css/sass/pages/home/_style.scss */
.icon-arrows-square-remove:before {
  content: "\e073";
}

/* line 12248, ../../css/sass/pages/home/_style.scss */
.icon-arrows-square-right:before {
  content: "\e074";
}

/* line 12251, ../../css/sass/pages/home/_style.scss */
.icon-arrows-square-up:before {
  content: "\e075";
}

/* line 12254, ../../css/sass/pages/home/_style.scss */
.icon-arrows-square-upleft:before {
  content: "\e076";
}

/* line 12257, ../../css/sass/pages/home/_style.scss */
.icon-arrows-square-upright:before {
  content: "\e077";
}

/* line 12260, ../../css/sass/pages/home/_style.scss */
.icon-arrows-squares:before {
  content: "\e078";
}

/* line 12263, ../../css/sass/pages/home/_style.scss */
.icon-arrows-stretch-diagonal1:before {
  content: "\e079";
}

/* line 12266, ../../css/sass/pages/home/_style.scss */
.icon-arrows-stretch-diagonal2:before {
  content: "\e07a";
}

/* line 12269, ../../css/sass/pages/home/_style.scss */
.icon-arrows-stretch-diagonal3:before {
  content: "\e07b";
}

/* line 12272, ../../css/sass/pages/home/_style.scss */
.icon-arrows-stretch-diagonal4:before {
  content: "\e07c";
}

/* line 12275, ../../css/sass/pages/home/_style.scss */
.icon-arrows-stretch-horizontal1:before {
  content: "\e07d";
}

/* line 12278, ../../css/sass/pages/home/_style.scss */
.icon-arrows-stretch-horizontal2:before {
  content: "\e07e";
}

/* line 12281, ../../css/sass/pages/home/_style.scss */
.icon-arrows-stretch-vertical1:before {
  content: "\e07f";
}

/* line 12284, ../../css/sass/pages/home/_style.scss */
.icon-arrows-stretch-vertical2:before {
  content: "\e080";
}

/* line 12287, ../../css/sass/pages/home/_style.scss */
.icon-arrows-switch-horizontal:before {
  content: "\e081";
}

/* line 12290, ../../css/sass/pages/home/_style.scss */
.icon-arrows-switch-vertical:before {
  content: "\e082";
}

/* line 12293, ../../css/sass/pages/home/_style.scss */
.icon-arrows-up:before {
  content: "\e083";
}

/* line 12296, ../../css/sass/pages/home/_style.scss */
.icon-arrows-up-double-33:before {
  content: "\e084";
}

/* line 12299, ../../css/sass/pages/home/_style.scss */
.icon-arrows-upleft:before {
  content: "\e085";
}

/* line 12302, ../../css/sass/pages/home/_style.scss */
.icon-arrows-upright:before {
  content: "\e086";
}

/* line 12305, ../../css/sass/pages/home/_style.scss */
.icon-arrows-vertical:before {
  content: "\e087";
}

/*Basic icon*/
@font-face {
  font-family: "linea-basic-10";
  src: url("/less/icons/linea-icons/fonts/linea-basic-10.eot");
  src: url("/less/icons/linea-icons/fonts/linea-basic-10.eot?#iefix") format("embedded-opentype"), url("/less/icons/linea-icons/fonts/linea-basic-10.woff") format("woff"), url("/less/icons/linea-icons/fonts/linea-basic-10.ttf") format("truetype"), url("/less/icons/linea-icons/fonts/linea-basic-10.svg#linea-basic-10") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12316, ../../css/sass/pages/home/_style.scss */
.linea-basic[data-icon]:before {
  font-family: "linea-basic-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 12328, ../../css/sass/pages/home/_style.scss */
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-basic-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 12340, ../../css/sass/pages/home/_style.scss */
.icon-basic-accelerator:before {
  content: "a";
}

/* line 12343, ../../css/sass/pages/home/_style.scss */
.icon-basic-alarm:before {
  content: "b";
}

/* line 12346, ../../css/sass/pages/home/_style.scss */
.icon-basic-anchor:before {
  content: "c";
}

/* line 12349, ../../css/sass/pages/home/_style.scss */
.icon-basic-anticlockwise:before {
  content: "d";
}

/* line 12352, ../../css/sass/pages/home/_style.scss */
.icon-basic-archive:before {
  content: "e";
}

/* line 12355, ../../css/sass/pages/home/_style.scss */
.icon-basic-archive-full:before {
  content: "f";
}

/* line 12358, ../../css/sass/pages/home/_style.scss */
.icon-basic-ban:before {
  content: "g";
}

/* line 12361, ../../css/sass/pages/home/_style.scss */
.icon-basic-battery-charge:before {
  content: "h";
}

/* line 12364, ../../css/sass/pages/home/_style.scss */
.icon-basic-battery-empty:before {
  content: "i";
}

/* line 12367, ../../css/sass/pages/home/_style.scss */
.icon-basic-battery-full:before {
  content: "j";
}

/* line 12370, ../../css/sass/pages/home/_style.scss */
.icon-basic-battery-half:before {
  content: "k";
}

/* line 12373, ../../css/sass/pages/home/_style.scss */
.icon-basic-bolt:before {
  content: "l";
}

/* line 12376, ../../css/sass/pages/home/_style.scss */
.icon-basic-book:before {
  content: "m";
}

/* line 12379, ../../css/sass/pages/home/_style.scss */
.icon-basic-book-pen:before {
  content: "n";
}

/* line 12382, ../../css/sass/pages/home/_style.scss */
.icon-basic-book-pencil:before {
  content: "o";
}

/* line 12385, ../../css/sass/pages/home/_style.scss */
.icon-basic-bookmark:before {
  content: "p";
}

/* line 12388, ../../css/sass/pages/home/_style.scss */
.icon-basic-calculator:before {
  content: "q";
}

/* line 12391, ../../css/sass/pages/home/_style.scss */
.icon-basic-calendar:before {
  content: "r";
}

/* line 12394, ../../css/sass/pages/home/_style.scss */
.icon-basic-cards-diamonds:before {
  content: "s";
}

/* line 12397, ../../css/sass/pages/home/_style.scss */
.icon-basic-cards-hearts:before {
  content: "t";
}

/* line 12400, ../../css/sass/pages/home/_style.scss */
.icon-basic-case:before {
  content: "u";
}

/* line 12403, ../../css/sass/pages/home/_style.scss */
.icon-basic-chronometer:before {
  content: "v";
}

/* line 12406, ../../css/sass/pages/home/_style.scss */
.icon-basic-clessidre:before {
  content: "w";
}

/* line 12409, ../../css/sass/pages/home/_style.scss */
.icon-basic-clock:before {
  content: "x";
}

/* line 12412, ../../css/sass/pages/home/_style.scss */
.icon-basic-clockwise:before {
  content: "y";
}

/* line 12415, ../../css/sass/pages/home/_style.scss */
.icon-basic-cloud:before {
  content: "z";
}

/* line 12418, ../../css/sass/pages/home/_style.scss */
.icon-basic-clubs:before {
  content: "A";
}

/* line 12421, ../../css/sass/pages/home/_style.scss */
.icon-basic-compass:before {
  content: "B";
}

/* line 12424, ../../css/sass/pages/home/_style.scss */
.icon-basic-cup:before {
  content: "C";
}

/* line 12427, ../../css/sass/pages/home/_style.scss */
.icon-basic-diamonds:before {
  content: "D";
}

/* line 12430, ../../css/sass/pages/home/_style.scss */
.icon-basic-display:before {
  content: "E";
}

/* line 12433, ../../css/sass/pages/home/_style.scss */
.icon-basic-download:before {
  content: "F";
}

/* line 12436, ../../css/sass/pages/home/_style.scss */
.icon-basic-exclamation:before {
  content: "G";
}

/* line 12439, ../../css/sass/pages/home/_style.scss */
.icon-basic-eye:before {
  content: "H";
}

/* line 12442, ../../css/sass/pages/home/_style.scss */
.icon-basic-eye-closed:before {
  content: "I";
}

/* line 12445, ../../css/sass/pages/home/_style.scss */
.icon-basic-female:before {
  content: "J";
}

/* line 12448, ../../css/sass/pages/home/_style.scss */
.icon-basic-flag1:before {
  content: "K";
}

/* line 12451, ../../css/sass/pages/home/_style.scss */
.icon-basic-flag2:before {
  content: "L";
}

/* line 12454, ../../css/sass/pages/home/_style.scss */
.icon-basic-floppydisk:before {
  content: "M";
}

/* line 12457, ../../css/sass/pages/home/_style.scss */
.icon-basic-folder:before {
  content: "N";
}

/* line 12460, ../../css/sass/pages/home/_style.scss */
.icon-basic-folder-multiple:before {
  content: "O";
}

/* line 12463, ../../css/sass/pages/home/_style.scss */
.icon-basic-gear:before {
  content: "P";
}

/* line 12466, ../../css/sass/pages/home/_style.scss */
.icon-basic-geolocalize-01:before {
  content: "Q";
}

/* line 12469, ../../css/sass/pages/home/_style.scss */
.icon-basic-geolocalize-05:before {
  content: "R";
}

/* line 12472, ../../css/sass/pages/home/_style.scss */
.icon-basic-globe:before {
  content: "S";
}

/* line 12475, ../../css/sass/pages/home/_style.scss */
.icon-basic-gunsight:before {
  content: "T";
}

/* line 12478, ../../css/sass/pages/home/_style.scss */
.icon-basic-hammer:before {
  content: "U";
}

/* line 12481, ../../css/sass/pages/home/_style.scss */
.icon-basic-headset:before {
  content: "V";
}

/* line 12484, ../../css/sass/pages/home/_style.scss */
.icon-basic-heart:before {
  content: "W";
}

/* line 12487, ../../css/sass/pages/home/_style.scss */
.icon-basic-heart-broken:before {
  content: "X";
}

/* line 12490, ../../css/sass/pages/home/_style.scss */
.icon-basic-helm:before {
  content: "Y";
}

/* line 12493, ../../css/sass/pages/home/_style.scss */
.icon-basic-home:before {
  content: "Z";
}

/* line 12496, ../../css/sass/pages/home/_style.scss */
.icon-basic-info:before {
  content: "0";
}

/* line 12499, ../../css/sass/pages/home/_style.scss */
.icon-basic-ipod:before {
  content: "1";
}

/* line 12502, ../../css/sass/pages/home/_style.scss */
.icon-basic-joypad:before {
  content: "2";
}

/* line 12505, ../../css/sass/pages/home/_style.scss */
.icon-basic-key:before {
  content: "3";
}

/* line 12508, ../../css/sass/pages/home/_style.scss */
.icon-basic-keyboard:before {
  content: "4";
}

/* line 12511, ../../css/sass/pages/home/_style.scss */
.icon-basic-laptop:before {
  content: "5";
}

/* line 12514, ../../css/sass/pages/home/_style.scss */
.icon-basic-life-buoy:before {
  content: "6";
}

/* line 12517, ../../css/sass/pages/home/_style.scss */
.icon-basic-lightbulb:before {
  content: "7";
}

/* line 12520, ../../css/sass/pages/home/_style.scss */
.icon-basic-link:before {
  content: "8";
}

/* line 12523, ../../css/sass/pages/home/_style.scss */
.icon-basic-lock:before {
  content: "9";
}

/* line 12526, ../../css/sass/pages/home/_style.scss */
.icon-basic-lock-open:before {
  content: "!";
}

/* line 12529, ../../css/sass/pages/home/_style.scss */
.icon-basic-magic-mouse:before {
  content: "\"";
}

/* line 12532, ../../css/sass/pages/home/_style.scss */
.icon-basic-magnifier:before {
  content: "#";
}

/* line 12535, ../../css/sass/pages/home/_style.scss */
.icon-basic-magnifier-minus:before {
  content: "$";
}

/* line 12538, ../../css/sass/pages/home/_style.scss */
.icon-basic-magnifier-plus:before {
  content: "%";
}

/* line 12541, ../../css/sass/pages/home/_style.scss */
.icon-basic-mail:before {
  content: "&";
}

/* line 12544, ../../css/sass/pages/home/_style.scss */
.icon-basic-mail-multiple:before {
  content: "'";
}

/* line 12547, ../../css/sass/pages/home/_style.scss */
.icon-basic-mail-open:before {
  content: "(";
}

/* line 12550, ../../css/sass/pages/home/_style.scss */
.icon-basic-mail-open-text:before {
  content: ")";
}

/* line 12553, ../../css/sass/pages/home/_style.scss */
.icon-basic-male:before {
  content: "*";
}

/* line 12556, ../../css/sass/pages/home/_style.scss */
.icon-basic-map:before {
  content: "+";
}

/* line 12559, ../../css/sass/pages/home/_style.scss */
.icon-basic-message:before {
  content: ",";
}

/* line 12562, ../../css/sass/pages/home/_style.scss */
.icon-basic-message-multiple:before {
  content: "-";
}

/* line 12565, ../../css/sass/pages/home/_style.scss */
.icon-basic-message-txt:before {
  content: ".";
}

/* line 12568, ../../css/sass/pages/home/_style.scss */
.icon-basic-mixer2:before {
  content: "/";
}

/* line 12571, ../../css/sass/pages/home/_style.scss */
.icon-basic-mouse:before {
  content: ":";
}

/* line 12574, ../../css/sass/pages/home/_style.scss */
.icon-basic-notebook:before {
  content: ";";
}

/* line 12577, ../../css/sass/pages/home/_style.scss */
.icon-basic-notebook-pen:before {
  content: "<";
}

/* line 12580, ../../css/sass/pages/home/_style.scss */
.icon-basic-notebook-pencil:before {
  content: "=";
}

/* line 12583, ../../css/sass/pages/home/_style.scss */
.icon-basic-paperplane:before {
  content: ">";
}

/* line 12586, ../../css/sass/pages/home/_style.scss */
.icon-basic-pencil-ruler:before {
  content: "?";
}

/* line 12589, ../../css/sass/pages/home/_style.scss */
.icon-basic-pencil-ruler-pen:before {
  content: "@";
}

/* line 12592, ../../css/sass/pages/home/_style.scss */
.icon-basic-photo:before {
  content: "[";
}

/* line 12595, ../../css/sass/pages/home/_style.scss */
.icon-basic-picture:before {
  content: "]";
}

/* line 12598, ../../css/sass/pages/home/_style.scss */
.icon-basic-picture-multiple:before {
  content: "^";
}

/* line 12601, ../../css/sass/pages/home/_style.scss */
.icon-basic-pin1:before {
  content: "_";
}

/* line 12604, ../../css/sass/pages/home/_style.scss */
.icon-basic-pin2:before {
  content: "`";
}

/* line 12607, ../../css/sass/pages/home/_style.scss */
.icon-basic-postcard:before {
  content: "{";
}

/* line 12610, ../../css/sass/pages/home/_style.scss */
.icon-basic-postcard-multiple:before {
  content: "|";
}

/* line 12613, ../../css/sass/pages/home/_style.scss */
.icon-basic-printer:before {
  content: "}";
}

/* line 12616, ../../css/sass/pages/home/_style.scss */
.icon-basic-question:before {
  content: "~";
}

/* line 12619, ../../css/sass/pages/home/_style.scss */
.icon-basic-rss:before {
  content: "\\";
}

/* line 12622, ../../css/sass/pages/home/_style.scss */
.icon-basic-server:before {
  content: "\e000";
}

/* line 12625, ../../css/sass/pages/home/_style.scss */
.icon-basic-server2:before {
  content: "\e001";
}

/* line 12628, ../../css/sass/pages/home/_style.scss */
.icon-basic-server-cloud:before {
  content: "\e002";
}

/* line 12631, ../../css/sass/pages/home/_style.scss */
.icon-basic-server-download:before {
  content: "\e003";
}

/* line 12634, ../../css/sass/pages/home/_style.scss */
.icon-basic-server-upload:before {
  content: "\e004";
}

/* line 12637, ../../css/sass/pages/home/_style.scss */
.icon-basic-settings:before {
  content: "\e005";
}

/* line 12640, ../../css/sass/pages/home/_style.scss */
.icon-basic-share:before {
  content: "\e006";
}

/* line 12643, ../../css/sass/pages/home/_style.scss */
.icon-basic-sheet:before {
  content: "\e007";
}

/* line 12646, ../../css/sass/pages/home/_style.scss */
.icon-basic-sheet-multiple:before {
  content: "\e008";
}

/* line 12649, ../../css/sass/pages/home/_style.scss */
.icon-basic-sheet-pen:before {
  content: "\e009";
}

/* line 12652, ../../css/sass/pages/home/_style.scss */
.icon-basic-sheet-pencil:before {
  content: "\e00a";
}

/* line 12655, ../../css/sass/pages/home/_style.scss */
.icon-basic-sheet-txt:before {
  content: "\e00b";
}

/* line 12658, ../../css/sass/pages/home/_style.scss */
.icon-basic-signs:before {
  content: "\e00c";
}

/* line 12661, ../../css/sass/pages/home/_style.scss */
.icon-basic-smartphone:before {
  content: "\e00d";
}

/* line 12664, ../../css/sass/pages/home/_style.scss */
.icon-basic-spades:before {
  content: "\e00e";
}

/* line 12667, ../../css/sass/pages/home/_style.scss */
.icon-basic-spread:before {
  content: "\e00f";
}

/* line 12670, ../../css/sass/pages/home/_style.scss */
.icon-basic-spread-bookmark:before {
  content: "\e010";
}

/* line 12673, ../../css/sass/pages/home/_style.scss */
.icon-basic-spread-text:before {
  content: "\e011";
}

/* line 12676, ../../css/sass/pages/home/_style.scss */
.icon-basic-spread-text-bookmark:before {
  content: "\e012";
}

/* line 12679, ../../css/sass/pages/home/_style.scss */
.icon-basic-star:before {
  content: "\e013";
}

/* line 12682, ../../css/sass/pages/home/_style.scss */
.icon-basic-tablet:before {
  content: "\e014";
}

/* line 12685, ../../css/sass/pages/home/_style.scss */
.icon-basic-target:before {
  content: "\e015";
}

/* line 12688, ../../css/sass/pages/home/_style.scss */
.icon-basic-todo:before {
  content: "\e016";
}

/* line 12691, ../../css/sass/pages/home/_style.scss */
.icon-basic-todo-pen:before {
  content: "\e017";
}

/* line 12694, ../../css/sass/pages/home/_style.scss */
.icon-basic-todo-pencil:before {
  content: "\e018";
}

/* line 12697, ../../css/sass/pages/home/_style.scss */
.icon-basic-todo-txt:before {
  content: "\e019";
}

/* line 12700, ../../css/sass/pages/home/_style.scss */
.icon-basic-todolist-pen:before {
  content: "\e01a";
}

/* line 12703, ../../css/sass/pages/home/_style.scss */
.icon-basic-todolist-pencil:before {
  content: "\e01b";
}

/* line 12706, ../../css/sass/pages/home/_style.scss */
.icon-basic-trashcan:before {
  content: "\e01c";
}

/* line 12709, ../../css/sass/pages/home/_style.scss */
.icon-basic-trashcan-full:before {
  content: "\e01d";
}

/* line 12712, ../../css/sass/pages/home/_style.scss */
.icon-basic-trashcan-refresh:before {
  content: "\e01e";
}

/* line 12715, ../../css/sass/pages/home/_style.scss */
.icon-basic-trashcan-remove:before {
  content: "\e01f";
}

/* line 12718, ../../css/sass/pages/home/_style.scss */
.icon-basic-upload:before {
  content: "\e020";
}

/* line 12721, ../../css/sass/pages/home/_style.scss */
.icon-basic-usb:before {
  content: "\e021";
}

/* line 12724, ../../css/sass/pages/home/_style.scss */
.icon-basic-video:before {
  content: "\e022";
}

/* line 12727, ../../css/sass/pages/home/_style.scss */
.icon-basic-watch:before {
  content: "\e023";
}

/* line 12730, ../../css/sass/pages/home/_style.scss */
.icon-basic-webpage:before {
  content: "\e024";
}

/* line 12733, ../../css/sass/pages/home/_style.scss */
.icon-basic-webpage-img-txt:before {
  content: "\e025";
}

/* line 12736, ../../css/sass/pages/home/_style.scss */
.icon-basic-webpage-multiple:before {
  content: "\e026";
}

/* line 12739, ../../css/sass/pages/home/_style.scss */
.icon-basic-webpage-txt:before {
  content: "\e027";
}

/* line 12742, ../../css/sass/pages/home/_style.scss */
.icon-basic-world:before {
  content: "\e028";
}

/*Basic elaboration*/
@font-face {
  font-family: "linea-basic-elaboration-10";
  src: url("/less/icons/linea-icons/fonts/linea-basic-elaboration-10.eot");
  src: url("/less/icons/linea-icons/fonts/linea-basic-elaboration-10.eot?#iefix") format("embedded-opentype"), url("/less/icons/linea-icons/fonts/linea-basic-elaboration-10.woff") format("woff"), url("/less/icons/linea-icons/fonts/linea-basic-elaboration-10.ttf") format("truetype"), url("/less/icons/linea-icons/fonts/linea-basic-elaboration-10.svg#linea-basic-elaboration-10") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12753, ../../css/sass/pages/home/_style.scss */
.linea-elaborate[data-icon]:before {
  font-family: "linea-basic-elaboration-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 12765, ../../css/sass/pages/home/_style.scss */
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-basic-elaboration-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 12777, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-bookmark-checck:before {
  content: "a";
}

/* line 12780, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-bookmark-minus:before {
  content: "b";
}

/* line 12783, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-bookmark-plus:before {
  content: "c";
}

/* line 12786, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-bookmark-remove:before {
  content: "d";
}

/* line 12789, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-briefcase-check:before {
  content: "e";
}

/* line 12792, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-briefcase-download:before {
  content: "f";
}

/* line 12795, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-briefcase-flagged:before {
  content: "g";
}

/* line 12798, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-briefcase-minus:before {
  content: "h";
}

/* line 12801, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-briefcase-plus:before {
  content: "i";
}

/* line 12804, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-briefcase-refresh:before {
  content: "j";
}

/* line 12807, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-briefcase-remove:before {
  content: "k";
}

/* line 12810, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-briefcase-search:before {
  content: "l";
}

/* line 12813, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-briefcase-star:before {
  content: "m";
}

/* line 12816, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-briefcase-upload:before {
  content: "n";
}

/* line 12819, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-browser-check:before {
  content: "o";
}

/* line 12822, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-browser-download:before {
  content: "p";
}

/* line 12825, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-browser-minus:before {
  content: "q";
}

/* line 12828, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-browser-plus:before {
  content: "r";
}

/* line 12831, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-browser-refresh:before {
  content: "s";
}

/* line 12834, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-browser-remove:before {
  content: "t";
}

/* line 12837, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-browser-search:before {
  content: "u";
}

/* line 12840, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-browser-star:before {
  content: "v";
}

/* line 12843, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-browser-upload:before {
  content: "w";
}

/* line 12846, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-check:before {
  content: "x";
}

/* line 12849, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-cloud:before {
  content: "y";
}

/* line 12852, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-download:before {
  content: "z";
}

/* line 12855, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-empty:before {
  content: "A";
}

/* line 12858, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-flagged:before {
  content: "B";
}

/* line 12861, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-heart:before {
  content: "C";
}

/* line 12864, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-minus:before {
  content: "D";
}

/* line 12867, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-next:before {
  content: "E";
}

/* line 12870, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-noaccess:before {
  content: "F";
}

/* line 12873, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-pencil:before {
  content: "G";
}

/* line 12876, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-plus:before {
  content: "H";
}

/* line 12879, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-previous:before {
  content: "I";
}

/* line 12882, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-refresh:before {
  content: "J";
}

/* line 12885, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-remove:before {
  content: "K";
}

/* line 12888, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-search:before {
  content: "L";
}

/* line 12891, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-star:before {
  content: "M";
}

/* line 12894, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-calendar-upload:before {
  content: "N";
}

/* line 12897, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-cloud-check:before {
  content: "O";
}

/* line 12900, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-cloud-download:before {
  content: "P";
}

/* line 12903, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-cloud-minus:before {
  content: "Q";
}

/* line 12906, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-cloud-noaccess:before {
  content: "R";
}

/* line 12909, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-cloud-plus:before {
  content: "S";
}

/* line 12912, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-cloud-refresh:before {
  content: "T";
}

/* line 12915, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-cloud-remove:before {
  content: "U";
}

/* line 12918, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-cloud-search:before {
  content: "V";
}

/* line 12921, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-cloud-upload:before {
  content: "W";
}

/* line 12924, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-check:before {
  content: "X";
}

/* line 12927, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-cloud:before {
  content: "Y";
}

/* line 12930, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-download:before {
  content: "Z";
}

/* line 12933, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-flagged:before {
  content: "0";
}

/* line 12936, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-graph:before {
  content: "1";
}

/* line 12939, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-heart:before {
  content: "2";
}

/* line 12942, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-minus:before {
  content: "3";
}

/* line 12945, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-next:before {
  content: "4";
}

/* line 12948, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-noaccess:before {
  content: "5";
}

/* line 12951, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-note:before {
  content: "6";
}

/* line 12954, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-pencil:before {
  content: "7";
}

/* line 12957, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-picture:before {
  content: "8";
}

/* line 12960, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-plus:before {
  content: "9";
}

/* line 12963, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-previous:before {
  content: "!";
}

/* line 12966, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-refresh:before {
  content: "\"";
}

/* line 12969, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-remove:before {
  content: "#";
}

/* line 12972, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-search:before {
  content: "$";
}

/* line 12975, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-star:before {
  content: "%";
}

/* line 12978, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-document-upload:before {
  content: "&";
}

/* line 12981, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-check:before {
  content: "'";
}

/* line 12984, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-cloud:before {
  content: "(";
}

/* line 12987, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-document:before {
  content: ")";
}

/* line 12990, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-download:before {
  content: "*";
}

/* line 12993, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-flagged:before {
  content: "+";
}

/* line 12996, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-graph:before {
  content: ",";
}

/* line 12999, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-heart:before {
  content: "-";
}

/* line 13002, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-minus:before {
  content: ".";
}

/* line 13005, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-next:before {
  content: "/";
}

/* line 13008, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-noaccess:before {
  content: ":";
}

/* line 13011, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-note:before {
  content: ";";
}

/* line 13014, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-pencil:before {
  content: "<";
}

/* line 13017, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-picture:before {
  content: "=";
}

/* line 13020, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-plus:before {
  content: ">";
}

/* line 13023, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-previous:before {
  content: "?";
}

/* line 13026, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-refresh:before {
  content: "@";
}

/* line 13029, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-remove:before {
  content: "[";
}

/* line 13032, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-search:before {
  content: "]";
}

/* line 13035, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-star:before {
  content: "^";
}

/* line 13038, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-folder-upload:before {
  content: "_";
}

/* line 13041, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-check:before {
  content: "`";
}

/* line 13044, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-cloud:before {
  content: "{";
}

/* line 13047, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-document:before {
  content: "|";
}

/* line 13050, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-download:before {
  content: "}";
}

/* line 13053, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-flagged:before {
  content: "~";
}

/* line 13056, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-heart:before {
  content: "\\";
}

/* line 13059, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-next:before {
  content: "\e000";
}

/* line 13062, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-noaccess:before {
  content: "\e001";
}

/* line 13065, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-note:before {
  content: "\e002";
}

/* line 13068, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-pencil:before {
  content: "\e003";
}

/* line 13071, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-picture:before {
  content: "\e004";
}

/* line 13074, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-previous:before {
  content: "\e005";
}

/* line 13077, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-refresh:before {
  content: "\e006";
}

/* line 13080, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-remove:before {
  content: "\e007";
}

/* line 13083, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-search:before {
  content: "\e008";
}

/* line 13086, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-star:before {
  content: "\e009";
}

/* line 13089, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-mail-upload:before {
  content: "\e00a";
}

/* line 13092, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-message-check:before {
  content: "\e00b";
}

/* line 13095, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-message-dots:before {
  content: "\e00c";
}

/* line 13098, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-message-happy:before {
  content: "\e00d";
}

/* line 13101, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-message-heart:before {
  content: "\e00e";
}

/* line 13104, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-message-minus:before {
  content: "\e00f";
}

/* line 13107, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-message-note:before {
  content: "\e010";
}

/* line 13110, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-message-plus:before {
  content: "\e011";
}

/* line 13113, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-message-refresh:before {
  content: "\e012";
}

/* line 13116, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-message-remove:before {
  content: "\e013";
}

/* line 13119, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-message-sad:before {
  content: "\e014";
}

/* line 13122, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-smartphone-cloud:before {
  content: "\e015";
}

/* line 13125, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-smartphone-heart:before {
  content: "\e016";
}

/* line 13128, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-smartphone-noaccess:before {
  content: "\e017";
}

/* line 13131, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-smartphone-note:before {
  content: "\e018";
}

/* line 13134, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-smartphone-pencil:before {
  content: "\e019";
}

/* line 13137, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-smartphone-picture:before {
  content: "\e01a";
}

/* line 13140, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-smartphone-refresh:before {
  content: "\e01b";
}

/* line 13143, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-smartphone-search:before {
  content: "\e01c";
}

/* line 13146, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-tablet-cloud:before {
  content: "\e01d";
}

/* line 13149, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-tablet-heart:before {
  content: "\e01e";
}

/* line 13152, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-tablet-noaccess:before {
  content: "\e01f";
}

/* line 13155, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-tablet-note:before {
  content: "\e020";
}

/* line 13158, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-tablet-pencil:before {
  content: "\e021";
}

/* line 13161, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-tablet-picture:before {
  content: "\e022";
}

/* line 13164, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-tablet-refresh:before {
  content: "\e023";
}

/* line 13167, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-tablet-search:before {
  content: "\e024";
}

/* line 13170, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-todolist-2:before {
  content: "\e025";
}

/* line 13173, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-todolist-check:before {
  content: "\e026";
}

/* line 13176, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-todolist-cloud:before {
  content: "\e027";
}

/* line 13179, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-todolist-download:before {
  content: "\e028";
}

/* line 13182, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-todolist-flagged:before {
  content: "\e029";
}

/* line 13185, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-todolist-minus:before {
  content: "\e02a";
}

/* line 13188, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-todolist-noaccess:before {
  content: "\e02b";
}

/* line 13191, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-todolist-pencil:before {
  content: "\e02c";
}

/* line 13194, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-todolist-plus:before {
  content: "\e02d";
}

/* line 13197, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-todolist-refresh:before {
  content: "\e02e";
}

/* line 13200, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-todolist-remove:before {
  content: "\e02f";
}

/* line 13203, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-todolist-search:before {
  content: "\e030";
}

/* line 13206, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-todolist-star:before {
  content: "\e031";
}

/* line 13209, ../../css/sass/pages/home/_style.scss */
.icon-basic-elaboration-todolist-upload:before {
  content: "\e032";
}

/*Ecommerce*/
@font-face {
  font-family: "linea-ecommerce-10";
  src: url("/less/icons/linea-icons/fonts/linea-ecommerce-10.eot");
  src: url("/less/icons/linea-icons/fonts/linea-ecommerce-10.eot?#iefix") format("embedded-opentype"), url("/less/icons/linea-icons/fonts/linea-ecommerce-10.woff") format("woff"), url("/less/icons/linea-icons/fonts/linea-ecommerce-10.ttf") format("truetype"), url("/less/icons/linea-icons/fonts/linea-ecommerce-10.svg#linea-ecommerce-10") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 13220, ../../css/sass/pages/home/_style.scss */
.linea-ecommerce[data-icon]:before {
  font-family: "linea-ecommerce-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 13232, ../../css/sass/pages/home/_style.scss */
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-ecommerce-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 13244, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-bag:before {
  content: "a";
}

/* line 13247, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-bag-check:before {
  content: "b";
}

/* line 13250, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-bag-cloud:before {
  content: "c";
}

/* line 13253, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-bag-download:before {
  content: "d";
}

/* line 13256, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-bag-minus:before {
  content: "e";
}

/* line 13259, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-bag-plus:before {
  content: "f";
}

/* line 13262, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-bag-refresh:before {
  content: "g";
}

/* line 13265, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-bag-remove:before {
  content: "h";
}

/* line 13268, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-bag-search:before {
  content: "i";
}

/* line 13271, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-bag-upload:before {
  content: "j";
}

/* line 13274, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-banknote:before {
  content: "k";
}

/* line 13277, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-banknotes:before {
  content: "l";
}

/* line 13280, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-basket:before {
  content: "m";
}

/* line 13283, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-basket-check:before {
  content: "n";
}

/* line 13286, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-basket-cloud:before {
  content: "o";
}

/* line 13289, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-basket-download:before {
  content: "p";
}

/* line 13292, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-basket-minus:before {
  content: "q";
}

/* line 13295, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-basket-plus:before {
  content: "r";
}

/* line 13298, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-basket-refresh:before {
  content: "s";
}

/* line 13301, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-basket-remove:before {
  content: "t";
}

/* line 13304, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-basket-search:before {
  content: "u";
}

/* line 13307, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-basket-upload:before {
  content: "v";
}

/* line 13310, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-bath:before {
  content: "w";
}

/* line 13313, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-cart:before {
  content: "x";
}

/* line 13316, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-cart-check:before {
  content: "y";
}

/* line 13319, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-cart-cloud:before {
  content: "z";
}

/* line 13322, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-cart-content:before {
  content: "A";
}

/* line 13325, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-cart-download:before {
  content: "B";
}

/* line 13328, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-cart-minus:before {
  content: "C";
}

/* line 13331, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-cart-plus:before {
  content: "D";
}

/* line 13334, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-cart-refresh:before {
  content: "E";
}

/* line 13337, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-cart-remove:before {
  content: "F";
}

/* line 13340, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-cart-search:before {
  content: "G";
}

/* line 13343, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-cart-upload:before {
  content: "H";
}

/* line 13346, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-cent:before {
  content: "I";
}

/* line 13349, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-colon:before {
  content: "J";
}

/* line 13352, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-creditcard:before {
  content: "K";
}

/* line 13355, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-diamond:before {
  content: "L";
}

/* line 13358, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-dollar:before {
  content: "M";
}

/* line 13361, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-euro:before {
  content: "N";
}

/* line 13364, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-franc:before {
  content: "O";
}

/* line 13367, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-gift:before {
  content: "P";
}

/* line 13370, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-graph1:before {
  content: "Q";
}

/* line 13373, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-graph2:before {
  content: "R";
}

/* line 13376, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-graph3:before {
  content: "S";
}

/* line 13379, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-graph-decrease:before {
  content: "T";
}

/* line 13382, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-graph-increase:before {
  content: "U";
}

/* line 13385, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-guarani:before {
  content: "V";
}

/* line 13388, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-kips:before {
  content: "W";
}

/* line 13391, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-lira:before {
  content: "X";
}

/* line 13394, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-megaphone:before {
  content: "Y";
}

/* line 13397, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-money:before {
  content: "Z";
}

/* line 13400, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-naira:before {
  content: "0";
}

/* line 13403, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-pesos:before {
  content: "1";
}

/* line 13406, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-pound:before {
  content: "2";
}

/* line 13409, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt:before {
  content: "3";
}

/* line 13412, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-bath:before {
  content: "4";
}

/* line 13415, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-cent:before {
  content: "5";
}

/* line 13418, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-dollar:before {
  content: "6";
}

/* line 13421, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-euro:before {
  content: "7";
}

/* line 13424, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-franc:before {
  content: "8";
}

/* line 13427, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-guarani:before {
  content: "9";
}

/* line 13430, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-kips:before {
  content: "!";
}

/* line 13433, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-lira:before {
  content: "\"";
}

/* line 13436, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-naira:before {
  content: "#";
}

/* line 13439, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-pesos:before {
  content: "$";
}

/* line 13442, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-pound:before {
  content: "%";
}

/* line 13445, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-rublo:before {
  content: "&";
}

/* line 13448, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-rupee:before {
  content: "'";
}

/* line 13451, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-tugrik:before {
  content: "(";
}

/* line 13454, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-won:before {
  content: ")";
}

/* line 13457, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-yen:before {
  content: "*";
}

/* line 13460, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-receipt-yen2:before {
  content: "+";
}

/* line 13463, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-recept-colon:before {
  content: ",";
}

/* line 13466, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-rublo:before {
  content: "-";
}

/* line 13469, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-rupee:before {
  content: ".";
}

/* line 13472, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-safe:before {
  content: "/";
}

/* line 13475, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-sale:before {
  content: ":";
}

/* line 13478, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-sales:before {
  content: ";";
}

/* line 13481, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-ticket:before {
  content: "<";
}

/* line 13484, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-tugriks:before {
  content: "=";
}

/* line 13487, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-wallet:before {
  content: ">";
}

/* line 13490, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-won:before {
  content: "?";
}

/* line 13493, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-yen:before {
  content: "@";
}

/* line 13496, ../../css/sass/pages/home/_style.scss */
.icon-ecommerce-yen2:before {
  content: "[";
}

/*Music */
@font-face {
  font-family: "linea-music-10";
  src: url("/less/icons/linea-icons/fonts/linea-music-10.eot");
  src: url("/less/icons/linea-icons/fonts/linea-music-10.eot?#iefix") format("embedded-opentype"), url("/less/icons/linea-icons/fonts/linea-music-10.woff") format("woff"), url("/less/icons/linea-icons/fonts/linea-music-10.ttf") format("truetype"), url("/less/icons/linea-icons/fonts/linea-music-10.svg#linea-music-10") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 13507, ../../css/sass/pages/home/_style.scss */
.linea-music[data-icon]:before {
  font-family: "linea-music-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 13519, ../../css/sass/pages/home/_style.scss */
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-music-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 13531, ../../css/sass/pages/home/_style.scss */
.icon-music-beginning-button:before {
  content: "a";
}

/* line 13534, ../../css/sass/pages/home/_style.scss */
.icon-music-bell:before {
  content: "b";
}

/* line 13537, ../../css/sass/pages/home/_style.scss */
.icon-music-cd:before {
  content: "c";
}

/* line 13540, ../../css/sass/pages/home/_style.scss */
.icon-music-diapason:before {
  content: "d";
}

/* line 13543, ../../css/sass/pages/home/_style.scss */
.icon-music-eject-button:before {
  content: "e";
}

/* line 13546, ../../css/sass/pages/home/_style.scss */
.icon-music-end-button:before {
  content: "f";
}

/* line 13549, ../../css/sass/pages/home/_style.scss */
.icon-music-fastforward-button:before {
  content: "g";
}

/* line 13552, ../../css/sass/pages/home/_style.scss */
.icon-music-headphones:before {
  content: "h";
}

/* line 13555, ../../css/sass/pages/home/_style.scss */
.icon-music-ipod:before {
  content: "i";
}

/* line 13558, ../../css/sass/pages/home/_style.scss */
.icon-music-loudspeaker:before {
  content: "j";
}

/* line 13561, ../../css/sass/pages/home/_style.scss */
.icon-music-microphone:before {
  content: "k";
}

/* line 13564, ../../css/sass/pages/home/_style.scss */
.icon-music-microphone-old:before {
  content: "l";
}

/* line 13567, ../../css/sass/pages/home/_style.scss */
.icon-music-mixer:before {
  content: "m";
}

/* line 13570, ../../css/sass/pages/home/_style.scss */
.icon-music-mute:before {
  content: "n";
}

/* line 13573, ../../css/sass/pages/home/_style.scss */
.icon-music-note-multiple:before {
  content: "o";
}

/* line 13576, ../../css/sass/pages/home/_style.scss */
.icon-music-note-single:before {
  content: "p";
}

/* line 13579, ../../css/sass/pages/home/_style.scss */
.icon-music-pause-button:before {
  content: "q";
}

/* line 13582, ../../css/sass/pages/home/_style.scss */
.icon-music-play-button:before {
  content: "r";
}

/* line 13585, ../../css/sass/pages/home/_style.scss */
.icon-music-playlist:before {
  content: "s";
}

/* line 13588, ../../css/sass/pages/home/_style.scss */
.icon-music-radio-ghettoblaster:before {
  content: "t";
}

/* line 13591, ../../css/sass/pages/home/_style.scss */
.icon-music-radio-portable:before {
  content: "u";
}

/* line 13594, ../../css/sass/pages/home/_style.scss */
.icon-music-record:before {
  content: "v";
}

/* line 13597, ../../css/sass/pages/home/_style.scss */
.icon-music-recordplayer:before {
  content: "w";
}

/* line 13600, ../../css/sass/pages/home/_style.scss */
.icon-music-repeat-button:before {
  content: "x";
}

/* line 13603, ../../css/sass/pages/home/_style.scss */
.icon-music-rewind-button:before {
  content: "y";
}

/* line 13606, ../../css/sass/pages/home/_style.scss */
.icon-music-shuffle-button:before {
  content: "z";
}

/* line 13609, ../../css/sass/pages/home/_style.scss */
.icon-music-stop-button:before {
  content: "A";
}

/* line 13612, ../../css/sass/pages/home/_style.scss */
.icon-music-tape:before {
  content: "B";
}

/* line 13615, ../../css/sass/pages/home/_style.scss */
.icon-music-volume-down:before {
  content: "C";
}

/* line 13618, ../../css/sass/pages/home/_style.scss */
.icon-music-volume-up:before {
  content: "D";
}

/*Software*/
@font-face {
  font-family: "linea-software-10";
  src: url("/less/icons/linea-icons/fonts/linea-software-10.eot");
  src: url("/less/icons/linea-icons/fonts/linea-software-10.eot?#iefix") format("embedded-opentype"), url("/less/icons/linea-icons/fonts/linea-software-10.woff") format("woff"), url("/less/icons/linea-icons/fonts/linea-software-10.ttf") format("truetype"), url("/less/icons/linea-icons/fonts/linea-software-10.svg#linea-software-10") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 13629, ../../css/sass/pages/home/_style.scss */
.linea-software[data-icon]:before {
  font-family: "linea-software-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 13641, ../../css/sass/pages/home/_style.scss */
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-software-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 13653, ../../css/sass/pages/home/_style.scss */
.icon-software-add-vectorpoint:before {
  content: "a";
}

/* line 13656, ../../css/sass/pages/home/_style.scss */
.icon-software-box-oval:before {
  content: "b";
}

/* line 13659, ../../css/sass/pages/home/_style.scss */
.icon-software-box-polygon:before {
  content: "c";
}

/* line 13662, ../../css/sass/pages/home/_style.scss */
.icon-software-box-rectangle:before {
  content: "d";
}

/* line 13665, ../../css/sass/pages/home/_style.scss */
.icon-software-box-roundedrectangle:before {
  content: "e";
}

/* line 13668, ../../css/sass/pages/home/_style.scss */
.icon-software-character:before {
  content: "f";
}

/* line 13671, ../../css/sass/pages/home/_style.scss */
.icon-software-crop:before {
  content: "g";
}

/* line 13674, ../../css/sass/pages/home/_style.scss */
.icon-software-eyedropper:before {
  content: "h";
}

/* line 13677, ../../css/sass/pages/home/_style.scss */
.icon-software-font-allcaps:before {
  content: "i";
}

/* line 13680, ../../css/sass/pages/home/_style.scss */
.icon-software-font-baseline-shift:before {
  content: "j";
}

/* line 13683, ../../css/sass/pages/home/_style.scss */
.icon-software-font-horizontal-scale:before {
  content: "k";
}

/* line 13686, ../../css/sass/pages/home/_style.scss */
.icon-software-font-kerning:before {
  content: "l";
}

/* line 13689, ../../css/sass/pages/home/_style.scss */
.icon-software-font-leading:before {
  content: "m";
}

/* line 13692, ../../css/sass/pages/home/_style.scss */
.icon-software-font-size:before {
  content: "n";
}

/* line 13695, ../../css/sass/pages/home/_style.scss */
.icon-software-font-smallcapital:before {
  content: "o";
}

/* line 13698, ../../css/sass/pages/home/_style.scss */
.icon-software-font-smallcaps:before {
  content: "p";
}

/* line 13701, ../../css/sass/pages/home/_style.scss */
.icon-software-font-strikethrough:before {
  content: "q";
}

/* line 13704, ../../css/sass/pages/home/_style.scss */
.icon-software-font-tracking:before {
  content: "r";
}

/* line 13707, ../../css/sass/pages/home/_style.scss */
.icon-software-font-underline:before {
  content: "s";
}

/* line 13710, ../../css/sass/pages/home/_style.scss */
.icon-software-font-vertical-scale:before {
  content: "t";
}

/* line 13713, ../../css/sass/pages/home/_style.scss */
.icon-software-horizontal-align-center:before {
  content: "u";
}

/* line 13716, ../../css/sass/pages/home/_style.scss */
.icon-software-horizontal-align-left:before {
  content: "v";
}

/* line 13719, ../../css/sass/pages/home/_style.scss */
.icon-software-horizontal-align-right:before {
  content: "w";
}

/* line 13722, ../../css/sass/pages/home/_style.scss */
.icon-software-horizontal-distribute-center:before {
  content: "x";
}

/* line 13725, ../../css/sass/pages/home/_style.scss */
.icon-software-horizontal-distribute-left:before {
  content: "y";
}

/* line 13728, ../../css/sass/pages/home/_style.scss */
.icon-software-horizontal-distribute-right:before {
  content: "z";
}

/* line 13731, ../../css/sass/pages/home/_style.scss */
.icon-software-indent-firstline:before {
  content: "A";
}

/* line 13734, ../../css/sass/pages/home/_style.scss */
.icon-software-indent-left:before {
  content: "B";
}

/* line 13737, ../../css/sass/pages/home/_style.scss */
.icon-software-indent-right:before {
  content: "C";
}

/* line 13740, ../../css/sass/pages/home/_style.scss */
.icon-software-lasso:before {
  content: "D";
}

/* line 13743, ../../css/sass/pages/home/_style.scss */
.icon-software-layers1:before {
  content: "E";
}

/* line 13746, ../../css/sass/pages/home/_style.scss */
.icon-software-layers2:before {
  content: "F";
}

/* line 13749, ../../css/sass/pages/home/_style.scss */
.icon-software-layout:before {
  content: "G";
}

/* line 13752, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-2columns:before {
  content: "H";
}

/* line 13755, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-3columns:before {
  content: "I";
}

/* line 13758, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-4boxes:before {
  content: "J";
}

/* line 13761, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-4columns:before {
  content: "K";
}

/* line 13764, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-4lines:before {
  content: "L";
}

/* line 13767, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-8boxes:before {
  content: "M";
}

/* line 13770, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-header:before {
  content: "N";
}

/* line 13773, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-header-2columns:before {
  content: "O";
}

/* line 13776, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-header-3columns:before {
  content: "P";
}

/* line 13779, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-header-4boxes:before {
  content: "Q";
}

/* line 13782, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-header-4columns:before {
  content: "R";
}

/* line 13785, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-header-complex:before {
  content: "S";
}

/* line 13788, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-header-complex2:before {
  content: "T";
}

/* line 13791, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-header-complex3:before {
  content: "U";
}

/* line 13794, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-header-complex4:before {
  content: "V";
}

/* line 13797, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-header-sideleft:before {
  content: "W";
}

/* line 13800, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-header-sideright:before {
  content: "X";
}

/* line 13803, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-sidebar-left:before {
  content: "Y";
}

/* line 13806, ../../css/sass/pages/home/_style.scss */
.icon-software-layout-sidebar-right:before {
  content: "Z";
}

/* line 13809, ../../css/sass/pages/home/_style.scss */
.icon-software-magnete:before {
  content: "0";
}

/* line 13812, ../../css/sass/pages/home/_style.scss */
.icon-software-pages:before {
  content: "1";
}

/* line 13815, ../../css/sass/pages/home/_style.scss */
.icon-software-paintbrush:before {
  content: "2";
}

/* line 13818, ../../css/sass/pages/home/_style.scss */
.icon-software-paintbucket:before {
  content: "3";
}

/* line 13821, ../../css/sass/pages/home/_style.scss */
.icon-software-paintroller:before {
  content: "4";
}

/* line 13824, ../../css/sass/pages/home/_style.scss */
.icon-software-paragraph:before {
  content: "5";
}

/* line 13827, ../../css/sass/pages/home/_style.scss */
.icon-software-paragraph-align-left:before {
  content: "6";
}

/* line 13830, ../../css/sass/pages/home/_style.scss */
.icon-software-paragraph-align-right:before {
  content: "7";
}

/* line 13833, ../../css/sass/pages/home/_style.scss */
.icon-software-paragraph-center:before {
  content: "8";
}

/* line 13836, ../../css/sass/pages/home/_style.scss */
.icon-software-paragraph-justify-all:before {
  content: "9";
}

/* line 13839, ../../css/sass/pages/home/_style.scss */
.icon-software-paragraph-justify-center:before {
  content: "!";
}

/* line 13842, ../../css/sass/pages/home/_style.scss */
.icon-software-paragraph-justify-left:before {
  content: "\"";
}

/* line 13845, ../../css/sass/pages/home/_style.scss */
.icon-software-paragraph-justify-right:before {
  content: "#";
}

/* line 13848, ../../css/sass/pages/home/_style.scss */
.icon-software-paragraph-space-after:before {
  content: "$";
}

/* line 13851, ../../css/sass/pages/home/_style.scss */
.icon-software-paragraph-space-before:before {
  content: "%";
}

/* line 13854, ../../css/sass/pages/home/_style.scss */
.icon-software-pathfinder-exclude:before {
  content: "&";
}

/* line 13857, ../../css/sass/pages/home/_style.scss */
.icon-software-pathfinder-intersect:before {
  content: "'";
}

/* line 13860, ../../css/sass/pages/home/_style.scss */
.icon-software-pathfinder-subtract:before {
  content: "(";
}

/* line 13863, ../../css/sass/pages/home/_style.scss */
.icon-software-pathfinder-unite:before {
  content: ")";
}

/* line 13866, ../../css/sass/pages/home/_style.scss */
.icon-software-pen:before {
  content: "*";
}

/* line 13869, ../../css/sass/pages/home/_style.scss */
.icon-software-pen-add:before {
  content: "+";
}

/* line 13872, ../../css/sass/pages/home/_style.scss */
.icon-software-pen-remove:before {
  content: ",";
}

/* line 13875, ../../css/sass/pages/home/_style.scss */
.icon-software-pencil:before {
  content: "-";
}

/* line 13878, ../../css/sass/pages/home/_style.scss */
.icon-software-polygonallasso:before {
  content: ".";
}

/* line 13881, ../../css/sass/pages/home/_style.scss */
.icon-software-reflect-horizontal:before {
  content: "/";
}

/* line 13884, ../../css/sass/pages/home/_style.scss */
.icon-software-reflect-vertical:before {
  content: ":";
}

/* line 13887, ../../css/sass/pages/home/_style.scss */
.icon-software-remove-vectorpoint:before {
  content: ";";
}

/* line 13890, ../../css/sass/pages/home/_style.scss */
.icon-software-scale-expand:before {
  content: "<";
}

/* line 13893, ../../css/sass/pages/home/_style.scss */
.icon-software-scale-reduce:before {
  content: "=";
}

/* line 13896, ../../css/sass/pages/home/_style.scss */
.icon-software-selection-oval:before {
  content: ">";
}

/* line 13899, ../../css/sass/pages/home/_style.scss */
.icon-software-selection-polygon:before {
  content: "?";
}

/* line 13902, ../../css/sass/pages/home/_style.scss */
.icon-software-selection-rectangle:before {
  content: "@";
}

/* line 13905, ../../css/sass/pages/home/_style.scss */
.icon-software-selection-roundedrectangle:before {
  content: "[";
}

/* line 13908, ../../css/sass/pages/home/_style.scss */
.icon-software-shape-oval:before {
  content: "]";
}

/* line 13911, ../../css/sass/pages/home/_style.scss */
.icon-software-shape-polygon:before {
  content: "^";
}

/* line 13914, ../../css/sass/pages/home/_style.scss */
.icon-software-shape-rectangle:before {
  content: "_";
}

/* line 13917, ../../css/sass/pages/home/_style.scss */
.icon-software-shape-roundedrectangle:before {
  content: "`";
}

/* line 13920, ../../css/sass/pages/home/_style.scss */
.icon-software-slice:before {
  content: "{";
}

/* line 13923, ../../css/sass/pages/home/_style.scss */
.icon-software-transform-bezier:before {
  content: "|";
}

/* line 13926, ../../css/sass/pages/home/_style.scss */
.icon-software-vector-box:before {
  content: "}";
}

/* line 13929, ../../css/sass/pages/home/_style.scss */
.icon-software-vector-composite:before {
  content: "~";
}

/* line 13932, ../../css/sass/pages/home/_style.scss */
.icon-software-vector-line:before {
  content: "\\";
}

/* line 13935, ../../css/sass/pages/home/_style.scss */
.icon-software-vertical-align-bottom:before {
  content: "\e000";
}

/* line 13938, ../../css/sass/pages/home/_style.scss */
.icon-software-vertical-align-center:before {
  content: "\e001";
}

/* line 13941, ../../css/sass/pages/home/_style.scss */
.icon-software-vertical-align-top:before {
  content: "\e002";
}

/* line 13944, ../../css/sass/pages/home/_style.scss */
.icon-software-vertical-distribute-bottom:before {
  content: "\e003";
}

/* line 13947, ../../css/sass/pages/home/_style.scss */
.icon-software-vertical-distribute-center:before {
  content: "\e004";
}

/* line 13950, ../../css/sass/pages/home/_style.scss */
.icon-software-vertical-distribute-top:before {
  content: "\e005";
}

/*Weather*/
@font-face {
  font-family: "linea-weather-10";
  src: url("/less/icons/linea-icons/fonts/linea-weather-10.eot");
  src: url("/less/icons/linea-icons/fonts/linea-weather-10.eot?#iefix") format("embedded-opentype"), url("/less/icons/linea-icons/fonts/linea-weather-10.woff") format("woff"), url("/less/icons/linea-icons/fonts/linea-weather-10.ttf") format("truetype"), url("/less/icons/linea-icons/fonts/linea-weather-10.svg#linea-weather-10") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 13961, ../../css/sass/pages/home/_style.scss */
.linea-weather[data-icon]:before {
  font-family: "linea-weather-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 13973, ../../css/sass/pages/home/_style.scss */
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-weather-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 13985, ../../css/sass/pages/home/_style.scss */
.icon-weather-aquarius:before {
  content: "\e000";
}

/* line 13988, ../../css/sass/pages/home/_style.scss */
.icon-weather-aries:before {
  content: "\e001";
}

/* line 13991, ../../css/sass/pages/home/_style.scss */
.icon-weather-cancer:before {
  content: "\e002";
}

/* line 13994, ../../css/sass/pages/home/_style.scss */
.icon-weather-capricorn:before {
  content: "\e003";
}

/* line 13997, ../../css/sass/pages/home/_style.scss */
.icon-weather-cloud:before {
  content: "\e004";
}

/* line 14000, ../../css/sass/pages/home/_style.scss */
.icon-weather-cloud-drop:before {
  content: "\e005";
}

/* line 14003, ../../css/sass/pages/home/_style.scss */
.icon-weather-cloud-lightning:before {
  content: "\e006";
}

/* line 14006, ../../css/sass/pages/home/_style.scss */
.icon-weather-cloud-snowflake:before {
  content: "\e007";
}

/* line 14009, ../../css/sass/pages/home/_style.scss */
.icon-weather-downpour-fullmoon:before {
  content: "\e008";
}

/* line 14012, ../../css/sass/pages/home/_style.scss */
.icon-weather-downpour-halfmoon:before {
  content: "\e009";
}

/* line 14015, ../../css/sass/pages/home/_style.scss */
.icon-weather-downpour-sun:before {
  content: "\e00a";
}

/* line 14018, ../../css/sass/pages/home/_style.scss */
.icon-weather-drop:before {
  content: "\e00b";
}

/* line 14021, ../../css/sass/pages/home/_style.scss */
.icon-weather-first-quarter:before {
  content: "\e00c";
}

/* line 14024, ../../css/sass/pages/home/_style.scss */
.icon-weather-fog:before {
  content: "\e00d";
}

/* line 14027, ../../css/sass/pages/home/_style.scss */
.icon-weather-fog-fullmoon:before {
  content: "\e00e";
}

/* line 14030, ../../css/sass/pages/home/_style.scss */
.icon-weather-fog-halfmoon:before {
  content: "\e00f";
}

/* line 14033, ../../css/sass/pages/home/_style.scss */
.icon-weather-fog-sun:before {
  content: "\e010";
}

/* line 14036, ../../css/sass/pages/home/_style.scss */
.icon-weather-fullmoon:before {
  content: "\e011";
}

/* line 14039, ../../css/sass/pages/home/_style.scss */
.icon-weather-gemini:before {
  content: "\e012";
}

/* line 14042, ../../css/sass/pages/home/_style.scss */
.icon-weather-hail:before {
  content: "\e013";
}

/* line 14045, ../../css/sass/pages/home/_style.scss */
.icon-weather-hail-fullmoon:before {
  content: "\e014";
}

/* line 14048, ../../css/sass/pages/home/_style.scss */
.icon-weather-hail-halfmoon:before {
  content: "\e015";
}

/* line 14051, ../../css/sass/pages/home/_style.scss */
.icon-weather-hail-sun:before {
  content: "\e016";
}

/* line 14054, ../../css/sass/pages/home/_style.scss */
.icon-weather-last-quarter:before {
  content: "\e017";
}

/* line 14057, ../../css/sass/pages/home/_style.scss */
.icon-weather-leo:before {
  content: "\e018";
}

/* line 14060, ../../css/sass/pages/home/_style.scss */
.icon-weather-libra:before {
  content: "\e019";
}

/* line 14063, ../../css/sass/pages/home/_style.scss */
.icon-weather-lightning:before {
  content: "\e01a";
}

/* line 14066, ../../css/sass/pages/home/_style.scss */
.icon-weather-mistyrain:before {
  content: "\e01b";
}

/* line 14069, ../../css/sass/pages/home/_style.scss */
.icon-weather-mistyrain-fullmoon:before {
  content: "\e01c";
}

/* line 14072, ../../css/sass/pages/home/_style.scss */
.icon-weather-mistyrain-halfmoon:before {
  content: "\e01d";
}

/* line 14075, ../../css/sass/pages/home/_style.scss */
.icon-weather-mistyrain-sun:before {
  content: "\e01e";
}

/* line 14078, ../../css/sass/pages/home/_style.scss */
.icon-weather-moon:before {
  content: "\e01f";
}

/* line 14081, ../../css/sass/pages/home/_style.scss */
.icon-weather-moondown-full:before {
  content: "\e020";
}

/* line 14084, ../../css/sass/pages/home/_style.scss */
.icon-weather-moondown-half:before {
  content: "\e021";
}

/* line 14087, ../../css/sass/pages/home/_style.scss */
.icon-weather-moonset-full:before {
  content: "\e022";
}

/* line 14090, ../../css/sass/pages/home/_style.scss */
.icon-weather-moonset-half:before {
  content: "\e023";
}

/* line 14093, ../../css/sass/pages/home/_style.scss */
.icon-weather-move2:before {
  content: "\e024";
}

/* line 14096, ../../css/sass/pages/home/_style.scss */
.icon-weather-newmoon:before {
  content: "\e025";
}

/* line 14099, ../../css/sass/pages/home/_style.scss */
.icon-weather-pisces:before {
  content: "\e026";
}

/* line 14102, ../../css/sass/pages/home/_style.scss */
.icon-weather-rain:before {
  content: "\e027";
}

/* line 14105, ../../css/sass/pages/home/_style.scss */
.icon-weather-rain-fullmoon:before {
  content: "\e028";
}

/* line 14108, ../../css/sass/pages/home/_style.scss */
.icon-weather-rain-halfmoon:before {
  content: "\e029";
}

/* line 14111, ../../css/sass/pages/home/_style.scss */
.icon-weather-rain-sun:before {
  content: "\e02a";
}

/* line 14114, ../../css/sass/pages/home/_style.scss */
.icon-weather-sagittarius:before {
  content: "\e02b";
}

/* line 14117, ../../css/sass/pages/home/_style.scss */
.icon-weather-scorpio:before {
  content: "\e02c";
}

/* line 14120, ../../css/sass/pages/home/_style.scss */
.icon-weather-snow:before {
  content: "\e02d";
}

/* line 14123, ../../css/sass/pages/home/_style.scss */
.icon-weather-snow-fullmoon:before {
  content: "\e02e";
}

/* line 14126, ../../css/sass/pages/home/_style.scss */
.icon-weather-snow-halfmoon:before {
  content: "\e02f";
}

/* line 14129, ../../css/sass/pages/home/_style.scss */
.icon-weather-snow-sun:before {
  content: "\e030";
}

/* line 14132, ../../css/sass/pages/home/_style.scss */
.icon-weather-snowflake:before {
  content: "\e031";
}

/* line 14135, ../../css/sass/pages/home/_style.scss */
.icon-weather-star:before {
  content: "\e032";
}

/* line 14138, ../../css/sass/pages/home/_style.scss */
.icon-weather-storm-11:before {
  content: "\e033";
}

/* line 14141, ../../css/sass/pages/home/_style.scss */
.icon-weather-storm-32:before {
  content: "\e034";
}

/* line 14144, ../../css/sass/pages/home/_style.scss */
.icon-weather-storm-fullmoon:before {
  content: "\e035";
}

/* line 14147, ../../css/sass/pages/home/_style.scss */
.icon-weather-storm-halfmoon:before {
  content: "\e036";
}

/* line 14150, ../../css/sass/pages/home/_style.scss */
.icon-weather-storm-sun:before {
  content: "\e037";
}

/* line 14153, ../../css/sass/pages/home/_style.scss */
.icon-weather-sun:before {
  content: "\e038";
}

/* line 14156, ../../css/sass/pages/home/_style.scss */
.icon-weather-sundown:before {
  content: "\e039";
}

/* line 14159, ../../css/sass/pages/home/_style.scss */
.icon-weather-sunset:before {
  content: "\e03a";
}

/* line 14162, ../../css/sass/pages/home/_style.scss */
.icon-weather-taurus:before {
  content: "\e03b";
}

/* line 14165, ../../css/sass/pages/home/_style.scss */
.icon-weather-tempest:before {
  content: "\e03c";
}

/* line 14168, ../../css/sass/pages/home/_style.scss */
.icon-weather-tempest-fullmoon:before {
  content: "\e03d";
}

/* line 14171, ../../css/sass/pages/home/_style.scss */
.icon-weather-tempest-halfmoon:before {
  content: "\e03e";
}

/* line 14174, ../../css/sass/pages/home/_style.scss */
.icon-weather-tempest-sun:before {
  content: "\e03f";
}

/* line 14177, ../../css/sass/pages/home/_style.scss */
.icon-weather-variable-fullmoon:before {
  content: "\e040";
}

/* line 14180, ../../css/sass/pages/home/_style.scss */
.icon-weather-variable-halfmoon:before {
  content: "\e041";
}

/* line 14183, ../../css/sass/pages/home/_style.scss */
.icon-weather-variable-sun:before {
  content: "\e042";
}

/* line 14186, ../../css/sass/pages/home/_style.scss */
.icon-weather-virgo:before {
  content: "\e043";
}

/* line 14189, ../../css/sass/pages/home/_style.scss */
.icon-weather-waning-cresent:before {
  content: "\e044";
}

/* line 14192, ../../css/sass/pages/home/_style.scss */
.icon-weather-waning-gibbous:before {
  content: "\e045";
}

/* line 14195, ../../css/sass/pages/home/_style.scss */
.icon-weather-waxing-cresent:before {
  content: "\e046";
}

/* line 14198, ../../css/sass/pages/home/_style.scss */
.icon-weather-waxing-gibbous:before {
  content: "\e047";
}

/* line 14201, ../../css/sass/pages/home/_style.scss */
.icon-weather-wind:before {
  content: "\e048";
}

/* line 14204, ../../css/sass/pages/home/_style.scss */
.icon-weather-wind-e:before {
  content: "\e049";
}

/* line 14207, ../../css/sass/pages/home/_style.scss */
.icon-weather-wind-fullmoon:before {
  content: "\e04a";
}

/* line 14210, ../../css/sass/pages/home/_style.scss */
.icon-weather-wind-halfmoon:before {
  content: "\e04b";
}

/* line 14213, ../../css/sass/pages/home/_style.scss */
.icon-weather-wind-n:before {
  content: "\e04c";
}

/* line 14216, ../../css/sass/pages/home/_style.scss */
.icon-weather-wind-ne:before {
  content: "\e04d";
}

/* line 14219, ../../css/sass/pages/home/_style.scss */
.icon-weather-wind-nw:before {
  content: "\e04e";
}

/* line 14222, ../../css/sass/pages/home/_style.scss */
.icon-weather-wind-s:before {
  content: "\e04f";
}

/* line 14225, ../../css/sass/pages/home/_style.scss */
.icon-weather-wind-se:before {
  content: "\e050";
}

/* line 14228, ../../css/sass/pages/home/_style.scss */
.icon-weather-wind-sun:before {
  content: "\e051";
}

/* line 14231, ../../css/sass/pages/home/_style.scss */
.icon-weather-wind-sw:before {
  content: "\e052";
}

/* line 14234, ../../css/sass/pages/home/_style.scss */
.icon-weather-wind-w:before {
  content: "\e053";
}

/* line 14237, ../../css/sass/pages/home/_style.scss */
.icon-weather-windgust:before {
  content: "\e054";
}

/*****************************
    Stylish tabs page
*****************************/
/* line 14243, ../../css/sass/pages/home/_style.scss */
.sttabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
}

/* line 14250, ../../css/sass/pages/home/_style.scss */
.sticon::before {
  display: inline-block;
  margin: 0 0.4em 0 0;
  vertical-align: middle;
  font-size: 20px;
  speak: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 14260, ../../css/sass/pages/home/_style.scss */
.sttabs nav {
  text-align: center;
}

/* line 14263, ../../css/sass/pages/home/_style.scss */
.sttabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

/* line 14285, ../../css/sass/pages/home/_style.scss */
.sttabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 14296, ../../css/sass/pages/home/_style.scss */
.sttabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

/* line 14304, ../../css/sass/pages/home/_style.scss */
.sttabs nav a span {
  vertical-align: middle;
  font-wight: 500;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
}

/* line 14310, ../../css/sass/pages/home/_style.scss */
.sttabs nav a:focus {
  outline: none;
}

/* line 14313, ../../css/sass/pages/home/_style.scss */
.sttabs nav li.tab-current a {
  color: #f33155;
}

/* line 14316, ../../css/sass/pages/home/_style.scss */
.content-wrap {
  background: #ffffff;
}

/*****************************/
/* Bar tab*/
/*****************************/
/* line 14322, ../../css/sass/pages/home/_style.scss */
.tabs-style-bar nav ul li a {
  margin: 0 2px;
  background-color: #f7fafc;
  color: #686868;
  padding: 5px 0;
  transition: background-color 0.2s, color 0.2s;
}

/* line 14329, ../../css/sass/pages/home/_style.scss */
.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
  color: #f33155;
}

/* line 14333, ../../css/sass/pages/home/_style.scss */
.tabs-style-bar nav ul li a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

/* line 14339, ../../css/sass/pages/home/_style.scss */
.tabs-style-bar nav ul li.tab-current a {
  background: #fb9678;
  color: #fff;
}

/*****************************/
/* Icon box tab*/
/*****************************/
/* line 14346, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconbox nav {
  background: #f7fafc;
}

/* line 14349, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconbox nav ul li a {
  overflow: visible;
  padding: 25px 0;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #263238;
}

/* line 14357, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconbox nav ul li.tab-current {
  z-index: 1;
}

/* line 14360, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconbox nav ul li.tab-current a {
  background: #41b3f9;
  color: #ffffff;
  box-shadow: -1px 0 0 #ffffff;
}

/* line 14365, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconbox nav ul li.tab-current a::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #41b3f9;
  content: '';
  pointer-events: none;
}

/* line 14378, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  width: 1px;
  height: 60%;
  content: '';
}

/* line 14388, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconbox nav ul li:first-child::before {
  right: auto;
  left: 0;
}

/* line 14392, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconbox .sticon::before {
  display: block;
  margin: 0 0 0.25em 0;
}

/*****************************/
/* Underline tab*/
/*****************************/
/* line 14399, ../../css/sass/pages/home/_style.scss */
.tabs-style-underline nav {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 14402, ../../css/sass/pages/home/_style.scss */
.tabs-style-underline nav a {
  padding: 20px 0;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #263238;
}

/* line 14409, ../../css/sass/pages/home/_style.scss */
.tabs-style-underline nav li:last-child a {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 14412, ../../css/sass/pages/home/_style.scss */
.tabs-style-underline nav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #fb9678;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
}

/* line 14425, ../../css/sass/pages/home/_style.scss */
.tabs-style-underline nav li.tab-current a::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*****************************/
/* Triangle and line tab*/
/*****************************/
/* line 14432, ../../css/sass/pages/home/_style.scss */
.tabs-style-linetriangle nav a {
  overflow: visible;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/* line 14438, ../../css/sass/pages/home/_style.scss */
.tabs-style-linetriangle nav a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  padding: 15px 0;
  color: #263238;
}

/* line 14447, ../../css/sass/pages/home/_style.scss */
.tabs-style-linetriangle nav li.tab-current a:after,
.tabs-style-linetriangle nav li.tab-current a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
}

/* line 14458, ../../css/sass/pages/home/_style.scss */
.tabs-style-linetriangle nav li.tab-current a:after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color: #ffffff;
}

/* line 14463, ../../css/sass/pages/home/_style.scss */
.tabs-style-linetriangle nav li.tab-current a span {
  color: #f33155;
}

/* line 14466, ../../css/sass/pages/home/_style.scss */
.tabs-style-linetriangle nav li.tab-current a:before {
  margin-left: -11px;
  border-width: 11px;
  border-top-color: rgba(0, 0, 0, 0.2);
}

/*****************************/
/* Falling Icon tab */
/*****************************/
/* line 14474, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconfall {
  overflow: visible;
}

/* line 14477, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconfall nav {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 14481, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconfall nav a {
  display: inline-block;
  overflow: visible;
  padding: 1em 0 2em;
  color: #263238;
  line-height: 1;
  -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 14490, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconfall nav a:hover,
.tabs-style-iconfall nav a:focus {
  color: #f33155;
}

/* line 14494, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconfall nav li.tab-current a {
  color: #f33155;
}

/* line 14497, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconfall nav li::before {
  position: absolute;
  bottom: 1em;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 4px;
  background: #f33155;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

/* line 14512, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconfall nav li.tab-current::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 14517, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconfall nav li.tab-current .sticon::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 14522, ../../css/sass/pages/home/_style.scss */
.tabs-style-iconfall .sticon::before {
  display: block;
  margin: 0 0 0.35em;
  opacity: 0;
  font-size: 24px;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  pointer-events: none;
}

@media screen and (max-width: 58em) {
  /* line 14534, ../../css/sass/pages/home/_style.scss */
  .tabs-style-iconfall nav li .sticon::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*****************************/
/* Moving Line tab */
/*****************************/
/* line 14543, ../../css/sass/pages/home/_style.scss */
.tabs-style-linemove nav {
  background: #f7fafc;
}

/* line 14546, ../../css/sass/pages/home/_style.scss */
.tabs-style-linemove nav li:last-child::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f33155;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 14557, ../../css/sass/pages/home/_style.scss */
.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-400%, 0, 0);
  transform: translate3d(-400%, 0, 0);
}

/* line 14561, ../../css/sass/pages/home/_style.scss */
.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-300%, 0, 0);
  transform: translate3d(-300%, 0, 0);
}

/* line 14565, ../../css/sass/pages/home/_style.scss */
.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
}

/* line 14569, ../../css/sass/pages/home/_style.scss */
.tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 14573, ../../css/sass/pages/home/_style.scss */
.tabs-style-linemove nav a {
  padding: 30px 0;
  color: #263238;
  line-height: 1;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
}

/* line 14580, ../../css/sass/pages/home/_style.scss */
.tabs-style-linemove nav li.tab-current a {
  color: #f33155;
}

/*****************************/
/* Line tab*/
/*****************************/
/* line 14586, ../../css/sass/pages/home/_style.scss */
.tabs-style-line nav a {
  padding: 20px 10px;
  box-shadow: inset 0 -2px #d1d3d2;
  color: #686868;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
}

/* line 14597, ../../css/sass/pages/home/_style.scss */
.tabs-style-line nav a:hover,
.tabs-style-line nav a:focus {
  box-shadow: inset 0 -2px #74777b;
}

/* line 14601, ../../css/sass/pages/home/_style.scss */
.tabs-style-line nav li.tab-current a {
  box-shadow: inset 0 -2px #f33155;
  color: #f33155;
}

@media screen and (max-width: 58em) {
  /* line 14606, ../../css/sass/pages/home/_style.scss */
  .tabs-style-line nav ul {
    display: block;
    box-shadow: none;
  }

  /* line 14610, ../../css/sass/pages/home/_style.scss */
  .tabs-style-line nav ul li {
    display: block;
    -webkit-flex: none;
    flex: none;
  }
}
/*****************************/
/* Circle tab*/
/*****************************/
/* line 14619, ../../css/sass/pages/home/_style.scss */
.tabs-style-circle {
  overflow: visible;
}

/* line 14622, ../../css/sass/pages/home/_style.scss */
.tabs-style-circle nav li {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* line 14626, ../../css/sass/pages/home/_style.scss */
.tabs-style-circle nav li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  width: 120px;
  height: 120px;
  border: 1px solid #fb9678;
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 14642, ../../css/sass/pages/home/_style.scss */
.tabs-style-circle nav a {
  overflow: visible;
  color: #2b2b2b;
  font-weight: 500;
  font-size: 14;
  line-height: 1.1;
  -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 14651, ../../css/sass/pages/home/_style.scss */
.tabs-style-circle nav a span {
  display: inline-block;
}

/* line 14654, ../../css/sass/pages/home/_style.scss */
.tabs-style-circle nav a:hover,
.tabs-style-circle nav a:focus {
  color: #f33155;
}

/* line 14658, ../../css/sass/pages/home/_style.scss */
.tabs-style-circle nav li.tab-current a {
  color: #f33155;
}

/* line 14661, ../../css/sass/pages/home/_style.scss */
.tabs-style-circle nav li.tab-current a span {
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
}

@media screen and (max-width: 58em) {
  /* line 14666, ../../css/sass/pages/home/_style.scss */
  .tabs-style-circle nav li::before {
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
  }
}
/* line 14672, ../../css/sass/pages/home/_style.scss */
.tabs-style-circle nav li.tab-current::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 14677, ../../css/sass/pages/home/_style.scss */
.tabs-style-circle nav a span,
.tabs-style-circle .icon::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 14682, ../../css/sass/pages/home/_style.scss */
.tabs-style-circle .sticon::before {
  display: block;
  margin: 0;
  pointer-events: none;
}

/* line 14687, ../../css/sass/pages/home/_style.scss */
.tabs-style-circle nav li.tab-current .sticon::before {
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
}

/*****************************/
/* Shape tab*/
/*****************************/
/* line 14694, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 14698, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav ul li {
  margin: 0 3em;
}

/* line 14701, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav ul li:first-child {
  margin-left: 0;
}

/* line 14704, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav ul li.tab-current {
  z-index: 1;
}

/* line 14707, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav li a {
  overflow: visible;
  margin: 0 -3em 0 0;
  padding: 0;
  color: #fff;
  font-weight: 500;
}

/* line 14714, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav li a svg {
  position: absolute;
  left: 100%;
  margin: 0;
  width: 3em;
  height: 100%;
  fill: #bdc2c9;
}

/* line 14722, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav li:first-child a span {
  padding-left: 2em;
  border-radius: 30px 0 0 0;
}

/* line 14726, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav li:last-child a span {
  padding-right: 2em;
  border-radius: 0 30px 0 0;
}

/* line 14730, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav li a svg:nth-child(2),
.tabs-style-shape nav li:last-child a svg {
  right: 100%;
  left: auto;
  -webkit-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1);
}

/* line 14737, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav li a span {
  display: block;
  overflow: hidden;
  padding: 0.65em 0;
  background-color: #bdc2c9;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 14745, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav li a:hover span {
  background-color: #f33155;
}

/* line 14748, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav li a:hover svg {
  fill: #f33155;
}

/* line 14751, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav li a svg {
  pointer-events: none;
}

/* line 14754, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav li a svg use {
  pointer-events: auto;
}

/* line 14757, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav li.tab-current a span,
.tabs-style-shape nav li.tab-current a svg {
  -webkit-transition: none;
  transition: none;
}

/* line 14762, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav li.tab-current a span {
  background: #f7fafc;
}

/* line 14765, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape nav li.tab-current a svg {
  fill: #f7fafc;
}

/* line 14768, ../../css/sass/pages/home/_style.scss */
.tabs-style-shape .content-wrap {
  background: #f7fafc;
}

@media screen and (max-width: 58em) {
  /* line 14772, ../../css/sass/pages/home/_style.scss */
  .tabs-style-shape nav ul {
    display: block;
    padding-top: 1.5em;
  }

  /* line 14776, ../../css/sass/pages/home/_style.scss */
  .tabs-style-shape nav ul li {
    display: block;
    margin: -1.25em 0 0;
    -webkit-flex: none;
    flex: none;
  }

  /* line 14782, ../../css/sass/pages/home/_style.scss */
  .tabs-style-shape nav ul li a {
    margin: 0;
  }

  /* line 14785, ../../css/sass/pages/home/_style.scss */
  .tabs-style-shape nav ul li svg {
    display: none;
  }

  /* line 14788, ../../css/sass/pages/home/_style.scss */
  .tabs-style-shape nav ul li a span {
    padding: 1.25em 0 2em !important;
    border-radius: 30px 30px 0 0 !important;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1;
  }

  /* line 14794, ../../css/sass/pages/home/_style.scss */
  .tabs-style-shape nav ul li:last-child a span {
    padding: 1.25em 0 !important;
  }

  /* line 14797, ../../css/sass/pages/home/_style.scss */
  .tabs-style-shape nav ul li.tab-current {
    z-index: 1;
  }
}
/*****************************/
/* Line Box tab*/
/*****************************/
/* line 14804, ../../css/sass/pages/home/_style.scss */
.tabs-style-linebox nav ul li {
  margin: 0 0.5em;
  -webkit-flex: none;
  flex: none;
}

/* line 14809, ../../css/sass/pages/home/_style.scss */
.tabs-style-linebox nav a {
  padding: 0 1.5em;
  color: #263238;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/* line 14816, ../../css/sass/pages/home/_style.scss */
.tabs-style-linebox nav a:hover,
.tabs-style-linebox nav a:focus {
  color: #f33155;
}

/* line 14820, ../../css/sass/pages/home/_style.scss */
.tabs-style-linebox nav li.tab-current a {
  color: #ffffff;
}

/* line 14823, ../../css/sass/pages/home/_style.scss */
.tabs-style-linebox nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #d2d8d6;
  content: '';
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
}

/* line 14839, ../../css/sass/pages/home/_style.scss */
.tabs-style-linebox nav li.tab-current a::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 14843, ../../css/sass/pages/home/_style.scss */
.tabs-style-linebox nav a:hover::after,
.tabs-style-linebox nav a:focus::after,
.tabs-style-linebox nav li.tab-current a::after {
  background: #f33155;
}

@media screen and (max-width: 58em) {
  /* line 14849, ../../css/sass/pages/home/_style.scss */
  .tabs-style-linebox nav ul {
    display: block;
    box-shadow: none;
  }

  /* line 14853, ../../css/sass/pages/home/_style.scss */
  .tabs-style-linebox nav ul li {
    display: block;
    -webkit-flex: none;
    flex: none;
  }
}
/*****************************/
/* Flip tab*/
/*****************************/
/* line 14862, ../../css/sass/pages/home/_style.scss */
.tabs-style-flip {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 14866, ../../css/sass/pages/home/_style.scss */
.tabs-style-flip nav a {
  padding: 0.5em 0;
  color: #263238;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/* line 14872, ../../css/sass/pages/home/_style.scss */
.tabs-style-flip nav a:hover,
.tabs-style-flip nav a:focus {
  color: #f33155;
}

/* line 14876, ../../css/sass/pages/home/_style.scss */
.tabs-style-flip nav a span {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 14880, ../../css/sass/pages/home/_style.scss */
.tabs-style-flip nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

/* line 14898, ../../css/sass/pages/home/_style.scss */
.tabs-style-flip nav li.tab-current a {
  color: #f33155;
}

/* line 14901, ../../css/sass/pages/home/_style.scss */
.tabs-style-flip nav li.tab-current a::after {
  background-color: #f7fafc;
  -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}

/* line 14906, ../../css/sass/pages/home/_style.scss */
.tabs-style-flip .content-wrap {
  background: #f7fafc;
}

/*****************************/
/* Circle fill tab*/
/*****************************/
/* line 14912, ../../css/sass/pages/home/_style.scss */
.tabs-style-circlefill {
  max-width: 800px;
  border: 1px solid #f33155;
  margin: 0 auto;
}

/* line 14917, ../../css/sass/pages/home/_style.scss */
.tabs-style-circlefill nav ul li {
  overflow: hidden;
  border-right: 1px solid #f33155;
}

/* line 14921, ../../css/sass/pages/home/_style.scss */
.tabs-style-circlefill nav li a {
  padding: 1.5em 0;
  color: #fff;
  font-size: 1.25em;
}

/* line 14926, ../../css/sass/pages/home/_style.scss */
.tabs-style-circlefill nav li:first-child {
  border-left: none;
}

/* line 14929, ../../css/sass/pages/home/_style.scss */
.tabs-style-circlefill nav li:last-child {
  border: none;
}

/* line 14932, ../../css/sass/pages/home/_style.scss */
.tabs-style-circlefill nav li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  border: 1px solid #f33155;
  border-radius: 50%;
  background: #f33155;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 14946, ../../css/sass/pages/home/_style.scss */
.tabs-style-circlefill nav li.tab-current::before {
  -webkit-transform: scale3d(2.5, 2.5, 1);
  transform: scale3d(2.5, 2.5, 1);
}

/* line 14950, ../../css/sass/pages/home/_style.scss */
.tabs-style-circlefill nav a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/* line 14954, ../../css/sass/pages/home/_style.scss */
.tabs-style-circlefill nav a span {
  display: none;
}

/* line 14957, ../../css/sass/pages/home/_style.scss */
.tabs-style-circlefill nav li.tab-current a {
  color: #ffffff;
}

/* line 14960, ../../css/sass/pages/home/_style.scss */
.tabs-style-circlefill .icon::before {
  display: block;
  margin: 0;
  pointer-events: none;
}

/* line 14965, ../../css/sass/pages/home/_style.scss */
.tabs-style-circlefill .content-wrap {
  border-top: 1px solid #f33155;
}

/* Content */
/* line 14969, ../../css/sass/pages/home/_style.scss */
.content-wrap {
  position: relative;
}

/* line 14972, ../../css/sass/pages/home/_style.scss */
.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 25px;
  min-height: 150px;
}

/* line 14978, ../../css/sass/pages/home/_style.scss */
.content-wrap section p {
  margin: 0;
  padding: 0.75em 0;
}

/* line 14982, ../../css/sass/pages/home/_style.scss */
.content-wrap section.content-current {
  display: block;
}

/* Fallback */
/* line 14986, ../../css/sass/pages/home/_style.scss */
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

/* line 14991, ../../css/sass/pages/home/_style.scss */
.no-flexbox nav ul {
  display: block;
}

/* line 14994, ../../css/sass/pages/home/_style.scss */
.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}

@media screen and (max-width: 58em) {
  /* line 14999, ../../css/sass/pages/home/_style.scss */
  .sttabs nav a span {
    display: none;
  }

  /* line 15002, ../../css/sass/pages/home/_style.scss */
  .sttabs nav a:before {
    margin-right: 0;
  }
}
/*****************************
    Stylish tolltip page
*****************************/
/* line 15009, ../../css/sass/pages/home/_style.scss */
.mytooltip {
  display: inline;
  position: relative;
  z-index: 9999;
}

/* Trigger text */
/* line 15015, ../../css/sass/pages/home/_style.scss */
.tooltip-item {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0 10px;
}

/* Gap filler */
/* line 15023, ../../css/sass/pages/home/_style.scss */
.tooltip-item::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 15034, ../../css/sass/pages/home/_style.scss */
.mytooltip:hover .tooltip-item::after {
  pointer-events: auto;
}

/* Tooltip */
/* line 15038, ../../css/sass/pages/home/_style.scss */
.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 360px;
  left: 50%;
  margin: 0 0 20px -180px;
  bottom: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2b2b2b;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

/* line 15054, ../../css/sass/pages/home/_style.scss */
.tooltip-effect-1 .tooltip-content {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  color: #ffffff;
}

/* line 15061, ../../css/sass/pages/home/_style.scss */
.tooltip-effect-2 .tooltip-content {
  -webkit-transform-origin: 50% calc(110%);
  transform-origin: 50% calc(110%);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}

/* line 15069, ../../css/sass/pages/home/_style.scss */
.tooltip-effect-3 .tooltip-content {
  -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 15075, ../../css/sass/pages/home/_style.scss */
.tooltip-effect-4 .tooltip-content {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale3d(0.7, 0.3, 1);
  transform: scale3d(0.7, 0.3, 1);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}

/* line 15083, ../../css/sass/pages/home/_style.scss */
.tooltip-effect-5 .tooltip-content {
  width: 180px;
  margin-left: -90px;
  -webkit-transform-origin: 50% calc(106%);
  transform-origin: 50% calc(106%);
  -webkit-transform: rotate3d(0, 0, 1, 15deg);
  transform: rotate3d(0, 0, 1, 15deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
  transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
}

/* line 15095, ../../css/sass/pages/home/_style.scss */
.mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

/* line 15101, ../../css/sass/pages/home/_style.scss */
.tooltip.tooltip-effect-2:hover .tooltip-content {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

/* Arrow */
/* line 15106, ../../css/sass/pages/home/_style.scss */
.tooltip-content::after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #2a3035;
  border-width: 10px;
  margin-left: -10px;
}

/* Tooltip content*/
/* line 15121, ../../css/sass/pages/home/_style.scss */
.tooltip-content img {
  position: relative;
  height: 140px;
  display: block;
  float: left;
  margin-right: 1em;
}

/* line 15128, ../../css/sass/pages/home/_style.scss */
.tooltip-text {
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 1.31em 1.21em 1.21em 0;
  color: #fff;
}

/* line 15135, ../../css/sass/pages/home/_style.scss */
.tooltip-effect-5 .tooltip-text {
  padding: 1.4em;
}

/* line 15138, ../../css/sass/pages/home/_style.scss */
a.mytooltip {
  font-weight: 500;
  color: #fb9678;
}

/* Tooltip 6 to 9 */
/* line 15143, ../../css/sass/pages/home/_style.scss */
.tooltip-content2 {
  position: absolute;
  z-index: 9999;
  width: 80px;
  height: 80px;
  padding-top: 25px;
  left: 50%;
  margin-left: -40px;
  bottom: 100%;
  border-radius: 50%;
  text-align: center;
  background: #fb9678;
  color: #ffffff;
  opacity: 0;
  margin-bottom: 20px;
  cursor: default;
  pointer-events: none;
}

/* line 15161, ../../css/sass/pages/home/_style.scss */
.tooltip-content2 i {
  opacity: 0;
}

/* line 15164, ../../css/sass/pages/home/_style.scss */
.mytooltip:hover .tooltip-content2,
.mytooltip:hover .tooltip-content2 i {
  opacity: 1;
  font-size: 18px;
}

/* line 15169, ../../css/sass/pages/home/_style.scss */
.tooltip-effect-6 .tooltip-content2 {
  -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 15177, ../../css/sass/pages/home/_style.scss */
.tooltip-effect-6 .tooltip-content2 i {
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 15183, ../../css/sass/pages/home/_style.scss */
.tooltip-effect-7 .tooltip-content2 {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 15189, ../../css/sass/pages/home/_style.scss */
.tooltip-effect-7 .tooltip-content2 i {
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 15195, ../../css/sass/pages/home/_style.scss */
.tooltip-effect-8 .tooltip-content2 {
  -webkit-transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
  transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 15203, ../../css/sass/pages/home/_style.scss */
.tooltip-effect-8 .tooltip-content2 i {
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 15209, ../../css/sass/pages/home/_style.scss */
.tooltip-effect-9 .tooltip-content2 {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 15215, ../../css/sass/pages/home/_style.scss */
.tooltip-effect-9 .tooltip-content2 i {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 15221, ../../css/sass/pages/home/_style.scss */
.mytooltip:hover .tooltip-content2,
.mytooltip:hover .tooltip-content2 i {
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

/* line 15227, ../../css/sass/pages/home/_style.scss */
.tooltip-effect-6:hover .tooltip-content2 i {
  -webkit-transform: rotate3d(1, 1, 1, 0);
  transform: rotate3d(1, 1, 1, 0);
}

/* line 15231, ../../css/sass/pages/home/_style.scss */
.tooltip-content2::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -7px 0 0 -15px;
  width: 30px;
  height: 20px;
  background: url(/new/plugins/images/tooltip/tooltip1.svg) no-repeat center center;
  background-size: 100%;
}

/***********Bloated Tooltip ***********/
/* line 15243, ../../css/sass/pages/home/_style.scss */
.tooltip-content3 {
  position: absolute;
  background: url(/new/plugins/images/tooltip/shape1.svg) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: 9999;
  width: 200px;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  padding: 50px 30px;
  text-align: center;
  color: #fff;
  opacity: 0;
  cursor: default;
  font-size: 14;
  line-height: 27px;
  pointer-events: none;
  -webkit-transform: scale3d(0.1, 0.2, 1);
  transform: scale3d(0.1, 0.2, 1);
  -webkit-transform-origin: 50% 120%;
  transform-origin: 50% 120%;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
  transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
}

/* line 15269, ../../css/sass/pages/home/_style.scss */
.mytooltip:hover .tooltip-content3 {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Arrow */
/* line 15276, ../../css/sass/pages/home/_style.scss */
.tooltip-content3::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  top: 100%;
  background: #00AEEF;
  -webkit-transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
}

/*************Box Tooltip *************/
/* Trigger text */
/* line 15290, ../../css/sass/pages/home/_style.scss */
.tooltip-item2 {
  color: #03a9f3;
  cursor: pointer;
  z-index: 100;
  position: relative;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

/* line 15300, ../../css/sass/pages/home/_style.scss */
.mytooltip:hover .tooltip-item2 {
  color: #ffffff;
  -webkit-transform: translate3d(0, -0.5em, 0);
  transform: translate3d(0, -0.5em, 0);
}

/******************** Tooltip box ********************/
/* line 15306, ../../css/sass/pages/home/_style.scss */
.tooltip-content4 {
  position: absolute;
  z-index: 99;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  bottom: -5px;
  text-align: left;
  background: #03a9f3;
  opacity: 0;
  font-size: 14px;
  line-height: 27px;
  padding: 1.5em;
  color: #ffffff;
  border-bottom: 55px solid #2b2b2b;
  cursor: default;
  pointer-events: none;
  border-radius: 5px;
  -webkit-transform: translate3d(0, -0.5em, 0);
  transform: translate3d(0, -0.5em, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 15329, ../../css/sass/pages/home/_style.scss */
.tooltip-content4 a {
  color: #2b2b2b;
}

/* line 15332, ../../css/sass/pages/home/_style.scss */
.tooltip-text2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.5em, 0);
  transform: translate3d(0, 1.5em, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 15339, ../../css/sass/pages/home/_style.scss */
.mytooltip:hover .tooltip-content4,
.mytooltip:hover .tooltip-text2 {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*******Tooltip Line********/
/* line 15347, ../../css/sass/pages/home/_style.scss */
.tooltip-content5 {
  position: absolute;
  z-index: 9999;
  width: 300px;
  left: 50%;
  bottom: 100%;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  background: transparent;
  opacity: 0;
  margin: 0 0 20px -150px;
  cursor: default;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}

/* line 15367, ../../css/sass/pages/home/_style.scss */
.mytooltip:hover .tooltip-content5 {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 15373, ../../css/sass/pages/home/_style.scss */
.tooltip-content5 span {
  display: block;
}

/* line 15376, ../../css/sass/pages/home/_style.scss */
.tooltip-text3 {
  border-bottom: 10px solid #fb9678;
  overflow: hidden;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}

/* line 15384, ../../css/sass/pages/home/_style.scss */
.mytooltip:hover .tooltip-text3 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 15390, ../../css/sass/pages/home/_style.scss */
.tooltip-inner2 {
  background: #2b2b2b;
  padding: 40px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 15398, ../../css/sass/pages/home/_style.scss */
.mytooltip:hover .tooltip-inner2 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Arrow */
/* line 15405, ../../css/sass/pages/home/_style.scss */
.tooltip-content5::after {
  content: '';
  bottom: -20px;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #fb9678;
  border-width: 10px;
  margin-left: -10px;
}

/*For Laptop (1280px)*/
@media (max-width: 1350px) {
  /* line 15421, ../../css/sass/pages/home/_style.scss */
  .carousel .item h3 {
    font-size: 17px;
    height: 90px;
  }

  /* line 15425, ../../css/sass/pages/home/_style.scss */
  .inbox-center a {
    width: 400px;
  }
}
/********* Search Result Page**********/
/* line 15430, ../../css/sass/pages/home/_style.scss */
.search-listing {
  padding: 0px;
  margin: 0px;
}

/* line 15434, ../../css/sass/pages/home/_style.scss */
.search-listing li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 15439, ../../css/sass/pages/home/_style.scss */
.search-listing li h3 {
  margin: 0px;
  font-size: 18px;
}

/* line 15443, ../../css/sass/pages/home/_style.scss */
.search-listing li h3 a {
  color: #41b3f9;
}

/* line 15446, ../../css/sass/pages/home/_style.scss */
.search-listing li h3 a:hover {
  text-decoration: underline;
}

/* line 15449, ../../css/sass/pages/home/_style.scss */
.search-listing li a {
  color: #7ace4c;
}

/*Data tables page*/
/* line 15453, ../../css/sass/pages/home/_style.scss */
button.dt-button,
div.dt-button,
a.dt-button {
  background: #41b3f9;
  color: #ffffff;
  border-color: #41b3f9;
}

/* line 15460, ../../css/sass/pages/home/_style.scss */
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  background: #41b3f9;
}

/* line 15465, ../../css/sass/pages/home/_style.scss */
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  background: #f7fafc;
  color: #263238;
  border-color: rgba(120, 130, 140, 0.13);
}

/* line 15472, ../../css/sass/pages/home/_style.scss */
.dataTables_filter input {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 15475, ../../css/sass/pages/home/_style.scss */
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background: none;
}

/*Summernote page*/
/* line 15484, ../../css/sass/pages/home/_style.scss */
.note-editor {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 15487, ../../css/sass/pages/home/_style.scss */
.note-editor .panel-heading {
  padding: 6px 10px 10px;
}

/*left-right-aside-column*/
/* line 15491, ../../css/sass/pages/home/_style.scss */
.page-aside {
  position: relative;
}

/*left-aside-column*/
/* line 15495, ../../css/sass/pages/home/_style.scss */
.left-aside {
  position: absolute;
  background: #ffffff;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  padding: 20px;
  width: 250px;
  height: 100%;
}

/* line 15503, ../../css/sass/pages/home/_style.scss */
.right-aside {
  padding: 20px;
  margin-left: 250px;
}

/* line 15507, ../../css/sass/pages/home/_style.scss */
.right-aside .contact-list th {
  white-space: nowrap;
}

/* line 15510, ../../css/sass/pages/home/_style.scss */
.right-aside .contact-list td {
  vertical-align: middle;
  white-space: nowrap;
  padding: 25px 10px;
}

/* line 15515, ../../css/sass/pages/home/_style.scss */
.right-aside .contact-list td img {
  width: 30px;
}

/* line 15518, ../../css/sass/pages/home/_style.scss */
.contact-list th {
  white-space: nowrap;
}

/* line 15521, ../../css/sass/pages/home/_style.scss */
.contact-list td {
  vertical-align: middle;
  padding: 25px 10px;
  white-space: nowrap;
}

/* line 15526, ../../css/sass/pages/home/_style.scss */
.contact-list td img {
  width: 30px;
}

/* line 15529, ../../css/sass/pages/home/_style.scss */
.list-style-none {
  margin: 0px;
  padding: 0px;
}

/* line 15533, ../../css/sass/pages/home/_style.scss */
.list-style-none li {
  list-style: none;
  margin: 0px;
}

/* line 15537, ../../css/sass/pages/home/_style.scss */
.list-style-none li.box-label a {
  font-weight: 500;
}

/* line 15540, ../../css/sass/pages/home/_style.scss */
.list-style-none li.divider {
  margin: 10px 0;
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
}

/* line 15545, ../../css/sass/pages/home/_style.scss */
.list-style-none li a {
  padding: 15px 10px;
  display: block;
  color: #313131;
}

/* line 15550, ../../css/sass/pages/home/_style.scss */
.list-style-none li a:hover {
  color: #2cabe3;
}

/* line 15553, ../../css/sass/pages/home/_style.scss */
.list-style-none li a span {
  float: right;
}

/*Chat-box page */
/* line 15557, ../../css/sass/pages/home/_style.scss */
.chat-main-box {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

/* line 15562, ../../css/sass/pages/home/_style.scss */
.chat-main-box .chat-left-aside {
  position: absolute;
  width: 250px;
  z-index: 9;
  top: 0px;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 15569, ../../css/sass/pages/home/_style.scss */
.chat-main-box .chat-left-aside .open-panel {
  display: none;
  cursor: pointer;
  position: absolute;
  left: -webkit-calc(99%);
  top: 50%;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 0 100px 100px 0;
  line-height: 1;
  padding: 15px 8px 15px 4px;
}

/* line 15583, ../../css/sass/pages/home/_style.scss */
.chat-main-box .chat-left-aside .chat-left-inner .form-control {
  height: 60px;
}

/* line 15586, ../../css/sass/pages/home/_style.scss */
.chat-main-box .chat-left-aside .chat-left-inner .style-none {
  padding: 0px;
}

/* line 15589, ../../css/sass/pages/home/_style.scss */
.chat-main-box .chat-left-aside .chat-left-inner .style-none li {
  list-style: none;
  overflow: hidden;
}

/* line 15593, ../../css/sass/pages/home/_style.scss */
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a {
  padding: 20px;
}

/* line 15596, ../../css/sass/pages/home/_style.scss */
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover,
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active {
  background: #f7fafc;
}

/* line 15600, ../../css/sass/pages/home/_style.scss */
.chat-main-box .chat-right-aside {
  margin-left: 250px;
}

/* line 15603, ../../css/sass/pages/home/_style.scss */
.chat-main-box .chat-right-aside .chat-list {
  max-height: none;
  height: 100%;
  padding-top: 40px;
}

/* line 15608, ../../css/sass/pages/home/_style.scss */
.chat-main-box .chat-right-aside .chat-list .chat-text {
  border-radius: 6px;
}

/* line 15611, ../../css/sass/pages/home/_style.scss */
.chat-main-box .chat-right-aside .send-chat-box {
  position: relative;
}

/* line 15614, ../../css/sass/pages/home/_style.scss */
.chat-main-box .chat-right-aside .send-chat-box .form-control {
  border: none;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  resize: none;
  height: 80px;
  padding-right: 180px;
}

/* line 15621, ../../css/sass/pages/home/_style.scss */
.chat-main-box .chat-right-aside .send-chat-box .form-control:focus {
  border-color: rgba(120, 130, 140, 0.13);
}

/* line 15624, ../../css/sass/pages/home/_style.scss */
.chat-main-box .chat-right-aside .send-chat-box .custom-send {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

/* line 15629, ../../css/sass/pages/home/_style.scss */
.chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon {
  color: #313131;
  margin-right: 10px;
}

/*User Cards page*/
/* line 15634, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .white-box {
  padding: 0px;
}

/* line 15637, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item {
  position: relative;
  padding-bottom: 25px;
}

/* line 15641, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-card-avatar {
  margin-bottom: 15px;
}

/* line 15644, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-card-content {
  text-align: center;
}

/* line 15647, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-card-content h3 {
  margin: 0px;
}

/* line 15650, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-card-content a {
  color: #313131;
}

/* line 15653, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-card-content a:hover {
  color: #2cabe3;
}

/* line 15656, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-overlay-1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

/* line 15664, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-overlay-1 img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  height: auto;
}

/* line 15672, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-overlay-1:hover img {
  -ms-transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
  /* transform: scale(1.2) translateZ(0); */
}

/* line 15677, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-overlay-1 .el-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}

/* line 15696, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

/* line 15701, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a {
  border-color: #ffffff;
  color: #ffffff;
  padding: 12px 15px 10px;
}

/* line 15706, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a:hover {
  background: #f33155;
  border-color: #f33155;
}

/* line 15710, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 15722, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 15729, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
  top: -100%;
}

/* line 15732, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
  top: 100%;
  height: 0px;
}

/* line 15736, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
  top: 0px;
}

/* line 15739, ../../css/sass/pages/home/_style.scss */
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
  top: 0px;
  height: 100%;
}

/*Login page sidebar*/
/* line 15744, ../../css/sass/pages/home/_style.scss */
.login-sidebar {
  position: absolute;
  right: 0px;
  margin-top: 0px;
  height: 100%;
}

/*table layouts page*/
/* line 15751, ../../css/sass/pages/home/_style.scss */
.color-table.primary-table thead th {
  background-color: #41b3f9;
  color: #ffffff;
}

/* line 15755, ../../css/sass/pages/home/_style.scss */
.color-table.success-table thead th {
  background-color: #7ace4c;
  color: #ffffff;
}

/* line 15759, ../../css/sass/pages/home/_style.scss */
.color-table.info-table thead th {
  background-color: #41b3f9;
  color: #ffffff;
}

/* line 15763, ../../css/sass/pages/home/_style.scss */
.color-table.warning-table thead th {
  background-color: #ffbb44;
  color: #ffffff;
}

/* line 15767, ../../css/sass/pages/home/_style.scss */
.color-table.danger-table thead th {
  background-color: #f33155;
  color: #ffffff;
}

/* line 15771, ../../css/sass/pages/home/_style.scss */
.color-table.inverse-table thead th {
  background-color: #4c5667;
  color: #ffffff;
}

/* line 15775, ../../css/sass/pages/home/_style.scss */
.color-table.dark-table thead th {
  background-color: #263238;
  color: #ffffff;
}

/* line 15779, ../../css/sass/pages/home/_style.scss */
.color-table.red-table thead th {
  background-color: #f33155;
  color: #ffffff;
}

/* line 15783, ../../css/sass/pages/home/_style.scss */
.color-table.purple-table thead th {
  background-color: #707cd2;
  color: #ffffff;
}

/* line 15787, ../../css/sass/pages/home/_style.scss */
.color-table.muted-table thead th {
  background-color: #98a6ad;
  color: #ffffff;
}

/* line 15791, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.primary-bordered-table {
  border: 2px solid #41b3f9;
}

/* line 15794, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.primary-bordered-table thead th {
  background-color: #41b3f9;
  color: #ffffff;
}

/* line 15798, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.success-bordered-table {
  border: 2px solid #7ace4c;
}

/* line 15801, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.success-bordered-table thead th {
  background-color: #7ace4c;
  color: #ffffff;
}

/* line 15805, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.info-bordered-table {
  border: 2px solid #41b3f9;
}

/* line 15808, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.info-bordered-table thead th {
  background-color: #41b3f9;
  color: #ffffff;
}

/* line 15812, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.warning-bordered-table {
  border: 2px solid #ffbb44;
}

/* line 15815, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.warning-bordered-table thead th {
  background-color: #ffbb44;
  color: #ffffff;
}

/* line 15819, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.danger-bordered-table {
  border: 2px solid #f33155;
}

/* line 15822, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.danger-bordered-table thead th {
  background-color: #f33155;
  color: #ffffff;
}

/* line 15826, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.inverse-bordered-table {
  border: 2px solid #4c5667;
}

/* line 15829, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.inverse-bordered-table thead th {
  background-color: #4c5667;
  color: #ffffff;
}

/* line 15833, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.dark-bordered-table {
  border: 2px solid #263238;
}

/* line 15836, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.dark-bordered-table thead th {
  background-color: #263238;
  color: #ffffff;
}

/* line 15840, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.red-bordered-table {
  border: 2px solid #f33155;
}

/* line 15843, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.red-bordered-table thead th {
  background-color: #f33155;
  color: #ffffff;
}

/* line 15847, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.purple-bordered-table {
  border: 2px solid #707cd2;
}

/* line 15850, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.purple-bordered-table thead th {
  background-color: #707cd2;
  color: #ffffff;
}

/* line 15854, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.muted-bordered-table {
  border: 2px solid #98a6ad;
}

/* line 15857, ../../css/sass/pages/home/_style.scss */
.color-bordered-table.muted-bordered-table thead th {
  background-color: #98a6ad;
  color: #ffffff;
}

/* line 15861, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-primary-table {
  background-color: rgba(171, 140, 228, 0.8);
}

/* line 15864, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-primary-table thead th {
  background-color: #41b3f9;
  border: 0 !important;
  color: #ffffff;
}

/* line 15869, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-primary-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

/* line 15873, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-primary-table tr:hover {
  background-color: #41b3f9;
}

/* line 15876, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-success-table {
  background-color: rgba(0, 194, 146, 0.8);
}

/* line 15879, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-success-table thead th {
  background-color: #7ace4c;
  border: 0 !important;
  color: #ffffff;
}

/* line 15884, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-success-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

/* line 15888, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-success-table tr:hover {
  background-color: #7ace4c;
}

/* line 15891, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-info-table {
  background-color: rgba(3, 169, 243, 0.8);
}

/* line 15894, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-info-table thead th {
  background-color: #41b3f9;
  border: 0 !important;
  color: #ffffff;
}

/* line 15899, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-info-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

/* line 15903, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-info-table tr:hover {
  background-color: #41b3f9;
}

/* line 15906, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-warning-table {
  background-color: rgba(254, 193, 7, 0.8);
}

/* line 15909, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-warning-table thead th {
  background-color: #ffbb44;
  border: 0 !important;
  color: #ffffff;
}

/* line 15914, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-warning-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

/* line 15918, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-warning-table tr:hover {
  background-color: #ffbb44;
}

/* line 15921, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-danger-table {
  background-color: rgba(251, 150, 120, 0.8);
}

/* line 15924, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-danger-table thead th {
  background-color: #f33155;
  border: 0 !important;
  color: #ffffff;
}

/* line 15929, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-danger-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

/* line 15933, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-danger-table tr:hover {
  background-color: #f33155;
}

/* line 15936, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-inverse-table {
  background-color: rgba(76, 86, 103, 0.8);
}

/* line 15939, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-inverse-table thead th {
  background-color: #4c5667;
  border: 0 !important;
  color: #ffffff;
}

/* line 15944, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-inverse-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

/* line 15948, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-inverse-table tr:hover {
  background-color: #4c5667;
}

/* line 15951, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-dark-table {
  background-color: rgba(43, 43, 43, 0.8);
}

/* line 15954, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-dark-table thead th {
  background-color: #263238;
  border: 0 !important;
  color: #ffffff;
}

/* line 15959, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-dark-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

/* line 15963, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-dark-table tr:hover {
  background-color: #263238;
}

/* line 15966, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-red-table {
  background-color: rgba(251, 58, 58, 0.8);
}

/* line 15969, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-red-table thead th {
  background-color: #f33155;
  border: 0 !important;
  color: #ffffff;
}

/* line 15974, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-red-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

/* line 15978, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-red-table tr:hover {
  background-color: #f33155;
}

/* line 15981, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-purple-table {
  background-color: rgba(150, 117, 206, 0.8);
}

/* line 15984, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-purple-table thead th {
  background-color: #707cd2;
  border: 0 !important;
  color: #ffffff;
}

/* line 15989, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-purple-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

/* line 15993, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-purple-table tr:hover {
  background-color: #707cd2;
}

/* line 15996, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-muted-table {
  background-color: rgba(152, 166, 173, 0.8);
}

/* line 15999, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-muted-table thead th {
  background-color: #98a6ad;
  border: 0 !important;
  color: #ffffff;
}

/* line 16004, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-muted-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

/* line 16008, ../../css/sass/pages/home/_style.scss */
.full-color-table.full-muted-table tr:hover {
  background-color: #98a6ad;
}

/* Material Form Input page */
/* line 16012, ../../css/sass/pages/home/_style.scss */
.floating-labels .form-group {
  position: relative;
}

/* line 16015, ../../css/sass/pages/home/_style.scss */
.floating-labels .form-control {
  font-size: 20px;
  padding: 10px 10px 10px 0;
  display: block;
  border: none;
  border-bottom: 1px solid #e4e7ea;
}

/* line 16022, ../../css/sass/pages/home/_style.scss */
.floating-labels select.form-control > option {
  font-size: 14px;
}

/* line 16025, ../../css/sass/pages/home/_style.scss */
.has-error .form-control {
  border-bottom: 1px solid #f33155;
}

/* line 16028, ../../css/sass/pages/home/_style.scss */
.has-warning .form-control {
  border-bottom: 1px solid #ffbb44;
}

/* line 16031, ../../css/sass/pages/home/_style.scss */
.has-success .form-control {
  border-bottom: 1px solid #7ace4c;
}

/* line 16034, ../../css/sass/pages/home/_style.scss */
.floating-labels .form-control:focus {
  outline: none;
  border: none;
}

/* line 16038, ../../css/sass/pages/home/_style.scss */
.floating-labels label {
  color: #313131;
  font-size: 16px;
  position: absolute;
  cursor: auto;
  font-weight: 400;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* line 16049, ../../css/sass/pages/home/_style.scss */
.floating-labels .form-control:focus ~ label,
.floating-labels .form-control:valid ~ label {
  top: -20px;
  font-size: 12px;
  color: #41b3f9;
}

/* line 16055, ../../css/sass/pages/home/_style.scss */
.floating-labels .bar {
  position: relative;
  display: block;
}

/* line 16059, ../../css/sass/pages/home/_style.scss */
.floating-labels .bar:before,
.floating-labels .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #41b3f9;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* line 16071, ../../css/sass/pages/home/_style.scss */
.floating-labels .bar:before {
  left: 50%;
}

/* line 16074, ../../css/sass/pages/home/_style.scss */
.floating-labels .bar:after {
  right: 50%;
}

/* line 16077, ../../css/sass/pages/home/_style.scss */
.floating-labels .form-control:focus ~ .bar:before,
.floating-labels .form-control:focus ~ .bar:after {
  width: 50%;
}

/* line 16081, ../../css/sass/pages/home/_style.scss */
.floating-labels .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* line 16090, ../../css/sass/pages/home/_style.scss */
.floating-labels .input-lg ~ label,
.floating-labels .input-lg {
  font-size: 24px;
}

/* line 16094, ../../css/sass/pages/home/_style.scss */
.floating-labels .input-sm ~ label,
.floating-labels .input-sm {
  font-size: 16px;
}

/* line 16098, ../../css/sass/pages/home/_style.scss */
.has-warning .bar:before,
.has-warning .bar:after {
  background: #ffbb44;
}

/* line 16102, ../../css/sass/pages/home/_style.scss */
.has-success .bar:before,
.has-success .bar:after {
  background: #7ace4c;
}

/* line 16106, ../../css/sass/pages/home/_style.scss */
.has-error .bar:before,
.has-error .bar:after {
  background: #f33155;
}

/* line 16110, ../../css/sass/pages/home/_style.scss */
.has-warning .form-control:focus ~ label,
.has-warning .form-control:valid ~ label {
  color: #ffbb44;
}

/* line 16114, ../../css/sass/pages/home/_style.scss */
.has-success .form-control:focus ~ label,
.has-success .form-control:valid ~ label {
  color: #7ace4c;
}

/* line 16118, ../../css/sass/pages/home/_style.scss */
.has-error .form-control:focus ~ label,
.has-error .form-control:valid ~ label {
  color: #f33155;
}

/* line 16122, ../../css/sass/pages/home/_style.scss */
.has-feedback label ~ .t-0 {
  top: 0;
}

/*Data table page*/
/* line 16126, ../../css/sass/pages/home/_style.scss */
.table.dataTable,
table.dataTable {
  width: 99.80% !important;
}

/* line 16130, ../../css/sass/pages/home/_style.scss */
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_desc::after {
  float: none;
  padding-left: 10px;
}

/* style for realestate pages */
/* line 16137, ../../css/sass/pages/home/_style.scss */
.re ul.two-part li i,
.re ul.two-part li span {
  font-size: 36px;
}

/* line 16141, ../../css/sass/pages/home/_style.scss */
.bg-light h4 {
  font-weight: bold;
}

/* line 16144, ../../css/sass/pages/home/_style.scss */
.agent-contact,
.pro-desc {
  font-size: 12px;
}

/* line 16148, ../../css/sass/pages/home/_style.scss */
.form-agent-inq .form-group {
  margin-bottom: 10px;
}

/* line 16151, ../../css/sass/pages/home/_style.scss */
.agent-info {
  max-height: 358px;
  height: 358px;
  background: #f7fafc;
}

/* line 16156, ../../css/sass/pages/home/_style.scss */
.pro-list {
  margin-top: 15px;
}

/* line 16159, ../../css/sass/pages/home/_style.scss */
.pro-img,
.pro-detail {
  display: table-cell;
  vertical-align: top;
}

/* line 16164, ../../css/sass/pages/home/_style.scss */
.pro-detail h5 a {
  color: #313131;
  line-height: 20px;
  font-weight: 500;
}

/* line 16169, ../../css/sass/pages/home/_style.scss */
.pro-box .pro-list-img {
  display: block;
  height: 210px;
  position: relative;
  overflow: hidden;
}

/* line 16175, ../../css/sass/pages/home/_style.scss */
.pro-box .pro-label {
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 0;
  border-radius: 2px;
  padding: 5px;
  font-size: 80%;
}

/* line 16184, ../../css/sass/pages/home/_style.scss */
.pro-col-label {
  padding: 7px;
  width: 26%;
  display: block;
  margin-top: -15px;
  margin-left: 37%;
  border: 1px solid rgba(120, 130, 140, 0.13);
  text-transform: uppercase;
}

/* line 16193, ../../css/sass/pages/home/_style.scss */
.pro-box .pro-label-img {
  position: absolute;
  top: 30px;
  right: 30px;
}

/* line 16198, ../../css/sass/pages/home/_style.scss */
.pro-box.pro-horizontal pro-content {
  width: 100%;
  height: 210px;
}

/* line 16202, ../../css/sass/pages/home/_style.scss */
.pro-content .pro-list-details {
  height: 138px;
  max-height: 142px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 16208, ../../css/sass/pages/home/_style.scss */
.pro-content .pro-list-info {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 16211, ../../css/sass/pages/home/_style.scss */
.pro-content .pro-list-details h3,
.pro-content .pro-list-details h4,
.pro-list-info ul.pro-info li,
.pro-agent .agent-name h5,
.pro-agent .agent-name small,
ul.pro-info li span.label,
.pro-location span,
.pro-list-info-3-col ul.pro-info li,
.pro-content-3-col .pro-list-details h3,
.pro-content-3-col .pro-list-details h4,
.pro-content-3-col .pro-list-details h4 small,
.pro-agent-col-3 .agent-name h5,
.pro-agent-col-3 .agent-name small {
  font-weight: 500;
}

/* line 16226, ../../css/sass/pages/home/_style.scss */
.pro-list-info ul.pro-info,
.pro-list-info-3-col ul.pro-info {
  padding: 16px 10px 10px 10px;
  list-style: none;
}

/* line 16231, ../../css/sass/pages/home/_style.scss */
.pro-list-info ul.pro-info li {
  padding: 10px 0px 10px 20px;
  font-size: 12px;
}

/* line 16235, ../../css/sass/pages/home/_style.scss */
ul.pro-info li span.label {
  width: 25px;
  height: 25px;
  padding: 8px;
  border-radius: 50%;
  margin-top: -4px;
  margin-right: 15px;
  font-size: 12px;
}

/* line 16244, ../../css/sass/pages/home/_style.scss */
ul.pro-info li span img,
ul.pro-amenities li span img {
  margin-top: -8px;
  padding-right: 12px;
}

/* line 16249, ../../css/sass/pages/home/_style.scss */
.pro-agent .agent-img a img,
.pro-agent-col-3 .agent-img a img {
  border: 3px solid #ffffff;
  box-shadow: 1px 1px 1px rgba(120, 130, 140, 0.13);
  /*width: 60px;
    height: 60px;*/
}

/* line 16256, ../../css/sass/pages/home/_style.scss */
.pro-agent .agent-img,
.pro-agent .agent-name,
.pro-agent-col-3 .agent-img,
.pro-agent-col-3 .agent-name {
  float: left;
}

/* line 16262, ../../css/sass/pages/home/_style.scss */
.pro-agent .agent-img {
  padding-top: 12px;
}

/* line 16265, ../../css/sass/pages/home/_style.scss */
.pro-agent .agent-name {
  padding: 10px 0 0 15px;
}

/* line 16268, ../../css/sass/pages/home/_style.scss */
.pro-location span {
  padding-top: 27px;
}

/* line 16271, ../../css/sass/pages/home/_style.scss */
.pro-content-3-col {
  padding: 15px;
  background: #f7fafc;
}

/* line 16275, ../../css/sass/pages/home/_style.scss */
.pro-content-3-col .pro-list-details h4 small {
  color: #f33155;
}

/* line 16278, ../../css/sass/pages/home/_style.scss */
.pro-list-info-3-col ul.pro-info li {
  padding: 10px 5px;
}

/* line 16281, ../../css/sass/pages/home/_style.scss */
.pro-agent-col-3 .agent-img {
  padding: 15px;
}

/* line 16284, ../../css/sass/pages/home/_style.scss */
.pro-agent-col-3 .agent-name {
  padding: 15px 15px 15px 5px;
}

/* line 16287, ../../css/sass/pages/home/_style.scss */
ul.pro-amenities {
  list-style: none;
  padding: 8px 0;
}

/* line 16291, ../../css/sass/pages/home/_style.scss */
ul.pro-amenities li {
  padding: 10px 0 10px 0;
  font-size: 12px;
}

/* line 16295, ../../css/sass/pages/home/_style.scss */
ul.pro-amenities li span i {
  padding-right: 12px;
}

/* line 16298, ../../css/sass/pages/home/_style.scss */
.pro-rd .table > tbody > tr > td:first-child {
  font-weight: 500;
}

/* line 16301, ../../css/sass/pages/home/_style.scss */
.pro-rd .table > tbody > tr > td,
.pro-rd .table > tbody > tr > th {
  border: none;
  padding: 8px 8px 8px 0;
  font-size: 12px;
}

/* line 16307, ../../css/sass/pages/home/_style.scss */
.pd-agent-info {
  max-height: 200px;
  height: 200px;
  background: #f7fafc;
  margin-top: 15px;
}

/* line 16313, ../../css/sass/pages/home/_style.scss */
.pd-agent-contact,
.pd-agent-inq {
  padding: 25px;
}

/* line 16317, ../../css/sass/pages/home/_style.scss */
.pro-add-form .radio label,
.pro-add-form .checkbox label {
  font-weight: 100;
}

/* for Plugins section */
/* line 16322, ../../css/sass/pages/home/_style.scss */
.plugin-details {
  display: none;
}

/* line 16325, ../../css/sass/pages/home/_style.scss */
.plugin-details-active {
  display: block;
}

/*Register in steps page*/
/* line 16329, ../../css/sass/pages/home/_style.scss */
.register-box {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 2%;
}

/* line 16334, ../../css/sass/pages/home/_style.scss */
.step-register {
  position: absolute;
  height: 100%;
}

/*Material design icon*/
/* line 16339, ../../css/sass/pages/home/_style.scss */
.material-icon-list-demo .icons div {
  width: 33%;
  padding: 15px;
  display: inline-block;
  line-height: 40px;
}

/* line 16345, ../../css/sass/pages/home/_style.scss */
.material-icon-list-demo .icons div i {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 16350, ../../css/sass/pages/home/_style.scss */
.material-icon-list-demo .icons div:hover {
  background: #f7fafc;
}

@media (max-width:1680px) and (min-width:1170px) {

  .view-franchise .custom-title .pull-right:not(:first-child) {
    margin-right:0!important;
  }

	.custom-title .pull-right {
    	margin-right: 32% !important;
	}
}

@media (max-width: 1680px) {
  /* line 16354, ../../css/sass/pages/home/_style.scss */
  .weather-with-bg .wt-counter li {
    padding: 10px 1px;
  }
}
@media (max-width: 1460px) {
  /* line 16359, ../../css/sass/pages/home/_style.scss */
  .weather-with-bg .wt-counter li {
    padding: 10px 0px;
  }

  /* line 16362, ../../css/sass/pages/home/_style.scss */
  .weather-with-bg .wt-counter li a {
    min-width: 38px;
    margin-bottom: 7px;
    height: 43px;
    padding: 10px;
  }
}
/*For Laptop (1280px)*/
@media (max-width: 1350px) {
  /* line 16371, ../../css/sass/pages/home/_style.scss */
  .carousel .item h3 {
    font-size: 17px;
    height: 90px;
  }

  /* line 16375, ../../css/sass/pages/home/_style.scss */
  .inbox-center a {
    width: 400px;
  }

  /* line 16378, ../../css/sass/pages/home/_style.scss */
  .new-login-register .lg-info-panel {
    width: 450px;
  }

  /* line 16381, ../../css/sass/pages/home/_style.scss */
  .new-login-register .new-login-box {
    margin-left: 500px;
  }
}
/*Small Desktop*/
@media (min-width: 1170px) {
  /* line 16387, ../../css/sass/pages/home/_style.scss */
  .app-search .form-control:focus {
    width: 300px;
  }

  /* line 16390, ../../css/sass/pages/home/_style.scss */
  .hide-sidebar .top-left-part {
    width: auto;
    display: none;
  }

  /* line 16394, ../../css/sass/pages/home/_style.scss */
  .hide-sidebar .top-left-part .logo span {
    display: none;
  }

  /* line 16397, ../../css/sass/pages/home/_style.scss */
  .hide-sidebar .sidebar {
    left: -240px;
    transition: 0.5s ease-out;
  }

  /* line 16401, ../../css/sass/pages/home/_style.scss */
  .hide-sidebar #page-wrapper {
    margin-left: 0px;
  }

  /* line 16404, ../../css/sass/pages/home/_style.scss */
  .hide-sidebar .footer {
    left: 0px;
  }
}
/*Ipad*/
@media (min-width: 768px) {
  /* line 16410, ../../css/sass/pages/home/_style.scss */
  #page-wrapper {
    position: inherit;
    margin: 0px 0 0px 240px;
  }

  /* line 16414, ../../css/sass/pages/home/_style.scss */
  .navbar-default {
    position: relative;
    width: 100%;
    top: 0px;
  }

  /* line 16419, ../../css/sass/pages/home/_style.scss */
  .sidebar {
    z-index: 1001;
    position: fixed;
    width: 240px;
    padding-top: 0px;
    height: 100%;
    transition: 0.05s ease-in;
  }

  /* line 16427, ../../css/sass/pages/home/_style.scss */
  .sidebar:hover {
    width: 240px;
  }

  /* line 16430, ../../css/sass/pages/home/_style.scss */
  .fix-header .navbar-static-top {
    position: fixed;
    z-index: 1010;
  }

  /* line 16434, ../../css/sass/pages/home/_style.scss */
  .fix-header #page-wrapper {
    margin-top: 60px;
  }
}
/* line 16438, ../../css/sass/pages/home/_style.scss */
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  margin-left: auto;
}

/* line 16443, ../../css/sass/pages/home/_style.scss */
.mail_listing {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  padding-left: 20px;
}

/* line 16447, ../../css/sass/pages/home/_style.scss */
.inbox-panel {
  padding-right: 20px;
}

/* line 16450, ../../css/sass/pages/home/_style.scss */
.top-minus {
  margin-top: -62px;
  float: right;
}

/*This is for sidemenu*/
@media (max-width: 1170px) {
  /* line 16456, ../../css/sass/pages/home/_style.scss */
  .content-wrapper .sidebar {
    left: -240px;
  }

  /* line 16459, ../../css/sass/pages/home/_style.scss */
  .content-wrapper #page-wrapper {
    margin-left: 0px;
  }

  /* line 16462, ../../css/sass/pages/home/_style.scss */
  .content-wrapper.show-sidebar .sidebar {
    left: 0px;
  }

  /* line 16465, ../../css/sass/pages/home/_style.scss */
  .content-wrapper .footer {
    left: 0px;
  }

  /* line 16468, ../../css/sass/pages/home/_style.scss */
  .col-in {
    padding: 15px 0;
  }

  /* line 16471, ../../css/sass/pages/home/_style.scss */
  .col-in li.col-middle {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 16476, ../../css/sass/pages/home/_style.scss */
  .b-r-none {
    border-right: 0px;
  }

  /* line 16479, ../../css/sass/pages/home/_style.scss */
  .carousel-inner h3 {
    height: 90px;
    overflow: hidden;
  }

  /* line 16483, ../../css/sass/pages/home/_style.scss */
  .inbox-center a {
    width: 300px;
  }

  /* line 16486, ../../css/sass/pages/home/_style.scss */
  .new-login-register .lg-info-panel {
    display: none;
  }

  /* line 16489, ../../css/sass/pages/home/_style.scss */
  .new-login-register .new-login-box {
    margin: 0px auto;
    margin-top: 10%;
  }
}
/*Phone*/
@media (max-width: 767px) {
  /* line 16496, ../../css/sass/pages/home/_style.scss */
  .navbar-top-links {
    float: left;
  }

  /* line 16500, ../../css/sass/pages/home/_style.scss */
  .logo b {
    padding-left: 5px;
    display: block;
    margin-top: -59px;
    max-height: 0px;
  }

  /* line 16506, ../../css/sass/pages/home/_style.scss */
  img.light-logo {
    margin-left: 0;
  }

  /* line 16509, ../../css/sass/pages/home/_style.scss */
  .navbar-top-links .profile-pic img {
    margin-right: 0px;
  }

  /* line 16512, ../../css/sass/pages/home/_style.scss */
  .top-left-part {
    width: 60px;
    max-height:60px;
  }

  /* line 16515, ../../css/sass/pages/home/_style.scss */
  .navbar-top-links > li:last-child {
    margin-right: 0px;
  }

  /* line 16518, ../../css/sass/pages/home/_style.scss */
  .navbar-top-links > li > a {
    padding: 0 12px;
  }

  /* line 16521, ../../css/sass/pages/home/_style.scss */
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    width: 260px;
  }

  /* line 16526, ../../css/sass/pages/home/_style.scss */
  .show-sidebar .sidebar {
    width: 240px;
    top: 0px;
  }

  /* line 16530, ../../css/sass/pages/home/_style.scss */
  .show-sidebar .sidebar .hide-menu {
    display: inline;
  }

  /* line 16533, ../../css/sass/pages/home/_style.scss */
  .show-sidebar .sidebar .nav-small-cap {
    display: block;
  }

  /* line 16536, ../../css/sass/pages/home/_style.scss */
  .show-sidebar .sidebar .sidebar-head {
    width: 240px;
    display: block;
  }

  /* line 16540, ../../css/sass/pages/home/_style.scss */
  .sidebar {
    z-index: 1001;
    position: fixed;
    width: 0px;
    padding-top: 0px;
    height: 100%;
  }

  /* line 16547, ../../css/sass/pages/home/_style.scss */
  .sidebar-head {
    width: 0px;
    display: none;
  }

  /* line 16551, ../../css/sass/pages/home/_style.scss */
  #page-wrapper {
    margin: 0px;
  }

  /* line 16554, ../../css/sass/pages/home/_style.scss */
  .row-in-br {
    border-right: 0px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  }

  /* line 16558, ../../css/sass/pages/home/_style.scss */
  .bg-title .breadcrumb {
    float: left;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  /*Timeline*/
  /* line 16564, ../../css/sass/pages/home/_style.scss */
  ul.timeline:before {
    left: 40px;
  }

  /* line 16567, ../../css/sass/pages/home/_style.scss */
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
  }

  /* line 16570, ../../css/sass/pages/home/_style.scss */
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }

  /* line 16575, ../../css/sass/pages/home/_style.scss */
  ul.timeline > li > .timeline-panel {
    float: right;
  }

  /* line 16578, ../../css/sass/pages/home/_style.scss */
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }

  /* line 16584, ../../css/sass/pages/home/_style.scss */
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }

  /* line 16590, ../../css/sass/pages/home/_style.scss */
  .wizard-steps > li {
    display: block;
  }

  /* line 16593, ../../css/sass/pages/home/_style.scss */
  .dropdown .mailbox,
  .dropdown .dropdown-tasks {
    left: -94px;
  }

  /***** Start Update 1.5 *****/
  /* line 16598, ../../css/sass/pages/home/_style.scss */
  .fix-header .navbar-static-top {
    position: fixed;
    top: 0px;
    width: 100%;
  }

  /* line 16603, ../../css/sass/pages/home/_style.scss */
  .fix-header #page-wrapper {
    margin-top: 60px;
  }

  /* line 16606, ../../css/sass/pages/home/_style.scss */
  .mega-dropdown-menu {
    height: 340px;
    overflow: auto;
  }

  /* line 16610, ../../css/sass/pages/home/_style.scss */
  .left-aside {
    position: relative;
    width: 100%;
    border: 0px;
  }

  /* line 16615, ../../css/sass/pages/home/_style.scss */
  .right-aside {
    margin-left: 0px;
  }

  /* line 16618, ../../css/sass/pages/home/_style.scss */
  .chat-main-box .chat-left-aside {
    left: -250px;
    transition: 0.5s ease-in;
    background: #ffffff;
  }

  /* line 16623, ../../css/sass/pages/home/_style.scss */
  .chat-main-box .chat-left-aside.open-pnl {
    left: 0px;
  }

  /* line 16626, ../../css/sass/pages/home/_style.scss */
  .chat-main-box .chat-left-aside .open-panel {
    display: block;
  }

  /* line 16629, ../../css/sass/pages/home/_style.scss */
  .chat-main-box .chat-right-aside {
    margin: 0px;
  }

  /***** Close Update 1.5 *****/
  /* line 16633, ../../css/sass/pages/home/_style.scss */
  .table-responsive.pro-rd {
    border: none;
  }

  /* line 16636, ../../css/sass/pages/home/_style.scss */
  .step-register,
  .login-register,
  #msform fieldset {
    position: relative;
  }

  /* line 16641, ../../css/sass/pages/home/_style.scss */
  .mega-dropdown-menu {
    padding-left: 20px;
  }

  /* line 16644, ../../css/sass/pages/home/_style.scss */
  .calendar-widget .cal-left {
    position: relative;
    width: 100%;
  }

  /* line 16648, ../../css/sass/pages/home/_style.scss */
  .calendar-widget .cal-left .cal-btm-text {
    position: relative;
    bottom: 0px;
    padding-top: 30px;
  }

  /* line 16653, ../../css/sass/pages/home/_style.scss */
  .calendar-widget .cal-right {
    width: 100%;
  }

  /* line 16656, ../../css/sass/pages/home/_style.scss */
  .calendar-widget .cal-right .cal-table td {
    padding: 15px 0px;
  }

  /* line 16659, ../../css/sass/pages/home/_style.scss */
  .calendar-widget .cal-right .cal-table td h1 {
    padding-left: 20px;
  }

  /* line 16662, ../../css/sass/pages/home/_style.scss */
  .error-body h1 {
    font-size: 80px;
    line-height: 100px;
  }

  /* line 16666, ../../css/sass/pages/home/_style.scss */
  .weather-with-bg .wt-top .wt-img h1 {
    font-size: 24px;
    line-height: 24px;
  }

  /* line 16670, ../../css/sass/pages/home/_style.scss */
  .manage-table {
    margin: 0px;
  }

  /* line 16673, ../../css/sass/pages/home/_style.scss */
  .dp-table img {
    width: 50px;
  }

  /* line 16676, ../../css/sass/pages/home/_style.scss */
  .earning-box li .er-row .er-text {
    width: 37%;
  }

  /* line 16679, ../../css/sass/pages/home/_style.scss */
  .earning-box li .er-row .er-count {
    font-size: 24px;
  }

  /* line 16682, ../../css/sass/pages/home/_style.scss */
  .sidebar .nav-second-level li a,
  .sidebar:hover .nav-second-level li a {
    padding-left: 40px;
  }

  /* line 16686, ../../css/sass/pages/home/_style.scss */
  .sidebar .nav-third-level li a,
  .sidebar:hover .nav-third-level li a {
    padding-left: 60px;
  }
}
@media (max-width: 480px) {
  /* line 16692, ../../css/sass/pages/home/_style.scss */
  .vtabs .tabs-vertical {
    width: auto;
  }

  a.dropdown-toggle.profile-pic {
    font-size: 12px;
    padding: 0 10px;
}

#page-wrapper .container-fluid {
  padding: 0;
}

.panel .panel-heading {
  font-size: 14px!important;
  padding: 10px!important;
  text-align: center;
}

.panel .panel-heading .pull-right {
  position: absolute;
  right: 30px;
  top: 10px;
}

.leadsinfo1 .white-box.analytics-info {
  min-height: auto!important;
  padding: 10px;
  margin-bottom: 10px;
}

.bg-title {
  padding:10px!important;
}

.bg-title h4 {
  margin: 0 10px!important;

}

.button-heading-container {
  display: block!important;
  margin: 5px 0;
}

.button-heading-container a.btn.btn-block.btn-info {
  width: 100%;
  display: block;
  margin: 0 auto!important;
}

  .top-left-part {
    display:none;
  }

  .navbar-top-links > li > a {
    padding: 0 8px;
  }

  /* line 16695, ../../css/sass/pages/home/_style.scss */
  .stat-item {
    padding-right: 0px;
  }

  /* line 16698, ../../css/sass/pages/home/_style.scss */
  .login-box {
    width: 100%;
  }

  /* line 16701, ../../css/sass/pages/home/_style.scss */
  .pro-content .pro-list-details {
    height: 100px;
    border-right: none;
  }

  /* line 16705, ../../css/sass/pages/home/_style.scss */
  .pro-list-info ul.pro-info li {
    padding: 10px 0 10px 0;
  }

  /* line 16708, ../../css/sass/pages/home/_style.scss */
  .pro-list-info ul.pro-info {
    padding-left: 0;
  }

  /* line 16711, ../../css/sass/pages/home/_style.scss */
  .pro-agent .agent-img {
    padding-top: 3px;
  }

  /* line 16714, ../../css/sass/pages/home/_style.scss */
  .pro-agent .agent-name {
    padding: 2px 0 10px 15px;
  }

  /* line 16717, ../../css/sass/pages/home/_style.scss */
  .new-login-register .lg-info-panel {
    display: none;
  }

  /* line 16720, ../../css/sass/pages/home/_style.scss */
  .new-login-register .new-login-box {
    margin: 0px auto;
    width: 300px;
    margin-top: 10%;
  }
}
/* line 16727, ../../css/sass/pages/home/_style.scss */
.stat-active {
  background: #7ace4c;
  padding: 6px;
  border-radius: 8px;
  color: #fff;
}

/* line 16734, ../../css/sass/pages/home/_style.scss */
.stat-on-leave {
  background: #FFC107;
  padding: 6px;
  border-radius: 8px;
  color: #fff;
}

.stat-rejected {
  background: #000;
  padding: 6px;
  border-radius: 8px;
  color: #fff;
}

/* line 16741, ../../css/sass/pages/home/_style.scss */
.stat-suspended, .stat-terminated {
  background: #ff0707;
  padding: 6px;
  border-radius: 8px;
  color: #fff;
}


.stat-info, .stat-on-hold {
  background: #41b3f9;
  padding: 6px;
  border-radius: 8px;
  color: #fff;
}

/* line 16748, ../../css/sass/pages/home/_style.scss */
.stat-default {
  background: #bfbbbb;
  padding: 6px;
  border-radius: 8px;
  color: #fff;
}

/* line 16756, ../../css/sass/pages/home/_style.scss */
.tbl {
  /*  overflow-x:scroll;   */
  margin-left: 17rem;
}

/* line 16761, ../../css/sass/pages/home/_style.scss */
.headcol {
  position: absolute;
  width: 5rem;
  left: 0;
}

/* line 16767, ../../css/sass/pages/home/_style.scss */
.headcol2 {
  position: absolute;
  width: 5rem;
  left: 6rem;
  border-left: 0 !important;
}

.check-box-spacing label{
  margin-right: 3rem;
}

#page-wrapper.tree .panel-heading {
  background-color: #444444;
  padding: 12px 20px!important;
}

#page-wrapper.tree .panel-heading .panel-title {
  color:#ffffff;
}

.count-tree-child {
  float: right;
    margin-right: 40px;
    margin-top: -25px;
    background: #47b51a;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 100%;
}


.status-leads-heading {
  float: right;
    margin-right: 40px;
    margin-top: -25px;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}

.norecords-panel {
  padding: 25px;
  color: #263238;
  border-top: none;
  word-break: break-word;
}

.panel-group .panel-default .panel-heading {
  padding: 12px 20px!important;
  background-color: #444444!important;
}

.panel-group .panel-default .panel-heading a {
  color:white!important;
}