@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Lato:400,700,300);
@import url(../css/fl-36-slim-icons.css);
@import url(../css/fl-bigmug-line.css);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
.inset {
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 767px) {
  .inset {
    padding-left: 0;
    padding-right: 0;
  }
}
.ff--heading {
  font-family: 'Lato', sans-serif;
}
.p--mod {
  font-size: 22px;
  line-height: 30px;
}
a.text-primary:hover {
  color: #80B537;
}
.mg-add {
  margin-top: -14px;
}
.mg-add2 {
  margin-top: 82px;
}
.mg-add3 {
  margin-top: 17px;
}
/* * + .row {
margin-top: 30px;
}
.row + * {
  margin-top: 30px;
}
.row + .row {
  margin-top: 30px;
}*/
* + p {
  margin-top: 20px;
}
* + .thumbnail {
  margin-top: 20px;
}
.thumbnail-wr + .offs {
  margin-top: 66px;
}
* + .btn {
  margin-top: 20px;
}
* + .h5 {
  margin-top: 30px;
}
* + .offs {
  margin-top: 60px;
}
* + .offs2 {
  margin-top: 78px;
}
* + .offs3 {
  margin-top: 90px;
}
* + .offs4 {
  margin-top: 50px;
}
* + .offs5 {
  margin-top: 69px;
}
* + .btn-link,
p + p {
  margin-top: 23px;
}
h5 + .offset {
  margin-top: 10px;
}
h2 + p {
	margin-top: 20px;
	font-style: normal;
	font-weight: 700;
}
h2 + .thumbnail {
  margin-top: 20px;
}
.thumbnail + * {
  margin-top: 20px;
}
.thumbnail + h5 + p {
  margin-top: 10px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================      Hr       ======================*/
hr {
  border: none;
  width: 70px;
  display: inline-block;
  height: 1px;
  background: #ccc;
  margin-top: 25px;
  margin-bottom: 13px;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside img {
  margin-right: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box_aside {
    float: none;
    text-align: center;
  }
}
/*==================   Block-icon     ===================*/
.block-icon {
  position: relative;
}
.block-icon .icon span {
  display: inline-block;
}
.block-icon .icon span:before {
  font-size: 60px;
  line-height: 60px;
  color: #8CC542;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.block-icon:hover .icon span:before {
  color: #80B537;
}
.block-icon:hover .icon--mod span:before {
  color: #ffffff;
}
.block-icon:hover .icon {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes icon {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes icon {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.block-icon * + .h6 {
  margin-top: 9px;
}
@media (max-width: 767px) {
  .block-icon {
    margin-top: 30px;
  }
}
/*==================   Icon-list   ======================*/
.icon-list {
  padding-top: 30px;
}
.icon-list li {
  position: relative;
  padding-left: 86px;
  text-align: left !important;
}
.icon-list li .icon {
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 48px;
  line-height: 48px;
  color: #8CC542;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.icon-list li + li {
  margin-top: 35px;
}
.icon-list li:hover .icon {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  color: #80B537;
}
@-webkit-keyframes icon {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes icon {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.icon-list * + p {
  margin-top: 9px;
}
/*==================   thumbnail-wr   ======================*/
* + .thumbnail-wr {
  margin-top: 87px;
}
.thumbnail-wr:before,
.thumbnail-wr:after {
  content: " ";
  display: table;
}
.thumbnail-wr:after {
  clear: both;
}
.thumbnail-wr:before,
.thumbnail-wr:after {
  content: " ";
  display: table;
}
.thumbnail-wr:after {
  clear: both;
}
.thumbnail-wr > div {
  float: left;
  width: 18.0488%;
}
.thumbnail-wr > div + div {
  margin-left: 1.463%;
}
.thumbnail-wr > div:first-child {
  width: 19.951%;
}
.thumbnail-wr > div:last-child {
  width: 20%;
}
.thumbnail-wr > div .thumbnail_block + .thumbnail_block {
  margin-top: 8%;
}
@media (max-width: 767px) {
  .thumbnail-wr > div {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .thumbnail-wr > div:nth-child(n) {
    width: 100%;
    max-width: 370px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
/*==================  Marked List  ======================*/
.marked-list {
  margin-top: 15px;
}
.marked-list li {
  position: relative;
  padding-left: 33px;
  text-align: left;
}
.marked-list li:before {
  content: '\e016';
  position: absolute;
  left: 0;
  top: 0px;
  font-weight: 400;
  font-size: 14px;
  font-family: "fl-bigmug-line";
  color: #8CC542;
}
.marked-list li + li {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .marked-list {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.marked-list a {
  color: #ffffff;
}
.marked-list a:hover {
  color: #80B537;
}
/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  color: #8CC542;
  font-size: 21px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #2e303a;
}
.inline-list li a:hover {
  background: #8CC542;
  color: #fff;
}
.inline-list li + li {
  margin-left: 10px;
}
* + .inline-list--mod {
  margin-top: 23px;
}
.inline-list--mod li a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #222533;
  color: #8CC542;
  font-size: 12px;
}
.inline-list--mod li + li {
  margin-left: 4px;
}
/*==================      Callto     ====================*/
.callto {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 37px;
}
.callto a {
  color: #8CC542;
}
.callto a:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .callto {
    font-size: 16px;
  }
}
.term-list dd {
  margin-left: 0;
  color: #a1b1bc;
}
.term-list * + dt {
  margin-top: 77px;
}
.term-list dt + * {
  margin-top: 5px;
}
.term-list a[href^="mailto:"] {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 24px;
  display: inline-block;
  color: #8CC542;/*#17dda3;*/
  margin-top: 20px;
}
.term-list a[href^="mailto:"]:hover {
  color: #222533;
}
* + .term-list {
  margin-top: 80px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
  position: relative;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header .stuck_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
header .navbar-brand {
  margin-top: 70px;
}
@media (max-width: 991px) {
  header .navbar-brand {
    margin-top: 20px;
  }
  header .camera_container + .stuck_container {
    top: 0;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
}
.header--mod {
  padding-top: 68px;
  background: url("../images/header-city.jpg") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 134px;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #ffffff;
}
main .cta {
  position: relative;
  padding-left: 56px;
  padding-top: 41px;
  padding-bottom: 41px;
  font-weight: 400;
}
main .cta * + p {
  margin-top: 7px;
}
main .cta:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 767px) {
  main .cta {
    padding-left: 0;
  }
  main .cta:before {
    display: none;
  }
}
main .cta--mod {
  padding-top: 16px;
  padding-bottom: 41px;
  margin-top: 10px;
}
main .cta--mod:before {
  top: -7px;
}
/*==================    404    =========================*/
.page404 .lead {
  font-size: 150px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .page404 .lead {
    font-size: 80px;
  }
}
.page404 span.fa-bar-chart {
  margin-top: 20px;
  font-size: 300px;
  line-height: 1;
}
@media (max-width: 767px) {
  .page404 span.fa-bar-chart {
    font-size: 250px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #1a1c27;
  padding: 98px 0 105px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71428571;
    color: #999999;
    background-color: #1a1c27;
    -webkit-text-size-adjust: none;
}

.btn-link:visted {
    color: #8CC542 !important;
}

.btn-link:focus {
    color: #8CC542 !important;
}

.btn-link:active {
    color: #8CC542 !important;
}

.text-secondary-mealink {
    color: #222533;
    text-transform: none !important;
}

.text-uppercase-mealink {
    text-transform: none !important;
}
