html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 14px;
  background: #ffffff; }

body {
  height: 100%;
  position: absolute;
  z-index: 0;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  overflow-x: hidden !important;
  overflow: scroll; }

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  font-weight: normal; }

img {
  border: 0px !important;
  outline: none !important; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon.svg#Flaticon") format("svg"); } }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal; }

.flaticon-communication:before {
  content: "\f100"; }

.flaticon-social-1:before {
  content: "\f101"; }

.flaticon-social:before {
  content: "\f102"; }

.flaticon-settings-2:before {
  content: "\f103"; }

.flaticon-photo-camera-5:before {
  content: "\f104"; }

.flaticon-photo-camera-4:before {
  content: "\f105"; }

.flaticon-tool-3:before {
  content: "\f106"; }

.flaticon-stack:before {
  content: "\f107"; }

.flaticon-sound:before {
  content: "\f108"; }

.flaticon-stack-of-square-papers:before {
  content: "\f109"; }

.flaticon-weather:before {
  content: "\f10a"; }

.flaticon-umbrella:before {
  content: "\f10b"; }

.flaticon-computer-screen:before {
  content: "\f10c"; }

.flaticon-desktop-monitor:before {
  content: "\f10d"; }

.flaticon-circle-4:before {
  content: "\f10e"; }

.flaticon-home-location-marker:before {
  content: "\f10f"; }

.flaticon-map:before {
  content: "\f110"; }

.flaticon-squares-2:before {
  content: "\f111"; }

.flaticon-squares-1:before {
  content: "\f112"; }

.flaticon-squares:before {
  content: "\f113"; }

.flaticon-three:before {
  content: "\f114"; }

.flaticon-menu-1:before {
  content: "\f115"; }

.flaticon-menu:before {
  content: "\f116"; }

.flaticon-quote:before {
  content: "\f117"; }

.flaticon-left-quote-1:before {
  content: "\f118"; }

.flaticon-right-quote-1:before {
  content: "\f119"; }

.flaticon-left-quote:before {
  content: "\f11a"; }

.flaticon-right-quote:before {
  content: "\f11b"; }

.flaticon-group-2:before {
  content: "\f11c"; }

.flaticon-team:before {
  content: "\f11d"; }

.flaticon-group-1:before {
  content: "\f11e"; }

.flaticon-triangle:before {
  content: "\f11f"; }

.flaticon-shape-2:before {
  content: "\f120"; }

.flaticon-shape-1:before {
  content: "\f121"; }

.flaticon-interface-6:before {
  content: "\f122"; }

.flaticon-handshake-1:before {
  content: "\f123"; }

.flaticon-cooperate:before {
  content: "\f124"; }

.flaticon-handshake:before {
  content: "\f125"; }

.flaticon-long-arrow-pointing-to-the-right:before {
  content: "\f126"; }

.flaticon-long-arrow-pointing-to-left:before {
  content: "\f127"; }

.flaticon-tick-1:before {
  content: "\f128"; }

.flaticon-tick:before {
  content: "\f129"; }

.flaticon-maps-and-flags:before {
  content: "\f12a"; }

.flaticon-idea:before {
  content: "\f12b"; }

.flaticon-message:before {
  content: "\f12c"; }

.flaticon-bar-chart-1:before {
  content: "\f12d"; }

.flaticon-home-1:before {
  content: "\f12e"; }

.flaticon-eye-3:before {
  content: "\f12f"; }

.flaticon-rocket-ship:before {
  content: "\f130"; }

.flaticon-stick-man-1:before {
  content: "\f131"; }

.flaticon-stick-man:before {
  content: "\f132"; }

.flaticon-technology-3:before {
  content: "\f133"; }

.flaticon-technology-2:before {
  content: "\f134"; }

.flaticon-sticker:before {
  content: "\f135"; }

.flaticon-pie-chart-1:before {
  content: "\f136"; }

.flaticon-placeholder:before {
  content: "\f137"; }

.flaticon-speech-bubble:before {
  content: "\f138"; }

.flaticon-heart-2:before {
  content: "\f139"; }

.flaticon-bar-chart:before {
  content: "\f13a"; }

.flaticon-user:before {
  content: "\f13b"; }

.flaticon-close:before {
  content: "\f13c"; }

.flaticon-arrows-10:before {
  content: "\f13d"; }

.flaticon-arrows-9:before {
  content: "\f13e"; }

.flaticon-arrows-8:before {
  content: "\f13f"; }

.flaticon-up-arrow:before {
  content: "\f140"; }

.flaticon-interface-5:before {
  content: "\f141"; }

.flaticon-eye-2:before {
  content: "\f142"; }

.flaticon-printer:before {
  content: "\f143"; }

.flaticon-shield-2:before {
  content: "\f144"; }

.flaticon-shield-1:before {
  content: "\f145"; }

.flaticon-computer-1:before {
  content: "\f146"; }

.flaticon-happiness-1:before {
  content: "\f147"; }

.flaticon-happiness:before {
  content: "\f148"; }

.flaticon-copy-1:before {
  content: "\f149"; }

.flaticon-add-2:before {
  content: "\f14a"; }

.flaticon-play-button-1:before {
  content: "\f14b"; }

.flaticon-play-button:before {
  content: "\f14c"; }

.flaticon-calendar-1:before {
  content: "\f14d"; }

.flaticon-contact:before {
  content: "\f14e"; }

.flaticon-minus-2:before {
  content: "\f14f"; }

.flaticon-anchor:before {
  content: "\f150"; }

.flaticon-plug:before {
  content: "\f151"; }

.flaticon-wallet:before {
  content: "\f152"; }

.flaticon-headset:before {
  content: "\f153"; }

.flaticon-minus-1:before {
  content: "\f154"; }

.flaticon-calendar:before {
  content: "\f155"; }

.flaticon-plus:before {
  content: "\f156"; }

.flaticon-minus:before {
  content: "\f157"; }

.flaticon-add-1:before {
  content: "\f158"; }

.flaticon-check-2:before {
  content: "\f159"; }

.flaticon-check-1:before {
  content: "\f15a"; }

.flaticon-time-1:before {
  content: "\f15b"; }

.flaticon-remove:before {
  content: "\f15c"; }

.flaticon-envelope:before {
  content: "\f15d"; }

.flaticon-phone-call:before {
  content: "\f15e"; }

.flaticon-copy:before {
  content: "\f15f"; }

.flaticon-next:before {
  content: "\f160"; }

.flaticon-avatar:before {
  content: "\f161"; }

.flaticon-pie-chart:before {
  content: "\f162"; }

.flaticon-star:before {
  content: "\f163"; }

.flaticon-like:before {
  content: "\f164"; }

.flaticon-settings-1:before {
  content: "\f165"; }

.flaticon-heart-1:before {
  content: "\f166"; }

.flaticon-garbage:before {
  content: "\f167"; }

.flaticon-medal:before {
  content: "\f168"; }

.flaticon-cogwheel-2:before {
  content: "\f169"; }

.flaticon-shield:before {
  content: "\f16a"; }

.flaticon-package:before {
  content: "\f16b"; }

.flaticon-money:before {
  content: "\f16c"; }

.flaticon-telephone:before {
  content: "\f16d"; }

.flaticon-headphones:before {
  content: "\f16e"; }

.flaticon-coin-1:before {
  content: "\f16f"; }

.flaticon-truck:before {
  content: "\f170"; }

.flaticon-line-3:before {
  content: "\f171"; }

.flaticon-arrows-7:before {
  content: "\f172"; }

.flaticon-stats:before {
  content: "\f173"; }

.flaticon-correct:before {
  content: "\f174"; }

.flaticon-search-2:before {
  content: "\f175"; }

.flaticon-support-1:before {
  content: "\f176"; }

.flaticon-transport-3:before {
  content: "\f177"; }

.flaticon-eye-1:before {
  content: "\f178"; }

.flaticon-multimedia:before {
  content: "\f179"; }

.flaticon-rocket-launch:before {
  content: "\f17a"; }

.flaticon-search-1:before {
  content: "\f17b"; }

.flaticon-letter-1:before {
  content: "\f17c"; }

.flaticon-light-bulb:before {
  content: "\f17d"; }

.flaticon-calculator-1:before {
  content: "\f17e"; }

.flaticon-group:before {
  content: "\f17f"; }

.flaticon-search:before {
  content: "\f180"; }

.flaticon-nature:before {
  content: "\f181"; }

.flaticon-blueprint:before {
  content: "\f182"; }

.flaticon-coin:before {
  content: "\f183"; }

.flaticon-calculator:before {
  content: "\f184"; }

.flaticon-food-2:before {
  content: "\f185"; }

.flaticon-technology-1:before {
  content: "\f186"; }

.flaticon-bullhorn:before {
  content: "\f187"; }

.flaticon-time:before {
  content: "\f188"; }

.flaticon-food-1:before {
  content: "\f189"; }

.flaticon-cup:before {
  content: "\f18a"; }

.flaticon-settings:before {
  content: "\f18b"; }

.flaticon-new-file:before {
  content: "\f18c"; }

.flaticon-pin:before {
  content: "\f18d"; }

.flaticon-arrows-6:before {
  content: "\f18e"; }

.flaticon-cup-of-hot-chocolate:before {
  content: "\f18f"; }

.flaticon-line-2:before {
  content: "\f190"; }

.flaticon-cross-2:before {
  content: "\f191"; }

.flaticon-cross-1:before {
  content: "\f192"; }

.flaticon-cogwheel-1:before {
  content: "\f193"; }

.flaticon-home:before {
  content: "\f194"; }

.flaticon-arrows-5:before {
  content: "\f195"; }

.flaticon-heart:before {
  content: "\f196"; }

.flaticon-add:before {
  content: "\f197"; }

.flaticon-line-1:before {
  content: "\f198"; }

.flaticon-google-plus:before {
  content: "\f199"; }

.flaticon-check:before {
  content: "\f19a"; }

.flaticon-clock-1:before {
  content: "\f19b"; }

.flaticon-cogwheel:before {
  content: "\f19c"; }

.flaticon-quality:before {
  content: "\f19d"; }

.flaticon-reuse:before {
  content: "\f19e"; }

.flaticon-spinner-1:before {
  content: "\f19f"; }

.flaticon-spinner:before {
  content: "\f1a0"; }

.flaticon-transport-2:before {
  content: "\f1a1"; }

.flaticon-shape:before {
  content: "\f1a2"; }

.flaticon-music:before {
  content: "\f1a3"; }

.flaticon-support:before {
  content: "\f1a4"; }

.flaticon-people:before {
  content: "\f1a5"; }

.flaticon-ranking:before {
  content: "\f1a6"; }

.flaticon-web-development:before {
  content: "\f1a7"; }

.flaticon-interface-4:before {
  content: "\f1a8"; }

.flaticon-pdf-file:before {
  content: "\f1a9"; }

.flaticon-light-bulb-on:before {
  content: "\f1aa"; }

.flaticon-note:before {
  content: "\f1ab"; }

.flaticon-circle-3:before {
  content: "\f1ac"; }

.flaticon-connection:before {
  content: "\f1ad"; }

.flaticon-technology:before {
  content: "\f1ae"; }

.flaticon-round-pie-chart:before {
  content: "\f1af"; }

.flaticon-interface-3:before {
  content: "\f1b0"; }

.flaticon-magnifying-glass-browser:before {
  content: "\f1b1"; }

.flaticon-interface-2:before {
  content: "\f1b2"; }

.flaticon-cross:before {
  content: "\f1b3"; }

.flaticon-web-page-home:before {
  content: "\f1b4"; }

.flaticon-equalizer:before {
  content: "\f1b5"; }

.flaticon-sheet-of-newspaper:before {
  content: "\f1b6"; }

.flaticon-location:before {
  content: "\f1b7"; }

.flaticon-delete-cross:before {
  content: "\f1b8"; }

.flaticon-eye:before {
  content: "\f1b9"; }

.flaticon-lock:before {
  content: "\f1ba"; }

.flaticon-arrows-4:before {
  content: "\f1bb"; }

.flaticon-arrows-3:before {
  content: "\f1bc"; }

.flaticon-user-silhouette:before {
  content: "\f1bd"; }

.flaticon-clock:before {
  content: "\f1be"; }

.flaticon-location-marker:before {
  content: "\f1bf"; }

.flaticon-boat-anchor:before {
  content: "\f1c0"; }

.flaticon-security-badge:before {
  content: "\f1c1"; }

.flaticon-house-outline:before {
  content: "\f1c2"; }

.flaticon-alarm-bell:before {
  content: "\f1c3"; }

.flaticon-round-delete-button:before {
  content: "\f1c4"; }

.flaticon-tick-inside-circle:before {
  content: "\f1c5"; }

.flaticon-clock-circular-outline:before {
  content: "\f1c6"; }

.flaticon-transport-1:before {
  content: "\f1c7"; }

.flaticon-rocket-pointing-to-upper-left-direction:before {
  content: "\f1c8"; }

.flaticon-minus-sign-of-a-line-in-horizontal-position:before {
  content: "\f1c9"; }

.flaticon-spinner-circle:before {
  content: "\f1ca"; }

.flaticon-interface-1:before {
  content: "\f1cb"; }

.flaticon-cellphone:before {
  content: "\f1cc"; }

.flaticon-computer:before {
  content: "\f1cd"; }

.flaticon-tool-2:before {
  content: "\f1ce"; }

.flaticon-e-mail-envelope:before {
  content: "\f1cf"; }

.flaticon-microphone:before {
  content: "\f1d0"; }

.flaticon-smartphone-call:before {
  content: "\f1d1"; }

.flaticon-graph-line-screen:before {
  content: "\f1d2"; }

.flaticon-standing-up-man:before {
  content: "\f1d3"; }

.flaticon-interface:before {
  content: "\f1d4"; }

.flaticon-levels-adjust:before {
  content: "\f1d5"; }

.flaticon-business:before {
  content: "\f1d6"; }

.flaticon-letter:before {
  content: "\f1d7"; }

.flaticon-blocks-with-angled-cuts:before {
  content: "\f1d8"; }

.flaticon-straight-quotes:before {
  content: "\f1d9"; }

.flaticon-prize-badge-with-star-and-ribbon:before {
  content: "\f1da"; }

.flaticon-cell-phone:before {
  content: "\f1db"; }

.flaticon-tea-cup:before {
  content: "\f1dc"; }

.flaticon-food:before {
  content: "\f1dd"; }

.flaticon-photo-camera-3:before {
  content: "\f1de"; }

.flaticon-photo-camera-2:before {
  content: "\f1df"; }

.flaticon-mouse-1:before {
  content: "\f1e0"; }

.flaticon-diamond:before {
  content: "\f1e1"; }

.flaticon-arrows-2:before {
  content: "\f1e2"; }

.flaticon-mouse:before {
  content: "\f1e3"; }

.flaticon-photo-camera-1:before {
  content: "\f1e4"; }

.flaticon-camera-shutter:before {
  content: "\f1e5"; }

.flaticon-camera:before {
  content: "\f1e6"; }

.flaticon-arrows-1:before {
  content: "\f1e7"; }

.flaticon-round:before {
  content: "\f1e8"; }

.flaticon-arrows:before {
  content: "\f1e9"; }

.flaticon-check-symbol:before {
  content: "\f1ea"; }

.flaticon-delete:before {
  content: "\f1eb"; }

.flaticon-sign:before {
  content: "\f1ec"; }

.flaticon-line:before {
  content: "\f1ed"; }

.flaticon-transport:before {
  content: "\f1ee"; }

.flaticon-symbol:before {
  content: "\f1ef"; }

.flaticon-speech-bubble-with-three-circles-inside:before {
  content: "\f1f0"; }

.flaticon-circle-2:before {
  content: "\f1f1"; }

.flaticon-circle-1:before {
  content: "\f1f2"; }

.flaticon-speech-bubble-outline-of-rectangular-shape:before {
  content: "\f1f3"; }

.flaticon-circle:before {
  content: "\f1f4"; }

.flaticon-tool-1:before {
  content: "\f1f5"; }

.flaticon-earth:before {
  content: "\f1f6"; }

.flaticon-smiling-emoticon-square-face:before {
  content: "\f1f7"; }

.flaticon-tool:before {
  content: "\f1f8"; }

.flaticon-map-marker-point:before {
  content: "\f1f9"; }

.flaticon-music-headphones:before {
  content: "\f1fa"; }

.flaticon-photo-camera:before {
  content: "\f1fb"; }

.flaticon-briefcase:before {
  content: "\f1fc"; }

.flaticon-dog-paw:before {
  content: "\f1fd"; }

.flaticon-right-arrow:before {
  content: "\f1fe"; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?27726286");
  src: url("../fonts/fontello.eot?27726286#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?27726286") format("woff2"), url("../fonts/fontello.woff?27726286") format("woff"), url("../fonts/fontello.ttf?27726286") format("truetype"), url("../fonts/fontello.svg?27726286#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-waze:before {
  content: '\e800'; }

.ClearFix {
  clear: both; }

.Transitions {
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/preloader.svg"); }

.MainCenterCont {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: 800px;
  margin: 0px auto 0px auto;
  padding: 55px 30px;
  position: relative;
  color: #666666; }

.MainCenterCont h1 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100 !important; }

.MainCenterCont p {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  margin: 30px 0px;
  padding: 0px 0px 25px 0px;
  position: relative;
  font-weight: 100 !important; }

.MainCenterCont .Text_Line::after {
  content: "";
  display: block;
  width: 215px;
  height: 4px;
  background: #38b98f;
  position: absolute;
  left: 0px;
  bottom: 0px; }

.MainCenterCont .BoxGalleSpaces {
  display: block;
  width: 100%;
  height: 510px;
  margin: 30px auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.MainCenterCont .BoxGalleSpaces .SpaceBox {
  display: block;
  width: 33.33%;
  height: 100%;
  margin: 0px auto;
  float: left;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
  overflow: hidden; }

.MainCenterCont .BoxGalleSpaces .SpaceBox h1 {
  display: block;
  width: 100%;
  height: 50px;
  margin: 60% auto 0% auto;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line1 {
  line-height: 50px; }

.MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line2 {
  line-height: 25px; }

.MainCenterCont .BoxGalleSpaces .SpaceBox img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.MainCenterCont .BoxGalleSpaces .SpaceBox::after {
  content: "";
  display: block;
  width: 100%;
  height: 510px;
  margin: 0px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.MainCenterCont .BoxGalleSpaces .SpaceBox h1::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #38b98f;
  position: absolute;
  left: 37.5%;
  bottom: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.MainCenterCont .BoxGalleSpaces .SpaceBox:hover > img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2); }

.MainCenterCont .BoxGalleSpaces .SpaceBox:hover::after {
  opacity: 1; }

.MainCenterCont .BoxGalleSpaces .SpaceBox:hover > h1::after {
  width: 25%; }

.MainCenterCont .BoxGalleSpaces .SpaceBox:hover > h1 {
  opacity: 1; }

.MainCenterCont .BoxWorkingSpace {
  display: block;
  width: 100%;
  height: 500px;
  margin: 30px auto 50px auto;
  position: relative;
  overflow: hidden; }

.MainCenterCont .BoxWorkingSpace #ContSliderWS {
  display: block;
  width: 70%;
  height: 100%;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  overflow: hidden; }

.MainCenterCont .BoxWorkingSpace #ContSliderWS .owl-dots {
  display: block !important;
  width: 50%;
  position: absolute;
  left: 310px;
  bottom: 10px;
  height: 20px;
  margin: 0px auto; }

.MainCenterCont .BoxWorkingSpace #ContSliderWS .owl-dot:first-child {
  margin: 0px 10px 0px 0px; }

.MainCenterCont .BoxWorkingSpace #ContSliderWS .owl-dot {
  display: block !important;
  width: 10px;
  height: 10px;
  outline: none;
  border: 0px;
  float: left;
  margin: 0px 10px;
  background: #ffffff;
  opacity: 0.5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.MainCenterCont .BoxWorkingSpace #ContSliderWS .owl-dot.active {
  opacity: 0.8; }

