/****** FILE: themes/novo-2016/css/mythic-reset.css *****/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img{
	border:0
}
address,button,caption,cite,code,dfn,input,optgroup,option,select,textarea,th,var{
	font:inherit;
}
caption,th{
	text-align:left
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal
}
q:before,q:after{
	content:''
}
abbr,acronym{
	border:0;
	font-variant:normal
}
a {
	text-decoration: none;
}

nav ul,
nav li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/****** FILE: themes/novo-2016/css/font-awesome.css *****/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 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 #eeeeee;
  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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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: #ffffff;
}
/* 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:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-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";
}


/****** FILE: themes/novo-2016/css/mythic-message.css *****/
/* Fantastic icons kindly supplied by Mark James - http://www.famfamfam.com/lab/icons/silk/ */
.message {
  /*font-family:Tahoma,Geneva,Arial,sans-serif;*/
  /*font-size: 14px;*/
  /*line-height: 18px;*/
  border: 1px solid #0000bb;
  background: #eef no-repeat 8px 8px;
  color: #0000bb;
  padding: 8px 8px 8px 32px;
  border-radius: 5px;
  margin-bottom: 20px;
  min-height: 16px;
  text-shadow: #fff 1px 1px;
  display: block;
  margin-top: 5px;
  max-width: 100%;
  box-sizing: border-box;
}
.message a {
  color: #0000bb;
  text-decoration: underline;
}
.message h3 {
  background: #0000bb no-repeat 8px 4px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 0 32px;
  margin: 0;
  text-shadow: none;
  line-height: 24px;
  margin: -8px -8px 8px -32px;
}
.message p {
  margin: 0 0 8px 0;
}
.message ul {
  margin: 0 0 8px 0;
  padding-left: 16px;
}
.message,
.message h3 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAKcSURBVDjLpZPLa9RXHMU/d0ysZEwmMQqZiTaP0agoaKGJUiwIxU0hUjtUQaIuXHSVbRVc+R8ICj5WvrCldJquhVqalIbOohuZxjDVxDSP0RgzyST9zdzvvffrQkh8tBs9yy9fPhw45xhV5X1U8+Yhc3U0LcEdVxdOVq20OA0ooQjhpnfhzuDZTx6++m9edfDFlZGMtXKxI6HJnrZGGtauAWAhcgwVnnB/enkGo/25859l3wIcvpzP2EhuHNpWF9/dWs/UnKW4EOGDkqhbQyqxjsKzMgM/P1ymhlO5C4ezK4DeS/c7RdzQoa3x1PaWenJjJZwT9rQ1gSp/js1jYoZdyfX8M1/mp7uFaTR8mrt29FEMQILr62jQ1I5kA8OF59jIItVA78dJertTiBNs1ZKfLNG+MUHX1oaURtIHEAOw3p/Y197MWHEJEUGCxwfHj8MTZIcnsGKxzrIURYzPLnJgbxvG2hMrKdjItjbV11CYKeG8R7ygIdB3sBMFhkem0RAAQ3Fuka7UZtRHrasOqhYNilOwrkrwnhCU/ON5/q04vHV48ThxOCuoAbxnBQB+am65QnO8FqMxNCjBe14mpHhxBBGCWBLxD3iyWMaYMLUKsO7WYH6Stk1xCAGccmR/Ozs/bKJuXS39R/YgIjgROloSDA39Deit1SZWotsjD8pfp5ONqZ6uTfyWn+T7X0f59t5fqDhUA4ry0fYtjJcWeZQvTBu4/VqRuk9/l9Fy5cbnX+6Od26s58HjWWaflwkusKGxjm1bmhkvLXHvh1+WMbWncgPfZN+qcvex6xnUXkzvSiYP7EvTvH4toDxdqDD4+ygT+cKMMbH+3MCZ7H9uAaDnqytpVX8cDScJlRY0YIwpAjcNcuePgXP/P6Z30QuoP4J7WbYhuQAAAABJRU5ErkJggg==');
}

.message.loading,
.message.loading h3 {
  background-image: url('data:image/gif;base64,R0lGODlhEAAQAPQAAO7u/wBK/+Dk/oGi/tHZ/kF2/nKY/gBK/1KC/iFg/qG4/rLE/hJW/pKu/gNL/jJs/mGM/gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==');
}



.message.info,
.message.hint {
  color: #555; 
  border-color: #555;
  background-color: #FFFAD9;
}
.message.info a,
.message.hint a {
  color: #555;
}
.message.info h3,
.message.hint h3 {
  background-color: #555;
}
.message.info,
.message.info h3,
.message.hint,
.message.hint h3 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAKgSURBVDjLlZLrS1NxGMd90ZvovdEfEBEUEhZIb0xMjdyLIuyGkiHGUFKydFKKJiRegjIyFJRwojMxzfJSaVOYeTfxtpSNuZ1tXnY2z27nsss5334uWloG9uLD7/A7z/fzPPx4IgBE7ISl3qWyelUvu9JIueZqeOdUmcCMFDgcQ3fntjSK0j/rwx+csesIZ3jbL1j6EbCPIej5DpE3QRIoBJ3LEFb74BjIxkbXVYNdrTixS8Ca3h/y6pSTfloD0UcRjCS8BJGbRdA7QRgjd1pIfhruyeewKOMdm+rCw2GBV1tXKZh7SIEVoqAjpwVS0AlIvhBSkCGyeQRcPYDogO1DNixvrveFBa6ZCkuAmSe1OtJpFVLATkJboWCIAE3+GYngI6ENgnUK+hcxfFiw9fWRT+RWEWTHEeRmyPhaMvYCgu5ZEpgkbzCCgPszBNsr8NY8iF4Ky5WnpLDArs41+zYnSPdF8OYi0qEcTHc6mF45mJ4M2Ftl4C1lYPU34KerwFNTWKmO/j2BfbiwghmvJuPawZsUsNVHgTPlEx6ANcjJeR9r5QfhWUqEJOlhbc+FoV42FBY4R0sPbPbKlz2LLeQB9aCbYkJhzpIFlkoDZ8zDRk0kRHYYrm8d0JYeEyyduUd37QH9pTBqvSOV9iy0wtmZ+VNAOm+HOeM92JtlYDQN0JYcD1BtmTf/WqRtbJ/yTxtUt9fXGhPBq5MhriVBtMYhoLkMQ1Ek5sqi3eb2O4l7buIvhlRPkmsfZ/ibax+iruosnpacQUFOOq7Fn5TUypJz/1zlnRQr5JSypRVKZRvq6htR/ewlriTH03vV7ilQ5NwaHRgchM1GY3p6Bq+bmpEii9XtWzCgqkhLuXSBTUg4L8XFxUoXk2K57obirH0L/ocfNQ8V8wE+uE0AAAAASUVORK5CYII=');
}



.message.good,
.message.success {
  color: #006600;
  border-color: #006600;
  background-color: #efe;
}
.message.good a,
.message.success a {
  color: #006600;
}
.message.good h3,
.message.success h3 {
  background-color: #006600;
}
.message.good,
.message.good h3,
.message.success,
.message.success h3 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAKfSURBVDjLpZPrS1NhHMf9O3bOdmwDCWREIYKEUHsVJBI7mg3FvCxL09290jZj2EyLMnJexkgpLbPUanNOberU5taUMnHZUULMvelCtWF0sW/n7MVMEiN64AsPD8/n83uucQDi/id/DBT4Dolypw/qsz0pTMbj/WHpiDgsdSUyUmeiPt2+V7SrIM+bSss8ySGdR4abQQv6lrui6VxsRonrGCS9VEjSQ9E7CtiqdOZ4UuTqnBHO1X7YXl6Daa4yGq7vWO1D40wVDtj4kWQbn94myPGkCDPdSesczE2sCZShwl8CzcwZ6NiUs6n2nYX99T1cnKqA2EKui6+TwphA5k4yqMayopU5mANV3lNQTBdCMVUA9VQh3GuDMHiVcLCS3J4jSLhCGmKCjBEx0xlshjXYhApfMZRP5CyYD+UkG08+xt+4wLVQZA1tzxthm2tEfD3JxARH7QkbD1ZuozaggdZbxK5kAIsf5qGaKMTY2lAU/rH5HW3PLsEwUYy+YCcERmIjJpDcpzb6l7th9KtQ69fi09ePUej9l7cx2DJbD7UrG3r3afQHOyCo+V3QQzE35pvQvnAZukk5zL5qRL59jsKbPzdheXoBZc4saFhBS6AO7V4zqCpiawuptwQG+UAa7Ct3UT0hh9p9EnXT5Vh6t4C22QaUDh6HwnECOmcO7K+6kW49DKqS2DrEZCtfuI+9GrNHg4fMHVSO5kE7nAPVkAxKBxcOzsajpS4Yh4ohUPPWKTUh3PaQEptIOr6BiJjcZXCwktaAGfrRIpwblqOV3YKdhfXOIvBLeREWpnd8ynsaSJoyESFphwTtfjN6X1jRO2+FxWtCWksqBApeiFIR9K6fiTpPiigDoadqCEag5YUFKl6Yrciw0VOlhOivv/Ff8wtn0KzlebrUYwAAAABJRU5ErkJggg==');
}


