/* modules */
/* this mixin makes possible to add transition to a specific vendor, example: */
/* -webkit-transition: -webkit-transform 0.5s linear; */
@import url(../bootstrap/bootstrap.min.css);
.flexslider {
  border: 0 none;
  box-shadow: none !important; }
  .flexslider .flex-control-nav {
    top: -30px;
    height: 20px;
    right: 0;
    width: 14%; }

/* config variables */
/* vendor */
.dropdown-menu > li > a {
  text-align: left; }

.dropdown-menu > li > a:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.1); }

.form-control {
  background: #fff;
  color: #263039;
  box-shadow: none;
  height: 30px; }

.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-style: normal;
  font-size: 15px;
  font-weight: 400; }

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-style: normal;
  font-size: 15px;
  font-weight: 400; }

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-style: normal;
  font-size: 15px;
  font-weight: 400; }

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-style: normal;
  font-size: 15px;
  font-weight: 400; }

.form-control:focus {
  border-color: #93c762;
  -webkit-box-shadow: 0px 0px 6px -1px #93c762;
  box-shadow: 0px 0px 6px -1px #93c762; }

.btn {
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-repeat: repeat-x;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }

.btn:hover {
  background-position: 0 -15px;
  background-color: #e6e6e6;
  color: #333;
  text-decoration: none;
  transition: background-position 0.1s linear 0s; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  border-color: #adadad; }

.btn-gray:hover {
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-white {
  background: #fff;
  color: #8B94A1; }

.btn-green {
  background: #92B751;
  color: #fff; }

.btn-success {
  background-color: #d80d1f;
  background-image: linear-gradient(to bottom, #d80d1f 0%, #7d000e 100%);
  background-repeat: repeat-x;
  border-color: rgba(216, 13, 31, 0.1) rgba(216, 13, 31, 0.1) rgba(216, 13, 31, 0.25);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  background-color: #ac0013;
  background-image: linear-gradient(to bottom, #e41b19 0%, #ac0013 100%);
  border-color: rgba(216, 13, 31, 0.1) rgba(216, 13, 31, 0.1) rgba(216, 13, 31, 0.25);
  color: #ffffff; }

.btn-xl {
  border-radius: 6px;
  font-size: 24px !important;
  line-height: 1.3 !important;
  padding: 10px 30px !important; }

.btn-lg {
  border-radius: 6px;
  font-size: 18px !important;
  line-height: 1.33 !important;
  padding: 10px 16px !important; }

.gray-block {
  background: url(../../img/bg.jpg) repeat; }

.navbar {
  min-height: 56px; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #080808;
  color: #d80d1f; }

.nav-pills > li > a {
  color: #606060;
  padding: 5px 15px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background: #606060;
  color: #fff; }

.table {
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  line-height: 1.9; }

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

.pagination > li > a, .pagination > li > span {
  color: #d80d1f; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #ac0013; }

.thumbnail {
  padding: 0px; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #ac0013; }

.table th {
  background: url(../../img/content_dark_bg.jpg) repeat scroll 0 0 transparent; }

.collapse p, .collapsing p {
  font-size: 14px;
  line-height: 20px; }

/* centered columns styles */
.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px; }

.carousel .carousel-control.right, .carousel .carousel-control.left {
  background-image: none; }
.carousel .carousel-control {
  color: #000; }
  .carousel .carousel-control .fa {
    position: absolute;
    top: 48%; }
.carousel .carousel-control:hover, .carousel .carousel-control:focus {
  color: #d80d1f; }
.carousel .carousel-inner > .item > img, .carousel .carousel-inner > .item > a > img {
  padding-bottom: 170px; }
.carousel .carousel-caption {
  bottom: 25px;
  color: #343434;
  text-shadow: none; }
  .carousel .carousel-caption h3 {
    color: #6e7277;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300; }
.carousel .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e7277; }
.carousel .carousel-indicators li.active {
  background-color: #6e7277; }

/* layout */
html {
  position: relative;
  min-height: 100%; }

body {
  background: white url(../../img/content_bg.jpg) repeat;
  color: #263039;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-top: 56px;
  margin-bottom: 200px; }
  @media (max-width: 320px) {
    body {
      margin-bottom: 280px; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  color: #6E7277;
  font-family: "Source Sans Pro", sans-serif; }

h3 {
  color: #263039; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #d80d1f; }
  a:hover {
    color: #7d000e;
    text-decoration: none; }

iframe {
  width: 100%; }

form {
  margin: 0; }

blockquote {
  border: none;
  padding: 0;
  margin: 55px 0 15px 0;
  font-size: 30px;
  font-style: italic; }
  blockquote small {
    display: block;
    text-align: right;
    padding: 0;
    font-size: 14px;
    font-style: normal; }
  blockquote cite {
    font-size: 14px;
    font-weight: bold; }

.navbar-inverse {
  background: #252b34 url(../../img/nav_bg3.jpg) repeat;
  text-align: center; }
  .navbar-inverse .navbar-toggle {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .navbar-inverse .navbar-toggle:hover {
      background: #d80d1f; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-collapse {
      max-height: 655px; } }
  .navbar-inverse .navbar-nav {
    display: inline-block; }
    .navbar-inverse .navbar-nav > li {
      float: none;
      display: inline-block; }
      @media (max-width: 767px) {
        .navbar-inverse .navbar-nav > li {
          width: 100%;
          text-align: left; } }
      .navbar-inverse .navbar-nav > li > a {
        color: rgba(255, 255, 255, 0.6);
        text-transform: uppercase;
        padding: 20px 15px;
        font-size: 13px;
        -webkit-transition: color 0.1s linear;
        -moz-transition: color 0.1s linear;
        -ms-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
        transition: color 0.1s linear; }
        @media (min-width: 992px) and (max-width: 1200px) {
          .navbar-inverse .navbar-nav > li > a {
            padding: 18px 8px; } }
        @media (max-width: 991px) {
          .navbar-inverse .navbar-nav > li > a {
            padding: 18px 4px;
            font-size: 13px;
            text-transform: initial; } }
        @media (max-width: 767px) {
          .navbar-inverse .navbar-nav > li > a {
            padding: 13px 20px; } }
        .navbar-inverse .navbar-nav > li > a:hover {
          color: #fff; }
      .navbar-inverse .navbar-nav > li.sign-btn {
        background: #333; }
        @media (min-width: 992px) {
          .navbar-inverse .navbar-nav > li.sign-btn {
            position: relative; } }
        .navbar-inverse .navbar-nav > li.sign-btn:hover {
          background: #000; }
          .navbar-inverse .navbar-nav > li.sign-btn:hover a {
            color: #fff; }
        .navbar-inverse .navbar-nav > li.sign-btn a {
          text-transform: none;
          color: rgba(255, 255, 255, 0.8);
          font-weight: 700; }
          @media (min-width: 979px) and (max-width: 1200px) {
            .navbar-inverse .navbar-nav > li.sign-btn a {
              padding: 18px 7px; } }

.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.navbar-fixed-top.scroll {
  opacity: 1;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.9); }

.block, .inner-block {
  padding: 80px 0; }
  .block header, .inner-block header {
    text-align: center;
    color: #6D7176;
    margin-bottom: 48px;
    border: none; }
    .block header h2, .block header .h2, .inner-block header h2, .inner-block header .h2 {
      font-size: 44px;
      margin-bottom: 0;
      font-weight: 200; }
    .block header p, .inner-block header p {
      font-size: 18px;
      font-weight: 200;
      margin-bottom: 0;
      margin-top: 2px; }
    .block header .line, .inner-block header .line {
      border-top: 1px solid #b8babe;
      width: 148px;
      display: block;
      box-shadow: 0px 1px 0px 0px white;
      margin: 10px auto 0; }

.block:last-child {
  padding-bottom: 160px; }

.inner-block {
  padding: 30px 0; }
  .inner-block:last-child {
    padding-bottom: 50px; }
  .inner-block:first-child {
    padding-top: 55px; }

.nav-submenu {
  margin-top: 20px;
  margin-bottom: 10px; }
  .nav-submenu h4 {
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin-right: 35px;
    color: #000; }
  .nav-submenu ul.nav {
    float: left;
    margin-top: 4px; }

footer {
  padding: 45px 0 50px;
  background: #252b34 url(../../img/nav_bg3.jpg) repeat;
  width: 100%;
  position: absolute;
  bottom: 0; }
  footer .row:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    box-shadow: none; }
  footer a.dropdown-toggle {
    color: #fff; }
    footer a.dropdown-toggle:hover, footer a.dropdown-toggle:focus {
      text-decoration: underline !important;
      background: transparent !important; }
  footer ul.navbar-nav {
    margin-top: 0;
    padding-left: 0; }
    @media (max-width: 1199px) {
      footer ul.navbar-nav {
        float: none; } }
    footer ul.navbar-nav > li {
      list-style: none;
      color: #fff;
      font-size: 12px;
      font-weight: 400; }
      @media (max-width: 767px) {
        footer ul.navbar-nav > li {
          float: left; } }
      footer ul.navbar-nav > li > a {
        color: #fff;
        margin: 0 !important;
        padding: 2px 8px !important; }
        footer ul.navbar-nav > li > a:hover, footer ul.navbar-nav > li > a:focus {
          text-decoration: underline;
          background: transparent; }
    footer ul.navbar-nav .phone {
      margin-top: 17px; }
  @media (max-width: 991px) {
    footer ul.nav-legal {
      margin-bottom: 20px; } }
  footer .nav-company li {
    font-size: 14px !important;
    font-weight: 700 !important; }
  footer h2 {
    color: #fff;
    margin: 7px 0 20px 17px;
    font-size: 24px; }
    @media (max-width: 767px) {
      footer h2 {
        margin-left: 0; } }
  footer .form-control {
    background: #1B1F25;
    border-color: #2F3743;
    color: #fff;
    box-shadow: none; }
    footer .form-control:focus {
      border-color: #40542C;
      -webkit-box-shadow: 0 0 8px rgba(143, 194, 93, 0.4);
      box-shadow: 0 0 5px rgba(143, 194, 93, 0.4); }
  footer .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    font-weight: 400; }
  footer .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    font-weight: 400; }
  footer .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    font-weight: 400; }
  footer .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    font-weight: 400; }
  footer .btn {
    text-transform: uppercase;
    background: #4E535A;
    float: right;
    font-size: 15px;
    padding: 2px 22px;
    margin-right: 12px;
    color: rgba(255, 255, 255, 0.8); }
    footer .btn:hover {
      background: #8fc25d;
      color: #fff; }
  footer .row:last-child p {
    margin-top: 5px;
    color: #AAADB0;
    font-size: 12px; }
  footer .row:last-child h6 {
    margin: 6px 0 0 0;
    color: #fff;
    float: left;
    font-size: 22px; }
    @media (max-width: 767px) {
      footer .row:last-child h6 {
        margin-bottom: 15px; } }
  footer .row:last-child .social {
    float: left; }
    footer .row:last-child .social a {
      float: left;
      text-align: center;
      width: 33px;
      margin: 0 5px;
      height: 33px;
      background: rgba(255, 255, 255, 0);
      border-radius: 100%;
      -webkit-transition: background 0.1s linear;
      -moz-transition: background 0.1s linear;
      -ms-transition: background 0.1s linear;
      -o-transition: background 0.1s linear;
      transition: background 0.1s linear; }
      footer .row:last-child .social a:last-child {
        margin-right: 0; }
      @media (max-width: 767px) {
        footer .row:last-child .social a {
          margin: 0 13px !important; } }
    footer .row:last-child .social i {
      font-size: 18px;
      line-height: 36px;
      display: inline-block;
      color: #fff; }
    footer .row:last-child .social .facebook:hover {
      background: #3b5998; }
    footer .row:last-child .social .twitter:hover {
      background: #00abf0; }
    footer .row:last-child .social .linkedin:hover {
      background: #006599; }
    footer .row:last-child .social .pinterest:hover {
      background: #cb2027; }
    footer .row:last-child .social .gplus:hover {
      background: #de4b39; }
    footer .row:last-child .social .github:hover {
      background: #edce44; }
    footer .row:last-child .social .youtube:hover {
      background: #cc181e; }
    footer .row:last-child .social .blog:hover {
      background: #d2a448; }
  footer .dropup, footer .dropdown {
    position: relative; }
  footer .dropdown-toggle:active, footer .open .dropdown-toggle {
    outline: 0 none; }
  footer .caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0; }
  footer .dropdown .caret {
    margin-left: 2px;
    margin-top: 8px; }
  footer .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000; }
  footer .dropdown-menu.pull-right {
    left: auto;
    right: 0; }
  footer .dropdown-menu .divider {
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
    height: 1px;
    margin: 9px 1px;
    overflow: hidden; }
  footer .dropdown-menu li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap; }
  footer .dropdown-menu li > a:hover, footer .dropdown-menu li > a:focus, footer .dropdown-submenu:hover > a {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    color: #fff;
    text-decoration: none; }
  footer .dropdown-menu .active > a, footer .dropdown-menu .active > a:hover {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    color: #fff;
    outline: 0 none;
    text-decoration: none; }
  footer .dropdown-menu .disabled > a, footer .dropdown-menu .disabled > a:hover {
    color: #999; }
  footer .dropdown-menu .disabled > a:hover {
    background-color: transparent;
    background-image: none;
    cursor: default;
    text-decoration: none; }
  footer .open > .dropdown-menu {
    display: block; }
  footer .pull-right > .dropdown-menu {
    left: auto;
    right: 0; }
  footer .dropup .caret, footer .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px solid #000;
    border-top: 0 none;
    content: ""; }
  footer .open > .dropdown-menu, footer .dropup .dropdown-menu, footer .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 1px;
    top: auto; }
  footer .dropdown-submenu {
    position: relative; }
  footer .dropdown-submenu > .dropdown-menu {
    border-radius: 0 6px 6px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0; }
  footer .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  footer .dropup .dropdown-submenu > .dropdown-menu {
    border-radius: 5px 5px 5px 0;
    bottom: 0;
    margin-bottom: -2px;
    margin-top: 0;
    top: auto; }
  footer .dropdown-submenu > a:after {
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0; }
  footer .dropdown-submenu:hover > a:after {
    border-left-color: #fff; }
  footer .dropdown-submenu.pull-left {
    float: none; }
  footer .dropdown-submenu.pull-left > .dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: -100%;
    margin-left: 10px; }
  footer .dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px; }

.fa-tunngle {
  background: transparent url(../../img/icons.png) no-repeat scroll 0 -502px;
  display: inline-block;
  height: 30px;
  width: 30px; }

[class^="flag-"], [class*=" flag-"] {
  background-image: url(../../img/flags.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  line-height: 14px;
  margin: 0.3em 0.35em 0 0;
  vertical-align: text-top;
  width: 16px; }

.flag-de {
  background-position: -80px -33px; }

.flag-it {
  background-position: -208px -66px; }

.flag-en {
  background-position: -144px -154px; }

.flag-ru {
  background-position: -224px -121px; }

.flag-bn {
  background-position: -32px -11px; }

ul.errors {
  padding-left: 15px; }
  ul.errors li {
    color: #ff0000;
    text-align: left; }

/* pages */
#about .intro {
  margin-bottom: 22px; }
  #about .intro h3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 31px; }
#about .block:first-child .text {
  font-size: 17px; }
#about .teammate {
  margin: 35px 0; }
  @media (max-width: 767px) {
    #about .teammate {
      margin-bottom: 30px;
      text-align: center; } }
  #about .teammate img {
    display: block;
    margin-bottom: 14px; }
  #about .teammate h5, #about .teammate p {
    text-align: left; }
  #about .teammate h5 {
    font-weight: 400;
    font-size: 16px; }
  #about .teammate p {
    font-weight: 400; }
  #about .teammate .social {
    margin-left: -5px; }

#blog-wrapper .post {
  box-shadow: 0px 1px 1px 1px rgba(207, 207, 207, 0.2);
  background-color: white;
  padding: 4px 10px 4px 4px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  margin-bottom: 40px; }
  #blog-wrapper .post h3 {
    color: #87a46e; }
  #blog-wrapper .post p {
    font-size: 15px; }
  #blog-wrapper .post .img {
    padding-left: 0; }
    @media (max-width: 767px) {
      #blog-wrapper .post .img {
        padding: 0 15px;
        text-align: center; }
        #blog-wrapper .post .img img {
          display: inline-block; } }
  #blog-wrapper .post img {
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
  #blog-wrapper .post img:hover {
    opacity: 0.8; }
  #blog-wrapper .post .post_info {
    margin-top: 25px;
    font-size: 14px; }
    #blog-wrapper .post .post_info .author {
      font-weight: 600; }
  #blog-wrapper .post .btn {
    padding: 2px 25px 4px 25px;
    position: absolute;
    bottom: 15px;
    right: 15px; }
#blog-wrapper .post:last-child {
  margin-bottom: 20px; }
#blog-wrapper .pagination {
  margin: 0;
  float: right; }
  #blog-wrapper .pagination a {
    color: #67aa25; }
@media (max-width: 767px) {
  #blog-wrapper .sidebar {
    margin-top: 50px; } }
#blog-wrapper .sidebar ul {
  padding: 0; }