.MainCenterCont .BoxWorkingSpace {
  display: block;
  width: 100%;
  height: 500px;
  margin: 30px auto 50px auto;
  position: relative;
  overflow: hidden; }

.MainCenterCont .BoxWorkingSpace #ContSliderWS2 {
  display: block;
  width: 70%;
  height: 100%;
  margin: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
  overflow: hidden; }

.MainCenterCont .BoxWorkingSpace #ContSliderWS2 .owl-dots {
  display: block !important;
  width: 50%;
  position: absolute;
  left: 428px;
  bottom: 10px;
  height: 20px;
  margin: 0px auto; }

.MainCenterCont .BoxWorkingSpace #ContSliderWS2 .owl-dot:first-child {
  margin: 0px 10px 0px 0px; }

.MainCenterCont .BoxWorkingSpace #ContSliderWS2 .owl-dot {
  display: block !important;
  width: 10px;
  height: 10px;
  outline: none;
  border: 0px;
  float: left;
  margin: 0px 10px;
  background: #ffffff;
  opacity: 0.5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.MainCenterCont .BoxWorkingSpace #ContSliderWS2 .owl-dot.active {
  opacity: 0.8; }

.MainCenterCont .BoxWorkingSpace .BoxInfo {
  display: block;
  width: 100%;
  max-width: 450px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  color: #ffffff;
  padding: 50px;
  background: #38b98f;
  overflow: hidden; }

.MainCenterCont .BoxWorkingSpace .BoxInfo h1 {
  display: block;
  width: 100%;
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-size: 22px;
  font-style: 400; }

