/**
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 TemPlaza.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       TemPlaza
 * @Link:         http://templaza.com
 *------------------------------------------------------------------------------
 */
/*!
 *  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/fontawesome-webfont.eot?v=4.5.0');
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../../../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../../../fonts/FontAwesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

ul.sigProClassic {
    margin: 8px auto !important;
    padding: 8px 0 0 52px !important;
    }

ul.sigProClassic li.sigProThumb {
    float: left;
    margin: 10px;
    padding: 0;
    list-style: none !important;
    background: #fff !important;
    }

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    border: none !important;
    box-shadow: none !important;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  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: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper: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";
}
@font-face {
  font-family: 'icomoon';
  src: url('../../../fonts/icomoon/icomoon.eot?-b1fdqe');
  src: url('../../../fonts/icomoon/icomoon.eot?#iefix-b1fdqe') format('embedded-opentype'), url('../../../fonts/icomoon/icomoon.woff?-b1fdqe') format('woff'), url('../../../fonts/icomoon/icomoon.ttf?-b1fdqe') format('truetype'), url('../../../fonts/icomoon/icomoon.svg?-b1fdqe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-home2:before {
  content: "\e601";
}
.icon-home3:before {
  content: "\e602";
}
.icon-office:before {
  content: "\e603";
}
.icon-newspaper:before {
  content: "\e604";
}
.icon-pencil:before {
  content: "\e605";
}
.icon-pencil2:before {
  content: "\e606";
}
.icon-quill:before {
  content: "\e607";
}
.icon-pen:before {
  content: "\e608";
}
.icon-blog:before {
  content: "\e609";
}
.icon-droplet:before {
  content: "\e60a";
}
.icon-paint-format:before {
  content: "\e60b";
}
.icon-image:before {
  content: "\e60c";
}
.icon-image2:before {
  content: "\e60d";
}
.icon-images:before {
  content: "\e60e";
}
.icon-camera:before {
  content: "\e60f";
}
.icon-music:before {
  content: "\e610";
}
.icon-headphones:before {
  content: "\e611";
}
.icon-play:before {
  content: "\e612";
}
.icon-film:before {
  content: "\e613";
}
.icon-camera2:before {
  content: "\e614";
}
.icon-dice:before {
  content: "\e615";
}
.icon-pacman:before {
  content: "\e616";
}
.icon-spades:before {
  content: "\e617";
}
.icon-clubs:before {
  content: "\e618";
}
.icon-diamonds:before {
  content: "\e619";
}
.icon-pawn:before {
  content: "\e61a";
}
.icon-bullhorn:before {
  content: "\e61b";
}
.icon-connection:before {
  content: "\e61c";
}
.icon-podcast:before {
  content: "\e61d";
}
.icon-feed:before {
  content: "\e61e";
}
.icon-book:before {
  content: "\e61f";
}
.icon-books:before {
  content: "\e620";
}
.icon-library:before {
  content: "\e621";
}
.icon-file:before {
  content: "\e622";
}
.icon-profile:before {
  content: "\e623";
}
.icon-file2:before {
  content: "\e624";
}
.icon-file3:before {
  content: "\e625";
}
.icon-file4:before {
  content: "\e626";
}
.icon-copy:before {
  content: "\e627";
}
.icon-copy2:before {
  content: "\e628";
}
.icon-copy3:before {
  content: "\e629";
}
.icon-paste:before {
  content: "\e62a";
}
.icon-paste2:before {
  content: "\e62b";
}
.icon-paste3:before {
  content: "\e62c";
}
.icon-stack:before {
  content: "\e62d";
}
.icon-folder:before {
  content: "\e62e";
}
.icon-folder-open:before {
  content: "\e62f";
}
.icon-tag:before {
  content: "\e630";
}
.icon-tags:before {
  content: "\e631";
}
.icon-barcode:before {
  content: "\e632";
}
.icon-qrcode:before {
  content: "\e633";
}
.icon-ticket:before {
  content: "\e634";
}
.icon-cart:before {
  content: "\e635";
}
.icon-cart2:before {
  content: "\e636";
}
.icon-cart3:before {
  content: "\e637";
}
.icon-coin:before {
  content: "\e638";
}
.icon-credit:before {
  content: "\e639";
}
.icon-calculate:before {
  content: "\e63a";
}
.icon-support:before {
  content: "\e63b";
}
.icon-phone:before {
  content: "\e63c";
}
.icon-phone-hang-up:before {
  content: "\e63d";
}
.icon-address-book:before {
  content: "\e63e";
}
.icon-notebook:before {
  content: "\e63f";
}
.icon-envelope:before {
  content: "\e640";
}
.icon-pushpin:before {
  content: "\e641";
}
.icon-location:before {
  content: "\e642";
}
.icon-location2:before {
  content: "\e643";
}
.icon-compass:before {
  content: "\e644";
}
.icon-map:before {
  content: "\e645";
}
.icon-map2:before {
  content: "\e646";
}
.icon-history:before {
  content: "\e647";
}
.icon-clock:before {
  content: "\e648";
}
.icon-clock2:before {
  content: "\e649";
}
.icon-alarm:before {
  content: "\e64a";
}
.icon-alarm2:before {
  content: "\e64b";
}
.icon-bell:before {
  content: "\e64c";
}
.icon-stopwatch:before {
  content: "\e64d";
}
.icon-calendar:before {
  content: "\e64e";
}
.icon-calendar2:before {
  content: "\e64f";
}
.icon-print:before {
  content: "\e650";
}
.icon-keyboard:before {
  content: "\e651";
}
.icon-screen:before {
  content: "\e652";
}
.icon-laptop:before {
  content: "\e653";
}
.icon-mobile:before {
  content: "\e654";
}
.icon-mobile2:before {
  content: "\e655";
}
.icon-tablet:before {
  content: "\e656";
}
.icon-tv:before {
  content: "\e657";
}
.icon-cabinet:before {
  content: "\e658";
}
.icon-drawer:before {
  content: "\e659";
}
.icon-drawer2:before {
  content: "\e65a";
}
.icon-drawer3:before {
  content: "\e65b";
}
.icon-box-add:before {
  content: "\e65c";
}
.icon-box-remove:before {
  content: "\e65d";
}
.icon-download:before {
  content: "\e65e";
}
.icon-upload:before {
  content: "\e65f";
}
.icon-disk:before {
  content: "\e660";
}
.icon-storage:before {
  content: "\e661";
}
.icon-undo:before {
  content: "\e662";
}
.icon-redo:before {
  content: "\e663";
}
.icon-flip:before {
  content: "\e664";
}
.icon-flip2:before {
  content: "\e665";
}
.icon-undo2:before {
  content: "\e666";
}
.icon-redo2:before {
  content: "\e667";
}
.icon-forward:before {
  content: "\e668";
}
.icon-reply:before {
  content: "\e669";
}
.icon-bubble:before {
  content: "\e66a";
}
.icon-bubbles:before {
  content: "\e66b";
}
.icon-bubbles2:before {
  content: "\e66c";
}
.icon-bubble2:before {
  content: "\e66d";
}
.icon-bubbles3:before {
  content: "\e66e";
}
.icon-bubbles4:before {
  content: "\e66f";
}
.icon-user:before {
  content: "\e670";
}
.icon-users:before {
  content: "\e671";
}
.icon-user2:before {
  content: "\e672";
}
.icon-users2:before {
  content: "\e673";
}
.icon-user3:before {
  content: "\e674";
}
.icon-user4:before {
  content: "\e675";
}
.icon-quotes-left:before {
  content: "\e676";
}
.icon-busy:before {
  content: "\e677";
}
.icon-spinner:before {
  content: "\e678";
}
.icon-spinner2:before {
  content: "\e679";
}
.icon-spinner3:before {
  content: "\e67a";
}
.icon-spinner4:before {
  content: "\e67b";
}
.icon-spinner5:before {
  content: "\e67c";
}
.icon-spinner6:before {
  content: "\e67d";
}
.icon-binoculars:before {
  content: "\e67e";
}
.icon-search:before {
  content: "\e67f";
}
.icon-zoomin:before {
  content: "\e680";
}
.icon-zoomout:before {
  content: "\e681";
}
.icon-expand:before {
  content: "\e682";
}
.icon-contract:before {
  content: "\e683";
}
.icon-expand2:before {
  content: "\e684";
}
.icon-contract2:before {
  content: "\e685";
}
.icon-key:before {
  content: "\e686";
}
.icon-key2:before {
  content: "\e687";
}
.icon-lock:before {
  content: "\e688";
}
.icon-lock2:before {
  content: "\e689";
}
.icon-unlocked:before {
  content: "\e68a";
}
.icon-wrench:before {
  content: "\e68b";
}
.icon-settings:before {
  content: "\e68c";
}
.icon-equalizer:before {
  content: "\e68d";
}
.icon-cog:before {
  content: "\e68e";
}
.icon-cogs:before {
  content: "\e68f";
}
.icon-cog2:before {
  content: "\e690";
}
.icon-hammer:before {
  content: "\e691";
}
.icon-wand:before {
  content: "\e692";
}
.icon-aid:before {
  content: "\e693";
}
.icon-bug:before {
  content: "\e694";
}
.icon-pie:before {
  content: "\e695";
}
.icon-stats:before {
  content: "\e696";
}
.icon-bars:before {
  content: "\e697";
}
.icon-bars2:before {
  content: "\e698";
}
.icon-gift:before {
  content: "\e699";
}
.icon-trophy:before {
  content: "\e69a";
}
.icon-glass:before {
  content: "\e69b";
}
.icon-mug:before {
  content: "\e69c";
}
.icon-food:before {
  content: "\e69d";
}
.icon-leaf:before {
  content: "\e69e";
}
.icon-rocket:before {
  content: "\e69f";
}
.icon-meter:before {
  content: "\e6a0";
}
.icon-meter2:before {
  content: "\e6a1";
}
.icon-dashboard:before {
  content: "\e6a2";
}
.icon-hammer2:before {
  content: "\e6a3";
}
.icon-fire:before {
  content: "\e6a4";
}
.icon-lab:before {
  content: "\e6a5";
}
.icon-magnet:before {
  content: "\e6a6";
}
.icon-remove:before {
  content: "\e6a7";
}
.icon-remove2:before {
  content: "\e6a8";
}
.icon-briefcase:before {
  content: "\e6a9";
}
.icon-airplane:before {
  content: "\e6aa";
}
.icon-truck:before {
  content: "\e6ab";
}
.icon-road:before {
  content: "\e6ac";
}
.icon-accessibility:before {
  content: "\e6ad";
}
.icon-target:before {
  content: "\e6ae";
}
.icon-shield:before {
  content: "\e6af";
}
.icon-lightning:before {
  content: "\e6b0";
}
.icon-switch:before {
  content: "\e6b1";
}
.icon-powercord:before {
  content: "\e6b2";
}
.icon-signup:before {
  content: "\e6b3";
}
.icon-list:before {
  content: "\e6b4";
}
.icon-list2:before {
  content: "\e6b5";
}
.icon-numbered-list:before {
  content: "\e6b6";
}
.icon-menu:before {
  content: "\e6b7";
}
.icon-menu2:before {
  content: "\e6b8";
}
.icon-tree:before {
  content: "\e6b9";
}
.icon-cloud:before {
  content: "\e6ba";
}
.icon-cloud-download:before {
  content: "\e6bb";
}
.icon-cloud-upload:before {
  content: "\e6bc";
}
.icon-download2:before {
  content: "\e6bd";
}
.icon-upload2:before {
  content: "\e6be";
}
.icon-download3:before {
  content: "\e6bf";
}
.icon-upload3:before {
  content: "\e6c0";
}
.icon-globe:before {
  content: "\e6c1";
}
.icon-earth:before {
  content: "\e6c2";
}
.icon-link:before {
  content: "\e6c3";
}
.icon-flag:before {
  content: "\e6c4";
}
.icon-attachment:before {
  content: "\e6c5";
}
.icon-eye:before {
  content: "\e6c6";
}
.icon-eye-blocked:before {
  content: "\e6c7";
}
.icon-eye2:before {
  content: "\e6c8";
}
.icon-bookmark:before {
  content: "\e6c9";
}
.icon-bookmarks:before {
  content: "\e6ca";
}
.icon-brightness-medium:before {
  content: "\e6cb";
}
.icon-brightness-contrast:before {
  content: "\e6cc";
}
.icon-contrast:before {
  content: "\e6cd";
}
.icon-star:before {
  content: "\e6ce";
}
.icon-star2:before {
  content: "\e6cf";
}
.icon-star3:before {
  content: "\e6d0";
}
.icon-heart:before {
  content: "\e6d1";
}
.icon-heart2:before {
  content: "\e6d2";
}
.icon-heart-broken:before {
  content: "\e6d3";
}
.icon-thumbs-up:before {
  content: "\e6d4";
}
.icon-thumbs-up2:before {
  content: "\e6d5";
}
.icon-happy:before {
  content: "\e6d6";
}
.icon-happy2:before {
  content: "\e6d7";
}
.icon-smiley:before {
  content: "\e6d8";
}
.icon-smiley2:before {
  content: "\e6d9";
}
.icon-tongue:before {
  content: "\e6da";
}
.icon-tongue2:before {
  content: "\e6db";
}
.icon-sad:before {
  content: "\e6dc";
}
.icon-sad2:before {
  content: "\e6dd";
}
.icon-wink:before {
  content: "\e6de";
}
.icon-wink2:before {
  content: "\e6df";
}
.icon-grin:before {
  content: "\e6e0";
}
.icon-grin2:before {
  content: "\e6e1";
}
.icon-cool:before {
  content: "\e6e2";
}
.icon-cool2:before {
  content: "\e6e3";
}
.icon-angry:before {
  content: "\e6e4";
}
.icon-angry2:before {
  content: "\e6e5";
}
.icon-evil:before {
  content: "\e6e6";
}
.icon-evil2:before {
  content: "\e6e7";
}
.icon-shocked:before {
  content: "\e6e8";
}
.icon-shocked2:before {
  content: "\e6e9";
}
.icon-confused:before {
  content: "\e6ea";
}
.icon-confused2:before {
  content: "\e6eb";
}
.icon-neutral:before {
  content: "\e6ec";
}
.icon-neutral2:before {
  content: "\e6ed";
}
.icon-wondering:before {
  content: "\e6ee";
}
.icon-wondering2:before {
  content: "\e6ef";
}
.icon-point-up:before {
  content: "\e6f0";
}
.icon-point-right:before {
  content: "\e6f1";
}
.icon-point-down:before {
  content: "\e6f2";
}
.icon-point-left:before {
  content: "\e6f3";
}
.icon-warning:before {
  content: "\e6f4";
}
.icon-notification:before {
  content: "\e6f5";
}
.icon-question:before {
  content: "\e6f6";
}
.icon-info:before {
  content: "\e6f7";
}
.icon-info2:before {
  content: "\e6f8";
}
.icon-blocked:before {
  content: "\e6f9";
}
.icon-cancel-circle:before {
  content: "\e6fa";
}
.icon-checkmark-circle:before {
  content: "\e6fb";
}
.icon-spam:before {
  content: "\e6fc";
}
.icon-close:before {
  content: "\e6fd";
}
.icon-checkmark:before {
  content: "\e6fe";
}
.icon-checkmark2:before {
  content: "\e6ff";
}
.icon-spell-check:before {
  content: "\e700";
}
.icon-minus:before {
  content: "\e701";
}
.icon-plus:before {
  content: "\e702";
}
.icon-enter:before {
  content: "\e703";
}
.icon-exit:before {
  content: "\e704";
}
.icon-play2:before {
  content: "\e705";
}
.icon-pause:before {
  content: "\e706";
}
.icon-stop:before {
  content: "\e707";
}
.icon-backward:before {
  content: "\e708";
}
.icon-forward2:before {
  content: "\e709";
}
.icon-play3:before {
  content: "\e70a";
}
.icon-pause2:before {
  content: "\e70b";
}
.icon-stop2:before {
  content: "\e70c";
}
.icon-backward2:before {
  content: "\e70d";
}
.icon-forward3:before {
  content: "\e70e";
}
.icon-first:before {
  content: "\e70f";
}
.icon-last:before {
  content: "\e710";
}
.icon-previous:before {
  content: "\e711";
}
.icon-next:before {
  content: "\e712";
}
.icon-eject:before {
  content: "\e713";
}
.icon-volume-high:before {
  content: "\e714";
}
.icon-volume-medium:before {
  content: "\e715";
}
.icon-volume-low:before {
  content: "\e716";
}
.icon-volume-mute:before {
  content: "\e717";
}
.icon-volume-mute2:before {
  content: "\e718";
}
.icon-volume-increase:before {
  content: "\e719";
}
.icon-volume-decrease:before {
  content: "\e71a";
}
.icon-loop:before {
  content: "\e71b";
}
.icon-loop2:before {
  content: "\e71c";
}
.icon-loop3:before {
  content: "\e71d";
}
.icon-shuffle:before {
  content: "\e71e";
}
.icon-arrow-up-left:before {
  content: "\e71f";
}
.icon-arrow-up:before {
  content: "\e720";
}
.icon-arrow-up-right:before {
  content: "\e721";
}
.icon-arrow-right:before {
  content: "\e722";
}
.icon-arrow-down-right:before {
  content: "\e723";
}
.icon-arrow-down:before {
  content: "\e724";
}
.icon-arrow-down-left:before {
  content: "\e725";
}
.icon-arrow-left:before {
  content: "\e726";
}
.icon-arrow-up-left2:before {
  content: "\e727";
}
.icon-arrow-up2:before {
  content: "\e728";
}
.icon-arrow-up-right2:before {
  content: "\e729";
}
.icon-arrow-right2:before {
  content: "\e72a";
}
.icon-arrow-down-right2:before {
  content: "\e72b";
}
.icon-arrow-down2:before {
  content: "\e72c";
}
.icon-arrow-down-left2:before {
  content: "\e72d";
}
.icon-arrow-left2:before {
  content: "\e72e";
}
.icon-arrow-up-left3:before {
  content: "\e72f";
}
.icon-arrow-up3:before {
  content: "\e730";
}
.icon-arrow-up-right3:before {
  content: "\e731";
}
.icon-arrow-right3:before {
  content: "\e732";
}
.icon-arrow-down-right3:before {
  content: "\e733";
}
.icon-arrow-down3:before {
  content: "\e734";
}
.icon-arrow-down-left3:before {
  content: "\e735";
}
.icon-arrow-left3:before {
  content: "\e736";
}
.icon-tab:before {
  content: "\e737";
}
.icon-checkbox-checked:before {
  content: "\e738";
}
.icon-checkbox-unchecked:before {
  content: "\e739";
}
.icon-checkbox-partial:before {
  content: "\e73a";
}
.icon-radio-checked:before {
  content: "\e73b";
}
.icon-radio-unchecked:before {
  content: "\e73c";
}
.icon-crop:before {
  content: "\e73d";
}
.icon-scissors:before {
  content: "\e73e";
}
.icon-filter:before {
  content: "\e73f";
}
.icon-filter2:before {
  content: "\e740";
}
.icon-font:before {
  content: "\e741";
}
.icon-text-height:before {
  content: "\e742";
}
.icon-text-width:before {
  content: "\e743";
}
.icon-bold:before {
  content: "\e744";
}
.icon-underline:before {
  content: "\e745";
}
.icon-italic:before {
  content: "\e746";
}
.icon-strikethrough:before {
  content: "\e747";
}
.icon-omega:before {
  content: "\e748";
}
.icon-sigma:before {
  content: "\e749";
}
.icon-table:before {
  content: "\e74a";
}
.icon-table2:before {
  content: "\e74b";
}
.icon-insert-template:before {
  content: "\e74c";
}
.icon-pilcrow:before {
  content: "\e74d";
}
.icon-lefttoright:before {
  content: "\e74e";
}
.icon-righttoleft:before {
  content: "\e74f";
}
.icon-paragraph-left:before {
  content: "\e750";
}
.icon-paragraph-center:before {
  content: "\e751";
}
.icon-paragraph-right:before {
  content: "\e752";
}
.icon-paragraph-justify:before {
  content: "\e753";
}
.icon-paragraph-left2:before {
  content: "\e754";
}
.icon-paragraph-center2:before {
  content: "\e755";
}
.icon-paragraph-right2:before {
  content: "\e756";
}
.icon-paragraph-justify2:before {
  content: "\e757";
}
.icon-indent-increase:before {
  content: "\e758";
}
.icon-indent-decrease:before {
  content: "\e759";
}
.icon-newtab:before {
  content: "\e75a";
}
.icon-embed:before {
  content: "\e75b";
}
.icon-code:before {
  content: "\e75c";
}
.icon-console:before {
  content: "\e75d";
}
.icon-share:before {
  content: "\e75e";
}
.icon-mail:before {
  content: "\e75f";
}
.icon-mail2:before {
  content: "\e760";
}
.icon-mail3:before {
  content: "\e761";
}
.icon-mail4:before {
  content: "\e762";
}
.icon-google:before {
  content: "\e763";
}
.icon-googleplus:before {
  content: "\e764";
}
.icon-googleplus2:before {
  content: "\e765";
}
.icon-googleplus3:before {
  content: "\e766";
}
.icon-googleplus4:before {
  content: "\e767";
}
.icon-google-drive:before {
  content: "\e768";
}
.icon-facebook:before {
  content: "\e769";
}
.icon-facebook2:before {
  content: "\e76a";
}
.icon-facebook3:before {
  content: "\e76b";
}
.icon-instagram:before {
  content: "\e76c";
}
.icon-twitter:before {
  content: "\e76d";
}
.icon-twitter2:before {
  content: "\e76e";
}
.icon-twitter3:before {
  content: "\e76f";
}
.icon-feed2:before {
  content: "\e770";
}
.icon-feed3:before {
  content: "\e771";
}
.icon-feed4:before {
  content: "\e772";
}
.icon-youtube:before {
  content: "\e773";
}
.icon-youtube2:before {
  content: "\e774";
}
.icon-vimeo:before {
  content: "\e775";
}
.icon-vimeo2:before {
  content: "\e776";
}
.icon-vimeo3:before {
  content: "\e777";
}
.icon-lanyrd:before {
  content: "\e778";
}
.icon-flickr:before {
  content: "\e779";
}
.icon-flickr2:before {
  content: "\e77a";
}
.icon-flickr3:before {
  content: "\e77b";
}
.icon-flickr4:before {
  content: "\e77c";
}
.icon-picassa:before {
  content: "\e77d";
}
.icon-picassa2:before {
  content: "\e77e";
}
.icon-dribbble:before {
  content: "\e77f";
}
.icon-dribbble2:before {
  content: "\e780";
}
.icon-dribbble3:before {
  content: "\e781";
}
.icon-forrst:before {
  content: "\e782";
}
.icon-forrst2:before {
  content: "\e783";
}
.icon-deviantart:before {
  content: "\e784";
}
.icon-deviantart2:before {
  content: "\e785";
}
.icon-steam:before {
  content: "\e786";
}
.icon-steam2:before {
  content: "\e787";
}
.icon-github:before {
  content: "\e788";
}
.icon-github2:before {
  content: "\e789";
}
.icon-github3:before {
  content: "\e78a";
}
.icon-github4:before {
  content: "\e78b";
}
.icon-github5:before {
  content: "\e78c";
}
.icon-wordpress:before {
  content: "\e78d";
}
.icon-wordpress2:before {
  content: "\e78e";
}
.icon-joomla:before {
  content: "\e78f";
}
.icon-blogger:before {
  content: "\e790";
}
.icon-blogger2:before {
  content: "\e791";
}
.icon-tumblr:before {
  content: "\e792";
}
.icon-tumblr2:before {
  content: "\e793";
}
.icon-yahoo:before {
  content: "\e794";
}
.icon-tux:before {
  content: "\e795";
}
.icon-apple:before {
  content: "\e796";
}
.icon-finder:before {
  content: "\e797";
}
.icon-android:before {
  content: "\e798";
}
.icon-windows:before {
  content: "\e799";
}
.icon-windows8:before {
  content: "\e79a";
}
.icon-soundcloud:before {
  content: "\e79b";
}
.icon-soundcloud2:before {
  content: "\e79c";
}
.icon-skype:before {
  content: "\e79d";
}
.icon-reddit:before {
  content: "\e79e";
}
.icon-linkedin:before {
  content: "\e79f";
}
.icon-lastfm:before {
  content: "\e7a0";
}
.icon-lastfm2:before {
  content: "\e7a1";
}
.icon-delicious:before {
  content: "\e7a2";
}
.icon-stumbleupon:before {
  content: "\e7a3";
}
.icon-stumbleupon2:before {
  content: "\e7a4";
}
.icon-stackoverflow:before {
  content: "\e7a5";
}
.icon-pinterest:before {
  content: "\e7a6";
}
.icon-pinterest2:before {
  content: "\e7a7";
}
.icon-xing:before {
  content: "\e7a8";
}
.icon-xing2:before {
  content: "\e7a9";
}
.icon-flattr:before {
  content: "\e7aa";
}
.icon-foursquare:before {
  content: "\e7ab";
}
.icon-foursquare2:before {
  content: "\e7ac";
}
.icon-paypal:before {
  content: "\e7ad";
}
.icon-paypal2:before {
  content: "\e7ae";
}
.icon-paypal3:before {
  content: "\e7af";
}
.icon-yelp:before {
  content: "\e7b0";
}
.icon-libreoffice:before {
  content: "\e7b1";
}
.icon-file-pdf:before {
  content: "\e7b2";
}
.icon-file-openoffice:before {
  content: "\e7b3";
}
.icon-file-word:before {
  content: "\e7b4";
}
.icon-file-excel:before {
  content: "\e7b5";
}
.icon-file-zip:before {
  content: "\e7b6";
}
.icon-file-powerpoint:before {
  content: "\e7b7";
}
.icon-file-xml:before {
  content: "\e7b8";
}
.icon-file-css:before {
  content: "\e7b9";
}
.icon-html5:before {
  content: "\e7ba";
}
.icon-html52:before {
  content: "\e7bb";
}
.icon-css3:before {
  content: "\e7bc";
}
.icon-chrome:before {
  content: "\e7bd";
}
.icon-firefox:before {
  content: "\e7be";
}
.icon-IE:before {
  content: "\e7bf";
}
.icon-opera:before {
  content: "\e7c0";
}
.icon-safari:before {
  content: "\e7c1";
}
.icon-IcoMoon:before {
  content: "\e7c2";
}
.icon-phone2:before {
  content: "\e7c3";
}
.icon-mobile3:before {
  content: "\e7c4";
}
.icon-mouse:before {
  content: "\e7c5";
}
.icon-directions:before {
  content: "\e7c6";
}
.icon-mail5:before {
  content: "\e7c7";
}
.icon-paperplane:before {
  content: "\e7c8";
}
.icon-pencil3:before {
  content: "\e7c9";
}
.icon-feather:before {
  content: "\e7ca";
}
.icon-paperclip:before {
  content: "\e7cb";
}
.icon-drawer4:before {
  content: "\e7cc";
}
.icon-reply2:before {
  content: "\e7cd";
}
.icon-reply-all:before {
  content: "\e7ce";
}
.icon-forward4:before {
  content: "\e7cf";
}
.icon-user5:before {
  content: "\e7d0";
}
.icon-users3:before {
  content: "\e7d1";
}
.icon-user-add:before {
  content: "\e7d2";
}
.icon-vcard:before {
  content: "\e7d3";
}
.icon-export:before {
  content: "\e7d4";
}
.icon-location3:before {
  content: "\e7d5";
}
.icon-map3:before {
  content: "\e7d6";
}
.icon-compass2:before {
  content: "\e7d7";
}
.icon-location4:before {
  content: "\e7d8";
}
.icon-target2:before {
  content: "\e7d9";
}
.icon-share2:before {
  content: "\e7da";
}
.icon-sharable:before {
  content: "\e7db";
}
.icon-heart3:before {
  content: "\e7dc";
}
.icon-heart4:before {
  content: "\e7dd";
}
.icon-star4:before {
  content: "\e7de";
}
.icon-star5:before {
  content: "\e7df";
}
.icon-thumbsup:before {
  content: "\e7e0";
}
.icon-thumbsdown:before {
  content: "\e7e1";
}
.icon-chat:before {
  content: "\e7e2";
}
.icon-comment:before {
  content: "\e7e3";
}
.icon-quote:before {
  content: "\e7e4";
}
.icon-house:before {
  content: "\e7e5";
}
.icon-popup:before {
  content: "\e7e6";
}
.icon-search2:before {
  content: "\e7e7";
}
.icon-flashlight:before {
  content: "\e7e8";
}
.icon-printer:before {
  content: "\e7e9";
}
.icon-bell2:before {
  content: "\e7ea";
}
.icon-link2:before {
  content: "\e7eb";
}
.icon-flag2:before {
  content: "\e7ec";
}
.icon-cog3:before {
  content: "\e7ed";
}
.icon-tools:before {
  content: "\e7ee";
}
.icon-trophy2:before {
  content: "\e7ef";
}
.icon-tag2:before {
  content: "\e7f0";
}
.icon-camera3:before {
  content: "\e7f1";
}
.icon-megaphone:before {
  content: "\e7f2";
}
.icon-moon:before {
  content: "\e7f3";
}
.icon-palette:before {
  content: "\e7f4";
}
.icon-leaf2:before {
  content: "\e7f5";
}
.icon-music2:before {
  content: "\e7f6";
}
.icon-music3:before {
  content: "\e7f7";
}
.icon-new:before {
  content: "\e7f8";
}
.icon-graduation:before {
  content: "\e7f9";
}
.icon-book2:before {
  content: "\e7fa";
}
.icon-newspaper2:before {
  content: "\e7fb";
}
.icon-bag:before {
  content: "\e7fc";
}
.icon-airplane2:before {
  content: "\e7fd";
}
.icon-lifebuoy:before {
  content: "\e7fe";
}
.icon-eye3:before {
  content: "\e7ff";
}
.icon-clock3:before {
  content: "\e800";
}
.icon-microphone:before {
  content: "\e801";
}
.icon-calendar3:before {
  content: "\e802";
}
.icon-bolt:before {
  content: "\e803";
}
.icon-thunder:before {
  content: "\e804";
}
.icon-droplet2:before {
  content: "\e805";
}
.icon-cd:before {
  content: "\e806";
}
.icon-briefcase2:before {
  content: "\e807";
}
.icon-air:before {
  content: "\e808";
}
.icon-hourglass:before {
  content: "\e809";
}
.icon-gauge:before {
  content: "\e80a";
}
.icon-language:before {
  content: "\e80b";
}
.icon-network:before {
  content: "\e80c";
}
.icon-key3:before {
  content: "\e80d";
}
.icon-battery:before {
  content: "\e80e";
}
.icon-bucket:before {
  content: "\e80f";
}
.icon-magnet2:before {
  content: "\e810";
}
.icon-drive:before {
  content: "\e811";
}
.icon-cup:before {
  content: "\e812";
}
.icon-rocket2:before {
  content: "\e813";
}
.icon-brush:before {
  content: "\e814";
}
.icon-suitcase:before {
  content: "\e815";
}
.icon-cone:before {
  content: "\e816";
}
.icon-earth2:before {
  content: "\e817";
}
.icon-keyboard2:before {
  content: "\e818";
}
.icon-browser:before {
  content: "\e819";
}
.icon-publish:before {
  content: "\e81a";
}
.icon-progress-3:before {
  content: "\e81b";
}
.icon-progress-2:before {
  content: "\e81c";
}
.icon-brogress-1:before {
  content: "\e81d";
}
.icon-progress-0:before {
  content: "\e81e";
}
.icon-sun:before {
  content: "\e81f";
}
.icon-sun2:before {
  content: "\e820";
}
.icon-adjust:before {
  content: "\e821";
}
.icon-code2:before {
  content: "\e822";
}
.icon-screen2:before {
  content: "\e823";
}
.icon-infinity:before {
  content: "\e824";
}
.icon-light-bulb:before {
  content: "\e825";
}
.icon-creditcard:before {
  content: "\e826";
}
.icon-database:before {
  content: "\e827";
}
.icon-voicemail:before {
  content: "\e828";
}
.icon-clipboard:before {
  content: "\e829";
}
.icon-cart4:before {
  content: "\e82a";
}
.icon-box:before {
  content: "\e82b";
}
.icon-ticket2:before {
  content: "\e82c";
}
.icon-rss:before {
  content: "\e82d";
}
.icon-signal:before {
  content: "\e82e";
}
.icon-thermometer:before {
  content: "\e82f";
}
.icon-droplets:before {
  content: "\e830";
}
.icon-uniE831:before {
  content: "\e831";
}
.icon-statistics:before {
  content: "\e832";
}
.icon-pie2:before {
  content: "\e833";
}
.icon-bars3:before {
  content: "\e834";
}
.icon-graph:before {
  content: "\e835";
}
.icon-lock3:before {
  content: "\e836";
}
.icon-lock-open:before {
  content: "\e837";
}
.icon-logout:before {
  content: "\e838";
}
.icon-login:before {
  content: "\e839";
}
.icon-checkmark3:before {
  content: "\e83a";
}
.icon-cross:before {
  content: "\e83b";
}
.icon-minus2:before {
  content: "\e83c";
}
.icon-plus2:before {
  content: "\e83d";
}
.icon-cross2:before {
  content: "\e83e";
}
.icon-minus3:before {
  content: "\e83f";
}
.icon-plus3:before {
  content: "\e840";
}
.icon-cross3:before {
  content: "\e841";
}
.icon-minus4:before {
  content: "\e842";
}
.icon-plus4:before {
  content: "\e843";
}
.icon-erase:before {
  content: "\e844";
}
.icon-blocked2:before {
  content: "\e845";
}
.icon-info3:before {
  content: "\e846";
}
.icon-info4:before {
  content: "\e847";
}
.icon-question2:before {
  content: "\e848";
}
.icon-help:before {
  content: "\e849";
}
.icon-warning2:before {
  content: "\e84a";
}
.icon-cycle:before {
  content: "\e84b";
}
.icon-cw:before {
  content: "\e84c";
}
.icon-ccw:before {
  content: "\e84d";
}
.icon-shuffle2:before {
  content: "\e84e";
}
.icon-arrow:before {
  content: "\e84f";
}
.icon-arrow2:before {
  content: "\e850";
}
.icon-retweet:before {
  content: "\e851";
}
.icon-loop4:before {
  content: "\e852";
}
.icon-history2:before {
  content: "\e853";
}
.icon-back:before {
  content: "\e854";
}
.icon-switch2:before {
  content: "\e855";
}
.icon-list3:before {
  content: "\e856";
}
.icon-add-to-list:before {
  content: "\e857";
}
.icon-layout:before {
  content: "\e858";
}
.icon-list4:before {
  content: "\e859";
}
.icon-text:before {
  content: "\e85a";
}
.icon-text2:before {
  content: "\e85b";
}
.icon-document:before {
  content: "\e85c";
}
.icon-docs:before {
  content: "\e85d";
}
.icon-landscape:before {
  content: "\e85e";
}
.icon-pictures:before {
  content: "\e85f";
}
.icon-video:before {
  content: "\e860";
}
.icon-music4:before {
  content: "\e861";
}
.icon-folder2:before {
  content: "\e862";
}
.icon-archive:before {
  content: "\e863";
}
.icon-trash:before {
  content: "\e864";
}
.icon-upload4:before {
  content: "\e865";
}
.icon-download4:before {
  content: "\e866";
}
.icon-disk2:before {
  content: "\e867";
}
.icon-install:before {
  content: "\e868";
}
.icon-cloud2:before {
  content: "\e869";
}
.icon-upload5:before {
  content: "\e86a";
}
.icon-bookmark2:before {
  content: "\e86b";
}
.icon-bookmarks2:before {
  content: "\e86c";
}
.icon-book3:before {
  content: "\e86d";
}
.icon-play4:before {
  content: "\e86e";
}
.icon-pause3:before {
  content: "\e86f";
}
.icon-record:before {
  content: "\e870";
}
.icon-stop3:before {
  content: "\e871";
}
.icon-next2:before {
  content: "\e872";
}
.icon-previous2:before {
  content: "\e873";
}
.icon-first2:before {
  content: "\e874";
}
.icon-last2:before {
  content: "\e875";
}
.icon-resize-enlarge:before {
  content: "\e876";
}
.icon-resize-shrink:before {
  content: "\e877";
}
.icon-volume:before {
  content: "\e878";
}
.icon-sound:before {
  content: "\e879";
}
.icon-mute:before {
  content: "\e87a";
}
.icon-flow-cascade:before {
  content: "\e87b";
}
.icon-flow-branch:before {
  content: "\e87c";
}
.icon-flow-tree:before {
  content: "\e87d";
}
.icon-flow-line:before {
  content: "\e87e";
}
.icon-flow-parallel:before {
  content: "\e87f";
}
.icon-arrow-left4:before {
  content: "\e880";
}
.icon-arrow-down4:before {
  content: "\e881";
}
.icon-arrow-up-upload:before {
  content: "\e882";
}
.icon-arrow-right4:before {
  content: "\e883";
}
.icon-arrow-left5:before {
  content: "\e884";
}
.icon-arrow-down5:before {
  content: "\e885";
}
.icon-arrow-up4:before {
  content: "\e886";
}
.icon-arrow-right5:before {
  content: "\e887";
}
.icon-arrow-left6:before {
  content: "\e888";
}
.icon-arrow-down6:before {
  content: "\e889";
}
.icon-arrow-up5:before {
  content: "\e88a";
}
.icon-arrow-right6:before {
  content: "\e88b";
}
.icon-arrow-left7:before {
  content: "\e88c";
}
.icon-arrow-down7:before {
  content: "\e88d";
}
.icon-arrow-up6:before {
  content: "\e88e";
}
.icon-arrow-right7:before {
  content: "\e88f";
}
.icon-arrow-left8:before {
  content: "\e890";
}
.icon-arrow-down8:before {
  content: "\e891";
}
.icon-arrow-up7:before {
  content: "\e892";
}
.icon-arrow-right8:before {
  content: "\e893";
}
.icon-arrow-left9:before {
  content: "\e894";
}
.icon-arrow-down9:before {
  content: "\e895";
}
.icon-arrow-up8:before {
  content: "\e896";
}
.icon-arrow-right9:before {
  content: "\e897";
}
.icon-arrow-left10:before {
  content: "\e898";
}
.icon-arrow-down10:before {
  content: "\e899";
}
.icon-arrow-up9:before {
  content: "\e89a";
}
.icon-uniE89B:before {
  content: "\e89b";
}
.icon-arrow-left11:before {
  content: "\e89c";
}
.icon-arrow-down11:before {
  content: "\e89d";
}
.icon-arrow-up10:before {
  content: "\e89e";
}
.icon-arrow-right10:before {
  content: "\e89f";
}
.icon-menu3:before {
  content: "\e8a0";
}
.icon-ellipsis:before {
  content: "\e8a1";
}
.icon-dots:before {
  content: "\e8a2";
}
.icon-dot:before {
  content: "\e8a3";
}
.icon-cc:before {
  content: "\e8a4";
}
.icon-cc-by:before {
  content: "\e8a5";
}
.icon-cc-nc:before {
  content: "\e8a6";
}
.icon-cc-nc-eu:before {
  content: "\e8a7";
}
.icon-cc-nc-jp:before {
  content: "\e8a8";
}
.icon-cc-sa:before {
  content: "\e8a9";
}
.icon-cc-nd:before {
  content: "\e8aa";
}
.icon-cc-pd:before {
  content: "\e8ab";
}
.icon-cc-zero:before {
  content: "\e8ac";
}
.icon-cc-share:before {
  content: "\e8ad";
}
.icon-cc-share2:before {
  content: "\e8ae";
}
.icon-danielbruce:before {
  content: "\e8af";
}
.icon-danielbruce2:before {
  content: "\e8b0";
}
.icon-github6:before {
  content: "\e8b1";
}
.icon-github7:before {
  content: "\e8b2";
}
.icon-flickr5:before {
  content: "\e8b3";
}
.icon-flickr6:before {
  content: "\e8b4";
}
.icon-vimeo4:before {
  content: "\e8b5";
}
.icon-vimeo5:before {
  content: "\e8b6";
}
.icon-twitter4:before {
  content: "\e8b7";
}
.icon-twitter5:before {
  content: "\e8b8";
}
.icon-facebook4:before {
  content: "\e8b9";
}
.icon-facebook5:before {
  content: "\e8ba";
}
.icon-facebook6:before {
  content: "\e8bb";
}
.icon-googleplus5:before {
  content: "\e8bc";
}
.icon-googleplus6:before {
  content: "\e8bd";
}
.icon-pinterest3:before {
  content: "\e8be";
}
.icon-pinterest4:before {
  content: "\e8bf";
}
.icon-tumblr3:before {
  content: "\e8c0";
}
.icon-tumblr4:before {
  content: "\e8c1";
}
.icon-linkedin2:before {
  content: "\e8c2";
}
.icon-linkedin3:before {
  content: "\e8c3";
}
.icon-dribbble4:before {
  content: "\e8c4";
}
.icon-dribbble5:before {
  content: "\e8c5";
}
.icon-stumbleupon3:before {
  content: "\e8c6";
}
.icon-stumbleupon4:before {
  content: "\e8c7";
}
.icon-lastfm3:before {
  content: "\e8c8";
}
.icon-lastfm4:before {
  content: "\e8c9";
}
.icon-rdio:before {
  content: "\e8ca";
}
.icon-rdio2:before {
  content: "\e8cb";
}
.icon-spotify:before {
  content: "\e8cc";
}
.icon-spotify2:before {
  content: "\e8cd";
}
.icon-qq:before {
  content: "\e8ce";
}
.icon-instagram2:before {
  content: "\e8cf";
}
.icon-dropbox:before {
  content: "\e8d0";
}
.icon-evernote:before {
  content: "\e8d1";
}
.icon-flattr2:before {
  content: "\e8d2";
}
.icon-skype2:before {
  content: "\e8d3";
}
.icon-skype3:before {
  content: "\e8d4";
}
.icon-renren:before {
  content: "\e8d5";
}
.icon-sina-weibo:before {
  content: "\e8d6";
}
.icon-paypal4:before {
  content: "\e8d7";
}
.icon-picasa:before {
  content: "\e8d8";
}
.icon-soundcloud3:before {
  content: "\e8d9";
}
.icon-mixi:before {
  content: "\e8da";
}
.icon-behance:before {
  content: "\e8db";
}
.icon-circles:before {
  content: "\e8dc";
}
.icon-vk:before {
  content: "\e8dd";
}
.icon-smashing:before {
  content: "\e8de";
}
.element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

article {
	 margin: 0 auto 14px auto;
	 width: 830px;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}


.article-info {
  font-size: 0.9em;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.muted {
  color: #777777;
}
.tagspopular ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tagspopular ul > li {
  color: #333333;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: none repeat scroll 0 0 #eeeeee;
  border-radius: 3px;
  color: #333333;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover {
  background: none repeat scroll 0 0 #23527c;
  color: #eeeeee;
  text-decoration: none;
}
.tagssimilar ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #333333;
}
.tagssimilar ul > li > a:hover {
  color: #23527c;
  text-decoration: none;
}
.categories-list {
  margin-bottom: 20px;
}
.categories-list:before,
.categories-list:after {
  content: " ";
  display: table;
}
.categories-list:after {
  clear: both;
}
.categories-list .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  }
  
.categories-list .category-item {
  margin-bottom: 0;
  margin-left: 30px;
  }

.categories-list .category-item .page-header {
  font-size: 14px;
  }

.readmore > .btn {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  }


div#tz-banner {
   z-index: 9999;
   position: fixed;
   }
   
.customphonenumber_mobile {
   margin: -6px 0 -18px 0;
   padding-left: 35px;
   }

div#mainmenu-max li > a, div#mainmenu-max li > span {
    font-weight: 500;
    font-size: 14px;
	font-style: normal;
    }

div#mainmenu-max ul.maximenuck li.maximenuck.item351.level1, div#mainmenu-max ul.maximenuck2 li.maximenuck.item351.level1 {
    background: rgba(189, 186, 169, 1) none repeat scroll 0 0 !important;
    float: right !important;
    }

div#mainmenumobile-max ul.maximenuck li.maximenuck.item351.level1, div#mainmenumobile-max ul.maximenuck2 li.maximenuck.item351.level1 {
    background: rgba(189, 186, 169, 1) none repeat scroll 0 0 !important;
    float: right;
    }

.btn-primary {
  color: #98836e;
  font-family: OpenSansLight, Arial, sans-serif;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0;
  padding: 18px 50px;
  font-size: 18px;
  border: 2px solid #98836e;
  display: inline-block;
  letter-spacing: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.3em;
  }

.btn-primary-dark {
  color: #FFF;
  font-family: OpenSansLight, Arial, sans-serif;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0;
  padding: 18px 50px;
  font-size: 18px;
  border: 2px solid #fff;
  display: inline-block;
  letter-spacing: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0!important;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.3em;
  background-color: #000;
  }

.readon {
	background: #fff;
	padding: 20px 60px;
	font-size: 18px;
	border: 2px solid #98836e;
    }

.readon:hover {
	border: 2px solid #98836e!important;
    }

.readon-dark {
	background: #3A414A !important;
    }

.readon-dark:hover {
	background: #000 !important;
	color: #FFF !important;
    }

#calling {
	background: #F1EEE9 !important;
	margin: 0;
    }

#tz-position-13, #tz-position-14 {
	padding: 0 !important;
    }

.custommountainsarecalling {
	padding: 0 20px !important;
	border: solid 2px #ffffff;
	margin: 20px !important;
    }

.homepagetext {
    background: #fff none repeat scroll 0 0 !important;
    margin: 0 -45px 0 15px!important;
    padding: 65px 72px !important;
}

.3stories {
    margin: 0 !important;
}

#content-block-1, #content-block-2, #content-block-4 {
	background: #ffffff!important;
	margin: 0!important;
	}
	
#content-block-3 {
	background: #ffffff!important;
	margin: 50px 0!important;
	}
	
#content-block-5 {
	background: #ffffff!important;
	margin: 0 0 16px!important;
	}
	
#content-block-7 {
	background: #ffffff!important;
	margin: 46px 0!important;
	}

#content-block-9 {
    background: #ffffff!important;
    margin: 100px 0 35px !important;
    }	

#content-block-10 {
    background: #ffffff!important;
    margin: 0 0 72px 0 !important;
    }		

#golf-content-block-1, #golf-content-block-2, #golf-content-block-4 {
	background: #ffffff!important;
	margin: 0!important;
	}
	
#golf-content-block-3 {
	background: #ffffff!important;
	margin: 50px 0!important;
	}
	
#golf-content-block-5 {
	background: #EEEAE4!important;
	margin: 0 0 16px!important;
	}
	
#golf-content-block-7 {
	background: #ffffff !important;
	margin: 40px 0 40px 0 !important;
	}

#golf_rates_title {
	background-color: #19202A !important;
	margin: 0 !important;
	padding: 30px 0 0 0 !important;
	}
	
#tz-greenfees_title p {
	color: #AFAD99;
    font-family: futura-pt !important;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
	
#golf_rates {
	background-color: #19202A !important;
	margin: 0 !important;
    background-image: url(/images/golf/green-fees-course.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: 100% 100%;
    padding-bottom: 75px;
	}
	
#tz-greenfees_column1 {
	margin: 0 !important;
	padding: 50px 85px 50px 100px;
	}

#tz-greenfees_column2 {
	margin: 0 !important;
	padding: 50px 90px 50px 90px;
	}

#tz-greenfees_column3 {
	margin: 0 !important;
	padding: 50px 100px 50px 85px;
	}


.customgreenfees_table_module {
   padding: 0 0 35px 0 !important;
   }
   
table#greenfees_table td {
    padding: 5px 0;
   }


.greenfee-title {
  color: #ffffff;
  font-family: futura-pt !important;
  font-size: 16px;
  text-transform: uppercase;
  }

.greenfee-info {
  border-top: 1px solid #AFB6BC;
  }

.greenfee-days {
  color: #AFB6BC;
  font-family: futura-pt !important;
  font-size: 16px;
  text-transform: uppercase;
  }

.greenfee-prices {
  color: #ffffff;
  font-family: futura-pt !important;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  }
   
table#scorecard td {
    border-right: solid 1px #F1EEE9;
    border-bottom: solid 4px #F1EEE9;
    padding: 2px 2px 2px 6px;
    text-align: center;
   }


.scorecard-holes {
  color: #ffffff;
  font-family: futura-pt !important;
  font-size: 16px;
  background-color: #3A5069;
  padding: 5px;
  }

.scorecard-yardages {
  color: #52524D;
  font-family: futura-pt !important;
  font-size: 16px;
  background-color: #AFAD98;
  padding: 5px;
  }

.scorecard-pars {
  color: #52524D;
  font-family: futura-pt !important;
  font-size: 16px;
  background-color: #9EA4A8;
  padding: 5px;
  }

#golf-content-block-9 {
    background: #ffffff!important;
    margin: 100px 0 35px !important;
    }	

#golf-content-block-10 {
    background: #ffffff!important;
    margin: 0 0 72px 0 !important;
    }	

#weddings-content-block-7 {
	background: #ffffff!important;
	margin: 0!important;
	}
	
#tz-weddings-content-block-7-wrapper .container, #tz-weddings-slideshow-wrapper .container {
	background: #ffffff!important;
    }

#tz-brooks-content-wrapper .container, #tz-brooks-intro-wrapper .container, #tz-spa-menus-wrapper .container, #tz-spa-intro-wrapper .container, #tz-restaurant-content-wrapper .container, #tz-restaurant-intro-wrapper .container, #tz-bistro-content-wrapper .container, #tz-bistro-intro-wrapper .container, #tz-more-info-homepage-wrapper .container, #tz-more-info-wrapper .container, #tz-form_content-wrapper .container, #tz-content-block-3-wrapper .container, #tz-content-block-5-wrapper .container, #tz-content-block-6-wrapper .container,#tz-content-block-7-wrapper .container, #tz-content-block-8-wrapper .container, #tz-content-block-9-wrapper .container, #tz-content-block-10-wrapper .container {
	background: #ffffff!important;
    }
    
#tz-gallery-content-wrapper {
	background: #ffffff!important;
    }
    
#tz-gallery-menu-wrapper {
    background: #ffffff !important;
    margin: 0;
    padding-top: 135px;
    }

#gallery-content .articleBody {
    margin-top: 0px !important;
    }
    
#gallery-content .tz_single_post {
    margin-bottom: -14px;
    padding-top: 14px;
    }
	
	#weddings-slideshow {
	background: #ffffff!important;
	margin: 46px 72px 100px 72px !important;
	}

#overlaygrid, #meeting_overlaygrid {
	background: #000!important;
    margin: 0 100px 0 100px !important;
	}
	
#overlaygrid, #activities_overlaygrid {
	background: #000!important;
    margin: 0 100px 0 100px !important;
	}
	
#galleries_content {
	background: #fff !important;
    margin: 180px 72px 40px 72px !important;
    }

#lodge_overlaygrid {
	background: #000!important;
    margin: 0 100px 75px 100px !important;
	}

#bistro_stuff, #brooks_stuff {
	background: #fff!important;
    margin: 0 100px 0 80px !important;
	}
	
#restaurant_stuff {
	background: #f5f5f5!important;
    margin: 0 100px 0 80px !important;
	}

#spa_stuff {
	background: #fff!important;
    margin: 0 40px 0 40px !important;
	}
	
.customleft_inset {
    background-color: #41403C;
    }	
	
#tz-overlaygrid-wrapper .container {
    background-image: url(/images/weddings/wedding-tile.gif);
    background-repeat: repeat;
    }

#tz-meeting_overlaygrid-wrapper .container {
    background-image: url(/images/meetings/meetings-tile.gif);
    background-repeat: repeat;
    }

#tz-activities_overlaygrid-wrapper .container {
    background-image: url(/images/activities/diamond-tile.jpg);
    background-repeat: repeat;
    }
    
#tz-lodge_overlaygrid-wrapper .container, #tz-spa_stuff-wrapper .container  {
	background: #fff!important;
    }

#tz-restaurant_stuff-wrapper .container  {
	background: #f5f5f5!important;
	padding: 70px 0 35px 0!important;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    }

#tz-bistro_stuff-wrapper .container  {
	background: #fff!important;
	padding: 0 0 0 0!important;
    }

#tz-brooks_stuff-wrapper .container  {
	background: #fff!important;
	padding: 70px 0 0 0!important;
    }


#tz-left_overlay, #tz-right_overlay {
    margin: -216px 0px 0px 0px !important;
    padding: 0 !important;
    }

#tz-lodge_left_overlay, #tz-lodge_right_overlay {
    margin: -35px 0px 0px 0px !important;
    padding: 0 !important;
    }

.modulecustomdark_grey_text_intro_box {
    background: #ABB5B6;
    height: 433px;
    }
   
.customvery_dark_grey_text_intro_box {
    background: #3A414A;
    height: 433px;
    color: #FFFEFC;
    }  

.customdark_beige_text_intro_box {
    background: #EEEAE4;
    height: 405px;
    }
    
.modulecustomdark_beige_text_intro_box {
    background: #EEEAE4;
    height: 433px;
    }

    
.customdark_beige_text_intro_box_432 {
    background: #EEEAE4;
    height: 432px;
    }

.customACCmodule {
    background: #fff;
    height: 405px !important;
    } 

.padded_text {
    margin-left: auto;
    margin-right: auto;
    padding: calc(12%);
    width: 70%;
    }

.padded_text_less {
    margin-left: auto;
    margin-right: auto;
    padding: calc(12%);
    width: 100%;
    }

.bookingwidget {
		width: 85px; border: 1px solid #999999; 
		background-color: #EEEEEE;
		padding: 12px;
		font-size: 10px;
		font-family: Arial;
		line-height: 1.2em;
	}
	.bookingwidget span, .bookingwidget input, .bookingwidget select  {
		font-size: 10px;
	}
	
	.bookingwidget_field {
		width: 35px;
	}
	
	
	.bookingwidget form .arrival, .bookingwidget form .departure {
		width: 60px;
	}
	
	.bookingwidget form a{
		color: #000000;
	}
	
	.bookingwidget form p{
		margin: 0;
		padding: 0;
	}
	
	
	
#more-info {
    background: #ffffff!important;
    margin: 72px 75px 72px !important;
    }

#tz-golf_video_1 {
    margin: 0px -15px 0px 0px!important;
    }

#tz-clickable_scorecard {
    background: #F1EEE9!important;
    }

.customgreenfees {
    margin: 0 -15px 0 -15px !important;
    }

input, select, textarea {
    border: 0px !important;
    padding: 0px 10px!important;
    width: auto !important;
    }

 #intro-text-blocks {
    background: #ffffff none repeat scroll 0 0 !important;
    margin: 0!important;
    }
		
#tz-golf-content-block-3-wrapper .container, #tz-greatest-game-on-earth-wrapper .container, #tz-golf-content-block-5-wrapper .container, #tz-golf-content-block-6-wrapper .container, #tz-golf-content-block-7-wrapper .container, #tz-golf-content-block-8-wrapper .container, #tz-golf-content-block-9-wrapper .container, #tz-golf-content-block-10-wrapper .container {
	background: #ffffff!important;
    }

#tz-form_hero-wrapper {
    padding: 145px 0 0 0 !important;
    }
		
.slider_show_image.tz-resposive-nav-slider > img{
	position: relative;
    }

#tz-content2 {
    padding: 0 !important;
    }
    
#tz-brooks-content-wrapper .container, #tz-brooks-intro-wrapper .container, #tz-spa-menus-wrapper .container, #tz-spa-intro-wrapper .container, #tz-restaurant-content-wrapper .container, #tz-restaurant-intro-wrapper .container, #tz-bistro-content-wrapper .container, #tz-bistro-intro-wrapper .container, #tz-more-info-homepage-wrapper .container, #tz-more-info-wrapper .container, #tz-form_content-wrapper .container, #tz-content-block-3-wrapper .container, #tz-content-block-5-wrapper .container, #tz-content-block-6-wrapper .container,#tz-content-block-7-wrapper .container, #tz-content-block-8-wrapper .container, #tz-content-block-9-wrapper .container, #tz-content-block-10-wrapper .container {
	background: #ffffff!important;
    }

#form_content {
    margin: 20px 100px 90px !important;
    }

#brooks-content, #brooks-intro, #spa-menus, #spa-intro, #restaurant-content, #restaurant-intro, #bistro-content, #bistro-intro {
    background: #ffffff!important;
    margin: 20px 80px 90px !important;
    }

#tz-footer-section-1-wrapper .container, #tz-copyright-wrapper .container {
	background: #2F343A!important;
    }

#footer-section-1 {
    margin: 50px 80px 0 !important;
    }

#copyright {
    margin: 30px 80px !important;
    }
    
.customcopyright_footer {
    font-family: opensanslight !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 23px !important;
    text-transform: uppercase !important;
    }
    
#dine-outro {
	background: #3E3D38!important;
	margin: 0!important;
	}

#dine-outro .customcontent_padded {
	background: #3E3D38!important;
    padding: 0 85px 72px !important;
	}
	
#dine-outro .customcontent_padded h4, #dine-outro .customcontent_padded h3, #dine-outro .customcontent_padded .subtitle {
	color: #EBEAE4!important;
	}
	
.rsform-submit-button	{
    background-color: #BDBAA8!important;
    }
	
#more-info-homepage {
    background: #ffffff!important;
    margin: 72px 85px !important;
    }

#intro_column {
    padding: 52px 0 40px !important;
    }

#single_column {
    padding: 0 !important;
    }


#pull_quote {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 225px;
    padding: 25px 0;
    }

#left_column {
    width: 50%;
    float: left;
    padding: 0 35px 90px 0;
    }

#right_column {
    width: 50%;
    float: right;
    padding: 0 0 90px 35px;
    }

#golf_left_column {
    width: 50%;
    float: left;
    padding: 0 35px 90px 90px;
    }


#golf_right_column {
    width: 50%;
    float: right;
    padding: 0 90px 90px 35px;
    }

#left_column_40 {
    width: 40%;
    float: left;
    padding: 90px 0 60px 35px;
    }

#right_column_60 {
    width: 60%;
    float: right;
    padding: 90px 20px 60px 0;
    }

#left_column_500 {
    width: 42%;
    float: left;
    padding: 0px 0px 0px 0px;
    }

#right_column_700 {
    width: 58%;
    float: right;
    padding: 0px 0px 0px 0px;
    }

#left_column_700 {
    width: 58%;
    float: left;
    padding: 0px 0px 0px 0px;
    }

#right_column_500 {
    width: 42%;
    float: right;
    padding: 0px 0px 0px 0px;
    }

#left_column_66 {
    width: 64%;
    float: left;
    padding: 0px 0px 0px 0px;
    }

#right_column_33 {
    width: 33%;
    float: right;
    padding: 0px 0px 0px 0px;
    }

#spa-intro {
    background: #ffffff !important;
    margin: 20px 70px 30px !important;
    }

#intro {
    height: 360px;
    background-attachment: inherit;
    background-color: #f2f2f2 !important;
    background-image: url("/images/mountains_fpo.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: inherit;
    margin: 0!important;
    }

.customcontent_padded {
	background: #ffffff!important;
    padding: 0 85px 72px !important;
    text-align: left;
	}

.panel {
    background-color: #ADB5B6!important;
    border: 0px solid transparent!important;
    border-radius: 0px!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-transform: uppercase;
    color: #ffffff!important;
    }

.panel a {
	color: #ffffff!important;
	font-family: futura-pt !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px !important;
    }

.rl_sliders.accordion > .accordion-group {
    margin-bottom: 20px!important;
    border: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    }	

.rl_sliders.accordion > .accordion-group .accordion-heading .accordion-toggle {
    display: block;
    padding: 16px 15px!important;
    cursor: pointer;
    }

.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
    background-color: #9CA7A8!important;
    color: #ffffff!important;
    }

.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
    background-color: #9CA7A8;
    color: #ffffff;
    }

.rl_sliders.accordion > .accordion-group > .accordion-body > .accordion-inner {
    padding: 15px;
    overflow-y: hidden !important;
    overflow-x: auto;
    background-color: #f9f9f9;
    }
		
.rl_sliders.accordion > .accordion-group > div > a:focus, .rl_sliders.accordion > .accordion-group.active > div > a:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 0 2px #ffffff!important;
    box-shadow: inset 0 0 2px #ffffff!important;
    }

#tz-top-menu {
	background: #000000!important;
	}

.footer-menus p {
    color: #A9A9A9!important;
    font-family: opensanslight!important;
    font-size: 12px!important;
    font-weight: 500!important;
    letter-spacing: 0!important;
    line-height: 23px!important;
    text-transform: uppercase!important;
    }

.footer-menus p a {
    color: #ffffff;
    }

.tzCopyright {
    padding: 40px 0 33px;
    }
    
.tzCopyright p {
    color: #abb5b6!important;
    font-family: OpenSansLight!important;
    font-size: 11px!important;
    margin: 0!important;
    }
    
.tzCopyright a {
    color: #ffffff;
    }
    
.tzCopyright a:hover {
    color: #e5ae49;
    }
    
.tzCopyright span {
    color: #e5ae49;
    }

.btn:hover {
    background: #98836e!important;
    color: #333!important;
    }
    
.btn.primary {
    border: 1px solid #337ab7;
    color: #337ab7;
    background: transparent;
    }

.btn.primary:hover {
    background: #337ab7;
    color: #ffffff;
    }

.btn.primary.bg {
    background: #337ab7;
    color: #ffffff;
    }
    
.btn.primary.bg:hover {
    background: #ffffff;
    color: #337ab7;
    }

.btn.success {
    border: 1px solid #5cb85c;
    color: #5cb85c;
    background: transparent;
    }
    
.btn.success:hover {
  background: #5cb85c;
  color: #ffffff;
}
.btn.success.bg {
  background: #5cb85c;
  color: #ffffff;
}
.btn.success.bg:hover {
  background: #ffffff;
  color: #5cb85c;
}
.btn.info {
  border: 1px solid #5bc0de;
  color: #5bc0de;
  background: transparent;
}
.btn.info:hover {
  background: #5bc0de;
  color: #ffffff;
}
.btn.info.bg {
  background: #5bc0de;
  color: #ffffff;
}
.btn.info.bg:hover {
  background: #ffffff;
  color: #5bc0de;
}
.btn.warning {
  border: 1px solid #ffad9e;
  color: #ffad9e;
  background: transparent;
}
.btn.warning:hover {
  background: #ffad9e;
  color: #ffffff;
}
.btn.warning.bg {
  background: #ffad9e;
  color: #ffffff;
}
.btn.warning.bg:hover {
  background: #ffffff;
  color: #ffad9e;
}
.btn.danger {
  border: 1px solid #d9534f;
  background: transparent;
  color: #d9534f;
}
.btn.danger:hover {
  background: #d9534f;
  color: #ffffff;
}
.btn.danger.bg {
  background: #d9534f;
  color: #ffffff;
}
.btn.danger.bg:hover {
  background: #ffffff;
  color: #d9534f;
}
.btn.link {
  border: 1px solid #666;
  background: transparent;
  color: #666;
}
.btn.link:hover {
  background: #666;
  color: #ffffff;
}
.btn.link.bg {
  background: #666;
  color: #ffffff;
}
.btn.link.bg:hover {
  background: #ffffff;
  color: #666;
}
.btn.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#mainmenu-max.maximenuckh ul.maximenuck li.maximenuck.level1 > a span.titreck, div#mainmenu-max.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator span.titreck {
    letter-spacing: 2px;
    }

.book-stay-button-module {
	float: right;
    }

.counter {
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
a:focus {
  outline: medium none;
  outline-offset: 0;
}
#tz-menu-wrapper {
  border-top: 0!important;
  border-bottom: 0!important;
}
#tz-menu-wrapper #plazart-mainnav {
  margin: 0;
  border: none;
}
#tz-menu-wrapper #plazart-mainnav .navbar-collapse {
  padding: 0;
}
.tz-module .nav li a {
  display: block;
  padding: 5px 10px;
}
.form-group {
  margin-bottom: 20px;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
.module-title {
  margin-bottom: 20px;
  font-size: 22px;
}
.framework-logo {
  padding: 10px 0 30px;
}

a:hover,
a:focus,
a:active {
  color: #c39f76;
  text-decoration: none;
}
a {
  text-decoration: none;
  list-style-type: none;
  color: #000;
}
li {
  list-style-type: none;
}
ul {
  padding-left: 0;
}
input,
select,
textarea {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  color: #888888;
  padding: 11px 10px;
  width: 100%;
}
html,
body,
div,
dl,
dt,
dd,
h3,
h6,
pre,
form,
label,
fieldset,
input,
th,
td {
  margin: 0;
  padding: 0;
}

h1   {
	 font-family: merriweather;
	 font-size: 18px;
	 line-height: 28px;
	 text-align: center;
	 text-transform: uppercase;
	 letter-spacing: 4px;
	 font-weight: 400;
	 font-style: Normal;
	 color: rgba(66, 69, 74, 1);
	 margin: 0px;
     }

h2   {
	 font-size: 16px;
	 font-family: "merriweather";
	 line-height: 28px;
	 margin: 28px 0px 0px 0px;
	 font-weight: 700;
	 font-style: Normal;
	 letter-spacing: 1px;
	 color: rgba(66, 69, 74, 1);
     }

h3   {
     font-size: 18px;  
     text-transform: uppercase;
     letter-spacing: 5px;
     line-height: 48px;
     }

h4 

     {
     color: #555;
     font-size: 15px;
     line-height: 30px;
     font-weight: 300;
     }

.pullquote {
     color: #000;
     font-family: futura-pt !important;
     font-size: 22px;
     font-weight: 500;
     line-height: 30px;
     text-transform: uppercase;
     }

h5   {
	 text-align: center;
	 font-size: 12px;
	 letter-spacing: 2px;
	 font-family: futura-pt;
	 font-weight: 400;
	 font-style: normal;
	 line-height: 28px;
	 color: rgba(109, 113, 117, 1);
	 text-transform: uppercase;
	 margin: 0px 0px 28px 0px;
     }


.subtitle {
	 text-align: center;
	 font-size: 12px;
	 letter-spacing: 2px;
	 font-family: futura-pt;
	 font-weight: 400;
	 font-style: normal;
	 line-height: 28px;
	 color: #000;
	 text-transform: uppercase;
	 margin: 0px 0px 28px 0px;
     }

div.basic {
	 margin: 0 auto;
	 text-align: center;
	 width: auto;
     }

p.copy {
	 font-family: "Roboto";
	 font-size: 21px;
	 border-top: 1px;
	 border-bottom: 1px;
	 padding: 1.154em;
	 text-align: center;
	 border-style: solid;
	 line-height: 28px;
	 margin: 1.038em 0px;
	 font-weight: 300;
	 font-style: normal;
	 color: rgba(66, 69, 74, 1);
	 text-transform: capitalize;
	 letter-spacing: 0px;
     }

.zentools .zt-title .zt-block a {
     color: #000!important;
     }

.zentools .zt-title .zt-block {
     margin: 17px 0 -10px !important;
     }

.zt-text-intro {
    color: #000 !important;
    font-size: 16px;
    line-height: 28px;
    }

.zt-text-intro-dark {
    color: #FFFEFC !important;
    font-size: 16px;
    line-height: 28px;
    }

.zt-text-intro p {
    color: #000 !important;
    font-size: 16px;
    line-height: 28px;
    padding: 0 36px;
    }

#tz-gallerygrid1 {
    padding: 0 20px 5px 5px !important;
    margin: 0 -20px 10px 10px;
    }

#tz-gallerygrid2 {
    padding: 0 5px 5px 20px !important;
    margin: 0 0px 10px 0 !important;
    }

#tz-gallerygrid3 {
    padding: 5px 25px 5px 0px !important;
    margin: 0px -25px 10px 15px !important;
    }

#tz-gallerygrid4 {
    padding: 5px 5px 0px 20px !important;
    margin: 0 0 0px 0px !important;
    }

#tz-gallerygrid5, #tz-gallerygrid6, #tz-gallerygrid7, #tz-gallerygrid8, #tz-gallerygrid9, #tz-gallerygrid10, #tz-gallerygrid11, #tz-gallerygrid12 {
    padding: 0 !important;
    }

.container {
  padding: 0;
  width: 1440px!important;
    }

.moduleItemImage img {
  max-width: 100%;
  width: 100%;
}
.content_slider {
  margin: 0 -15px;
  overflow: hidden;
}
.content_slider .odd,
.content_slider .even {
  padding: 0;
}
.tz_post_slider_content {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
}
.tz_post_slider_content .moduleItemAuthorAvatar {
  clear: both;
  display: inline-block;
}
.tz_post_slider_content h2 {
  font-size: 24px;
  font-weight: 300;
  margin-top: -10px;
  margin-bottom: 15px;
  padding: 0 20px;
}
.tz_post_slider_content h2 a {
  color: #ffffff;
}
.tz_post_slider_content h2 a:hover {
  text-decoration: none;
  list-style-type: none;
}
.ds-table {
  display: table;
  height: 100%;
  width: 100%;
}
.ds-table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tz_featured_area_3 .tz_post_slider_content h2 {
  font-size: 58px;
  font-weight: 900;
  text-transform: uppercase;
}
.tz_featured_area_3 .tz_post_slider_content h2 a {
  color: #151515;
}
.tz_featured_area_3 .tz_post_slider_content h2 a em {
  color: #f7803c;
  font-style: normal;
  font-weight: 900;
}
span.tz_author_slider_featured a,
span.tz_tag_slider_featured a {
  color: #f7803c;
}
.moduleItemComments,
.moduleItemReadMore,
.tz_slider_Author a,
.moduleItemTags a {
  color: #f7803c;
}
.tz_post_slider {
  position: relative;
}
.tz_post_slider:after {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tz_font_slider_featured {
  color: #151515;
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}
span.tz_cat_slider_featured a {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  color: #151515;
}
.slider-nav {
  margin: 2px auto auto;
  overflow: visible;
  width: 1500px;
}
.slider-nav .tz_post_slider_content {
  height: auto;
  top: auto;
  bottom: 31px;
}
.slider-nav .tz_cat_slider {
  margin-bottom: 19px;
}
.slider-nav .tz_post_slider_content h2 {
  margin-bottom: 16px;
}
.slider-nav .slick-slide {
  position: relative;
  margin-right: 2px;
}
.slider-nav .slick-list {
  overflow: visible;
  position: relative;
}
.slider-nav .slick-list:before,
.slider-nav .slick-list:after {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 899;
}
.slider-nav .slick-list:before {
  left: -100%;
}
.slider-nav .slick-list:after {
  right: -100%;
}
.tz_date_slider::before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: -5px;
  position: absolute;
  top: 50%;
  width: 5px;
}
.tz_date_slider {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  padding: 0 5px;
  position: relative;
}
.tz_date_slider:after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: -5px;
  top: 50%;
  width: 5px;
}
.tz_date_slider:before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: -5px;
  position: absolute;
  top: 50%;
  width: 5px;
}
.tz_cat_slider {
  display: block;
  margin-bottom: 10px;
}
.tz_cat_slider a {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
.tz_slider_color {
  color: #ffffff;
}
.slider-for.slick-dotted.slick-slider {
  margin-bottom: 2px;
}
.slider-for.slick-dotted.slick-slider .slick-dots {
  width: auto;
  bottom: 33.7%;
  right: 50%;
  margin-right: -50px;
}
.slider-for.slick-dotted.slick-slider .slick-dots li {
  float: left;
  margin: 0;
}
.slider-for.slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  color: #f7803c;
}
.slider-for.slick-dotted.slick-slider .slick-dots li button:before {
  font-size: 11px;
  color: #505050;
  opacity: 1;
}
.slider_show_image,
.promo-item {
  overflow: hidden;
}
.slider_show_image:after,
.promo-item:after {
  background: rgba(181, 162, 139, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#tz-header-wrapper {
  position: fixed;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  width: 100%;
  z-index: 9999;
  top: 0;
}
#tz-header-wrapper.fixed-top,
#tz-header-wrapper.fixed-top2 {
  background: #ffffff;
  top: auto;
}
#tzlogo {
  line-height: 104px;
}
#tzlogo img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.navbar {
  margin-bottom: 0;
}
#plazart-mainnav .plazart-megamenu {
  display: inline-block;
  float: right;
}
#plazart-mainnav .plazart-megamenu .mega-inner {
  padding: 0;
}
#plazart-mainnav .plazart-megamenu .dropdown-submenu {
  position: relative;
}
#plazart-mainnav .plazart-megamenu .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  border-left-color: #cccccc;
  margin-top: 0;
  margin-right: 0;
}
#plazart-mainnav .plazart-megamenu .dropdown-submenu:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
}
#plazart-mainnav .plazart-megamenu .dropdown-menu {
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
}
#plazart-mainnav .plazart-megamenu .navbar-nav li {
  display: block;
  position: relative;
}
#plazart-mainnav .plazart-megamenu .navbar-nav li.active > a {
  color: #f7803c;
}
#plazart-mainnav .plazart-megamenu .navbar-nav li.active > a b {
  color: #f7803c;
}
#plazart-mainnav .plazart-megamenu .navbar-nav li:last-child {
  border: 0;
}
#plazart-mainnav .plazart-megamenu .navbar-nav li a,
#plazart-mainnav .plazart-megamenu .navbar-nav li i.incon_open {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 104px;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
  padding: 0;
  margin: 0;
}
#plazart-mainnav .plazart-megamenu .navbar-nav li a:hover,
#plazart-mainnav .plazart-megamenu .navbar-nav li i.incon_open:hover {
  text-decoration: none;
  color: #f7803c;
}
#plazart-mainnav .plazart-megamenu .navbar-nav li a:hover b,
#plazart-mainnav .plazart-megamenu .navbar-nav li i.incon_open:hover b {
  color: #f7803c;
}
#plazart-mainnav .plazart-megamenu .navbar-nav li ul .dropdown-menu {
  left: 100%;
  top: 0;
}
#plazart-mainnav .plazart-megamenu .navbar-nav li ul li:last-child a {
  border-bottom: 0;
}
#plazart-mainnav .plazart-megamenu .navbar-nav li ul a {
  background: #26292c;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
  min-width: 175px;
  padding: 10px;
  font-weight: normal;
  transition: all 0.25s ease 0s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#plazart-mainnav .plazart-megamenu .navbar-nav li ul a:hover {
  background: #333333 none repeat scroll 0 0;
  color: #ffffff;
}
#plazart-mainnav .plazart-megamenu .navbar-nav > li {
  margin-right: 41px;
}
#plazart-mainnav .plazart-megamenu .navbar-nav > li:last-child {
  margin-right: 0;
}
.nav > li > a:focus,
.nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: transparent;
}
.caret {
  margin-left: 0;
  border: 0;
  position: absolute;
  top: 0;
  right: -6px;
  color: #000000;
}
.caret:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  line-height: 0;
  font-size: 10px;
}
.incon_open {
  cursor: pointer;
}
.incon_open:before {
  content: "\f002";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.tz_fix_menu_on_slider {
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.tz_fix_menu_on_slider .row {
  position: relative;
}
#tz-search-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
#tz-search-menu.open {
  opacity: 1;
  height: 100%;
  pointer-events: auto;
}
#tz-search-menu div {
  height: 100%;
  max-height: 100%;
}
#tz-search-menu input {
  width: 100%;
  padding: 0 7px;
  z-index: 10;
  font-size: 22px;
  color: #999;
  line-height: 30px;
  font-weight: 300;
  height: 100%;
  max-height: 100%;
  font-family: Exo, sans-serif;
  text-transform: uppercase;
}
#tz-search-menu .tz_search_menu {
  position: relative;
}
#tz-search-menu .tz_search_menu form {
  height: 100%;
}
#tz-search-menu .tz_search_menu i.tz-form-close {
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -6px;
  cursor: pointer;
}
.right-title .module-title {
  background: #b5a28b none repeat scroll 0 0;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding: 14px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.right-title .module-title:before {
  content: "";
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #b5a28b;
  left: 50%;
  margin-left: -2.5px;
  position: absolute;
  top: 100%;
  z-index: 1;
}
.right-title .module-title span {
  color: #ffffff;
}
.about-img img {
  max-width: 100%;
}
.about-title {
  color: #000000;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.about-img {
  margin-bottom: 18px;
}
.about_html p {
  color: rgba(52, 52, 52, 0.7);
  font-size: 14px;
}
.about-autograph {
  display: inline-block;
  margin-top: 10px;
}
.tzSocial_bg {
  display: block;
  text-align: center;
}
.tzSocial_bg .tzSocial_bg_kavin {
  display: inline-block;
}
.tzSocial_bg .tzSocial_bg_kavin a {
  float: right;
  list-style-type: none;
  padding: 0 7px;
  text-decoration: none;
}
.tzSocial_bg .tzSocial_bg_kavin i {
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  color: #151515;
}
.tzSocial_bg .tzSocial_bg_kavin i:hover {
  color: #f7803c;
}
.contactform {
  border: 1px dashed #9c9c9c;
  text-align: center;
  display: block;
  padding: 16px 30px 30px;
}
.contactform em {
  display: block;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 20px;
}
.contactform .mc-field-group {
  margin-bottom: 15px;
}
.contactform .mc-field-group input {
  background-color: #f5f5f5;
  border: 1px dashed #9c9c9c;
  height: 45px;
  max-width: 100%;
  padding: 10px;
  width: 100%;
  font-size: 12px;
}
.contactform .clear input {
  background: #b5a28b none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.contactform #mce-responses {
  height: 0;
}
ul.side-newsfeed .introduce_item,
ul.side-newsfeed .content_item_op {
  margin-top: 15px;
}
ul.side-newsfeed .content_item_op {
  margin-bottom: 15px;
}
ul.side-newsfeed .content_item_op a.moduleItemComments,
ul.side-newsfeed .content_item_op .moduleItemHits,
ul.side-newsfeed .content_item_op .moduleItemReadMore {
  border: 0;
  display: block;
}
ul.side-newsfeed .introduce_item a {
  color: #f7803c;
}
ul.side-newsfeed li {
  list-style-type: none;
  margin-bottom: 30px ;
  margin-left: 0;
  padding-bottom: 30px ;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
ul.side-newsfeed li:last-child {
  border-bottom: 0;
  padding-bottom: 0 ;
  margin-bottom: 0 ;
}
ul.side-newsfeed li .side-item {
  overflow: hidden;
}
ul.side-newsfeed li .side-item .side-image {
  float: left;
  margin-right: 20px;
}
ul.side-newsfeed li .side-item .side-image img {
  height: auto;
  width: 100px;
}
ul.side-newsfeed li .side-item a {
  color: #242424;
}
ul.side-newsfeed li .side-item .side-item-text {
  overflow: hidden;
}
ul.side-newsfeed li .side-item .side-item-text h4 {
  margin-bottom: 7px;
  margin-top: 3px;
}
ul.side-newsfeed li .side-item .side-item-text h4 a {
  color: #151515;
  display: block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 1px;
}
ul.side-newsfeed li .side-item .side-item-text span {
  color: rgba(21, 21, 21, 0.5);
  font-style: italic;
}
ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
  color: rgba(21, 21, 21, 0.5);
  font-style: italic;
}
.border-gallery .plusgallery {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px dashed rgba(21, 21, 21, 0.5);
  overflow: hidden;
  padding: 5px;
}
.k2CategoriesListBlock.Categories li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  list-style: outside none none;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.k2CategoriesListBlock.Categories li:first-child {
  padding-top: 3px;
}
.k2CategoriesListBlock.Categories li:last-child {
  border-bottom: 0;
}
.k2CategoriesListBlock.Categories li a {
  color: #999999;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}
.k2CategoriesListBlock.Categories li a .catTitle {
  color: #242424;
  font-size: 16px;
}
@keyframes icon-heart {
  from {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  to {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
}
.footer_lass {
  padding: 0 0 510px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  position: relative;
  background-size: 100% auto;
  z-index: 2;
}
.footer_lass:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(0, 0, 0, 0) 30%);
  /* FF3.6-15 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.footer_lass .tz_container_footer {
  clear: both;
  display: block;
  font-size: 10px;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #151515;
}
.footer_lass .tz_container_footer p {
  color: #151515;
  font-weight: 400;
}
.footer_lass .tz_container_footer a {
  color: #1b1b1b;
}
.footer_lass .tzSocial_bg_kavin a {
  padding: 0 12px;
}
.footer_lass .tzSocial_bg_kavin i.fa-heart {
  animation: icon-heart 0.4s ease 0s infinite alternate;
  -o-animation: icon-heart 0.4s ease 0s infinite alternate;
  -ms-animation: icon-heart 0.4s ease 0s infinite alternate;
  -moz-animation: icon-heart 0.4s ease 0s infinite alternate;
  -webkit-animation: icon-heart 0.4s ease 0s infinite alternate;
  color: #f7803c;
}
.post-img {
  position: relative;
  margin-bottom: 24px;
}
.post-img img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  float: none;
  display: block;
  min-width: 100%;
}
.post-img:after {
  background: rgba(181, 162, 139, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tz_post_share_box {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tz_post_share_box a {
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  margin: 0 12px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease 0s;
}
.tz_post_share_box a.bt_twitter {
  transition: all 0.6s ease 0s;
}
.tz_post_share_box a.bt_google {
  transition: all 0.9s ease 0s;
}
.tz_post_share_box a.bt_pinterest {
  transition: all 1.2s ease 0s;
}
.itemContainer:hover .tz_post_share_box a,
.catItemView:hover .tz_post_share_box a {
  opacity: 1;
  transform: scale(1);
}
div.catItemCommentsLink {
  border-right: 0;
}
.tz-text-center {
  text-align: center;
}
.post-header .cat {
  display: block;
  margin-bottom: 2px;
}
.post-header .cat a {
  color: rgba(52, 52, 52, 0.5);
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-size: 11px;
  font-style: inherit;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0 3px 3px;
  text-transform: uppercase;
}
.post-header h2 {
  display: inline-block;
  margin-bottom: 15px;
  max-width: 80%;
}
.post-header h2 a {
  color: #151515;
  font-size: 26px;
  font-style: inherit;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1.4em;
  transition: all 0.25s ease 0s;
}
.post-header a {
  color: #a6a6a6;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}
.tz_full_post_list p {
  margin-bottom: 15px;
}
.textwidget {
  display: inline-block;
}
.catItemDateCreated,
.itemDateCreated {
  color: #a6a6a6;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 1px;
}
.catItemAuthor,
.itemAuthor {
  display: inline-block;
  color: #a6a6a6;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 1px;
}
.catItemAuthor a,
.itemAuthor a {
  color: #f89b7e;
  font-weight: 400;
}
.catItemReadMore a {
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.catItemReadMore a:hover {
  color: #f89b7e;
}
div.k2Pagination {
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
}
div.k2Pagination ul li a {
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  color: #000000;
}
div.k2Pagination ul li a:hover {
  background: transparent;
  color: #f89b7e;
  cursor: pointer;
}
div.k2Pagination ul li.active a {
  color: #f89b7e;
  display: inline-block;
  padding-bottom: 6px;
  background: transparent;
}
div.k2Pagination ul li.active a:hover {
  color: #f89b7e;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border-color: #dddddd;
  background-color: transparent;
}
.pagination {
  display: block;
  text-align: center;
}
.pagination ul li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #f89b7e;
  display: inline-block;
  padding-bottom: 6px;
}
.pagination ul li a {
  color: #000000;
  transition: all 300ms ease 0s;
}
.pagination .counter.pull-right {
  display: block;
  float: none !important;
}
.pagination.pagination-list {
  display: inline-block;
}
.catItemIntroText {
  margin-bottom: 20px;
}
.catItemIntroText img {
  max-width: 100%;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: transparent url(../../../images/transparent_star.gif) left -1000px repeat-x;
}
.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.itemRatingList a:hover {
  background-position: left bottom;
}
.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}
.itemTitle {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 24px;
}
.tz_empty_space {
  height: 108px;
}
.tz_single_post {
  margin-bottom: 25px;
  padding-top: 14px;
}
.tz_single_post span {
  font-size: 14px;
}
.itemCommentsLink {
  color: #a6a6a6;
  text-decoration: none;
}
.itemCommentsLink a {
  color: #a6a6a6;
}
.itemFullText p {
  color: #343434;
  font-size: 13px;
  line-height: 2em;
  padding-bottom: 15px;
}
.tz_cat_tag_single {
  margin-bottom: 41px;
  margin-top: 19px;
}
.tz_cat_single {
  display: block;
  margin-right: 35px;
}
.tz_cat_single i {
  color: rgba(52, 52, 52, 0.5);
  font-size: 14px;
  margin-right: 10px;
}
.tz_cat_single a {
  color: rgba(52, 52, 52, 0.5);
  font-size: 12px;
  font-style: normal;
}
.itemContentFooter {
  color: #999999;
  display: block;
  margin: 16px 0 4px;
  padding: 4px 0;
  text-align: right;
}
.itemContentFooter span {
  color: rgba(52, 52, 52, 0.5);
  font-size: 12px;
  font-style: normal;
}
.itemRatingLog {
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
}
span.itemHits {
  float: left;
}
div.itemRatingBlock {
  display: inline-block;
}
div.itemRatingBlock ul li {
  border: 0 !important;
}
div.itemRatingBlock span {
  color: #999999;
  display: block;
  float: left;
  font-style: normal;
  margin: 0;
  padding: 0 4px 0 0;
}
.itemRatingForm {
  display: block;
  float: left;
  line-height: 25px;
  vertical-align: middle;
}
div.itemToolbar {
  background: rgba(244, 244, 244, 0.1) none repeat scroll 0 0;
  border-radius: 4px;
  margin: 16px 0 25px;
  border: 1px dashed #e5e5e5;
  padding: 19px 8px 10px;
}
div.itemToolbar ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: right;
}
div.itemToolbar ul li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-left: 1px solid #cccccc;
  display: inline;
  font-size: 12px;
  list-style: outside none none;
  margin: 0;
  padding: 0 4px 0 8px;
  text-align: center;
}
div.itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 2px;
}
div.itemToolbar ul li a#fontIncrease {
  margin: 0 0 0 2px;
}
div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
  color: #999999;
}
.itemSocialSharing {
  background: rgba(244, 244, 244, 0.1) none repeat scroll 0 0;
  border: 1px dashed #e5e5e5;
  padding: 14px 25px;
}
.itemSocialSharing a.main-bg {
  font-size: 18px;
  margin-right: 15px;
  color: #a6a6a6;
  font-style: italic;
}
.itemSocialSharing .itemAuthor {
  text-align: right;
  display: block;
  color: rgba(52, 52, 52, 0.5);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.itemSocialSharing .itemAuthor a {
  font-family: "Exo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #a6a6a6;
}
.itemLinks span {
  float: left;
  padding-right: 10px;
}
.itemLinks .itemTags li {
  float: left;
  display: inline;
  padding-right: 10px;
}
.itemLinks .itemTags li a {
  color: #a6a6a6;
}
.itemAuthorBlock {
  clear: both;
  margin-bottom: 40px;
  margin-top: 41px;
  overflow: hidden;
  display: inline-block;
}
.itemAuthorDetails,
.commment_user {
  overflow: hidden;
}
.itemAuthorDetails h5,
.commment_user h5 {
  margin-bottom: 10px;
}
.itemAuthorDetails h5 a,
.commment_user h5 a {
  color: #000000;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.itemAuthorDetails .author-social,
.commment_user .author-social {
  color: #bbbbbb;
  font-size: 14px;
  margin-right: 8px;
}
.itemAuthorDetails p,
.commment_user p {
  color: rgba(52, 52, 52, 0.7);
  font-size: 14px;
  margin-bottom: 14px;
}
.itemAuthorAvatar,
.image_users {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
  padding: 5px;
}
.itemAuthorAvatar img,
.image_users img {
  border-radius: 50%;
  width: 65px;
  height: 65px;
}
.itemAuthorLatest {
  margin-bottom: 46px;
  margin-top: 23px;
  overflow: hidden;
}
.itemAuthorLatest .col-lg-4:nth-child(3n+1),
.itemAuthorLatest .col-md-4:nth-child(3n+1) {
  clear: both;
}
.itemAuthorLatest .col-lg-4 {
  margin-bottom: 15px;
}
.itemAuthorLatest img {
  max-width: 100%;
}
.post-box {
  text-align: center;
}
.post-box h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1em;
  margin-bottom: 36px;
  position: relative;
  text-transform: uppercase;
}
.post-box h4:before {
  border-top: 1px dashed #e5e5e5;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.post-box h4 span {
  background: #ffffff none repeat scroll 0 0;
  padding: 0 24px;
  position: relative;
  z-index: 5;
}
.item_lates {
  position: relative;
  text-align: center;
}
.item_lates h3 {
  margin-bottom: 6px;
  margin-top: 12px;
}
.item_lates h3 a {
  color: #242424;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 1px;
}
.item_lates span {
  color: rgba(21, 21, 21, 0.7);
  font-size: 12px;
  font-style: italic;
  letter-spacing: 1px;
}
.item_lates .itemRelCat,
.item_lates .itemRelAuthor,
.item_lates .itemRelIntrotext,
.item_lates .itemRelFulltext,
.item_lates .itemRelImageGallery {
  color: rgba(21, 21, 21, 0.7);
  font-size: 12px;
  font-style: italic;
  letter-spacing: 1px;
}
.itemRelated img {
  max-width: 100%;
}
.itemRelated .col-lg-4 {
  margin-bottom: 15px;
}
.itemRelated .col-lg-4:nth-child(3n+1),
.itemRelated .col-lg-4 .col-md-4:nth-child(3n+1) {
  clear: both;
}
.commentLink h5 {
  display: inline-block;
}
.commentLink a {
  color: #f89b7e;
}
.commentDate {
  display: block;
  color: rgba(52, 52, 52, 0.5);
  font-size: 11px;
  padding-bottom: 10px;
}
.form-validate {
  padding: 4px 0 0;
}
#comment-form textarea {
  border: 1px solid #eaeaea;
  box-shadow: none;
  color: rgba(52, 52, 52, 0.3);
  font-size: 12px;
  font-style: italic;
  height: 150px;
  line-height: 20px;
  margin-bottom: 28px;
  padding: 14px;
  width: 100%;
  display: block;
  overflow: hidden;
}
#comment-form .form-comment-item {
  position: relative;
}
#comment-form .form-comment-item i.fa.fa-comment {
  margin-top: 0;
  top: 12px;
}
#comment-form .form-comment-item i.fa {
  color: rgba(52, 52, 52, 0.2);
  font-size: 18px;
  margin-top: -9px;
  position: absolute;
  right: 15px;
  top: 50%;
}
#comment-form input {
  border: 1px solid #eaeaea;
  box-shadow: none;
  color: rgba(52, 52, 52, 0.3);
  font-size: 12px;
  font-style: italic;
  height: inherit;
  margin-bottom: 30px;
  margin-right: 10px;
  padding: 13px 10px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.form-submit button {
  background: #151515 none repeat scroll 0 0;
  color: #fff;
  border: none;
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  transition: 800ms ease all;
  line-height: 26px;
  outline: none;
  border-radius: 7px;
  text-transform: uppercase;
  font-family: "Muli", sans-serif, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.form-submit button:hover {
  background: #fff;
  color: #151515;
}
.form-submit button:hover:after,
.form-submit button:hover:before {
  width: 100%;
  transition: 800ms ease all;
}
.form-submit button:before,
.form-submit button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #151515;
  transition: 400ms ease all;
}
.form-submit button:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.itemBackToTop {
  margin-top: 25px;
  text-align: center;
  clear: both;
}
.itemBackToTop a {
  text-decoration: none;
  color: #151515;
  text-transform: uppercase;
}
.itemNavigation a {
  color: #f89b7e;
}
div.catItemView {
  margin-bottom: 82px;
  padding-left: 15px;
  padding-right: 15px;
}
div.catItemView:last-child {
  margin-bottom: 59px;
}
div.itemContainer {
  float: left;
}
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
.grid_slider .slider-nav {
  overflow: hidden;
  width: 100%;
}
.grid_slider .slider-for.slick-dotted.slick-slider .slick-dots {
  bottom: 30px;
  margin-right: 0;
  right: 10px;
  width: auto;
}
.ds-table-cell-left {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.tz_feat_inner_column {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  display: inline-block;
  margin-bottom: 12px;
  margin-left: 13px;
  padding: 20px;
}
.tz_feat_inner_column .cat a {
  color: #ffffff;
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0 3px;
  padding-bottom: 2px;
  text-transform: uppercase;
}
.tz_feat_inner_column h2 {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 1.4em;
  font-weight: lighter;
}
.tz_feat_inner_column h2 a {
  color: #ffffff;
  display: block;
}
.tz_feat_inner {
  z-index: 2;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
#tz_avatar_sub_header {
  position: relative;
  overflow: hidden;
  width: auto !important;
}
#tz_avatar_sub_header:after {
  background: rgba(181, 162, 139, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#tz_avatar_sub_header #tz_logo_avatar {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tz_custom_padding_col {
  padding-right: 0;
}
.tz_custom_padding_col_2 {
  padding-left: 2px;
}
.tz_custom_padding_col_2:hover button.slick-prev,
.tz_custom_padding_col_2:hover button.slick-next {
  opacity: 1;
}
.feat-overlay {
  background: rgba(181, 162, 139, 0.2) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.itemList {
  margin-left: -15px;
  margin-right: -15px;
}
button.slick-next {
  z-index: 1;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: block;
  height: 25px;
  width: 25px;
  right: 10px;
  opacity: 0;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
button.slick-next:before {
  content: "\f105";
  color: #ffffff;
  font-family: FontAwesome;
}
button.slick-prev {
  left: 10px;
  z-index: 1;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: block;
  height: 25px;
  width: 25px;
  opacity: 0;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
button.slick-prev:before {
  content: "\f104";
  color: #ffffff;
  font-family: FontAwesome;
}
.center_home.slider-nav {
  width: 67%;
}
.center_home.slider-nav .slick-list::before,
.center_home.slider-nav .slick-list::after {
  background-color: rgba(181, 162, 139, 0.5);
}
.center_home.slider-nav button.slick-prev,
.center_home.slider-nav button.slick-next {
  border: 0;
  border-radius: 0;
  height: 50px;
}
.center_home.slider-nav .slick-prev::before,
.center_home.slider-nav .slick-next::before {
  font-size: 50px;
}
.promo-area {
  overflow: hidden;
  margin: 0 -1px;
}
.promo-item {
  float: left;
  position: relative;
  width: 33.3333%;
  padding: 2px 1px ;
}
.promo-item img {
  width: 100%;
}
.promo-overlay {
  height: 100%;
  left: 0;
  padding: 1px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.promo-overlay:hover h4 {
  background: #151515 none repeat scroll 0 0;
  max-width: 100%;
}
.promo-overlay h4 {
  color: #ffffff;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  margin: 0 auto 20px;
  max-width: 60%;
  position: relative;
  text-transform: uppercase;
  transition: all 0.25s linear 0s;
}
.promo-overlay h4 span {
  background: #151515 none repeat scroll 0 0;
  display: inline-block;
  padding: 12px 20px;
  transition: all 0.4s ease 0s;
}
.promo-overlay p.tz_promo_sub_title {
  color: #ffffff;
  font-family: "Exo", sans-serif;
  font-size: 24px;
  margin-bottom: -48px;
}
.arena_center.content_slider {
  margin: 0;
}
.arena_center.content_slider .tz_date_slider_featured a {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 23px;
  display: block;
  text-transform: uppercase;
}
.arena_center.content_slider .slider-nav .tz_post_slider_content h2 {
  font-size: 25px;
  font-weight: normal;
}
.arena_center.content_slider .tz_date_slider_featured {
  font-size: 12px;
  color: #ffffff;
}
.arena_center.content_slider .slick-slider:after {
  background: rgba(181, 162, 139, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.arena_center.content_slider:hover button.slick-prev,
.arena_center.content_slider:hover button.slick-next {
  opacity: 1;
}
.arena_center.content_slider .tz_post_slider_content {
  top: 0;
  bottom: auto;
  height: 100%;
}
.promo-link {
  color: #ffffff;
  display: block;
}
.tz_date_slider_featured {
  color: #151515;
  display: inline-block;
  font-family: "Exo", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}
span.tz_author_slider_featured {
  color: #151515;
}
span.tz_author_slider_featured a {
  color: #f7803c;
}
.tzcontact-info ul li {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  margin-bottom: 21px;
  padding-bottom: 5px;
}
.tzcontact-info ul li p {
  color: rgba(21, 21, 21, 0.5);
  font-size: 10px;
  padding-bottom: 2px;
  letter-spacing: 1px;
  line-height: 1.8em;
  text-transform: uppercase;
}
.tz_contact_info_follow a {
  margin-right: 7px;
  color: #151515;
  text-decoration: none;
}
.contact_form p input,
.contact_form p textarea {
  background: rgba(235, 235, 235, 0.3) none repeat scroll 0 0;
  border: 1px dashed rgba(21, 21, 21, 0.3);
  color: rgba(21, 21, 21, 0.7);
  font-size: 12px;
  margin-top: 6px;
}
.contact_form p input {
  padding: 8px 10px;
  width: 400px;
}
.contact_form .emailCopy input {
  width: auto;
}
.widget-title {
  background: #b5a28b none repeat scroll 0 0;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding: 13px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.widget-title::after {
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #b5a28b;
  bottom: -4px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
.jl_Editor_Widget {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
}
.jl_Editor_Widget .widget-title {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #151515;
  font-size: 12px;
  line-height: 1.7em;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
}
.jl_Editor_Widget .widget-title::after {
  border: medium none;
}
.jl_Editor_Widget p {
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: inherit;
  color: rgba(21, 21, 21, 0.5);
  letter-spacing: 1px;
}
.grid_slider.si_masonry .slick-prev,
.grid_slider.si_masonry .slick-next {
  background: rgba(0, 0, 0, 0) url("../../../images/arrows.png") no-repeat scroll 0 0;
  border: 0 none;
  display: block;
  height: 30px;
  text-indent: -9999px;
  transition: all 200ms ease-in-out 0s;
  width: 30px;
}
.grid_slider.si_masonry .slick-prev ::before,
.grid_slider.si_masonry .slick-next ::before {
  content: none;
}
.grid_slider.si_masonry button.slick-next {
  background-position: -30px 0;
  right: 15px;
}

hr {
    color: #000;
    background-color: #000;
    height: 1px;
    }

.itemListMasonry div.catItemView {
  padding-left: 36px;
  padding-right: 35px;
}
.itemListMasonry .masonry {
  margin-left: -35px;
  margin-right: -35px;
}
.itemListMasonry .post-img {
  margin-bottom: 17px;
}
.itemListMasonry .post-header .cat {
  margin-bottom: 0;
}
.itemListMasonry .post-header h2 {
  line-height: 24px;
  margin-bottom: 11px;
}
.itemListMasonry .post-header h2 a {
  font-size: 16px;
}
.tz_widget_about_page.tz_custom_padding_col_2 {
  padding-left: 0;
}
.tz_widget_about_page.tz_custom_padding_col_2 .tzcontact-info ul li p {
  padding-bottom: 0;
}
.tz_widget_about_page.tz_custom_padding_col_2 .tz-module {
  display: table;
  height: 100%;
  width: 100%;
  background: #151515 none repeat scroll 0 0;
}
.tz_widget_about_page.tz_custom_padding_col_2 .module-inner {
  display: table-cell;
  padding: 75px 12%;
  text-align: left;
  vertical-align: middle;
}
.tz_widget_about_page.tz_custom_padding_col_2 .module-title {
  margin-bottom: 0;
}
.tz_widget_about_page.tz_custom_padding_col_2 .module-title span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffffff;
  font-size: 48px;
  font-weight: 100;
  line-height: 1.3em;
  margin-bottom: 40px;
  margin-top: 6px;
  padding: 0;
  text-align: inherit;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
}
.tz_widget_about_page.tz_custom_padding_col_2 .tzcontact-info ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 18px;
  padding-bottom: 6px;
}
.tz_widget_about_page.tz_custom_padding_col_2 .tzcontact-info ul li h6 {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tz_widget_about_page.tz_custom_padding_col_2 .tzcontact-info ul li p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
}
.tz_widget_about_page.tz_custom_padding_col_2 .tzcontact-info ul li a {
  color: #ffffff;
}
.tz_custom_padding_col_a1 {
  padding-right: 2px;
}
.tz_about_page {
  margin-bottom: 35px;
  margin-top: 8px;
  padding: 0 18%;
}
.tz_about_page h6 {
  color: #151515;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 22px;
  margin-top: 34px;
}
.tz_about_page h6:first-child {
  margin-top: 0;
}
.tz_about_page p {
  letter-spacing: 1px;
  margin-bottom: 19px;
}
.tz_about_page p.tz_last_about {
  margin-bottom: 32px;
}
.masonry_width_auto .tz_date_slider_featured {
  color: #ffffff;
}
.masonry_width_auto .slick-initialized .slick-slide {
  position: relative;
}
.masonry_width_auto .slider_show_icfmage {
  height: 100%;
  padding-right: 2px;
}
.masonry_width_auto .slider_show_icfmage img {
  height: 100%;
}
.masonry_width_auto span.tz_cat_slider_featured a {
  color: #ffffff;
  margin: 19px 0;
  display: block;
  font-size: 12px;
}
.masonry_width_auto .tz_post_slider_content {
  bottom: 32px;
  height: auto;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: auto;
}
.masonry_width_auto .tz_date_slider_featured {
  text-transform: inherit;
  font-size: 12px;
}
.masonry_width_auto .slick-dots {
  bottom: 8px;
  margin-right: 10px;
  width: auto;
  z-index: 100;
  right: 10px;
}
.masonry_width_auto .slick-dots li.slick-active button::before {
  color: #f7803c;
}
.masonry_width_auto .slick-dots li button::before {
  color: #505050;
  font-size: 11px;
  opacity: 1;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.masonry_bottom {
  margin: 0 0 65px;
}
.tz_ctslider .masonry_bottom {
  margin-bottom: 2px;
}
.tz_content_sidebar_info h6 {
  text-transform: uppercase;
}
.contact_list_slider .tz_content_sidebar_info {
  padding: 63px 0 50px;
}
.contact_list_slider .tzcontact-info ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contact_list_slider .tzcontact-info ul li p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1.8em;
  text-transform: uppercase;
}
.contact_list_slider .tzcontact-info ul li h6 {
  color: #ffffff;
}
.contact_list_slider .tz_contact_info_follow a {
  color: #ffffff;
}
.contact_list_slider .jl_Editor_Widget .widget-title {
  color: #FFFFFF;
}
.contact_list_slider .jl_Editor_Widget p {
  color: rgba(255, 255, 255, 0.7);
}
.blog_list .groupPrimary.catItemView {
  margin-bottom: 73px;
  overflow: hidden;
}
.blog_list .groupPrimary .post-header h2 {
  margin-bottom: 10px;
}
.blog_list .groupPrimary .catItemIntroText {
  margin-bottom: 0;
}
.blog_list #itemListPrimary div.itemContainer {
  overflow: hidden;
}
.blog_list #itemListPrimary div.itemContainer .post-img {
  float: left;
  margin-bottom: 0;
  margin-right: 43px;
}
.blog_list #itemListPrimary div.itemContainer .post-img img {
  max-width: 260px;
}
.blog_list #itemListPrimary div.itemContainer .tz-text-center.tz_full_post_list {
  text-align: left;
  overflow: hidden;
}
.blog_list #itemListPrimary div.itemContainer .post-header .cat {
  margin-bottom: 0;
}
.blog_list #itemListPrimary div.itemContainer .post-header h2 {
  line-height: 15px;
}
.blog_list #itemListPrimary div.itemContainer .post-header h2 a {
  color: #151515;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.blog_list #itemListPrimary div.itemContainer .catItemIntroText p {
  color: rgba(52, 52, 52, 0.7);
  margin-bottom: 11px;
}
.itemListGrid .catItemView {
  position: relative;
}
.itemListGrid .catItemView:hover .post-header {
  opacity: 1;
}
.itemListGrid .catItemView:hover .tz_border_post_img {
  opacity: 1;
}
.itemListGrid .post-header {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  width: 100%;
}
.itemListGrid .post-header h2 {
  margin: 0;
  max-width: 100%;
  padding: 0 26px;
}
.itemListGrid .post-header h2 a {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
}
.itemListGrid div.catItemView {
  margin-bottom: 2px;
  padding-left: 1px;
  padding-right: 1px;
}
.itemListGrid .post-img {
  height: 375px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.itemListGrid .post-img img {
  max-width: none;
  min-width: inherit;
  position: relative;
}
.tz_border_post_left {
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  left: 30px;
  top: 30px;
}
.tz_border_post_img {
  z-index: 1;
  height: 30px;
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 30px;
}
.tz_border_post_right {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  right: 30px;
  top: 30px;
}
.tz_border_post_left_button {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  bottom: 30px;
  left: 30px;
}
.tz_border_post_right_button {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  bottom: 30px;
  right: 30px;
}
.itemCommentsList {
  margin-bottom: 40px;
}
.itemCommentsList li {
  margin-bottom: 12px;
  padding-bottom: 34px;
}
.commentAuthorName a {
  color: #343434;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.archive-box {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px dashed rgba(21, 21, 21, 0.5);
  margin-bottom: 68px;
  padding: 34px 28px;
  text-align: center;
}
.archive-box span {
  color: #343434;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  margin-right: 4px;
}
.archive-box h1 {
  color: #343434;
  display: inline;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}
.page-header {
  border: 0;
  margin: 0 !important;
}
.dl-horizontal dt {
  width: auto;
}
.dl-horizontal dd {
  margin-left: 10px;
}
.title_contact h3.module-title span {
  color: #151515;
  font-size: 60px;
  font-style: inherit;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1.4em;
  transition: all 0.25s ease 0s;
}
.title_contact .post-img {
  margin-bottom: 36px;
}
.title_contact p {
  letter-spacing: 1px;
  line-height: 30px;
  color: #343434;
}
.title_contact .module-title {
  margin-bottom: 35px;
}
.title_contact i {
  font-size: 15px;
  padding-right: 10px;
}
.tz_social_contact {
  margin-top: 22px;
  margin-bottom: 36px;
}
.tz_social_contact a {
  color: rgba(52, 52, 52, 0.5);
  font-size: 12px;
  margin-right: 30px;
  text-decoration: none;
}
.tzcontact_form input,
.tzcontact_form textarea {
  background: rgba(235, 235, 235, 0.3) none repeat scroll 0 0;
  border: 1px dashed rgba(21, 21, 21, 0.3);
  color: rgba(21, 21, 21, 0.7);
  font-size: 12px;
  margin-bottom: 13px;
  margin-top: 8px;
}
.tzcontact_form input {
  padding: 13px 10px;
  width: 400px;
  height: auto;
  box-shadow: none;
}
.tzcontact_form input:focus {
  box-shadow: none;
}
.tzcontact_form textarea {
  box-shadow: none;
}
.tzcontact_form p {
  font-size: 12px;
}
.checkbox label,
.radio label {
  padding-left: 0;
}
.itemVideoBlock {
  margin-bottom: 35px;
  overflow: hidden;
}
.tz_gallery_detail {
  margin-bottom: 60px;
  position: relative;
}
.tz_content_gallery_title {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tz_content_gallery_title h1 {
  color: #e1e1e1;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
#tz_post_date_gallery_detail {
  bottom: 20px;
  display: inline-block;
  left: -15px;
  position: relative;
  transform: rotate(-90deg);
  transform-origin: left bottom 0;
}
#tz_post_date_gallery_detail span,
#tz_post_date_gallery_detail a {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.3);
}
#tz_post_project_gallery_detail {
  left: auto;
  margin-right: -10px;
  position: fixed;
  right: 10%;
  top: 138px;
  transform: rotate(-90deg);
  transform-origin: right top 0;
  z-index: 1;
  text-transform: uppercase;
}
#tz_post_project_gallery_detail .tz_cat_single {
  margin-right: 0;
}
.k2Containerga .post-img {
  margin-bottom: 0;
}
.k2Containerga .itemAuthor,
.k2Containerga #tz_post_date_gallery_detail span {
  text-transform: uppercase;
}
.k2Containerga .itemTitle {
  color: #ffffff;
}
.k2Containerga .itemTagsBlock {
  color: rgba(21, 21, 21, 0.3);
  font-size: 12px;
  margin-bottom: 27px;
}
.k2Containerga .itemTagsBlock span {
  text-transform: uppercase;
  display: block;
  float: none;
  color: #151515;
  font-weight: 500;
  margin-bottom: 3px;
}
.k2Containerga .itemTagsBlock a {
  color: rgba(21, 21, 21, 0.3);
  margin-right: 10px;
}
.k2Containerga .itemAuthorBlock {
  margin: 0;
}
.tz_project_info ul li {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  margin-bottom: 17px;
  padding-bottom: 5px;
}
.tz_project_info ul li p {
  color: rgba(21, 21, 21, 0.5);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tz_project_info ul li a i {
  color: #151515;
  font-size: 12px;
  margin-right: 10px;
}
.tz_project_info ul li h6 {
  color: #151515;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tz_project_info ul li h6 a {
  color: #151515;
}
.tz_project_info_description {
  margin-bottom: 50px;
}
.moduletable {
  margin-top: 62px;
  margin-bottom: 75px;
}
.tz_content_gallery p {
  letter-spacing: 1px;
  margin-bottom: 12px;
  color: rgba(21, 21, 21, 0.7);
  line-height: 24px;
}
.tz_project_description h6 {
  color: #151515;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 11px;
  margin-top: 7px;
  text-transform: uppercase;
}
.tzpost-pagenavi span {
  color: #151515;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tzpost-pagenavi a {
  color: rgba(21, 21, 21, 0.7);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.tz_content_gallery_author {
  margin-bottom: 52px;
}
.tz_gallery_related_projects {
  margin-bottom: 52px;
  display: block;
}
.tz_gallery_related_projects .post-box h4 {
  margin-bottom: 69px;
}
.tzimg_item img {
  max-width: 100%;
}
.tz_related_post_header {
  width: 100%;
  top: 0;
  position: absolute;
  right: 0;
  height: 100%;
}
.tz_related_post_header h3,
.tz_related_post_header span {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  opacity: 0;
  padding: 0 10px;
  text-transform: uppercase;
  transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -webkit-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  color: #ffffff;
}
.item-related {
  position: relative;
}
.item-related:hover span {
  opacity: 1;
}
.item-related:hover .tz_related_post_header h3,
.item-related:hover .tz_related_post_header span {
  opacity: 1;
}
.item-related h3 a {
  font-size: 14px;
  font-style: normal;
  letter-spacing: 1px;
  color: #ffffff;
}
#main-body .tz-grid {
  margin: 0;
}
#main-body .tz-grid > .tz_column_grid {
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 2px;
}
.login {
  background: #167ac6 none repeat scroll 0 0;
  border-radius: 4px;
  display: table;
  margin: 150px auto 0;
  position: relative;
  top: 50%;
  width: 350px;
}
.login label {
  width: 100%;
}
.legend {
  background: #ff7052 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 20px;
  padding: 15px;
  position: relative;
  width: 100%;
  font-family: "Exo", sans-serif;
  font-weight: normal;
}
.legend:after {
  background-image: url("http://simpleicon.com/wp-content/uploads/multy-user.png");
  background-position: 152px -16px;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.06;
  position: absolute;
  right: 0;
  top: 0;
}
.input {
  position: relative;
  width: 90%;
  margin: 15px auto;
}
.input span {
  position: absolute;
  display: block;
  color: #d4d4d4;
  left: 10px;
  top: 8px;
  font-size: 20px;
}
.input input {
  width: 100%;
  padding: 10px 5px 10px 40px;
  display: block;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  transition: 0.2s ease-out;
  color: #a1a1a1;
}
.input input:focus {
  padding: 10px 5px 10px 10px;
  outline: 0;
  border-color: #FF7052;
}
.checkbox-class {
  text-align: center;
  color: #ffffff;
}
.checkbox-class #remember {
  display: inline-block;
  width: auto;
}
.other-links.form-group {
  margin: 0 !important;
  text-align: center;
}
.other-links.form-group a {
  color: #ff7052;
}
.submit {
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto -15px auto;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #FF7052;
  color: #FF7052;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 7px #fff;
  transition: 0.2s ease-out;
}
.submit:hover,
.submit:focus {
  background: #FF7052;
  color: #fff;
  outline: 0;
}
mainmenu-max maximenuck ul li {
  padding: 0!important;
}


.mobilemaximenuck div.maximenuck > a {
    color: #fff !important;
    font-family: opensanslight;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
}

.mobilemaximenuck div.level1.maximenuck > a {
    background: rgba(0, 0, 0, 0) url("arrow.jpg") no-repeat scroll left center;
    padding-left: 22px;
}

.mobilebuttonmaximenuck {
    height: 60px!important;
    width: 45px!important;
    margin: 0 15px!important;

}

.mobilebarmaximenuck {
    background: #2F343A none repeat scroll 0 0;
    display: none;
    height: 65px!important;
}


img {
  max-width: none;
    }
    
.medium p {
  font-weight: 400;
}
.dropcap-type1 {
  color: #e5ae49;
  display: inline-block;
  float: left;
  font-size: 75px;
  font-weight: 500;
  line-height: 75px;
  margin: 0 7px 0 0;
}
.dropcap-type2 {
  background-color: #e5ae49;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  margin: 8px 7px 0 0;
  padding: 7px 11px;
}
.typo_button {
  display: inline-block;
}
.btn-typo {
  padding-bottom: 90px;
}
.btn-typo .typo_button {
  margin-bottom: 22px;
  padding: 0 20px 10px 0;
}

#users-profile-core {
  margin: 35px 0;
  display: block;
}
.k2AccountPageUpdate button {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #f7803c;
  box-shadow: none;
  color: #f7803c;
  margin-top: 15px;
  padding: 5px 10px;
}
.tz-item-image img,
.item-image img {
  max-width: 100%;
}
.articleBody {

  overflow: hidden;
  text-align: inherit;
  background: #fff;
  margin-top: 160px !important;
}

.tz-instagram-content::after {
  clear: both;
  content: "";
  display: table;
}
.tz-instagram-content .wp_item {
  float: left;
  width: 25%;
}
.tz-instagram-content .wp_item img {
  max-width: 100%;
}
.tz-instagram-content .wp_item .item {
  float: left;
}
.tz-instagram-content .wp_item .item:nth-child(1) {
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  float: left;
  overflow: hidden;
  position: relative;
  width: 66.67%;
}
.tz-instagram-content .wp_item .item:nth-child(2),
.tz-instagram-content .wp_item .item:nth-child(3) {
  float: right;
  overflow: hidden;
  width: 33.33%;
}
.tz-instagram-content .wp_item .item:nth-child(2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.tz-instagram-content .wp_item .item:nth-child(3) {
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
}
div.instagram-title {
  display: block;
  text-align: center;
}
div.instagram-title .divv {
  border-bottom: 1px dashed rgba(21, 21, 21, 0.3);
  padding-bottom: 3px;
  display: inline;
}
div.instagram-title p {
  font-size: 16px;
  margin-bottom: 30px;
  padding-bottom: 3px;
  text-transform: capitalize;
  color: #151515;
  display: inline-block;
}
div.instagram-title i {
  padding-left: 5px;
}
.tz-resposive-nav-slider .moduleItemImage img {
  height: 774px;
}
.tz-resposive-for-slider img {
  min-width: 100%;
}
.tz-resposive-for-slider .slider_show_image img {
  height: 400px;
}
.slider_show_icfmage img {
  width: 100%;
}
.hiden_bottom .itemBackToTop {
  display: none;
}
div.search_icon {
  display: none;
}
div.plazart-megamenu .row,
.navbar-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.content_sliderh1 .tz_post_slider_content .ds-table {
  height: 100%;
}
div.colum-right {
  padding-left: 54px;
}
div.colum_left {
  padding-right: 20px;
}
.tz_avatar_sub_header_featured {
  min-height: 100%;
}
.itemView .post-img {
  margin-bottom: 40px;
}
.itemBody .tz_content_gallery img {
  padding-bottom: 0;
}
.itemBody p {
  color: #343434;
}
.itemBody blockquote {
  border-left: 3px solid #e5e5e5;
  margin: 25px 0 45px;
  padding: 0 20px;
}
.itemBody blockquote p {
  padding: 0 ;
  color: rgba(52, 52, 52, 0.7);
  font-weight: 300;
}
.itemBody img {
  padding-bottom: 19px;
}
.itemBody .tz_about_page p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  padding-bottom: 19px;
  color: rgba(21, 21, 21, 0.7);
}

@media only screen and (max-width: 1550px) {
  .slider-nav {
    width: 1080px;
  }
  .footer_lass {
    padding: 0 0 410px;
  }
  #tz_avatar_sub_header .tz_avatar_sub_header_featured {
    width: auto;
  }
  .tz_widget_about_page.tz_custom_padding_col_2 .module-inner {
    padding: 55px 12%;
  }

}

@media only screen and (max-width: 1440px) and (min-width: 1240px) {
    .padded_text_less{
       padding: calc(9%);
    }

.container {
  width: 1240px!important;
	} 
	
#overlaygrid, #meeting_overlaygrid {
	background: #000!important;
    margin: 0 !important;
	}

#overlaygrid, #activities_overlaygrid {
	background: #000!important;
    margin: 0 !important;
	}
	
#brooks_stuff, #spa_stuff, #bistro_stuff {
    margin: 0 !important;
	}
	
#restaurant_stuff {
    margin: 0 !important;
	background: #f5f5f5!important;
	}


#lodge_overlaygrid {
	background: #000!important;
    margin: 0 0 30px !important;
	}
	
#tz-gallerygrid3 {
    padding: 5px 25px 5px 0px !important;
    margin: 0px 0px 10px 15px !important;
    }

#tz-gallerygrid4 {
    padding: 5px 15px 0px 10px !important;
    margin: 0 0 0px -15px !important;
    }	
    
#tz-gallerygrid5, #tz-gallerygrid6, #tz-gallerygrid7, #tz-gallerygrid8 {
    padding: 0 !important;
    }
    
.modulecustomdark_beige_text_intro_box {
    background: #EEEAE4;
    height: 373px !important;
    }  
    
.modulecustomdark_grey_text_intro_box {
    background: #ABB5B6;
    height: 373px !important;
    }
    
.modulecustomdark_grey_text_intro_box {
    background: #ABB5B6;
    height: 433px;
    }
    
.customvery_dark_grey_text_intro_box {
    background: #3A414A;
    height: 373px;
    color: #FFFEFC;
    }  

.customdark_beige_text_intro_box, .modulecustomdark_beige_text_intro_box {
    background: #EEEAE4;
    height: 350px;
    }
  
.customdark_beige_text_intro_box_432 {
    background: #EEEAE4;
    height: 350px;
    }	 
}

@media only screen and (max-width: 1239px) {

.container {
  width: 100%!important;
	} 
	
#bistro_stuff, #brooks_stuff, #spa_stuff {
	background: #fff!important;
    margin: 0 !important;
	}

#restaurant_stuff {
    margin: 0 !important;
	background: #f5f5f5!important;
	}

	
#overlaygrid, #meeting_overlaygrid {
	background: #000!important;
    margin: 0 !important;
	}

#overlaygrid, #activities_overlaygrid {
	background: #000!important;
    margin: 0 !important;
	}
		
#lodge_overlaygrid {
	background: #000!important;
    margin: 0 0 30px !important;
	}
		
.fullwidthbanner-container {
    margin-top: 34px !important;
    }
    
#tz-gallerygrid1 {
    padding: 0 10px 10px 0 !important;
    margin: 0 !important;
}

#tz-gallerygrid2 {
    padding: 0 0 10px 10px !important;
    margin: -33px 0 0 0 !important;
}

#tz-gallerygrid3 {
    padding: 10px 10px 0 0 !important;
    margin: 0 !important;
}

#tz-gallerygrid4 {
    padding: 10px 0 0 10px !important;
    margin: 0 !important;
}

#tz-gallerygrid5, #tz-gallerygrid6, #tz-gallerygrid7, #tz-gallerygrid8 {
    padding: 0 !important;
    }
    
.modulecustomdark_beige_text_intro_box {
    background: #EEEAE4;
    height: 373px !important;
    }
    
.modulecustomdark_grey_text_intro_box {
    background: #ABB5B6;
    height: 373px !important;
    }

#weddings-slideshow {
	background: #ffffff!important;
	margin: 0 36px 100px 36px !important;
	}
}

@media only screen and (max-width: 1550px) and (min-width: 992px) {
  .plusgallery li.simple .effect3 {
    height: 87px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .tz_custom_padding_col .tz_avatar_sub_header_featured {
    min-width: 100%;
  }
  .tz_custom_padding_col.col-lg-4 {
    width: 33.5555%;
  }
  .tz_custom_padding_col_2.col-lg-8 {
    width: 66.4444%;
  }     
}

@media only screen and (max-width: 1366px) {
  #tz_post_project_gallery_detail {
    right: 131.5px !important;
  }
  .moduleItemImage img {
    max-width: none;
    width: auto;
    position: relative;
  }
  div.colum-right {
    padding-left: 25px;
  }
}


@media (max-width: 1200px) {
  div.colum-right {
    padding-left: 15px;
    }
  
#bistro_stuff, #spa_stuff {
	background: #fff!important;
    margin: 0 !important;
	}

#restaurant_stuff {
    margin: 0 !important;
	background: #f5f5f5!important;
	}
	
	
#overlaygrid, #meeting_overlaygrid {
	background: #000!important;
    margin: 0 !important;
    }

#overlaygrid, #activities_overlaygrid {
	background: #000!important;
    margin: 0 !important;
	}
	
#lodge_overlaygrid {
	background: #000!important;
    margin: 0 0 30px !important;
	}
	
.container {
    width: 1080px;
    }

.slider-nav {
    width: 80%;
    }
  
.footer_lass {
    padding: 0 0 310px;
    }

.tz_featured_area_3 .tz_post_slider_content h2 {
    font-size: 48px;
    }
  
#tz_post_project_gallery_detail {
    right: 50px !important;
    }
    
div.itemListGrid .itemContainer {
    width: 50%!important;
    }
  
#pull_quote {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin: 0!important;
    padding: 25px 0;
    }
  
#intro-text-blocks {
    background: #ffffff none repeat scroll 0 0 !important;
    padding: 30px 60px 30px 50px !important;
    }

.homepagetext {
    padding: 15px !important;
    }

#tz-highlights1,#tz-highlights2,#tz-highlights3 {
    padding: 0 0 50px 0!important;
    }
  
#tz-hero-wrapper {
    margin-top: 110px!important;
    }
  
#tz-gallerygrid5, #tz-gallerygrid6, #tz-gallerygrid7 {
    padding: 0 0 30px 0 !important;
    }

#tz-gallerygrid8 {
    padding: 0 !important;
    }
    
#tz-gallerygrid9, #tz-gallerygrid10, #tz-gallerygrid11 {
    padding: 0 0 30px 0 !important;
    }
    
#tz-gallerygrid12 {
    padding: 0 !important;
    }

#tz-footer4 {
    text-align: center!important;
    }
}

@media only screen and (max-width: 1170px) and (min-width: 942px) {
  .tz_widget_about_page.tz_custom_padding_col_2 .module-title span {
    padding: 0;
    font-size: 36px;
  }
  .tz_widget_about_page.tz_custom_padding_col_2 .tzcontact-info ul li {
    margin-bottom: 5px;
  }
  .container {
    width: 910px;
  }
  .tz-resposive-nav-slider .moduleItemImage img {
    height: 600px;
  }
  .tz-resposive-for-slider .slider_show_image img {
    height: 350px;
  }
  
#overlaygrid, #meeting_overlaygrid {
	background: #000!important;
    margin: 0 -15px !important;
	}

#overlaygrid, #activities_overlaygrid {
	background: #000!important;
    margin: 0 -15px !important;
	}
	
#lodge_overlaygrid {
	background: #000!important;
    margin: 0 -15px 60px !important;
	}
	
#tz-left_overlay, #tz-right_overlay, #tz-lodge_left_overlay, #tz-lodge_right_overlay {
    margin: -35px 0 !important;
    }
  
#tz-footer4 {
     text-align: center!important;
     }
}

@media only screen and (max-width: 991px) {
  #tz_avatar_sub_header .tz_avatar_sub_header_featured {
    width: 100%;
    height: 100%;
  }
  .tz_custom_padding_col_a1 {
    padding-right: 15px;
  }
  .tz_widget_about_page.tz_custom_padding_col_2 {
    padding-left: 15px;
  }
  .tz_custom_padding_col {
    padding-right: 15px;
  }
  .tz_custom_padding_col_2 {
    padding-left: 15px;
  }
  
#overlaygrid, #meeting_overlaygrid {
	background: #000!important;
    margin: 0 -15px !important;
  }

#overlaygrid, #activities_overlaygrid {
	background: #000!important;
    margin: 0 -15px !important;
	}
	  
#lodge_overlaygrid {
	background: #000!important;
    margin: 0 -15px 30px !important;
	}

#tz-gallerygrid2 {
    padding: 0 0 10px 0px !important;
    margin: -24px 0 0 0 !important;
    } 
  
.customcontent_padded {
    background: #ffffff none repeat scroll 0 0 !important;
    padding: 0 !important;
    text-align: center!important;
    }
  
#tz-footer4 {
     text-align: center!important;
     }
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
  
.container {
    width: 726px;
    }
.caret::after {
    right: -6px;
    }
  
#overlaygrid, #meeting_overlaygrid {
	background: #000!important;
    margin: 0 -15px !important;
    }

#overlaygrid, #activities_overlaygrid {
	background: #000!important;
    margin: 0 -15px !important;
	}
	
#lodge_overlaygrid {
	background: #000!important;
    margin: 0 -15px 30px !important;
	}

#tz-gallerygrid2 {
    padding: 0 0 10px 0px !important;
    margin: -24px 0 0 0 !important;
    }

#tz-gallerygrid5, #tz-gallerygrid6, #tz-gallerygrid7, #tz-gallerygrid8 {
    padding: 0 !important;
    } 
    
#tz-footer4 {
     text-align: center!important;
     }
}

@media only screen and (max-width: 960px) {
  
#overlaygrid, #meeting_overlaygrid {
	background: #000!important;
    margin: 0 -15px !important;
    }

#overlaygrid, #activities_overlaygrid {
	background: #000!important;
    margin: 0 -15px !important;
	}
	
#lodge_overlaygrid {
	background: #000!important;
    margin: 0 -15px 30px !important;
	}

#bistro-content, #restaurant-content, #brooks-content, #spa-content {
    background: #ffffff!important;
    margin: 20px -20px 0 !important;
    }
    
#tz-left_overlay, #tz-right_overlay, #tz-lodge_left_overlay, #tz-lodge_right_overlay {
    margin: -35px 0 !important;
    }

#plazart-mainnav .plazart-megamenu .navbar-nav > li {
    margin-right: 14px;
    }
  
.tz_featured_area_3 .tz_post_slider_content h2 {
    font-size: 36px;
    }
  
#left_column, #golf_left_column {
    width: 100% !important;
    float: none!important;
    padding: 0 35px 35px 35px!important;
    }

#right_column, #golf_right_column {
    width: 100% !important;
    float: none!important;
    padding: 0 35px 60px!important;
    }
  
#left_column_40 {
    width: 100% !important;
    float: none!important;
    padding: 45px 35px 35px 35px!important;
    }

#right_column_60 {
    width: 100% !important;
    float: none!important;
    padding: 45px 35px 60px!important;
    }
  
#booking_left_column {
    width: 100% !important;
    float: none!important;
    padding: 0 35px 35px 35px!important;
    }

#booking_right_column {
    width: 100% !important;
    float: none!important;
    padding: 0 35px 60px!important;
    }
  
#left_column_500, #left_column_700, #right_column_500, #right_column_700, #left_column_66, #right_column_33 {
    width: 100% !important;
    float: none!important;
    padding: 0 35px 35px 35px!important;
    }
  
#weddings-slideshow {
	background: #ffffff!important;
	margin: 0 0 100px 0 !important;
	}
	
#tz-footer4 {
    text-align: center!important;
    }
}

@media only screen and (max-width: 768px) {
  
#overlaygrid, #meeting_overlaygrid {
	background: #000!important;
    margin: 0 -15px !important;
    }

#overlaygrid, #activities_overlaygrid {
	background: #000!important;
    margin: 0 -15px !important;
	}
	  
#lodge_overlaygrid {
	background: #000!important;
    margin: 0 -15px 30px !important;
	}
  
#tz-form_hero-wrapper {
    background-color: rgb(242, 242, 242) !important;
    padding: 25px 0 0 0 !important;
    }

.itemBackToTop {
    display: none;
    }

.itemComments {
    margin-bottom: 15px;
    }
    
.login {
    margin: 55px auto 88px;
    width: 100%;
    }
  
#tz-gallerygrid5, #tz-gallerygrid6, #tz-gallerygrid7, #tz-gallerygrid8 {
    padding: 0 !important;
    }
    
#tz-footer4 {
     text-align: center!important;
     }
}

@media only screen and (max-width: 767px) {
  
#overlaygrid, #meeting_overlaygrid {
	background: #000!important;
    margin: 0 !important;
    }

#overlaygrid, #activities_overlaygrid {
	background: #000!important;
    margin: 0 !important;
	}
	  
#lodge_overlaygrid {
	background: #000!important;
    margin: 0 0 30px !important;
	}

#mainmenumobile-max {
  	margin: -15px !important;
    }
  
#secondary-menu-max {
  	margin: 0 -15px 15px -15px !important;
    }
  
#tz-footer4 {
     text-align: center!important;
     }
  
.title_contact h3.module-title span {
    font-size: 24px;
    }
    
.contact-form {
    margin-bottom: 20px;
    }
  
#tz_avatar_sub_header .tz_avatar_sub_header_featured {
    width: auto;
    max-width: none;
    min-width: inherit;
    }
    
div.itemToolbar {
    text-align: center;
    }
  
div.itemToolbar ul {
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    }
  
div.itemToolbar ul li:first-child {
    border: none;
    padding-left: 0;
    }
  
.SocialSharing {
    text-align: center;
    }

.itemSocialSharing .itemAuthor {
    text-align: center;
    }
  
.itemSocialSharing a.main-bg:last-child {
    margin: 0;
    }
  
.tzimg_item img {
    margin: 0 auto;
    float: none;
    display: block;
    }
  
.itemContentFooter span {
    display: block;
    clear: both;
    text-align: left;
    padding-top: 10px;
    }
  
.itemTitle {
    font-size: 28px;
    }
  
.tz-instagram-content .wp_item {
    width: 50%;
    padding-top: 2px;
    }
  
.promo-item {
    width: 100%;
    }
  
div.itemListGrid .itemContainer {
    width: 100%!important;
    }
    
.blog_list #itemListPrimary div.itemContainer .post-img {
    float: none;
    margin-bottom: 25px;
    margin-right: 0;
    }
    
.blog_list #itemListPrimary div.itemContainer .post-img img {
    max-width: 100%;
    }
    
.itemListMasonry div.itemContainer {
    width: 100% !important;
    }
  
.itemContainer {
    width: 100% !important;
    }

.grid_slider .slider-nav {
    display: none;
    }

.navbar-toggle {
    float: none;
    }

#tz_avatar_sub_header .tz_avatar_sub_header_featured {
    width: 100%;
    }
  
div.search_icon {
    float: right;
    padding: 10px;
    display: inline-block;
    }
  
li.search_icon {
    display: none !important;
    }
  
#tz-search-menu {
    z-index: 99;
    padding: 0;
    }
    
  
.caret {
    color: #ffffff;
    }
  
.slider-for.slick-dotted.slick-slider .slick-dots {
    bottom: 20%;
    }
    
#plazart-mainnav .plazart-megamenu .dropdown-submenu:before {
    content: "\f107";
    top: 18px;
    right: 11px;
    }
  
#plazart-mainnav .mega-nav {
    padding-left: 15px;
    }
  
.container {
    width: auto;
    padding: 0 15px;
    }

.tz_fix_menu_on_slider .container {
    position: relative;
    }

.tz_fix_menu_on_slider .container #tz-logo img {
    z-index: 2;
    }
  
.tz_fix_menu_on_slider .container .navbar-toggle {
    margin: 0;
    }
  
.tz_fix_menu_on_slider .container .navbar-collapse {
    padding: 40px 0;
    height: 450px;
    overflow: auto;
    }
  
.tz_fix_menu_on_slider .container #plazart-mainnav .plazart-megamenu {
    display: block;
    float: none;
    }
  
.tz_fix_menu_on_slider .container #plazart-mainnav .plazart-megamenu > ul {
    background: #26292c none repeat scroll 0 0;
    margin: 0;
    }
  
.tz_fix_menu_on_slider .container #plazart-mainnav .plazart-megamenu > ul > li {
    margin-right: 0;
    text-align: left;
    padding-left: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
  
.tz_fix_menu_on_slider .container #plazart-mainnav .plazart-megamenu > ul > li.active > a {
    color: #f7803c;
    }
  
.tz_fix_menu_on_slider .container #plazart-mainnav .plazart-megamenu > ul > li > a {
    color: #ffffff;
    position: relative;
    }
  
.tz_fix_menu_on_slider .container #plazart-mainnav .plazart-megamenu > ul > li > a > b {
    top: 0;
    right: 18px;
    }

.tz_fix_menu_on_slider .container #plazart-mainnav .plazart-megamenu li i.incon_open,.tz_fix_menu_on_slider .container #plazart-mainnav .plazart-megamenu li a {
    line-height: 42px;
    }
  
.tz_fix_menu_on_slider .container .text-right {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 28px 0;
    z-index: 1;
    }
}

@media only screen and (max-width: 767px) and (min-width: 560px) {
  
#overlaygrid, #meeting_overlaygrid {
	background: #000!important;
    margin: 0 !important;
    }

#overlaygrid, #activities_overlaygrid {
	background: #000!important;
    margin: 0 !important;
	}
	  
#lodge_overlaygrid {
	background: #000!important;
    margin: 0 0 30px !important;
	}
	
.custommountainsarecalling {
    margin: 20px 0 !important;
    }  
}

@media only screen and (max-width: 640px) {
  
#tz-gallery-menu-wrapper {
    background: #ffffff !important;
    margin: 0;
    padding-top: 25px;
    }
    
#overlaygrid, #meeting_overlaygrid {
	background: #000!important;
    margin: 0 -15px !important;
    }

#overlaygrid, #activities_overlaygrid {
	background: #000!important;
    margin: 0 -15px !important;
	}
	
  #lodge_overlaygrid {
	background: #000!important;
    margin: 0 -15px 30px !important;
	}
	
#tz-gallerygrid2 {
    padding: 0 0 10px 15px !important;
    margin: -25px 0 0 0 !important;
    }

div#secondary-menu-max.maximenuckh ul.maximenuck {
    display: none !important;
    }
    
.container {
    padding: 0!important;
    }
  
#more-info-homepage, #more-info {
    margin: 40px 0 !important;
    }
  
#tz-hero-wrapper {
    margin-top: -10px!important;
    }
  
.articleBody {
    margin-top: 40px !important;
    }
  
.custommountainsarecalling {
    margin: 20px 0 !important;
    }
  
#tz-intro {
    margin-top: -30px!important;
    }
  
#footer-section-1 {
    margin: 50px 10px 0 !important;
    }
}

@media only screen and (max-width: 560px) and (min-width: 480px) {
  
.container {
    padding: 0!important;
    }
  
.tz-resposive-nav-slider .moduleItemImage img {
    height: 500px;
    }
  
.tz-resposive-for-slider .slider_show_image img {
    height: 300px;
    }
}

@media only screen and (max-width: 480px) {

.readon {
    padding: 16px !important;
    font-size: 14px !important;
    } 
    
#intro-text-blocks {
    background: #ffffff none repeat scroll 0 0;
    padding: 25px 20px 10px !important;
    }
  
.container {
    padding: 0!important;
    }
  
.tz_feat_inner_column {
    margin: 0;
    }

.itemAuthorBlock {
    display: block;
    text-align: center;
    }
    
.itemAuthorBlock .itemAuthorAvatar, .itemAuthorBlock .image_users {
    float: none;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 0;
    }
  
.tzcontact_form input {
    width: 100%;
    right: 0;
    }
  
.tz_social_contact a {
    display: block;
    margin: 10px 0;
    }
  
ul.side-newsfeed li .side-item .side-image {
    float: none;
    width: 100%;
    }
  
ul.side-newsfeed li .side-item .side-image img {
    width: 100%;
    }
  
ul.side-newsfeed li .side-item .side-item-text {
    display: block;
    width: 100%;
    padding-top: 15px;
    }
  
.customcontent_padded {
    background: #ffffff none repeat scroll 0 0 !important;
    padding: 0 !important;
    text-align: center!important;
    }
}

/*# sourceMappingURL=template.css.map */