/*
Theme Name: Way
Description: Software Landing Page
Author: DohTheme
Author URI: http://www.dohtheme.com
Version: 1.0
License: https://themeforest.net/licenses/standard
*/
/*------------------------------------------------------------------
[Table of contents]

1. RESET CSS
2. BASE CSS
3. GENERAL CLASSES
  3.1 BUTTONS
4. BOOTSTRAP OVERWRITE CSS
5. HEADER CSS
6. HOME CONTENT CSS
7. BLOG PAGE CSS
8. SIDEBAR CSS
9. SINGLE BLOG PAGE CSS
10. 404 PAGE CSS
11. COMING SOON PAGE CSS
12. LOGIN PAGE
12. FOOTER CSS
13. HELPER CLASSES
14. RESPONSIVE CSS
-------------------------------------------------------------------*/
/* --------------------------------
RESET CSS
-------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

ul,
li {
  list-style: none; }

select {
  width: 100%; }

input:focus {
  outline: 0; }

/* --------------------------------
BASE CSS
-------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-selection {
  background-color: #457fca;
  color: #fff; }

::selection {
  background-color: #457fca;
  color: #fff; }

::-moz-selection {
  background-color: #457fca;
  color: #fff; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Exo", sans-serif;
  color: #4A4545; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

/* --------------------------------
GENERAL CLASSES
-------------------------------- */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.98;
  z-index: 2000; }