.MainCenterCont .BoxWorkingSpace .BoxInfo p {
  display: block;
  width: 100%;
  margin: 0px 0px;
  padding: 30px 0px;
  text-align: left;
  font-size: 15px;
  font-style: 400; }

.MainCenterCont .BoxWorkingSpace .BoxInfo .BtnInfo {
  display: block;
  width: auto;
  margin: 0px;
  padding: 0px;
  text-align: right;
  font-size: 18px;
  font-style: 400;
  position: absolute;
  right: 50px;
  bottom: 50px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.MainCenterCont .BoxWorkingSpace .BoxInfo .BtnInfo::before {
  content: "+";
  display: block;
  position: absolute;
  left: -20px;
  top: 0px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%; }

.MainCenterCont .BoxWorkingSpace .BoxInfo .BtnInfo::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 0px;
  bottom: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.MainCenterCont .BoxWorkingSpace:hover > .BoxInfo .BtnInfo {
  color: #333333;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2); }

.MainCenterCont .BoxWorkingSpace:hover > .BoxInfo .BtnInfo::before {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg); }

.MainCenterCont .BoxWorkingSpace:hover > .BoxInfo .BtnInfo::after {
  width: 80%;
  background: #333333; }

.MainCenterCont .BoxWorkingSpace .BoxInfo2 {
  display: block;
  width: 100%;
  max-width: 450px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  color: #ffffff;
  padding: 50px;
  background: #333333;
  overflow: hidden; }

.MainCenterCont .BoxWorkingSpace .BoxInfo2 h1 {
  display: block;
  width: 100%;
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-size: 22px;
  font-style: 400; }

.MainCenterCont .BoxWorkingSpace .BoxInfo2 p {
  display: block;
  width: 100%;
  margin: 0px 0px;
  padding: 30px 0px;
  text-align: left;
  font-size: 15px;
  font-style: 400; }

.MainCenterCont .BoxWorkingSpace .BoxInfo2 .BtnInfo2 {
  display: block;
  width: auto;
  margin: 0px;
  padding: 0px;
  text-align: right;
  font-size: 18px;
  font-style: 400;
  position: absolute;
  right: 50px;
  bottom: 50px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.MainCenterCont .BoxWorkingSpace .BoxInfo2 .BtnInfo2::before {
  content: "+";
  display: block;
  position: absolute;
  left: -20px;
  top: 0px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%; }

.MainCenterCont .BoxWorkingSpace .BoxInfo2 .BtnInfo2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 0px;
  bottom: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.MainCenterCont .BoxWorkingSpace:hover > .BoxInfo2 .BtnInfo2 {
  color: #cccccc;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2); }

.MainCenterCont .BoxWorkingSpace:hover > .BoxInfo2 .BtnInfo2::before {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg); }

.MainCenterCont .BoxWorkingSpace:hover > .BoxInfo2 .BtnInfo2::after {
  width: 80%;
  background: #cccccc; }

.MainCenterCont .BoxSliderUbica {
  display: block;
  width: 100%;
  height: auto;
  min-height: 450px;
  margin: 30px auto 50px auto;
  position: relative;
  overflow: hidden;
  /*background: #888888; */ }

.MainCenterCont .BoxSliderUbica .ImgSUb {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px; }

.MainCenterCont #BoxContatenos {
  display: block;
  width: 100%;
  height: 410px;
  margin: 30px auto 50px auto;
  position: relative; }

.MainCenterCont #BoxContatenos .BoxSides {
  display: block;
  width: 50%;
  height: 100%;
  margin: 0px auto 0px auto;
  position: relative;
  float: left; }

.MainCenterCont #BoxContatenos .BoxSides.Box_L {
  padding: 0px 30px 0px 0px; }

.MainCenterCont #BoxContatenos .BoxSides a {
  text-decoration: none;
  cursor: pointer;
  color: #000000; }

.MainCenterCont #BoxContatenos .BoxSides a:hover {
  color: #00a88c; }

.list-style-one li {
  position: relative;
  margin-bottom: 35px;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  padding-left: 48px;
  line-height: 2em; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

.MainCenterCont #BoxContatenos .BoxSides .list-style-one li .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #111;
  font-size: 30px;
  line-height: 1em; }

.MainCenterCont #BoxContatenos #contactform {
  display: block;
  width: 100%;
  margin: 30px 0px 0px 0px;
  float: left; }

.MainCenterCont #BoxContatenos input {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  height: 50px;
  line-height: 50px;
  min-height: 50px;
  margin: 0px auto 20px auto;
  float: left;
  padding: 0px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 99; }

.MainCenterCont #BoxContatenos input:focus {
  outline: none; }

.MainCenterCont #BoxContatenos textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 0;
  color: #777;
  height: 100px;
  font-size: 15px;
  resize: none;
  border: 0px;
  border-bottom: 2px solid #dcdcdc;
  outline: none !important;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  background: #ffffff; }

.MainCenterCont #BoxContatenos button {
  margin-top: 10px;
  padding: 9px 48px;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0px;
  outline: none !important;
  padding: 18px 32px;
  display: inline-block;
  line-height: 1;
  background: #00a88c;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all ease .238s;
  -moz-transition: all ease .238s;
  -o-transition: all ease .238s;
  transition: all ease .238s; }

.MainCenterCont #BoxContatenos button:hover {
  background-color: #000000; }

.MainCenterCont #BoxContatenos select {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  height: 50px;
  line-height: 50px;
  min-height: 50px;
  margin: 0px auto 20px auto;
  float: left;
  padding: 0px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 99; }

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 48%;
  margin: 0 0 20px 4%; }

.custom-select-wrapper select {
  display: none; }

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%; }

.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  color: #777;
  line-height: 45px;
  padding: 0 15px;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  cursor: pointer;
  background: #ffffff; }

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #00a88c;
  border-right: 1px solid #00a88c;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  -ms-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%); }

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 2px solid rgba(0, 0, 0, 0.1) !important;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px); }

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.option-hover:before {
  background: #f9f9f9; }

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
  color: #b5b5b5;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.custom-option:first-of-type {
  border-radius: 0; }

.custom-option:last-of-type {
  border-bottom: 0; }

.custom-option:hover, .custom-option.selection {
  background: #00a88c;
  color: #fff; }

.MainCenterCont #BoxContatenos #contactform #name {
  display: block;
  width: 100%;
  margin: 0px auto;
  position: relative; }

.MainCenterCont #BoxContatenos #contactform #email {
  display: block;
  width: 100%;
  margin: 0px auto;
  position: relative; }

.MainCenterCont #BoxContatenos #contactform #phone {
  display: block;
  width: 100%;
  margin: 0px auto;
  position: relative; }

.MainCenterCont #BoxContatenos #contactform #subject {
  display: block;
  width: 100%;
  margin: 0px auto;
  position: relative; }

.MainCenterCont #BoxContatenos #contactform #message-contact {
  display: block;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  position: relative; }

.MainCenterCont #BoxContatenos #contactform .SubName {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  color: #777;
  line-height: 45px;
  padding: 0 15px;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  cursor: pointer;
  background: #ffffff; }

.MainCenterCont #BoxContatenos .RowField {
  position: relative;
  display: block;
  width: 96%;
  min-height: 40px;
  margin: 0px 1% 25px 1%;
  float: left; }

.MainCenterCont #BoxContatenos .Field_2Col {
  width: 48%;
  margin: 0px 1% 25px 1%;
  float: left; }

.MainCenterCont #BoxContatenos .RowField label {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: red;
  height: 20px;
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: -30px; }

#SliderTop {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto;
  position: relative; }

#MapCont {
  display: block;
  width: 100%;
  height: 400px;
  margin: 0px auto;
  position: relative;
  overflow: hidden; }

#MapCont::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 500;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  -webkit-transition: 0.8s all;
  -webkit-transition-delay: 0.8s;
  -moz-transition: 0.8s all;
  -moz-transition-delay: 0.8s;
  -ms-transition: 0.8s all;
  -ms-transition-delay: 0.8s;
  -o-transition: 0.8s all;
  -o-transition-delay: 0.8s;
  transition: 0.8s all;
  transition-delay: 0.8s; }

#MapCont:hover::after {
  top: 100%;
  opacity: 0; }

#Video1 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10; }

#Video1 video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1; }

.MainCenterCont #BoxContatenos input:focus {
  outline: none;
  border-color: #00a88c !important; }

.MainCenterCont #BoxContatenos input:active {
  outline: none;
  border-color: #00a88c !important; }

.MainCenterCont #BoxContatenos textarea:focus {
  outline: none;
  border-color: #00a88c !important; }

.MainCenterCont #BoxContatenos textarea:active {
  outline: none;
  border-color: #00a88c !important; }

.MainCenterCont #BoxContatenos select:active {
  outline: none;
  border-color: #00a88c !important; }

/* NEW MAP */
.leaflet-control {
  display: none; }

#mapid {
  width: 100%;
  height: 400px; }

@media only screen and (min-width: 320px) and (max-width: 600px) {
  #mapid {
    width: 100%;
    height: 100%; }
  #MapCont::after {
    display: none; } }

#BarTop {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0px auto 0px auto;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999; }

#BarTop #Logo {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 0px;
  position: absolute;
  left: 50px;
  top: 30px;
  z-index: 10;
  z-index: 1; }

#BarTop #Logo img {
  display: block;
  width: 100%; }

#BarTop #BoxHambBtn {
  display: block;
  width: 45px;
  height: 25px;
  margin: 0px;
  position: absolute;
  right: 50px;
  top: 35px;
  z-index: 10;
  cursor: pointer;
  z-index: 90; }

#BarTop #BoxHambBtn .Lines {
  display: block;
  width: 100%;
  height: 3px;
  margin: 0px;
  position: absolute;
  left: 0px;
  background: #ffffff; }

#BarTop #BoxHambBtn #L1 {
  top: 0px; }

#BarTop #BoxHambBtn #L2 {
  top: 13px; }

#BarTop #BoxHambBtn #L3 {
  top: 100%; }

#BarTop #MenuTop {
  display: block;
  height: 50px;
  line-height: 50px;
  width: auto;
  position: absolute;
  top: 20px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  right: 130px;
  opacity: 0;
  font-family: 'Montserrat', sans-serif; }

#BarTop #MenuTop li {
  display: inline;
  margin: 0px 10px;
  float: left;
  position: relative; }

#BarTop #MenuTop li::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 0px;
  bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#BarTop #MenuTop li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px !important;
  line-height: 50px; }

#BarTop #MenuTop li a:hover {
  color: #38b98f; }

#BtnGoTopBlog {
  display: none;
  padding: 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 39px;
  height: 39px;
  background: url("../images/icon_btn_top.svg") 50% 50% no-repeat #000000;
  border: 1px solid #28755c;
  z-index: 9999999; }

