@charset "UTF-8";
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@font-face {
  font-family: "Lato";
  font-weight: normal;
  src: url("../fonts/latoregular-webfont.eot");
  src: url("../fonts/latoregular-webfont.eot") format("embedded-opentype"), url("../fonts/latoregular-webfont.woff2") format("woff2"), url("../fonts/latoregular-webfont.woff") format("woff"), url("../fonts/latoregular-webfont.svg#Lato") format("svg"); }
@font-face {
  font-family: "Lato";
  font-weight: bold;
  src: url("../fonts/latobold-webfont.eot");
  src: url("../fonts/latobold-webfont.eot") format("embedded-opentype"), url("../fonts/latobold-webfont.woff2") format("woff2"), url("../fonts/latobold-webfont.woff") format("woff"), url("../fonts/latobold-webfont.svg#Lato") format("svg"); }
@font-face {
  font-family: "Lato";
  font-weight: 300;
  src: url("../fonts/latolight-webfont.eot");
  src: url("../fonts/latolight-webfont.eot") format("embedded-opentype"), url("../fonts/latolight-webfont.woff2") format("woff2"), url("../fonts/latolight-webfont.woff") format("woff"), url("../fonts/latolight-webfont.svg#Lato") format("svg"); }
@font-face {
  font-family: "flexslider-icon";
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* For modern browsers */
.clear-fix:before, .clear-fix:after, .row:before, .row:after {
  content: "";
  display: table; }

.clear-fix:after, .row:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.clear-fix, .row {
  zoom: 1; }

body, input, button, textarea {
  font: normal 18px/24px "Lato", Arial, Verdana, sans-serif; }

body {
  background: #383838;
  color: #232323;
  min-width: 1080px;
  max-width: 100%;
  overflow: hidden; }

.wrapper {
  width: 1080px;
  margin: 0 auto;
  padding: 0 10px; }

.row {
  margin: 0 -10px; }

.wrapper, .row,
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
input, select, textarea, button,
.btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  padding: 0 10px;
  float: left;
  min-height: 1px; }

.col1 {
  width: 90px; }

.col2 {
  width: 180px; }

.col3 {
  width: 270px; }

.col4 {
  width: 360px; }

.col5 {
  width: 450px; }

.col6 {
  width: 540px; }

.col7 {
  width: 630px; }

.col8 {
  width: 720px; }

.col9 {
  width: 810px; }

.col10 {
  width: 900px; }

.col11 {
  width: 990px; }

.col12 {
  width: 1080px; }

input, textarea {
  width: 100%;
  border: 1px solid #dcddd3;
  margin-bottom: 0.5em;
  box-sizing: border-box; }

input {
  height: 2.333em;
  padding: 0 0.75em; }

textarea {
  height: 8em;
  padding: 0.5em 0.75em; }

ul, ol, li, p,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

ul, li, ol {
  list-style: none; }

h1, h2, h4,
.menu,
.btn {
  font-weight: bold; }

h1, h2, h6,
.menu,
.btn,
button {
  text-transform: uppercase; }

h2, h3, h6 {
  text-align: center; }

h1 {
  font-size: 0.875em;
  line-height: 2rem; }

h2 {
  font-size: 1.25em;
  line-height: 2rem;
  letter-spacing: 3px;
  padding-bottom: 1rem;
  padding-left: 10px;
  padding-right: 10px; }

h3 {
  font-size: 1.125em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-align: left; }

h4 {
  font-size: 1em;
  margin-bottom: 0.5em; }

h5 {
  font-size: 1em;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 0.875em;
  letter-spacing: 2px;
  font-weight: normal;
  padding-bottom: 4rem;
  margin-bottom: 2rem;
  padding-left: 10px;
  padding-right: 10px; }

a {
  text-decoration: none;
  transition: color 0.35s; }

img {
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box; }

.btn, button {
  border: none;
  background: transparent;
  text-transform: lowercase;
  color: #32c182;
  font-size: 1.125em;
  transition: all 0.35s; }
  .btn:hover, button:hover {
    color: black; }