.message.warn,
.message.warning {
  color: #AC5327;
  border-color: #AC5327;
  background-color: #FFF6BF;
}
.message.warn a,
.message.warning a {
  color: #AC5327;
}
.message.warn h3,
.message.warning h3 {
  background-color: #AC5327;
}
.message.warn,
.message.warn h3,
.message.warning,
.message.warning h3 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAB3RJTUUH3wQcCCg4u78NMQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAAI/SURBVHjapVNLaBNRFD0zkybNr5+R0oZqxFptIVjrJ7EtUbrzk4WuTBtw4UZwowSXLtwolIIgLSIVFSlSqNiKItSWSBWKiCCoWKUSQUloE5sQNA1NZua955tpIqKJCh24c4f37rn3nPPeCIwxrOcxVdpIPz0gMcLeMEozlLLexoPPSbk6sVIDDh4yNx32mBsP+RmhpypS0CX8HssRv5yc6flOlG9MycyzxYfedPz+HrlcbVkGlNBRqzvkFEQRJrsM25aQzFlc/C8GyemezsRUF2GkwCL3guzJ5ElGlRT7Mr5T+zy2o/OfDLhpdxztYZFqK/g0cxfRx7dB1QTqOs5JnNnwX01MTnWHquq7PfbNx7AaC0M/YT3y8QE4WwOwNO33R2+2hco24GAHpXTI1hIE1dLciCKaB6UqaP4jatv7dH8GF65tdfzRgG/csrmPb7DUt0BNTepiUF1nKwlDIXEV1gY3atr6m7W8er6EE3Qjlh7ta+XaP7iOzJrI6muoX0f4VN69qhq5VBYWO4UkMUg1vZCcRzE/vFchBc2z+0IqKq5dGjrm2H7axOgKSPaF7qQxdfTSDUyMjBvf+pqWiUAQc2joCpu1gnrFuMqLD7wBqbbD69wWhJZ9BpJ7VTwNhk2+ZgMrSpI+hfOlUOKDcPkHkH4XCcydsQSE2MSumOy7vNHq8vEidW2aIU4oyS++2E8/IJiRfjuN99f7Fkyc/uzy3NkTPOtG4tdMVAJSUMHpGpnrBlE0Y51qRrwU1vs7/wCaQ2F+ROaJ8gAAAABJRU5ErkJggg==');
}



.message.bad,
.message.error {
  color: #cc0000;
  border-color: #cc0000;
  background-color: #fee;
}
.message.bad a,
.message.error a {
  color: #bb0000;
}
.message.bad h3,
.message.error h3 {
  background-color: #cc0000;
}
.message.bad,
.message.bad h3,
.message.error,
.message.error h3 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAB3RJTUUH3wQcCDkRqtS2TQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAAH8SURBVHjapVO/axRhEH279yPhJBqyEaxSXCMEwWBQi4CCIpF4STwRRZB0/gXGyiqSIkIKAzYWKQKxE0yhlSA2EXOFac8ihVYJ7h16Bzlvs/s9Z77zNntZu3ww7OzOvP3mvZlxSOI4x019cRxfjF0zveYfTc8eAf/Ew/serlwCtDIx1xiga5+/eqHjNLLkyfQPOuBhXL0MvHkP1n5bEBUYReCpE8jcuYmsiQb+SG4/efqQQhL8qQIsLQMjI6AAEYag+O6Llwg/fgEujKL/7szwvmL0qIi22FfLNJPXye1tstkkazWGpRLDqSnS98lGg6ZSYXB+lHz2mE0LZYKCcvZ/wSwswF1dBfJ5ZNbWOrFcDgwChPPzMLs1S8kku2BflKeWvLODaG4OEIACrYl/UC7DVKugUNLctIgqlvLVYCLBFte9II6H/5mDfwkqXmZ9Pb5ZS3fEz21sAMViXEGagtFWFeAuLlr+bLcRzM4imJ62Pvr6kF9ZgTM00Kn2UDtCwj7v3SafP+XB5DVGW1tsT0yw5XncHxxka3yc0eYmWxfHyCePyNINipS7inW6uyDD4Ut/PYydRfD6Lcxe3fKNNZGbCw9mgOp31N992Bsiz9gRSi6TDIdfKN/ycK4ooO4IC9jopIj/7UcPOPUDPY3Ownhxc3qfdQF7yXznuOv8FxWtQv97u58dAAAAAElFTkSuQmCC');
}






/****** FILE: themes/novo-2016/css/jquery.qtip.css *****/
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2016 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Wed May 11 2016 06:50 EDT-0400
 * Plugins: None
 * Styles: core
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: center;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 2px solid #fff;
	box-shadow: #444 0 0 3px;

	background-color: #006b77;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
}

.qtip-default .qtip-titlebar{
	background-color: #006b77;
}

.qtip-default .qtip-icon{
	border-color: #CCC;
	background: #F1F1F1;
	color: #777;
}

.qtip-default .qtip-titlebar .qtip-close{
	border-color: #AAA;
	color: #111;
}



/*.arrow_box {
	position: relative;
	background: #000;
	border: 2px solid #fff;
}*/
.qtip-default:after, .qtip-default:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.qtip-default:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #006b77;
	border-width: 10px;
	margin-left: -10px;
}
.qtip-default:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 13px;
	margin-left: -13px;
}



/****** FILE: themes/novo-2016/css/magnific-popup.css *****/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/****** FILE: themes/novo-2016/css/perfect-scrollbar.css *****/
/* perfect-scrollbar v0.6.8 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important; }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block; }
  .ps-container.ps-in-scrolling {
    pointer-events: none; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear;
      bottom: 0;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 8px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear;
      right: 0;
      /* there must be 'right' for ps-scrollbar-y */
      width: 8px; }
  .ps-container:hover.ps-in-scrolling {
    pointer-events: none; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }


/****** FILE: themes/novo-2016/css/slick.css *****/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}


/****** FILE: themes/novo-2016/css/typography.css *****/

.front-page-links {}

.intro {
	font-weight: bold;
  line-height: 1.4;
}

/*#content .front-page-links a {
	display: block;
	background-color: rgba(255, 255, 255, 0.85);
	width: 100%;
	height: 90px;
	font-size: 37px;
	font-family: FeijoaMedium, serif;
	color: #018c9b;
  line-height: 90px;
  text-align: center;
  margin-bottom: 15px; 
}*/

/* IMAGES 
-------------------------------------------- */
.typography img {
    height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */
}
.typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
.typography img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.typography .captionImage { width: 100%; margin-top: 5px; }
.typography .captionImage img { margin: 0; }
  .typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px;
  }
  .typography .captionImage.right{
    float: right;
    margin: 5px 0 20px 30px;
  }
  .typography .captionImage.left[style],
  .typography .captionImage.right[style] {
    max-width: 50%; /* Overides core width to make responsive */
  }
  .typography .captionImage.left img,
  .typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%;
  }
  .typography .captionImage.left img {
    margin-right: -10px;
  }
  .typography .captionImage.right img {
    margin-left: -10px;
  }
  .typography .captionImage.right p {
    margin-left: -10px;
    text-align: left;
    margin-left: -10px;
  }
.typography .captionImage.leftAlone{
  float:none;
  margin: 0 20px 20px 0px;
}
.typography .captionImage.center{
  margin: 0 auto 20px;
}
.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}

/****** FILE: /userforms/css/UserForm.css *****/
/**
 * Lightweight base styles for the front-end form.
 */
.userform-progress .progress {
  position: relative;
  height: 1em;
  background: #eee;
}
.userform-progress .progress-bar {
  position: absolute;
  height: 1em;
  background: #666;
}
.userform-progress .step-buttons {
  margin-left: 0;
  position: relative;
}
.userform-progress .step-button-wrapper {
  display: inline-block;
  list-style-type: none;
}
.userform-progress .step-button-wrapper.viewed .step-button-jump {
  opacity: 1;
}
.userform-progress .step-button-jump {
  position: absolute;
  top: 0;
  opacity: .7;
}

.step-navigation .step-buttons {
  margin-left: 0;
}
.step-navigation .step-button-wrapper {
  display: inline-block;
  list-style-type: none;
}

.userform {
  clear: both;
  width: 100%;
  max-width: 100%;
}
.userform .field label.right {
  color: #555;
}