@media only screen and (min-width: 881px) and (max-width: 1000px) {
  #BarTop {
    height: 60px;
    background: black; }
  #BarTop #Logo {
    max-width: 130px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 15px auto; }
  #BarTop #BoxHambBtn {
    right: 20px;
    top: 16px; }
  #BarTop #MenuTop {
    height: auto;
    line-height: 50px;
    width: 100%;
    position: absolute;
    top: 60px;
    list-style-type: none;
    margin: 0px;
    right: 0;
    background: rgba(0, 0, 0, 0.8); }
  #BarTop #MenuTop li {
    width: 100%;
    border-bottom: solid 1px #333333;
    margin: 0px;
    padding: 0px; }
  #BarTop #MenuTop li:active {
    background: rgba(255, 255, 255, 0.8); }
  #BarTop #MenuTop li a {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0px 30px; } }

@media only screen and (min-width: 768px) and (max-width: 880px) {
  #BarTop {
    height: 60px;
    background: black; }
  #BarTop #Logo {
    max-width: 130px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 15px auto; }
  #BarTop #BoxHambBtn {
    right: 20px;
    top: 16px; }
  #BarTop #MenuTop {
    height: auto;
    line-height: 50px;
    width: 100%;
    position: absolute;
    top: 60px;
    list-style-type: none;
    margin: 0px;
    right: 0;
    background: rgba(0, 0, 0, 0.8); }
  #BarTop #MenuTop li {
    width: 100%;
    border-bottom: solid 1px #333333;
    margin: 0px;
    padding: 0px; }
  #BarTop #MenuTop li:active {
    background: rgba(255, 255, 255, 0.8); }
  #BarTop #MenuTop li a {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0px 30px; } }

@media only screen and (min-width: 668px) and (max-width: 767px) {
  #BarTop {
    height: 60px;
    background: black; }
  #BarTop #Logo {
    max-width: 130px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 15px auto; }
  #BarTop #BoxHambBtn {
    right: 20px;
    top: 16px; }
  #BarTop #MenuTop {
    height: auto;
    line-height: 50px;
    width: 100%;
    position: absolute;
    top: 60px;
    list-style-type: none;
    margin: 0px;
    right: 0;
    background: rgba(0, 0, 0, 0.8); }
  #BarTop #MenuTop li {
    width: 100%;
    border-bottom: solid 1px #333333;
    margin: 0px;
    padding: 0px; }
  #BarTop #MenuTop li:active {
    background: rgba(255, 255, 255, 0.8); }
  #BarTop #MenuTop li a {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0px 30px; } }

@media only screen and (min-width: 568px) and (max-width: 667px) {
  #BarTop {
    height: 60px;
    background: black; }
  #BarTop #Logo {
    max-width: 130px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 15px auto; }
  #BarTop #BoxHambBtn {
    right: 20px;
    top: 16px; }
  #BarTop #MenuTop {
    height: auto;
    line-height: 50px;
    width: 100%;
    position: absolute;
    top: 60px;
    list-style-type: none;
    margin: 0px;
    right: 0;
    background: rgba(0, 0, 0, 0.8); }
  #BarTop #MenuTop li {
    width: 100%;
    border-bottom: solid 1px #333333;
    margin: 0px;
    padding: 0px; }
  #BarTop #MenuTop li:active {
    background: rgba(255, 255, 255, 0.8); }
  #BarTop #MenuTop li a {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0px 30px; } }

@media only screen and (min-width: 480px) and (max-width: 567px) {
  #BarTop {
    height: 60px;
    background: black; }
  #BarTop #Logo {
    max-width: 130px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 15px auto; }
  #BarTop #BoxHambBtn {
    right: 20px;
    top: 16px; }
  #BarTop #MenuTop {
    height: auto;
    line-height: 50px;
    width: 100%;
    position: absolute;
    top: 60px;
    list-style-type: none;
    margin: 0px;
    right: 0;
    background: rgba(0, 0, 0, 0.8); }
  #BarTop #MenuTop li {
    width: 100%;
    border-bottom: solid 1px #333333;
    margin: 0px;
    padding: 0px; }
  #BarTop #MenuTop li:active {
    background: rgba(255, 255, 255, 0.8); }
  #BarTop #MenuTop li a {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0px 30px; } }

@media only screen and (min-width: 377px) and (max-width: 479px) {
  #BarTop {
    height: 60px;
    background: black; }
  #BarTop #Logo {
    max-width: 130px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 15px auto; }
  #BarTop #BoxHambBtn {
    right: 20px;
    top: 16px; }
  #BarTop #MenuTop {
    height: auto;
    line-height: 50px;
    width: 100%;
    position: absolute;
    top: 60px;
    list-style-type: none;
    margin: 0px;
    right: 0;
    background: rgba(0, 0, 0, 0.8); }
  #BarTop #MenuTop li {
    width: 100%;
    border-bottom: solid 1px #333333;
    margin: 0px;
    padding: 0px; }
  #BarTop #MenuTop li:active {
    background: rgba(255, 255, 255, 0.8); }
  #BarTop #MenuTop li a {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0px 30px; } }

@media only screen and (min-width: 320px) and (max-width: 376px) {
  #BarTop {
    height: 60px;
    background: black; }
  #BarTop #Logo {
    max-width: 130px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 15px auto; }
  #BarTop #BoxHambBtn {
    right: 20px;
    top: 16px; }
  #BarTop #MenuTop {
    height: auto;
    line-height: 50px;
    width: 100%;
    position: absolute;
    top: 60px;
    list-style-type: none;
    margin: 0px;
    right: 0;
    background: rgba(0, 0, 0, 0.8); }
  #BarTop #MenuTop li {
    width: 100%;
    border-bottom: solid 1px #333333;
    margin: 0px;
    padding: 0px; }
  #BarTop #MenuTop li:active {
    background: rgba(255, 255, 255, 0.8); }
  #BarTop #MenuTop li a {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0px 30px; } }

@media only screen and (min-width: 1px) and (max-width: 319px) {
  #BarTop {
    display: none; } }

.pin::after, .pin::before {
  display: block;
  -webkit-box-sizing: border-box;
  content: ''; }

#ContMap {
  position: relative;
  margin: 0px;
  padding: 0px;
  height: 450px; }

#map {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute; }

.pin, .pin-wrap, .pin::after, .pin::before {
  width: 100px;
  height: 100px; }

.pin, .pin-wrap, .pulse {
  margin-left: -50px;
  position: absolute; }

.pin-wrap {
  margin-top: -120.71px;
  -webkit-transform-origin: 50% 120.7106781187% 0;
  -ms-transform-origin: 50% 120.7106781187% 0;
  transform-origin: 50% 120.7106781187% 0; }

.pin {
  top: 50%;
  left: 50%;
  margin-top: -50px;
  -webkit-transform-origin: 50% 120.7106781187% 0;
  -ms-transform-origin: 50% 120.7106781187% 0;
  transform-origin: 50% 120.7106781187% 0; }

.pin::after {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  border: 20px solid #00a88c;
  border-radius: 50%; }

.pin::before {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  border: 18px solid #28755c;
  border-radius: 50% 50% 50% 0; }

.pulse::after, .shadow::after {
  display: block;
  content: '';
  border-radius: 50%; }

.shadow {
  position: absolute; }

.shadow::after {
  position: absolute;
  left: -125px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  -webkit-transform: rotateX(55deg);
  transform: rotateX(55deg);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 100px 0 20px;
  box-shadow: rgba(0, 0, 0, 0.5) 100px 0 20px; }

.pulse {
  margin-top: -50px;
  -webkit-transform: rotateX(55deg);
  transform: rotateX(55deg); }

.pulse::after {
  width: 100px;
  height: 100px;
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -webkit-box-shadow: 0 0 6px 3px #28755c;
  box-shadow: 0 0 6px 3px #28755c; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0; } }

.owl-carousel {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  margin: 0px !important; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.owl-dot {
  display: none; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-prev {
  width: 60px;
  height: 60px;
  background: #ffffff;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 45%;
  text-align: center;
  line-height: 60px;
  color: #000;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.owl-next {
  width: 60px;
  height: 60px;
  background: #ffffff;
  margin: 0px;
  position: absolute;
  right: 0px;
  top: 45%;
  text-align: center;
  line-height: 60px;
  color: #000;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.owl-prev span {
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.owl-next span {
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.owl-prev:hover > span {
  -webkit-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -moz-transform: scale(1.9);
  transform: scale(1.9); }

.owl-next:hover > span {
  -webkit-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -moz-transform: scale(1.9);
  transform: scale(1.9); }

/* RESPONSIVE */
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .owl-prev {
    top: 45%; }
  .owl-next {
    top: 45%; } }

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-buttons div, .owl-controls .owl-page {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

owl-fade-in {
  -webkit-animation: empty 1ms both ease;
  -moz-animation: empty 1ms both ease;
  animation: empty 1ms both ease; }

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100%, 75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100%, 75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  100%, 75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

#FooterCont {
  display: block;
  width: 100%;
  height: 185px;
  margin: 0px auto;
  position: relative;
  background: #fcfbfb; }

#FooterCont #LogoFooter {
  display: block;
  width: 100%;
  max-width: 150px;
  position: absolute;
  left: 30px;
  top: 50px; }

#FooterCont .link {
  display: block;
  width: 100%;
  max-width: 210px;
  position: absolute;
  left: 30px;
  top: 110px;
  color: #00a88c !important;
  font-size: 15px; }

#FooterCont .BoxInfo {
  display: block;
  width: 50%;
  float: right;
  text-align: right;
  padding: 50px 30px 0px 0px;
  font-size: 15px; }

#FooterCont .BoxInfo a {
  color: #00a88c !important; }

#FooterCont .BoxInfo a:hover {
  color: #6c6c6f !important; }

#FooterCont .BoxInfo .social-icon-one {
  display: block;
  width: 100%;
  min-height: 50px; }

#FooterCont .BoxInfo .BoxContact {
  display: block;
  width: 100%;
  min-height: 50px; }

#FooterCont .BoxInfo .social-icon-one li a {
  font-size: 30px;
  float: right;
  margin: 0px 5px; }

#FooterCont .BoxInfo .social-icon-one .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

#FooterCont .BrL {
  display: none; }

@media only screen and (min-width: 668px) and (max-width: 767px) {
  #FooterCont {
    height: auto;
    padding-top: 20px; }
  #FooterCont #LogoFooter {
    max-width: 110px;
    position: relative;
    left: auto;
    top: auto;
    margin: 0px auto; }
  #FooterCont .link {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 70px auto;
    top: 0px;
    left: 0px; }
  #FooterCont .BoxInfo .BoxContact {
    width: 100%;
    min-height: 50px; }
  #FooterCont .BoxInfo {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0px 30px 30px 30px;
    font-size: 15px;
    margin: 0px auto;
    font-size: 14px; }
  #FooterCont .BoxInfo a {
    display: block;
    line-height: 30px; }
  #FooterCont .Vline {
    display: none; }
  #FooterCont .BoxInfo .social-icon-one {
    width: 120px;
    min-height: 50px;
    margin: 50px auto 0px auto; }
  #FooterCont .BrL {
    display: block; }
  #FooterCont .AllRights {
    font-size: 11px; } }

