@charset "UTF-8";
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome/fontawesome-webfont.eot?") format("eot"), url("fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome/fontawesome-webfont.svg#FontAwesome") format("svg"); }
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: content-box; }

*:focus {
  outline: none; }

*::-moz-focus-inner {
  border: 0; }

body {
  font-family: 'Lato';
  line-height: 1;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-weight: 400;
  color: #575554; }

section {
  float: left;
  width: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear {
  clear: both; }

p {
  line-height: 1.87em; }
  p:first-child {
    padding: 0; }

a {
  text-decoration: none;
  color: #575554;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -khtml-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.display-none {
  display: none; }

.div-table {
  width: 100%;
  height: 100%;
  display: table; }

.div-cell {
  display: table-cell;
  vertical-align: middle; }

.div-left {
  float: left; }

.div-right {
  float: right; }

.decktop-only {
  display: block; }

.mobile-only {
  display: none; }

img {
  height: auto; }

.full-div {
  width: 100%;
  float: left; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-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 {
  -ms-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 {
  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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-feed:before,
.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-pp: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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-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-intersex:before,
.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-genderless:before {
  content: "\f22d"; }

.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"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "x";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: 0.3; }

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s; }

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px; }

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none; }

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }

  .fancybox-button--thumbs span {
    font-size: 23px; }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }
/* Slider */
.slider-for {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease; }
  .slider-for.slick-initialized {
    visibility: visible;
    opacity: 1; }
  .slider-for .slick-slide {
    margin: 0; }

.slider-nav .slick-slide {
  margin: 0.55em; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  outline: none;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide:focus {
    outline: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slider {
  width: 100%; }

.slick-slide {
  margin: 0px 1.1em 0 0; }

.slick-slide img {
  width: 100%; }

.slick-prev:before,
.slick-next:before {
  color: black; }

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2; }

.slick-active {
  opacity: 1; }

.slick-current {
  opacity: 1; }

.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg"); }
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px\9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25; }

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: "ΓåÉ"; }

.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: "ΓåÆ"; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: "ΓåÉ"; }

.slick-slider {
  margin-bottom: 1.1em; }

.slick-dots {
  bottom: -45px;
  width: 100%;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'ΓÇó';
  text-align: center;
  opacity: .25;
  color: #000; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

.slider slider-for {
  width: 100%;
  float: left; }
  .slider slider-for img {
    width: 100%;
    float: left; }

header {
  width: 100%;
  float: left;
  padding: 4.06em 0px 1em; }

.section-container {
  width: 90%;
  margin: 0px auto;
  display: block;
  position: relative; }
  .section-container .construction-bg:last-child {
    margin-bottom: 5.5em; }

.logo {
  width: 258px;
  float: left;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .logo img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

nav {
  width: auto;
  float: right;
  display: block;
  padding-top: 1.6em; }
  nav ul {
    width: 100%;
    float: right; }
    nav ul li {
      width: auto;
      float: left;
      padding: 0 20px 10px;
      position: relative; }
      nav ul li a {
        color: #575554;
        float: left;
        display: block;
        width: auto;
        padding: 0; }
        nav ul li a:hover {
          color: #c61621; }
      nav ul li:first-child {
        padding-left: 0px; }
      nav ul li:last-child {
        padding-right: 0px; }
        nav ul li:last-child::after {
          display: none; }
      nav ul li.current-menu-item a {
        color: #c61621; }
      nav ul li.current-menu-item li a {
        color: #575554; }
      nav ul li::after {
        content: '';
        position: absolute;
        right: 0;
        height: 20px;
        width: 1px;
        top: 0;
        background-color: #ccc; }
      nav ul li:hover ul {
        display: block; }
        nav ul li:hover ul li a {
          color: #575554; }
      nav ul li:hover a {
        color: #c61621; }
      nav ul li ul {
        display: none;
        position: absolute;
        min-width: 230px;
        top: 25px;
        background-color: #fff;
        border: 1px solid #ccc;
        z-index: 999;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -khtml-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
        nav ul li ul li {
          width: 100%;
          float: left;
          padding: 0;
          text-align: center;
          border-bottom: 1px solid #ccc; }
          nav ul li ul li a {
            padding: 10px;
            float: none;
            font-size: 0.9em; }
            nav ul li ul li a:hover {
              color: #c61621; }
          nav ul li ul li::after {
            display: none; }
          nav ul li ul li:last-child {
            border-bottom: none; }

.lauage-tag {
  width: auto;
  float: right;
  display: block;
  padding-top: 20px; }

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  background: #575554;
  color: #fff;
  border: 0px;
  outline: none;
  padding: 5px 0 5px 3px;
  font-size: 1.2em; }

.home-banner {
  width: 100%;
  float: left;
  position: relative; }
  .home-banner img {
    width: 100%;
    float: left; }
  .home-banner.parallax-window {
    min-height: 700px;
    background: transparent; }

.mobile-menu {
  display: none;
  position: absolute;
  top: 15px;
  right: 0px; }

.scroll-nav {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 999;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.65);
  -khtml-box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.65);
  -ms-box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.65);
  -o-box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.65);
  box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.65); }
  .scroll-nav header {
    margin: 0px 0 0;
    padding: 25px 0px; }
  .scroll-nav .logo {
    padding: 18px 0 0; }
  .scroll-nav .has-sub-menu a {
    padding: 0 0 2.4em 0; }
  .scroll-nav .has-sub-menu ul {
    top: 56px;
    opacity: 1; }
    .scroll-nav .has-sub-menu ul li a {
      padding: 0.8em 5%; }
  .scroll-nav .lauage-tag {
    padding-top: 10px; }

/* Icon 2 */
#nav-icon2 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -khtml-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #nav-icon2 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #c61621;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -khtml-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #nav-icon2 span:nth-child(even) {
      left: 50%;
      border-radius: 0 9px 9px 0; }
    #nav-icon2 span:nth-child(odd) {
      left: 0px;
      border-radius: 9px 0 0 9px; }
    #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
      top: 0px; }
    #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
      top: 7px; }
    #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
      top: 14px; }
  #nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px; }
  #nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px; }
  #nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0; }
  #nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0; }
  #nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 10px; }
  #nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 10px; }

.noscroll {
  overflow: hidden; }

#header-menu.mobile-menu-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s; }
  #header-menu.mobile-menu-overlay header nav {
    opacity: 1;
    visibility: visible;
    margin: 25% 0 0; }

.mob-click .submenu {
  top: 0; }
  .mob-click .submenu li {
    opacity: 1; }
    .mob-click .submenu li a {
      color: #3e4c5e; }
.mob-click .venitian li {
  -webkit-transform: scale(1,1);
  -khtml-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1); }

.scroll-nav {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 999;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 3px 15px -4px rgba(0, 0, 0, 0.65);
  -khtml-box-shadow: 0px 3px 15px -4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 3px 15px -4px rgba(0, 0, 0, 0.65);
  -ms-box-shadow: 0px 3px 15px -4px rgba(0, 0, 0, 0.65);
  -o-box-shadow: 0px 3px 15px -4px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 3px 15px -4px rgba(0, 0, 0, 0.65); }
  .scroll-nav .mob-click .submenu {
    top: 0; }
  .scroll-nav .logo img {
    width: 70%; }
  .scroll-nav nav {
    padding-top: 1em; }

.menu-reserve {
  width: auto;
  float: left;
  margin-top: -16px; }

#header-menu {
  position: fixed;
  background: #fff;
  z-index: 999;
  display: block;
  width: 100%;
  float: left;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0px; }

footer {
  width: 100%;
  float: left;
  display: block;
  background: #c61621;
  padding: 1.5em 0; }