.userformsgroup {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.userformsgroup > legend {
  padding-left: 4px;
  padding-right: 4px;
  border: 0;
  width: auto;
}

.right-title {
  clear: both;
  display: block;
}

.checkbox .right-title {
  display: inline;
}

.userform .left {
  margin-bottom: 5px;
  font-weight: bold;
}


/****** FILE: themes/novo-2016/css/style.css *****/



@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/gotham-book-webfont.eot'); /* IE9 Compat Modes */
	src: url('../fonts/gotham-book-webfont.woff') format('woff'),
			 url('../fonts/gotham-book-webfont.ttf') format('truetype'),
			 url('../fonts/gotham-book-webfont.svg#GothamBookRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamMedium';
	src: url('../fonts/gotham-medium-webfont.eot'); /* IE9 Compat Modes */
	src: url('../fonts/gotham-medium-webfont.woff') format('woff'),
			 url('../fonts/gotham-medium-webfont.ttf') format('truetype'),
			 url('../fonts/gotham-medium-webfont.svg#GothamMediumRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FeijoaMedium';
	src: url('../fonts/feijoa-medium-webfont.eot'); /* IE9 Compat Modes */
	src: url('../fonts/feijoa-medium-webfont.woff') format('woff'),
			 url('../fonts/feijoa-medium-webfont.ttf') format('truetype'),
			 url('../fonts/feijoa-medium-webfont.svg#FeijoaMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}


html {
    overflow-y: scroll;
    overflow-x: hidden;
}
html, body {
	background: #006b77;
	font-family: GothamBook, Arial, sans-serif;
	color: #444;
    position: relative;
}


#content a {
	color: #009cad;
	transition: color 0.4s ease;
}
#content a:hover {
	color: #006b77;
	transition: color 0.4s ease;
}


#carousel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #006b77 url('../images/home-bg.jpg') no-repeat center bottom; 
	background-size: cover; 	
	transition: opacity 0.4s ease;
}
.page-replacing #carousel {
	opacity: 0;
	transition: opacity 0.4s ease;
}

#carousel {
	background-image: url('../images/home-bg.jpg'); 
}
#news-page #carousel {
	background-image: url('../images/news-page-bg.jpg'); 
}

#header-block {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 37px;
	z-index: 2;
	background-color: #006b77;
}
#header-block > .inner {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	border-left: 3px solid #fff; 
	background-color: #018c9b;
	height: 100%;
	position: relative;
}
#header-block > .inner:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 100%;
	width: 100vw;
	height: 100%;
	background-color: #018c9b;
	border-right: 3px solid #fff; 
}

#header {
	position: fixed;
	top: 37px;
	height: 120px;
	border-top: 3px solid #fff; 
	border-bottom: 3px solid #fff; 
	background-color: #018c9b;
	/*background-color: rgba(0, 156, 173, 0.75);*/
	width: 100%;
	z-index: 2;
}
#header .inner:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 100%;
	width: 100vw;
	height: 100%;
	background-color: #006b77;
}
#header .inner {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	border-left: 3px solid #fff; 
	background-color: #006b77;
	height: 100%;
	position: relative;
}

#header h1 {
	height: 100%;
	width: 20%;
	box-sizing: border-box;
    padding: 30px 0px 25px 30px;
	float: left;
}
#header h1 a {
	display: block;
	height: 100%;
	background: url('../images/logo-white.svg') no-repeat;
	background-size: contain;
	text-indent: -9999px; 
}
#header #primary-nav {
	box-sizing: border-box;
	position: relative;
	width: 80%;
	float: left;
	text-align: left;
	padding-top: 80px;
	padding-left: 8%; 
}
#header #primary-nav > .menu {
	/*text-align: right;*/
}
#header #primary-nav > ul > li {
	display: inline-block;
	margin-left: 40px;
	height: 43px;
	position: relative;
}
#header #primary-nav a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
#header #primary-nav li#menu-link-home {
	display: none;
}

#header #primary-nav .submenu {
	position: absolute;
	right: 0px;
	height: 0px;
	display: block;
	width: auto;
	top: 43px;
    overflow: hidden;
}
#header #primary-nav li:hover .submenu {
	height: auto;
}

#menu-link-house-and-land-packages .submenu,
#menu-link-about .submenu,
#menu-link-news .submenu {
	display: none !important;
}



#header #primary-nav .submenu li {
	display: block;
	margin-top: -3px; 
	margin-left: 0;
	position: relative;
}
#header #primary-nav .submenu li a {
	display: block;
	border: 3px solid #fff;
	height: 37px;
	line-height: 37px;
	text-align: right;
	color: #fff;
	background-color: #018c9b;
	background-color: rgba(0, 156, 173, 1);
	padding-right: 35px; 
	padding-left: 35px; 
	font-size: 13px; 
	text-transform: none;
	white-space: nowrap;
}
#header #primary-nav .submenu li:nth-child(even) a {
	background-color: #006b77;
}

#menu-bar {
	opacity: 0;
	width: 0px;
	left: 0px;
	position: absolute;
	background-color: #fff;
	height: 5px;
	top: 115px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ddd;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ddd;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ddd;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ddd;
}


#footer {
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 30px;
	height: 37px;
	border-top: 3px solid #fff;
	background-color: #006b77;
	color: #fff;
	font-size: 10px;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
}
#footer a {
	color: #fff;
}

#footer .copyright {
	position: absolute;
	top: 0;
	right: 30px; 
	white-space: nowrap;
}

.todd-property-logo {
	display: inline-block;
	width: 22px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/todd-logo-white.svg') no-repeat center center;
    background-size: contain;
}
#footer .todd-property-logo {
	margin-bottom: -4px;
	margin-right: 10px; 
}

#main {
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	padding-top: 113px;
	min-height: 100vh;
	height: 100vh;
	width: 1200px;
}
#main > .inner {
	position: relative;
	min-height: 100%;
    padding-top: 50px;
    box-sizing: border-box;
    padding-bottom: 100px;
}
.HomePage #main > .inner {
    height: 100%;
}

.HomePage #content > footer,
.HomePage #content > header {
	display: none;
}
.HomePage #content {
	box-sizing: border-box;
	display: table;
	height: 100%;
	
	margin: 0px auto;
	background-color: transparent;
	box-shadow: none;
}

.HomePage #content > section {
	display: table-cell;
	vertical-align: middle;
    background-color: transparent;
    padding: 0;
}

.HomePage .front-page-links {
	display: block;
	float: left;
	width: 100%;
	margin-right: 15px; 
}
.HomePage .front-page-links > div {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 90px;
	margin-bottom: 15px;
	position: relative;
}
	
.HomePage .front-page-links > div > a {
	display: block;
	background-color: rgba(255, 255, 255, 0.85);
	width: 390px;
	height: 90px;
	font-size: 37px;
	font-family: FeijoaMedium, serif;
	color: #018c9b;
	line-height: 90px;
	text-align: center;
	margin-bottom: 15px; 
	float: left;
}
.HomePage .front-page-links .body {
	height: 90px;
	float: left;
	width: 450px;
	position: relative;
	left: 100vw;
	transition: left 0.8s ease;
}
.HomePage .front-page-links > div:hover .body {
	left: 0vw;
}
.HomePage .front-page-links .body a {
	width: 130px;
	height: 90px;
	color: #fff;
	display: table;
	float: left;
	background: #006b77;
	transition: background-color 0.4s ease !important;
	margin-left: 15px;
}
.HomePage .front-page-links .body a:hover {
	background: #018c9b;

}
.HomePage .front-page-links .body a span {
	display: table-cell;
	vertical-align: middle;
	width: 135px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-family: GothamMedium;
	text-align: center;
	box-sizing: border-box;
    padding: 0 15px;
}

.HomePage #content .video-link {
	box-sizing: border-box;
	display: block;
	width: 105px;
	height: 195px;
	background: #006b77 url('../images/video-play.png') no-repeat center 45px;
	color: #fff;
	font-family: GothamMedium; 
	font-size: 14px;
	float: left;
	text-transform: uppercase;
	text-align: center;
	padding: 114px 10px 0px 10px; 
	line-height: 18px;
}




/* js styles for opening animations */
.desktop.csstransitions #home-page #header {
	top: 37px;
	height: 120px;
	background-color: #018c9b;
}
.desktop.csstransitions #home-page.step0 #header {
	top: -20px;
	height: 0px;
	background-color: transparent;
}


.desktop.csstransitions #home-page.step1 #header {
	top: 37px;
	transition: top 0.8s ease;
	background-color: #018c9b;
}
.desktop.csstransitions #home-page #news-page.step1 #header {
	background-color: rgba(0, 124, 138, 0.85);
}
.desktop.csstransitions #home-page.step2 #header {
	height: 120px;
	transition: height 0.8s ease;
}