#blog-wrapper .sidebar .sidebar-header {
  font-size: 20px;
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfc0c4;
  box-shadow: 0px 2px 1px 0px white;
  color: #263039; }
#blog-wrapper .sidebar .sidebar-menu {
  list-style-type: none;
  margin-top: 30px;
  margin-left: 0px; }
  #blog-wrapper .sidebar .sidebar-menu li {
    margin-bottom: 10px;
    font-size: 15px; }
  #blog-wrapper .sidebar .sidebar-menu a {
    color: #333333; }
  #blog-wrapper .sidebar .sidebar-menu a:hover {
    color: #87a46e;
    text-decoration: underline; }
#blog-wrapper .sidebar .recent-posts {
  list-style-type: none;
  margin-top: 30px;
  margin-left: 0px; }
  #blog-wrapper .sidebar .recent-posts li {
    margin-bottom: 20px;
    font-size: 15px; }
  #blog-wrapper .sidebar .recent-posts .thumb {
    border: 2px solid white;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2); }
  #blog-wrapper .sidebar .recent-posts .link {
    color: #333333;
    display: block;
    margin-top: 10px; }
  #blog-wrapper .sidebar .recent-posts .link:hover {
    color: #87a46e;
    text-decoration: underline; }
  #blog-wrapper .sidebar .recent-posts .thumb:hover {
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4); }
#blog-wrapper .blog-post .post_pic {
  border: 4px solid white;
  box-shadow: 0px 0px 1px 1px #d0d0d0;
  border-radius: 5px; }