@media only screen and (min-width: 568px) and (max-width: 667px) {
  #FooterCont {
    height: auto;
    padding-top: 20px; }
  #FooterCont #LogoFooter {
    max-width: 110px;
    position: relative;
    left: auto;
    top: auto;
    margin: 0px auto; }
  #FooterCont .link {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 70px auto;
    top: 0px;
    left: 0px; }
  #FooterCont .BoxInfo .BoxContact {
    width: 100%;
    min-height: 50px; }
  #FooterCont .BoxInfo {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0px 30px 30px 30px;
    font-size: 15px;
    margin: 0px auto;
    font-size: 14px; }
  #FooterCont .BoxInfo a {
    display: block;
    line-height: 30px; }
  #FooterCont .Vline {
    display: none; }
  #FooterCont .BoxInfo .social-icon-one {
    width: 120px;
    min-height: 50px;
    margin: 50px auto 0px auto; }
  #FooterCont .BrL {
    display: block; }
  #FooterCont .AllRights {
    font-size: 11px; } }

@media only screen and (min-width: 480px) and (max-width: 567px) {
  #FooterCont {
    height: auto;
    padding-top: 20px; }
  #FooterCont #LogoFooter {
    max-width: 110px;
    position: relative;
    left: auto;
    top: auto;
    margin: 0px auto; }
  #FooterCont .link {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 70px auto;
    top: 0px;
    left: 0px; }
  #FooterCont .BoxInfo .BoxContact {
    width: 100%;
    min-height: 50px; }
  #FooterCont .BoxInfo {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0px 30px 30px 30px;
    font-size: 15px;
    margin: 0px auto;
    font-size: 14px; }
  #FooterCont .BoxInfo a {
    display: block;
    line-height: 30px; }
  #FooterCont .Vline {
    display: none; }
  #FooterCont .BoxInfo .social-icon-one {
    width: 120px;
    min-height: 50px;
    margin: 50px auto 0px auto; }
  #FooterCont .BrL {
    display: block; }
  #FooterCont .AllRights {
    font-size: 11px; } }

@media only screen and (min-width: 377px) and (max-width: 479px) {
  #FooterCont {
    height: auto;
    padding-top: 20px; }
  #FooterCont #LogoFooter {
    max-width: 110px;
    position: relative;
    left: auto;
    top: auto;
    margin: 0px auto; }
  #FooterCont .link {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 70px auto;
    top: 0px;
    left: 0px; }
  #FooterCont .BoxInfo .BoxContact {
    width: 100%;
    min-height: 50px; }
  #FooterCont .BoxInfo {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0px 30px 30px 30px;
    font-size: 15px;
    margin: 0px auto;
    font-size: 14px; }
  #FooterCont .BoxInfo a {
    display: block;
    line-height: 30px; }
  #FooterCont .Vline {
    display: none; }
  #FooterCont .BoxInfo .social-icon-one {
    width: 120px;
    min-height: 50px;
    margin: 50px auto 0px auto; }
  #FooterCont .BrL {
    display: block; }
  #FooterCont .AllRights {
    font-size: 11px; } }

@media only screen and (min-width: 320px) and (max-width: 376px) {
  #FooterCont {
    height: auto;
    padding-top: 20px; }
  #FooterCont #LogoFooter {
    max-width: 110px;
    position: relative;
    left: auto;
    top: auto;
    margin: 0px auto; }
  #FooterCont .link {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 70px auto;
    top: 0px;
    left: 0px; }
  #FooterCont .BoxInfo .BoxContact {
    width: 100%;
    min-height: 50px; }
  #FooterCont .BoxInfo {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0px 30px 30px 30px;
    font-size: 15px;
    margin: 0px auto;
    font-size: 14px; }
  #FooterCont .BoxInfo a {
    display: block;
    line-height: 30px; }
  #FooterCont .Vline {
    display: none; }
  #FooterCont .BoxInfo .social-icon-one {
    width: 120px;
    min-height: 50px;
    margin: 50px auto 0px auto; }
  #FooterCont .BrL {
    display: block; }
  #FooterCont .AllRights {
    font-size: 11px; } }

.MainCenterCont_IP {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: 800px;
  margin: 90px auto 0px auto;
  padding: 55px 30px;
  position: relative;
  color: #747474;
  opacity: 0; }

.MainCenterCont_IP .RowBack {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0px auto 10px auto;
  padding-left: 20px;
  position: relative;
  color: #747474; }

.MainCenterCont_IP .RowBack .BtnBack {
  display: block;
  width: 100%;
  max-width: 100px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: #747474; }

.MainCenterCont_IP .RowBack .BtnBack:hover {
  color: #37b98f; }

.MainCenterCont_IP .RowBack .BtnBack::before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  margin: 0px;
  position: absolute;
  left: -20px;
  top: 0px;
  background: url("../images/arrow-back.svg") 50% 50% no-repeat;
  background-size: 20px 30px; }

.MainCenterCont_IP .RowTitleNav {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0px auto 20px auto;
  position: relative;
  color: #747474; }

.MainCenterCont_IP .RowTitleNav h1 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100 !important; }

.MainCenterCont_IP .RowTitleNav .BoxNav_IP {
  display: block;
  width: auto;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  margin: 0px auto;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #747474; }

.MainCenterCont_IP .RowTitleNav .BoxNav_IP a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.MainCenterCont_IP .RowTitleNav .BoxNav_IP .BtnNavTabs {
  display: inline-block;
  width: auto;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  margin: 0px auto;
  padding: 0px 10px;
  text-align: center;
  position: relative;
  color: #747474;
  font-size: 13px !important; }

.MainCenterCont_IP .RowTitleNav .BoxNav_IP .BtnNavTabs:nth-child(2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: 8px;
  background: #747474; }

.MainCenterCont_IP .RowTitleNav .BoxNav_IP .BtnNavTabs:nth-child(2)::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0px;
  top: 8px;
  background: #747474; }

.MainCenterCont_IP .RowTitleNav .BoxNav_IP .BtnNavTabs.Active {
  color: #37b98f !important; }

.MainCenterCont_IP .RowTitleNav .BoxNav_IP .BtnNavTabs.Active {
  border-bottom: solid 1px #37b98f; }

.MainCenterCont_IP .RowSlider_IP {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100px;
  margin: 0px auto 20px auto;
  position: relative;
  /* border:dashed 1px red */ }

.MainCenterCont_IP .RowSlider_IP .owl-prev {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0px;
  position: absolute;
  left: -60px;
  top: 40%;
  outline: none;
  border: solid  1px #e7e7e7;
  font-size: 0px;
  background: url("../images/slider_in_page/arrows_nav.svg") 0% 50% no-repeat rgba(255, 255, 255, 0.8);
  background-size: 200% 100%; }

.MainCenterCont_IP .RowSlider_IP .owl-next {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0px;
  position: absolute;
  right: -60px;
  top: 40%;
  outline: none;
  border: solid  1px #e7e7e7;
  font-size: 0px;
  background: url("../images/slider_in_page/arrows_nav.svg") 100% 50% no-repeat rgba(255, 255, 255, 0.8);
  background-size: 200% 100%; }

.MainCenterCont_IP .RowSlider_IP .owl-prev:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.6; }

.MainCenterCont_IP .RowSlider_IP .owl-next:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.6; }

.MainCenterCont_IP .RowSlider_IP #SliderHome .item img {
  display: block;
  width: 100%;
  height: auto; }

.MainCenterCont_IP .RowBoxInfoSpace_IP {
  display: block;
  width: 100%;
  min-height: 130px;
  margin: 0px auto 20px auto;
  padding: 30px 40px;
  position: relative;
  background: #eeeeee; }

.MainCenterCont_IP .RowBoxInfoSpace_IP p {
  display: block;
  margin: 0px auto 30px auto;
  padding: 0px 0px;
  font-style: 20px;
  color: #606060; }

.MainCenterCont_IP .BtnGoToCategory {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 50px;
  line-height: 48px;
  margin: 50px auto 50px auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  border: solid 2px #747474;
  background: #ffffff;
  color: #747474;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.MainCenterCont_IP .BtnGoToCategory:hover {
  border: solid 2px #00a88c;
  background: #00a88c;
  color: #ffffff; }

#BoxBOSForm {
  display: block;
  width: 50px;
  height: 50%;
  margin: 0px;
  position: fixed;
  right: 0px;
  top: 25%;
  z-index: 999; }

#BtnOpenSideForm {
  display: block;
  width: 45px;
  height: 280px;
  margin: 0px auto;
  position: absolute;
  right: 0px;
  top: 25%;
  z-index: 98;
  cursor: pointer;
  background: url("../images/btn-reseva.svg") 0% 50% no-repeat #00a88c;
  background-size: 200% 100%; }

#BoxSideForm {
  display: none;
  width: 100%;
  max-width: 380px;
  min-width: 380px;
  height: 450px;
  margin: 0px auto;
  position: fixed;
  right: 0px;
  top: 20%;
  z-index: 100;
  overflow: hidden;
  padding: 30px 30px 30px 30px;
  background: rgba(255, 255, 255, 0.7);
  border-top: solid 1px rgba(0, 0, 0, 0.4);
  border-left: solid 1px rgba(0, 0, 0, 0.4);
  border-bottom: solid 1px rgba(0, 0, 0, 0.4); }

#BoxSideForm h1 {
  display: block;
  width: 100%;
  margin: 0px auto 20px auto;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100 !important;
  text-align: center; }

#BoxSideForm input {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  height: 50px;
  line-height: 50px;
  min-height: 50px;
  margin: 0px auto 20px auto;
  float: left;
  padding: 0px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#BoxSideForm textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 0;
  color: #777;
  height: 100px;
  font-size: 15px;
  resize: none;
  border: 0px;
  border-bottom: 2px solid #dcdcdc;
  outline: none !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

#BoxSideForm #name {
  display: block;
  width: 48%;
  margin: 0px 0% 20px 0%; }

#BoxSideForm #email {
  display: block;
  width: 48%;
  margin: 0px 0% 20px 4%; }

#BoxSideForm #phone {
  display: block;
  width: 48%;
  margin: 0px 0% 20px 0%; }

#BoxSideForm #subject {
  display: block;
  width: 48%;
  margin: 0px 0% 20px 4%; }

#BoxSideForm #message-contact {
  display: block;
  width: 100%;
  margin: 20px 0% 20px 0%;
  overflow: hidden;
  padding: 10px;
  line-height: 18px; }

#BoxSideForm input:focus {
  outline: none;
  border-color: #00a88c !important; }

#BoxSideForm input:active {
  outline: none;
  border-color: #00a88c !important; }

#BoxSideForm textarea:focus {
  outline: none;
  border-color: #00a88c !important; }

#BoxSideForm textarea:active {
  outline: none;
  border-color: #00a88c !important; }