.desktop.csstransitions #home-page #header .inner {
	left: 0vw;
}
.desktop.csstransitions #home-page.step0 #header .inner {
	left: 100vw;
}


.desktop.csstransitions #home-page.step3 #header .inner {
	left: 0vw;
	transition: left 0.8s ease;
}
.desktop.csstransitions #home-page.step0 #footer {
	height: 0px;
}
.desktop.csstransitions #home-page.step3 #footer {
	height: 37px;
	transition: height 0.8s ease;
}
.desktop.csstransitions #home-page #content {
	opacity: 1;
}
.desktop.csstransitions #home-page.step0 #content {
	opacity: 0;
}

.desktop.csstransitions #home-page.step4 #content {
	opacity: 1;
	transition: opacity 0.8s ease;
}


.desktop.csstransitions #header-block {
	top: 0px;
	height: 37px;
}


.desktop.csstransitions #home-page #header-block {
	top: -20px;
	height: 0px;
	z-index: 4;
}
.desktop.csstransitions #home-page.step1 #header-block {
	top: 0px;
	height: 37px;
	transition: top 0.8s ease;
}

.desktop.csstransitions #header-block > .inner {
	left: -0vw;
}
.desktop.csstransitions #home-page #header-block > .inner {
	left: -200vw;
}
.desktop.csstransitions #home-page.step3 #header-block .inner {
	left: 0vw;
	transition: left 0.8s ease;
}



.desktop.csstransitions #header #primary-nav .submenu {
	height: 0px;
}
.desktop.csstransitions #header #primary-nav .submenu li {
	overflow: hidden;
}
.desktop.csstransitions #header #primary-nav .submenu a {
	position: relative;
}
.desktop.csstransitions #header #primary-nav .submenu li a {
	top: -43px;
	transition: top 0.8s ease;
}
.desktop.csstransitions #header #primary-nav .hover .submenu li a {
	top: 0px;
	transition: top 0.8s ease;
}
/*.csstransitions #header #primary-nav .submenu li:nth-child(3n+2) a {
	left: 100%;
	transition: left 0.8s ease;
}
.csstransitions #header #primary-nav .hover .submenu li:nth-child(3n+2) a {
	left: 0%;
	transition: left 0.8s ease;
}*/
/*.csstransitions #header #primary-nav .submenu li:nth-child(4n+3) a {
	top: 43px;
	transition: top 0.8s ease;
}
.csstransitions #header #primary-nav .hover .submenu li:nth-child(4n+3) a {
	top: 0px;
	transition: top 0.8s ease;
	transition-delay: 1.6s;
}*/
/*.csstransitions #header #primary-nav .submenu li:nth-child(3n+3) a {
	left: -100%;
	transition: left 0.8s ease;
}
.csstransitions #header #primary-nav .hover .submenu li:nth-child(3n+3) a {
	left: 0%;
	transition: left 0.8s ease;
}*/













.desktop.csstransitions #header #primary-nav .hover .submenu li:nth-child(1) a {z-index: 10; transition-delay: 0s}
.desktop.csstransitions #header #primary-nav .hover .submenu li:nth-child(2) a {z-index: 9; transition-delay: 0.4s}
.desktop.csstransitions #header #primary-nav .hover .submenu li:nth-child(3) a {z-index: 8; transition-delay: 0.8s}
.desktop.csstransitions #header #primary-nav .hover .submenu li:nth-child(4) a {z-index: 7; transition-delay: 1.2s}
.desktop.csstransitions #header #primary-nav .hover .submenu li:nth-child(5) a {z-index: 6; transition-delay: 1.6s}
.desktop.csstransitions #header #primary-nav .hover .submenu li:nth-child(6) a {z-index: 5; transition-delay: 2.0s}
.desktop.csstransitions #header #primary-nav .hover .submenu li:nth-child(7) a {z-index: 4; transition-delay: 2.4s}
.desktop.csstransitions #header #primary-nav .hover .submenu li:nth-child(8) a {z-index: 3; transition-delay: 2.8s}

.mfp-wrap .mfp-content {
	width: 0px;
	height: 0px;
    transition: height 600ms ease, width 600ms ease 600ms;
}
.mfp-ready .mfp-content {
    width: 900px;
	height: 80vh;
    transition: width 600ms ease, height 600ms ease 600ms;
}
.video-popup.mfp-ready .mfp-content {
    width: 800px;
	height: 480px;
    transition: width 600ms ease, height 600ms ease 600ms;
}
.mfp-wrap.mfp-removing .mfp-content {
	width: 0px;
	height: 0px;
    transition: height 600ms ease, width 600ms ease 600ms;
}

.mfp-wrap .mfp-content {
    overflow: hidden;
}
.mfp-ready .mfp-content {
    border: 3px solid #fff;
    overflow: auto;
    background-color: #fff;
    overflow: visible;
}
.video-popup.mfp-ready .mfp-content {
    
}

.mfp-content #main {
	padding-top: 0px; 
	min-height: 0; 
	width: auto; 
	color: #fff;
    overflow: hidden;
    height: 100%;
    z-index: 2;
}
.mfp-content #main > .inner {
	min-height: 0; 
    padding-top: 0px; 
    padding-bottom: 0px; 
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
	width: 56px;
	height: 56px;
	background-color: #006b77;
	border: 3px solid #fff;
    right: -56px;	
    top: -3px;
    opacity: 1;
    line-height: 52px;
    overflow: hidden;
	z-index: 1;
}
.mfp-close-btn-in .mfp-close:hover {
	transition: background-color 600ms ease;
	background-color: #009cad;
}
.mfp-close-btn-in.mfp-wrap .mfp-close {
	height: 0px;
	width: 0px;
	right: 0px;
}
.mfp-iframe-scaler iframe {
	z-index: 2;
}

.mfp-close-btn-in.mfp-ready .mfp-close {
	right: -56px;
	height: 56px;
	width: 56px;
    text-align: center;
    padding: 0;
	transition: height 600ms ease 600ms, width 600ms ease 600ms,
		right 600ms ease 1200ms, background 600ms ease;
}

.mfp-close-btn-in.mfp-removing .mfp-close {
	right: 0px;
	height: 0px;
	width: 0px;
	transition: all 600ms ease;
}

.close-btn {
	top: 0px;
	right: -40px;

	position: absolute;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #fff;
	background: #006b77;
	text-align: center;
	transition: background-color 0.4s ease !important;
	line-height: 38px;
	color: #fff !important;
	font-size: 28px;
}
.close-btn:hover {
	background: #009cad;

}




.ps-container:hover > .ps-scrollbar-x-rail, 
.ps-container:hover > .ps-scrollbar-y-rail {
	opacity: 1;
}
.ps-container > .ps-scrollbar-x-rail,
.ps-container > .ps-scrollbar-y-rail {
	background-color: #eee;
	border-radius: 0; 
	opacity: 1;
}
.ps-container > .ps-scrollbar-y-rail {
	margin-top: 103px; 
	right: 0px !important;
	width: 16px;
}
.ps-container > .ps-scrollbar-x-rail {
	margin-left: 5px; 
	margin-right: 5px; 
	margin-bottom: -3px; 
	height: 16px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	width: 16px;
	border-radius: 0;
	background-color: #006b77;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	height: 16px;
	border-radius: 0;
	background-color: #006b77;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, 
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
	background-color: #009cad;
}


.HomePage .mfp-wrap #content {
    background-color: #fff;
    width: 100%;
    min-height: 80vh;
    padding: 50px;
}
#content {
    font-size: 14px;
    color: #444;
    line-height: 1.4;
    width: 100%;
    position: relative;
}

#news-page .mfp-content #content,
.desktop .mfp-content #content {
    background-color: #fff;
    padding: 51px 50px 50px 50px;
    box-sizing: border-box;
}
#news-page .mfp-content #content > section {
	padding: 3px 0 0 0;
}


.mfp-content > header {
	position: absolute;
    top: -3px;
    right: -3px;
    z-index: 100;
	height: 50px;
}
.mfp-content > header h2 {
	color: #fff;
	display: block;
	background-color: #009cad;
	border: 3px solid #fff;
	line-height: 50px;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'GothamMedium';	
	top: 0px;
	right: 0px;
	height: 50px;
	width: auto;
	padding: 0 45px;
	overflow: hidden;
}
.mfp-wrap .mfp-content > header h2 {
	border-width: 0px; 
	height: 0px;
}
.mfp-ready .mfp-content > header h2 {
	height: 50px;
	border-width: 3px;
	transition: border-width 600ms ease 600ms;
	transition: height 600ms ease 1200ms;
}
.mfp-removing .mfp-content > header h2 {
	height: 0px;
	border-width: 0px;
	transition: all 600ms ease;
}