header {
  background: #232323;
  text-transform: uppercase; }
  header .top {
    background: #333;
    text-align: right;
    font-size: 0.75em;
    letter-spacing: 1px;
    padding: 6px 0 3px; }
    header .top a {
      color: #7e7f75; }
      header .top a:hover {
        color: white; }
    header .top li {
      margin-left: 10px;
      display: inline; }
  header .logo img {
    display: block;
    margin: 0; }
  header .bottom {
    padding: 2em 0; }

nav .top-menu {
  float: right;
  font-size: 0.75em;
  padding-top: 20px; }
  nav .top-menu li {
    float: left;
    margin-left: 30px;
    position: relative; }
    nav .top-menu li:before {
      position: absolute;
      display: block;
      top: 0px;
      right: -18px;
      content: "/";
      color: #dcddd3; }
    nav .top-menu li:last-child:before {
      content: ""; }
    nav .top-menu li.selected {
      display: none; }
  nav .top-menu a {
    color: #dcddd3; }
    nav .top-menu a:hover, nav .top-menu a.active {
      color: #32c182; }

.slider {
  position: relative; }
  .slider.flexslider {
    margin: 0;
    border: 0;
    border-radius: 0; }
  .slider .flexslider-controls-wrapper {
    position: absolute;
    z-index: 100;
    bottom: 220px;
    width: 100%; }
    .slider .flexslider-controls-wrapper .flex-control-nav {
      width: auto;
      text-align: left;
      position: static;
      padding-left: 4%; }
      .slider .flexslider-controls-wrapper .flex-control-nav li {
        margin-left: 0; }
    .slider .flexslider-controls-wrapper .flex-control-paging li a {
      background: white; }
      .slider .flexslider-controls-wrapper .flex-control-paging li a.flex-active {
        background: #232323; }
  .slider .slide {
    background: transparent center top no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
    position: relative; }
  .slider .slide-info {
    position: absolute;
    opacity: 0.85;
    bottom: 200px;
    box-sizing: border-box; }
    .slider .slide-info:before {
      position: absolute;
      background: #32c182;
      width: 300%;
      height: 100%;
      top: 0;
      left: -300%;
      z-index: 1;
      content: ""; }
    .slider .slide-info .slide-info-data {
      background: #32c182;
      width: 45%;
      padding: 3em 0 4em 4%;
      position: relative; }
      .slider .slide-info .slide-info-data:after {
        position: absolute;
        background: url(../img/slide-info-shadow.png) center no-repeat;
        width: 223px;
        height: 159px;
        bottom: -14px;
        right: -19px;
        z-index: 1;
        content: ""; }
    .slider .slide-info .phone {
      font-weight: bold;
      font-size: 1.125em;
      margin-bottom: 0.5em; }
      .slider .slide-info .phone a {
        color: #2a2a2a; }
      .slider .slide-info .phone span:before {
        position: relative;
        display: inline-block;
        font: 18px/1em FontAwesome;
        top: 0px;
        left: 0;
        content: "";
        padding-right: 4px; }
    .slider .slide-info h3, .slider .slide-info .text {
      font-size: 1.375em;
      color: white; }
    .slider .slide-info h3 {
      font-weight: normal; }

.flexslider-events {
  position: relative; }
  .flexslider-events .slides li {
    display: none; }
  .flexslider-events .flex-control-paging li a {
    background: white; }
    .flexslider-events .flex-control-paging li a.flex-active {
      background: #232323; }
  .flexslider-events .flex-direction-nav {
    margin: 0; }
    .flexslider-events .flex-direction-nav a {
      opacity: 1;
      overflow: visible; }
    .flexslider-events .flex-direction-nav .flex-next {
      right: 50px; }
    .flexslider-events .flex-direction-nav .flex-prev {
      left: 50px; }

.flexslider-quote {
  width: 520px;
  margin: 0 auto;
  position: relative; }
  .flexslider-quote .slides {
    margin: 0; }
    .flexslider-quote .slides li {
      display: none; }
  .flexslider-quote .slide-content {
    margin: 0 20px;
    position: relative; }
  .flexslider-quote .name {
    margin-top: 0.5rem;
    font-weight: bold;
    font-style: italic;
    text-align: right; }
  .flexslider-quote .quote {
    padding: 20px 30px;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    color: white;
    text-align: center;
    line-height: 1.5;
    text-shadow: 0 2px 0 black;
    width: 100%;
    box-sizing: border-box; }
  .flexslider-quote .flexslider-quote-controls {
    width: 100%;
    position: absolute;
    z-index: 100;
    bottom: 10%; }
  .flexslider-quote .flex-control-paging li a {
    background: white; }
    .flexslider-quote .flex-control-paging li a.flex-active {
      background: #232323; }
  .flexslider-quote .flex-direction-nav {
    margin: 0; }
    .flexslider-quote .flex-direction-nav a {
      opacity: 1;
      overflow: visible; }
    .flexslider-quote .flex-direction-nav .flex-next {
      right: 50px; }
    .flexslider-quote .flex-direction-nav .flex-prev {
      left: 50px; }

.breadcrumbs {
  background: #32c182;
  padding: 1em 0 0.75em;
  color: #232323; }
  .breadcrumbs h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.875em; }
  .breadcrumbs .breadcrumbs-nav {
    font-size: 0.75em; }
    .breadcrumbs .breadcrumbs-nav a, .breadcrumbs .breadcrumbs-nav span {
      padding: 0 0.5em 0 0;
      margin: 0 0.5em 0 0; }
      .breadcrumbs .breadcrumbs-nav a:last-child, .breadcrumbs .breadcrumbs-nav span:last-child {
        padding-right: 0;
        margin-right: 0; }
    .breadcrumbs .breadcrumbs-nav a {
      color: #ecede2;
      position: relative; }
      .breadcrumbs .breadcrumbs-nav a:after {
        content: "|";
        position: absolute;
        right: -3px;
        top: -5px; }
      .breadcrumbs .breadcrumbs-nav a:last-child:after {
        content: ""; }

section {
  padding: 3em 0; }
  section.odd {
    background: #ecede2; }
  section.even {
    background: #dcddd3; }
  section.dark {
    background: #232323;
    color: #ecede2; }
  section.green {
    background: #32c182;
    color: white; }
  section.narrow {
    padding: 0.75em 0 0.25em; }
  section h2.arrow {
    background: url(../img/arrow-bottom.png) bottom center no-repeat;
    padding-bottom: 4rem;
    margin-bottom: 2rem; }
  section h2.secondary {
    margin-top: 2rem; }
  section h6 {
    background: url(../img/arrow-bottom.png) bottom center no-repeat; }

.info h2 a {
  color: #232323; }
  .info h2 a:hover {
    color: #32c182; }
.info a.read-more {
  color: #232323;
  position: relative;
  margin-top: 1rem;
  display: inline-block; }
  .info a.read-more:before, .info a.read-more:after {
    content: "";
    position: absolute;
    background: url(../img/arrow-right.png) 0 bottom no-repeat;
    width: 24px;
    height: 24px;
    top: -1px;
    right: -30px;
    transform: scale(1);
    opacity: 1;
    transition: all 0.35s; }
  .info a.read-more:before {
    background: url(../img/arrow-right.png) 0 0 no-repeat; }
  .info a.read-more:after {
    background: url(../img/arrow-right.png) 0 bottom no-repeat;
    transform: scale(2);
    opacity: 0;
    visibility: hidden; }
  .info a.read-more:hover {
    transition: all 0.35s;
    color: #32c182;
    background: transparent; }
    .info a.read-more:hover:before {
      visibility: hidden;
      transform: scale(0.2);
      opacity: 0; }
    .info a.read-more:hover:after {
      visibility: visible;
      transform: scale(1);
      opacity: 1; }
.info a {
  color: #32c182; }
.info .slogan {
  text-align: center;
  font-weight: bold; }
.info .utp {
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-size: 1.15em;
  line-height: 2rem; }
  .info .utp p {
    margin-bottom: 1rem; }
    .info .utp p:last-child {
      margin-bottom: 0; }
.info ul, .info ol {
  margin: 1rem 0; }
  .info ul h4, .info ol h4 {
    font-size: 0.875em; }
.info ol > li {
  list-style: decimal inside; }
.info .un-list {
  font-weight: 300; }
  .info .un-list li {
    position: relative;
    margin-bottom: 0.5em;
    margin-left: 33px; }
    .info .un-list li:last-child {
      margin-bottom: 0; }
    .info .un-list li:before {
      content: "";
      position: absolute;
      display: block;
      font: 16px/1em FontAwesome;
      color: #32c182;
      top: 6px;
      left: -33px; }
.info .un-list-small {
  font-size: 0.875em;
  font-weight: 300; }
  .info .un-list-small li {
    text-align: left;
    position: relative;
    margin-bottom: 0.5em;
    margin-left: 20px; }
    .info .un-list-small li:last-child {
      margin-bottom: 0; }
    .info .un-list-small li:before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 6px;
      position: absolute;
      background: #32c182;
      top: 9px;
      left: -20px; }
.info .center {
  text-align: center; }
.info img {
  padding: 0 20px;
  display: block; }
.info .image img {
  padding: 0; }
.info .date {
  font-size: 0.75em;
  font-weight: 300; }
.info .blockquote {
  border-left: 3px solid #32c182;
  padding-left: 30px;
  margin-bottom: 2rem; }
.info .text p {
  margin-bottom: 0.5rem; }
  .info .text p:last-child {
    margin-bottom: 0; }
.info .text .name {
  font-size: 0.875em;
  font-weight: bold; }
.info .text img {
  padding-top: 1rem;
  padding-bottom: 1rem;
  clear: both; }
  .info .text img.left {
    float: left;
    padding-left: 0; }
  .info .text img.right {
    float: right; }
.info .text h3 {
  margin-top: 1rem; }
.info .text hr {
  clear: both;
  width: 0; }
.info .image-set .image {
  display: inline-block;
  width: 14.2857%;
  box-sizing: border-box;
  padding: 0 3px; }
  .info .image-set .image img {
    width: 100%; }
.info iframe {
  border: 10px solid #dcddd3; }
.info .scheme {
  background: url(../img/scheme-hor.png) center no-repeat;
  width: 1080px;
  height: 210px;
  padding: 0 10px;
  box-sizing: border-box; }
.info .btn-wrapper {
  text-align: center; }
.info a.read-more.green-transparent {
  display: inline-block;
  background: #32c182;
  color: white;
  margin-top: 2rem;
  transition: all 0.35s;
  padding: 20px 70px 20px 20px; }
  .info a.read-more.green-transparent:before, .info a.read-more.green-transparent:after {
    background: url(../img/arrow-right-white.png) 0 bottom no-repeat;
    top: 20px;
    right: 25px; }
  .info a.read-more.green-transparent:before {
    background: url(../img/arrow-right-white.png) 0 0 no-repeat; }
  .info a.read-more.green-transparent:after {
    background: url(../img/arrow-right-white.png) 0 bottom no-repeat; }
  .info a.read-more.green-transparent:hover {
    background: transparent;
    color: white; }
.info a.read-more.green-green {
  display: inline-block;
  background: #32c182;
  color: white;
  margin-top: 2rem;
  transition: all 0.35s;
  padding: 20px 70px 20px 20px; }
  .info a.read-more.green-green:before, .info a.read-more.green-green:after {
    background: url(../img/arrow-right-white.png) 0 bottom no-repeat;
    top: 20px;
    right: 25px; }
  .info a.read-more.green-green:before {
    background: url(../img/arrow-right-white.png) 0 0 no-repeat; }
  .info a.read-more.green-green:after {
    background: url(../img/arrow-right-white.png) 0 bottom no-repeat; }
  .info a.read-more.green-green:hover {
    color: white; }
.info .image-title {
  margin-top: 1rem; }

.head h3 {
  text-align: center; }

.compare {
  text-align: center; }
  .compare .text {
    position: relative;
    margin-bottom: -150px;
    z-index: 1; }
    .compare .text p {
      margin-bottom: 0; }
  .compare .wide-image {
    margin: 0 -10px;
    position: relative;
    z-index: 0; }
    .compare .wide-image img {
      padding: 0; }

.advantages .icon {
  margin-bottom: 2rem;
  transition: 1s ease; }
  .advantages .icon img {
    padding: 0; }
.advantages .advantage {
  padding-top: 20px;
  margin-bottom: 20px; }
  .advantages .advantage h3 {
    letter-spacing: 2px; }
  .advantages .advantage p {
    font-size: 0.875em; }
.advantages .row:last-child .icon, .advantages .row:last-child .advantage {
  margin-bottom: 0; }

.pros .row {
  margin-bottom: 2rem; }
  .pros .row:last-child {
    margin-bottom: 0; }
.pros h3 {
  letter-spacing: 2px; }
.pros .number {
  font-size: 3rem;
  font-weight: bold;
  width: 98px;
  height: 98px;
  line-height: 98px;
  margin: 0 auto;
  border: 1px solid black;
  border-radius: 100px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  text-align: center;
  transition: all 0.8s ease; }
.pros .text {
  font-size: 0.875em; }

.neoacre .col6 {
  margin-bottom: 1rem; }
  .neoacre .col6:last-child {
    margin-bottom: 0; }

.control .order1 {
  width: 28%; }
.control .order2 {
  width: 31%; }
.control .order3 {
  width: 23%; }
.control .order4 {
  width: 18%; }

.comments h3 {
  letter-spacing: 1.5px;
  font-size: 1.125rem;
  margin-bottom: 1rem; }
  .comments h3 span {
    color: #32c182; }
.comments .comment {
  background: white;
  padding: 1.75rem 35px;
  margin: 0 5px; }
.comments .text {
  font-size: 0.75em; }
.comments .comment-image, .comments .comment-text {
  float: left;
  box-sizing: border-box; }
.comments .comment-image {
  padding-right: 35px; }
.comments .comment-text {
  width: 685px; }
.comments .form-line .form-item {
  box-sizing: border-box;
  padding: 0 5px; }
.comments .form-line .form-item.input {
  width: 33.333%;
  float: left;
  padding: 0 5px; }
.comments .form-line .form-item.textarea {
  width: 99.999%; }
.comments button.btn-big {
  background: #32c182;
  color: white;
  margin: 0 5px;
  padding: 20px 30px;
  text-transform: none; }
  .comments button.btn-big:hover {
    color: #32c182;
    background: white; }

section.stages .stages {
  margin-top: 1rem; }
  section.stages .stages .stage {
    margin-bottom: 1rem; }
    section.stages .stages .stage:last-child {
      margin-bottom: 0; }
  section.stages .stages h4 span.big {
    font-size: 2rem;
    text-transform: uppercase; }
  section.stages .stages h4 span {
    color: #32c182; }
section.stages .text {
  font-size: 0.875em; }

.who-need {
  padding-bottom: 0; }
  .who-need h5 {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .who-need .element {
    margin-bottom: 3rem;
    height: 13rem; }
  .who-need p {
    font-size: 0.875em; }
    .who-need p.title {
      font-weight: normal;
      margin-bottom: 0.5rem; }

.meet {
  padding-bottom: 0; }
  .meet .image {
    position: relative;
    margin-bottom: -60px;
    top: -60px; }

.before-after h4 {
  text-align: center; }

.additional .text {
  font-size: 0.875em; }
.additional .description {
  font-style: italic;
  padding: 10px 30px 10px;
  text-align: center; }
.additional ol h4 {
  margin-top: 1rem; }
.additional h4.padding {
  margin-top: 1rem; }

.portfolio .odd, .portfolio .even {
  padding: 1rem 0; }
.portfolio .odd {
  background: #dcddd3; }
.portfolio img {
  margin-bottom: 1rem; }
  .portfolio img:last-child {
    margin-bottom: 0; }
.portfolio .image-description {
  padding: 0rem 20px;
  font-size: 0.875em; }
  .portfolio .image-description.top {
    margin-bottom: 1rem; }
  .portfolio .image-description p {
    margin-bottom: 0.5rem; }
    .portfolio .image-description p:last-child {
      margin-bottom: 0; }

.optima {
  background: url(../img/optima-back.jpg) center no-repeat;
  background-size: cover;
  color: #32c182;
  text-align: center; }
  .optima .big {
    font-size: 2em;
    margin-top: 2.25rem;
    margin-bottom: 1rem;
    font-weight: bold; }
  .optima .advantage, .optima h3 {
    text-align: center; }
  .optima .advantage {
    font-size: 0.875rem; }
  .optima .round-wrapper {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border: 2px solid #32c182;
    border-radius: 100%; }
  .optima .image-wrapper {
    display: table;
    width: 180px;
    height: 180px; }
  .optima .image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px; }
  .optima span {
    display: inline-block; }
  .optima .companies {
    background: rgba(50, 193, 130, 0.7);
    color: white;
    padding: 2rem 0;
    margin-top: 1.5rem; }
  .optima .company, .optima .title {
    float: left; }
  .optima .company {
    width: 35%; }
    .optima .company img {
      display: inline-block; }
    .optima .company .arrow {
      margin: 0 10px; }
  .optima .title {
    width: 30%;
    font-size: 1.4em;
    line-height: 1.3; }
    .optima .title h3 {
      margin-bottom: 0; }
  .optima a {
    color: white; }

.partners .description {
  font-size: 0.875rem;
  text-align: center;
  padding: 0 10px; }

.contacts .text {
  font-size: 0.875em; }
.contacts .map {
  margin-bottom: 2rem; }
.contacts .form-line .form-item {
  box-sizing: border-box;
  padding: 0 5px; }
.contacts .form-line .form-item.input {
  width: 33.333%;
  float: left;
  padding: 0 5px; }
.contacts .form-line .form-item.textarea {
  width: 99.999%; }

.message {
  text-align: center; }

.share {
  padding: 0 0 2em; }
  .share .col12 {
    padding: 1em 0;
    border-top: 1px solid #dcddd3; }
  .share .widget {
    float: left;
    margin-right: 20px;
    margin-bottom: 0.5em;
    width: 150px;
    overflow: hidden; }
    .share .widget .fb-like.fb_iframe_widget > span {
      vertical-align: top !important; }

footer h4 {
  text-transform: uppercase; }
footer .top, footer .bottom {
  padding: 2em 0;
  color: #dcddd3; }
footer .top {
  background: #232323; }
  footer .top h4 {
    color: #32c182;
    text-transform: uppercase; }
  footer .top a, footer .top span {
    color: #dcddd3;
    font-size: 0.75em; }
  footer .top a:hover {
    color: #32c182; }
  footer .top .col3:last-child {
    text-align: right; }
footer .bottom {
  font-size: 0.875em; }
  footer .bottom a {
    color: #32c182;
    font-weight: bold; }
footer .copyrights {
  text-align: right; }

/* Modal Dialog */
.remodal {
  font-size: 1em;
  color: #232323; }
  .remodal .form {
    width: 340px;
    margin: 0 auto;
    border: none;
    text-align: left; }
  .remodal input[type=submit], .remodal button {
    color: white; }
  .remodal label {
    font-size: 0.778em; }
  .remodal .form-title {
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.5em; }
  .remodal .form-text {
    margin-bottom: 0.75em; }

.remodal-close:hover {
  text-decoration: none; }

.remodal-cancel {
  background: none;
  border: none;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0; }
  .remodal-cancel:hover {
    background: none;
    color: #c0392b; }

/* Scroll To Top */
.scrollToTop_default {
  background: #32c182;
  border: 2px solid white;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Lato";
  text-align: center;
  color: white;
  transition: all 0.35s;
  z-index: 100; }
  .scrollToTop_default:hover {
    background: #232323; }

span.b-share {
  padding: 0; }

.carousel {
  position: relative; }
  .carousel .nav {
    position: absolute;
    top: 103px;
    width: 100%; }
  .carousel a {
    position: absolute;
    z-index: 100; }
    .carousel a.customPrevBtn {
      left: -30px; }
      .carousel a.customPrevBtn:before {
        font-family: "flexslider-icon";
        font-size: 40px;
        display: inline-block;
        content: "";
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
    .carousel a.customNextBtn {
      right: -30px; }
      .carousel a.customNextBtn:before {
        font-family: "flexslider-icon";
        font-size: 40px;
        display: inline-block;
        content: "";
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
  .carousel .item-wrapper {
    display: table-cell;
    height: 230px;
    width: auto;
    vertical-align: middle; }

.tinynav {
  display: none;
  width: 100%;
  margin-top: 2rem;
  border: 1px solid #ddd;
  background-color: #e4e4e4;
  width: 100%;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  outline: none;
  border-radius: 4px; }
  .tinynav option {
    height: 34px;
    line-height: 34px; }

/*
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }

body {
  top: 166px;
  position: relative; }
*/

/*# sourceMappingURL=main.css.map */