#blog-wrapper .blog-post .post_content {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c0c1c3;
  box-shadow: 0px 2px 1px 0px white; }
#blog-wrapper .blog-post .author {
  margin-top: 45px;
  font-weight: 600;
  font-size: 14px; }
#blog-wrapper .blog-post .date {
  font-size: 13px;
  color: #666666; }
#blog-wrapper .blog-post .comments {
  margin-top: 40px; }
  #blog-wrapper .blog-post .comments .comment {
    margin-bottom: 60px;
    margin-top: 30px; }
  #blog-wrapper .blog-post .comments .img {
    text-align: center; }
    #blog-wrapper .blog-post .comments .img img {
      display: inline-block; }
  #blog-wrapper .blog-post .comments .reply {
    color: #6d9748;
    text-decoration: underline;
    margin-left: 20px; }
  #blog-wrapper .blog-post .comments .name {
    font-weight: 600; }
  #blog-wrapper .blog-post .comments .date {
    font-size: 13px; }
  #blog-wrapper .blog-post .comments .response {
    margin-top: 10px; }
  #blog-wrapper .blog-post .comments .reply_to {
    margin-top: -10px; }

#comingsoon {
  margin-top: 180px; }
  #comingsoon .countdown {
    padding-bottom: 120px;
    border-bottom: 1px solid #c0c2c5;
    box-shadow: 0px 2px 1px 0px white; }
    #comingsoon .countdown .left h1 {
      color: #333333;
      font-weight: 600;
      margin-top: 0; }
    #comingsoon .countdown .left p {
      margin-top: 20px;
      line-height: 25px;
      color: #555555;
      font-size: 17px; }
    #comingsoon .countdown .figure {
      float: left;
      margin: 0 13px; }
      #comingsoon .countdown .figure .square {
        width: 88px;
        height: 88px;
        border-radius: 6px;
        border: 1px solid #93c762;
        position: relative;
        box-shadow: 0px 0px 6px -1px #93c762; }
        #comingsoon .countdown .figure .square span {
          color: #394350;
          font-size: 40px;
          font-weight: 600;
          position: absolute;
          top: 14px;
          display: block;
          width: 100%;
          text-align: center; }
      #comingsoon .countdown .figure label {
        display: block;
        color: #7a7d80;
        font-weight: 400;
        font-size: 12px;
        margin-top: 5px;
        text-align: center; }
  #comingsoon .subscribe {
    margin-top: 50px;
    text-align: center; }
    #comingsoon .subscribe form {
      margin-bottom: 20px; }
    #comingsoon .subscribe .form-group {
      float: none;
      display: inline-block;
      margin-bottom: 0; }
    #comingsoon .subscribe .follow {
      margin: 0 auto;
      width: 35%; }
      @media (min-width: 979px) and (max-width: 1200px) {
        #comingsoon .subscribe .follow {
          width: 38%; } }
      @media (min-width: 768px) and (max-width: 979px) {
        #comingsoon .subscribe .follow {
          width: 48%; } }
      @media (max-width: 767px) {
        #comingsoon .subscribe .follow {
          width: 100%;
          text-align: center; } }
      #comingsoon .subscribe .follow strong {
        float: left;
        margin: 5px 16px 0 0; }
        @media (max-width: 767px) {
          #comingsoon .subscribe .follow strong {
            float: none;
            margin: 0 0 10px 0;
            display: block; } }
      #comingsoon .subscribe .follow .social {
        float: left; }
        @media (max-width: 767px) {
          #comingsoon .subscribe .follow .social {
            float: none; } }
        #comingsoon .subscribe .follow .social a {
          float: left;
          text-align: center;
          width: 33px;
          margin: 0 6px;
          height: 33px;
          background: rgba(255, 255, 255, 0.1);
          border-radius: 100%;
          -webkit-transition: background linear .1s;
          -moz-transition: background linear .1s;
          -o-transition: background linear .1s;
          transition: background linear .1s; }
          @media (max-width: 767px) {
            #comingsoon .subscribe .follow .social a {
              float: none;
              display: inline-block; } }
        #comingsoon .subscribe .follow .social a:last-child {
          margin-right: 0; }
        #comingsoon .subscribe .follow .social i {
          font-size: 20px;
          margin-top: 7px;
          display: inline-block;
          color: #fff; }
        #comingsoon .subscribe .follow .social .facebook {
          background: #3b5998; }
        #comingsoon .subscribe .follow .social .twitter {
          background: #00abf0; }
        #comingsoon .subscribe .follow .social .linkedin {
          background: #006599; }
        #comingsoon .subscribe .follow .social .pinterest {
          background: #cb2027; }
        #comingsoon .subscribe .follow .social .gplus {
          background: #000; }
        #comingsoon .subscribe .follow .social .github {
          background: #edce44; }