.mfp-content .NewsPage + header h2 span {
	display: none;
}



.mfp-s-ready .mfp-preloader {
	margin-top: -30px; 
}

#content > section {
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
}
#content > section.content {
    padding: 50px;
}

.NewsListPage #content > section.content,
.SectionPage #content > section.content {
    padding: 0px;
}

   
#content > section.primary-content,
#content > header {
    position: relative;
    background-color: rgba(0, 156, 173, 0.75);
}

#news-page .primary-content,
#about-page .primary-content {
	padding: 50px 200px;
}

.primary-content .important {
	text-transform: uppercase;
	font-size: 17px;
    font-family: 'GothamMedium';
}
#contact-page #content .primary-content a {
	text-transform: none;
	color: #fff;
	font-family: 'FeijoaMedium';
	font-size: 20px;
}
#contact-page #content .primary-content a:first-child {
	color: #00e5ff;
}
#contact-page #content .primary-content a:first-child:hover,
#contact-page #content .primary-content a:hover {
	color: #fff;
}
#contact-page .primary-content a:first-child {
	margin-right: 100px; 
}

#content p {
	padding-bottom: 20px;
}

#content h4 {
	font-family: FeijoaMedium, serif;
	font-size: 30px;
	padding-bottom: 20px;
	text-transform: capitalize;
}
#content h5 {
	font-family: GothamMedium, serif;
	font-size: 12px;
}
#content h5:first-letter {
	font-size: 20px;
}

/*.Page #content {
	padding: 50px;
}
.Page #content > header h2 {
	text-align: center;
    font-family: FeijoaMedium, serif;
    font-size: 30px;
    padding-bottom: 20px;
    text-transform: capitalize;
    color: #444;
}*/


#news-page #content {
	/*background-color: rgba(0, 156, 173, 0.85);*/
	background-color: rgba(0, 124, 138, 0.85);
}
#content > header {
	display: table;
	width: 100%;
}
#content > header h2 {
	display: table-cell;
	width: 100%;
	line-height: 60px;
	font-size: 44px;
	font-family: 'FeijoaMedium';
	text-align: center;
	color: #fff;
	vertical-align: middle;
	padding: 60px 50px 50px 50px;
}

.primary-content:after {
	content: ' ';
	position: absolute;
	left: 50%;
	top: -3px;
	width: 120px;
	height: 3px;
	background-color: #fff;
	margin-left: -60px;
}

.primary-content {
	padding: 45px 240px 45px 240px;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}

.preview {
	display: table;
	width: 100%;
	position: relative;
	background-color: #fff;
}
.preview-NewsPage {
    border-bottom: 20px solid rgba(0, 156, 173, 0.75);
}


.preview .content {
	display: table-cell;
	width: 33.3333333%;
	box-sizing: border-box;
	padding: 35px 40px;
}
.preview-layout-ITT .content,
.preview-layout-TTI .content {
	width: 66.666666%;
}
.preview-layout-TI .content,
.preview-layout-IT .content {
	width: 50%;
}

.preview .preview-image {
	display: table-cell;
	width: 33.3333333%;
	min-height: 100px;
	background: no-repeat center center;
	background-size: cover;	
}
.preview .preview-image[href] {
	cursor: pointer;
}
.preview-layout-IIT .preview-image-1,
.preview-layout-TII .preview-image-1 {
	width: 66.666666%;
}
.preview-layout-TI .preview-image-1,
.preview-layout-IT .preview-image-1 {
	width: 50%;
}
.preview .preview-image-2 {
	display: none;
}
.preview-layout-ITI .preview-image-2 {
	display: table-cell;
}


.preview h3 {
	font-size: 20px;
	font-family: 'FeijoaMedium';
	color: #009cad;
	padding-bottom: 20px;
}
.preview-NewsPage h3 {
	padding-bottom: 5px;
}

.preview .content .intro {
	font-size: 12px;
}
.preview .content {
	font-size: 12px;
	
}
#content .preview .content p:last-child {
	padding-bottom: 0;
}


#content .preview-NewsPage h3 a {
	color: #444;
	padding-bottom: 5px;
}
#content .preview-NewsPage .item-date {
	color: #009cad;
	font-size: 14px;
	font-family: 'GothamMedium';
	text-transform: uppercase;
}
.preview-NewsPage header {

	margin-bottom: 25px;
}
.preview-NewsPage header:after {
	content: '';
	width: 30px;
	height: 1px;
	display: block;
	background-color: #444;
}


#sales-office-preview .preview-image {
	background-size: auto auto; 
}

.mfp-bg {
	background: rgba(0, 107, 119, 0.9);
	opacity: 1;
}


#contact-page .preview h3 a {
	color: #009cad;
    font-size: 14px;
    font-family: 'GothamMedium';
    text-transform: uppercase;
}

#content .read-more a {
	position: absolute;
	top: 30px;
	right: -30px;
	width: 135px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	background-color: #009cad;
	/*box-shadow: #444 0 0 1px;*/
	text-align: center;
	font-family: 'GothamMedium';
	font-size: 12px;
	opacity: 0;
	transition: opacity 400ms ease;
	display: none;
}
#news-page #content .read-more a {
	display: block;

}
#content .preview.hover .read-more a {
	opacity: 1;
	transition: opacity 400ms ease;
	color: #fff;
}





/* IMAGES 
-------------------------------------------- */
img {
    height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */
}
img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
img.leftAlone {
    display: block;
    margin-bottom: 10px;
    clear: both;
}
img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.captionImage { width: 100%; margin-top: 5px; }
.captionImage img { margin: 0; }
  .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px;
  }
  .captionImage.right{
    float: right;
    margin: 5px 0 20px 30px;
  }
  .captionImage.left[style],
  .captionImage.right[style] {
    max-width: 50%; /* Overides core width to make responsive */
  }
  .captionImage.left img,
  .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%;
  }
  .captionImage.left img {
    margin-right: -10px;
  }
  .captionImage.right img {
    margin-left: -10px;
  }
  .captionImage.right p {
    margin-left: -10px;
    text-align: left;
    margin-left: -10px;
  }
.captionImage.leftAlone{
  float:none;
  margin: 0 20px 20px 0px;
}
.captionImage.center{
  margin: 0 auto 20px;
}
.captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}


.gallery { 
    width: 800px;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
}
.gallery .gallery-viewport {
	width: 100%;
	height: auto;
	overflow: auto;
	position: relative;
	white-space: nowrap;
	border-bottom: 3px solid #009cad;
	margin-bottom: 30px;
	padding-bottom: 30px; 
	
}
.gallery .gallery-nav {
	width: 800px;
	position: relative;
	height: 100px;
	overflow: hidden;
	border-bottom: 3px solid #009cad;
	margin-bottom: 30px;
	padding-bottom: 30px; 
}
.gallery .gallery-viewport .gallery-image {
	vertical-align: top;
	display: inline-block;
	white-space: normal;
	width: 100%;
	max-width: 100%;
	position: relative;
}
.gallery .gallery-viewport .gallery-image img {
	max-width: 100%;
}
#content .gallery .gallery-viewport .gallery-image .description {
	font-size: 12px;
	font-family: 'FeijoaMedium';
	padding: 0;
	padding-top: 20px;
	text-align: center;
}

.gallery .gallery-nav .slick-slide {
	opacity: 0.4;
	-webkit-filter: grayscale(100%); /* New WebKit */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: grayscale(100%); /* Current draft standard */
	transition: opacity 0.4s ease;
}
.gallery .gallery-nav .slick-current {
	-webkit-filter: grayscale(0%); /* New WebKit */
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%); 
	-o-filter: grayscale(0%);
	filter: none;
	filter: grayscale(0%); /* Current draft standard */
	opacity: 1;
	transition: opacity 0.4s ease;
}

.slick-slide:focus {
	outline: none !important;
}

.HouseAndLandPackagesPage #content .content {
	padding: 0; 
}


.stage-box {
	height: 410px;
	background-color: #fff;
	display: block;
	position: relative;
	border-bottom: 20px solid #15a2b2;
}
.stage-title {
	position: absolute;
	top: 30px;
	left: -15px;
	z-index: 2;
	text-transform: uppercase;
	color: #fff;
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #018c9b;
	font-size: 12px;
	font-family: 'GothamMedium';
	z-index: 1;
}
.stage-image {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 350px;
	height: 410px;
	float: left;
	background-color: #006b77;

}
.packages-box {
	box-sizing: border-box;
	width: 100%;
	padding-left: 350px;
	height: 410px;
}

.packages-box > .inner {
	position: relative;
	width: 100%;
	height: 410px;
	overflow-y: hidden;
	overflow-x: scroll;
}
.packages {
	position: relative;
	white-space: nowrap;
	/* hack to make inline-block elements sit next to each other */
	font-size: 0;
}