#BoxSideForm button {
  display: block;
  margin: 10px auto;
  padding: 9px 48px;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none !important;
  padding: 18px 32px;
  line-height: 1;
  background: #00a88c;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all ease .238s;
  -moz-transition: all ease .238s;
  -o-transition: all ease .238s;
  transition: all ease .238s; }

#BoxSideForm button:hover {
  background-color: #000000; }

#BoxSideForm #BtnCloseForm {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
  background: url("../images/bg-close-btn.svg") 50% 50% no-repeat #00a88c;
  background-size: 50%; }

#BoxSideForm #BtnCloseForm:hover {
  background-color: #000000; }

#BoxSideFormselect {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  height: 50px;
  line-height: 50px;
  min-height: 50px;
  margin: 0px auto 20px auto;
  float: left;
  padding: 0px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  margin: auto;
  z-index: 99; }

.custom-select-wrapper select {
  display: none; }

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%; }

.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  color: #777;
  line-height: 45px;
  padding: 0 15px;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  cursor: pointer; }

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #00a88c;
  border-right: 1px solid #00a88c;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  -ms-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%); }

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 2px solid rgba(0, 0, 0, 0.1) !important;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px); }

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.option-hover:before {
  background: #f9f9f9; }

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
  color: #b5b5b5;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.custom-option:first-of-type {
  border-radius: 0; }

.custom-option:last-of-type {
  border-bottom: 0; }

.custom-option:hover, .custom-option.selection {
  background: #00a88c;
  color: #fff; }

.PageTab {
  display: none; }

#TabPage_1 {
  display: block; }

#LabelCurrentItem {
  display: block;
  width: 20%;
  height: 55px;
  line-height: 55px;
  position: absolute;
  right: 0%;
  bottom: 30px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 15px;
  color: #ffffff; }

@media only screen and (min-width: 881px) and (max-width: 1200px) {
  .MainCenterCont_IP {
    margin: 120px auto 0px auto;
    padding: 0px 50px 0px 20px; }
  .MainCenterCont_IP .RowSlider_IP .owl-prev {
    width: 60px;
    height: 60px;
    left: -20px;
    top: 47%; }
  .MainCenterCont_IP .RowSlider_IP .owl-next {
    width: 60px;
    height: 60px;
    right: -20px;
    top: 47%; }
  #LabelCurrentItem {
    width: 30%;
    height: 50px;
    line-height: 50px;
    right: 0%;
    bottom: 20px;
    font-size: 14px; } }

@media only screen and (min-width: 768px) and (max-width: 880px) {
  .MainCenterCont_IP {
    margin: 70px auto 0px auto;
    padding: 0px 50px 0px 20px; }
  .MainCenterCont_IP .RowSlider_IP .owl-prev {
    width: 60px;
    height: 60px;
    left: -20px;
    top: 47%; }
  .MainCenterCont_IP .RowSlider_IP .owl-next {
    width: 60px;
    height: 60px;
    right: -20px;
    top: 47%; }
  #LabelCurrentItem {
    width: 30%;
    height: 50px;
    line-height: 50px;
    right: 0%;
    bottom: 20px;
    font-size: 14px; } }

@media only screen and (min-width: 668px) and (max-width: 767px) {
  .MainCenterCont_IP {
    margin: 70px auto 0px auto;
    padding: 0px 50px 0px 20px; }
  #BoxBOSForm {
    top: 60px; }
  #BoxSideForm {
    top: 60px;
    display: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 200px; }
  .MainCenterCont_IP .RowBoxInfoSpace_IP {
    margin: 0px auto 20px auto;
    padding: 20px 20px; }
  .MainCenterCont_IP .RowSlider_IP .owl-prev {
    width: 60px;
    height: 60px;
    left: -20px; }
  .MainCenterCont_IP .RowSlider_IP .owl-next {
    width: 60px;
    height: 60px;
    right: -20px; }
  #LabelCurrentItem {
    width: 30%;
    height: 50px;
    line-height: 50px;
    right: 0%;
    bottom: 20px;
    font-size: 14px; } }

@media only screen and (min-width: 568px) and (max-width: 667px) {
  .MainCenterCont_IP {
    margin: 70px auto 0px auto;
    padding: 0px 50px 0px 20px; }
  #BoxBOSForm {
    top: 60px; }
  #BoxSideForm {
    top: 60px;
    display: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 200px; }
  .MainCenterCont_IP .BtnGoToCategory {
    width: 90%;
    margin: 30px auto 50px auto; }
  .MainCenterCont_IP .RowBoxInfoSpace_IP {
    margin: 0px auto 20px auto;
    padding: 20px 20px; }
  .MainCenterCont_IP .RowBoxInfoSpace_IP p {
    font-style: 20px;
    font-size: 14px;
    text-align: justify; }
  .MainCenterCont_IP .RowSlider_IP .owl-prev {
    width: 60px;
    height: 60px;
    left: -20px; }
  .MainCenterCont_IP .RowSlider_IP .owl-next {
    width: 60px;
    height: 60px;
    right: -20px; }
  #LabelCurrentItem {
    width: 40%;
    height: 40px;
    line-height: 40px;
    right: 0%;
    bottom: 20px;
    font-size: 14px; } }

@media only screen and (min-width: 480px) and (max-width: 567px) {
  .MainCenterCont_IP {
    margin: 70px auto 0px auto;
    padding: 0px 50px 0px 20px; }
  #BoxBOSForm {
    top: 60px; }
  #BoxSideForm {
    top: 60px;
    display: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 200px; }
  #BoxSideForm h1 {
    margin: 30px auto 10px auto;
    font-size: 30px;
    line-height: 30px; }
  #BoxSideForm #name {
    display: block;
    width: 100%;
    margin: 0px auto 5px auto; }
  #BoxSideForm #email {
    display: block;
    width: 100%;
    margin: 0px auto 5px auto; }
  #BoxSideForm #phone {
    display: block;
    width: 100%;
    margin: 0px auto 5px auto; }
  #BoxSideForm #subject {
    display: block;
    width: 100%;
    margin: 0px auto 5px auto; }
  #BtnOpenSideForm {
    width: 35px;
    height: 215px; }
  .MainCenterCont_IP .RowTitleNav .BoxNav_IP {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0px auto;
    position: relative;
    top: auto;
    right: auto; }
  .MainCenterCont_IP .RowTitleNav .BoxNav_IP .BtnNavTabs {
    width: auto;
    min-width: auto;
    height: 30px;
    line-height: 30px;
    margin: 0px auto;
    padding: 0px 6px;
    font-size: 12px !important; }
  .MainCenterCont_IP .RowTitleNav {
    height: 50px;
    line-height: 20px;
    margin: 0px auto 20px auto; }
  .MainCenterCont_IP .RowTitleNav h1 {
    font-size: 25px; }
  .MainCenterCont_IP .BtnGoToCategory {
    width: 90%;
    margin: 30px auto 50px auto; }
  .MainCenterCont_IP .RowBoxInfoSpace_IP {
    margin: 0px auto 20px auto;
    padding: 20px 20px; }
  .MainCenterCont_IP .RowBoxInfoSpace_IP p {
    font-style: 20px;
    font-size: 14px;
    text-align: justify; }
  .MainCenterCont_IP .RowSlider_IP .owl-prev {
    width: 60px;
    height: 60px;
    left: -20px; }
  .MainCenterCont_IP .RowSlider_IP .owl-next {
    width: 60px;
    height: 60px;
    right: -20px; }
  #LabelCurrentItem {
    width: 50%;
    height: 30px;
    line-height: 30px;
    right: 0%;
    bottom: 0px;
    font-size: 12px; } }

@media only screen and (min-width: 377px) and (max-width: 479px) {
  .MainCenterCont_IP {
    margin: 70px auto 0px auto;
    padding: 0px 50px 0px 20px; }
  #BoxBOSForm {
    top: 60px; }
  #BoxSideForm {
    top: 60px;
    display: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 200%;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 200px; }
  #BoxSideForm h1 {
    margin: 30px auto 10px auto;
    font-size: 30px;
    line-height: 30px; }
  #BoxSideForm input {
    height: 35px;
    line-height: 35px;
    min-height: 35px; }
  #BoxSideForm #name {
    display: block;
    width: 100%;
    margin: 0px auto 5px auto; }
  #BoxSideForm #email {
    display: block;
    width: 100%;
    margin: 0px auto 5px auto; }
  #BoxSideForm #phone {
    display: block;
    width: 100%;
    margin: 0px auto 5px auto; }
  #BoxSideForm #subject {
    display: block;
    width: 100%;
    margin: 0px auto 5px auto; }
  #BtnOpenSideForm {
    width: 35px;
    height: 215px; }
  .MainCenterCont_IP .RowTitleNav .BoxNav_IP {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0px auto;
    position: relative;
    top: auto;
    right: auto; }
  .MainCenterCont_IP .RowTitleNav .BoxNav_IP .BtnNavTabs {
    width: auto;
    min-width: auto;
    height: 30px;
    line-height: 30px;
    margin: 0px auto;
    padding: 0px 6px;
    font-size: 12px !important; }
  .MainCenterCont_IP .RowTitleNav {
    height: 50px;
    line-height: 20px;
    margin: 0px auto 20px auto; }
  .MainCenterCont_IP .RowTitleNav h1 {
    font-size: 25px; }
  .MainCenterCont_IP .BtnGoToCategory {
    width: 90%;
    margin: 30px auto 50px auto; }
  .MainCenterCont_IP .RowBoxInfoSpace_IP {
    margin: 0px auto 20px auto;
    padding: 20px 20px; }
  .MainCenterCont_IP .RowBoxInfoSpace_IP p {
    font-style: 20px;
    font-size: 14px;
    text-align: justify; }
  .MainCenterCont_IP .RowSlider_IP .owl-prev {
    width: 60px;
    height: 60px;
    left: -20px; }
  .MainCenterCont_IP .RowSlider_IP .owl-next {
    width: 60px;
    height: 60px;
    right: -20px; }
  #LabelCurrentItem {
    width: 50%;
    height: 25px;
    line-height: 25px;
    right: 0%;
    bottom: 0px;
    font-size: 12px; } }