.footer-comingsoon {
  text-align: center;
  margin-top: 130px;
  padding: 30px 0; }
  .footer-comingsoon .row:first-child {
    border: 0 none;
    padding-bottom: 0;
    box-shadow: none;
    margin-bottom: 0; }
  .footer-comingsoon p {
    color: #fff !important;
    font-size: 15px !important; }

#contact .map {
  margin-bottom: 60px; }
  #contact .map iframe {
    width: 100%;
    height: 370px;
    border: 3px solid white;
    border-radius: 6px;
    box-shadow: 0px 0px 1px 1px #cfcfcf; }
  #contact .map h3 {
    margin: 40px 0px 30px 0px;
    color: #394350;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal; }
#contact form .form-group {
  margin-bottom: 20px; }
#contact form label {
  font-weight: 600;
  text-align: left; }
#contact .address h3 {
  font-weight: 600; }
#contact .address h3:first-child {
  margin-top: 2px; }
#contact .address i {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.1); }
#contact .address .info {
  margin: 25px 0px;
  position: relative;
  font-weight: 600;
  font-size: 18px; }
  #contact .address .info i {
    float: left;
    top: -4px;
    position: relative;
    margin-right: 20px; }
#contact .address .social i {
  margin: 6px;
  font-size: 20px;
  color: #fff; }