.package-box {
	font-size: 14px;
	position: relative;
	display: inline-block;
	/*float: left;*/
	width: 300px;
	height: 410px;
	padding: 25px;
	box-sizing: border-box;
	background-color: #fff; 
	transition: background-color 0.4s ease;
}
.package-box:hover {
	background-color: #ebebeb;
	transition: background-color 0.4s ease;
}

#content .package-brochure a {
	position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    background-color: #018c9b;
    font-size: 9px;
    font-family: 'GothamMedium';
    text-align: center;
    text-transform: uppercase;
}

.package-image {
	padding-bottom: 5px;
}

.package-cost,
.package-title {
	font-family: 'GothamMedium';
    text-transform: uppercase;
    color: #018c9b;
    font-size: 12px; 
    padding: 0px;
    margin: 0px; 
}

.package-enquiries {
	padding-top: 10px;
	padding-bottom: 10px;
	 
}
.package-enquiries a {
	display: block;
}

.no-packages-builders > h3 {
	padding-bottom: 20px; 
	padding-left: 28px;
}

#content.sections-for-sale-content > header {
	display: none;
}

#content.sections-for-sale-content {
	background-color: transparent;
	height: 100%;
	min-height: 100%;
}

.SectionsForSalePage #content > section {
	background-color: transparent;
	padding: 0px 0 0px 0;
	height: 100%;
	box-sizing: border-box;
}

.SectionsForSalePage .mfp-content #content > section {
	background-color: #fff;
}

.SectionsForSalePage #carousel {
	opacity: 0.2 !important;
}

.SectionsForSalePage #main > .inner {
	height: 100%;
	padding-bottom: 38px;

}
#masterplan,
#masterplan svg {
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

svg a:focus,
svg a:active {
	outline: none;
}


#stage-map {
	position: relative;
	overflow: hidden;
}

#stage-map > .inner {
	display: block;
	position: relative;
	height: 1600px;
	width: 2220px;
	top: 0px;
	left: 0px;
	transition: all 0.4s ease;
}

#stage-map svg {
	display: block;
	height: 1600px;
	width: 2220px;
}
#stage-map[stage-id="7"] > .inner {
	top: -630px;
	left: -1360px;	
}
#stage-map[stage-id="8"] > .inner {
	top: -570px;
	left: -1670px;	
}
#stage-map[stage-id="9"] > .inner {
	top: -540px;
	left: -970px;	
}
#stage-map[stage-id="10"] > .inner {
	top: -540px;
	left: -1050px;	
}
#stage-map[stage-id="11"] > .inner {
	top: -250px;
	left: -750px;	
}

#stage-pages {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background-color: red;
	position: absolute;
	top: 0;
	
	transition: left 800ms ease;
}
#stage-pages.active {
	left: 0vw;
	transition: left 800ms ease;
}

#stage-nav {
	width: 500px;
	height: 170px;
	position: relative;
	font-size: 12px;
	font-family: 'GothamMedium';
	padding-top: 60px;
	padding-bottom: 40px;
}
#stage-nav a.minimap {
	display: inline-block;
	background-color: #fff;
	width: 225px;
	height: 160px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#stage-nav a.minimap span {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: opacity 0.4s ease;
}
#stage-nav a.minimap span.active {
	opacity: 1;
	transition: opacity 0.4s ease;
}

#stage-nav ul,
#stage-nav li,
#stage-nav a,
#stage-nav label {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
}
#stage-nav label {
	padding-left: 25px;
}
#stage-nav a {
	padding: 8px 8px 2px 8px;
}
#stage-nav a:hover {
	color: #009cad;
}

#msg-no-packages-available {
	font-size: 14px;
	margin: 30px auto;
	color: #006b77;
	display: none;
}
#msg-no-packages-available:first-child {
	display: block;
}


#stage-lots .ps-container > .ps-scrollbar-y-rail {
	margin-top: 50px;
}

.page-loading #header .inner:after {
	content: '';
	display: block;
	position: absolute;
	top: 17px;
    left: 50%;
	width: 48px;
	height: 48px;
	background: url('../images/loading-48.gif') no-repeat center center; 
}

#sidebar-stages {
	position: absolute;
	top: 90px;
	right: 0px;
	width: 200px;
	height: 120px;
	text-align: right;
	color: #fff;
	font-family: 'GothamMedium';
	overflow: hidden;
	z-index: 2;
}
#sidebar-stages .stage-info {
	position: absolute;
	top: 0px;
	right: -200px;
	opacity: 0;
	transition: opacity 400ms ease,
		right 400ms ease 400ms;
}
#sidebar-stages .stage-info.active {
	right: 0px;
	opacity: 1;
	transition: opacity 400ms ease 400ms, 
		right 400ms ease 400ms;
}
#sidebar-stages .stage-info h3 a {
	display: block;
	font-size: 32px;
	font-family: 'FeijoaMedium';
	padding-bottom: 10px;
	color: #fff;
}
#sidebar-stages .stage-info h3 a:hover {
	color: #fff;
}
#sidebar-stages .stage-info p {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5;
}

.stage-lot-boxs {
	position: relative;
	display: block;
	width: 100%;
}


.stage-lot-box {
	display: block;
	width: 567px;
	left: 50%;
	margin-left: -283px;
	vertical-align: middle;
	background-color: #018c9b;
	box-shadow: #444 0 0 15px;
	position: relative;
	top: 50px;
	height: 570px;
	padding-top: 50px;
}
.stage-lots-info {
	width: 100%;
	padding: 0px 0px;
    box-sizing: border-box;
	transition: opacity 0.4s ease;
}
.stage-lots-info.active {
	left: 0%;
	opacity: 1;
	transition: left 0.4s ease 0.4s;
}
.stage-lots-info .inner {
	position: relative;
	width: 100%;
	color: #fff;
}
.stage-lots-info h3 {
	text-transform: uppercase;
	font-size: 20px;
}

#stage-lots .header {
	display: block;
	position: relative;
	padding-left: 50px;
	z-index: 1;
}
#stage-lots .header a {
	display: inline-block;
	float: left;
	border: 1px solid #fff;
	white-space: nowrap;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 30px;
	padding-left: 40px;
	border-top-right-radius: 12px; 
	background: #018c9b;
	transition: background 0.4s ease;
	position: relative;
	font-family: GothamMedium;
	font-size: 14px;
}
#stage-lots .header a:hover,
#stage-lots .header a.active {
	background: #006b77;
}
#stage-lots .header a:first-child {
	margin-right: -20px;
	padding-left: 20px;
	z-index: 1;
}

.lot-info-table {
	width: 100%;
	border: 1px solid #fff;
	border-top: none;
	margin-bottom: 32px;
	transition: border-color 0.4s ease;
}

.lot-info-table thead th {
	width: 25%;
	height: 32px;
	vertical-align: middle;
	background-color: #fff;
	color: #018c9b;
	text-transform: uppercase;
	border-left: 1px solid #018c9b; 
	font-family: 'GothamMedium';
	transition: color 0.4s ease,
		background-color 0.4s ease;
}
.lot-info-table thead th:first-child {
	border-left: none; 
}
.sold .lot-info-table thead th {
	background-color: #aaa !important;
}
.sold .lot-info-table {
	border-color: #aaa !important;
}
.sold .lot-info-table .description {
	color: #aaa !important;
}

.stage-lots-info .active .lot-info-table {
	border-color: #006b77;
	transition: border-color 0.4s ease;
}
.stage-lots-info .active .lot-info-table thead th {
	background-color: #006b77;
	color: #fff;
	transition: color 0.4s ease,
		background-color 0.4s ease;
}

.lot-info-table th {
	height: 32px;
	text-align: center;
}
.lot-info-table .size {
	text-transform: none;
}
.lot-info-table .description {
    padding: 10px 30px;
}

#stage-lots .tab-panels {
	position: relative;
	top: 0px;
	left: 50px;
	width: 467px;
	height: 530px;
	overflow: hidden;
}
#stage-lots .tab-panel {
	position: absolute;
	top: 0;
	left: 100vw;
	height: 530px;
	width: 467px;
	transition: left 0.4s ease;
}
#stage-lots .tab-panel.active {
	left: 0;
}

#stage-lots #content-house-and-land-packages {
	padding: 30px 30px;
	font-size: 12px;
	font-family: GothamBook;
	color: #fff;
	background: #006b77;
	border: 1px solid #fff;
	height: 350px;
	box-sizing: border-box;
}