@media only screen and (min-width: 320px) and (max-width: 376px) {
  .MainCenterCont_IP {
    margin: 70px auto 0px auto;
    padding: 0px 50px 0px 20px; }
  #Formulario {
    overflow: scroll; }
  #BoxBOSForm {
    top: 60px; }
  #BoxSideForm {
    top: 60px;
    display: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 200%;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 200px; }
  #BoxSideForm h1 {
    margin: 10px auto 10px auto;
    font-size: 15px;
    line-height: 15px; }
  #BoxSideForm input {
    height: 35px;
    line-height: 35px;
    min-height: 35px; }
  #BoxSideForm #name {
    display: block;
    width: 100%;
    margin: 0px auto 5px auto; }
  #BoxSideForm #email {
    display: block;
    width: 100%;
    margin: 0px auto 5px auto; }
  #BoxSideForm #phone {
    display: block;
    width: 100%;
    margin: 0px auto 5px auto; }
  #BoxSideForm #subject {
    display: block;
    width: 100%;
    margin: 0px auto 5px auto; }
  #BtnOpenSideForm {
    width: 35px;
    height: 215px; }
  .MainCenterCont_IP .RowTitleNav .BoxNav_IP {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0px auto;
    position: relative;
    top: auto;
    right: auto; }
  .MainCenterCont_IP .RowTitleNav .BoxNav_IP .BtnNavTabs {
    width: auto;
    min-width: auto;
    height: 30px;
    line-height: 30px;
    margin: 0px auto;
    padding: 0px 6px;
    font-size: 12px !important; }
  .MainCenterCont_IP .RowTitleNav {
    height: 50px;
    line-height: 20px;
    margin: 0px auto 20px auto; }
  .MainCenterCont_IP .RowTitleNav h1 {
    font-size: 25px; }
  .MainCenterCont_IP .BtnGoToCategory {
    width: 90%;
    margin: 30px auto 50px auto;
    font-size: 20px; }
  .MainCenterCont_IP .RowBoxInfoSpace_IP {
    margin: 0px auto 20px auto;
    padding: 20px 20px; }
  .MainCenterCont_IP .RowBoxInfoSpace_IP p {
    font-style: 20px;
    font-size: 13px;
    text-align: justify; }
  .MainCenterCont_IP .RowSlider_IP .owl-prev {
    width: 60px;
    height: 60px;
    left: -20px; }
  .MainCenterCont_IP .RowSlider_IP .owl-next {
    width: 60px;
    height: 60px;
    right: -20px; }
  #LabelCurrentItem {
    width: 50%;
    height: 20px;
    line-height: 20px;
    right: 0%;
    bottom: 0px;
    font-size: 11px; } }