#contact .address .social .fa-facebook {
  background: #3b5998; }
#contact .address .social .fa-twitter {
  background: #00abf0; }
#contact .address .social .fa-linkedin {
  background: #006599; }
#contact .address .social .fa-pinterest {
  background: #cb2027; }
#contact .address .social .fa-google-plus {
  background: #000; }
#contact .address .social .fa-github-alt {
  background: #edce44; }
#contact .address .social .fa-dribbble {
  background: #ed6393; }
#contact .address .social .fa-youtube {
  background: #cc181e; }
#contact .address .social .fa-tumblr {
  background: #304e6b; }
#contact .address .social .fa-flickr {
  background: #f3006f; }
#contact .address .social .fa-envelope {
  background: #666; }
#contact .address .social .fa-github {
  background: #000; }
#contact .address .social i:hover {
  opacity: 0.8; }

.legal ul.unstyled {
  list-style: none; }
  .legal ul.unstyled li a {
    cursor: pointer; }
.legal ul.list-nested {
  list-style: none; }
  .legal ul.list-nested li {
    margin: 1em 0; }
    .legal ul.list-nested li span:first-child {
      font-size: 22px;
      font-weight: 300;
      color: #6E7277;
      margin-top: 1.7em;
      display: block; }
    .legal ul.list-nested li span + ul {
      margin-top: -.5em; }

#faq .panel {
  /*box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);*/
  box-shadow: none;
  background-color: transparent; }
#faq .panel-default > .panel-heading {
  background: transparent;
  border: 0 none; }
#faq .panel-heading a:hover .badge {
  background-color: #7d000e; }
#faq h4.panel-title a {
  padding-left: 55px;
  display: block;
  position: relative;
  outline: none;
  text-decoration: none; }
  #faq h4.panel-title a .badge {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 24px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 1.5em;
    padding: 0;
    border-radius: 30px; }