.sk-cube-grid {
  position: relative;
  top: 45%;
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background: #75a3d2;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.s-back-grad, .price__header, .price__header::after {
  background: #457fca;
  background: -webkit-linear-gradient(to right, #457fca, #5691c8);
  background: -webkit-gradient(linear, left top, right top, from(#457fca), to(#5691c8));
  background: -webkit-linear-gradient(left, #457fca, #5691c8);
  background: -o-linear-gradient(left, #457fca, #5691c8);
  background: linear-gradient(to right, #457fca, #5691c8); }

.s-newbg { background: #457fca;  }

#addLogo { display: none }

.mainLogo { padding: 10px 0; background: #fff; border-radius: 8px; width: 50%; margin: 0 auto; margin-top: -60px; display: block; text-align: center; font-weight: bold; font-size: 16px }
.mainLogo img { display: block; width: 60%; margin: 0 auto }
.addLogo { cursor: pointer; padding: 50px; border-radius: 8px; border: 1px dashed rgba(255,255,255,0.4); width: 50%; margin: 0 auto; display: block; text-align: center; font-weight: bold; font-size: 16px }
.addLogo.small { margin-top: 10px; padding: 15px 50px }
.addLogo.small span { margin-top: 5px }
.addLogo span { margin-top: 25px; display: block; font-weight: normal; font-size: 11px }
.addLogo:hover { background: rgba(255,255,255,0.2) }

.s-text-grad, .demo__success span, .team__member h6, .blog__content--tags a, .contact__success, .blog-header .breadcrumb > .active, .sidebar .tags li a {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #457fca), to(#5691c8));
  background: -webkit-linear-gradient(left, #457fca 0, #5691c8 100%);
  background: -o-linear-gradient(left, #457fca 0, #5691c8 100%);
  background: linear-gradient(to right, #457fca 0, #5691c8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.s-pattern {
  background-image: url("../img/pattern.png"); }

.s-section-padding {
  padding: 5em 0; }

.s-section-alt {
  background-color: #F3F9FF; }

.s-primary-content {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }

.c-headline {
  position: relative;
  font-size: 14px;
  text-align: center;
  margin-bottom: 60px; }
  .c-headline span {
    color: #9599A7;
    font-size: 1.1em;
    text-transform: uppercase; }
  .c-headline h2 {
    font-size: 2.142em;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 6px; }
  .c-headline::after {
    content: "";
    width: 36px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    background-image: -webkit-gradient(linear, left top, right top, from(#FF5782), to(#FD8596));
    background-image: -webkit-linear-gradient(left, #FF5782 0%, #FD8596 100%);
    background-image: -o-linear-gradient(left, #FF5782 0%, #FD8596 100%);
    background-image: linear-gradient(to right, #FF5782 0%, #FD8596 100%);
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .c-headline.-white {
    color: #fff; }
    .c-headline.-white span {
      color: #fff; }
    .c-headline.-white::after {
      background: #fff; }

.c-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.c-social-icons li {
  display: inline-block;
  margin-right: 4px; }
  .c-social-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.125rem;
    text-align: center;
    margin-right: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

/* --------------------------------
BUTTONS
-------------------------------- */
.c-btn {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 30px;
  border: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .c-btn.-rounded {
    border-radius: 44px; }
  .c-btn.-big {
    padding: 12px 46px; }

.c-btn--primary {
  position: relative;
  background: #fff;
  color: #457fca; }
  .c-btn--primary span {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #457fca), color-stop(51%, #5691c8), to(#457fca));
    background: -webkit-linear-gradient(left, #457fca 0, #5691c8 51%, #457fca 100%);
    background: -o-linear-gradient(left, #457fca 0, #5691c8 51%, #457fca 100%);
    background: linear-gradient(to right, #457fca 0, #5691c8 51%, #457fca 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .c-btn--primary:hover, .c-btn--primary:focus {
    color: #457fca; }
    .c-btn--primary:hover span, .c-btn--primary:focus span {
      background-position: right center; }

.c-btn--action {
  background: #FF5782;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF5782), color-stop(51%, #FD8596), to(#FF5782));
  background-image: -webkit-linear-gradient(left, #FF5782 0%, #FD8596 51%, #FF5782 100%);
  background-image: -o-linear-gradient(left, #FF5782 0%, #FD8596 51%, #FF5782 100%);
  background-image: linear-gradient(to right, #FF5782 0%, #FD8596 51%, #FF5782 100%);
  background-size: 200% auto;
  color: #fff; }
  .c-btn--action:hover, .c-btn--action:focus {
    background-position: right center;
    color: #fff; }

/* --------------------------------
BOOTSTRAP OVERWRITE CSS
-------------------------------- */
.navbar-default {
  background: transparent;
  padding: 25px 0;
  border: none;
  margin-bottom: 0; }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }
  .navbar-brand > img {
    max-width: initial;
    max-height: 100%; }

.navbar-nav {
  padding: 4px 0; }

.nav > li > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 2px;
  margin: 0 14px; }

.navbar-default .navbar-nav > li > a {
  color: #fff;
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: inherit;
    opacity: 1; }
  .navbar-default .navbar-nav > li > a::after {
    content: '';
    position: absolute;
    left: 2px;
    bottom: 8px;
    width: 1px;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .navbar-default .navbar-nav > li > a.-register {
    opacity: 1;
    padding-left: 18px;
    padding-right: 18px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    border-radius: 4px; }
    .navbar-default .navbar-nav > li > a.-register:hover {
      background-color: rgba(255, 255, 255, 0.3); }
    .navbar-default .navbar-nav > li > a.-register::after {
      display: none; }
  .navbar-default .navbar-nav > li > a.-login {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 4px; }
    .navbar-default .navbar-nav > li > a.-login:hover {
      background-color: rgba(0, 0, 0, 0.4); }
    .navbar-default .navbar-nav > li > a.-login::after {
      display: none; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
  opacity: 1; }

.navbar-default .navbar-nav li.active a::after,
.navbar-default .navbar-nav > li > a:hover::after {
  width: 12px;
  opacity: 1; }

.navbar-default .navbar-toggle {
  border: none; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none; }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: initial; }

.form-group {
  margin-bottom: 28px; }

input.form-control {
  height: 40px; }

.pagination > li > a, .pagination > li > span {
  width: 34px;
  height: 34px;
  line-height: 32px;
  background-color: #F5F9FE;
  color: #4A4545;
  font-size: 13px;
  padding: 0;
  border-color: #F5F9FE;
  border-radius: 4px;
  margin-left: 12px; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #ECF3FC;
  color: #4A4545;
  border-color: #ECF3FC; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #457fca;
  border-color: #457fca;
  color: #fff; }

/* --------------------------------
HEADER CSS
-------------------------------- */
#header {
  position: relative;
  color: #fff; }

.nav-fixed-bg {
  background: #457fca;
  background: -webkit-linear-gradient(to right, #457fca, #5691c8);
  background: -webkit-gradient(linear, left top, right top, from(#457fca), to(#5691c8));
  background: -webkit-linear-gradient(left, #457fca, #5691c8);
  background: -o-linear-gradient(left, #457fca, #5691c8);
  background: linear-gradient(to right, #457fca, #5691c8);
  -webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.12);
  opacity: 0.95; }

.header__img {
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed; }

.header__video {
  overflow: hidden; }

.header__scroll {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

/* --------------------------------
HERO SECTION CSS
-------------------------------- */
.hero {
  position: relative;
  padding: 210px 0; }
  .hero__info {
    color: #fff;
    padding-top: 55px }
    .hero__info h2 {
      font-size: 2.8125rem;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
      line-height: 55px; }
    .hero__info p {
      padding: 20px 0 35px; }
  .hero__download a {
    margin-right: 16px;
    -webkit-box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.12); }
  .hero__shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(360deg, white 0%, rgba(255, 255, 255, 0) 100%); }

/* --------------------------------
HOME PAGE CSS
-------------------------------- */
/*-------------------
[FEATURES SECTION]
-------------------*/
.features__container {
  padding: 35px; }

.feature {
  text-align: center;
  margin-top: 20px; }
  .feature__icon {
    width: 120px;
    height: 120px;
    border-radius: 4px;
    margin: 0 auto; }
    .feature__icon img {
      max-width: 120px;
      padding: 20px;}
  .feature h3 {
    font-size: 1.425rem;
    font-weight: 600;
    padding: 25px 0 5px 0; }
  .feature p {
    font-size: 0.875rem;
    color: #9599A7; }

/*-------------------
[SOLUTIONS SECTION]
-------------------*/
.solutions {
  overflow: hidden; }
  .solutions__container {
    padding: 30px 0 60px; }
  .solutions__screen img {
    -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.12); }
  .solutions__item {
    max-width: 450px;
    padding: 25px 0; }
    .solutions__item h3 {
      position: relative;
      font-size: 1.375rem;
      text-transform: uppercase;
      padding-bottom: 8px; }
      .solutions__item h3::before {
        content: '';
        position: absolute;
        top: 16px;
        left: -32px;
        width: 20px;
        height: 2px;
        background-image: -webkit-gradient(linear, left top, right top, from(#FF5782), to(#FD8596));
        background-image: -webkit-linear-gradient(left, #FF5782 0%, #FD8596 100%);
        background-image: -o-linear-gradient(left, #FF5782 0%, #FD8596 100%);
        background-image: linear-gradient(to right, #FF5782 0%, #FD8596 100%);
        border-radius: 4px; }
    .solutions__item p {
      color: #9599A7;
      font-size: 0.875rem;
      line-height: 1.9; }

/*-------------------
[VIDEO SECTION]
-------------------*/
.video {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  padding: 5% 0; }
  .video__overlay {
    opacity: 0.8; }
  .video .container {
    position: relative;
    z-index: 2; }
  .video__action {
    display: block;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.23);
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.12), 0 0 0 95px rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.12), 0 0 0 95px rgba(255, 255, 255, 0.12);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 10.625em auto 7.125em; }
    .video__action i {
      font-size: 6em; }
    .video__action:hover, .video__action:focus {
      background-color: rgba(255, 255, 255, 0.12);
      -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.12);
      box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.12);
      color: #fff; }

/*-------------------
[SCREENSHOTS SECTION]
-------------------*/
.screens__item {
  text-align: center; }

.screens .owl-carousel .owl-item {
  display: block;
  min-height: 380px;
  padding: 30px;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.screens .owl-carousel .owl-item.center {
  padding: 0;
  opacity: 1;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12); }

.screens .owl-theme .owl-nav {
  margin-top: 20px; }

.screens .owl-theme .owl-nav .owl-prev,
.screens .owl-theme .owl-nav .owl-next {
  background: none;
  text-indent: -9999px; }
  .screens .owl-theme .owl-nav .owl-prev::before,
  .screens .owl-theme .owl-nav .owl-next::before {
    font-family: FontAwesome;
    float: left;
    text-indent: 0;
    color: #4A4545;
    font-size: 48px;
    line-height: 26px; }

.screens .owl-theme .owl-nav .owl-prev::before {
  content: "\f104"; }

.screens .owl-theme .owl-nav .owl-next::before {
  content: "\f105";
  margin-left: 24px; }

/*-------------------
[DEMO SECTION]
-------------------*/
.demo__container {
  padding: 45px;
  border-radius: 4px; }

.demo__success {
  max-width: 600px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  margin: 0 auto; }

.demo__form {
  position: relative;
  max-width: 600px;
  margin: 0 auto 20px; }

.demo .form-control {
  height: 44px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .demo .form-control::-webkit-input-placeholder {
    color: #fff; }
  .demo .form-control::-moz-placeholder {
    color: #fff; }
  .demo .form-control:-ms-input-placeholder {
    color: #fff; }
  .demo .form-control:-moz-placeholder {
    color: #fff; }

.demo .c-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

/*-------------------
[TESTIMONAL SECTION]
-------------------*/
.testimon {
  position: relative;
  overflow: hidden; }
  .testimon__symbol {
    position: absolute;
    bottom: -8%;
    right: -1%;
    color: #4A4545;
    opacity: 0.05;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg); }
    .testimon__symbol i {
      font-size: 18em; }
  .testimon__item {
    margin: 12px; }
  .testimon__content {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.9;
    padding: 25px;
    margin-bottom: 35px; }
    .testimon__content::after {
      content: '';
      position: absolute;
      bottom: -24px;
      left: 35px;
      border: inset 12px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #fff transparent transparent transparent;
      border-top-style: solid; }
  .testimon__info img {
    max-width: 80px;
    float: left;
    border-radius: 4px;
    margin-right: 10px; }
  .testimon__info h4 {
    font-size: 1.35rem;
    font-weight: 600;
    text-transform: uppercase; }
  .testimon__info p {
    font-size: 0.85rem; }
  .testimon .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px; }

/*-------------------
[PRICE SECTION]
-------------------*/
.price__table {
  min-height: 454px;
  padding: 8px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  margin: 10px; }
  .price__table.-free .price__header {
    background: -webkit-gradient(linear, left top, right top, from(#e878d4), to(#b3ceeb));
    background: -webkit-linear-gradient(left, #e878d4, #b3ceeb);
    background: -o-linear-gradient(left, #e878d4, #b3ceeb);
    background: linear-gradient(to right, #e878d4, #b3ceeb); }
    .price__table.-free .price__header::after {
      background: -webkit-gradient(linear, left top, right top, from(#e878d4), to(#b3ceeb));
      background: -webkit-linear-gradient(left, #e878d4, #b3ceeb);
      background: -o-linear-gradient(left, #e878d4, #b3ceeb);
      background: linear-gradient(to right, #e878d4, #b3ceeb); }
  .price__table.-free .price__price {
    color: #9599A7; }
  .price__table.-free .c-btn--action {
    background-image: -webkit-gradient(linear, left top, right top, from(#e878d4), color-stop(51%, #b3ceeb), to(#e878d4));
    background-image: -webkit-linear-gradient(left, #e878d4 0%, #b3ceeb 51%, #e878d4 100%);
    background-image: -o-linear-gradient(left, #e878d4 0%, #b3ceeb 51%, #e878d4 100%);
    background-image: linear-gradient(to right, #e878d4 0%, #b3ceeb 51%, #e878d4 100%); }
  .price__table.-standard .price__header {
    background: -webkit-gradient(linear, left top, right top, from(#ffafbd), to(#ffc3a0));
    background: -webkit-linear-gradient(left, #ffafbd, #ffc3a0);
    background: -o-linear-gradient(left, #ffafbd, #ffc3a0);
    background: linear-gradient(to right, #ffafbd, #ffc3a0); }
    .price__table.-standard .price__header::after {
      background: -webkit-gradient(linear, left top, right top, from(#ffafbd), to(#ffc3a0));
      background: -webkit-linear-gradient(left, #ffafbd, #ffc3a0);
      background: -o-linear-gradient(left, #ffafbd, #ffc3a0);
      background: linear-gradient(to right, #ffafbd, #ffc3a0); }
  .price__table.-standard .price__price {
    color: #ffafbd; }
  .price__table.-standard .c-btn--action {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffafbd), color-stop(51%, #ffc3a0), to(#ffafbd));
    background-image: -webkit-linear-gradient(left, #ffafbd 0%, #ffc3a0 51%, #ffafbd 100%);
    background-image: -o-linear-gradient(left, #ffafbd 0%, #ffc3a0 51%, #ffafbd 100%);
    background-image: linear-gradient(to right, #ffafbd 0%, #ffc3a0 51%, #ffafbd 100%); }
  .price__table.-premium .price__header {
    background: -webkit-gradient(linear, left top, right top, from(#51a8c2), to(#a3dac4));
    background: -webkit-linear-gradient(left, #51a8c2, #a3dac4);
    background: -o-linear-gradient(left, #51a8c2, #a3dac4);
    background: linear-gradient(to right, #51a8c2, #a3dac4); }
    .price__table.-premium .price__header::after {
      background: -webkit-gradient(linear, left top, right top, from(#51a8c2), to(#a3dac4));
      background: -webkit-linear-gradient(left, #51a8c2, #a3dac4);
      background: -o-linear-gradient(left, #51a8c2, #a3dac4);
      background: linear-gradient(to right, #51a8c2, #a3dac4); }
  .price__table.-premium .price__price {
    color: #51a8c2; }
  .price__table.-premium .c-btn--action {
    background-image: -webkit-gradient(linear, left top, right top, from(#51a8c2), color-stop(51%, #a3dac4), to(#51a8c2));
    background-image: -webkit-linear-gradient(left, #51a8c2 0%, #a3dac4 51%, #51a8c2 100%);
    background-image: -o-linear-gradient(left, #51a8c2 0%, #a3dac4 51%, #51a8c2 100%);
    background-image: linear-gradient(to right, #51a8c2 0%, #a3dac4 51%, #51a8c2 100%); }

.price__header {
  position: relative;
  height: 150px;
  text-align: center;
  border-radius: 4px; }
  .price__header img {
    max-width: 60px;
    padding: 30px 0 10px;
    margin: 0 auto; }
  .price__header h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600; }
  .price__header::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 40px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%; }

.price__content {
  padding: 35px 15px 25px;
  margin-bottom: 110px; }
  .price__content--list {
    color: #9599A7;
    font-size: 0.875rem;
    line-height: 2.4; }
    .price__content--list li::before {
      content: "\f00c";
      font-family: "FontAwesome";
      float: left;
      color: #4A4545;
      margin-right: 10px; }
    .price__content--list span {
      color: #4A4545;
      font-weight: 600; }

.price__footer {
  position: absolute;
  bottom: 25px;
  left: 50%;
  text-align: center;
  padding-bottom: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.price__price {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px; }
  .price__price span {
    position: relative;
    right: -6px; }

/*-------------------
[COUNTER SECTION]
-------------------*/
.counter {
  position: relative; 
  text-align: center }
  .counter__headline {
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px; }
    .counter__headline h2 {
      position: relative;
      font-size: 1.75rem; }
      .counter__headline h2::after {
        content: '';
        position: absolute;
        top: 22px;
        right: -50px;
        width: 40px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        opacity: 0.6; }
      .counter__headline h2::before {
        content: '';
        position: absolute;
        top: 22px;
        left: -50px;
        width: 40px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        opacity: 0.6; }
    .counter__headline span {
      position: absolute;
      top: -24px;
      right: -86px;
      font-size: 3rem;
      opacity: 0.12; }
  .counter__item {
    text-align: center;
    color: #fff;
    margin-top: 30px; }
    .counter__item .timer.pls:after { content: "+" }
    .counter__item .timer {
      font-size: 1.75rem;
      font-weight: 700; }
    .counter__item span {
      display: block;
      font-size: 0.875rem; }

.milestone-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  margin-top: 36px; }
  .milestone-card__icon {
    width: 180px;
    height: 160px;
    background-color: #457fca;
    text-align: center; }
    .milestone-card__icon img {
      max-width: 80px;
      padding: 40px 0; }
  .milestone-card__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 25px; }
    .milestone-card__info h4 {
      font-size: 1.125rem;
      font-weight: 600;
      margin-bottom: 2px; }
    .milestone-card__info h6 {
      font-size: 0.8125rem; }
  .milestone-card__action {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    font-weight: 600; }
    .milestone-card__action li:first-child {
      margin-right: auto; }
    .milestone-card__action a {
      color: #fff; }

/*-------------------
[TEAM SECTION]
-------------------*/
.team__member {
  background: #fff;
  background: -moz-linear-gradient(-45deg, #fff 0%, #fff 25%, #5691c8 50%, #457fca 75%, #5691c8 100%);
  background: -webkit-linear-gradient(-45deg, #fff 0%, #fff 25%, #5691c8 50%, #457fca 75%, #5691c8 100%);
  background: -webkit-linear-gradient(315deg, #fff 0%, #fff 25%, #5691c8 50%, #457fca 75%, #5691c8 100%);
  background: -o-linear-gradient(315deg, #fff 0%, #fff 25%, #5691c8 50%, #457fca 75%, #5691c8 100%);
  background: linear-gradient(135deg, #fff 0%, #fff 25%, #5691c8 50%, #457fca 75%, #5691c8 100%);
  background-size: 400% 400%;
  text-align: center;
  padding: 45px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  margin: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .team__member img {
    max-width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto; }
  .team__member h4 {
    font-size: 1.375rem;
    font-weight: 600;
    margin: 20px 0 4px; }
  .team__member h6 {
    font-size: 0.9375rem; }
  .team__member p {
    color: #9599A7;
    font-size: 0.875rem;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .team__member:hover {
    background-position: 100% 100%;
    color: #fff; }
    .team__member:hover h6 {
      background: #fff;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .team__member:hover p {
      color: inherit;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }

.team .owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  z-index: -1; }

.team .owl-theme .owl-nav .owl-prev,
.team .owl-theme .owl-nav .owl-next {
  width: 70px;
  height: 50px;
  background: transparent;
  text-indent: -9999px; }
  .team .owl-theme .owl-nav .owl-prev::before,
  .team .owl-theme .owl-nav .owl-next::before {
    font-family: FontAwesome;
    float: left;
    text-indent: 0;
    color: #9599A7;
    font-size: 24px;
    margin-left: 18px; }

.team .owl-theme .owl-nav .owl-prev {
  float: left;
  margin-left: -100px; }
  .team .owl-theme .owl-nav .owl-prev::before {
    content: "\f053"; }

.team .owl-theme .owl-nav .owl-next {
  float: right;
  margin-right: -100px; }
  .team .owl-theme .owl-nav .owl-next::before {
    content: "\f054"; }

.c-social-icons.-team {
  margin-top: -60px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .c-social-icons.-team li a {
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3); }
    .c-social-icons.-team li a:hover {
      background-color: rgba(255, 255, 255, 0.3); }

.team__member:hover .c-social-icons.-team {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/*-------------------
[BLOGS SECTION]
-------------------*/
.blog {
  overflow: hidden; }
  .blog__item {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .blog__item:hover {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); }
    .blog__item.-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-height: 240px; }
      .blog__item.-list .blog__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        padding: 13px 20px; }
      .blog__item.-list .blog__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        max-height: initial; }
    .blog__item.-featured {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 488px; }
      .blog__item.-featured .blog__content {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        max-width: 100%;
        height: 100%;
        border-radius: 4px; }
      .blog__item.-featured .blog__content p {
        border: none;
        margin-top: 45px; }
      .blog__item.-featured .blog__content--tags {
        position: absolute;
        bottom: 25px;
        left: 25px; }
      .blog__item.-featured .blog__img {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        max-width: 100%;
        height: 488px;
        max-height: initial;
        border-radius: 4px; }
        .blog__item.-featured .blog__img img {
          max-width: initial;
          max-height: 100%; }
  .blog__img {
    max-height: 240px;
    overflow: hidden; }
  .blog__content {
    color: #8A8E93;
    font-size: 0.875rem;
    padding: 25px; }
    .blog__content--meta {
      margin-bottom: 20px; }
      .blog__content--meta li {
        display: inline-block;
        margin-right: 4px; }
        .blog__content--meta li a {
          color: #4A4545; }
        .blog__content--meta li::after {
          content: '-';
          float: right;
          margin-left: 8px; }
        .blog__content--meta li:last-child::after {
          display: none; }
    .blog__content h3 {
      font-size: 1.375rem;
      font-weight: 600;
      margin-bottom: 20px; }
      .blog__content h3 a {
        color: #4A4545;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .blog__content h3 a:hover {
          color: #FD8596; }
    .blog__content p {
      padding-bottom: 20px;
      border-bottom: 1px solid #F0F4F9;
      margin-bottom: 20px; }
    .blog__content--tags a {
      text-transform: capitalize;
      margin-right: 8px; }
  .blog__more {
    text-align: center;
    margin-top: 45px; }
    .blog__more a {
      color: #457fca;
      text-decoration: underline;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .blog__more a:hover {
        color: #FD8596; }

/* --------------------------------
CLIENTS SECTION CSS
-------------------------------- */
.clients img {
  max-height: 30px;
  margin: 30px auto; }

/* --------------------------------
SUBSCRIBE SECTION CSS
-------------------------------- */
.subscribe {
  background: #fff url("../img/subscribe-bg.png") no-repeat center/cover; }
  .subscribe__form {
    position: relative; }
    .subscribe__form .c-btn {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      height: 44px;
      line-height: 44px;
      text-align: center;
      padding: 0 30px; }
  .subscribe__message {
    margin: 10px auto; }
    .subscribe__message--text {
      position: relative;
      display: block;
      background-color: #fff;
      color: #fff;
      font-size: 0.8125rem;
      padding: 10px 10px 10px 44px;
      border-radius: 4px; }
      .subscribe__message--text::after {
        content: "";
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        left: 12px;
        width: 20px;
        height: 20px;
        background: rgba(0, 0, 0, 0.2);
        font-size: 12px;
        text-align: center;
        border-radius: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .subscribe__message--text.error {
        background-color: #d9534f; }
        .subscribe__message--text.error::after {
          content: "\f00d"; }
      .subscribe__message--text.valid {
        background-color: #5cb85c; }
        .subscribe__message--text.valid::after {
          content: "\f00c"; }
  .subscribe .form-control {
    height: 44px;
    border-color: #e4e4e4;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .subscribe .form-control:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #FF5782; }

/*-------------------
[CONTACT SECTION]
-------------------*/
.contact {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  color: #fff; }
  .contact__info {
    padding: 0 20px; }
    .contact__info li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 30px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
      .contact__info li:last-child {
        border-bottom: none; }
      .contact__info li i {
        width: 32px;
        font-size: 32px;
        text-align: center;
        margin-right: 32px; }
  .contact__message {
    background-color: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 4px; }
    .contact__message .form-control {
      font-size: 0.85rem;
      padding: 6px;
      border: none;
      border-bottom: 1px solid #D0D0CE;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .contact__message .form-control:focus {
        border-color: #FD8596; }
    .contact__message textarea {
      resize: none; }
  .contact__success {
    font-size: 0.875rem; }

#googleMap {
  width: 100%;
  height: 444px;
  border-radius: 4px; }

/*-------------------
[DEMO 2 FEATURES UP]
-------------------*/
.t-featup .hero {
  padding-bottom: 160px; }

.t-featup .features__container {
  position: relative;
  margin-top: -100px; }

.t-shadow .hero {
  padding-bottom: 160px; }

.t-shadow .hero {
  padding-top: 140px;
  margin-bottom: 80px; }

.t-shadow .hero__info {
  text-align: center;
  margin: 0 auto; }

.t-shadow .hero__download {
  position: relative;
  text-align: center;
  padding-bottom: 110px;
  z-index: 2; }

.t-shadow .hero__img {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  max-width: 800px;
  margin: 0 auto;
  z-index: 100; }

/* --------------------------------
BLOG CSS
-------------------------------- */
.blogs__pagin {
  margin-top: 40px; }

.blog-header {
  position: relative;
  height: 400px; }
  .blog-header__img {
    overflow: hidden; }
  .blog-header__overlay {
    background-color: #333;
    opacity: 0.8; }
  .blog-header__content {
    display: block;
    margin-top: 185px; }
    .blog-header__content h1 {
      color: #fff;
      font-size: 2.875rem; }
  .blog-header__info {
    display: block; }
    .blog-header__info li {
      display: inline-block;
      font-size: 0.875rem; }
      .blog-header__info li + li::before {
        padding: 0 9px 0 5px;
        color: #b0b0b0;
        content: "/"; }
      .blog-header__info li a {
        color: #fff; }
  .blog-header .breadcrumb {
    position: absolute;
    bottom: -16px;
    left: 50%;
    background-color: #fff;
    color: #4A4545;
    font-size: 0.875rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0; }
    .blog-header .breadcrumb a {
      color: #4A4545; }

/* --------------------------------
SIDEBAR CSS
-------------------------------- */
.sidebar__item h4 {
  color: #4A4545;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 2px solid #E9E9EA;
  margin: 30px 0; }

.sidebar__search {
  position: relative; }
  .sidebar__search--button {
    position: absolute;
    top: 0;
    right: 12px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: #4A4545;
    padding: 0;
    border: none; }
  .sidebar__search .form-control {
    background: #F5F9FE;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.sidebar .category li {
  position: relative;
  font-size: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #E9E9EA;
  margin-bottom: 10px; }
  .sidebar .category li a {
    color: #4A4545; }
  .sidebar .category li span {
    position: absolute;
    top: -2px;
    right: 0;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #F5F9FE;
    color: #4A4545;
    font-size: 0.75rem;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px; }

.sidebar .popular li {
  display: inline-block;
  padding: 2px 0; }
  .sidebar .popular li img {
    border-radius: 4px; }
  .sidebar .popular li a {
    color: #4A4545;
    font-size: 15px; }
  .sidebar .popular li .date {
    display: block;
    font-size: 13px; }

.sidebar .tags li {
  display: inline-block;
  padding: 0 5px; }
  .sidebar .tags li a {
    display: block;
    font-size: 14px;
    padding: 10px 10px 10px 0; }

/* --------------------------------
SINGLE BLOG POST PAGE CSS
-------------------------------- */
.post__img {
  border-radius: 4px;
  margin-bottom: 25px;
  overflow: hidden; }

.post__content {
  margin-bottom: 65px; }
  .post__content p {
    color: #84878D;
    font-size: 0.9375rem;
    line-height: 1.9;
    margin: 0 0 10px; }
  .post__content blockquote {
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 600;
    padding: 20px 30px;
    border-left: 5px solid #5691c8;
    margin: 20px 0; }

.post__tags {
  padding-bottom: 16px;
  border-bottom: 1px solid #E9E9EA; }
  .post__tags li {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 5px; }
    .post__tags li a {
      color: #4A4545; }

.post__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0; }
  .post__author img {
    max-width: 100px;
    border-radius: 50%; }
  .post__author--info {
    max-width: 600px;
    margin: auto 0 auto 14px; }
    .post__author--info h3 {
      font-size: 1.125rem;
      font-weight: 600;
      margin-bottom: 4px; }
    .post__author--info p {
      color: #9599A7;
      font-size: 0.875rem;
      line-height: 1.6; }

.post__comments {
  margin-bottom: 45px; }
  .post__comments h4 {
    font-size: 1.25rem;
    margin: 15px 0 35px; }
  .post__comments li ul {
    margin-left: 85px; }
  .post__comments--img {
    float: left;
    width: 65px;
    height: 65px;
    border-radius: 30px; }
  .post__comments--container {
    position: relative;
    background: #F5F8FE;
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-left: 85px; }
    .post__comments--container::before {
      content: ' ';
      position: absolute;
      top: 10px;
      left: -20px;
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent rgba(164, 177, 191, 0.12) transparent transparent;
      border-right-style: solid; }
    .post__comments--container span {
      display: block;
      font-size: 0.8125rem;
      color: #a4b1bf;
      padding-bottom: 8px;
      margin-bottom: 10px !important;
      border-bottom: 1px solid rgba(164, 177, 191, 0.2); }
    .post__comments--container p {
      font-size: 0.875rem;
      margin: 0 0 10px; }
    .post__comments--container a {
      color: #4A4545; }

.post__addcomm {
  margin-bottom: 45px; }
  .post__addcomm h4 {
    font-size: 1.25rem;
    margin: 15px 0 35px; }

.post input.form-control {
  height: 50px; }

.post .form-control {
  background-color: #F5F8FE;
  border-color: #F5F8FE;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .post .form-control:focus {
    background-color: #ECF3FC; }

/* --------------------------------
404 PAGE CSS
-------------------------------- */
.not-found--img {
  background: transparent url("http://via.placeholder.com/4800x2800") no-repeat center/cover; }

.not-found--overlay {
  background-color: #333;
  opacity: 0.7; }

.not-found--content {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .not-found--content h1 {
    display: inline-block;
    font-size: 11.25rem;
    font-weight: 700; }
  .not-found--content h2 {
    margin: 20px 0 0;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase; }
  .not-found--content p {
    margin-top: 10px;
    font-size: 18px;
    text-transform: none; }
    .not-found--content p a {
      color: #fff;
      text-transform: uppercase;
      text-decoration: underline; }

/* --------------------------------
COMING SOON PAGE CSS
-------------------------------- */
.comingso {
  color: #fff;
  text-align: center; }
  .comingso__img {
    background: transparent url("http://via.placeholder.com/4800x2800") no-repeat center/cover; }
  .comingso__overlay {
    background-color: #333;
    opacity: 0.7; }
  .comingso .logo {
    max-width: 160px;
    margin: 0 auto 60px; }
  .comingso__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4; }
    .comingso__content h1 {
      display: inline-block;
      font-size: 3.75rem;
      font-weight: 700;
      text-transform: uppercase; }
  .comingso__form {
    position: relative;
    max-width: 600px;
    margin: 10px auto; }
  .comingso__message {
    margin: 10px auto; }
    .comingso__message--text {
      position: relative;
      display: block;
      background-color: #fff;
      color: #fff;
      font-size: 0.8125rem;
      padding: 10px 10px 10px 44px;
      border-radius: 4px; }
      .comingso__message--text::after {
        content: "";
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        left: 12px;
        width: 20px;
        height: 20px;
        background: rgba(0, 0, 0, 0.2);
        font-size: 12px;
        text-align: center;
        border-radius: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .comingso__message--text.error {
        background-color: #d9534f; }
        .comingso__message--text.error::after {
          content: "\f00d"; }
      .comingso__message--text.valid {
        background-color: #5cb85c; }
        .comingso__message--text.valid::after {
          content: "\f00c"; }
  .comingso .form-control {
    height: 44px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .comingso .form-control::-webkit-input-placeholder {
      color: #fff; }
    .comingso .form-control::-moz-placeholder {
      color: #fff; }
    .comingso .form-control:-ms-input-placeholder {
      color: #fff; }
    .comingso .form-control:-moz-placeholder {
      color: #fff; }
  .comingso .c-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 30px; }
  .comingso__footer--social {
    margin-top: 80px; }
    .comingso__footer--social li {
      display: inline-block;
      margin: 0 4px; }
      .comingso__footer--social li a {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 28px;
        color: #fff;
        font-size: 1.25rem;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .comingso__footer--social li a:hover {
          opacity: 0.6; }
  .comingso__footer--copyright {
    font-size: 0.95rem;
    margin: 20px auto; }

.countdown {
  margin: 20px auto; }

.counter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto; }

.counter-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
  padding: 10px 0; }
  .counter-box::after {
    content: ':';
    position: absolute;
    top: 18px;
    left: -38px;
    color: #fff;
    font-size: 32px; }
  .counter-box .number {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    margin-right: 4px; }
  .counter-box span {
    font-size: 0.875rem; }
  .counter-box.first {
    opacity: 1;
    margin-left: 0; }
    .counter-box.first::after {
      display: none; }
    .counter-box.first .number {
      font-size: 2.875rem;
      margin-left: 4px; }

/* --------------------------------
LOGIN PAGE CSS
-------------------------------- */
.t-login #header {
  height: 100px; }

.t-login .navbar {
  background: #457fca; }

.login {
  padding: 11em 0; }
  .login__container {
    background: #fff;
    max-width: 800px;
    padding: 25px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin: 0 auto; }
    .login__container p {
      text-align: center;
      font-size: 14px; }
  .login__header {
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 25px; }
    .login__header h3 {
      font-size: 1.5rem;
      font-weight: 600;
      text-transform: uppercase; }
      .login__header h3 i {
        margin-right: 6px; }
    .login__header p {
      font-size: 13px;
      text-align: left; }
  .login__form {
    max-width: 600px;
    padding: 25px;
    margin: 0 auto; }
    .login__form .form-control {
      font-size: 0.85rem;
      padding: 6px;
      border: none;
      border-bottom: 1px solid #D0D0CE;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .login__form .form-control:focus {
        border-color: #FD8596; }

/* --------------------------------
FOOTER CSS
-------------------------------- */
.footer {
  background-color: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  overflow: hidden; }
  .footer__social {
    float: left; }
    .footer__social a {
      color: #4A4545; }
      .footer__social a:hover {
        color: #457fca; }
  .footer__copyright {
    font-size: 0.875rem; 
    text-align: center;
    padding: 10px 0; }

/* --------------------------------
HELPER CLASSES
-------------------------------- */
.fl {
  float: left; }

.fr {
  float: right; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }

.tm {
  color: #9599A7; }

.fw {
  width: 100%; }

.fsw {
  width: 100vw; }

.fh {
  height: 100%; }

.fsh {
  height: 100vh; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.mr0 {
  margin-right: 0; }

.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.pr0 {
  padding-right: 0; }

.hide {
  display: none; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.op80 {
  opacity: 0.80; }

.op88 {
  opacity: 0.88; }

@media only screen and (max-width: 768px) {
  .p-xs-0 {
    padding: 0; }
  .p-xs-t0 {
    padding-top: 0; }
  .p-xs-r0 {
    padding-right: 0; }
  .p-xs-b0 {
    padding-bottom: 0; }
  .p-xs-l0 {
    padding-left: 0; } }

@media only screen and (min-width: 768px) {
  .p-sm-0 {
    padding: 0; }
  .p-sm-t0 {
    padding-top: 0; }
  .p-sm-r0 {
    padding-right: 0; }
  .p-sm-b0 {
    padding-bottom: 0; }
  .p-sm-l0 {
    padding-left: 0; } }

@media only screen and (min-width: 992px) {
  .p-md-0 {
    padding: 0; }
  .p-md-t0 {
    padding-top: 0; }
  .p-md-r0 {
    padding-right: 0; }
  .p-md-b0 {
    padding-bottom: 0; }
  .p-md-l0 {
    padding-left: 0; } }

@media only screen and (min-width: 1200px) {
  .p-lg-0 {
    padding: 0; }
  .p-lg-t0 {
    padding-top: 0; }
  .p-lg-r0 {
    padding-right: 0; }
  .p-lg-b0 {
    padding-bottom: 0; }
  .p-lg-l0 {
    padding-left: 0; } }

@media only screen and (max-width: 768px) {
  .m-xs-0 {
    margin: 0; }
  .m-xs-t0 {
    margin-top: 0; }
  .m-xs-r0 {
    margin-right: 0; }
  .m-xs-b0 {
    margin-bottom: 0; }
  .m-xs-l0 {
    margin-left: 0; } }

@media only screen and (min-width: 768px) {
  .m-sm-0 {
    margin: 0; }
  .m-sm-t0 {
    margin-top: 0; }
  .m-sm-r0 {
    margin-right: 0; }
  .m-sm-b0 {
    margin-bottom: 0; }
  .m-sm-l0 {
    margin-left: 0; } }

@media only screen and (min-width: 992px) {
  .m-md-0 {
    margin: 0; }
  .m-md-t0 {
    margin-top: 0; }
  .m-md-r0 {
    margin-right: 0; }
  .m-md-b0 {
    margin-bottom: 0; }
  .m-md-l0 {
    margin-left: 0; } }

@media only screen and (min-width: 1200px) {
  .m-lg-0 {
    margin: 0; }
  .m-lg-t0 {
    margin-top: 0; }
  .m-lg-r0 {
    margin-right: 0; }
  .m-lg-b0 {
    margin-bottom: 0; }
  .m-lg-l0 {
    margin-left: 0; } }

/* --------------------------------
RESPONSIVE CSS
-------------------------------- */
@media only screen and (max-width: 990px) {
  .navbar-default .navbar-nav > li > a.-register,
  .navbar-default .navbar-nav > li > a.-login {
    display: none; }
  .hero {
    padding-top: 120px; }
  .hero__info {
    padding-top: 20px;
    margin: 0 auto; }
  .hero__download {
    text-align: center; }
  .t-shadow .hero {
    padding-bottom: 0;
    margin-bottom: 0; }
  .feature {
    padding-top: 40px; }
  .solutions__screen {
    padding: 0 20px; }
  .video__action {
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.12), 0 0 0 95px rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.12), 0 0 0 95px rgba(255, 255, 255, 0.12); }
  .team .owl-theme .owl-nav {
    display: none; }
  .counter__container {
    text-align: center;
    margin-top: 60px; }
  .clients img {
    max-height: 27px; }
  .price__table {
    margin-bottom: 25px; }
  .contact__message {
    margin-bottom: 30px; }
  .comingso {
    position: relative;
    padding: 40px 0;
    min-height: 100vh; } }

@media only screen and (max-width: 767px) {
  .navbar-default {
    padding: 0; }
  .navbar-header {
    padding: 10px 0; }
  .navbar-nav {
    background: #5691c8;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #457fca, #5691c8);
    background: -webkit-gradient(linear, left top, right top, from(#457fca), to(#5691c8));
    background: -webkit-linear-gradient(left, #457fca, #5691c8);
    background: -o-linear-gradient(left, #457fca, #5691c8);
    background: linear-gradient(to right, #457fca, #5691c8);
    min-height: 100vh; }
  .nav > li {
    text-align: center; }
  .nav > li > a {
    padding: 15px 5px; }
  .navbar-default .navbar-nav li.active a::after,
  .navbar-default .navbar-nav > li > a:hover::after {
    width: 100px;
    right: 0;
    margin: 0 auto; }
  .navbar-default .navbar-nav > li > a:hover::after {
    display: none; }
  .blog-header__content {
    margin-top: 160px; }
  .post__container {
    padding: 25px 0; }
  .solutions__item {
    margin: 0 auto; } }

@media only screen and (max-width: 640px) {
  .t-login #header {
    height: 70px; }
  .s-section-padding,
  .login {
    padding: 35px 0; }
  .c-headline {
    margin-bottom: 35px; }
  .hero__info h2 {
    font-size: 36px; }
  .post-header--content {
    margin-top: 160px; }
  .footer {
    text-align: center; }
  .footer__social {
    float: none; }
  .footer__copyright {
    float: none;
    padding-top: 9px; } }

@media only screen and (max-width: 600px) {
  .hero__download a {
    margin-bottom: 16px; }
  .blog-header__img img {
    max-width: initial;
    max-height: 100%; }
  .solutions__item {
    padding-left: 25px;
    padding-right: 25px; }
  .video__action {
    background-color: rgba(255, 255, 255, 0.12);
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.12); }
  .screens .owl-carousel .owl-item {
    min-height: auto; }
  .comingso {
    padding: 20px 0; }
  .comingso .logo {
    max-width: 220px;
    margin: 0 auto 40px; }
  .comingso__content h1 {
    font-size: 2rem; }
  .comingso__content p {
    font-size: 0.85rem; }
  .comingso__form--btn {
    padding: 0 12px; }
  .comingso__footer--social {
    margin-top: 20px; } }

@media only screen and (max-width: 480px) {
  .c-headline {
    font-size: 0.75rem; }
  .c-headline h2 {
    font-size: 1.375rem; }
  .hero__info {
    padding-top: 20px; }
  .hero__info h2 {
    font-size: 2rem; }
  .blog-header__content h1 {
    font-size: 2.125rem; }
  .solutions__screen {
    padding: 0; }
  .video .headline {
    margin-bottom: 40px; }
  .video__action .fa {
    font-size: 5em; }
  .demo__form .form-control {
    font-size: 0.8125rem; }
  .demo__form .c-btn {
    font-size: 0.8125rem;
    padding: 8px 16px; }
  .blog__item.-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .blog__item.-featured .blog__img img {
    max-width: 100%;
    max-height: initial; }
  .copyright {
    padding-top: 0;
    font-size: 0.75rem; }
  .not-found--content {
    width: 100%; }
  .not-found--content h1 {
    font-size: 7rem; }
  .not-found--content p {
    font-size: 1.75rem; }
  .comingso__content {
    width: 100%; }
  .counter-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .counter-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    .counter-box::after {
      left: -5px; }
  .counter-box:nth-child(3)::after {
    display: none; } }

@media only screen and (max-width: 390px) {
  .demo,
  .subscribe {
    text-align: center; }
    .demo .c-btn,
    .subscribe .c-btn {
      position: static;
      margin-top: 4px; } }

@media only screen and (max-height: 700px) {
  .comingso__content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); } }

#regAccountContainer { width: 670px; display: none } 
#logAccountContainer { width: 670px; display: none }
#recuperareParola { width: 600px; display: none }

.tbl { display: table; width: 100% }
.tbl > div { color: #fff; display: table-row; width: 100% }
.tbl > div > div { display: table-cell; width: 33%; vertical-align: middle; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.2) }
.tbl > div > div:nth-child(2) { text-align: center }
.tbl > div > div:last-of-type { text-align: right }
.tbl > div:last-of-type > div { border: 0 }

.sect { border-radius: 4px; padding: 25px; margin: 25px 0; box-shadow: 0 0 15px rgba(0,0,0,0.1); border: 1px solid #d3d3d3 }
.ttl { font-size: 25px; font-weight: bold }
pre { border-radius: 4px; font-size: 15px; padding: 20px; margin: 15px 0 0 0; background: rgba(0,0,0,0.1) }
.url { border-radius: 4px; font-size: 15px; padding: 20px; margin: 15px 0 0 0; background: rgba(0,0,0,0.1) }
.url b { font-weight: bold }

/* jQuery: Noty 3.2.0 */
.noty_layout_mixin,#noty_layout__top,#noty_layout__topLeft,#noty_layout__topCenter,#noty_layout__topRight,#noty_layout__bottom,#noty_layout__bottomLeft,#noty_layout__bottomCenter,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight{position:fixed;margin:0;padding:0;z-index:9999999;-webkit-transform:translateZ(0) scale(1,1);transform:translateZ(0) scale(1,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;filter:blur(0);-webkit-filter:blur(0);max-width:90%}#noty_layout__top{top:0;left:5%;width:90%}#noty_layout__topLeft{top:20px;left:20px;width:325px}#noty_layout__topCenter{top:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__topRight{top:20px;right:20px;width:325px}#noty_layout__bottom{bottom:0;left:5%;width:90%}#noty_layout__bottomLeft{bottom:20px;left:20px;width:325px}#noty_layout__bottomCenter{bottom:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__bottomRight{bottom:20px;right:20px;width:325px}#noty_layout__center{top:50%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px),-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerLeft{top:50%;left:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerRight{top:50%;right:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}.noty_progressbar{display:none}.noty_has_timeout.noty_has_progressbar .noty_progressbar{display:block;position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#646464;opacity:.2;filter:alpha(opacity=10)}.noty_bar{-webkit-backface-visibility:hidden;-webkit-transform:translate(0,0) translateZ(0) scale(1,1);-ms-transform:translate(0,0) scale(1,1);transform:translate(0,0) scale(1,1);-webkit-font-smoothing:subpixel-antialiased;overflow:hidden}.noty_effects_open{opacity:0;-webkit-transform:translate(50%);-ms-transform:translate(50%);transform:translate(50%);-webkit-animation:noty_anim_in .5s cubic-bezier(0.68,-0.55,0.265,1.55);animation:noty_anim_in .5s cubic-bezier(0.68,-0.55,0.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_effects_close{-webkit-animation:noty_anim_out .5s cubic-bezier(0.68,-0.55,0.265,1.55);animation:noty_anim_out .5s cubic-bezier(0.68,-0.55,0.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_fix_effects_height{-webkit-animation:noty_anim_height 75ms ease-out;animation:noty_anim_height 75ms ease-out}.noty_close_with_click{cursor:pointer}.noty_close_button{position:absolute;top:2px;right:2px;font-weight:700;width:20px;height:20px;text-align:center;line-height:20px;background-color:rgba(0,0,0,0.05);border-radius:2px;cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.noty_close_button:hover{background-color:rgba(0,0,0,0.1)}.noty_modal{position:fixed;width:100%;height:100%;background-color:#000;z-index:10000;opacity:.3;left:0;top:0}.noty_modal.noty_modal_open{opacity:0;-webkit-animation:noty_modal_in .3s ease-out;animation:noty_modal_in .3s ease-out}.noty_modal.noty_modal_close{-webkit-animation:noty_modal_out .3s ease-out;animation:noty_modal_out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes noty_modal_in{100%{opacity:.3}}@keyframes noty_modal_in{100%{opacity:.3}}@-webkit-keyframes noty_modal_out{100%{opacity:0}}@keyframes noty_modal_out{100%{opacity:0;opacity:0}}@-webkit-keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@-webkit-keyframes noty_anim_height{100%{height:0}}@keyframes noty_anim_height{100%{height:0}}.noty_theme__metroui.noty_bar{margin:4px 0;overflow:hidden;position:relative;box-shadow:rgba(0,0,0,0.298039) 0 0 5px 0}.noty_theme__metroui.noty_bar .noty_progressbar{position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#000;opacity:.2;filter:alpha(opacity=20)}.noty_theme__metroui.noty_bar .noty_body{padding:1.25em;font-size:14px}.noty_theme__metroui.noty_bar .noty_buttons{padding:0 10px .5em}.noty_theme__metroui.noty_type__alert,.noty_theme__metroui.noty_type__notification{background-color:#fff;color:#1d1d1d}.noty_theme__metroui.noty_type__warning{background-color:#FA6800;color:#fff}.noty_theme__metroui.noty_type__error{background-color:#CE352C;color:#FFF}.noty_theme__metroui.noty_type__info,.noty_theme__metroui.noty_type__information{background-color:#1BA1E2;color:#FFF}.noty_theme__metroui.noty_type__success{background-color:#60A917;color:#fff}

.anim { transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out }
.clear {clear: both }
.clearfix:before, .clearfix:after { content: " "; display: table }
.clearfix:after { clear: both }
.clearfix { *zoom: 1 }
.noscroll { overflow: hidden }

.wBackground { background: #f4f6f9; padding: 30px }
.wMargin { margin-top: 40px }
form .line { position: relative; display: block; margin: 15px 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
form .errorLine, form .errorLine2 { font-size: 11px; color: red; font-weight: 600; display: none; margin: 3px 0 0 0 }
form .line label { text-transform: uppercase; font-weight: 600; font-size: 12px; color: #555; display: block; margin: 0 }
form .line label i { display: block; font-style: normal; margin: 0 0 5px 0; font-size: 11px; font-weight: 400 }
form .line .text { border-radius: 10px; padding: 10px 15px; width: 100%; color: #999; border: 0; margin-top: 5px; border: 1px solid #d3d3d3 }
form .line .text:focus { border-color: #000; color: #000 }
form .line .text.error { border-color: red!important }
form .line textarea { resize: none; height: 101px }
form .cols3, form .cols2, form .cols4 { margin: 15px 0 }
form .cols3 .line { margin: 0; width: 33.333%; float: left }
form .cols4 .line { margin: 0; width: 25%; float: left }
form .cols2 .line { margin: 0; width: 48%; float: left }
form .cols2 .line:last-of-type { float: right }
form .cols3 .line:nth-child(2) { padding: 0 20px }
form .cols4 .line:nth-child(2) { padding: 0 20px }
form .cols4 .line:nth-child(3) { padding: 0 20px }
form .error { color: red }
form .btn { float: left; border-radius: 25px; cursor: pointer; text-transform: uppercase; color: #fff!important; font-weight: 600; font-size: 12px; display: block; border: 0; padding: 14px 35px; background: #4f89c8 }
form .btn:hover { background: #315882; color: #fff }
form .btn.nav { margin-right: 20px }
form .btn.nav.back { background: #888 }
form .btn.nav.back:hover { background: #333 }
form #recoverPassword { text-decoration: none; margin: 12px 0 0 25px; color: #4f89c8; float: left; display: block }
form #recoverPassword:hover { color: #043a74 }
form h3, .infoBox h3 { font-size: 32px; margin: 0 0 5px 0; font-weight: 700; text-transform: uppercase; color: #4f89c8 }

#regForm { margin-top: 30px; padding: 34px 38px; box-shadow: 0 0 25px rgba(0,0,0,0.1); border-radius: 10px }

.modal { border-bottom: 3px solid #4f89c8; border-radius: 25px; padding: 50px!important }

.infoBox h3 { font-weight: 400 }
form h4, .infoBox h4 { color: #333; position: relative; margin: 0 0 40px 0; font-size: 14px; font-weight: 400 }
form h4:after, .infoBox h4:after { content: " "; display: block; width: 60px; height: 2px; background: #d3d3d3; position: absolute; bottom: -15px }

form h4 a, .infoBox h4 a { color: inherit }
form h4 a:hover, .infoBox h4 a:hover { color: #779f9e }
form h4.noMarg { margin: -5px 0 40px 0 }
form .raspuns { font-weight: 600; display: none; color: red }
form .wRaspuns { position: relative }
form .wRaspuns .raspuns { position: absolute; left: 210px; top: 12px }
form .raspuns.ok { color: green }
form .acceptVerIcon { display: none!important }
form .cols { margin: 15px 0 }
form .cols .line { margin: 0; width: 48%; float: left }
form .cols .line:last-of-type { float: right }
form .showMore { display: none; margin-left: 20px }
form .showMore .text { padding: 0 0 10px 0; border-top: 0; border-left: 0; border-right: 0 }
form .line.inline .checkbox, form .line.inline .radio { margin: 10px 30px 5px 0; cursor: pointer; float: left }
form .line.inline .checkbox input, form .line.inline .radio input { opacity: 0 }
form .line.smallLine .checkbox, form .line.smallLine .radio { margin: 10px 0; cursor: pointer }
form .line.smallLine .showMore .checkbox, form .line.smallLine .showMore .radio { margin: 5px 0 }
form label.customBtn { transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; cursor: pointer; text-transform: none; font-weight: normal }
form label.customBtn > div { margin-top: -2px; margin-right: 3px }
form label.customBtn a { color: inherit }
form label.customBtn.wIcon { line-height: 34px!important; float: left; margin: 0 2px!important; display: block!important; color: #666; border: 1px solid #d3d3d3; padding: 0 15px }
form label.customBtn.wIcon.active { color: #fff!important; background: #4f89c8; border-color: #4f89c8!important }
form label.customBtn.wIcon:hover { color: #4f89c8; border-color: #4f89c8 }
form label.customBtn.wIcon.active img { opacity: 1!important }
form label.customBtn.wIcon:hover img { opacity: 1 }
form label.customBtn.wIcon input { display: none }
form label.customBtn.wIcon img { opacity: 0.6; margin-right: 5px; display: inline-block; vertical-align: middle; width: 16px }
form .error, form .error label, form .error label a { color: red!important }
form .supInfo { font-size: 11px; display: block; color: #555; margin: 5px 0 }
form sup { background: #ca0000; padding: 2px 5px; font-size: 10px; khtml-border-radius: 50%; moz-border-radius: 50%; webkit-border-radius: 50%; border-radius: 50%; color: #fff }


/* jQuery: FancyBox 3.3.5 */
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
.fc-container .buton { text-decoration: none; cursor: pointer; text-transform: uppercase; padding: 0 19px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 12px; line-height: 38px; border: 0; background: #2f3028; color: #fff; margin: 0 10px 0 0; font-weight: 600; display: inline-block }
.fc-container .buton:hover { background: #000 }
.fc-container .buton.ok { background: #d30000; color: #fff }
.fc-container .buton.ok:hover { background: #940202 }
.fc-container h3 { text-align: center; text-transform: uppercase; font-weight: 300; font-size: 28px; margin: 0 0 10px 0 }
.fc-container p { text-align: center; margin: 0 }
.fc-container .tright { text-align: center; margin: 30px 0 0 0 }


/* Media: Mobile/Tablet */
@media screen and (max-width: 55em) {
  .navbar-brand { max-width: 85% }
  .navbar-brand > img {margin-top: 13px; max-width: 70% }
}