#content-house-and-land-packages h4,
#content-house-and-land-packages h3 {
	color: #fff;
	font-family: GothamMedium;
	text-transform: uppercase;
	font-size: 14px;
}
#content-house-and-land-packages h4 {
	padding-bottom: 10px; 
}
#content-house-and-land-packages label {
	font-family: GothamMedium;
	display: inline-block;
	width: 15px;
}
#content-house-and-land-packages a {
	color: #fff;
}
#content-house-and-land-packages a:hover {
	color: #009cad;
}


/*

default 
stroke: #1386b9
fill: #0b6f82;
fill-opacity: 1;
*/



/*#stage-map[stage-id="7"] #Stage_7,
#stage-map[stage-id="7"] #Stage_7_Lots,
#masterplan .stage_7 {
	stroke: #33b34a;
	fill: #33b34a;
	fill-opacity: 0.2;
	transition: fill-opacity .4s ease;
}

*/
#masterplan .stage_7:hover {
	transition: fill-opacity .4s ease;
	fill-opacity: 0.8;
    fill: #1386b9;
}





#stage-map[stage-id="8"] #Stage_8,
#stage-map[stage-id="8"] #Stage_8_Lots,
#masterplan .stage_8 {
	stroke: #9799cb;
	fill: #9799cb;
	fill-opacity: 0.2;
	transition: fill-opacity .4s ease;
}
#masterplan #Stage_8:hover .stage_8 {
	transition: fill-opacity .4s ease;
	fill-opacity: 0.8;
}



/*#stage-map[stage-id="9"] #Stage_9,
#stage-map[stage-id="9"] #Stage_9_Lots,
#masterplan .stage_9 {
	stroke: #facee1;
	fill: #facee1;
	fill-opacity: 0.2;
	transition: fill-opacity .4s ease;
}
*/
#masterplan .stage_9:hover {
	transition: fill-opacity .4s ease;
	fill-opacity: 0.8;
    fill: #1386b9;
}


#stage-map[stage-id="10"] #Stage_10,
#stage-map[stage-id="10"] #Stage_10_Lots,
#masterplan .stage_10 {
	stroke: #dce249;
	fill: #dce249;
	fill-opacity: 0.2;
	transition: fill-opacity .4s ease;
}
#masterplan #Stage_10:hover .stage_10 {
	transition: fill-opacity .4s ease;
	fill-opacity: 0.8;
}


#stage-map[stage-id="11"] #Stage_11,
#stage-map[stage-id="11"] #Stage_11_Lots,
#masterplan .stage_11 {
	stroke: #ee2f6b;
	fill: #ee2f6b;
	fill-opacity: 0.2;
	transition: fill-opacity .4s ease;
}
#masterplan .stage_11:hover {
	transition: fill-opacity .4s ease;
	fill-opacity: 0.8;
}


#masterplan a.sold_out {
	cursor: default;
}

#masterplan .stage_5,
#masterplan .stage_6,
#masterplan .stages_1_to_4 {
	stroke: #1386b9;
	fill: #1386b9;
	fill-opacity: 0.2;
	transition: fill-opacity .4s ease;
}
#masterplan .stage_5:hover,
#masterplan .stage_6:hover,
#masterplan .stages_1_to_4:hover {
	transition: fill-opacity .4s ease;
	fill-opacity: 0.8;
}

.no-lots-for-stage-msg {
	color: #fff;
}




#stage-map[stage-id="7"] #Stage_7_Lots a:hover,
#stage-map[stage-id="7"] #Stage_7_Lots a.active,
#stage-map[stage-id="8"] #Stage_8_Lots a:hover,
#stage-map[stage-id="8"] #Stage_8_Lots a.active,
#stage-map[stage-id="9"] #Stage_9_Lots a:hover,
#stage-map[stage-id="9"] #Stage_9_Lots a.active,
#stage-map[stage-id="10"] #Stage_10_Lots a:hover,
#stage-map[stage-id="10"] #Stage_10_Lots a.active,
#stage-map[stage-id="11"] #Stage_11_Lots a:hover,
#stage-map[stage-id="11"] #Stage_11_Lots a.active {
	fill-opacity: 0.8;
}

#content #stage-lots .tab-panel > h4 {
	display: none;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-family: GothamMedium;
	text-transform: uppercase;  
}

/*
svg #Stage_7, 
svg #Stage_7 *,
svg #Stage_7_Lots,

svg #Stage_8,
svg #Stage_8 *,
svg #Stage_8_Lots,

svg #Stage_9 path,
svg #Stage_9_Lots,

svg #Stage_10 path,
svg #Stage_10_Lots,

svg #Stage_11 path,
svg #Stage_11_lots,*/

#masterplan .lot_numbers {
	fill: #fff;
	fill-opacity: 0;
}



#stage-map .lot_numbers {
	fill-opacity: 0;
}
#stage-map .stage_outline {
	fill-opacity: 1;
}
#stage-map .lots {
	fill-opacity: 0;
}

#stage-map[stage-id="7"] #stage_7_lot_numbers,
#stage-map[stage-id="8"] #stage_8_lot_numbers,
#stage-map[stage-id="9"] #stage_9_lot_numbers,
#stage-map[stage-id="10"] #stage_10_lot_numbers,
#stage-map[stage-id="11"] #stage_11_lot_numbers {
	fill-opacity: 1;
}

/*
#stage-map .stage_outline {
	stroke: #1386b9;
	fill: #0b6f82;
	fill-opacity: 1;
}*/

#content.enquiry-form-content form {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 100%;
}

#content.enquiry-form-content form.loading:after {
	content: ' ';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9) url('../images/loading-48-dark.gif') no-repeat center center; 
	/*background: rgba(0, 107, 119, 0.9) url('../images/loading-48.gif') no-repeat center center; */
}

#content.enquiry-form-content form .field {
	position: relative;
	width: 50%;
	float: left;
	
	box-sizing: border-box;
}
#content.enquiry-form-content form .field.textarea {
	width: 100%;
}

#content.enquiry-form-content form .field label {
	display: none;
}
#content.enquiry-form-content form .field input,
#content.enquiry-form-content form .field textarea {
	width: 100%;
	line-height: 24px;
	height: 32px;
	background-color: #006b77;
	padding: 4px 8px;
    box-sizing: border-box;
	border: 2px solid #fff;
	color: #fff;
}
#content.enquiry-form-content form .field textarea {
	height: 300px;
	line-height: 18px;
}
#content.enquiry-form-content form input:hover,
#content.enquiry-form-content form textarea:hover,
#content.enquiry-form-content form input:focus,
#content.enquiry-form-content form textarea:focus {
	background-color: #018c9b; 
	outline: none;
}
#content.enquiry-form-content form .field input.error,
#content.enquiry-form-content form .field textarea.error {
	color: #fbb; 
}
#content.enquiry-form-content form .Actions {
	position: relative;
	width: 50%;
	float: right;
	text-align: right;
	top: -82px;
    margin-bottom: -82px;
}
#content.enquiry-form-content form .Actions input {
	border: 2px solid #fff;
	width: 50%;
	text-align: center;
	height: 36px;
	background-color: #006b77; 
	color: #fff;
	text-transform: uppercase;
}

#EnquiryFormLotNumber,
#EnquiryFormStageNumber,
#EnquiryFormFormType,
#content.enquiry-form-content form .error-container {
	display: none !important;
}

#UserForm_Form_EnquiryFormHeading {
	color: #009cad;
	font-size: 24px;
	font-family: 'FeijoaMedium';
	padding: 10px 3px;
}
#contact-page #UserForm_Form_EnquiryFormHeading {
	display: none;
}


#uff {
	padding-top: 100px; 
}

#mobile-nav {
	display: none;
}
#mobile-nav-button {
	display: none;
}

.stage-lot-info-heading,
.stage-lot-info-image {
	display: none;
}

.read-more-mobile-link {
	display: none;
}



@media only screen and (max-width: 1200px){
	#footer > .inner p {
		white-space: normal;
		line-height: 10px;
		width: 50%;
	    padding-top: 7px;
    	padding-left: 5px;
	}

	#footer .copyright {
		line-height: 30px;
		text-align: right;
		padding-top: 13px; 
	    right: 5px;
    	top: 5px;
	}
	#footer .todd-property-logo {
		position: absolute;
	    top: 7px;
	    left: 7px;
	}

	.mfp-ready .mfp-content {
    	width: 800px;
	}

	#header #primary-nav {
		padding-left: 0;
	}

	#header-block > .inner,
	#header .inner,
	#main {
		max-width: 100%;
	}

	#header #primary-nav > ul > li {
		margin-left: 30px;
	}

	#sidebar-stages {
		right: 20px;
	}
	#content .read-more a {
		right: 0px;
	}
	.gallery .gallery-nav, 
	.gallery {
    	width: 700px;
	}
	#stage-nav {
	    padding-left: 10px;
	}
	.stage-lot-boxs {
	    height: 500px;
	}
	
	#stage-map svg {
        height: 1500px;
	    width: 2090px;
	}
	#stage-map[stage-id="8"] > .inner {
	    left: -1600px;
	}
}