#faq .panel-group {
  margin: 15px 0 45px 0; }
  #faq .panel-group .panel {
    border: 0 none;
    margin-bottom: 15px; }
  #faq .panel-group .panel-title {
    color: #2c3339;
    font-weight: 600;
    font-size: 20px; }
  #faq .panel-group .panel:last-child {
    margin-bottom: 0; }
  #faq .panel-group .panel-title:hover {
    color: #7d000e; }
#faq .panel-body {
  background: #f1f1f1;
  background-color: transparent;
  border: none;
  padding: 0px 15px 15px 70px; }
#faq .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b6b6b6;
  border: none; }

.bs-docs-sidenav {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  margin: 30px 0 0;
  padding: 0;
  width: 228px; }
  .bs-docs-sidenav > li > a {
    border: 1px solid #e5e5e5;
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px; }

#features-wrapper .intro {
  color: #282f39;
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  margin-top: 0;
  line-height: 34px;
  margin-bottom: 70px; }
@media (max-width: 767px) {
  #features-wrapper .feature {
    margin: 40px 0; } }
#features-wrapper .feature .thumb {
  border: 3px solid white;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 1px #bcbcbc;
  display: block;
  margin: 0 auto 25px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
#features-wrapper .feature h3 {
  font-size: 22px;
  font-weight: 600;
  color: #252b34;
  padding-left: 40px;
  position: relative;
  display: block;
  margin: 16px 0 15px 35px; }
  #features-wrapper .feature h3 i {
    left: 0;
    margin: 0;
    position: absolute;
    top: -3px; }
  @media (min-width: 768px) and (max-width: 979px) {
    #features-wrapper .feature h3 {
      margin: 0;
      margin-bottom: 20px; } }
#features-wrapper .feature i {
  margin-right: 10px;
  color: #52575f;
  font-size: 25px; }
#features-wrapper .feature .description {
  color: #44474d;
  width: 87%;
  padding-left: 35px; }
  @media (min-width: 768px) and (max-width: 979px) {
    #features-wrapper .feature .description {
      width: 100%;
      padding-left: 0; } }
#features-wrapper .feature .btn {
  margin-left: 35px; }
  @media (min-width: 768px) and (max-width: 979px) {
    #features-wrapper .feature .btn {
      margin-left: 0; } }
#features-wrapper .feature2 {
  margin-bottom: 50px;
  position: relative; }
  #features-wrapper .feature2 .icon {
    width: 65px;
    height: 65px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    position: absolute; }
    #features-wrapper .feature2 .icon i {
      font-size: 30px;
      line-height: 65px; }
  #features-wrapper .feature2 p, #features-wrapper .feature2 h4 {
    margin-left: 80px;
    width: 70%; }
  #features-wrapper .feature2 h4 {
    font-weight: 600;
    line-height: 25px;
    color: black; }

.table-features th {
  background: url(../../img/content_dark_bg.jpg) repeat scroll 0 0 transparent; }
.table-features .fa {
  margin-top: 2px;
  font-size: 30px; }

.feature-available {
  color: #65be3c !important; }

.feature-notavailable {
  color: #f42129 !important; }

.feature-planned {
  color: #929292 !important; }

.banner {
  background: url(../../img/blurred_lan2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 563px;
  margin: 50px 0 70px; }
  @media (max-width: 767px) {
    .banner {
      height: 521px; } }
  .banner .row {
    text-align: center; }
  .banner h1 {
    color: #252b33;
    margin: 80px auto 20px;
    width: 70%;
    font-size: 35px; }
    @media (min-width: 991px) {
      .banner h1 {
        line-height: 41px; } }
    @media (max-width: 767px) {
      .banner h1 {
        width: 90%;
        margin: 80px auto 20px;
        font-size: 30px; } }
    .banner h1 span {
      font-weight: 600; }
  .banner .img {
    width: 75%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    .banner .img iframe {
      position: absolute;
      z-index: 3;
      top: 10px; }
    .banner .img .elastic-video-wrapper {
      left: 190px;
      max-width: 100%;
      position: absolute;
      top: 72px;
      width: 500px; }
      @media (max-width: 1199px) {
        .banner .img .elastic-video-wrapper {
          left: 154px;
          max-width: 100%;
          position: absolute;
          top: 58px;
          width: 420px; } }
      @media (max-width: 767px) {
        .banner .img .elastic-video-wrapper {
          position: relative;
          top: 0;
          left: 0;
          width: 100%; } }
      .banner .img .elastic-video-wrapper .elastic-video {
        height: 0;
        overflow: hidden;
        padding-bottom: 60%;
        padding-top: 15px;
        position: relative; }
        .banner .img .elastic-video-wrapper .elastic-video iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    @media (max-width: 991px) {
      .banner .img {
        width: 97%; } }
    @media (max-width: 767px) {
      .banner .img {
        width: 90%; }
        .banner .img img {
          display: none; } }

/* About us */
#aboutus .text {
  margin-top: 20px; }
  @media (max-width: 767px) {
    #aboutus .text {
      margin-bottom: 50px; } }
  #aboutus .text h3 {
    font-size: 34px;
    width: 80%;
    color: #263039;
    margin: 0 0 23px 0; }
  #aboutus .text p {
    line-height: 24px; }
  #aboutus .text .btn {
    margin-top: 34px; }