.footer-left {
  width: auto;
  float: left; }
  .footer-left p {
    width: 100%;
    float: left;
    font-size: 0.9em;
    color: #fff;
    padding: 1.1em 0; }
  .footer-left a {
    width: auto;
    float: left;
    color: #fff;
    padding-right: 0.8em;
    font-size: 1.67em; }
    .footer-left a:hover {
      color: #bca04e; }

.footer-right {
  width: 660px;
  float: right; }

.search-box-footer {
  width: 100%;
  float: left; }
  .search-box-footer input {
    width: 70%;
    float: left;
    padding: 0 2.5%;
    outline: 0px;
    border-right: 0px;
    height: 37px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    font-size: 12px;
    color: #848484; }
  .search-box-footer input[type=submit] {
    width: 15%;
    float: right;
    background: #fff;
    color: #c61621;
    cursor: pointer;
    height: 37px;
    font-size: 1em;
    border: 0px;
    text-transform: uppercase;
    outline: 0px;
    border-radius: 5px;
    padding-top: 0px;
    font-family: 'Lato'; }
    .search-box-footer input[type=submit]:hover {
      background: #bca04e;
      color: #fff; }

.footer-right-top {
  width: 100%;
  float: left;
  font-size: 0.9em;
  padding-bottom: 1.1em;
  color: #fff; }

.footer-right-bottom {
  width: 100%;
  font-size: 0.9em;
  float: left;
  padding-top: 1.1em; }
  .footer-right-bottom a {
    width: auto;
    float: left;
    color: #fff; }
    .footer-right-bottom a:hover {
      color: #bca04e; }
  .footer-right-bottom span {
    width: auto;
    float: left;
    color: #fff;
    padding: 0px 0.83em; }

.sub-notification {
  display: block;
  float: left;
  width: 100%; }
  .sub-notification li {
    color: #bca04e;
    line-height: 1.5em; }

.contact-notification li,
.pro-email-notification li {
  color: #c61621;
  border: 1px solid #c61621;
  padding: .5em 1em;
  margin: 0 0 1em 0; }
.contact-notification .subscribe-success li,
.pro-email-notification .subscribe-success li {
  color: #0b8b15;
  border: 1px solid #0b8b15; }

.questions-notification li {
  color: #c61621;
  font-size: 0.8em;
  line-height: 2em; }
.questions-notification .subscribe-success li {
  color: #0b8b15; }

.footer-watsapp-popup-div {
  position: absolute;
  background-color: #fff;
  min-width: 250px;
  max-width: 300px;
  padding: 1em;
  bottom: -60px;
  border: 1px solid #ccc;
  box-sizing: border-box; }
  .footer-watsapp-popup-div .watsapp-block p {
    padding: 0;
    color: #000; }
    .footer-watsapp-popup-div .watsapp-block p a {
      float: none;
      display: inline-block;
      color: #000;
      font-size: 1em;
      padding: 0; }

.common-head {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  padding: 5.5em 0; }

.margin-bottom {
  margin-bottom: 5.5em; }

.main-tittle {
  width: 100%;
  float: left;
  text-align: center;
  color: #c61621;
  display: block;
  position: relative;
  font-size: 2.5em; }
  .main-tittle a {
    color: #c61621;
    position: relative; }
    .main-tittle a::after {
      width: 3.8em;
      height: 1px;
      display: block;
      margin: 0px auto;
      background: #c61621;
      content: "";
      margin-top: 0.5em; }

.our-team-outer {
  width: 100%;
  float: left; }

.cal-3 {
  width: 33.333%;
  float: left;
  display: block; }
  .cal-3 img {
    width: 100%;
    float: left; }

.team-block .cal-3 {
  width: 32%;
  margin: 0 2% 2% 0; }
  .team-block .cal-3:nth-child(3n) {
    margin: 0 0 2% 0; }
  .team-block .cal-3:last-child {
    margin: 0 0 3.5% 0; }

figure {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  -webkit-perspective: 1000;
  -khtml-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000; }
  figure img {
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.01);
    -khtml-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01); }
  figure:hover figcaption {
    opacity: 1; }
  figure:hover img {
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

figcaption {
  position: absolute;
  background: #c53941;
  color: white;
  padding: 1.8em 0px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  text-align: center; }
  figcaption a {
    width: 98%;
    float: left;
    color: #fff;
    font-size: 1.25em;
    display: block;
    padding: 0 1%; }
    figcaption a span {
      width: 100%;
      float: left;
      font-size: 0.8em;
      padding-top: 10px; }

.our-team-large-img {
  width: 100%;
  float: left; }
  .our-team-large-img img {
    width: 100%;
    float: left; }
  .our-team-large-img.parallax-window {
    min-height: 300px;
    background: transparent; }

.cap-bot:before {
  bottom: 10px;
  left: 10px; }

.cap-bot figcaption {
  left: 0;
  bottom: -95%; }

.cap-bot:hover figcaption {
  bottom: 0; }

.common-body-padding {
  padding-top: 13.5em;
  float: left;
  width: 100%; }

.full-hover-overlay .cap-bot figcaption {
  left: 0;
  height: 100%;
  padding: 0; }

.banner-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  background-color: rgba(197, 57, 65, 0.9); }

.banner-main-title {
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 2.6em;
  padding: 0.2em 0.4em 0.3em; }
  .banner-main-title span {
    display: inline-block;
    padding: 0 0.2em; }
    .banner-main-title span:first-child {
      padding: 0 0.2em 0 0; }
    .banner-main-title span:last-child {
      padding: 0 0 0 0.2em; }

.inner-main-head {
  font-size: 2em;
  color: #c61621;
  padding: 0;
  margin: 0 0 2.25em 0; }

.normal-page-content {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 5.5em; }
  .normal-page-content p {
    width: 75%;
    float: left;
    padding-bottom: 30px; }
    .normal-page-content p:last-child {
      padding: 0; }
  .normal-page-content .inner-main-head {
    margin: 0 0 1em 0; }
  .normal-page-content h3 {
    font-size: 1.4em;
    float: left;
    display: block;
    width: 75%;
    margin: 1em 0 0.8em; }

.thoughts-top {
  width: 100%;
  float: left;
  padding: 0px 0 5.5em; }

.thought-left {
  width: 45%;
  float: left;
  display: block; }

.thought-left-image {
  width: 100%;
  float: left;
  padding-bottom: 5.27em; }
  .thought-left-image img {
    width: 100%; }

.commom-rt-flex {
  width: 100%;
  float: left;
  display: flex;
  padding-bottom: 5.5em; }

.thought-content-box {
  width: 100%;
  float: left; }

.thoudgt-sub-head {
  width: auto;
  float: left;
  font-size: 1.5em; }
  .thoudgt-sub-head::after {
    width: 3.8em;
    height: 1px;
    display: block;
    background: #c61621;
    content: "";
    margin-top: 0.95em; }

.thought-content {
  width: 100%;
  float: left; }

.thought-content-left {
  width: 30%;
  float: left; }
  .thought-content-left p {
    font-weight: 600;
    width: 100%;
    float: left; }

.thought-content-right {
  width: 60%;
  float: left;
  display: block;
  padding-top: 2px; }
  .thought-content-right img {
    width: 100%;
    float: left; }

.thought-content-bottom {
  width: 100%;
  float: left;
  display: block; }
  .thought-content-bottom p {
    width: 100%;
    float: left;
    font-weight: normal;
    padding-top: 30px; }
    .thought-content-bottom p span {
      width: auto; }
  .thought-content-bottom span {
    width: 100%;
    float: left;
    font-weight: normal;
    padding-top: 2.2em; }
  .thought-content-bottom strong {
    font-weight: bold; }
  .thought-content-bottom h1 {
    width: auto;
    float: left;
    padding-top: 2.2em;
    font-size: 1.5em; }
  .thought-content-bottom h2,
  .thought-content-bottom h3,
  .thought-content-bottom h4 {
    width: auto;
    float: left;
    font-size: 1.2em;
    padding-top: 2.2em; }
  .thought-content-bottom ul {
    width: 99%;
    float: right;
    display: block;
    padding-top: 1em; }
    .thought-content-bottom ul li {
      width: 98%;
      float: left;
      list-style: disc;
      list-style-position: outside;
      margin-left: 15px;
      padding-top: 5px;
      line-height: 1.8em;
      padding-bottom: 0.5em; }
      .thought-content-bottom ul li:first-child {
        padding-top: 0px; }
      .thought-content-bottom ul li a {
        width: 100%;
        float: left;
        color: #000;
        display: block; }

.thought-right {
  width: 50%;
  float: right; }

.thought-right-lf {
  width: 45%;
  float: left;
  display: block;
  margin-right: 10%; }

.thought-about-top {
  width: 100%;
  float: left;
  height: 50%;
  background: #c61621;
  display: table; }
  .thought-about-top p {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    line-height: 1.2em;
    text-align: center;
    color: #fff; }
    .thought-about-top p a {
      color: #fff; }
    .thought-about-top p::after {
      width: 80px;
      margin: 0px auto;
      content: "";
      height: 1px;
      margin-top: 5px;
      display: block;
      background: #fff; }

.thought-about-bottom {
  width: 99.5%;
  float: left;
  background: url(../images/thought-img1.jpg);
  background-size: cover;
  border-top: 0px;
  height: 50%; }

.thought-right-rt {
  width: 45%;
  float: right;
  display: block; }

.thought-sale-list {
  width: 100%;
  float: left;
  display: flex; }

.thought-sale-dispaly {
  width: 50%;
  float: left;
  display: block; }

.thought-sale-list-left {
  width: 100%;
  float: right;
  display: table;
  height: 100%;
  background: #c61621; }
  .thought-sale-list-left p {
    width: 100%;
    line-height: 1.2em;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    height: 100%; }
    .thought-sale-list-left p a {
      color: #fff; }
    .thought-sale-list-left p::after {
      width: 80px;
      margin: 0px auto;
      content: "";
      height: 1px;
      margin-top: 5px;
      display: block;
      background: #fff; }

.thought-sale-list-right {
  width: 50%;
  float: left;
  display: block; }

.thought-sale-right-img {
  width: 100%;
  float: left;
  background: url(../images/thought-img-right1.jpg);
  background-size: cover;
  height: 176px;
  display: block;
  position: relative; }
  .thought-sale-right-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -2px;
    background-color: #c61621; }
  .thought-sale-right-img.border-top-0px::after {
    display: none; }
  .thought-sale-right-img .view-more-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    line-height: 1.2em; }
  .thought-sale-right-img .view-more {
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    display: table;
    line-height: 1.2em; }
    .thought-sale-right-img .view-more i {
      margin: auto;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      background-color: rgba(198, 22, 33, 0.6);
      padding: 0 5%;
      color: #fff;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease;
      -khtml-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .thought-sale-right-img .view-more:hover i {
      opacity: 1;
      visibility: visible; }

.thought-rigt-bottom-box {
  width: 100%;
  float: left; }

.thought-bottom-left {
  width: 45%;
  float: left;
  display: block;
  margin-right: 5%; }

.thought-right-social {
  width: 45%;
  float: right; }

.thouht-social {
  width: 100%;
  float: left;
  position: relative; }
  .thouht-social a {
    width: 100%;
    float: left;
    line-height: 1em;
    font-weight: normal;
    padding-bottom: 1.9em; }
    .thouht-social a:hover {
      color: #c61621; }

.thouht-social-box {
  width: 100%;
  float: left; }
  .thouht-social-box a {
    width: auto;
    float: left;
    color: #575554;
    padding-right: 20px;
    font-size: 1.67em; }

.personal-ct .close-cotact {
  position: absolute;
  display: block;
  right: -11px;
  top: -12px;
  width: 26px;
  height: 26px;
  text-align: center;
  padding-bottom: 0px;
  line-height: 24px;
  background: #d5d5d5;
  border-radius: 50%; }

.personal-ct-outer {
  position: absolute;
  display: block;
  width: 100%;
  float: left;
  top: 105px; }
  .personal-ct-outer.display-none {
    display: none; }

.personal-ct {
  width: 84%;
  float: left;
  position: absolute;
  top: 0;
  padding: 8%;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 9; }

.personal-ct-left {
  width: 100%;
  float: left;
  display: block; }
  .personal-ct-left img {
    width: auto;
    float: left; }

.contact-right-person {
  width: 100%;
  float: left;
  margin: 0.5em 0 0; }
  .contact-right-person a {
    width: auto;
    float: none; }
  .contact-right-person p {
    width: 100%;
    float: left;
    line-height: 1.8em;
    font-size: 0.9em; }
    .contact-right-person p strong {
      font-weight: bold; }

.ask-question {
  width: 100%;
  float: left;
  position: absolute;
  display: block;
  border: 1px solid #828282;
  background: #fff;
  z-index: 9;
  top: -13px; }

.ask-question-top {
  width: 90%;
  padding: 8px 5%;
  float: left;
  border-bottom: 1px solid #828282; }
  .ask-question-top p {
    width: auto;
    float: left; }
  .ask-question-top a {
    width: auto;
    float: right;
    padding: 7px 0px; }

.ask-question-bottom {
  width: 80%;
  float: left;
  padding: 8% 10%;
  display: block; }
  .ask-question-bottom input {
    width: 90%;
    float: left;
    border: 1px solid #828282;
    border-radius: 5px;
    padding: 10px 5%;
    margin-bottom: 20px; }
  .ask-question-bottom textarea {
    width: 90%;
    float: left;
    border: 1px solid #828282;
    border-radius: 5px;
    padding: 14px 5%;
    height: 60px;
    font-family: lato; }
  .ask-question-bottom input[type="submit"] {
    width: 95px;
    float: right;
    border-radius: 5px;
    padding: 5px 0%;
    outline: none;
    background: #c61621;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0px;
    border: 0px;
    font-family: 'Lato'; }
    .ask-question-bottom input[type="submit"]:hover {
      background: #bca04e; }

.leasing-main {
  width: 100%;
  float: left;
  display: block; }
  .leasing-main img {
    width: 80%;
    float: left;
    display: block;
    margin-bottom: 5.7em; }

.thouht-social-box-outer {
  position: relative;
  display: block;
  float: left;
  width: 100%; }
  .thouht-social-box-outer.display-none {
    display: none; }

.border-top-0px {
  border-top: 0px; }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 0.5em;
  border-bottom: 1px solid #CCB; }

.category-top {
  width: 100%;
  float: left;
  padding-bottom: 2.7em; }

.categort-head {
  width: auto;
  float: left;
  display: block; }

.small-head {
  width: 100%;
  float: left;
  font-size: 1.5em;
  line-height: 1em; }
  .small-head::after {
    width: 3.83em;
    height: 1px;
    display: block;
    background: #c61621;
    content: "";
    margin-top: 20px; }

.small-leasing {
  width: 100%;
  float: left;
  font-size: 1.5em;
  line-height: 1em; }
  .small-leasing::after {
    width: 3.83em;
    height: 1px;
    display: block;
    background: #c61621;
    content: "";
    margin-top: 20px; }

.small-head-retail {
  width: 100%;
  float: left;
  font-size: 1.5em;
  line-height: 1em; }
  .small-head-retail::after {
    width: 2.83em;
    height: 1px;
    display: block;
    background: #c61621;
    content: "";
    margin-top: 20px; }

.category-right {
  width: 650px;
  float: right; }
  .category-right select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.team-margin-cat .col-3:last-child {
  margin-bottom: 30px; }

.cat-select {
  width: 47.5%;
  float: left; }
  .cat-select select {
    width: 90%;
    float: left;
    padding: 15px 5%;
    border-radius: 5px;
    font-size: 12px;
    font-style: italic;
    border: 1px solid #d1d1d1;
    color: #57585a;
    position: relative;
    background: url(../images/select-arrow.png) no-repeat right; }
    .cat-select select:hover {
      background: url(../images/select-arrow-hover.png) no-repeat right; }

.category-input {
  width: 47.5%;
  float: right;
  position: relative; }
  .category-input input {
    width: 90%;
    float: left;
    padding: 15px 5%;
    border-radius: 5px;
    font-size: 12px;
    font-style: italic;
    color: #57585a;
    border: 1px solid #d1d1d1;
    outline: 0px;
    position: relative;
    -webkit-appearance: none; }
  .category-input input[type="submit"],
  .category-input button[type="submit"] {
    position: absolute;
    display: block;
    background: none;
    outline: 0px;
    font-family: 'FontAwesome';
    width: 29px;
    height: 29px;
    border: 1px solid #dadada;
    font-size: 20px;
    top: 8px;
    right: 8px;
    border: none;
    color: #626262;
    cursor: hand;
    padding: 0px;
    cursor: pointer; }
    .category-input input[type="submit"]:hover,
    .category-input button[type="submit"]:hover {
      color: #c53941; }
  .category-input:hover button[type="submit"] {
    color: #c53941; }

.category-main-box {
  width: 100%;
  float: left;
  display: block; }
  .category-main-box .col-3 {
    width: 30%;
    float: left;
    margin-right: 5%;
    padding-bottom: 4.4em; }
    .category-main-box .col-3:nth-child(3n) {
      margin-right: 0%; }
    .category-main-box .col-3 .cap-bot figcaption.category-fig {
      left: 0;
      height: 100%;
      padding: 0; }

.div-flex {
  display: flex;
  flex-wrap: wrap; }

.cap-bot img {
  width: 100%; }

.category-text {
  width: 100%;
  float: left;
  display: block;
  padding-top: 10px; }
  .category-text a {
    width: 100%;
    float: left;
    font-size: 1.25em;
    line-height: 1.3em; }
    .category-text a:hover {
      color: #c61621; }

.category-hover-text {
  width: 90%;
  padding: 5%;
  float: left;
  text-align: left; }
  .category-hover-text p {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    display: block; }
  .category-hover-text a {
    width: 100%;
    float: left;
    font-size: 1em;
    font-style: italic; }
    .category-hover-text a:hover {
      color: #bca04e; }

.pagination {
  display: inline-block;
  border-radius: 5px;
  float: right; }
  .pagination nav {
    width: auto;
    float: right;
    padding-top: 0px; }
    .pagination nav a {
      color: black;
      float: left;
      padding: 5px 7px;
      text-decoration: none;
      transition: background-color .3s;
      color: #626262;
      margin: 0px;
      border-radius: 5px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -khtml-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      margin: 2px 2.5px 0; }
      .pagination nav a:hover {
        color: #c61621; }
  .pagination a.active {
    background-color: #c61621;
    color: #fff; }
  .pagination a.next {
    border-left: 0px solid #626262;
    margin-left: 5px; }
  .pagination a.prev {
    border-right: 0px solid #626262;
    margin-right: 5px; }
  .pagination a.next, .pagination a.prev {
    color: #ffffff;
    padding: 7px 10px;
    font-size: 0.8em;
    margin-top: 2px;
    float: left;
    border-radius: 5px;
    background: #c61621; }
    .pagination a.next:hover, .pagination a.prev:hover {
      color: #fff;
      background: #575554; }
  .pagination span {
    color: black;
    float: left;
    padding: 5px 7px;
    text-decoration: none;
    transition: background-color .3s;
    color: #626262;
    margin: 0px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -khtml-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 2px 2.5px 0; }
    .pagination span.current {
      background-color: #c61621;
      color: #fff; }

.pagenation-box {
  width: auto;
  float: right;
  padding-bottom: 5.5em; }

.retail-outer {
  width: 100%;
  float: left;
  display: block; }

.retail-block {
  width: 18%;
  float: left;
  display: block; }

.reail-filter-box {
  width: 100%;
  float: left;
  display: block;
  color: #fff; }

.retail-filter-box-top {
  width: 80%;
  float: left;
  background: #c61621;
  font-size: 1.25em;
  padding: 15px 10%;
  color: #fff; }

.retail-block-right {
  width: 82%;
  float: right;
  display: block;
  padding-bottom: 2.7em; }

.retail-block-right.div-flex {
  display: flex;
  flex-wrap: wrap; }

@-moz-document url-prefix() {
  .retail-block-right.div-flex {
    flex: 1; } }
.retail-inner-box {
  width: 80%;
  float: left;
  padding: 30px 10%;
  background: #bca04e;
  display: block; }

.retail-inner {
  width: 100%;
  float: left;
  display: block;
  padding-bottom: 5px; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  padding-top: 3px;
  cursor: pointer; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: none;
  border: 1px solid #fff; }

.control-radio .control_indicator {
  border-radius: 0; }

.control input:checked ~ .control_indicator {
  background: #c61621;
  border: 1px solid #c61621; }

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #c61621;
  border: 1px solid #c61621; }

.control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control_indicator:after {
  display: block; }

.control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b; }

.lease-secton-outer {
  width: 100%;
  float: left;
  border-top: 1px solid #c61621;
  padding: 25px 0px 15px;
  border-bottom: 1px solid #c61621;
  margin: 20px 0; }
  .lease-secton-outer.lease-location {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.lease-secton-half {
  width: 50%;
  float: left; }

.input-location-bg {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px; }
  .input-location-bg input {
    height: 25px;
    width: 100%;
    float: left;
    border: 1px solid #fff;
    display: block;
    background: none; }
  .input-location-bg label {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    display: block; }
  .input-location-bg select {
    width: 90%;
    float: left;
    padding: 8px 5%;
    font-size: 0.8em;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    background: url(../images/select-arrow-white.png) no-repeat right; }
    .input-location-bg select option {
      color: #bca04e; }
  .input-location-bg select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.filter-result {
  width: 100%;
  float: left;
  border-top: 1px solid #c61621;
  padding: 30px 0px;
  margin-top: 13px; }
  .filter-result p {
    width: auto;
    float: left;
    line-height: 1.5em; }
    .filter-result p span {
      display: block;
      float: left; }
  .filter-result span {
    width: auto;
    float: right;
    padding-right: 5px;
    line-height: 1.5em; }

.filter-result-input {
  width: 30%;
  float: left; }
  .filter-result-input input {
    height: 25px;
    width: 90%;
    float: left;
    color: #fff;
    border: 1px solid #fff;
    display: block;
    background: none;
    padding: 1px 5%;
    font-size: 0.85em; }
  .filter-result-input ::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .filter-result-input :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  .filter-result-input ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }

.padding-left-input {
  float: right;
  padding-right: 1%; }

.reail-submit {
  width: 100%;
  float: left; }
  .reail-submit input[type="submit"] {
    width: 100%;
    float: right;
    background: #c61621;
    padding: 10px 0;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    cursor: pointer;
    border: 0;
    font-family: 'Lato'; }
    .reail-submit input[type="submit"]:hover {
      background: #575554; }

.retail-block-right .cal-4 {
  width: 21%;
  margin-left: 4%;
  float: left;
  margin-bottom: 2.7em;
  display: block;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .retail-block-right .cal-4:hover .retail-box-image img {
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

.retail-single-block-top {
  width: 100%;
  float: left;
  font-size: 1.2em;
  padding: 0;
  position: relative;
  color: #575554;
  width: 80%;
  padding: 15px 10%;
  line-height: 1.2em; }
  .retail-single-block-top a:hover {
    color: #bca04e; }

.no-result {
  width: 100%;
  margin-left: 4%;
  color: #c61621;
  font-size: 2em; }

.retail-box-image {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative; }
  .retail-box-image img {
    width: 100%;
    float: left;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.001);
    -khtml-transform: scale(1.001);
    -moz-transform: scale(1.001);
    -ms-transform: scale(1.001);
    -o-transform: scale(1.001);
    transform: scale(1.001); }

.corner-ribbon {
  width: 180px;
  background: #c61621;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 2em;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f0f0f0;
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .corner-ribbon.top-right {
    top: 20px;
    right: -55px;
    left: auto;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.retail-box-bottom {
  width: 100%;
  float: left;
  position: relative;
  width: 80%;
  padding: 15px 10%; }
  .retail-box-bottom p {
    width: 100%;
    float: left;
    padding-top: 15px; }
  .retail-box-bottom a {
    width: 100%;
    float: left;
    padding: 25px 0;
    color: #c61621; }
    .retail-box-bottom a:hover {
      color: #bca04e; }

.retail-filter-outer {
  width: 100%;
  float: left; }

.retail-price-text {
  width: 32%;
  float: left; }

.lease-block-price .retail-price-text {
  width: 100%;
  margin: 0 0 10px 0; }
.lease-block-price .filter-result-input {
  width: 45%; }

input,
textarea,
select,
button {
  font-family: 'Lato';
  font-weight: normal; }

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .loading::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
    .loading:not(:required)::after {
      content: '';
      display: block;
      font-size: 10px;
      width: 1em;
      height: 1em;
      margin-top: -0.5em;
      border-radius: 0.5em;
      -webkit-animation: spinner 1500ms infinite linear;
      -khtml-animation: spinner 1500ms infinite linear;
      -moz-animation: spinner 1500ms infinite linear;
      -ms-animation: spinner 1500ms infinite linear;
      -o-animation: spinner 1500ms infinite linear;
      animation: spinner 1500ms infinite linear;
      -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
      box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; }

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.retail-landing {
  width: 100%;
  float: left;
  display: block;
  font-size: 1.5em;
  line-height: 1em; }
  .retail-landing::after {
    width: 100%;
    height: 1px;
    display: block;
    background: #c61621;
    content: "";
    margin-top: 20px; }

.retail-gallery {
  width: 100%;
  float: left;
  padding-top: 2.7em; }
  .retail-gallery .slick-slider {
    margin-bottom: 0; }
    .retail-gallery .slick-slider .slick-next,
    .retail-gallery .slick-slider .slick-prev {
      font-size: 0;
      line-height: 0;
      top: 50%;
      width: 20px;
      height: 40px;
      margin-top: -10px\9;
      -webkit-transform: translate(0, -50%);
      -khtml-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: 0;
      background: 0 0; }
      .retail-gallery .slick-slider .slick-next::before,
      .retail-gallery .slick-slider .slick-prev::before {
        font-family: FontAwesome;
        font-size: 30px;
        line-height: 1;
        color: #fff;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .retail-gallery .slick-slider .slick-prev {
      left: 10px;
      z-index: 1; }
      .retail-gallery .slick-slider .slick-prev::before {
        content: "\f053"; }
    .retail-gallery .slick-slider [dir="rtl"] .slick-prev:before {
      content: "\f054"; }
    .retail-gallery .slick-slider .slick-next {
      right: 10px;
      z-index: 9; }
      .retail-gallery .slick-slider .slick-next::before {
        content: "\f054"; }
    .retail-gallery .slick-slider [dir="rtl"] .slick-next:before {
      content: "\f053"; }

.main {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  overflow: hidden; }

.action {
  display: block;
  margin: 100px auto;
  width: 100%;
  text-align: center; }

.retail-right-sub {
  width: 100%;
  float: left;
  padding-top: 2.5em; }

.retail-enquire-box {
  width: 100%;
  float: left;
  display: block;
  padding: 2.7em 0; }

.input-bg {
  width: 100%;
  float: left; }

.input-bg-about {
  width: 47%;
  float: left; }
  .input-bg-about input {
    width: 90%;
    float: left;
    border: 1px solid #828282;
    border-radius: 10px;
    padding: 15px 5%;
    font-size: 1em;
    font-family: lato;
    margin-bottom: 1.6em; }
  .input-bg-about textarea {
    width: 90%;
    float: left;
    border: 1px solid #828282;
    border-radius: 10px;
    padding: 14px 5%;
    height: 103px;
    font-family: lato;
    font-size: 1em; }
  .input-bg-about input[type="submit"] {
    width: 100%;
    float: right;
    border-radius: 10px;
    background: #c61621;
    padding: 14px 0%;
    color: #fff;
    outline: none;
    border: 0;
    font-family: lato;
    margin-bottom: 0px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Lato'; }
    .input-bg-about input[type="submit"]:hover {
      background: #bca04e; }

.float-right {
  float: right; }

.futher-information {
  width: 100%;
  float: left;
  display: block;
  margin-top: 2.2em; }

.futher-inform-left {
  width: 47%;
  float: left;
  margin: 0 0 2em 0; }

.futher-inform-image {
  width: 30%;
  float: left; }
  .futher-inform-image img {
    width: 100%; }

.futher-igorm-text {
  width: 65%;
  float: left;
  padding-left: 5%; }
  .futher-igorm-text p {
    float: left;
    margin-top: -10px; }
    .futher-igorm-text p strong {
      font-weight: bold; }

.futher-inform-right {
  width: 47%;
  float: right;
  margin: 0 0 2em 0; }

.slick-slider.slider-nav {
  margin-bottom: 5px; }

.retail-landing-text-bottom {
  width: 100%;
  float: left;
  display: block; }
  .retail-landing-text-bottom p {
    width: 100%;
    float: left;
    font-weight: normal;
    padding-top: 2.2em; }
    .retail-landing-text-bottom p strong {
      font-weight: bold; }
    .retail-landing-text-bottom p a {
      text-decoration: underline; }
      .retail-landing-text-bottom p a:hover {
        text-decoration: none; }

.contact-right {
  width: 100%;
  float: left; }

.contact-left {
  width: 100%;
  float: left; }

.contact-left-prof-lf {
  width: 47%;
  float: left;
  margin-top: 2.7em;
  overflow: hidden; }
  .contact-left-prof-lf img {
    width: 100%;
    float: left;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.01);
    -khtml-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01); }
  .contact-left-prof-lf p {
    width: 100%;
    float: left;
    padding-top: 15px;
    display: block;
    line-height: 1em; }
    .contact-left-prof-lf p span {
      font-weight: bold; }
    .contact-left-prof-lf p a:hover {
      color: #c61621; }
  .contact-left-prof-lf .contact-img {
    width: 100%;
    float: left;
    overflow: hidden; }
  .contact-left-prof-lf:hover .contact-img img {
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

.contact-dis-right {
  float: right; }

.contact-left-prof-rt {
  width: 100%;
  float: left; }

.contact-right-map {
  width: 100%;
  float: left;
  margin-top: 2.7em; }
  .contact-right-map img {
    width: 100%;
    float: left; }
  .contact-right-map iframe {
    width: 100%;
    height: 340px; }

.contact-map-text {
  width: 100%;
  float: left;
  margin-bottom: 5.5em; }
  .contact-map-text p {
    width: auto;
    float: left;
    padding-top: 5px; }
  .contact-map-text span {
    width: auto;
    float: right;
    line-height: 1.87em;
    padding-top: 5px;
    text-align: right; }
  .contact-map-text a:hover {
    color: #c61621; }

.design-construction {
  width: 100%;
  float: left; }
  .design-construction img {
    width: 100%; }

.design-construction-text {
  width: 100%;
  float: left;
  display: block; }
  .design-construction-text p {
    width: 100%;
    float: left;
    margin-top: -10px; }

.design-contarction-bottom {
  margin-bottom: 5.5em;
  width: 100%;
  float: left; }

.construction-bg {
  width: 100%;
  float: left;
  margin-bottom: 4.4em; }
  .construction-bg p {
    width: 75%;
    float: left;
    padding-bottom: 30px; }
    .construction-bg p:last-child {
      padding-bottom: 0px; }
    .construction-bg p.list-padding {
      padding-bottom: 20px; }
  .construction-bg ul {
    list-style: circle;
    float: left;
    list-style-position: inside;
    width: 98%;
    margin: 0 0 0 2%; }
    .construction-bg ul li {
      margin: 0 0 1.5em 0; }

.services-area-block {
  width: 100%;
  float: left;
  padding-bottom: 5.5em;
  display: flex; }
  .services-area-block .cal-3 {
    width: 31%;
    float: left;
    display: block;
    position: relative;
    margin: 0 3.5% 0 0; }
    .services-area-block .cal-3:last-child {
      margin: 0; }
      .services-area-block .cal-3:last-child .service-area-block-content::after {
        display: none; }

.service-area-block-content {
  float: left;
  padding-right: 11%;
  margin-top: 30px;
  position: relative;
  height: calc(100% - 70px);
  border-right: 1px solid #828282;
  /*&::after {
      content: '';
      position: absolute;
      bottom: 0;
      height: 100%;
      top: 0;
      width: 1px;
      background-color: #828282;
      right: 0;
  }*/ }
  .service-area-block-content p {
    width: 100%;
    float: left; }

.servies-p-padding {
  padding-left: 0px; }

.services-last-screen {
  padding-right: 0px;
  margin-right: 0px;
  border: 0px; }

.sevices-border {
  margin-bottom: 5.5em;
  border-bottom: 1px solid #828282;
  width: 100%;
  float: left; }

.constraction-services-outer {
  padding-bottom: 30px;
  width: 100%;
  float: left; }

@media only screen and (max-width: 1700px) {
  body {
    font-size: 16px; }

  p {
    line-height: 1.77em; } }
@media only screen and (max-width: 1700px) {
  .logo {
    width: 160px; }

  header {
    padding: 40px 0px 0px; }

  nav {
    padding-top: 10px; }
    nav ul li {
      padding: 0 12px 10px; }
      nav ul li::after {
        height: 16px;
        width: 1px;
        top: 2px; }

  .lauage-tag {
    padding-top: 10px; }

  .scroll-nav .logo {
    width: 200px;
    padding-top: 7px; }
  .scroll-nav nav {
    padding-top: 10px; }

  .goog-te-gadget .goog-te-combo {
    padding: 2px 0 2px 2px; }

  .home-banner.parallax-window {
    min-height: 500px; } }
@media only screen and (max-width: 1700px) {
  .common-head {
    padding: 3.6em 0; }

  figcaption {
    padding: 13px 0px; }

  figcaption a span {
    padding-top: 5px;
    font-size: 0.8em; }

  .main-tittle a::after {
    margin-top: 10px;
    width: 117px; }

  .common-body-padding {
    padding-top: 9em; }

  .banner-main-title {
    font-size: 2.2em; }

  .inner-main-head {
    margin: 0 0 1.75em 0; }

  .normal-page-content p {
    padding-bottom: 20px; } }
@media only screen and (max-width: 1700px) {
  .footer-right {
    width: 460px; }

  .footer-watsapp-popup-div {
    max-width: 260px;
    bottom: -50px; } }
@media only screen and (max-width: 1700px) {
  .thought-sale-right-img {
    height: 125px; }

  .thought-about-top p {
    padding: 14.1% 0; }

  .thought-content-left {
    width: 40%; }

  .thought-left-image {
    padding-bottom: 50px; }

  .commom-rt-flex {
    padding-bottom: 55px; }

  .thoudgt-sub-head {
    font-size: 1.3em; }

  .ask-question-top {
    padding: 8px 5%; }

  .ask-question-top a {
    padding: 4px 0 0; }

  .ask-question-bottom {
    width: 89%;
    padding: 6% 5%; }
    .ask-question-bottom input {
      width: 90%;
      padding: 10px 5%;
      margin-bottom: 15px; }
    .ask-question-bottom .ask-question-bottom textarea {
      padding: 10px 5%;
      height: 40px; }
    .ask-question-bottom input[type="submit"] {
      width: 85px;
      padding: 7px 0%;
      margin-top: 15px; }
    .ask-question-bottom .ask-question-top {
      padding: 5px 5%; }

  .personal-ct {
    width: 90%;
    padding: 5%; }

  .thought-content-right {
    width: 55%;
    padding-top: 0px; }

  .thouht-social-box a {
    padding-bottom: 0px; }

  .personal-ct {
    width: 100%;
    padding: 8% 5%; }

  .contact-right-person {
    width: 100%;
    padding-top: 1em; }

  .personal-ct-outer {
    top: 85px; }

  .thought-content-bottom p {
    padding-top: 20px; }

  .contact-right-person {
    margin: 0; } }
@media only screen and (max-width: 1700px) {
  .category-text a {
    font-size: 1.1em; }

  .category-main-box .col-3 {
    padding-bottom: 3.5em; }

  .cat-select select {
    padding: 10px 5%; }

  .category-input input {
    padding: 10px 5%; }
  .category-input input[type="submit"] {
    padding: 9px 5% 0; }

  .small-head {
    font-size: 1.3em; }
    .small-head::after {
      margin-top: 15px; }

  .category-hover-text p {
    padding-bottom: 15px; }

  .category-right {
    width: 550px; }

  .category-input input[type="submit"],
  .category-input button[type="submit"] {
    top: 3px;
    right: 3px; }

  .small-head-retail::after {
    width: 2.83em; } }
@media only screen and (max-width: 1700px) {
  .control_indicator {
    height: 13px;
    width: 13px; }

  .control-checkbox .control_indicator:after {
    left: 5px;
    top: 0px; }

  .control {
    padding-left: 22px;
    font-size: 0.93em; }

  .lease-secton-outer {
    padding: 20px 0px 5px;
    margin: 10px 0 20px; }

  .filter-result {
    padding: 25px 0px; }

  .retail-box-bottom p {
    padding-top: 10px; }

  .retail-box-bottom a {
    padding: 15px 0; }

  .retail-block-right .cal-4 {
    margin-bottom: 40px; } }
@media only screen and (max-width: 1700px) {
  .construction-bg {
    margin-bottom: 2.5em; }
    .construction-bg p {
      padding-bottom: 20px; }

  .services-area-block .has-bottom {
    padding-bottom: 3.5em; }

  .sevices-border {
    margin-bottom: 3.5em; }

  .sevtice-last-block-mob {
    margin-bottom: 30px; } }
@media only screen and (max-width: 1700px) {
  .contact-map-text {
    margin-bottom: 60px; }

  .contact-left-prof-lf p {
    font-size: 0.85em; } }
@media only screen and (max-width: 1700px) {
  .input-bg-about input {
    border-radius: 5px;
    padding: 10px 5%; }
  .input-bg-about input[type="submit"] {
    border-radius: 6px;
    padding: 10px 0%; }
  .input-bg-about textarea {
    border-radius: 5px;
    padding: 10px 5%;
    height: 85px; }

  .retail-landing {
    font-size: 1.3em; }
    .retail-landing::after {
      margin-top: 15px; }

  .slick-slider.slider-nav {
    margin-bottom: 0px; } }
@media only screen and (max-width: 1200px) {
  body {
    font-size: 15px; }

  p {
    line-height: 1.5em; } }
@media only screen and (max-width: 1300px) {
  body, html {
    font-size: 15px; }

  nav {
    padding-top: 0; }

  .logo {
    width: 160px; }
    .logo img {
      width: 90%; }

  .scroll-nav .logo {
    width: 160px; }
    .scroll-nav .logo img {
      width: 90%; }

  .goog-te-gadget .goog-te-combo {
    padding: 2px 0 2px 2px; }

  .home-banner.parallax-window {
    min-height: 450px; }

  .our-team-large-img.parallax-window {
    min-height: 250px; } }
@media only screen and (max-width: 1200px) {
  /* .logo {
      width: 100px;
  }
  nav ul li {
      padding: 0 5px;
  }
  .scroll-nav .logo {
      width: 100px;
      padding-top: 7px;
  }
  .scroll-nav .logo img {
      width: 100%;
  }
  .scroll-nav header {
      padding: 15px 0px 10px;
  }
  nav {
      padding-top: 0px;
  }
  header {
      padding: 26px 0px 0px;
  }*/
  .logo img {
    width: 75%; }

  header nav {
    width: 100%;
    float: left;
    display: block;
    opacity: 0;
    visibility: hidden; }
    header nav.m-menu-clk-actv {
      opacity: 1;
      visibility: visible;
      top: 0px;
      margin: 0px;
      padding-top: 60px; }
    header nav ul {
      float: none; }
      header nav ul li {
        width: 90%;
        float: left;
        padding: 0;
        margin-left: 5%;
        text-align: center; }
        header nav ul li a {
          display: inline-block;
          margin: 0;
          padding: 15px 0px;
          text-align: center;
          font-size: 1.3em;
          width: 100%; }
        header nav ul li ul {
          position: relative;
          display: none;
          background-color: #fff;
          width: 100%;
          opacity: 1;
          visibility: visible;
          top: 0;
          left: 0;
          float: left; }
          header nav ul li ul li a {
            color: #fff;
            border-bottom: 1px solid #000; }
          header nav ul li ul::before {
            display: none; }
        header nav ul li::after {
          display: none; }
        header nav ul li:hover ul {
          display: none;
          top: 0; }
        header nav ul li:hover a::after {
          display: none; }
  header nav ul li a.reservation-link {
    border: 1px solid #3e4c5e;
    padding: 10px 15px;
    margin: 20px auto 0;
    width: 180px;
    text-align: center; }
  header nav .has-sub-menu a {
    padding: 15px 0px; }
  header nav .has-sub-menu ul li a {
    font-size: 0.9em; }
  header nav .has-sub-menu ul li:first-child::before {
    height: 1px; }

  .mobile-menu {
    display: block;
    z-index: 9999;
    top: 2.5em; }

  .scroll-nav .mobile-menu {
    top: 30px; }

  .submenu {
    position: relative; }
    .submenu li {
      margin-left: 0px; }

  .scroll-nav li:hover > ul {
    top: 0; }

  .logo-top {
    width: 30%;
    z-index: 9999;
    position: relative;
    float: left; }

  .logo-top img {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block; }

  header {
    margin: 0px 0 0; }

  .product-banner header {
    margin: 10px 0 0;
    width: 100%;
    float: left;
    position: relative; }

  .scroll-nav header {
    margin: 0px 0 0;
    padding: 10px 0 8px; }

  .scroll-nav .has-sub-menu a {
    padding: 10px 0; }

  .only-mob-menu {
    position: relative;
    display: block;
    width: 100%;
    margin: 3em 0 0px 0;
    left: 0px; }

  #header-menu {
    z-index: 999;
    background: #fff; }

  #header-menu.mobile-menu-overlay {
    background: #fff; }

  #nav-icon2 span {
    height: 2px; }

  .scroll-nav {
    padding: 0; }

  #nav-icon2 {
    width: 25px;
    height: 20px; }

  #header-menu.mobile-menu-overlay header nav {
    opacity: 1;
    visibility: visible;
    margin: 0% 0 0; }

  .scroll-nav nav {
    padding-top: 0px; }

  nav {
    padding-top: 0px; }

  .scroll-nav .logo img {
    width: 75%; }

  header {
    padding: 1.6em 0px 0; }

  .lauage-tag {
    width: 150px;
    float: none;
    margin: 0px auto;
    padding-top: 0px;
    position: relative;
    margin-top: 16px; }

  .only-mobile-head {
    width: 100%;
    position: absolute;
    display: block; }

  .home-banner.parallax-window {
    min-height: 350px; }

  .our-team-large-img.parallax-window {
    min-height: 200px; } }
@media only screen and (max-width: 1200px) {
  .category-text a {
    font-size: 1em; } }
@media only screen and (max-width: 1400px) {
  .retail-block-right {
    width: 75%; }

  .retail-block-right .cal-4 {
    width: 29%; }

  .retail-block {
    width: 25%; } }
@media only screen and (max-width: 1200px) {
  .common-head {
    padding: 35px 0; }

  .common-head {
    padding: 35px 0; }

  .common-body-padding {
    padding-top: 6.5em; }

  .common-body-padding {
    padding-top: 6.5em; } }
@media only screen and (max-width: 1200px) {
  .input-bg-about textarea {
    height: 77px; }

  .futher-igorm-text p {
    margin-top: -5px; } }
@media only screen and (max-width: 980px) {
  body {
    font-size: 14px; } }
@media only screen and (max-width: 980px) {
  .footer-right {
    width: 380px; }

  .footer-watsapp-popup-div {
    max-width: 250px;
    bottom: -40px; }
    .footer-watsapp-popup-div p {
      font-size: 1em;
      line-height: 1.8em;
      text-align: left; } }
@media only screen and (max-width: 980px) {
  .category-main-box .col-3 {
    width: 47%;
    float: left;
    margin-right: 0%;
    padding-bottom: 6%; }
    .category-main-box .col-3:nth-child(odd) {
      padding-right: 6%; }

  .team-margin-cat .col-3:last-child {
    margin-bottom: 30px; }

  .category-input input[type="submit"],
  .category-input button[type="submit"] {
    top: 3px;
    right: 3px; } }
@media only screen and (max-width: 980px) {
  .futher-inform-left {
    width: 100%; }

  .futher-inform-right {
    width: 100%;
    margin-top: 25px; }

  .input-bg-about textarea {
    height: 73px; }

  .futher-igorm-text p {
    margin-top: -3px; } }
@media only screen and (max-width: 980px) {
  .retail-block {
    width: 31%; }

  .retail-block-right {
    width: 69%; }

  .retail-block-right .cal-4 {
    margin-bottom: 30px;
    width: 46%; } }
@media only screen and (max-width: 980px) {
  .commom-rt-flex {
    width: 100%;
    padding-bottom: 40px;
    display: block; }

  .thought-right-lf {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3em; }

  .thought-right-rt {
    width: 100%; }

  .thought-bottom-left {
    width: 100%;
    margin-right: 0%; }

  .thought-right-social {
    width: 100%;
    margin-top: 2.5em; }

  .thought-about-bottom {
    height: 150px; }

  .thought-left-image {
    padding-bottom: 30px; }

  .personal-ct-outer {
    min-height: 150px; }

  .personal-ct {
    width: 90%;
    padding: 5%; }

  .thouht-social-box-outer {
    min-height: 160px; }

  .personal-ct-outer {
    top: 70px; } }
@media only screen and (max-width: 980px) {
  .contact-map-text {
    margin-bottom: 25px; }

  .contact-left-prof-lf {
    width: 100%; } }
@media only screen and (max-width: 980px) {
  .common-head {
    padding: 2.5em 0; }

  .common-body-padding {
    padding-top: 7em; } }
@media only screen and (max-width: 980px) {
  .services-area-block {
    display: block; }
    .services-area-block .cal-3 {
      width: 100%;
      margin: 0 0 5% 0; }
      .services-area-block .cal-3::after {
        display: none; }

  .service-area-block-content {
    padding-right: 0; }
    .service-area-block-content::after {
      display: none; } }
@media only screen and (max-width: 768px) {
  .common-body-padding {
    padding-top: 6.5em; }

  .team-block .cal-3 {
    width: 48%;
    margin: 0 4% 4% 0; }
    .team-block .cal-3:nth-child(3n) {
      margin: 0 4% 4% 0; }
    .team-block .cal-3:nth-child(2n) {
      margin: 0 0 4% 0; }

  .banner-main-title {
    font-size: 2em; }

  .inner-main-head {
    font-size: 1.6em; }

  .team-block.home-mob-block .cal-3 {
    margin-bottom: 0; }
    .team-block.home-mob-block .cal-3:nth-child(3) {
      display: none; }
  .team-block.home-mob-block.last-block {
    margin-bottom: 60px; }

  .normal-page-content p {
    padding-bottom: 15px;
    width: 100%; } }
@media only screen and (max-width: 480px) {
  body {
    font-size: 12px; } }
@media only screen and (max-width: 768px) {
  .retail-block {
    width: 100%;
    margin-bottom: 30px; }

  .retail-block-right .cal-4:first-child {
    padding-left: 0px; }

  .retail-block-right {
    width: 100%; }

  .cal-4.retail-780-left {
    padding-left: 0px; }

  .retail-block-right .cal-4 {
    margin-bottom: 30px;
    width: 47.5%;
    padding-left: 0px; }
    .retail-block-right .cal-4:nth-child(odd) {
      padding-right: 0;
      margin-left: 0; }

  .retail-inner-box {
    width: 90%;
    padding: 30px 5%; }

  .control {
    width: 45%;
    float: left; }

  .input-location-bg {
    width: 47%;
    float: left; }
    .input-location-bg:first-child {
      padding-right: 5%; } }
@media only screen and (max-width: 768px) {
  .thought-right-social {
    margin-top: 0em; }

  .commom-rt-flex {
    width: 100%;
    display: flex;
    padding-bottom: 3em; }

  .thought-left {
    width: 100%; }

  .thought-right {
    width: 100%;
    margin-top: 3em; }

  .ask-question-top a {
    padding-bottom: 5px; }

  .ask-question-bottom textarea {
    padding: 10px 5%;
    height: 30px; }

  .leasing-main img {
    width: 100%;
    margin-bottom: 5.5em; }

  .thought-right-lf {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 0em; }

  .thought-right-rt {
    width: 47%; }

  .thought-bottom-left {
    width: 47.5%;
    margin-right: 5%; }

  .thought-right-social {
    width: 47.5%; }

  .thought-about-bottom {
    height: 50%; }

  .thought-left-image {
    padding-bottom: 30px; }

  .personal-ct-outer {
    min-height: auto; }

  .thouht-social-box-outer {
    min-height: auto; } }
@media only screen and (max-width: 768px) {
  .footer-left {
    width: 160px;
    float: none;
    margin: 0px auto; }

  .footer-right-top {
    text-align: center;
    margin-top: 1.4em; }

  .footer-right-bottom {
    width: 190px;
    float: none;
    margin: 0px auto; }
    .footer-right-bottom a {
      padding-top: 10px; }
    .footer-right-bottom span {
      padding: 10px 15px; }

  .search-box-footer {
    width: 300px;
    float: none;
    margin: 0px auto; }
    .search-box-footer input {
      width: 68%;
      height: 28px; }
    .search-box-footer input[type=submit] {
      height: 27px;
      width: 19%; }

  .footer-left p {
    text-align: center;
    padding: 15px 0 7px; }

  footer {
    padding: 10px 0 20px; }

  .footer-right {
    width: 315px;
    margin: 0px auto;
    float: none; }

  .footer-watsapp-popup-div {
    bottom: -25px; }
    .footer-watsapp-popup-div p {
      text-align: left; } }
@media only screen and (max-width: 768px) {
  .category-right {
    width: 100%;
    margin-top: 3em; } }
@media only screen and (max-width: 480px) {
  .category-right {
    width: 100%;
    margin-top: 3em; }

  .category-input {
    width: 100%;
    margin-top: 2em;
    position: relative; }

  .cat-select {
    width: 100%;
    float: left; }

  .category-main-box .col-3 {
    width: 100%;
    padding-bottom: 2.5em; }
    .category-main-box .col-3:nth-child(odd) {
      padding-right: 0%; }

  .team-margin-cat .col-3:last-child {
    margin-bottom: 50px;
    padding-bottom: 0; }

  .category-right {
    width: 100%;
    margin-top: 30px; }

  .category-top {
    padding-bottom: 30px; }

  .pagination nav a {
    padding: 5px 3px;
    margin: 2px 0.5px 0; }

  .pagenation-box {
    padding-bottom: 40px; }

  .small-head::after,
  .small-head-retail::after {
    margin-top: 8px; }

  .category-text a {
    font-size: 1.2em; } }
@media only screen and (max-width: 768px) {
  .futher-inform-left {
    width: 47%; }

  .futher-inform-right {
    width: 47%;
    margin-top: 0px; }

  .retail-enquire-box {
    padding: 2.7em 0; }

  .input-bg-about textarea {
    height: 69px; }

  .futher-igorm-text p {
    margin-top: -4px; } }
@media only screen and (max-width: 768px) {
  .services-area-block .cal-3 {
    width: 100%;
    margin-bottom: 30px; }

  .service-area-block-content {
    width: 100%;
    border-right: 0px solid #828282;
    padding-right: 0%;
    margin-right: 0%;
    margin-top: 15px; }

  .sevtice-last-block-mob {
    padding-bottom: 30px; }

  .construction-bg p {
    padding-bottom: 15px;
    width: 100%; }

  .constraction-services-outer {
    padding-bottom: 15px; }

  .services-area-block .contstration-last-cal {
    padding-bottom: 0px;
    margin-bottom: 0px; }

  .sevtice-last-block-mob {
    margin-bottom: 30px; }

  .services-area-block .has-bottom {
    padding-bottom: 2.5em; } }
@media only screen and (max-width: 768px) {
  .contact-left-prof-lf {
    width: 47%; }

  .contact-dis-right {
    float: right; }

  .contact-right .retail-enquire-box {
    padding: 2.7em 0 0; } }
@media only screen and (max-width: 768px) {
  .home-banner.parallax-window {
    min-height: 300px; }

  .our-team-large-img.parallax-window {
    min-height: 150px; }

  .our-team-large-img {
    display: none; } }
@media only screen and (max-width: 480px) {
  .footer-left {
    width: 143px; }

  .footer-right-bottom {
    width: 170px; }

  .footer-watsapp-popup-div {
    min-width: 200px;
    max-width: 220px; } }
@media only screen and (max-width: 480px) {
  .cal-3 {
    width: 100%; }

  .common-head {
    padding: 3em 0; }

  .team-block .cal-3 {
    width: 92%;
    margin: 0 4% 4%; }
    .team-block .cal-3:nth-child(3n) {
      margin: 0 4% 4%; }
    .team-block .cal-3:nth-child(2n) {
      margin: 0 4% 4%; }
    .team-block .cal-3:last-child {
      margin: 0 4%; }
  .team-block.home-mob-block .cal-3 {
    margin-bottom: 4%; }
    .team-block.home-mob-block .cal-3:nth-child(3n) {
      display: block; }
    .team-block.home-mob-block .cal-3:last-child {
      margin-bottom: 0; }

  .section-container.mobile-full-div {
    width: 100%; }

  .common-body-padding {
    padding-top: 7em; }

  .cap-bot figcaption.pop-up-mobile {
    opacity: 1;
    bottom: 0; }

  .inner-main-head {
    font-size: 1.6em; }

  .banner-main-title {
    font-size: 1.6em; }

  .home-mob-block .cal-3 {
    width: 92%;
    margin: 0 4% 4%; }
    .home-mob-block .cal-3:nth-child(3) {
      margin: 0 4%; }
  .home-mob-block.last-block .cal-3:nth-child(3) {
    margin: 0 4% 0; }

  .normal-page-content {
    margin-bottom: 40px; }
    .normal-page-content h3 {
      font-size: 1.3em; }

  .inner-main-head {
    margin: 0 0 1.4em 0; } }
@media only screen and (max-width: 480px) {
  .retail-block-right .cal-4 {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 30px; }

  .retail-block-right {
    padding-bottom: 10px; }

  .retail-box-bottom {
    padding: 15px 5%;
    width: 90%; }

  .retail-single-block-top {
    width: 90%;
    padding: 15px 5%; }

  .retail-inner-box {
    width: 90%;
    padding: 30px 5%; }

  .retail-filter-box-top {
    width: 90%;
    padding: 15px 5%; }

  .control {
    width: 100%;
    float: left; }

  .input-location-bg {
    width: 47%;
    float: left; }
    .input-location-bg:first-child {
      padding-right: 5%; }

  .retail-block-right .cal-4:nth-child(odd) {
    padding-right: 0%; }

  .retail-filter-outer .control-checkbox {
    width: 40%; }

  .corner-ribbon.top-right {
    top: 19px;
    right: -60px; } }
@media only screen and (max-width: 480px) {
  .thought-about-bottom {
    height: 140px; }

  .thought-right-lf {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3em; }

  .thought-right-rt {
    width: 100%;
    display: block; }

  .commom-rt-flex {
    display: block; }

  .thought-bottom-left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px; }

  .thought-right-social {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px; }

  .thought-content-left {
    width: 100%;
    padding-bottom: 10px; }

  .thought-left-image {
    padding-bottom: 25px; }

  .commom-rt-flex {
    padding-bottom: 3em; }

  .ask-question-top a {
    padding-bottom: 5px; }

  .personal-ct-outer {
    top: 70px; }

  .thoughts-top {
    padding: 0px 0 1em; } }
@media only screen and (max-width: 480px) {
  .input-bg-about {
    width: 100%; }

  .slider {
    width: 100%; }

  .input-bg-about textarea {
    margin-bottom: 25px; }

  .slider-for .slick-slide {
    margin: 0px 0px 0 0; }

  .slider-nav .slick-slide {
    margin: 0px 10px 0 10px; }

  .futher-inform-left {
    width: 100%; }

  .futher-inform-right {
    width: 100%; }

  enquire-box {
    padding: 30px 0; }

  .retail-enquire-box {
    padding: 1.5em 0 3em; }

  .retail-gallery {
    padding-top: 2em; }

  .retail-gallery .slick-slider .slick-next::before, .retail-gallery .slick-slider .slick-prev::before {
    font-size: 20px; } }
@media only screen and (max-width: 480px) {
  .contact-left-prof-lf {
    width: 100%;
    margin-top: 30px; }

  .contact-right-map {
    margin-top: 1.5em; }

  .contact-map-text {
    margin-bottom: 3em; }

  .contact-right .retail-enquire-box {
    padding: 1.5em 0 3em; }

  .contact-left-prof-lf p {
    font-size: 1.2em; } }
@media only screen and (max-width: 480px) {
  .sevices-border {
    margin-bottom: 2.5em; }

  .services-area-block {
    padding-bottom: 40px; }

  .section-container .construction-bg:last-child {
    margin-bottom: 40px; } }
@media only screen and (max-width: 480px) {
  .home-banner.parallax-window {
    min-height: 280px;
    background-image: url(../images/mob-home-banner.jpg) !important; }

  .our-team-large-img.parallax-window {
    min-height: 100px;
    background-image: url(../images/mob-home-banner-small.jpg) !important; }

  .scroll-nav .logo img {
    width: 60%; }
  .scroll-nav .mobile-menu {
    top: 22px; } }

/*# sourceMappingURL=style.css.map */