/* mobile */
@media only screen and (max-width: 960px){
	
	#UserForm_Form_EnquiryFormHeading,
	#mobile-nav .todd-property-logo,
	#header .inner:before,
	#footer,
	#primary-nav,
	#header-block {
		display: none;
	}
	#header {
		top: 0px;
		height: 50px;
	}
	#header .inner {
		border-left: none;
	}
	#header h1 {
		width: 120px;
		padding: 0;
	    margin-left: 10px;
	}
	#header h1 a {
		background-position: center center 
	}


	.HomePage #content {
		width: 100%;
	}

	.HomePage #content p.front-page-links {
		width: 80%;
		margin: 0 auto; 
		float: none;
		padding: 0; 
	}

	.front-page-links a {
	    font-size: 20px;
	}

	.HomePage #content .video-link {
		width: 80%;
		height: 90px;
		margin: 0 auto;
		float: none;
		padding: 0;
		background-position: center 30px;
	    line-height: 38px;
	}

	#main {
		padding-top: 50px; 
	}

	#main > .inner {
		padding-top: 0; 
		padding-bottom: 0; 
	}

	#mobile-nav-button {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 50px;
		height: 50px;
		color: #fff;
		line-height: 50px;
		text-align: center;
	    font-size: 21px;
	}



	#mobile-nav {
		display: block;
		position: absolute;
		top: 0px;
		left: 100%;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		/*background: #fff; */
	}


	#carousel { 
		position: absolute;
	}	

	body,
	.mobile-menu-hidden body,
	.mobile-menu-hiding body {
		overflow-y: hidden;
	    overflow-x: hidden;
		left: 0%;
		transition: all 0.4s ease;
		margin-right: 0px;
	}
	.mobile-menu-hiding body {
		left: 0%;
		overflow-y: visible;
		overflow-x: visible;
	}
	#header {
		left: 0%;
		transition: all 0.4s ease;
	}
	.mobile-menu-shown body,
	.mobile-menu-showing body {
		overflow-x: visible;
		overflow-y: visible;
		left: -100%;
		transition: all 0.4s ease;
		margin-left: 50px;
	}
	.mobile-menu-showing #header,
	.mobile-menu-shown #header {
		left: -100%;
		transition: all 0.4s ease;
		margin-left: 50px;
	}
	#mobile-nav {
		margin-left: 50px;
		
	}

	#mobile-nav > header {
		position: relative;
		display: block;
		width: 100%;
		height: 56px;
		border: 3px solid #fff;
		background: rgba(0, 156, 173, 0.75);
		box-sizing: border-box;
	}
	#mobile-nav > header a {
		display: block;
		box-sizing: border-box;
		float: left;
		width: 33.33%;
		text-align: center;
		line-height: 50px;
		font-size: 24px;
		color: #fff;
		border-right: 3px solid #fff; 
	}
	#mobile-nav > header a:last-child {
		border-right: none; 

	}
	#mobile-nav > header a.phone {
		font-size: 32px;
	}


	#mobile-nav > section {
		position: relative;
		display: block;
		width: 100%;
		border-left: 3px solid #fff;
		border-right: 3px solid #fff;
		/*border-bottom: 3px solid #fff;*/
		background: #006b77;
		box-sizing: border-box;
	}
	#mobile-nav > section .menu a {
		position: relative;
		display: block;
		height: 40px;
		line-height: 40px;
		width: 100%;
		border-bottom: 3px solid #fff;
		box-sizing: border-box;
		color: #fff;
		text-transform: uppercase;
		padding-left: 20px;
		font-size: 12px;

	}
	#mobile-nav > section .menu .current a {
		background: #00909f;
	}

	#mobile-nav > footer {
		font-size: 10px;
		color: #eee;
		padding: 80px 40px 50px 0px;
	}
	#mobile-nav > footer a {
		color: #eee;
	}
	#mobile-nav > footer .copyright {
		padding-top: 10px;
	}

	#content > header h2 {
		line-height: 30px;
    	font-size: 24px;
	    padding: 30px 30px 30px 30px;
	}
	#content > header h2 br {
		display: none;
	}
	#content > section {
		padding: 30px;
	}

	#news-page .primary-content, 
	#about-page .primary-content {
		padding: 30px;
	}
	#container {
	    height: 100%;
    	overflow: auto;
    	-webkit-overflow-scrolling: touch;
	}
	.preview .preview-image {
		display: none;
	}
	.preview .content {
		display: block;
		width: 100%;
		padding: 30px;
	}
	.preview {
		border-bottom: 20px solid rgba(0, 156, 173, 0.75);
	}

	.gallery .gallery-nav {
		display: none;
	}
	.gallery .gallery-viewport .gallery-image {
		display: block;
		background: #fff;
		box-shadow: #444 0 0 5px;
		padding: 10px;
		box-sizing: border-box;
		margin-bottom: 10px;

	}
	.gallery .gallery-viewport {
		padding: 5px;
	}

	.gallery {
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
	#content .gallery .gallery-viewport .gallery-image .description {
		text-align: center;
	}

	#content.enquiry-form-content form .Actions {
		top: 0;
		margin-bottom: 0;
		width: auto;
	}
	#content.enquiry-form-content form .Actions input {
		width: auto;
		padding: 0 20px;	
	}
	#UserForm_Form_EditableTextField_76988_Holder {
		width: 100%;
		overflow: hidden; 
	}
	#content.enquiry-form-content form .field {
		width: 100%;
	}


	#house-and-land-packages-page .stage-image {
		display: none;
	}

	.stage-box {
		height: auto;
		border-bottom: none;
	}
	.packages-box {
		padding-left: 0;
		height: auto;
	}
	.packages-box > .inner {
		height: auto;
		overflow: visible;
	}
	.packages {
		white-space: normal;
	}
	.stage-title {
    	position: relative;
    	top: 20px;
    	margin-bottom: 20px;
    	width: 100%; 
    	left: 0;
	}
	.package-box {
		display: block;
		width: 100%;
		height: auto;
	}
	.package-box:nth-child(odd){
	    background-color: #ebebeb;
	}
	#sections-for-sale-page #content .content {
		display: none;
	}
	#stage-pages {
		left: 0;
		position: relative;
	}
	#stage-map,
	#stage-nav {
		display: none;
	}
	.stage-lot-box {
		width: auto;
		top: 0;
		left: 0;
		margin-left: 0;
		height: auto;
	    background-color: #018c9b;
    	box-shadow: none;
	}
	#stage-lots .header {
		display: none;
	}
	#stage-lots .close-btn {
		display: none;
	}
	#stage-lots .tab-panels {
		left: 2.5%;
		width: 95%;
		overflow: visible;
		height: auto;
		padding-bottom: 50px;
	}
	#stage-lots .tab-panel {
		width: 100%;
		left: 0;
		height: auto;
	}
	#content #stage-lots .tab-panel > h4 {
		display: block;
	}
	#stage-lots .tab-panel {
		position: relative;
	}
	.stage-lot-boxs {
		width: 100%;
	}
	.stage-lot-info-image {
		display: block;
	}
	.stage-lot-info-image img {
		width: 100%;
    	height: auto;
	}
	.stage-lots-info {
		
	}
	.stage-lot-info-heading {
		display: block;
	    background: #006b77;
	    margin-left: -30px;
	    margin-right: -30px;
	    padding: 5px;
	    text-align: center;
	    text-transform: uppercase;
	    margin-bottom: 20px;
	}
	.stage-lots-info.sold-out {
		display: none;
	}
	.lot-info-table thead th {
		font-size: 12px;
	}
	.no-lots-for-stage-msg {
		padding-top: 20px; 
	}

	#news-page .read-more-mobile-link {
		padding-top: 20px;
    	display: block;
	}
	#about-page .read-more-mobile-link {
		display: none;
	}
	.HomePage .front-page-links {
		padding-top: 50px;
	}

	.HomePage .front-page-links .body {
		left: 0;
		float: none;
		text-align: center;
		width: auto;
		height: auto;
	}
	.HomePage .front-page-links .body a {
		display: inline-block;
		float: none;
		padding: 15px;
		box-sizing: border-box;
	}
	.HomePage .front-page-links > div {
		overflow: visible;
		height: auto;
	}
	.HomePage .front-page-links > div > a {
		float: none;
	    width: 90%;
	    margin-left: 5%;
	    font-size: 28px;
	}

	.HomePage .front-page-links .body a span {
		padding: 0;
	}

}

/* hack for recaptcha */
@media only screen and (max-width: 370px){
	.field.recaptcha iframe {
		transform:scale(0.85);
		transform-origin:0 0;
	}
}