#aboutus .img {
  text-align: center; }
  #aboutus .img img {
    display: inline-block; }

/* Features */
@media (min-width: 1200px) {
  #features .container {
    width: 1000px; } }
#features .row {
  margin-bottom: 65px; }
  #features .row:last-child {
    margin-bottom: 0; }
  #features .row.to-right .info {
    float: left; }
  #features .row.to-right .pic {
    float: right; }
    @media (min-width: 992px) {
      #features .row.to-right .pic img {
        float: right; } }
  #features .row header {
    margin-bottom: 65px; }
  #features .row h3 {
    margin-bottom: 20px; }
  @media (max-width: 991px) {
    #features .row .pic img {
      margin: 0 auto; } }

/* Projects */
#projects {
  background: #fff; }
  #projects .project .img {
    margin-bottom: 10px;
    position: relative;
    display: inline-block; }
    #projects .project .img .hover {
      position: absolute;
      background: rgba(142, 179, 81, 0.5);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear; }
      #projects .project .img .hover span {
        left: 40%;
        color: white;
        font-size: 113px;
        line-height: 39px;
        position: relative;
        top: 40%;
        font-weight: 200; }
        @media (min-width: 768px) and (max-width: 979px) {
          #projects .project .img .hover span {
            font-size: 65px; } }
  #projects .project .title {
    font-weight: bold;
    color: #71757A;
    display: block;
    font-size: 19px; }
  #projects .project p {
    font-style: italic; }
  #projects .project a:hover .hover {
    opacity: 1; }

/* Pricing */
#pricing .row {
  margin-top: 78px; }
#pricing .price-box {
  border: 1px solid #d9d9d9;
  margin: 0 auto;
  background: #fff;
  display: block;
  width: 90%;
  padding-bottom: 13px;
  border-radius: 4px;
  overflow: auto; }
  @media (min-width: 979px) and (max-width: 1200px) {
    #pricing .price-box {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 979px) {
    #pricing .price-box {
      width: 100%;
      margin: 0 0 20px 0; } }
  @media (max-width: 767px) {
    #pricing .price-box {
      width: 85%;
      margin-bottom: 35px; } }
  #pricing .price-box header {
    background: #2e3944 url(../../img/bg_chart.png) repeat 0 0;
    padding: 20px 30px;
    color: #fff;
    margin-bottom: 0px;
    width: 100%;
    display: inline-block; }
    #pricing .price-box header span {
      float: right;
      font-style: italic;
      font-size: 30px;
      line-height: 26px; }
    #pricing .price-box header .price {
      float: left;
      width: 100%; }
      #pricing .price-box header .price p {
        font-size: 78px;
        float: left;
        line-height: 75px; }
      #pricing .price-box header .price span {
        font-size: 19px;
        margin: 45px 0 0 12px;
        font-weight: 400; }
        @media (min-width: 768px) and (max-width: 979px) {
          #pricing .price-box header .price span {
            margin-top: 5px; } }
  #pricing .price-box .text {
    padding: 15px 31px 20px;
    font-weight: 400;
    line-height: 21px;
    font-size: 16px; }
  #pricing .price-box .perk {
    color: #7A8289;
    padding: 12px 0;
    border-bottom: 1px solid #F3F3F3; }
    #pricing .price-box .perk .content {
      margin: 0 auto;
      width: 78%; }
  #pricing .price-box .btn {
    display: block;
    margin: 30px auto 0;
    width: 178px;
    text-transform: uppercase; }
#pricing .price-pro {
  position: relative;
  top: -33px;
  box-shadow: 1px 1px 2px 0px rgba(66, 66, 66, 0.1); }
  @media (min-width: 768px) and (max-width: 979px) {
    #pricing .price-pro {
      top: 0; } }
  @media (max-width: 767px) {
    #pricing .price-pro {
      top: 0; } }
  #pricing .price-pro header {
    background: #d80d1f url(../../img/bg_chart.png) repeat 0 0; }
  #pricing .price-pro header span {
    font-size: 40px;
    font-weight: 400; }
#pricing .cols4 .price-box {
  min-height: 395px;
  width: 100%; }
  #pricing .cols4 .price-box header .price p {
    font-size: 50px;
    line-height: 65px; }
    @media (min-width: 979px) and (max-width: 1200px) {
      #pricing .cols4 .price-box header .price p {
        font-size: 40px; } }
  #pricing .cols4 .price-box header .price span {
    margin: 31px 0 0 12px; }

/* Action call */
#action-call {
  padding: 20px 0; }
  @media (max-width: 767px) {
    #action-call {
      text-align: center; } }
  #action-call .box {
    padding: 18px 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 0px 0px rgba(26, 26, 26, 0.15);
    display: inline-block; }
    @media (max-width: 767px) {
      #action-call .box {
        float: none;
        display: inline-block; } }
    #action-call .box .content {
      margin: 0 auto;
      width: 68%; }
      @media (min-width: 768px) and (max-width: 979px) {
        #action-call .box .content {
          width: 85%; } }
    #action-call .box p {
      font-weight: 400;
      font-size: 26px;
      float: left;
      margin: 4px 0 0 0; }
      @media (max-width: 767px) {
        #action-call .box p {
          margin-bottom: 20px; } }
    #action-call .box .btn {
      float: right;
      font-size: 22px;
      padding: 10px 30px;
      font-weight: 300;
      text-shadow: none; }
      @media (max-width: 767px) {
        #action-call .box .btn {
          float: none; } }