@media only screen and (min-width: 0px) and (max-width: 319px) {
  .MainCenterCont_IP {
    display: none; }
  #BtnOpenSideForm {
    display: none !important; }
  #BoxSideForm {
    display: none !important; } }

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  .MainCenterCont {
    padding: 25px 60px 25px 30px; }
  .MainCenterCont .BoxWorkingSpace {
    height: auto; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo {
    max-width: 100%;
    height: auto;
    padding: 30px;
    position: relative;
    margin: 0px auto;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo h1 {
    font-size: 25px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo p {
    margin: 0px 0px;
    padding: 20px 0px;
    font-size: 15px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo2 {
    max-width: 100%;
    height: auto;
    padding: 30px;
    position: relative;
    margin: 0px auto;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo2 h1 {
    font-size: 25px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo2 p {
    margin: 0px 0px;
    padding: 20px 0px;
    font-size: 15px; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS2 {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS .owl-dots {
    left: 47%; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS2 .owl-dots {
    left: 47%; } }

@media only screen and (min-width: 881px) and (max-width: 1000px) {
  .MainCenterCont {
    padding: 25px 60px 25px 30px; }
  .MainCenterCont .BoxGalleSpaces {
    height: 430px;
    margin: 0px auto; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox {
    width: 33.33%;
    height: 100%;
    margin: 0px auto 30px auto; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox::after {
    height: 100px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6); }
  .MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line1 {
    height: 100px;
    line-height: auto;
    opacity: 1;
    margin: 0% auto;
    padding: 25px 0px 0px 0px; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line2 {
    height: 100px;
    line-height: auto;
    opacity: 1;
    margin: 0% auto;
    padding: 25px 0px 0px 0px; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox img {
    width: 120%;
    top: -10%; }
  .MainCenterCont .BoxWorkingSpace {
    height: auto; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo {
    max-width: 100%;
    height: auto;
    padding: 30px;
    position: relative;
    margin: 0px auto;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo h1 {
    font-size: 25px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo p {
    margin: 0px 0px;
    padding: 20px 0px;
    font-size: 15px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo2 {
    max-width: 100%;
    height: auto;
    padding: 30px;
    position: relative;
    margin: 0px auto;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo2 h1 {
    font-size: 25px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo2 p {
    margin: 0px 0px;
    padding: 20px 0px;
    font-size: 15px; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS .owl-dots {
    left: 47%; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS2 {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS2 .owl-dots {
    left: 47%; }
  .MainCenterCont .BoxSliderUbica {
    height: 350px;
    min-height: auto; }
  #MapCont {
    height: 280px; } }

@media only screen and (min-width: 768px) and (max-width: 880px) {
  .MainCenterCont {
    padding: 25px 60px 25px 30px; }
  .MainCenterCont .BoxGalleSpaces {
    height: 430px;
    margin: 0px auto; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox {
    width: 33.33%;
    height: 100%;
    margin: 0px auto 30px auto; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox::after {
    height: 100px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6); }
  .MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line1 {
    height: 100px;
    line-height: auto;
    opacity: 1;
    margin: 0% auto;
    padding: 25px 0px 0px 0px; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line2 {
    height: 100px;
    line-height: auto;
    opacity: 1;
    margin: 0% auto;
    padding: 25px 0px 0px 0px; }
  .MainCenterCont .BoxWorkingSpace {
    height: auto;
    margin: 50px auto 50px auto; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo h1, .MainCenterCont .BoxWorkingSpace .BoxInfo2 h1 {
    font-size: 20px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo, .MainCenterCont .BoxWorkingSpace .BoxInfo2 {
    max-width: 100%;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    padding: 20px 20px 80px 20px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo p, .MainCenterCont .BoxWorkingSpace .BoxInfo2 p {
    margin: 10px 0px;
    padding: 0px 0px;
    font-size: 14px; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS .owl-dots {
    left: 47%; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS2 {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS2 .owl-dots {
    left: 47%; }
  .MainCenterCont .BoxSliderUbica {
    height: 310px;
    min-height: auto; }
  #MapCont {
    height: 280px; } }

@media only screen and (min-width: 668px) and (max-width: 767px) {
  #SliderTop {
    margin: 60px auto 0px auto; }
  .MainCenterCont {
    padding: 25px 50px 25px 30px; }
  .MainCenterCont p {
    font-size: 14px;
    margin: 10px 0px; }
  .MainCenterCont h1 {
    font-size: 20px; }
  .MainCenterCont .BoxGalleSpaces {
    height: 390px;
    margin: 0px auto; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox {
    width: 33.33%;
    height: 100%;
    margin: 0px auto 30px auto; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox::after {
    height: 100px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6); }
  .MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line1 {
    height: 100px;
    line-height: auto;
    opacity: 1;
    margin: 0% auto;
    padding: 25px 0px 0px 0px; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line2 {
    height: 100px;
    line-height: auto;
    opacity: 1;
    margin: 0% auto;
    padding: 25px 0px 0px 0px; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox img {
    width: 150%;
    top: -15%; }
  .MainCenterCont .BoxWorkingSpace {
    height: auto;
    margin: 50px auto 50px auto; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo h1, .MainCenterCont .BoxWorkingSpace .BoxInfo2 h1 {
    font-size: 20px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo, .MainCenterCont .BoxWorkingSpace .BoxInfo2 {
    max-width: 100%;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    padding: 20px 20px 80px 20px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo p, .MainCenterCont .BoxWorkingSpace .BoxInfo2 p {
    margin: 10px 0px;
    padding: 0px 0px;
    font-size: 14px; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS, .MainCenterCont .BoxWorkingSpace #ContSliderWS2 {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS .owl-dots, .MainCenterCont .BoxWorkingSpace #ContSliderWS2 .owl-dots {
    left: 47%; }
  .MainCenterCont .BoxSliderUbica {
    height: 250px;
    min-height: auto; }
  .MainCenterCont #BoxContatenos .BoxSides {
    width: 100%;
    height: auto;
    float: none; }
  .BoxSides.Box_L {
    padding: 0px 0px 0px 0px; }
  .MainCenterCont #BoxContatenos #contactform {
    margin: 30px 0px 30px 0px; }
  .MainCenterCont #BoxContatenos #contactform #name {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos #contactform #email {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos #contactform #phone {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos #contactform #subject {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos input {
    height: 40px;
    line-height: 40px;
    min-height: 40px; }
  .list-style-one li {
    margin-bottom: 25px; }
  .MainCenterCont #BoxContatenos button {
    margin-top: 10px;
    padding: 9px 48px;
    height: 50px;
    font-size: 14px;
    padding: 18px 32px;
    font-size: 15px;
    display: block;
    margin: 0px auto; }
  #MapCont {
    height: 280px; }
  .MainCenterCont .Text_Line::after {
    height: 2px; }
  .custom-select-wrapper {
    width: 100%;
    margin: 0px 0% 20px 0%; }
  .custom-select {
    width: 100%; }
  .custom-select-trigger {
    line-height: 35px; }
  .custom-option {
    line-height: 35px; } }

@media only screen and (min-width: 568px) and (max-width: 667px) {
  #SliderTop {
    margin: 60px auto 0px auto; }
  .MainCenterCont {
    padding: 25px 50px 25px 30px; }
  .MainCenterCont p {
    font-size: 14px;
    margin: 10px 0px; }
  .MainCenterCont h1 {
    font-size: 20px; }
  .MainCenterCont .BoxGalleSpaces {
    height: 300px;
    margin: 0px auto; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox {
    width: 33.33%;
    height: 100%;
    margin: 0px auto 30px auto; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox::after {
    height: 80px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6); }
  .MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line1 {
    height: 100px;
    line-height: auto;
    opacity: 1;
    margin: 0% auto;
    padding: 15px 0px 0px 0px; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line2 {
    height: 100px;
    line-height: auto;
    opacity: 1;
    margin: 0% auto;
    padding: 15px 0px 0px 0px; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS, .MainCenterCont .BoxWorkingSpace #ContSliderWS2 {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS .owl-dots, .MainCenterCont .BoxWorkingSpace #ContSliderWS2 .owl-dots {
    left: 45%; }
  .MainCenterCont .BoxWorkingSpace {
    height: auto; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo h1, .MainCenterCont .BoxWorkingSpace .BoxInfo2 h1 {
    font-size: 20px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo, .MainCenterCont .BoxWorkingSpace .BoxInfo2 {
    max-width: 100%;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    padding: 20px 20px 80px 20px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo p, .MainCenterCont .BoxWorkingSpace .BoxInfo2 p {
    margin: 10px 0px;
    padding: 0px 0px;
    font-size: 14px;
    text-align: justify; }
  .MainCenterCont .BoxWorkingSpace img {
    margin: 20px auto 0px auto;
    position: relative;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxSliderUbica {
    height: 200px;
    min-height: auto; }
  .MainCenterCont #BoxContatenos .BoxSides {
    width: 100%;
    height: auto;
    float: none; }
  .BoxSides.Box_L {
    padding: 0px 0px 0px 0px; }
  .MainCenterCont #BoxContatenos #contactform {
    margin: 30px 0px 30px 0px; }
  .MainCenterCont #BoxContatenos #contactform #name {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos #contactform #email {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos #contactform #phone {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos #contactform #subject {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos input {
    height: 40px;
    line-height: 40px;
    min-height: 40px; }
  .list-style-one li {
    margin-bottom: 25px; }
  .MainCenterCont #BoxContatenos button {
    margin-top: 10px;
    padding: 9px 48px;
    height: 50px;
    font-size: 14px;
    padding: 18px 32px;
    font-size: 15px;
    display: block;
    margin: 0px auto; }
  #MapCont {
    height: 280px; }
  .MainCenterCont .Text_Line::after {
    height: 2px; }
  .custom-select-wrapper {
    width: 100%;
    margin: 0px 0% 20px 0%; }
  .custom-select {
    width: 100%; }
  .custom-select-trigger {
    line-height: 35px; }
  .custom-option {
    line-height: 35px; } }

@media only screen and (min-width: 480px) and (max-width: 567px) {
  #SliderTop {
    margin: 60px auto 0px auto; }
  .MainCenterCont {
    padding: 25px 50px 25px 30px; }
  .MainCenterCont p {
    font-size: 14px;
    margin: 10px 0px; }
  .MainCenterCont h1 {
    font-size: 20px; }
  .MainCenterCont .BoxGalleSpaces {
    height: auto;
    margin: 0px auto; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox {
    width: 100%;
    height: 430px;
    margin: 15px auto 15px auto; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox::after {
    height: 80px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6); }
  .MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line1 {
    height: 100px;
    line-height: auto;
    opacity: 1;
    margin: 0% auto;
    padding: 15px 0px 0px 0px; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line2 {
    height: 100px;
    line-height: auto;
    opacity: 1;
    margin: 0% auto;
    padding: 15px 0px 0px 0px; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS, .MainCenterCont .BoxWorkingSpace #ContSliderWS2 {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS .owl-dots, .MainCenterCont .BoxWorkingSpace #ContSliderWS2 .owl-dots {
    left: calc(60% - 65px); }
  .MainCenterCont .BoxWorkingSpace {
    height: auto; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo h1, .MainCenterCont .BoxWorkingSpace .BoxInfo2 h1 {
    font-size: 20px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo, .MainCenterCont .BoxWorkingSpace .BoxInfo2 {
    max-width: 100%;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    padding: 20px 20px 80px 20px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo p, .MainCenterCont .BoxWorkingSpace .BoxInfo2 p {
    margin: 10px 0px;
    padding: 0px 0px;
    font-size: 14px;
    text-align: justify; }
  .MainCenterCont .BoxWorkingSpace img {
    margin: 20px auto 0px auto;
    position: relative;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxSliderUbica {
    height: 200px;
    min-height: auto; }
  .MainCenterCont #BoxContatenos .BoxSides {
    width: 100%;
    height: auto;
    float: none; }
  .BoxSides.Box_L {
    padding: 0px 0px 0px 0px; }
  .MainCenterCont #BoxContatenos #contactform {
    margin: 30px 0px 30px 0px; }
  .MainCenterCont #BoxContatenos #contactform #name {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos #contactform #email {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos #contactform #phone {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos #contactform #subject {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos input {
    height: 40px;
    line-height: 40px;
    min-height: 40px; }
  .list-style-one li {
    margin-bottom: 25px; }
  .MainCenterCont #BoxContatenos button {
    margin-top: 10px;
    padding: 9px 48px;
    height: 50px;
    font-size: 14px;
    padding: 18px 32px;
    font-size: 15px;
    display: block;
    margin: 0px auto; }
  #MapCont {
    height: 280px; }
  .MainCenterCont .Text_Line::after {
    height: 2px; }
  .custom-select-wrapper {
    width: 100%;
    margin: 0px 0% 20px 0%; }
  .custom-select {
    width: 100%; }
  .custom-select-trigger {
    line-height: 35px; }
  .custom-option {
    line-height: 35px; } }

@media only screen and (min-width: 377px) and (max-width: 479px) {
  #SliderTop {
    margin: 60px auto 0px auto; }
  .MainCenterCont {
    padding: 25px 50px 25px 30px; }
  .MainCenterCont p {
    font-size: 14px;
    margin: 10px 0px; }
  .MainCenterCont h1 {
    font-size: 20px; }
  .MainCenterCont .BoxGalleSpaces {
    height: auto;
    margin: 0px auto; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox {
    width: 100%;
    height: 390px;
    margin: 15px auto 15px auto; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox::after {
    height: 80px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6); }
  .MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line1 {
    height: 100px;
    line-height: auto;
    opacity: 1;
    margin: 0% auto;
    padding: 15px 0px 0px 0px; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line2 {
    height: 100px;
    line-height: auto;
    opacity: 1;
    margin: 0% auto;
    padding: 15px 0px 0px 0px; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox img {
    width: 100%;
    top: auto;
    bottom: -10%; }
  .MainCenterCont .BoxWorkingSpace {
    height: auto; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo h1, .MainCenterCont .BoxWorkingSpace .BoxInfo2 h1 {
    font-size: 20px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo, .MainCenterCont .BoxWorkingSpace .BoxInfo2 {
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    padding: 20px 20px 80px 20px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo p, .MainCenterCont .BoxWorkingSpace .BoxInfo2 p {
    margin: 10px 0px;
    padding: 0px 0px;
    font-size: 14px;
    text-align: justify; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS, .MainCenterCont .BoxWorkingSpace #ContSliderWS2 {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS .owl-dots, .MainCenterCont .BoxWorkingSpace #ContSliderWS2 .owl-dots {
    left: calc(60% - 65px); }
  .MainCenterCont .BoxSliderUbica {
    height: 150px;
    min-height: auto; }
  .MainCenterCont #BoxContatenos .BoxSides {
    width: 100%;
    height: auto;
    float: none; }
  .BoxSides.Box_L {
    padding: 0px 0px 0px 0px; }
  .MainCenterCont #BoxContatenos #contactform {
    margin: 30px 0px 30px 0px; }
  .MainCenterCont #BoxContatenos #contactform #name {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos #contactform #email {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos #contactform #phone {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos #contactform #subject {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos input {
    height: 40px;
    line-height: 40px;
    min-height: 40px; }
  .list-style-one li {
    margin-bottom: 25px; }
  .MainCenterCont #BoxContatenos button {
    margin-top: 10px;
    padding: 9px 48px;
    height: 50px;
    font-size: 14px;
    padding: 18px 32px;
    font-size: 15px;
    display: block;
    margin: 0px auto; }
  #MapCont {
    height: 280px; }
  .MainCenterCont .Text_Line::after {
    height: 2px; }
  .custom-select-wrapper {
    width: 100%;
    margin: 0px 0% 20px 0%; }
  .custom-select {
    width: 100%; }
  .custom-select-trigger {
    line-height: 35px; }
  .custom-option {
    line-height: 35px; } }

@media only screen and (min-width: 320px) and (max-width: 376px) {
  #SliderTop {
    margin: 60px auto 0px auto; }
  .MainCenterCont {
    padding: 25px 50px 25px 20px; }
  .MainCenterCont p {
    font-size: 14px;
    margin: 10px 0px; }
  .MainCenterCont h1 {
    font-size: 20px; }
  .MainCenterCont .BoxGalleSpaces {
    height: auto;
    margin: 0px auto; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox {
    width: 100%;
    height: 340px;
    margin: 15px auto 15px auto; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox::after {
    height: 80px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6); }
  .MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line1 {
    height: 100px;
    line-height: auto;
    opacity: 1;
    margin: 0% auto;
    padding: 15px 0px 0px 0px; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox h1.Line2 {
    height: 100px;
    line-height: auto;
    opacity: 1;
    margin: 0% auto;
    padding: 15px 0px 0px 0px; }
  .MainCenterCont .BoxGalleSpaces .SpaceBox img {
    width: 100%;
    top: auto;
    bottom: -10%; }
  .MainCenterCont .BoxWorkingSpace {
    height: auto; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo h1, .MainCenterCont .BoxWorkingSpace .BoxInfo2 h1 {
    font-size: 20px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo, .MainCenterCont .BoxWorkingSpace .BoxInfo2 {
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    padding: 20px 20px 80px 20px; }
  .MainCenterCont .BoxWorkingSpace .BoxInfo p, .MainCenterCont .BoxWorkingSpace .BoxInfo2 p {
    margin: 10px 0px;
    padding: 0px 0px;
    font-size: 14px;
    text-align: justify; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS, .MainCenterCont .BoxWorkingSpace #ContSliderWS2 {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
    left: auto;
    top: auto; }
  .MainCenterCont .BoxWorkingSpace #ContSliderWS .owl-dots, .MainCenterCont .BoxWorkingSpace #ContSliderWS2 .owl-dots {
    left: calc(60% - 65px); }
  .MainCenterCont .BoxSliderUbica {
    height: 120px;
    min-height: auto; }
  .MainCenterCont #BoxContatenos .BoxSides {
    width: 100%;
    height: auto;
    float: none; }
  .BoxSides.Box_L {
    padding: 0px 0px 0px 0px; }
  .MainCenterCont #BoxContatenos #contactform {
    margin: 30px 0px 30px 0px; }
  .MainCenterCont #BoxContatenos #contactform #name {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos #contactform #email {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos #contactform #phone {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos #contactform #subject {
    width: 100%;
    margin: 0px auto 10px auto; }
  .MainCenterCont #BoxContatenos input {
    height: 40px;
    line-height: 40px;
    min-height: 40px; }
  .list-style-one li {
    margin-bottom: 25px; }
  .MainCenterCont #BoxContatenos button {
    margin-top: 10px;
    padding: 9px 48px;
    height: 50px;
    font-size: 14px;
    padding: 18px 32px;
    font-size: 15px;
    display: block;
    margin: 0px auto; }
  #MapCont {
    height: 280px; }
  .MainCenterCont .Text_Line::after {
    height: 2px; }
  .custom-select-wrapper {
    width: 100%;
    margin: 0px 0% 20px 0%; }
  .custom-select {
    width: 100%; }
  .custom-select-trigger {
    line-height: 35px; }
  .custom-option {
    line-height: 35px; } }

@media only screen and (min-width: 1px) and (max-width: 500px) {
  .MainCenterCont #BoxContatenos .RowField {
    width: 100%;
    margin: 0px auto 25px auto;
    float: none; }
  .MainCenterCont #BoxContatenos .Field_2Col {
    width: 100%;
    margin: 0px auto 25px auto;
    float: none; } }

@media only screen and (min-width: 300px) and (max-width: 330px) {
  .MainCenterCont .BoxGalleSpaces .SpaceBox {
    width: 100%;
    height: 300px;
    margin: 15px auto 15px auto; } }

@media only screen and (min-width: 1px) and (max-width: 319px) {
  .MainCenterCont {
    display: none; }
  #MapCont {
    display: none; } }

/*# sourceMappingURL=main-styles.min.css.map */