/* Clients */
#clients header {
  float: left;
  width: auto;
  margin-bottom: 0; }
  #clients header h2 {
    font-size: 35px; }
  #clients header .line {
    width: 100%; }
#clients .client {
  margin-top: 23px;
  text-align: center; }
  #clients .client img {
    opacity: 0.27;
    display: inline-block;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
    #clients .client img:hover {
      opacity: 1; }

#portfolio .photo {
  border: 1px solid #dddddd;
  box-shadow: none;
  background-color: white;
  margin-bottom: 40px;
  padding: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  #portfolio .photo .pic {
    position: relative; }
  #portfolio .photo .see_more {
    position: absolute;
    top: 37%;
    left: 42%;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
  #portfolio .photo h3, #portfolio .photo p {
    padding: 0px 15px; }
  #portfolio .photo .pic:hover .see_more {
    opacity: 1; }
#portfolio .photo:hover {
  box-shadow: 0px 0px 7px 0px #8cbe5b; }

#box-sign {
  margin: 110px 0; }
  #box-sign .box {
    margin: 0 auto;
    width: 35%;
    overflow: hidden;
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 4px 4px 4px 4px;
    padding: 0 0 14px 0;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px 0px #dddddd; }
    @media (min-width: 979px) and (max-width: 1200px) {
      #box-sign .box {
        width: 50%; } }
    @media (min-width: 768px) and (max-width: 979px) {
      #box-sign .box {
        width: 50%; } }
    @media (max-width: 767px) {
      #box-sign .box {
        width: 80%; } }
    #box-sign .box .head {
      background-color: #f4f4f4;
      border-bottom: 1px solid #d6d6d6;
      border-radius: 4px 4px 1px 0;
      display: inline-block;
      margin-bottom: 37px;
      padding: 25px 0 25px;
      text-align: center;
      width: 100%; }
      #box-sign .box .head h6 {
        font-weight: normal;
        color: #373d44;
        font-size: 21px;
        margin: 0px; }
    #box-sign .box .form {
      margin: 0 auto;
      text-align: center;
      width: 90%; }
      #box-sign .box .form .form-group {
        margin-bottom: 20px; }
      #box-sign .box .form .form-control {
        line-height: 17px;
        height: 40px; }
      #box-sign .box .form .form-control:-moz-placeholder {
        color: rgba(0, 0, 0, 0.3);
        font-style: italic;
        font-size: 18px;
        font-weight: 600; }
      #box-sign .box .form .form-control::-moz-placeholder {
        color: rgba(0, 0, 0, 0.3);
        font-style: italic;
        font-size: 18px;
        font-weight: 600; }
      #box-sign .box .form .form-control:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.3);
        font-style: italic;
        font-size: 18px;
        font-weight: 600; }
      #box-sign .box .form .form-control::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.3);
        font-style: italic;
        font-size: 18px;
        font-weight: 600; }
      #box-sign .box .form .btn {
        margin-top: 20px; }
    #box-sign .box .social {
      margin: 0 auto;
      width: 83%; }
      #box-sign .box .social .face-login {
        border: 1px solid #3b4868;
        border-radius: 3px;
        display: inline-block;
        background: #39599f;
        text-align: center;
        padding: 8px 0;
        width: 100%;
        position: relative;
        box-shadow: -1px 1px 1px 0px rgba(255, 255, 255, 0.2) inset, 1px -1px 0px 0px rgba(0, 0, 0, 0.15) inset; }
        #box-sign .box .social .face-login i, #box-sign .box .social .face-login span {
          color: #fff; }
        #box-sign .box .social .face-login i {
          position: absolute;
          left: 7%;
          font-size: 26px;
          top: 8px;
          text-shadow: 1px 1px 0 #1a2f5e; }
        #box-sign .box .social .face-login span {
          font-size: 18px;
          font-weight: 600;
          text-shadow: 1px 1px 0 #1a2f5e; }
      #box-sign .box .social .division {
        display: inline-block;
        margin: 17px 0 23px;
        position: relative;
        text-align: center;
        width: 100%; }
        #box-sign .box .social .division hr {
          border-color: #e2e2e4;
          border-width: 2px;
          margin: 0;
          position: absolute;
          width: 40%; }
        #box-sign .box .social .division hr:first-child {
          top: 13px; }
        #box-sign .box .social .division hr:last-child {
          bottom: 6px;
          right: 0; }
    #box-sign .box .remember {
      display: inline-block;
      margin: 7px 0;
      width: 90%; }
      #box-sign .box .remember .checkbox {
        float: left;
        margin: 5px 0 0 0; }
      #box-sign .box .remember .forgot {
        color: #7ea05e;
        float: right;
        line-height: 16px;
        margin: 7px 0 0 0;
        font-size: 14px; }
      #box-sign .box .remember .forgot:hover {
        text-decoration: underline; }
  #box-sign .already {
    text-align: center;
    font-size: 13px; }
    #box-sign .already a {
      color: #263039;
      margin-left: 5px;
      font-size: 14px; }
      #box-sign .already a:hover {
        color: #8fc25d; }
  #box-sign .reset .head h6 {
    font-weight: normal;
    color: #373d44;
    font-size: 17px;
    margin: 0px auto;
    width: 82%; }
/* Language Settings */
:not(i):not(.fa):lang(ru) 	{
    font-family: "Lato", sans-serif; }