@charset "UTF-8";
/*!
Theme Name: Zanita
Theme URI: http://zanita.com.au
Author: Triggerfish
Author URI: http://triggerfish.se/
Description: Zanita WP base theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zanita
*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
html{
  font-family: 'raleway',sans-serif;
}
.content-posts{
  overflow:hidden;
  padding-bottom: 50px;
}
.tool-bar .dashboard .blog-cat-title {
    position: absolute;
    top: 0;
    font-size: 50px;
    right: 10px;
    margin: 0;
    letter-spacing: 1px;
}
@media(max-width:767px){
  .tool-bar .dashboard .blog-cat-title {
    position: relative;
    font-size: 36px;
    margin: 10px 0 30px;display: none;
}
}
 @font-face{font-family:FontAwesome;src:url(fonts/fontawesome-webfont.eot?v=4.3.0);src:url(fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}
 .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
}

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

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

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  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-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears:before {
  content: "\f085";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before {
  content: "\f0dc";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before {
  content: "\f150";
}

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

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

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

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

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

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

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

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

.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before {
  content: "\f191";
}

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

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

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

.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,.fa-mortar-board: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
  content: "\f1c5";
}

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

.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before {
  content: "\f1cd";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-circle-thin:before,.fa-genderless: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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel:before {
  content: "\f20b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[class*=" icon-"],[class^=icon-] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -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-home4:before {
  content: "\e603";
}

.icon-home5:before {
  content: "\e604";
}

.icon-home6:before {
  content: "\e605";
}

.icon-pencil:before {
  content: "\e606";
}

.icon-pencil2:before {
  content: "\e607";
}

.icon-edit:before {
  content: "\e608";
}

.icon-edit2:before {
  content: "\e609";
}

.icon-feather:before {
  content: "\e60a";
}

.icon-feather2:before {
  content: "\e60b";
}

.icon-pen:before {
  content: "\e60c";
}

.icon-brush:before {
  content: "\e60d";
}

.icon-paintbrush:before {
  content: "\e60e";
}

.icon-paint-roller:before {
  content: "\e60f";
}

.icon-eye-dropper:before {
  content: "\e610";
}

.icon-magic:before {
  content: "\e611";
}

.icon-design:before {
  content: "\e612";
}

.icon-magnet:before {
  content: "\e613";
}

.icon-aim:before {
  content: "\e614";
}

.icon-gun:before {
  content: "\e615";
}

.icon-droplet:before {
  content: "\e616";
}

.icon-droplet2:before {
  content: "\e617";
}

.icon-fire:before {
  content: "\e618";
}

.icon-lighter:before {
  content: "\e619";
}

.icon-knife:before {
  content: "\e61a";
}

.icon-toilet-paper:before {
  content: "\e61b";
}

.icon-umbrella:before {
  content: "\e61c";
}

.icon-sun-small:before {
  content: "\e61d";
}

.icon-sun:before {
  content: "\e61e";
}

.icon-moon:before {
  content: "\e61f";
}

.icon-cloud:before {
  content: "\e620";
}

.icon-cloud-upload:before {
  content: "\e621";
}

.icon-cloud-download:before {
  content: "\e622";
}

.icon-cloud-rain:before {
  content: "\e623";
}

.icon-cloud-snow:before {
  content: "\e624";
}

.icon-cloud-fog:before {
  content: "\e625";
}

.icon-cloud-lightning:before {
  content: "\e626";
}

.icon-cloud-sync:before {
  content: "\e627";
}

.icon-cloud-lock:before {
  content: "\e628";
}

.icon-cloud-gear:before {
  content: "\e629";
}

.icon-cloud-database:before {
  content: "\e62a";
}

.icon-database:before {
  content: "\e62b";
}

.icon-shield:before {
  content: "\e62c";
}

.icon-lock:before {
  content: "\e62d";
}

.icon-unlock:before {
  content: "\e62e";
}

.icon-key:before {
  content: "\e62f";
}

.icon-key-hole:before {
  content: "\e630";
}

.icon-gear:before {
  content: "\e631";
}

.icon-gear2:before {
  content: "\e632";
}

.icon-wrench:before {
  content: "\e633";
}

.icon-tools:before {
  content: "\e634";
}

.icon-hammer:before {
  content: "\e635";
}

.icon-factory:before {
  content: "\e636";
}

.icon-factory2:before {
  content: "\e637";
}

.icon-recycle:before {
  content: "\e638";
}

.icon-trash:before {
  content: "\e639";
}

.icon-trash2:before {
  content: "\e63a";
}

.icon-heart:before {
  content: "\e63b";
}

.icon-heart2:before {
  content: "\e63c";
}

.icon-flag:before {
  content: "\e63d";
}

.icon-flag2:before {
  content: "\e63e";
}

.icon-flag3:before {
  content: "\e63f";
}

.icon-at-sign:before {
  content: "\e640";
}

.icon-envelope:before {
  content: "\e641";
}

.icon-inbox:before {
  content: "\e642";
}

.icon-paperclip:before {
  content: "\e643";
}

.icon-reply:before {
  content: "\e644";
}

.icon-reply-all:before {
  content: "\e645";
}

.icon-paper-plane:before {
  content: "\e646";
}

.icon-eye:before {
  content: "\e647";
}

.icon-eye2:before {
  content: "\e648";
}

.icon-binoculars:before {
  content: "\e649";
}

.icon-binoculars2:before {
  content: "\e64a";
}

.icon-floppy-disk:before {
  content: "\e64b";
}

.icon-printer:before {
  content: "\e64c";
}

.icon-file:before {
  content: "\e64d";
}

.icon-folder:before {
  content: "\e64e";
}

.icon-copy:before {
  content: "\e64f";
}

.icon-scissors:before {
  content: "\e650";
}

.icon-paste:before {
  content: "\e651";
}

.icon-clipboard:before {
  content: "\e652";
}

.icon-clipboard-check:before {
  content: "\e653";
}

.icon-register:before {
  content: "\e654";
}

.icon-enter:before {
  content: "\e655";
}

.icon-exit:before {
  content: "\e656";
}

.icon-papers:before {
  content: "\e657";
}

.icon-news:before {
  content: "\e658";
}

.icon-document:before {
  content: "\e659";
}

.icon-document2:before {
  content: "\e65a";
}

.icon-license:before {
  content: "\e65b";
}

.icon-graduation-hat:before {
  content: "\e65c";
}

.icon-license2:before {
  content: "\e65d";
}

.icon-medal:before {
  content: "\e65e";
}

.icon-medal2:before {
  content: "\e65f";
}

.icon-medal3:before {
  content: "\e660";
}

.icon-medal4:before {
  content: "\e661";
}

.icon-podium:before {
  content: "\e662";
}

.icon-trophy:before {
  content: "\e663";
}

.icon-music-note:before {
  content: "\e664";
}

.icon-music:before {
  content: "\e665";
}

.icon-music2:before {
  content: "\e666";
}

.icon-playlist:before {
  content: "\e667";
}

.icon-shuffle:before {
  content: "\e668";
}

.icon-headset:before {
  content: "\e669";
}

.icon-presentation:before {
  content: "\e66a";
}

.icon-play:before {
  content: "\e66b";
}

.icon-film-play:before {
  content: "\e66c";
}

.icon-camera:before {
  content: "\e66d";
}

.icon-photo:before {
  content: "\e66e";
}

.icon-picture:before {
  content: "\e66f";
}

.icon-book:before {
  content: "\e670";
}

.icon-book-closed:before {
  content: "\e671";
}

.icon-bookmark:before {
  content: "\e672";
}

.icon-bookmark2:before {
  content: "\e673";
}

.icon-books:before {
  content: "\e674";
}

.icon-library:before {
  content: "\e675";
}

.icon-contacts:before {
  content: "\e676";
}

.icon-profile:before {
  content: "\e677";
}

.icon-user:before {
  content: "\e678";
}

.icon-users:before {
  content: "\e679";
}

.icon-users2:before {
  content: "\e67a";
}

.icon-woman:before {
  content: "\e67b";
}

.icon-man:before {
  content: "\e67c";
}

.icon-shirt:before {
  content: "\e67d";
}

.icon-cart:before {
  content: "\e67e";
}

.icon-cart-empty:before {
  content: "\e67f";
}

.icon-cart-full:before {
  content: "\e680";
}

.icon-tag:before {
  content: "\e681";
}

.icon-tags:before {
  content: "\e682";
}

.icon-cash:before {
  content: "\e683";
}

.icon-credit-card:before {
  content: "\e684";
}

.icon-barcode:before {
  content: "\e685";
}

.icon-barcode2:before {
  content: "\e686";
}

.icon-barcode3:before {
  content: "\e687";
}

.icon-phone:before {
  content: "\e688";
}

.icon-phone2:before {
  content: "\e689";
}

.icon-pin:before {
  content: "\e68a";
}

.icon-map-marker:before {
  content: "\e68b";
}

.icon-compass:before {
  content: "\e68c";
}

.icon-map:before {
  content: "\e68d";
}

.icon-location:before {
  content: "\e68e";
}

.icon-road-sign:before {
  content: "\e68f";
}

.icon-calendar:before {
  content: "\e690";
}

.icon-calendar2:before {
  content: "\e691";
}

.icon-calendar3:before {
  content: "\e692";
}

.icon-mouse:before {
  content: "\e693";
}

.icon-keyboard:before {
  content: "\e694";
}

.icon-delete:before {
  content: "\e695";
}

.icon-spell-check:before {
  content: "\e696";
}

.icon-screen:before {
  content: "\e697";
}

.icon-signal:before {
  content: "\e698";
}

.icon-iphone:before {
  content: "\e699";
}

.icon-smartphone:before {
  content: "\e69a";
}

.icon-ipad:before {
  content: "\e69b";
}

.icon-tablet:before {
  content: "\e69c";
}

.icon-laptop:before {
  content: "\e69d";
}

.icon-desktop:before {
  content: "\e69e";
}

.icon-radio:before {
  content: "\e69f";
}

.icon-tv:before {
  content: "\e6a0";
}

.icon-power:before {
  content: "\e6a1";
}

.icon-lightning-bolt:before {
  content: "\e6a2";
}

.icon-lamp:before {
  content: "\e6a3";
}

.icon-plug-cord:before {
  content: "\e6a4";
}

.icon-outlet:before {
  content: "\e6a5";
}

.icon-drawer:before {
  content: "\e6a6";
}

.icon-drawer2:before {
  content: "\e6a7";
}

.icon-drawer3:before {
  content: "\e6a8";
}

.icon-archive:before {
  content: "\e6a9";
}

.icon-archive2:before {
  content: "\e6aa";
}

.icon-comment:before {
  content: "\e6ab";
}

.icon-comments:before {
  content: "\e6ac";
}

.icon-chat:before {
  content: "\e6ad";
}

.icon-quote-open:before {
  content: "\e6ae";
}

.icon-quote-close:before {
  content: "\e6af";
}

.icon-pulse:before {
  content: "\e6b0";
}

.icon-syringe:before {
  content: "\e6b1";
}

.icon-first-aid:before {
  content: "\e6b2";
}

.icon-lifebuoy:before {
  content: "\e6b3";
}

.icon-patch:before {
  content: "\e6b4";
}

.icon-patch2:before {
  content: "\e6b5";
}

.icon-lab:before {
  content: "\e6b6";
}

.icon-skull:before {
  content: "\e6b7";
}

.icon-construction:before {
  content: "\e6b8";
}

.icon-construction-cone:before {
  content: "\e6b9";
}

.icon-pie-chart:before {
  content: "\e6ba";
}

.icon-pie-chart2:before {
  content: "\e6bb";
}

.icon-graph:before {
  content: "\e6bc";
}

.icon-chart-growth:before {
  content: "\e6bd";
}

.icon-cake:before {
  content: "\e6be";
}

.icon-gift:before {
  content: "\e6bf";
}

.icon-balloon:before {
  content: "\e6c0";
}

.icon-rank:before {
  content: "\e6c1";
}

.icon-rank2:before {
  content: "\e6c2";
}

.icon-rank3:before {
  content: "\e6c3";
}

.icon-crown:before {
  content: "\e6c4";
}

.icon-lotus:before {
  content: "\e6c5";
}

.icon-diamond:before {
  content: "\e6c6";
}

.icon-diamond2:before {
  content: "\e6c7";
}

.icon-diamond3:before {
  content: "\e6c8";
}

.icon-diamond4:before {
  content: "\e6c9";
}

.icon-linearicons:before {
  content: "\e6ca";
}

.icon-teacup:before {
  content: "\e6cb";
}

.icon-glass:before {
  content: "\e6cc";
}

.icon-bottle:before {
  content: "\e6cd";
}

.icon-cocktail-glass:before {
  content: "\e6ce";
}

.icon-dinner:before {
  content: "\e6cf";
}

.icon-dinner2:before {
  content: "\e6d0";
}

.icon-hamburger:before {
  content: "\e6d1";
}

.icon-dumbbell:before {
  content: "\e6d2";
}

.icon-apple:before {
  content: "\e6d3";
}

.icon-leaf:before {
  content: "\e6d4";
}

.icon-pine-tree:before {
  content: "\e6d5";
}

.icon-tree:before {
  content: "\e6d6";
}

.icon-paw:before {
  content: "\e6d7";
}

.icon-paw2:before {
  content: "\e6d8";
}

.icon-footprint:before {
  content: "\e6d9";
}

.icon-speed-slow:before {
  content: "\e6da";
}

.icon-speed-medium:before {
  content: "\e6db";
}

.icon-speed-fast:before {
  content: "\e6dc";
}

.icon-rocket:before {
  content: "\e6dd";
}

.icon-gamepad:before {
  content: "\e6de";
}

.icon-dice:before {
  content: "\e6df";
}

.icon-ticket:before {
  content: "\e6e0";
}

.icon-hammer2:before {
  content: "\e6e1";
}

.icon-balance:before {
  content: "\e6e2";
}

.icon-briefcase:before {
  content: "\e6e3";
}

.icon-plane:before {
  content: "\e6e4";
}

.icon-gas:before {
  content: "\e6e5";
}

.icon-transmission:before {
  content: "\e6e6";
}

.icon-car:before {
  content: "\e6e7";
}

.icon-bus:before {
  content: "\e6e8";
}

.icon-truck:before {
  content: "\e6e9";
}

.icon-trailer:before {
  content: "\e6ea";
}

.icon-train:before {
  content: "\e6eb";
}

.icon-ship:before {
  content: "\e6ec";
}

.icon-anchor:before {
  content: "\e6ed";
}

.icon-boat:before {
  content: "\e6ee";
}

.icon-bicycle:before {
  content: "\e6ef";
}

.icon-cube:before {
  content: "\e6f0";
}

.icon-puzzle:before {
  content: "\e6f1";
}

.icon-glasses:before {
  content: "\e6f2";
}

.icon-accessibility:before {
  content: "\e6f3";
}

.icon-wheelchir:before {
  content: "\e6f4";
}

.icon-icons:before {
  content: "\e6f5";
}

.icon-icons2:before {
  content: "\e6f6";
}

.icon-sitemap:before {
  content: "\e6f7";
}

.icon-earth:before {
  content: "\e6f8";
}

.icon-happy:before {
  content: "\e6f9";
}

.icon-smile:before {
  content: "\e6fa";
}

.icon-grin:before {
  content: "\e6fb";
}

.icon-tongue:before {
  content: "\e6fc";
}

.icon-sad:before {
  content: "\e6fd";
}

.icon-wink:before {
  content: "\e6fe";
}

.icon-dream:before {
  content: "\e6ff";
}

.icon-shocked:before {
  content: "\e700";
}

.icon-shocked2:before {
  content: "\e701";
}

.icon-tongue2:before {
  content: "\e702";
}

.icon-neutral:before {
  content: "\e703";
}

.icon-happy-grin:before {
  content: "\e704";
}

.icon-cool:before {
  content: "\e705";
}

.icon-mad:before {
  content: "\e706";
}

.icon-grin-evil:before {
  content: "\e707";
}

.icon-evil:before {
  content: "\e708";
}

.icon-shocked3:before {
  content: "\e709";
}

.icon-annoyed:before {
  content: "\e70a";
}

.icon-mustache:before {
  content: "\e70b";
}

.icon-wondering:before {
  content: "\e70c";
}

.icon-confused:before {
  content: "\e70d";
}

.icon-bell:before {
  content: "\e70e";
}

.icon-bullhorn:before {
  content: "\e70f";
}

.icon-volume-high:before {
  content: "\e710";
}

.icon-volume-medium:before {
  content: "\e711";
}

.icon-volume-low:before {
  content: "\e712";
}

.icon-volume:before {
  content: "\e713";
}

.icon-mute:before {
  content: "\e714";
}

.icon-wifi:before {
  content: "\e715";
}

.icon-wifi2:before {
  content: "\e716";
}

.icon-wifi3:before {
  content: "\e717";
}

.icon-mic:before {
  content: "\e718";
}

.icon-mic2:before {
  content: "\e719";
}

.icon-mic-mute:before {
  content: "\e71a";
}

.icon-hourglass:before {
  content: "\e71b";
}

.icon-loading:before {
  content: "\e71c";
}

.icon-loading2:before {
  content: "\e71d";
}

.icon-loading3:before {
  content: "\e71e";
}

.icon-undo:before {
  content: "\e71f";
}

.icon-redo:before {
  content: "\e720";
}

.icon-sync:before {
  content: "\e721";
}

.icon-sync2:before {
  content: "\e722";
}

.icon-refresh:before {
  content: "\e723";
}

.icon-refresh2:before {
  content: "\e724";
}

.icon-history:before {
  content: "\e725";
}

.icon-history2:before {
  content: "\e726";
}

.icon-clock:before {
  content: "\e727";
}

.icon-clock2:before {
  content: "\e728";
}

.icon-clock3:before {
  content: "\e729";
}

.icon-clock4:before {
  content: "\e72a";
}

.icon-clock5:before {
  content: "\e72b";
}

.icon-timer:before {
  content: "\e72c";
}

.icon-timer2:before {
  content: "\e72d";
}

.icon-download:before {
  content: "\e72e";
}

.icon-upload:before {
  content: "\e72f";
}

.icon-arrow-up:before {
  content: "\e730";
}

.icon-arrow-down:before {
  content: "\e731";
}

.icon-arrow-left:before {
  content: "\e732";
}

.icon-arrow-right:before {
  content: "\e733";
}

.icon-arrow-up2:before {
  content: "\e734";
}

.icon-arrow-down2:before {
  content: "\e735";
}

.icon-arrow-left2:before {
  content: "\e736";
}

.icon-arrow-right2:before {
  content: "\e737";
}

.icon-arrow-up3:before {
  content: "\e738";
}

.icon-arrow-down3:before {
  content: "\e739";
}

.icon-arrow-left3:before {
  content: "\e73a";
}

.icon-arrow-right3:before {
  content: "\e73b";
}

.icon-arrow-up4:before {
  content: "\e73c";
}

.icon-arrow-down4:before {
  content: "\e73d";
}

.icon-arrow-left4:before {
  content: "\e73e";
}

.icon-arrow-right4:before {
  content: "\e73f";
}

.icon-terminal:before {
  content: "\e740";
}

.icon-bug:before {
  content: "\e741";
}

.icon-code:before {
  content: "\e742";
}

.icon-file-code:before {
  content: "\e743";
}

.icon-file-image:before {
  content: "\e744";
}

.icon-file-zip:before {
  content: "\e745";
}

.icon-file-audio:before {
  content: "\e746";
}

.icon-file-video:before {
  content: "\e747";
}

.icon-link:before {
  content: "\e748";
}

.icon-link2:before {
  content: "\e749";
}

.icon-unlink:before {
  content: "\e74a";
}

.icon-link3:before {
  content: "\e74b";
}

.icon-unlink2:before {
  content: "\e74c";
}

.icon-thumbs-up:before {
  content: "\e74d";
}

.icon-thumbs-down:before {
  content: "\e74e";
}

.icon-thumbs-up2:before {
  content: "\e74f";
}

.icon-thumbs-down2:before {
  content: "\e750";
}

.icon-thumbs-up3:before {
  content: "\e751";
}

.icon-thumbs-down3:before {
  content: "\e752";
}

.icon-share:before {
  content: "\e753";
}

.icon-share2:before {
  content: "\e754";
}

.icon-share3:before {
  content: "\e755";
}

.icon-options:before {
  content: "\e756";
}

.icon-list:before {
  content: "\e757";
}

.icon-list2:before {
  content: "\e758";
}

.icon-magnifier:before {
  content: "\e759";
}

.icon-zoom-in:before {
  content: "\e75a";
}

.icon-zoom-out:before {
  content: "\e75b";
}

.icon-question:before {
  content: "\e75c";
}

.icon-checkmark:before {
  content: "\e75d";
}

.icon-cross:before {
  content: "\e75e";
}

.icon-chevron-up:before {
  content: "\e75f";
}

.icon-chevron-down:before {
  content: "\e760";
}

.icon-chevron-left:before {
  content: "\e761";
}

.icon-chevron-right:before {
  content: "\e762";
}

.icon-arrow-up5:before {
  content: "\e763";
}

.icon-arrow-down5:before {
  content: "\e764";
}

.icon-arrow-left5:before {
  content: "\e765";
}

.icon-arrow-right5:before {
  content: "\e766";
}

.icon-expand:before {
  content: "\e767";
}

.icon-shrink:before {
  content: "\e768";
}

.icon-expand2:before {
  content: "\e769";
}

.icon-shrink2:before {
  content: "\e76a";
}

.icon-move:before {
  content: "\e76b";
}

.icon-tab:before {
  content: "\e76c";
}

.icon-warning:before {
  content: "\e76d";
}

.icon-circle-exclamation:before {
  content: "\e76e";
}

.icon-circle-question:before {
  content: "\e76f";
}

.icon-circle-checkmark:before {
  content: "\e770";
}

.icon-circle-cross:before {
  content: "\e771";
}

.icon-circle-plus:before {
  content: "\e772";
}

.icon-circle-minus:before {
  content: "\e773";
}

.icon-circle-up:before {
  content: "\e774";
}

.icon-circle-down:before {
  content: "\e775";
}

.icon-circle-left:before {
  content: "\e776";
}

.icon-circle-right:before {
  content: "\e777";
}

.icon-circle-up2:before {
  content: "\e778";
}

.icon-circle-down2:before {
  content: "\e779";
}

.icon-circle-left2:before {
  content: "\e77a";
}

.icon-circle-right2:before {
  content: "\e77b";
}

.icon-circle-backward:before {
  content: "\e77c";
}

.icon-circle-first:before {
  content: "\e77d";
}

.icon-circle-previous:before {
  content: "\e77e";
}

.icon-circle-stop:before {
  content: "\e77f";
}

.icon-circle-play:before {
  content: "\e780";
}

.icon-circle-pause:before {
  content: "\e781";
}

.icon-circle-next:before {
  content: "\e782";
}

.icon-circle-last:before {
  content: "\e783";
}

.icon-circle-forward:before {
  content: "\e784";
}

.icon-circle-eject:before {
  content: "\e785";
}

.icon-crop:before {
  content: "\e786";
}

.icon-frame:before {
  content: "\e787";
}

.icon-ruler:before {
  content: "\e788";
}

.icon-funnel:before {
  content: "\e789";
}

.icon-flip-horizontal:before {
  content: "\e78a";
}

.icon-flip-vertical:before {
  content: "\e78b";
}

.icon-subtract:before {
  content: "\e78c";
}

.icon-combine:before {
  content: "\e78d";
}

.icon-intersect:before {
  content: "\e78e";
}

.icon-exclude:before {
  content: "\e78f";
}

.icon-align-center-vertical:before {
  content: "\e790";
}

.icon-align-right:before {
  content: "\e791";
}

.icon-align-bottom:before {
  content: "\e792";
}

.icon-align-left:before {
  content: "\e793";
}

.icon-align-center-horizontal:before {
  content: "\e794";
}

.icon-align-top:before {
  content: "\e795";
}

.icon-square:before {
  content: "\e796";
}

.icon-circle:before {
  content: "\e797";
}/*! fonts */.open-sans {
  font-family: 'Open Sans',sans-serif;
}

.old-standard {
  font-family: 'Old Standard TT',serif;
}

.statisfy {
  font-family: Satisfy,cursive;
}/*! color */span.legend {
  background: #f4f4f4;
  padding: 0 20px;
}

span.legend:before {
  border-top: 1px solid #1d1f1f;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

span.old-standard {
  font-family: 'Old Standard TT',serif!important;
}

a.red-box {
  color: #fff;
  display: inline-block;
  background: #ea7a73;
  padding: 9px 15px;
  margin-top: 7px;
  margin-right: 15px;
  margin-bottom: 7px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

@media (max-width:767px) {
  a.red-box {
    display: block;
    margin: 0;
  }
}

a.red-box:last-child {
  margin: 0;
}

a.red-box:hover {
  background: #ed8f89;
  color: #fff!important;
}

hr {
  display: block;
  width: 100%;
  border-top: 1px solid #1d1f1f;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-loading .slick-list {
  background: #fff url(images/ajax-loader.gif) center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-next,.slick-prev, .owl-next, .owl-prev {
  position: absolute;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: 0;
  z-index: 400;
}
.owl-prev > span, .owl-next > span {
    opacity: 0;
}
@media (max-width:767px) {
  .slick-next,.slick-prev, .owl-next, .owl-prev {
    top: 40%;
  }
}

.slick-next:before,.slick-prev:before, .owl-next:before, .owl-prev:before {
  font-family: icomoon;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .owl-prev {
  left: 0;
}

[dir=rtl] .slick-prev, [dir=rtl] .owl-prev {
  left: auto;
  right: 0;
}

.slick-prev:before, .owl-prev:before {
  content: "\e761";
}

[dir=rtl] .slick-prev:before, [dir=rtl] .owl-prev:before {
  content: "\e761";
}

.slick-next, .owl-next {
  right: 0;
}

[dir=rtl] .slick-next, [dir=rtl] .owl-next {
  left: 50px;
  right: auto;
}

.slick-next:before, .owl-next:before {
  content: "\e762";
}

[dir=rtl] .slick-next:before, [dir=rtl] .owl-next:before {
  content: "\e762";
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: icomoon;
  position: absolute;
  top: 0;
  left: 0;
  content: "\e797";
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 1;
  background: #000;
  border-radius: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  background:transparent;
  opacity: .75;
}

.group:after,.group:before {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lightGallery {
  overflow: hidden!important;
}

#lightGallery-Gallery img {
  border: none!important;
}

#lightGallery-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 1;
  -webkit-transition: opacity .35s ease;
  -moz-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  -ms-transition: opacity .35s ease;
  transition: opacity .35s ease;
  background: #000;
  background: rgba(0,0,0,.9);
}

#lightGallery-outer .lightGallery-slide {
  position: relative;
}

#lightGallery-Gallery.opacity {
  opacity: 1;
  transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
}

#lightGallery-Gallery.opacity .thumb_cont {
  opacity: 1;
}

#lightGallery-Gallery.fadeM {
  opacity: 0;
  transition: opacity .5s ease 0s;
  -moz-transition: opacity .5s ease 0s;
  -webkit-transition: opacity .5s ease 0s;
  -o-transition: opacity .5s ease 0s;
  -ms-transition: opacity .5s ease 0s;
}

#lightGallery-Gallery {
  height: 100%;
  opacity: 0;
  width: 100%;
  position: relative;
  transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
}

#lightGallery-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  white-space: nowrap;
}

#lightGallery-slider .lightGallery-slide {
  background: url(images/loading.gif) no-repeat scroll center center transparent;
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
}

#lightGallery-slider .lightGallery-slide.complete {
  background-image: none;
}

#lightGallery-Gallery.showAfterLoad .lightGallery-slide>* {
  opacity: 0;
}

#lightGallery-Gallery.showAfterLoad .lightGallery-slide.complete>* {
  opacity: 1;
}

#lightGallery-slider.slide .lightGallery-slide,#lightGallery-slider.useLeft .lightGallery-slide {
  position: absolute;
  opacity: .4;
}

#lightGallery-slider.fadeM .lightGallery-slide {
  position: absolute;
  left: 0;
  opacity: 0;
}

#lightGallery-slider.animate .lightGallery-slide {
  position: absolute;
  left: 0;
}

#lightGallery-slider.fadeM .current {
  opacity: 1;
  z-index: 9;
}

#lightGallery-slider .lightGallery-slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#lightGallery-slider.slide.on .lightGallery-slide {
  opacity: 0;
}

#lightGallery-slider.slide .lightGallery-slide.current {
  opacity: 1!important;
  transform: translate3d(0,0,0)!important;
  -moz-transform: translate3d(0,0,0)!important;
  -ms-transform: translate3d(0,0,0)!important;
  -webkit-transform: translate3d(0,0,0)!important;
  -o-transform: translate3d(0,0,0)!important;
}

#lightGallery-slider.slide .lightGallery-slide.prevSlide {
  opacity: 0;
  transform: translate3d(-100%,0,0);
  -moz-transform: translate3d(-100%,0,0);
  -ms-transform: translate3d(-100%,0,0);
  -webkit-transform: translate3d(-100%,0,0);
  -o-transform: translate3d(-100%,0,0);
}

#lightGallery-slider.slide .lightGallery-slide.nextSlide {
  opacity: 0;
  transform: translate3d(100%,0,0);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(100%,0,0);
  -o-transform: translate3d(100%,0,0);
}

#lightGallery-slider.useLeft .lightGallery-slide {
  left: 100%;
}

#lightGallery-slider.useLeft.on .lightGallery-slide {
  opacity: 0;
}

#lightGallery-slider.useLeft .lightGallery-slide.current {
  opacity: 1!important;
  left: 0!important;
}

#lightGallery-slider.useLeft .lightGallery-slide.prevSlide {
  opacity: 0;
  left: -100%;
}

#lightGallery-slider.useLeft .lightGallery-slide.nextSlide {
  opacity: 0;
  left: 100%;
}

#lightGallery-slider.slide.on .current,#lightGallery-slider.slide.on .lightGallery-slide,#lightGallery-slider.slide.on .nextSlide,#lightGallery-slider.slide.on .prevSlide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
}

#lightGallery-slider.speed .current,#lightGallery-slider.speed .lightGallery-slide,#lightGallery-slider.speed .nextSlide,#lightGallery-slider.speed .prevSlide {
  transition-duration: inherit!important;
  -moz-transition-duration: inherit!important;
  -webkit-transition-duration: inherit!important;
  -o-transition-duration: inherit!important;
  -ms-transition-duration: inherit!important;
}

#lightGallery-slider.timing .current,#lightGallery-slider.timing .lightGallery-slide,#lightGallery-slider.timing .nextSlide,#lightGallery-slider.timing .prevSlide {
  transition-timing-function: inherit!important;
  -moz-transition-timing-function: inherit!important;
  -webkit-transition-timing-function: inherit!important;
  -o-transition-timing-function: inherit!important;
  -ms-transition-timing-function: inherit!important;
}

#lightGallery-slider .lightGallery-slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  cursor: -moz-grabbing;
  cursor: grab;
  cursor: -webkit-grab;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#lightGallery-Gallery .thumb_cont .thumb_inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s;
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lightGallery-slide .object.rightEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}

.lightGallery-slide .object.leftEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}

#lightGallery-action {
  bottom: 20px;
  position: fixed;
  left: 50%;
  margin-left: -30px;
  z-index: 9;
  -webkit-backface-visibility: hidden;
}

#lightGallery-action.hasThumb {
  margin-left: -46px;
}

#lightGallery-action a {
  margin: 0 3px 0 0!important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  display: inline-block!important;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 28px;
  height: 28px;
  font-family: icomoon;
  color: #FFF;
  cursor: pointer;
}

#lightGallery-action a.disabled {
  opacity: .6;
  filter: alpha(opacity=60);
  cursor: default;
  background-color: #000;
  background-color: rgba(0,0,0,.65)!important;
}

#lightGallery-action a#lightGallery-next:before,#lightGallery-action a#lightGallery-prev:before {
  left: 5px;
  bottom: 3px;
  position: absolute;
  font-size: 40px;
}

#lightGallery-action a.cLthumb:after {
  font-family: icomoon;
  content: "\e63d";
  left: 6px;
  bottom: 4px;
  font-size: 16px;
  position: absolute;
}

#lightGallery_counter {
  bottom: 52px;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 9;
  color: #FFF;
}

#lightGallery-close:before,#lightGallery-next:before,#lightGallery-prev:before {
  font-size: 25px;
  font-family: icomoon;
  content: "\e75e";
  color: #fff;
}

@media (min-width:800px) {
  #lightGallery-Gallery .thumb_cont .thumb {
    width: 94px;
    height: 94px;
  }
}

#lightGallery-Gallery .thumb_cont .thumb>img {
  height: auto;
  max-width: 100%;
}

#lightGallery-Gallery .thumb_cont .thumb.active,#lightGallery-Gallery .thumb_cont .thumb:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #fff;
}

#lightGallery-slider .video_cont {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#lightGallery-slider .video_cont {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#lightGallery-slider .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#lightGallery-slider .video .object {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

#lightGallery-close {
  color: #FFF;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  z-index: 1090;
  cursor: pointer;
  border-radius: 2px;
  background-color: #000;
  background-color: rgba(0,0,0,.65);
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-backface-visibility: hidden;
}

#lightGallery-close:after {
  position: absolute;
  right: 6px;
  top: 3px;
}

#lightGallery-close:hover {
  text-decoration: none;
  background-color: #000;
}

.customHtml {
  background: none repeat scroll 0 0 #000;
  background: none repeat scroll 0 0 rgba(0,0,0,.75);
  color: #fff;
  font-family: Arial,sans-serif;
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.customHtml p {
  font-size: 14px;
}

.customHtml>h4 {
  font-family: Arial,sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 15px;
}

#mobile-nav {
  position: relative;
  height: 50px;
  background: #fff;
  color: #1d1f1f;
  z-index: 1000;
  max-width: 100%;
  border-bottom: 1px solid #cfcfcf;
}

@media (max-width:992px) {
  #mobile-nav {
    top: 0;
  }
}

.topbanner #mobile-nav {
  position: relative;
}

#mobile-nav .row {
  margin-left: 0;
  margin-right: 0;
}

#mobile-nav #site-logo {
  position: absolute;
  top: 8px;
  left: 30px;
  display: block;
  text-align: center;
  width: 100px;
  height: 90px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#mobile-nav #site-logo .svg-logo {
  display: block;
  text-align: center;
  background: url('http://zanitadev.wpengine.com/wp-content/uploads/2019/06/Group-78@2x.png') 0 0 no-repeat;
  width: 100px;
  height: 90px;
  background-size: 100px 90px;
}

#mobile-nav #nav-toggle {
  position: absolute;
  right: 30px;
  top: 15px;
  width: 25px;
  height: 20px;
  cursor: pointer;
}

#mobile-nav #nav-toggle span {
  z-index: 50;
  top: 7px;
  position: relative;
  height: 3px;
  width: 25px;
  display: block;
  background: #1d1f1f;
  border-radius: 1px;
  content: '';
  cursor: pointer;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#mobile-nav #nav-toggle span:after,#mobile-nav #nav-toggle span:before {
  position: absolute;
  height: 3px;
  width: 25px;
  display: block;
  background: #1d1f1f;
  border-radius: 1px;
  content: '';
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#mobile-nav #nav-toggle span:before {
  top: -7px;
}

#mobile-nav #nav-toggle span:after {
  bottom: -7px;
}

#mobile-nav .search-field {
  border: none;
  padding: 4px 15px;
  outline: 0;
  background: #fff;
  border-bottom: 1px solid #1d1f1f;
  color: #1d1f1f;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

#mobile-nav .search-field::-webkit-input-placeholder {
  color: #1d1f1f;
}

#mobile-nav .search-field:-moz-placeholder {
  color: #1d1f1f;
}

#mobile-nav .search-field::-moz-placeholder {
  color: #1d1f1f;
}

#mobile-nav .search-field:-ms-input-placeholder {
  color: #1d1f1f;
}

.off-canvas-navigation {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1d1f1f;
  z-index: -1;
  display: none!important;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

@media (min-width:993px) {
  .off-canvas-navigation {
    display: none!important;
  }
}

.off-canvas-active .off-canvas-navigation {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: block!important;
  z-index: 1;
  width: 40%;
}

@media (min-width:993px) {
  .off-canvas-active .off-canvas-navigation {
    display: none!important;
  }
}

@media (max-width:992px) {
  .off-canvas-active .off-canvas-navigation {
    width: 80%;
  }
}

.admin-bar .off-canvas-navigation {
  top: 32px;
}

@media (max-width:782px) {
  .admin-bar .off-canvas-navigation {
    top: 46px;
  }
}

.off-canvas-navigation .scroll {
  padding: 25px;
  height: inherit;
  overflow-y: auto!important;
  overflow-x: hidden!important;
}

.off-canvas-navigation .search-form input[type=search] {
  width: 100%;
  padding: 0 15px;
  height: 50px;
  border: 0 none;
  background: #c6c7c7;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.off-canvas-navigation .search-form input[type=search]::-webkit-input-placeholder {
  color: #1d1f1f;
}

.off-canvas-navigation .search-form input[type=search]:-moz-placeholder {
  color: #1d1f1f;
}

.off-canvas-navigation .search-form input[type=search]::-moz-placeholder {
  color: #1d1f1f;
}

.off-canvas-navigation .search-form input[type=search]:-ms-input-placeholder {
  color: #1d1f1f;
}

.off-canvas-navigation .search-form input[type=search]:focus {
  background: rgba(198,199,199,.85);
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

@media (max-width:767px) {
  .off-canvas-navigation .search-form input[type=search] {
    margin-bottom: 5px;
  }
}

.off-canvas-navigation ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.off-canvas-navigation ul.menu:first-child {
  margin-top: 25px;
}

.off-canvas-navigation ul.menu li {
  position: relative;
  padding-bottom: 15px;
}

.off-canvas-navigation ul.menu li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .06em;
  text-decoration: none;
  font-weight: 700;
}

.off-canvas-navigation ul.menu li.current-menu-item>a:not(.toggle) {
  color: #ea7a73;
}

.off-canvas-navigation ul.menu li a.toggle {
  position: absolute;
  right: -20px;
  top: -9px;
  font-size: 18px;
  padding: 10px 15px 10px 10px;
  border-bottom: 0 none;
  background: 0 0!important;
  text-decoration: none;
}

.off-canvas-navigation ul.menu li a.toggle:before {
  content: "\e762";
}

.off-canvas-navigation ul.menu li .sub-menu {
  display: none;
  padding-top: 15px;
  margin: 0;
  padding: 10px 10px 0 10px;
}

.off-canvas-navigation ul.menu li .sub-menu.current-menu-item>a:not(.toggle) {
  background: #1d1f1f;
  color: #93c3d5;
}

.off-canvas-navigation ul.menu li .sub-menu li {
  padding-bottom: 7px;
}

.off-canvas-navigation ul.menu li .sub-menu li:last-child {
  padding-bottom: 0;
}

.off-canvas-navigation ul.menu li .sub-menu li a {
  font-size: 14px;
}

.off-canvas-navigation ul.menu li.toggle-sub>a.toggle:before {
  content: "\e760";
}

.off-canvas-navigation ul.menu li.toggle-sub .sub-menu {
  display: block;
}

.off-canvas-navigation ul.menu li.toggle-sub .sub-menu li.toggle-sub>.sub-menu {
  display: block;
}

#top-bar {
  position: fixed;
  top: 0;
  background: #eee;
  width: 100%;
  height: 30px;
  z-index: 1200;
}

.admin-bar #top-bar {
  top: 32px;
}

.topbanner #top-bar {
  position: relative;
}

.topbanner.stucked #top-bar {
  top: 0;
  position: fixed;
}

.admin-bar.topbanner.stucked #top-bar {
  top: 32px;
  position: fixed;
}

#top-bar .col {
  position: relative;
  height: 30px;
}

#top-bar ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 30px;
}

#top-bar ul li {
  position: relative;
  font-family: 'Open Sans',sans-serif;
  display: inline-block;
  font-size: 15px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  text-align: left;
  height: 70px;
}

#top-bar ul li.search {
  float: right;
  margin-right: 0;
}

#top-bar ul li a {
  display: block;
  color: #7b0100;
  text-decoration: none;
  letter-spacing: .1em;
  line-height: 30px;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

#top-bar ul li a i {
  font-size: 20px;
}

#top-bar ul li a:hover {
  color: #676e6e;
}

#top-bar .search-field {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 10;
  border: none;
  padding: 0;
  outline: 0;
  background: #eee;
  border-bottom: 1px solid #1d1f1f;
  color: #1d1f1f;
  width: 0;
  height: 29px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width .2s ease;
  -moz-transition: width .2s ease;
  -o-transition: width .2s ease;
  transition: width .2s ease;
}

#top-bar .search-field.toggled {
  width: 85%;
  height: 29px;
}

#header {
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  /*top: 30px;
  position: fixed;*/
  width: 100%;
  height: 90px;
  /*background: #f3f0e7;*/
  color: #1d1f1f;
  z-index: 1000;
  /*-webkit-box-shadow: 0 -8px 26px #cfcfcf;
  -moz-box-shadow: 0 -8px 26px #cfcfcf;
  box-shadow: 0 -8px 26px #cfcfcf;*/
  -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
  display: inline-flex;
  padding-right: 15px;
}

.admin-bar #header {
  top: 32px;
}

.admin-bar.topbanner #header {
  top: 30px;
}

.admin-bar.topbanner.stucked #header {
  top: 62px;
  position: fixed;
}

.stucked #header {
  height: 50px;
}

.topbanner #header {
  top: auto;
  position: relative;
  background: #f3f0e7;
  height: 50px;
}

.topbanner.stucked #header {
  top: 30px;
  position: fixed;
}

#header>.container {
  height: 100%;
}

#header .main-menu-wrapper {
  height: 100%;
  position: relative;
}

#header .main-menu-wrapper .left-side {
  text-align: right;
}

#header .main-menu-wrapper .right-side {
  text-align: right;
  padding: 20px 0 0 0;
}

#header .main-menu-wrapper .logo {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

#header .main-menu-wrapper .logo #site-logo {
  display: block;
  margin: 15px auto 0 auto;
  text-align: center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*.stucked #header .main-menu-wrapper .logo #site-logo {
    margin: 0 auto;
}*/

.topbanner #header .main-menu-wrapper .logo #site-logo {
  width: 99px;
  height: 50px;
  margin: 0 auto;
}

#header .main-menu-wrapper .logo #site-logo .svg-logo {
  display: block;
  margin: 0 auto;
  background: url(../../uploads/2019/06/Group-78@2x.png) 0 0 no-repeat;
  text-align: center;
  width: 172.88px;
  height: 155.4px;
  opacity: 100%;
  ) 0 0 no-repeat;background-size: 180px 61px;
}

/*.stucked #header .main-menu-wrapper .logo #site-logo .svg-logo {
    margin: 9px;
}*/

.topbanner #header .main-menu-wrapper .logo #site-logo .svg-logo {
  width: 99px;
  height: 33px;
  background-size: 99px 33px;
  margin: 9px auto;
}

#header .main-menu-wrapper .navigation {
  position: relative;
}

#header .main-menu-wrapper .navigation ul.menu {
  padding: 0;
  margin: 0;
}

#header .main-menu-wrapper .navigation ul.menu li {
  position: relative;
  font-family: 'raleway',sans-serif;
  display:block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0;
  text-align: right;  
}
#header .main-menu-wrapper .right-side .navigation ul.menu li{
  display: inline-block;
  margin: 0 10px 0 0;
}
#header .main-menu-wrapper .navigation ul.menu li:hover .mega-sub {
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity .3s ease,visibility .3s ease;
  -moz-transition: opacity .3s ease,visibility .3s ease;
  -o-transition: opacity .3s ease,visibility .3s ease;
  transition: opacity .3s ease,visibility .3s ease;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

#header .main-menu-wrapper .navigation ul.menu li.menu-item-has-children:hover:before {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: none;
}

.stucked #header .main-menu-wrapper .navigation ul.menu li.menu-item-has-children:hover:before {
  bottom: 0;
  left: 50%;
  border-width: 5px;
  margin-left: -5px;
}

.topbanner #header .main-menu-wrapper .navigation ul.menu li.menu-item-has-children:hover:before {
  bottom: 0;
  left: 50%;
  border-width: 5px;
  margin-left: -5px;
}

#header .main-menu-wrapper .navigation ul.menu li ul.sub-menu {
  margin: 0;
  padding: 0;
}

#header .main-menu-wrapper .navigation ul.menu li a {
  display: block;
  color: #1d1f1f;
  text-decoration: underline;
  line-height: 10px;
  font-weight: 900;
  -webkit-transition: color .8s ease;
  -moz-transition: color .8s ease;
  -o-transition: color .8s ease;
  transition: color .8s ease;
}

/*.stucked #header .main-menu-wrapper .navigation ul.menu li a,.topbanner #header .main-menu-wrapper .navigation ul.menu li a {
  font-size: 12px;
  line-height: 50px;
  display: block;
}*/

#header .main-menu-wrapper .navigation ul.menu li a:hover {
  color: #93c3d5;
}

#header .main-menu-wrapper .navigation ul.menu li:last-child {
  margin-right: 0;
}

#header .main-menu-wrapper .navigation ul.menu li[class*=current-] a,#header .main-menu-wrapper .navigation ul.menu li[class*=current_] a {
  color: #93c3d5;
}

#header .main-menu-wrapper .navigation ul.menu li.current_page_parent a {
  color: #1d1f1f;
}

.blog #header .main-menu-wrapper .navigation ul.menu li.current_page_parent a,.single-post #header .main-menu-wrapper .navigation ul.menu li.current_page_parent a {
  color: #93c3d5;
}

#header .main-menu-wrapper .navigation ul.menu#menu-left-side {
  text-align: right;
}

.mega-sub {
  margin: 0 auto;
  padding: 0;
  position: fixed;
  z-index: 9999;
  width: 100%;
  max-width: 1170px;
  min-height: 400px;
  top: 120px;
  left: 0;
  right: 0;
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease,visibility .3s ease;
  -moz-transition: opacity .3s ease,visibility .3s ease;
  -o-transition: opacity .3s ease,visibility .3s ease;
  transition: opacity .3s ease,visibility .3s ease;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.stucked .mega-sub {
  top: 80px;
}

.stucked.admin-bar .mega-sub {
  top: 112px;
}

.admin-bar .mega-sub {
  top: 152px;
}

.topbanner .mega-sub {
  top: auto;
  margin-top: 30px;
}

.topbanner.stucked .mega-sub {
  top: auto;
  margin-top: 0;
}

.mega-sub .container .inner {
  position: relative;
  padding: 30px;
  background-color: #000;
}

.mega-sub .container .inner .col {
  padding-left: 15px!important;
  padding-right: 15px!important;
}

.mega-sub .container .inner ul.sub-menu {
  margin: 0;
  padding: 0;
}

.mega-sub .container .inner ul.sub-menu li {
  display: block!important;
  width: 50%!important;
  float: left!important;
  height: auto!important;
  line-height: normal!important;
  text-align: left!important;
  margin:0 !important;
}

.mega-sub .container .inner ul.sub-menu li a {
  font-size: 14px;
  line-height: 24px!important;
  color: #fff!important;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: normal;
  text-align: left!important;
  -webkit-transition: color .8s ease;
  -moz-transition: color .8s ease;
  -o-transition: color .8s ease;
  transition: color .8s ease;
      margin: 5px 0;
}

.mega-sub .container .inner ul.sub-menu li a:hover {
  color: #93c3d5!important;
}

.mega-sub .container .inner ul.sub-menu li[class*=current-] a,.mega-sub .container .inner ul.sub-menu li[class*=current_] a {
  color: #93c3d5;
}

.mega-sub .container .inner ul.sub-menu li.current_page_parent a {
  color: #93c3d5;
}

.mega-sub .container .inner .feature-image {
  position: relative;
  padding: 0;
  margin: 0;
  background: rgba(198,199,199,.2);
}

.mega-sub .container .inner .feature-image .holder {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  padding: 30px;
}

.mega-sub .container .inner .feature-image .holder .caption {
  position: absolute;
  color: #fff;
  bottom: 0;
}

.mega-sub .container .inner .feature-image .holder .caption h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: Rakkas,cursive;
  color: #fff;
  letter-spacing: 0px;
  font-weight: normal;
}

.mega-sub .container .inner .feature-image img {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.layout {
  overflow: hidden;
}

.layout .layout-wrapper {
  overflow: hidden;
}

.layout .layout-wrapper .item {
  position: relative;
  height: 575px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
}
.layout.purple .layout-wrapper .item, .layout.orange .layout-wrapper .item {
  height: 475px;
}
@media (max-width:992px) {
  .layout .layout-wrapper .item {
    height: inherit;
  }
  .layout.purple .layout-wrapper .item, .layout.orange .layout-wrapper .item {
  height: inherit;
}
}
.layout.purple .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content, .layout.orange .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content  {
    padding: 20px 0;
}

.layout .layout-wrapper .item.overlay .grid-wrapper .box-wrapper .overlay {
  background: rgba(147,195,213,.8);
}

.layout .layout-wrapper .item.overlay .grid-wrapper .box-wrapper .entry-content h3.meta i.line {
  background: rgba(255,255,255,.3);
}

.layout .layout-wrapper .item.split .grid-wrapper .box-wrapper .feature-image {
  height: 48%;
}

@media (max-width:992px) {
  .layout .layout-wrapper .item.split .grid-wrapper .box-wrapper .feature-image {
    height: 38%;
  }
}

.layout .layout-wrapper .item.split .grid-wrapper .box-wrapper .feature-image a.image-holder {
  position: relative;
  display: block;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.layout .layout-wrapper .item.split .grid-wrapper .box-wrapper .feature-image a.image-holder:hover .overlay {
  background: rgba(40,40,43,.3);
}

.layout .layout-wrapper .item.split .grid-wrapper .box-wrapper .feature-image a.image-holder .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(40,40,43,0);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.layout .layout-wrapper .item.split .split-wrapper {
  position: relative;
  height: 52%;
  background: #fff;
  padding: 20px;
}

@media (max-width:992px) {
  .layout .layout-wrapper .item.split .split-wrapper {
    height: 62%;
  }
}

.layout .layout-wrapper .item.split .split-wrapper h2.title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out,transform .3s ease-in-out;
}

.layout .layout-wrapper .item.split .split-wrapper h2.title:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.layout .layout-wrapper .item.split .split-wrapper h2.title.small {
  font-size: 20px;
}

.layout .layout-wrapper .item.split .split-wrapper p.author {
  color: #c6c7c7;
}

.layout .layout-wrapper .item.split .split-wrapper .share {
  position: relative;
  top: -30px;
  display: block;
}

.layout .layout-wrapper .item.fullwidth_embed {
  height: auto;
}

.layout .layout-wrapper .item.fullwidth_embed .box-wrapper {
  height: 100%;
}

.layout .layout-wrapper .item.fullwidth_embed .box-wrapper .wrapper {
  padding: 0;
}

.layout .layout-wrapper .item.fullwidth_embed .box-wrapper .wrapper .entry-content {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.layout .layout-wrapper .item.fullwidth_embed .box-wrapper .wrapper .entry-content iframe,.layout .layout-wrapper .item.fullwidth_embed .box-wrapper .wrapper .entry-content img,.layout .layout-wrapper .item.fullwidth_embed .box-wrapper .wrapper .entry-content object {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.layout .layout-wrapper .item.video a {
  display: block;
  height: 100%;
}

.layout .layout-wrapper .item.video a:hover h2.title {
  -webkit-transform: translateY(-5px)!important;
  -moz-transform: translateY(-5px)!important;
  -o-transform: translateY(-5px)!important;
  -ms-transform: translateY(-5px)!important;
  transform: translateY(-5px)!important;
}

.layout .layout-wrapper .item.video a:hover .play span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.layout .layout-wrapper .item.video .entry-content {
  width: 100%;
}

.layout .layout-wrapper .item.video .play {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 75px;
  z-index: 50;
}

.layout .layout-wrapper .item.video .play span {
  display: block;
  margin: 0 auto;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.layout .layout-wrapper .item.video h2.title {
  font-size: 35px!important;
  line-height: 45px!important;
  text-align: center;
}

.layout .layout-wrapper .item.shop .box-wrapper {
  background: #fff;
}

.layout .layout-wrapper .item.shop .box-wrapper .wrapper .inner {
  border: 1px solid #ea7a73;
}

.layout .layout-wrapper .item.shop .box-wrapper .wrapper .inner .inside .entry-content {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 100%;
}

.layout .layout-wrapper .item.shop .box-wrapper .wrapper .inner .inside .entry-content h3.meta {
  font-family: 'Open Sans',sans-serif;
  color: #c6c7c7;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  padding-bottom: 0;
}

.layout .layout-wrapper .item.shop .box-wrapper .wrapper .inner .inside .entry-content h2 {
  margin: 5px auto 10px auto;
  text-align: center;
  max-width: 80%;
  font-size: 20px;
  line-height: 30px;
}

.layout .layout-wrapper .item.shop .box-wrapper .wrapper .inner .inside .entry-content a.buy-now {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.layout .layout-wrapper .item.shop .box-wrapper .wrapper .inner .inside .entry-content a.buy-now:hover {
  color: rgba(234,122,115,.7);
  text-decoration: none;
}

.layout .layout-wrapper .item.shop.medium img {
  max-height: 160px!important;
}

.layout .layout-wrapper .item.shop.small img {
  max-height: 160px!important;
}

.layout .layout-wrapper .item.shop .feature {
  margin: 15px auto 15px auto;
  text-align: center;
}

.layout .layout-wrapper .item.shop .feature img {
  margin: 0 auto;
  text-align: center;
}

.layout .layout-wrapper .item.icon_blurb a {
  overflow: hidden;
}

.layout .layout-wrapper .item.icon_blurb a:hover .icon {
  top: 5px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.layout .layout-wrapper .item.icon_blurb .box-wrapper {
  background: #fff;
}

.layout .layout-wrapper .item.icon_blurb h2.title {
  color: #1d1f1f!important;
}

.layout .layout-wrapper .item.icon_blurb h2.title a {
  color: #1d1f1f!important;
}

.layout .layout-wrapper .item.icon_blurb h3.meta {
  color: #c6c7c7!important;
}

.layout .layout-wrapper .item.icon_blurb h3.meta a {
  color: #c6c7c7!important;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.layout .layout-wrapper .item.icon_blurb h3.meta a:hover {
  color: rgba(198,199,199,.8)!important;
}

.layout .layout-wrapper .item.icon_blurb .inner {
  border: 1px solid #ea7a73!important;
}

.layout .layout-wrapper .item.icon_blurb .inner .icon {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 100px;
  color: #ea7a73;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.layout .layout-wrapper .item.icon_blurb .share a {
  color: #c6c7c7!important;
}

.layout .layout-wrapper .item.category .box-wrapper {
  background: #fff;
}

.layout .layout-wrapper .item.category h3.meta {
  color: #c6c7c7!important;
}

.layout .layout-wrapper .item.category .inner {
  border: 1px solid #ea7a73!important;
}

.layout .layout-wrapper .item.category .entry-content {
  width: 100%;
}

.layout .layout-wrapper .item.category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
}

.layout .layout-wrapper .item.category ul li {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(198,199,199,.2);
  overflow: hidden;
}

.layout .layout-wrapper .item.category ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 none;
}

.layout .layout-wrapper .item.category ul li h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}

.layout .layout-wrapper .item.category ul li h3 a {
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  color: #1d1f1f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.layout .layout-wrapper .item.category ul li h3 a:hover {
  color: rgba(29,31,31,.8);
}

.layout .layout-wrapper .item.category .fa-spinner {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  left: auto;
  right: auto;
  font-size: 25px;
  color: #1d1f1f;
}

.layout .layout-wrapper .item.social_service.twitter {
  position: relative;
}

.layout .layout-wrapper .item.social_service.twitter .box-wrapper {
  background: #93c3d5;
}

.layout .layout-wrapper .item.social_service.twitter .box-wrapper .wrapper {
  color: #fff;
}

.layout .layout-wrapper .item.social_service.twitter .box-wrapper .wrapper .twitter-feed {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.layout .layout-wrapper .item.social_service.twitter .entry-content {
  overflow: hidden;
  width: 100%;
}

.layout .layout-wrapper .item.social_service.twitter h2.tweet {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-style: italic;
  letter-spacing: 0;
}

.layout .layout-wrapper .item.social_service.twitter h3.meta {
  font-family: 'Open Sans',sans-serif;
  z-index: 10;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 30px 0 0 30px;
  letter-spacing: .1em;
}

.layout .layout-wrapper .item.social_service.twitter h3.meta i.line {
  margin-top: 10px;
  display: block;
  width: 40px;
  height: 2px;
  background: rgba(255,255,255,.3);
}

.layout .layout-wrapper .item.social_service.instagram {
  position: relative;
}

.layout .layout-wrapper .item.social_service.instagram .overlay {
  z-index: 10;
  background: rgba(40,40,43,.3);
}

.layout .layout-wrapper .item.social_service.instagram .box-wrapper .wrapper {
  padding: 0;
  color: #fff;
}

.layout .layout-wrapper .item.social_service.instagram .box-wrapper .wrapper .instagram-feed {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.layout .layout-wrapper .item.social_service.instagram .box-wrapper .wrapper .instagram-feed .image-holder {
  position: relative;
  height: 100%;
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
}

.layout .layout-wrapper .item.social_service.instagram .box-wrapper .wrapper .instagram-feed .image-holder a:hover .overlay {
  background: rgba(40,40,43,.6)!important;
}

.layout .layout-wrapper .item.social_service.instagram .box-wrapper .wrapper .instagram-feed .image-holder .col {
  padding: 0;
  position: relative;
  height: 100%;
  -webkit-background-size: 150%;
  -moz-background-size: 150%;
  background-size: 150%;
  background-position: center center;
  background-repeat: no-repeat;
}

.layout .layout-wrapper .item.social_service.instagram .box-wrapper .wrapper .instagram-feed .image-holder.half {
  margin-left: 0;
  margin-right: 0;
}

.layout .layout-wrapper .item.social_service.instagram .box-wrapper .wrapper .instagram-feed .image-holder.half .col {
  padding: 0;
  height: 50%;
  overflow: hidden;
}

.layout .layout-wrapper .item.social_service.instagram h3.meta {
  font-family: 'Open Sans',sans-serif;
  z-index: 100;
  position: absolute;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 30px 0 0 30px;
  letter-spacing: .1em;
}

.layout .layout-wrapper .item.social_service.instagram h3.meta i.line {
  margin-top: 10px;
  display: block;
  width: 40px;
  height: 2px;
  background: #ea7a73;
}

.layout .layout-wrapper .item.social_service .fa-spinner {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  left: auto;
  right: auto;
  font-size: 25px;
  color: #fff;
}

.layout .layout-wrapper .item.social_service.social_icons .box-wrapper {
  background: #ea7a73;
}

.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .entry-content {
  top: 0!important;
  bottom: inherit!important;
  height: 100%;
}

.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .entry-content h3 i.line {
  background: #fff;
}

.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder {
  position: relative;
  height: 100%;
}

@media (max-width:1200px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder {
    height: 80%;
  }
}

@media (max-width:767px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder {
    height: 100%;
  }
}

.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle {
  position: absolute;
  display: block;
  color: #fff;
  border: 4px solid #fff;
  text-decoration: none;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle .fa {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 50px;
}

@media (max-width:1200px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle .fa {
    font-size: 25px;
  }
}

@media (max-width:767px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle .fa {
    font-size: 50px;
  }
}

.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.facebook {
  top: 0;
  left: 0;
  width: 126px;
  height: 126px;
}

@media (max-width:1200px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.facebook {
    width: 70px;
    height: 70px;
  }
}

@media (max-width:767px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.facebook {
    width: 110px;
    height: 110px;
  }
}

.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.facebook .fa {
  line-height: 126px;
}

@media (max-width:1200px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.facebook .fa {
    line-height: 70px;
  }
}

@media (max-width:767px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.facebook .fa {
    line-height: 110px;
  }
}

.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.youtube {
  top: 0;
  right: 30px;
  width: 100px;
  height: 100px;
}

@media (max-width:1200px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.youtube {
    width: 70px;
    height: 70px;
    right: 0;
  }
}

@media (max-width:767px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.youtube {
    width: 110px;
    height: 110px;
  }
}

.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.youtube .fa {
  line-height: 100px;
}

@media (max-width:1200px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.youtube .fa {
    line-height: 70px;
  }
}

@media (max-width:767px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.youtube .fa {
    line-height: 110px;
  }
}

.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.twitter {
  bottom: 53px;
  left: 30px;
  width: 100px;
  height: 100px;
}

@media (max-width:1200px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.twitter {
    width: 70px;
    height: 70px;
    left: 0;
  }
}

@media (max-width:767px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.twitter {
    width: 110px;
    height: 110px;
  }
}

.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.twitter .fa {
  line-height: 100px;
}

@media (max-width:1200px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.twitter .fa {
    line-height: 70px;
  }
}

@media (max-width:767px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.twitter .fa {
    line-height: 110px;
  }
}

.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.instagram {
  bottom: 50px;
  right: 20px;
  width: 115px;
  height: 115px;
}

@media (max-width:1200px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.instagram {
    width: 70px;
    height: 70px;
    right: 0;
  }
}

@media (max-width:767px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.instagram {
    width: 110px;
    height: 110px;
  }
}

.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.instagram .fa {
  line-height: 115px;
}

@media (max-width:1200px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.instagram .fa {
    line-height: 70px;
  }
}

@media (max-width:767px) {
  .layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle.instagram .fa {
    line-height: 110px;
  }
}

.layout .layout-wrapper .box-wrapper {
  position: relative;
  display: block;
  height: 100%;
}

.layout .layout-wrapper .box-wrapper .entry-content h2.title {
  color: #1d1f1f;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  word-break: break-word;
}

.layout .layout-wrapper .box-wrapper .entry-content h2.title {
  font-size: 22px;
  line-height: 1.2;
	letter-spacing:1px;
}
.layout.purple .layout-wrapper .box-wrapper .entry-content h2.title {
 height:52px;
	overflow:hidden;
}
@media(max-width:767px){
	.layout.purple .layout-wrapper .box-wrapper .entry-content h2.title {
 height:auto;
	overflow:visible;
	}
}
	.layout .layout-wrapper .box-wrapper .entry-content h2 a {
  color: #1d1f1f;
}

.layout .layout-wrapper .box-wrapper .entry-content h3.meta {
  font-family: 'Open Sans',sans-serif;
  display: inline-block;
  color: #c6c7c7;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .1em;
}

.layout .layout-wrapper .box-wrapper .entry-content h3.meta a {
  color: #c6c7c7;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.layout .layout-wrapper .box-wrapper .entry-content h3.meta a:hover {
  color: rgba(198,199,199,.8);
}

.layout .layout-wrapper .box-wrapper .entry-content h3.meta i.line {
  margin-top: 10px;
  display: block;
  width: 40px;
  height: 2px;
  background: #ea7a73;
}

.layout .layout-wrapper .box-wrapper .entry-content p.author {
  margin-top: 5px;
  color: #fff;
  font-style: italic;
  font-size: 12px;
  line-height: 1.1;
}

.layout .layout-wrapper .box-wrapper .entry-content .share {
  margin-top: 5px;
  float: right;
}

.layout .layout-wrapper .box-wrapper .entry-content .share a {
  color: #c6c7c7;
}

.layout .layout-wrapper .box-wrapper .entry-content .share a i {
  font-size: 21px;
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: -webkit-transform .3s ease,-moz-transform .3s ease,-o-transform .3s ease,transform .3s ease;
}

.layout .layout-wrapper .box-wrapper .entry-content .share a:hover i {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.layout .layout-wrapper .grid-wrapper {
  height: 100%;
}

@media (max-width:992px) {
  .layout .layout-wrapper .grid-wrapper {
    height: 350px;
  }
}

@media (max-width:767px) {
  .layout .layout-wrapper .grid-wrapper {
    height: 250px;
  }
}

.layout .layout-wrapper .grid-wrapper .box-wrapper .background-image {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.layout .layout-wrapper .grid-wrapper .box-wrapper .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(40,40,43,.5);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  padding: 10px 20px 20px;
  height: 100%;
  overflow: hidden;
}

.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner {
  position: relative;
  height: 100%;
  border: 1px solid #fff;
  overflow: hidden;
}

.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .inside {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}

.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  text-align: left;
}

.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content h2.title {
  color: #fff;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out,transform .3s ease-in-out;
}

.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content h2.title:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content h2.title a {
  color: #fff;
}

.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content h2.title a:hover {
  color: #fff;
}

.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content h3.meta {
  color: #fff;
}

.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content h3.meta a {
  color: #fff;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content h3.meta a:hover:hover {
  color: rgba(255,255,255,.8);
}

.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content p.author {
  color: #fff;
}

.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content .share a {
  color: #fff;
}

.layout .layout-wrapper .list-wrapper {
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  background: #fff;
}

.layout .layout-wrapper .list-wrapper .feature-image {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width:992px) {
  .layout .layout-wrapper .list-wrapper .feature-image {
    height: 350px;
  }
}

@media (max-width:767px) {
  .layout .layout-wrapper .list-wrapper .feature-image {
    height: 150px;
  }
}

.layout .layout-wrapper .list-wrapper .feature-image a.image-holder {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.layout .layout-wrapper .list-wrapper .feature-image a.image-holder:hover .overlay {
  background: rgba(40,40,43,.3);
}

.layout .layout-wrapper .list-wrapper .feature-image a.image-holder .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(40,40,43,0);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.layout .layout-wrapper .list-wrapper .content {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

.layout .layout-wrapper .list-wrapper .content .entry-content {
  position: relative;
  height: 100%;
  padding: 30px 30px 30px 45px;
}

@media (max-width:992px) {
  .layout .layout-wrapper .list-wrapper .content .entry-content {
    padding: 30px;
  }
}

.layout .layout-wrapper .list-wrapper .content .entry-content p {
  font-size: 17px;
  line-height: 1.6;
}

.layout .layout-wrapper .list-wrapper .content .entry-content .table {
  display: table;
  margin: 0;
  height: 100%;
}

.layout .layout-wrapper .list-wrapper .content .entry-content .table .table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.layout .layout-wrapper .list-wrapper .content .entry-content .table .table-cell p.author {
  color: #c6c7c7;
  margin-top: 5px;
  font-style: italic;
  font-size: 12px;
  line-height: 1.1;
}

.similar-posts {
  position: relative;
  margin: 30px;
  width: 360px;
}

@media (max-width:767px) {
  .similar-posts {
    cursor: pointer;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #ea7a73;
    z-index: 3000;
  }
}

@media (max-width:480px) {
  .similar-posts {
    bottom: 30px!important;
  }
}

.similar-posts.left {
  float: left;
  margin-left: 0;
}

@media (max-width:767px) {
  .similar-posts.left {
    float: none;
    margin: 0 auto!important;
  }
}

.similar-posts.right {
  float: right;
  margin-right: 0;
}

@media (max-width:767px) {
  .similar-posts.right {
    float: none;
    margin: 0 auto!important;
  }
}

@media (max-width:767px) {
  .similar-posts.active {
    position: relative;
  }

  .similar-posts.active .wrapper {
    display: block;
  }

  .similar-posts.active .block-header h3 i:before {
    content: "\f175";
  }
}

.similar-posts .block-header {
  margin-bottom: 5px;
}

@media (max-width:767px) {
  .similar-posts .block-header {
    margin: 0!important;
    padding: 5px!important;
    text-align: center!important;
  }

  .similar-posts .block-header h3 {
    font-size: 14px!important;
    margin: 0!important;
    padding: 0!important;
    text-align: center!important;
    color: #fff!important;
    background: 0 0!important;
    letter-spacing: 2px!important;
  }

  .similar-posts .block-header::after {
    display: none!important;
  }
}

.similar-posts .wrapper {
  position: relative;
  padding: 20px;
  background: #fff;
}

@media (max-width:767px) {
  .similar-posts .wrapper {
    display: none;
  }
}

.similar-posts .wrapper .similar-post-item {
  margin-bottom: 20px;
}

.similar-posts .wrapper .similar-post-item:last-child {
  margin-bottom: 0;
}

.similar-posts.layout-large h3.meta,.similar-posts.layout-large h4 {
  color: #fff;
}

.similar-posts.layout-small .similar-post-item {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
}

.similar-posts.layout-small .similar-post-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.similar-posts.layout-small .col {
  position: relative;
}

.similar-posts.layout-small h3.meta,.similar-posts.layout-small h4 {
  color: #000;
}

.similar-posts.layout-small 
 .meta a,.similar-posts.layout-small h4 a {
  color: #1d1f1f;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.similar-posts.layout-small h3.meta a:hover,.similar-posts.layout-small h4 a:hover {
  color: #808888;
}

.similar-posts a:hover .background-image div[class*=visible]>div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.similar-posts a.background-image:hover div[class*=visible]>div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.similar-posts a.background-image-wrapper {
  display: block;
  padding-top: 56.25%;
  position: relative;
}

.similar-posts .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}

.similar-posts .background-image div[class*=visible] {
  width: 100%;
  height: 100%;
}

.similar-posts .background-image div[class*=visible]>div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.similar-posts .background-image-inner {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  width: 100%;
  padding: 0 15px;
  z-index: 5;
}

.similar-posts h3.meta {
  margin-top: 0;
  font-family: 'Open Sans',sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.similar-posts h4 {
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -.06em;
}

body {
  font-family: 'raleway',sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #1d1f1f;
  background: #f3f0e7;
}

@media (max-width:992px) {
  body {
    padding-top: 0;
  }
}

body.off-canvas-active {
  height: 100%;
  overflow: hidden;
}

@media (min-width:993px) {
  body.off-canvas-active {
    overflow: auto;
  }
}

body.topbanner {
  position: relative;
  padding-top: 0;
}

body.topbanner.admin-bar {
  padding-top: 32px;
}

.fb_iframe_widget {
  top: -5px;
}

#site {
  height: 100%;
  min-height: 100%;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out,transform .3s ease-in-out;
}

.off-canvas-active #site {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
}

@media (max-width:992px) {
  .off-canvas-active #site {
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
  }
}

@media (min-width:993px) {
  .off-canvas-active #site {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.align-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container embed,.embed-container iframe,.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'rakkas';
	font-weight: normal;
  color: #1d1f1f;
}

h1 em,h2 em,h3 em,h4 em,h5 em,h6 em {
  font-style: normal;
}

h1 {
  font-size: 70px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: -.06em;
}

@media (max-width:992px) {
  h1 {
    font-size: 50px;
    line-height: normal;
  }
}

.single-portfolio h1 {
  text-align: center;
      font-size: 48px !important;
    font-family: 'Rakkas', cursive;
    letter-spacing: 1px !important;
    line-height: 48px !important;
}
.single-portfolio p{
      font-family: 'Raleway', sans-serif;
}
h1.small {
  font-size: 50px;
}

h2 {
  font-size: 40px;
  line-height: normal;
  font-weight: normal;
  letter-spacing: -.06em;
}

@media (max-width:992px) {
  h2 {
    font-size: 25px;
    line-height: normal;
  }
}

h2.small {
  font-size: 30px;
}

@media (max-width:992px) {
  h2.small {
    font-size: 20px;
    line-height: normal;
  }
}

h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.06em;
}

@media (max-width:992px) {
  h3 {
    font-size: 20px;
    line-height: normal;
  }
}

h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.06em;
}

@media (max-width:992px) {
  h4 {
    font-size: 16px;
    line-height: normal;
  }
}

p {
  margin: 0 0 15px 0;
	font-family: 'Raleway', sans-serif;
}

a {
  color: #ea7a73;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

a:hover {
  text-decoration: none;
  color: rgba(234,122,115,.7);
}

a:active,a:focus {
  color: #ea7a73;
}

blockquote {
  font-family: 'Old Standard TT',serif;
  color: #1d1f1f;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.06em;
  border-left: 2px solid #ea7a73;
  margin: 30px 0;
}

@media (max-width:992px) {
  blockquote {
    font-size: 25px;
    line-height: 30px;
  }
}

blockquote p {
  font-family: 'Old Standard TT',serif;
  color: #1d1f1f;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.06em;
}

@media (max-width:992px) {
  blockquote p {
    font-size: 25px;
    line-height: 30px;
  }
}

img.alignright {
  float: right;
  margin: 0 0 30px 30px;
  max-width: 100%;
}

@media (max-width:992px) {
  img.alignright {
    float: none;
    height: auto!important;
    margin-right: 0!important;
    margin-left: 0!important;
  }
}

img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
  max-width: 100%;
}

@media (max-width:992px) {
  img.alignleft {
    float: none;
    height: auto!important;
    margin-right: 0!important;
    margin-left: 0!important;
  }
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

@media (max-width:992px) {
  img.aligncenter {
    float: none;
    height: auto!important;
  }
}

.alignright {
  float: right;
  max-width: 100%;
}

@media (max-width:992px) {
  .alignright {
    float: none;
    height: auto!important;
    margin-right: 0!important;
    margin-left: 0!important;
  }
}

.alignleft {
  float: left;
  max-width: 100%;
}

@media (max-width:992px) {
  .alignleft {
    float: none;
    height: auto!important;
    margin-right: 0!important;
    margin-left: 0!important;
  }
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media (max-width:992px) {
  .aligncenter {
    float: none;
    height: auto!important;
  }
}

.caption {
  font-family: Rakkas,cursive;
  font-size: 45px;
  line-height: 50px;
  color: #fff;
}

.load-more {
  margin: 55px auto 30px auto;
  text-align: center;
}

.load-more .btn {
  width:auto;
  padding: 10px 22px;
  font-family: 'Raleway', sans-serif;
  background: #fff;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.load-more .fa {
  font-size: 25px;
  margin-bottom: 30px;
}

.top-banner {
  z-index: 7000;
}

.top-banner .container {
  text-align: center;
  overflow: hidden;
}

.top-banner .container iframe,.top-banner .container img,.top-banner .container object {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  height: auto;
}

.tool-bar {
  position: relative;
  background: transparent;
  height: 80px;
  margin-top: 82px;
  z-index: 4;
  -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
}
.layout.blog-cat-post .blog-grid-item .grid-wrapper .box-wrapper .wrapper .inner {
  border: 0px;
}
.layout.blog-cat-post .blog-grid-item .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content{
  padding:15px 0 0;
}
.layout.blog-cat-post .blog-grid-item .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content .meta, .layout.blog-cat-post .blog-grid-item .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content .author, .layout.blog-cat-post .blog-grid-item .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content .share{
  display: none;
}
.layout.blog-cat-post .blog-grid-item .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content h2.title.small{
   font-size: 22px !important;
    font-family: 'Rakkas';
    font-weight: normal;
    letter-spacing: 0px;
    height: 52px;
    overflow: hidden;
}
.tool-bar.margin {
  background: #f4f4f4;
  margin: 30px auto 0 auto;
}

.tool-bar .dashboard {
  position: relative;
  text-align: center;
}

.tool-bar .dashboard .filter,.tool-bar .dashboard .layout {
  line-height: 80px;
}
.tool-bar .dashboard .filter {
    margin-left: 25px;
}
.tool-bar .dashboard .filter a,.tool-bar .dashboard .layout a {
  color: #1d1f1f;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.tool-bar .dashboard .filter a:hover,.tool-bar .dashboard .layout a:hover {
  color: rgba(29,31,31,.5);
}

.tool-bar .dashboard .filter a:hover span,.tool-bar .dashboard .layout a:hover span {
  opacity: .5;
}

.tool-bar .dashboard .filter a:last-child,.tool-bar .dashboard .layout a:last-child {
  margin-right: 0;
}

.tool-bar .dashboard .filter a span,.tool-bar .dashboard .layout a span {
  position: relative;
  top: 2px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-right: 0px;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.tool-bar .dashboard .filter a i,.tool-bar .dashboard .layout a i {
  font-style: normal!important;
  text-transform: capitalize;
  letter-spacing: 0;
}

.tool-bar .dashboard .layout {
  text-align: right;
}

.tool-bar .dashboard ul.category-list {
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 1150px;
  position: absolute;
  background: #fff;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: height .3s ease,opacity .3s ease;
  -moz-transition: height .3s ease,opacity .3s ease;
  -o-transition: height .3s ease,opacity .3s ease;
  transition: height .3s ease,opacity .3s ease;
}

@media (max-width:767px) {
  .tool-bar .dashboard ul.category-list {
    padding: 15px;
  }
}

.active-filter .tool-bar .dashboard ul.category-list {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.tool-bar .dashboard ul.category-list li {
  display: inline-block;
  text-align: center;
  margin: 7px;
}

.tool-bar .dashboard ul.category-list li a {
  color: #1d1f1f;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.tool-bar .dashboard ul.category-list li a:hover {
  color: rgba(29,31,31,.5);
}

@media (max-width:767px) {
  .tool-bar .dashboard ul.category-list li a {
    font-size: 12px;
    line-height: 1.4;
  }
}

.tool-bar .dashboard ul.category-list li.current-cat a {
  color: #ea7a73;
}

.tool-bar .dashboard ul.category-list li ul.children {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.tool-bar .dashboard ul.category-list:before {
  bottom: 100%;
  left: 75px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

.tool-bar .post-navigation .expand,.tool-bar .post-navigation .next,.tool-bar .post-navigation .previous {
  line-height: 80px;
}

.tool-bar .post-navigation .expand {
  text-align: center;
}

.tool-bar .post-navigation .expand a {
  display: block;
  position: relative;
  color: #93c3d5;
  font-size: 25px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.tool-bar .post-navigation .expand a:hover {
  color: rgba(147,195,213,.7);
}

.tool-bar .post-navigation .feature-image {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  background: #c6c7c7;
  margin-right: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.tool-bar .post-navigation .feature-image .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(40,40,43,.3);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tool-bar .post-navigation .title-wrapper {
  height: 65px;
}

.tool-bar .post-navigation .title-wrapper .table {
  display: table;
  height: 100%;
}

@media (max-width:767px) {
  .tool-bar .post-navigation .title-wrapper .table {
    height: auto;
    padding-top: 3px;
    margin: 0;
  }
  .tool-bar .post-navigation .next a em, .tool-bar .post-navigation .previous a em {
    color: #000;
  }
}

.tool-bar .post-navigation .title-wrapper .table .table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.tool-bar .post-navigation .next a,.tool-bar .post-navigation .previous a {
  display: block;
  color: #1d1f1f;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.tool-bar .post-navigation .next a span,.tool-bar .post-navigation .previous a span {
  display: block;
  font-size: 11px;
  line-height: 12px;
}

.tool-bar .post-navigation .next a i,.tool-bar .post-navigation .previous a i {
  margin: 0 auto;
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -25px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 50px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width:767px) {
  .tool-bar .post-navigation .next a em,.tool-bar .post-navigation .previous a em {
    font-size: 22px;
  }
}

.tool-bar .post-navigation .next a:hover,.tool-bar .post-navigation .previous a:hover {
  color: rgba(29,31,31,.7);
}

.tool-bar .post-navigation .next a:hover i,.tool-bar .post-navigation .previous a:hover i {
  color: rgba(255,255,255,.7);
}

.tool-bar .post-navigation .next a:hover .overlay,.tool-bar .post-navigation .previous a:hover .overlay {
  background: rgba(40,40,43,.5);
}

.tool-bar .post-navigation .previous {
  text-align: left;
}

.tool-bar .post-navigation .previous a span {
  position: relative;
  top: inherit;
}

@media (max-width:767px) {
  .tool-bar .post-navigation .previous a span {
    top: inherit;
  }
}

.tool-bar .post-navigation .next {
  text-align: right;
}

.tool-bar .post-navigation .next a span {
  position: relative;
  top: inherit;
}

@media (max-width:767px) {
  .tool-bar .post-navigation .next a span {
    top: inherit;
  }
}

.tool-bar .post-navigation .next a i {
  margin-left: 2px;
}

@media (max-width:767px) {
  .tool-bar .post-navigation .next a i {
    margin-left: 0;
  }
}

#content {
  background: #f4f4f4;
}

#content>.component.slideshow {
  margin-top: 0!important;
}

.page-template-template-startpage-php #content {
  padding-bottom: 0!important;
}

.page #content,.post-type-archive-contributors #content,.search #content,.tax-tax_contributors #content {
  padding-bottom: 50px;
}

.post-type-archive-contributors #content,.tax-tax_contributors #content {
  padding-top: 25px!important;
}

.archive #content,.blog #content,.category #content,.single-portfolio #content {
  padding-top: 0;
}

#content h1 {
  margin-top: 0;
  margin-bottom: 25px;
}

@media (max-width:767px) {
  #content h1 {
    line-height: 1.1;
  }
}

/*#content .article {
  background: #f4f4f4;
}*/

#content .article .panorama {
  position: relative;
  display: block;
  width: 100%;
  height: 510px;
  overflow: hidden;
  background-color: rgba(29,31,31,.7);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
#content .article.singleblog .author{
  padding-top:0px;
}
#content .article.singleblog .author .gravatar {
    display: none;
}
#content .article.singleblog .author p{
  text-align: right;
}
#content .article.singleblog .similar-posts-ajax-wrapper{
  display: none;
}
#content .article.singleblog .main-content blockquote{
  margin-left: -100px;
  padding: 0 22px;
  border-left: 5px solid #000;
}
#content .article.singleblog .main-content blockquote p{
  font-family: 'Rakkas', cursive;
  font-weight: normal;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 45px;
  line-height: 40px;
}
#content .article.singleblog .blogwrap::after {
    position: absolute;
    content: '';
    right: -115px;
    top: 60px;
    width: 518px;
    height: 518px;
    border: 5px solid #D7A851;
    border-radius: 100%;
}
#content .article.singleblog .blogwrap::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    left: 0;
    top: 150px;
    border-bottom: 1557px solid #D7A851;
    border-right: 633px solid transparent;
}
#content .article.singleblog .blogwrap{
  position: relative;
  overflow: hidden;
}
#content .article.singleblog .blogwrap .blogwraptwo{
  position: relative;
  overflow: hidden;
}
#content .article.singleblog .blogwrap .blogwraptwo::after {
    position: absolute;
    content: '';
    right: -5px;
    bottom: 10%;
    width: 473px;
    height: 670px;
    border: 5px solid #94B39E;
}
#content .article.singleblog .main-content img {
    max-width: 411px;
  }
  #content .article.singleblog .main-content p {
   font-size: 16px;
   line-height: 19px;
   font-family: 'Raleway', sans-serif;
  }
   #content .article.singleblog .main-content h3{
    font-family: 'Rakkas', cursive;
    font-weight: normal;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
   }
   #content .article.singleblog .main-content a{
    color: #000;
   }
#content .article.singleblog .social-links h3 {
   color: #000;
    font-family: 'Rakkas', cursive;
    font-size: 30px;
    font-weight: normal;
    display: block;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 0;
    padding: 0;
    margin-bottom: 50px;
}
.singleblog .tool-bar.margin {
    background: transparent;
    margin-bottom: 135px;
    margin-top: 50px;
  }

.singleblog .post-navigation {
    display: flex;
    vertical-align: middle;
    justify-content: center;
}
.singleblog .tool-bar .post-navigation .previous {
    text-align: right;
}
.singleblog .tool-bar .post-navigation .next {
    text-align: left;
}

.singleblog .prevwrap {
    display: flex !important;
}

.singleblog .tool-bar .post-navigation .title-wrapper {
    height: 90px;
    overflow: hidden;
}

.singleblog .tool-bar .post-navigation .title-wrapper .table .table-cell {
    width: 300px;
}
.singleblog .tool-bar .post-navigation .previous a,.singleblog .tool-bar .post-navigation .next a{
  color: rgba(0,0,0,0.1);
}
.singleblog .tool-bar .post-navigation .previous a span {
    position: relative;
    top: inherit;
    font-family: 'Rakkas', cursive;
    font-size: 26px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: normal;
    padding-right: 30px;
}
.singleblog .tool-bar .post-navigation .next a span {
    position: relative;
    top: inherit;
    font-family: 'Rakkas', cursive;
    font-size: 26px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: normal;
    padding-left: 30px;
}
.singleblog .tool-bar .post-navigation .feature-image {
    position: relative;
    display: block;
    width: 200px;
    height: 90px;
    margin: 0;
}

.singleblog .tool-bar .post-navigation .expand {
    vertical-align: middle;
    margin: 0 150px;
    line-height: 0px;
}

.singleblog .tool-bar .post-navigation .expand a{
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    color: #000;
    margin-top: -12px;
}
.singleblog{
  padding-bottom: 240px;
}

@media (max-width:992px) {
  #content .article .panorama {
    height: 470px;
    background-position: top center!important;
  }
}

@media (max-width:767px) {
  #content .article .panorama {
    height: 370px;
  }
}

#content .article .panorama.ready {
  opacity: 1;
}

#content .article .panorama .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(40,40,43,.15);
}

#content .article .panorama .container {
  height: 100%;
}

#content .article .panorama .entry-content h1.title,#content .article .panorama .entry-content h2.title {
  display: block;
  color: #fff!important;
  font-size: 70px!important;
  line-height: 75px!important;
  font-weight: 700!important;
}

@media (max-width:767px) {
  #content .article .panorama .entry-content h1.title,#content .article .panorama .entry-content h2.title {
    font-size: 50px!important;
    line-height: 55px!important;
  }
}

@media (max-width:568px) {
  #content .article .panorama .entry-content h1.title,#content .article .panorama .entry-content h2.title {
    font-size: 30px!important;
    line-height: normal!important;
  }
}

#content .article .panorama .entry-content h1.title.small,#content .article .panorama .entry-content h2.title.small {
  font-size: 50px!important;
  line-height: 60px!important;
  letter-spacing: -.06em!important;
}



#content .article .panorama .entry-content h3.meta {
  display: inline-block;
  color: #fff!important;
  border-bottom: 1px solid #ea7a73;
  padding-bottom: 10px;
}

@media (max-width:767px) {
  #content .article .panorama .entry-content h3.meta {
    font-size: 20px!important;
    line-height: normal!important;
  }
}

#content .article .panorama .entry-content .social p {
  font-family: 'Old Standard TT',serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-style: italic;
}

#content .article .panorama .entry-content .social p a {
  color: #fff;
  text-decoration: none;
}

#content .article .blog-gallery {
  position: relative;
  display: block;
  opacity: 0;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

#content .article .blog-gallery.ready {
  opacity: 1;
}

#content .article .blog-gallery .slider .slick-list {
  margin: 0 auto;
  overflow: hidden;
  padding: 0!important;
}

#content .article .blog-gallery .slider .item {
  display: block;
  float: left;
  max-height: 650px;
}

#content .article .blog-gallery-header {
  margin-bottom: -50px;
}

#content .article .blog-gallery-header h1 {
  text-align: center;
  margin: 0 auto 20px 0;
}

#content .article .author {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width:762px) {
  #content .article .author {
    text-align: center;
  }
}

#content .article .author .gravatar {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  margin-right: 10px;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}

#content .article .author p {
  position: relative;
  top: 17px;
  color: #1d1f1f;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .2em;
  font-family: 'Old Standard TT',serif;
}

#content .article .author p a {
  color: #1d1f1f;
  text-decoration: underline;
}

#content .article .author p i {
  margin-right: 5px;
}

#content .article .main-content {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 25px;
}

#content .article .main-content blockquote {
  margin-left: -100px;
}

@media (max-width:992px) {
  #content .article .main-content blockquote {
    margin-left: 0!important;
  }
}

#content .article .main-content h2,#content .article .main-content h3,#content .article .main-content h4,#content .article .main-content h5,#content .article .main-content h6,#content .article .main-content p {
  position: relative;
  z-index: 1;
}

#content .article .main-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

#content .article .main-content .alignright {
  margin-right: -132px;
}

@media (max-width:992px) {
  #content .article .main-content .alignright {
    margin-right: 0!important;
  }
}

#content .article .main-content .alignleft {
  margin-left: -113px;
}

@media (max-width:992px) {
  #content .article .main-content .alignleft {
    margin-left: 0!important;
  }
}

#content .article .main-content .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#content .article .main-content .aligncenter.size-full {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

#content .article .main-content .wp-caption {
  display: block;
  position: relative;
  max-width: 1170px;
}

@media (max-width:1200px) {
  #content .article .main-content .wp-caption {
    max-width: 100%;
  }
}

#content .article .main-content .wp-caption.alignleft {
  left: -113px;
}

@media (max-width:1200px) {
  #content .article .main-content .wp-caption.alignleft {
    left: auto;
  }
}

@media (max-width:992px) {
  #content .article .main-content .wp-caption.alignleft {
    left: auto!important;
  }
}

#content .article .main-content .wp-caption.alignright {
  right: 113px;
}

@media (max-width:1200px) {
  #content .article .main-content .wp-caption.alignright {
    right: auto;
  }
}

@media (max-width:992px) {
  #content .article .main-content .wp-caption.alignright {
    left: auto!important;
  }
}

#content .article .main-content .wp-caption .wp-caption-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#content .article .main-content .wp-caption .wp-caption-text .inner {
  height: 100%;
  padding: 10px;
  border: 1px solid #fff;
}

#content .article .main-content .wp-caption .wp-caption-text .inner .wrapper {
  height: 100%;
  padding: 0;
}

#content .article .main-content .wp-caption .wp-caption-text .inner .wrapper .caption {
  height: 100%;
}

#content .article .main-content .wp-caption .wp-caption-text .inner .wrapper .caption .inner {
  position: relative;
  padding: 30px;
}

@media (max-width:568px) {
  #content .article .main-content .wp-caption .wp-caption-text .inner .wrapper .caption .inner {
    padding: 15px;
  }
}

#content .article .main-content .wp-caption .wp-caption-text .inner .wrapper .caption .inner span {
  display: block;
  position: absolute;
  bottom: 30px;
}

@media (max-width:1200px) {
  #content .article .main-content .wp-caption .wp-caption-text .inner .wrapper .caption .inner span {
    font-size: 35px;
  }
}

@media (max-width:568px) {
  #content .article .main-content .wp-caption .wp-caption-text .inner .wrapper .caption .inner span {
    font-size: 25px;
    line-height: normal;
    top: 60%;
  }
}

#content .article .main-content #disqus_thread {
  margin-top: 30px;
}

#content .social-links {
  padding-bottom: 0;
  margin-top: 100px;
}

#content .social-links h3 {
  text-align: center;
  margin-bottom: 15px;
}

#content .social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#content .social-links ul li {
  position: relative;
  display: inline-block;
  margin-left: 30px;
}

#content .social-links ul li:first-child {
  margin-left: 0;
}

#content .social-links ul li a {
  display: block;
  position: relative;
  top: -2px;
  color: #000;
  -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

.component .block-header {
  position: relative;
  margin-bottom: 10px;
}

.component .block-header h3 {
  margin-top: 0;
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 1.2;
  background: #f4f4f4;
  z-index: 2!important;
  padding-right: 20px;
}

.component .block-header:after {
  position: absolute;
  top: 40%;
  right: 0;
  width: 100%;
  display: block;
  content: "";
  z-index: 1;
}

.component:first-child {
  margin-top: 4px;
}

.component:last-child {
  margin-bottom: 0!important;
}

.component.one_columns,.component.three_columns,.component.two_columns {
  padding-top: 50px;
  margin-bottom: 50px;
}

.component.one_columns .alignleft,.component.one_columns .alignright,.component.three_columns .alignleft,.component.three_columns .alignright,.component.two_columns .alignleft,.component.two_columns .alignright {
  margin: 0 0 15px 0;
}

.component.one_columns .alignleft,.component.three_columns .alignleft,.component.two_columns .alignleft {
  margin-right: 30px;
}

.component.one_columns .alignright,.component.three_columns .alignright,.component.two_columns .alignright {
  margin-left: 30px;
}

.component.one_columns h1,.component.one_columns h2,.component.one_columns h3,.component.three_columns h1,.component.three_columns h2,.component.three_columns h3,.component.two_columns h1,.component.two_columns h2,.component.two_columns h3 {
  margin-top: 0;
}

.component.grid {
  -webkit-transition: opacity .6s ease;
  -moz-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
  opacity: 0;
}

.archive .component.grid {
  opacity: 1;
}

.component.grid.ready {
  opacity: 1;
}

.component.grid .excerpt {
  display: none;
}

.component.grid .grid-wrapper {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.component.grid .list-wrapper {
  display: none;
  visibility: hidden;
}

.component.list {
  -webkit-transition: opacity .6s ease;
  -moz-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
  opacity: 0;
}

.archive .component.list {
  opacity: 1;
}

.component.list.ready {
  opacity: 1;
}
.singleblog .single-blog-banner .align-middle .entry-content {
    position: absolute;
    bottom: 80px;
    width: 1146px;
    margin: 0 auto;
    left: 50%;
    margin-left: -585px;
}
.singleblog .single-blog-banner .align-middle {
    position: relative;
    height: 100%;
}
.singleblog .single-blog-banner .align-middle .social {
    position: absolute;
    bottom: 25px;
    right: 15px;
}
.singleblog .single-blog-banner .align-middle .social p {
    margin: 0;
}
.singleblog .single-blog-banner .align-middle .social p a {
    background: #94B39E;
    color: #fff;
    font-size: 16px;
    padding: 11px 33px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
}
#content .singleblog .panorama .entry-content h1.title.small {
    font-size: 48px !important;
    font-family: 'Rakkas', cursive;
    letter-spacing: 1px !important;
    line-height: 48px !important;
}
#content .singleblog .panorama .entry-content h3.meta span {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    margin-right:23px;
    letter-spacing: 1px;
    text-decoration: underline;
}
#content .singleblog .panorama .entry-content h3.meta {
    padding: 0;
    border: 0;
}
#content .singleblog .panorama .entry-content h3.meta a{
  color: #fff;
}
.component.list .layout-wrapper .item {
  width: 100%;
}
h3.part-heaidng {
    font-family: 'Rakkas', cursive;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 44px;
    font-weight: normal;
    margin: 0 0 10px;
}
h2.pagetitle {
    width: 1146px;
    margin:35px auto 0;
    text-align: right;
    font-weight: normal;
    font-family: 'Rakkas', cursive;
    padding-right: 10px;
    color: #D7A851;
    font-size: 40px;
    letter-spacing: 0;
}
.contact-wrap {
    width: 750px;
    margin: 0 auto;
    padding-top: 215px;
}
.contactfield {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 0px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Raleway', sans-serif;
}
.contacttextfield {
    width: 100%;
    height: 100px;
    border: 0px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Raleway', sans-serif;
}
.contactform{
  margin-bottom: 60px;
}
.contactform .wpcf7-submit {
    padding: 9px 44px;
    font-family: 'Raleway', sans-serif;
    background: #000;
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    float: right;
    border: 0px;
    font-weight: bold;
    letter-spacing: -0.5px;
}
#content.contactsection {
    padding-bottom: 150px;
}
.formcontent p{
  font-size: 16px;
  line-height: 19px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.formcontent p a{
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
.formcontent p span{
  display: block;
  margin-top: 30px;
  font-weight: 800;
}
.formcontent ul{
  margin:0 0 60px;
  padding:0;
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
.formcontent ul li span {
    float: right;
}
.formcontent ul li span a{
    float: right;
    color:#94B39E;
    font-weight: 700;
    font-size: 18px;
}
.spacingdiv {
    margin: 50px 0;
}
.jobspage .partsub-heaidng{
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  padding-left: 50px;
  margin-top: 30px;
}
.jobspage ul{
  padding-left: 50px;
}
.jobspage ul li{
  position: relative;
}
.jobspage ul li::before {
    position: absolute;
    content: '';
    width: 40px;
    left: -50px;
    top: 50%;
    background: #000;
    height: 2px;
    margin-top: -1px;
}
.press-images-row{
  margin-top: 240px;
}
.press-images-row p{
  margin-bottom: 30px;
}
.port-rowone {
    margin-top: 45px;
    position: relative;
}
.port-rowone::before{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -2.5px;
  height: 95%;
  width: 5px;
  background: #D7A851;
}
.port-rowthree {
    margin-top: 108px;
}
section.component.layout.portfolio {
    position: relative;
    margin-top: 0px;
}
.post-type-archive-portfolio .tool-bar{
  display: none;
}
#content.portfolio-section{
    position: relative;
    overflow: hidden;
    padding: 70px 0 0;
    margin-top: 106px;
}
.portfolio-section::after {
    position: absolute;
    content: '';
    right: -115px;
    top: 0px;
    width: 518px;
    height: 518px;
    border: 5px solid #D7A851;
    border-radius: 100%;
}
.portfolio-section::before {
    position: absolute;
    content: '';
    left: -25px;
    bottom: 650px;
    width: 223px;
    height: 326px;
    border: 5px solid #94B39E;
}

.component.list .layout-wrapper .item .box-wrapper {
  background-color: transparent;
  background-image: none!important;
}
.layout.component.list .layout-wrapper .list-wrapper .content .entry-content{
  padding: 0 30px 0 15px;
  line-height: 0;
}
.layout.component.list .layout-wrapper .list-wrapper .content .entry-content .table .table-cell h3.meta{
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  color: #000;
  font-weight: normal;
    text-transform: capitalize;
    line-height: 16px;
        padding-bottom: 15px;
}
.layout.component.list .layout-wrapper .list-wrapper .content .entry-content .table .table-cell h3.meta a{
  color: #000;
}
.layout.component.list .layout-wrapper .list-wrapper .content .entry-content .table .table-cell .line{
  display: none;
}
.layout.component.list .layout-wrapper .list-wrapper .content .entry-content .table .table-cell {
  vertical-align: top;
}
.layout.component.list .layout-wrapper .list-wrapper .content .entry-content .table .table-cell h2.title.small {
    font-size: 48px;
    font-family: 'Rakkas', cursive;
    line-height: 46px;
    height: 96px;
    overflow: hidden;
    font-weight: normal;
    letter-spacing: 0px;
}
.layout.component.list .layout-wrapper .list-wrapper .content .entry-content .table .table-cell p {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Raleway', sans-serif;
}
.layout.component.list .layout-wrapper .list-wrapper .content .entry-content .table .table-cell p .readmore a{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.layout.component.list .layout-wrapper .list-wrapper .content .entry-content .table .table-cell .share{
  display: none;
}
.layout.component.list .layout-wrapper .list-wrapper{
  background: transparent;
}
.layout.component.list .layout-wrapper .list-wrapper .content .entry-content .table .table-cell p.author {
    color: #000;
    margin-top: 10px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 1.1;
}
.layout.component.list .layout-wrapper .list-wrapper .content .entry-content .table .table-cell p.author span{
  font-weight: bold;
}
.component.list .layout-wrapper .item .box-wrapper .overlay {
  background: 0 0;
}

.component.list .layout-wrapper .item .box-wrapper .wrapper {
  padding: 0;
}

.component.list .layout-wrapper .item .box-wrapper .wrapper .inner {
  border: 0 none;
}

.component.list .layout-wrapper .item .box-wrapper .wrapper .inner .inside .entry-content {
  position: relative;
  height: 100%;
  padding: 0;
}

.component.list .layout-wrapper .item .box-wrapper .wrapper .inner .inside .entry-content h3.meta {
  color: #c6c7c7;
}

.component.list .layout-wrapper .item .box-wrapper .wrapper .inner .inside .entry-content h2.title {
  color: #1d1f1f;
  margin-bottom: 30px;
}

.component.list .layout-wrapper .item .box-wrapper .wrapper .inner .inside .entry-content h2.title a {
  color: #1d1f1f;
}

.component.list .grid-wrapper {
  display: none;
  visibility: hidden;
}

.component.list .list-wrapper {
  height: 100%;
}

.component.list .list-wrapper .left-side,.component.list .list-wrapper .right-side {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.component.list .list-wrapper .left-side .inner,.component.list .list-wrapper .right-side .inner {
  padding: 30px;
}

.component.list .list-wrapper .left-side .inner p,.component.list .list-wrapper .right-side .inner p {
  color: #1d1f1f;
  font-size: 17px;
  line-height: 27px;
}

.blog-cat-post .blog-cat-title {
    position: absolute;
    top: -100px;
    font-size: 50px;
    right: 10px;
}
@media(min-width:768px){
  .blog-cat-post .blog-cat-title {
    display: none;    
  }
}
.blog-cat-post .row.layout-wrapper{
  margin: 0 auto !important;
}
.blog-cat-post .container {
    position: relative;
}
.layout.blog-cat-post{
  overflow: visible;
  position: relative;
}
.category .component.grid::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    /* background: #D7A851; */
    right: 0;
    top: 150px;
    /* transform: rotate(15deg); */
    border-bottom: 1500px solid #D7A851;
    border-left: 600px solid transparent;
}
.component.list::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    /* background: #D7A851; */
    left: 0;
    top: 150px;
    /* transform: rotate(15deg); */
    border-bottom: 1557px solid #D7A851;
    border-right: 633px solid transparent;
}
.category .component.grid::after {
    position: absolute;
    content: url('http://zanitadev.wpengine.com/wp-content/uploads/2019/06/Ellipse-7.svg');
    left:-115px;
    top: 300px;
}
.component.list::after {
    position: absolute;
    content: '';
    right: -115px;
    top: 60px;
    width: 518px;
    height: 518px;
    border: 5px solid #D7A851;
    border-radius: 100%;
}
.component.grid .layout-wrapper{
  position: relative;
}
.component.grid .container::after {
    position: absolute;
    content: '';
    left: -60px;
    bottom: 200px;
    width: 430px;
    height: 500px;
    border: 5px solid #94B39E;
}
.component.list .container::after {
    position: absolute;
    content: '';
    left: -45px;
    bottom:29%;
    width: 695px;
    height: 500px;
    border: 5px solid #94B39E;
}
body.category {
    overflow-x: hidden;
}
.layout.blog-cat-post .layout-wrapper .item.blog-grid-item{
  height: 508px;
  padding: 4px;
  margin: 0;
}
.layout.blog-cat-post.list .layout-wrapper .item.blog-grid-item{
  height: 286px;
  margin: 0 0 10px;
  z-index: 1;
}
.component.portfolio .items .item {
  position: relative;
  height: auto;
}

.component.portfolio .items .item a {
  display: block;
  position: relative;
  height: 100%;
}

.component.portfolio .items .item:hover .content {
  opacity: 1;
  background: rgba(0,0,0,.75);
}

@media (max-width:767px) {
  .component.portfolio .items .item img {
    width: 100%;
  }
}

.component.portfolio .items .item .content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background .6s ease,opacity .6s ease;
  -moz-transition: background .6s ease,opacity .6s ease;
  -o-transition: background .6s ease,opacity .6s ease;
  transition: background .6s ease,opacity .6s ease;
  background: rgba(0,0,0,0);
  text-align: center;
  margin: 0 auto;
}

.component.portfolio .items .item .content p {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  margin-left: auto;
  margin-right: auto;
}

.component.portfolio .portfolio-items-wrapper .item:hover .content {
  opacity: 1;
  background: rgba(0,0,0,.75);
}
.component.portfolio .portfolio-items-wrapper .item .content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background .6s ease,opacity .6s ease;
  -moz-transition: background .6s ease,opacity .6s ease;
  -o-transition: background .6s ease,opacity .6s ease;
  transition: background .6s ease,opacity .6s ease;
  background: rgba(0,0,0,0);
  text-align: center;
  margin: 0 auto;
}

.component.portfolio .portfolio-items-wrapper .item .content p {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  margin-left: auto;
  margin-right: auto;
  font-family: 'Rakkas', cursive;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 22px;
}

.component.hero_block {
  margin-bottom: 20px;
}

.component.hero_block .post-wrapper {
  padding: 5px 20px;
  background: #fff;
}

.component.hero_block .post-wrapper .post-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width:568px) {
  .component.hero_block .post-wrapper .post-item {
    float: none;
    width: 100%;
    padding-bottom: 30px;
  }
}

.component.hero_block .post-wrapper .post-item .feature-image {
  position: relative;
  padding-bottom: 10px;
}

.component.hero_block .post-wrapper .post-item .feature-image a {
  position: relative;
  display: block;
}

.component.hero_block .post-wrapper .post-item .feature-image a:hover .overlay {
  background: rgba(40,40,43,.3);
}

.component.hero_block .post-wrapper .post-item .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(40,40,43,0);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.component.hero_block .post-wrapper .post-item .meta {
  padding-bottom: 10px;
  color: #c6c7c7;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

.component.hero_block .post-wrapper .post-item .meta a {
  color: #c6c7c7;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.component.hero_block .post-wrapper .post-item .meta a:hover {
  color: rgba(198,199,199,.8);
}

.component.hero_block .post-wrapper .post-item .content h2.title {
  margin: 0 0 10px 0;
  font-size: 25px;
  line-height: 1.1;
}

.component.hero_block .post-wrapper .post-item .content h2.title.small {
  font-size: 20px;
}

.component.hero_block .post-wrapper .post-item .content h2.title a {
  color: #1d1f1f;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.component.hero_block .post-wrapper .post-item .content h2.title a:hover {
  color: rgba(29,31,31,.6);
}

.component.hero_block .post-wrapper .post-item .content p.author {
  color: #c6c7c7;
  font-style: italic;
  font-size: 12px;
  line-height: 1.1;
  float: left;
  margin: 7px 0 0 0;
}

.component.hero_block .post-wrapper .post-item .share {
  float: right;
}

.component.hero_block .post-wrapper .post-item .share a {
  color: #c6c7c7;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.component.hero_block .post-wrapper .post-item .share a i {
  font-size: 21px;
}

.component.hero_block .post-wrapper .post-item .share a:hover {
  color: rgba(198,199,199,.6);
}

.component.hero_block .post-wrapper .block-footer {
  text-align: right;
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
}

.component.jumbotron_block {
  margin-bottom: 30px;
}

@media (max-width:992px) {
  .component.jumbotron_block .left-side {
    margin-bottom: 15px;
  }
}

.component.jumbotron_block .layout .post-full {
  height: 350px;
  background: #fff;
  margin-bottom: 30px;
}

@media (max-width:992px) {
  .component.jumbotron_block .layout .post-full {
    height: auto;
  }
}

.component.jumbotron_block .layout .post-full:last-child {
  margin-bottom: 0;
}

.component.jumbotron_block .layout .post-full .box-wrapper,.component.jumbotron_block .layout .post-full .content,.component.jumbotron_block .layout .post-full .feature-image,.component.jumbotron_block .layout .post-full .row {
  display: block;
  height: 100%;
}

.component.jumbotron_block .layout .post-full .feature-image {
  display: block;
  height: 100%;
}

@media (max-width:992px) {
  .component.jumbotron_block .layout .post-full .feature-image {
    height: 350px;
  }
}

@media (max-width:767px) {
  .component.jumbotron_block .layout .post-full .feature-image {
    height: 250px;
  }
}

.component.jumbotron_block .layout .post-full .feature-image a.image-holder {
  position: relative;
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.component.jumbotron_block .layout .post-full .feature-image a.image-holder:hover .overlay {
  background: rgba(40,40,43,.3);
}

.component.jumbotron_block .layout .post-full .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(40,40,43,0);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.component.jumbotron_block .layout .post-full .content .inner {
  padding-left: 0;
  height: 100%;
}

@media (max-width:992px) {
  .component.jumbotron_block .layout .post-full .content .inner {
    padding-left: inherit;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.component.jumbotron_block .layout .post-full .content .inner .table {
  display: table;
  vertical-align: middle;
  height: 100%;
}

.component.jumbotron_block .layout .post-full .content .inner .table .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.component.jumbotron_block .layout .post-full .content h2.title {
  color: #1d1f1f;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  word-break: break-word;
}

.component.jumbotron_block .layout .post-full .content h2.title.small {
  font-size: 25px;
  line-height: 1.2;
}

.component.jumbotron_block .layout .post-full .content h2 a {
  color: #1d1f1f;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.component.jumbotron_block .layout .post-full .content h2 a:hover {
  color: rgba(29,31,31,.6);
}

.component.jumbotron_block .layout .post-full .content h3.meta {
  font-family: 'Open Sans',sans-serif;
  display: inline-block;
  color: #c6c7c7;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .1em;
}

.component.jumbotron_block .layout .post-full .content h3.meta i.line {
  margin-top: 10px;
  display: block;
  width: 40px;
  height: 2px;
  background: #ea7a73;
}

.component.jumbotron_block .layout .post-full .content h3.meta a {
  color: #c6c7c7;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.component.jumbotron_block .layout .post-full .content h3.meta a:hover {
  color: rgba(198,199,199,.6);
}

.component.jumbotron_block .layout .post-full p.author {
  color: #c6c7c7;
  font-style: italic;
  font-size: 12px;
  line-height: 1.1;
}

.component.jumbotron_block .layout .post-list {
  background: #fff;
}

.component.jumbotron_block .layout .post-list:last-child .item {
  border-bottom: none;
}

.component.jumbotron_block .layout .post-list .item {
  border-bottom: 1px solid #f4f4f4;
}

.component.jumbotron_block .layout .post-list .item a.image-holder {
  position: relative;
  display: block;
  height: 55px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.component.jumbotron_block .layout .post-list .item a.image-holder:hover .overlay {
  background: rgba(40,40,43,.3);
}

.component.jumbotron_block .layout .post-list .item .share {
  display: block;
  position: relative;
  top: -25px;
  margin-left: 5px;
}

.component.jumbotron_block .layout .post-list .item .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(40,40,43,0);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.component.jumbotron_block .layout .post-list .item .inner {
  padding: 25px 25px 0 25px;
}

.component.jumbotron_block .layout .post-list .item h4 {
  margin: 0 20px 8px 0;
  font-size: 18px;
  line-height: 1.1;
}

.component.jumbotron_block .layout .post-list .item h4 a {
  color: #1d1f1f;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.component.jumbotron_block .layout .post-list .item h4 a:hover {
  color: rgba(29,31,31,.6);
}

.component.jumbotron_block .layout .post-list .item h3.meta {
  font-family: 'Open Sans',sans-serif;
  display: inline-block;
  color: #c6c7c7;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .1em;
}

.component.jumbotron_block .layout .post-list .item h3.meta a {
  color: #c6c7c7;
}

.component.jumbotron_block .share {
  float: right;
}

.component.jumbotron_block .share a {
  color: #c6c7c7;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.component.jumbotron_block .share a i {
  font-size: 21px;
}

.component.jumbotron_block .share a:hover {
  color: rgba(198,199,199,.6);
}

.component.slideshow {
  opacity: 0;
}

.component.portfolio-slideshow {
 /*  background: #f4f4f4!important; */
  margin-bottom: 30px;
  height: auto!important;
}

.component.portfolio-slideshow .slick-dots {
  position: relative;
  bottom: -8px!important;
}
.single-portfolio article {
    padding: 110px 0 0;
}
@media (max-width: 767px){
  .single-portfolio article {
    padding: 50px 0 0;
}
}
.component.portfolio-slideshow .slick-dots li button:before {
  color: #000;
}

.component.portfolio-slideshow .slick-next:before,.component.portfolio-slideshow .slick-prev:before {
  color: #000;
}

.component.portfolio-slideshow .slick-prev {
  left: -10px!important;
}

.component.portfolio-slideshow .slick-next {
  right: -10px!important;
}

.component.portfolio-slideshow {
  height: auto!important;
}

.component.portfolio-slideshow .slider .item {
	height: auto !important;
	vertical-align: middle;
	display: flex !important;
	align-items: center;
	max-height: 600px;
}

@media (max-width:767px) {
  .component.portfolio-slideshow .slick-next,.component.portfolio-slideshow .slick-prev {
    display: none!important;
  }
}

.component.portfolio-slideshow,.component.slideshow {
  height: 650px;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 30px;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

@media (max-width:992px) {
  .component.portfolio-slideshow,.component.slideshow {
    height: auto!important;
    background-position: top center!important;
  }
}

.component.portfolio-slideshow.ready,.component.slideshow.ready {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.component.portfolio-slideshow .slider,.component.slideshow .slider {
  margin: 0;
}

.component.portfolio-slideshow .slider .item,.component.slideshow .slider .item {
  position: relative;
  display: block;
  height: 650px;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.component.portfolio-slideshow .slider .item {
  /* width: auto !important; */
}
.home .component.slideshow .slider .item { 
	height: 100vh;
}
@media (max-width:992px) {
  .component.portfolio-slideshow .slider .item,.component.slideshow .slider .item {
    background-position: top center!important;
  }
}

.component.portfolio-slideshow .slider .item img,.component.slideshow .slider .item img {
  margin: 0 auto;
  text-align: center;
  max-height: 500px;
}
.component.portfolio-slideshow .slider .item img {
  max-height: 100%;
  /* width: 100%; */
}
.portfolio-slideshow .slick-list {
	max-height: 500px;
}
.component.portfolio-slideshow .slider .item a,.component.slideshow .slider .item a {
  text-decoration: none;
}

.component.portfolio-slideshow .slider .item .overlay,.component.slideshow .slider .item .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(40,40,43,.15);
}

.component.portfolio-slideshow .slider .item .container,.component.slideshow .slider .item .container {
  height: 100%;
}

.component.portfolio-slideshow .slider .item .embed-container embed,.component.portfolio-slideshow .slider .item .embed-container iframe,.component.portfolio-slideshow .slider .item .embed-container object,.component.slideshow .slider .item .embed-container embed,.component.slideshow .slider .item .embed-container iframe,.component.slideshow .slider .item .embed-container object {
  max-height: 650px!important;
}

.component.portfolio-slideshow .slider .item .inner,.component.slideshow .slider .item .inner {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.component.portfolio-slideshow .slider .item .entry-content,.component.slideshow .slider .item .entry-content {
  text-align: left;
}

.component.portfolio-slideshow .slider .item .entry-content h1.title,.component.portfolio-slideshow .slider .item .entry-content h2.title,.component.slideshow .slider .item .entry-content h1.title,.component.slideshow .slider .item .entry-content h2.title {
  display: block;
  color: #fff!important;
  font-size: 70px!important;
  line-height: 75px!important;
  font-weight: 700!important;
}

@media (max-width:767px) {
  .component.portfolio-slideshow .slider .item .entry-content h1.title,.component.portfolio-slideshow .slider .item .entry-content h2.title,.component.slideshow .slider .item .entry-content h1.title,.component.slideshow .slider .item .entry-content h2.title {
    font-size: 50px!important;
    line-height: 55px!important;
  }
}

@media (max-width:568px) {
  .component.portfolio-slideshow .slider .item .entry-content h1.title,.component.portfolio-slideshow .slider .item .entry-content h2.title,.component.slideshow .slider .item .entry-content h1.title,.component.slideshow .slider .item .entry-content h2.title {
    font-size: 30px!important;
    line-height: normal!important;
  }
}

.component.portfolio-slideshow .slider .item .entry-content h1.title.small,.component.portfolio-slideshow .slider .item .entry-content h2.title.small,.component.slideshow .slider .item .entry-content h1.title.small,.component.slideshow .slider .item .entry-content h2.title.small {
  font-size: 50px!important;
  line-height: 60px!important;
  letter-spacing: -.06em!important;
}

@media (max-width:767px) {
  .component.portfolio-slideshow .slider .item .entry-content h1.title.small,.component.portfolio-slideshow .slider .item .entry-content h2.title.small,.component.slideshow .slider .item .entry-content h1.title.small,.component.slideshow .slider .item .entry-content h2.title.small {
    font-size: 30px!important;
    line-height: 40px!important;
  }
}

.component.portfolio-slideshow .slider .item .entry-content h3.meta,.component.slideshow .slider .item .entry-content h3.meta {
  display: inline-block;
  color: #fff!important;
  border-bottom: 1px solid #ea7a73;
  padding-bottom: 10px;
}

@media (max-width:767px) {
  .component.portfolio-slideshow .slider .item .entry-content h3.meta,.component.slideshow .slider .item .entry-content h3.meta {
    font-size: 16px!important;
    line-height: normal!important;
  }
}

.component.portfolio-slideshow .slider .item .entry-content p.desc,.component.slideshow .slider .item .entry-content p.desc {
  font-family: 'raleway', sans-serif;
  color: #fff;
}

@media (max-width:767px) {
  .component.portfolio-slideshow .slider .item .entry-content p.desc,.component.slideshow .slider .item .entry-content p.desc {
    font-size: 14px;
  }
}

.component.product_carousel {
  margin-bottom: 30px;
}

.component.product_carousel .box-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  background: #fff;
}

.component.product_carousel .box-wrapper .wrapper {
  position: relative;
  z-index: 3;
  display: block;
  padding: 10px;
  height: 100%;
  overflow: hidden;
}

.component.product_carousel .box-wrapper .wrapper .inner {
  position: relative;
  height: 100%;
  border: 1px solid #ea7a73;
  overflow: hidden;
}

.component.product_carousel .box-wrapper .wrapper .inner .inside {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.component.product_carousel .box-wrapper .wrapper .inner .inside .entry-content {
  padding: 20px 60px;
  overflow: hidden;
  text-align: center;
}

.component.product_carousel .box-wrapper .wrapper .inner .inside .entry-content figure.feature {
  margin: 0 auto;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.component.product_carousel .box-wrapper .wrapper .inner .inside .entry-content figure.feature img {
  margin: 0 auto;
  text-align: center;
}

.component.product_carousel .box-wrapper .wrapper .inner .inside .entry-content figure.feature:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
}

.component.product_carousel .box-wrapper .wrapper .inner .inside .entry-content a {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.component.product_carousel .box-wrapper .wrapper .inner .inside .entry-content a:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
}

.component.product_carousel .box-wrapper .wrapper .inner .inside .entry-content h3.meta {
  /*font-family: 'raleway',sans-serif;*/
  color: #c6c7c7;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
}

.component.product_carousel .box-wrapper .wrapper .inner .inside .entry-content h2 {
  margin: 20px auto 10px auto;
  text-align: center;
  max-width: 80%;
  font-size: 20px;
  line-height: 30px;
}

.component.product_carousel .box-wrapper .wrapper .inner .inside .entry-content a.buy-now {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.component.product_carousel .box-wrapper .wrapper .inner .inside .entry-content a.buy-now:hover {
  color: rgba(234,122,115,.7);
  text-decoration: none;
}

.component.product_carousel .slick-slider {
  margin-bottom: 0;
}

.component.product_carousel .slick-next,.component.product_carousel .slick-prev {
  width: 20px;
  height: 20px;
}

.component.product_carousel .slick-prev {
  margin-left: -40px;
}

.component.product_carousel .slick-next {
  margin-right: -40px;
}

.component.product_carousel .slick-next:before,.component.product_carousel .slick-prev:before {
  color: #000;
  font-size: 25px!important;
}/*! contributor-description */.contributor-description {
  background-color: #fff;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.contributor-description .container-fluid {
  padding: 30px;
}

.contributor-description .container-fluid p:first-child {
  margin-bottom: 0;
}/*! #FOOTER */

#footer {
  display: block;
  position: relative;
  color: #fff;
  padding: 80px 0;
  background: #d7a851;
}

#footer .container {
  padding-top: 35px;
  padding-bottom: 35px;
}

#footer a {
  color: #f4bcb9;
  text-decoration: underline;
}

#footer .top-section {
  margin-bottom: 30px;
}

#footer .top-section .social a {
  margin-top: 15px;
  font-size: 20px;
  -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: transparent;
  color: #000;
  margin-right: 50px;
  text-decoration: none;
  -webkit-transition: color .8s ease;
  -moz-transition: color .8s ease;
  -o-transition: color .8s ease;
  transition: color .8s ease;
}

#footer .top-section .social a:last-child {
  margin-right: 0;
}

#footer .top-section .social a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .top-section .signup {
  text-align: right;
}

#footer .top-section h3 {
  font-size: 20px;
  margin-top: 15px;
  color: #000;
  width: 48%;
}

#footer .bottom-section {
    color: #000;
    display: inline-block;
    text-align: left;
        margin-top: 56px;
}
#footer .copyright{
  text-align: right;
}
#footer .partners{
  display: none;
}
#footer .copyright .bottom-section  p,#footer .bottom-section .partners p {
  margin-left: 5px;
    margin-bottom: 15px;
    display: inline-block;
    white-space: nowrap;
    width: auto;
}

#footer .copyright .bottom-section  p a,#footer .bottom-section .partners p a {
  margin-left: 5px;
  font-weight: bold;
}
/*! MAILCHIMP */
#mc_embed_signup {
  position: relative;
}

#mc_embed_signup label {
  display: none;
}

#mc_embed_signup input[type=text],#mc_embed_signup input[type=email] {
  position: relative;
  width: 100%;
  display: block;
  color: #000;
  border: 0 none;
  background: transparent;
  height: 50px;
  padding-right: 45px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: background .8s ease;
  -moz-transition: background .8s ease;
  -o-transition: background .8s ease;
  transition: background .8s ease;
  opacity: 5;
}
#mc_embed_signup input[type=text]::placeholder,#mc_embed_signup input[type=email]::placeholder{
color: #000;
}
#mc_embed_signup input[type=text]:active,#mc_embed_signup input[type=text]:focus,#mc_embed_signup input[type=email]:active,#mc_embed_signup input[type=email]:focus {
  background: rgba(209,92,84,.8);
}

#mc_embed_signup button,#mc_embed_signup input[type=button],#mc_embed_signup input[type=submit] {
  position: absolute;
  top: 13px;
  right: 30px;
  width: 0px;
  margin: 0;
  padding: 0;
  border: 0 none;
  color: #000;
  background: 0 0;
}

#mc_embed_signup button i,#mc_embed_signup input[type=button] i,#mc_embed_signup input[type=submit] i {
  font-size: 15px;
}

#mc_embed_signup ::-webkit-input-placeholder {
  color: #fadedc;
}

#mc_embed_signup :-moz-placeholder {
  color: #fadedc;
}

#mc_embed_signup ::-moz-placeholder {
  color: #fadedc;
}

#mc_embed_signup :-ms-input-placeholder {
  color: #fadedc;
}

.modal-backdrop.in {
  opacity: .8;
}

.modal-dialog {
  margin-top: 20%;
}

.modal-content {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.share-modal .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 none;
}

.share-modal .modal-backdrop.in {
  opacity: .9;
}

.share-modal h2 {
  color: #fff;
  padding: 0 30px 0 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.share-modal h3 {
  color: #fff;
  text-align: center;
}

.share-modal .social-share-icons {
  margin: 0;
  padding: 30px;
  list-style: none;
  text-align: center;
}

.share-modal .social-share-icons li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.share-modal .social-share-icons li a {
  color: #fff;
  font-size: 50px;
  text-decoration: none;
}

.share-modal .social-share-icons li .share-count {
  position: relative;
  left: 0;
  width: 100%;
  height: 25px;
  background: #c6c7c7;
  margin-bottom: 5px;
  font-size: 12px;
  color: #fff;
}

.share-modal .social-share-icons li .share-count:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-top-color: #c6c7c7;
  border-width: 5px;
  margin-left: -5px;
}

#ad-popover .modal-dialog {
  width: 100%!important;
  max-width: 1170px!important;
}

#ad-popover .modal-dialog .ad-caption {
  margin-bottom: 3px;
}

#ad-popover .modal-dialog .a-single {
  text-align: center;
  margin: 0 auto;
}

#ad-popover #mc_embed_signup,#newsletter-popover #mc_embed_signup {
  position: relative;
}

#ad-popover #mc_embed_signup label,#newsletter-popover #mc_embed_signup label {
  display: block;
  font-size: 13px;
  line-height: 23px;
  width: 100%;
  text-align: center;
  color: #fff;
}

#ad-popover #mc_embed_signup button,#ad-popover #mc_embed_signup input[type=button],#ad-popover #mc_embed_signup input[type=submit],#newsletter-popover #mc_embed_signup button,#newsletter-popover #mc_embed_signup input[type=button],#newsletter-popover #mc_embed_signup input[type=submit] {
  position: relative;
  text-transform: uppercase;
  letter-spacing: .06em;
  text-align: center;
  top: auto;
  left: 0;
  right: 0;
  margin: 15px auto;
  width: 100%;
  background: #d15c54;
  padding: 15px;
  -webkit-transition: background .8s ease;
  -moz-transition: background .8s ease;
  -o-transition: background .8s ease;
  transition: background .8s ease;
}

#ad-popover #mc_embed_signup button:hover,#ad-popover #mc_embed_signup input[type=button]:hover,#ad-popover #mc_embed_signup input[type=submit]:hover,#newsletter-popover #mc_embed_signup button:hover,#newsletter-popover #mc_embed_signup input[type=button]:hover,#newsletter-popover #mc_embed_signup input[type=submit]:hover {
  background: rgba(209,92,84,.7);
}

#ad-popover #mc_embed_signup input[type=text],#ad-popover #mc_embed_signup input[type=email],#newsletter-popover #mc_embed_signup input[type=text],#newsletter-popover #mc_embed_signup input[type=email] {
  padding-right: 23%;
}

#ad-popover .modal-dialog,#newsletter-popover .modal-dialog {
  width: 300px;
  margin-top: 10%;
}

#ad-popover .modal-backdrop.in,#newsletter-popover .modal-backdrop.in {
  opacity: .9;
}

#ad-popover .modal-content,#newsletter-popover .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 none;
}

#ad-popover h2,#newsletter-popover h2 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}

#ad-popover p,#newsletter-popover p {
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

#cookie-bar {
  background: #000;
  height: 55px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  padding: 15px;
  z-index: 9999;
}

#cookie-bar.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width:992px) {
  #cookie-bar.fixed {
    padding-bottom: 70px;
  }
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: #ea7a73;
}

#cookie-bar .cb-enable:hover {
  background: #ef9b96;
}

#cookie-bar .cb-disable {
  background: #900;
}

#cookie-bar .cb-disable:hover {
  background: #b00;
}

#cookie-bar .cb-policy {
  background: #03b;
}

#cookie-bar .cb-policy:hover {
  background: #05d;
}



element {
}

#footer .top-section h3.newsletter {
  font-size: 22px;
  margin: 12px 40px 12px 0;
  color: #333333;
  width: 141px;
  text-align: left;
	    font-weight: normal;
    font-family: rakkas;
}

#mc_embed_signup {
  position: relative;
  width: 252px;
  opacity:1;
}

.mc-field-group {
  border-bottom: 1px solid black;
}
.subscribeform {
    display: flex;
    width: 381px;
}

#mc_embed_signup button i, #mc_embed_signup input[type="button"] i, #mc_embed_signup input[type="submit"] i {
  font-size: 15px;
  margin-right: 62px;
}


.col-md-6.copyright a {
  font-size: 16px;
  width: 148px;
  height: 19px;
  align-content: last baseline;
}

#footer .bottom-section .copyright p a, #footer .bottom-section .partners p a {
  margin-left: 22px;
}

#footer a {
  color: #000;
  text-decoration: underline;
}

#footer .bottom-section .copyright p, #footer .bottom-section .partners p {
  color: #000;
  font-size: 16px;
}
#footer .bottom-section .copyright p a, #footer .bottom-section .partners p a{
 font-weight: bold;
}
#header .main-menu-wrapper .navigation ul.menu li a {
  color: #7b0100;
  font-family: 'Raleway', sans-serif;
}
#header .main-menu-wrapper .right-side .navigation ul.menu li a {
  color: #000000;
}
element.style {
}

#header .main-menu-wrapper .left-side {
  text-align: left;
  /* padding-top: 183px; */
  /* left: -50px; */
  position: absolute;
  left: -22px;
  top: 209px;
  z-index: 5;
}

#header .main-menu-wrapper .logo #site-logo {
  display: block;
  margin: 15px auto 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 0px;
    margin-top: 19px;
}

#header .main-menu-wrapper .logo #site-logo .svg-logo {
  display: block;
  margin: 0 auto;
  background: url(../../uploads/2019/06/Group-78@2x.png) 0 0 no-repeat;
  width: 172.88px;
  height: 155.4px;
  background-size: 172px 154px;
  margin-right: 406px;
}

/*header .main-menu-wrapper .logo {
  position: relative;
  margin: 0 auto;
  text-align: center; 
  left: -252px;
  margin-top: -7px;
}*/

#content {
  background: #f3f0e7;
}

.row.layout-wrapper {
  width: 100%;
}
.home .layout.orange .row.layout-wrapper {
	position: relative;
	overflow: visible;
}
/*.container {
  width: 1146px;
}*/

.large {
  
  /*text-align: center;*/
  
  color: #F3F0E7;
}

.row.entry-content {
  width: 100%;
}

p.tadiv {
  width: 332px;
  height: 520px;
  margin-left: -154px;
}

.component .block-header h3 {
  margin-top: 0;
  display: inline-block;
  position: relative;
  font-size: 37px;
  line-height: 1.2;
  z-index: 2!important;
  padding-right: 20px;
  margin-left: 0px;
}

.component.portfolio-slideshow, .component.slideshow {
  height: 650px;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 30px;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.home .component.slideshow {
	height: 100vh;
}
.item.blurb.slick-slide.slick-active {
  background-image: url(../../uploads/2019/06/Blog-grid-4-olumns@2x-1600x535.png);
  width: 1147.21px;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 1;
  height: 383.06px;
}
section.component.red::before {
    content: '';
    position: absolute;
    width: 705px;
    height: 1238px;
    background: #D7A851;
    right: -27%;
    overflow: hidden;
    transform: rotate(210deg);
    top: -39%;
}
section.component.red{
  position: relative;
}
body.home{
  overflow-x: hidden;
}
.component.one_columns h2{
    text-align: left;
    font-size: 18px;
    margin: 20px 0 0;
    text-transform: capitalize;
}
.sec-lay-img {
    margin: 30px 0 0;
}
.picks-section {
    position: absolute;
    font-size: 55px;
    left: -65px;
    font-weight: bold;
    top: 50px;
    transform: rotate(270deg);
    font-family: 'Old Standard TT',serif;
}
.home .layout .layout-wrapper .blurb .box-wrapper .wrapper .inner {
    border: 0px !important;
}
.home .layout .layout-wrapper .blurb .box-wrapper .wrapper .share{
  display: none;
}
.home .layout .layout-wrapper .blurb .box-wrapper .entry-content {
  font-size: 20px !important;
    letter-spacing: 0px;
}
.home .layout .block-header h3{
  background: none;
}
.home section.component.layout.blue .item {
    display: block;
}
 .home section.component.layout.blue{
  padding-bottom: 200px;
 }
   .home section.component.layout.blue .block-header h3{
    font-family: 'Rakkas', cursive;
    font-size: 48px;
    letter-spacing: 0;
    background: transparent;
    font-weight: normal;
    margin-bottom: 100px;
   }
   .home section.component.layout.blue .layout-wrapper .grid-wrapper .box-wrapper .wrapper{
    padding: 0;
   }
   .home section.component.layout.blue .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner{
    padding: 0;
    border: 0;
   }

.home section.component.layout.blue .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .meta, .home section.component.layout.blue .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .author, .home section.component.layout.blue .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .share{
  display: none;
}

.home section.component.layout.blue .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner h2.title{
font-size: 32px!important;
    font-family: 'Rakkas', cursive;
    height: 105px;
    line-height: 35px;
    overflow: hidden;
    letter-spacing: 1px;
    margin-top: 0px !important;
    font-weight: normal !important;
}
@media(max-width:767px){

.home section.component.layout.blue .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner h2.title{
font-size: 26px!important;
    height: auto;
}
}
@media (min-width: 768px){
.home section.component.layout.blue .layout-wrapper .col-sm-4  {
    width: 25% !important;
    padding: 4px;
    height: 370px;
}
}
.home .component-sections section:nth-child(4) .entry-content {
    position: absolute;
    bottom: 65px;
    left: 5%;
    width: 75%;
}
.home .component-sections section:nth-child(4) .entry-content h3 {
  font-size: 18px;
}
.home .component-sections section.component.slideshow:nth-child(4)  .slider .item .entry-content h2.title {
     font-size: 32px!important;
    font-family: 'Rakkas', cursive;
    line-height: 40px!important;
    letter-spacing: 1px;
    margin-top: 0px !important;
    font-weight: normal !important;
}
.home .component-sections section:nth-child(4) .slick-next:before,.home .component-sections section:nth-child(4) .slick-prev:before{
  opacity: 1;
}
.home .component-sections section:nth-child(4) .slick-next:after,.home .component-sections section:nth-child(4) .slick-prev:after{
  content: '';
  width: 60px;
  height: 3px;
  background: #fff;
  position: absolute;
}
.home .component-sections section:nth-child(4) .slick-prev:after {
    top: 50%;
    left: 28px;
}
.home .component-sections section:nth-child(4) .slick-next:after {
    top: 50%;
    right: 30px;
}

.home .component-sections section:nth-child(6) .layout-wrapper .item.split .split-wrapper {
    background: transparent;
    padding: 010px 0;
}
.home .component-sections section:nth-child(6) .layout-wrapper .item.split .split-wrapper .share{
  display: none;
}
.home .component-sections section:nth-child(7)  .slider.slick-initialized.slick-slider{
  max-width: 1146px;
  margin:0 auto;
}
.home .component-sections section:nth-child(7){
  position: relative;
  overflow: initial;
}
.home .component-sections section:nth-child(7)::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 353px;
    height: 450px;
    background: #D7A851;
    left: -54%;
    transform: rotate(-110deg);
}
section.component.layout.orange .layout-wrapper::before {
    position: absolute;
    content: '';
    height: 230px;
    width: 5px;
    background: #D7A851;
    right: 145px;
    bottom: -200px;
}
section.component.layout.orange {
    position: relative;
    overflow: visible;
    margin-bottom: 200px;
}
    .home .component-sections section:nth-child(9) .layout-wrapper .item.split .split-wrapper {
    background: transparent;
    padding: 010px 0;
}
.home .component-sections section:nth-child(9) .layout-wrapper .item.split .split-wrapper .share{
  display: none;
}
.home .component-sections section:nth-child(9) .layout-wrapper .item.split .split-wrapper .entry-content h2.title {
    font-size: 36px !important;
    }
.item{
	background-size: contain !important;
}

.home-banner-slider .owl-carousel .owl-item {
    margin-bottom: 230px;
}

.home-banner-slider .sa-slider {
    position: absolute;
    bottom: -220px;
    left: 0;
}
.home-banner-slider .sa_owl_theme .owl-dots .owl-dot span{
  background-color: rgb(0, 0, 0) !important;
  width: 22px !important;
  height: 22px !important;
}
.home-banner-slider .owl-prev {
    display: none !important;
}
section.component.slideshow.green .slick-slider::before {
    position: absolute;
    content: url('http://zanitadev.wpengine.com/wp-content/uploads/2019/06/Path-78.svg');
    right: 137px;
    z-index: 1;
    top: -20px;
}
section.component.slideshow.green .slick-slider::after {
    position: absolute;
    content: url('http://zanitadev.wpengine.com/wp-content/uploads/2019/06/Rectangle-54.svg');
    right: 199px;
    z-index: 1;
    top: 180px;
    width: 188px;
    height: 188px;
}
section.component.slideshow.green .slick-slider .slick-list::after {
    position: absolute;
    content: url('http://zanitadev.wpengine.com/wp-content/uploads/2019/06/Ellipse-6.svg');
    right: 225px;
    z-index: 1;
    top: 268px;
    width: 80px;
    height: 80px;
}
section.component.slideshow.green .slick-slider .slick-prev::before{
  display: none;
}
section.component.slideshow.green .slick-slider .slick-next::before {
    color: #CC4E28;
    opacity: 1;
    font-weight: bold;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    border: solid #CC4E28;
    border-width: 0 4px 4px 0;
    right: 86px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -9px;
    content: '';
}
section.component.slideshow.green .slick-slider .slick-next::after{
  width: 60px;
  content:'';
  background: #CC4E28;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-bottom: -2px;
  right: 86px;
}

@media(min-width: 1050px){
section.component.slideshow.green .slick-slider {
    width: 1046px !important;
    margin: 0 auto;
}
}
@media(max-width:1049px){
section.component.slideshow.green .slick-slider {
    width: 992px !important;
    margin: 0 auto;
}
}
@media(max-width:991px){
section.component.slideshow.green .slick-slider {
    width: 100% !important;
    margin: 0 auto;
}
}


section.component.slideshow.green .slick-slider .entry-content{
  position: absolute;bottom: -306px;
    width: 100%;
    z-index: 99999;
    height: 300px;
}
section.component.slideshow.green .slick-slider .item .entry-content h3{
  font-size: 14px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #000 !important;
  border: 0;
  padding: 0;
  font-weight: normal;
}
section.component.slideshow.green .slick-slider .item .entry-content p{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  line-height: 16px;
}
section.component.slideshow.green .slick-slider .item .entry-content h2.title {
    font-size: 48px !important;
    margin: 10px 0;
    line-height: 54px !important;
    font-family: 'Rakkas', cursive;
    letter-spacing: 1px;
    height: 54px;
    overflow: hidden;
    color: #000 !important;
}
section.component.slideshow.green .slick-slider .item .overlay{
  display: none;
}
section.component.slideshow.green .slick-slider .item{
  background-size: cover !important;
  height: 500px;
    overflow: visible;
    margin-bottom: 280px;
}

@media(min-width:1050px){
  section.component.slideshow.green .slick-slider .item{
    width: 800px !important;
    margin-right: 246px;
}
}
/*@media(max-width:1034px){
  section.component.slideshow.green .slick-slider .item{
    width: 100% !important;
margin-right: 0px;
}
}*/
section.component.slideshow.green {
    margin-bottom: 60px;
    height: auto;
}
section.component.slideshow.green .slick-dots li button:before{
  color: #000;
  background: #000;
  border-radius: 12px;
  opacity: 1;
}
section.component.slideshow.green .slick-dots li.slick-active button:before {
    color: #000;
    opacity: 1;
    background: transparent;
}
section.component.slideshow.green .slick-dots {
    position: absolute;
    bottom: -9px;
  }

@media(min-width:1146px){
  .container {
    width: 1146px;
  }
}
@media(max-width:1199px){
  .bottom-section .copyright {
    padding-right: 60px;
  }
}
@media(max-width:991px){
.home .off-canvas-navigation {
    padding-top: 50px;
}
.picks-section {
    position: relative;
    font-size: 55px;
    left: 0;
    font-weight: bold;
    top: 0;
    transform: rotate(0deg);
    font-family: 'Old Standard TT',serif;
    margin-bottom: 30px;
    padding: 0 0 0 15px;
}
.home .component-sections section:nth-child(7)::before {
  height: 200px;
}
#footer .container {
    padding-bottom: 0;
}
}
@media(max-width:767px){
  .component.product_carousel .slick-slide img {
    height: auto;
}
.component:first-child {
    margin-top: 0;
}

  #footer {
    padding: 30px 0;
  }
  .home .component-sections section:nth-child(6) .layout-wrapper .item.split .split-wrapper .entry-content h2.title {

    font-size: 24px !important;

}
.home .component-sections section:nth-child(9) .layout-wrapper .item.split .split-wrapper .entry-content h2.title {

    font-size: 24px !important;

}
  .home .component-sections section:nth-child(4) .entry-content {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
.home-banner-slider .sa-slider h2 {

    font-size: 20px;

}
.home-banner-slider .sa-slider p{

    font-size: 12px;

}
.home-banner-slider .sa-slider {
    bottom: -120px;
}
.home-banner-slider .owl-carousel .owl-item {

    margin-bottom: 130px;

}
.home .component.slideshow .slider .item{
  height: 400px;
 }
 .home .slick-next::before,.home .slick-prev::before{
  display: none;
 }
 .home .slick-next::after,.home .slick-prev::after{
  display: none;
 }
  #footer .container {
    padding-bottom: 15px;
}
.row.entry-content {
    width: auto;
}
img.aligncenter{
  margin-top: 30px;
}
.component.one_columns h2{
  margin: 20px 0 30px;
}
.row.layout-wrapper {
    width: auto;
}
.home .slideshow .slider.slick-initialized.slick-slider {
    margin-bottom: 30px;
}
.home .component.slideshow .slider .item .overlay {
    display: none;
}
.home-banner-slider .sa-slider h5{
  display: none;
}
#mc_embed_signup {
    opacity: 1;
    margin: 0px 0 0;
}
#footer .top-section .signup {
    text-align: left;
}
.mc-field-group {
    width: 100%;
    margin-left: 0;
}
#mc_embed_signup button i, #mc_embed_signup input[type="button"] i, #mc_embed_signup input[type="submit"] i {
    font-size: 15px;
    margin-right: 0;
    font-weight: bold;
}
#footer .top-section h3.newsletter {
    width: 100%;
    font-style: revert;
    height: auto;
    clear: both;
}
.col-md-6.social {
    margin-left: 0;
}
.bottom-section .copyright {
    padding-right: 0;
}
#footer .bottom-section .copyright p, #footer .bottom-section .partners p {
    height: auto;
    margin-top: -40px;
    text-align: left;
}
#footer .bottom-section .copyright p a, #footer .bottom-section .partners p a {
    margin-left: 0;
}
.col-md-6.partners {
    position: absolute;
    bottom: 0;
    padding: 0;
    left: 50%;
    margin-left: -46px;
}
.partners .pull-right {
    float: none !important;
}
.home .component-sections section.component.slideshow:nth-child(4) .slider .item .entry-content h2.title {
    font-size: 24px !important;
    line-height: 28px !important;
}
}

section.component.slideshow.black .slick-slider .item{
  background-size: cover !important;
}
section.component.slideshow.pink .slick-slider .item {
    background-size: cover !important;
}
@media (min-width: 1146px){
  .singleblog .single-blog-banner .align-middle .entry-content {
    position: absolute;
    bottom: 80px;
    width: 100%;
    margin: 0 auto;
    left: 30px;
    margin-left: 0;
}
  section.component.layout.purple::before {
    position: absolute;
    content: url(http://zanitadev.wpengine.com/wp-content/uploads/2019/06/Ellipse-7.svg);
    bottom: 0;
    width: 300px;
    height: 300px;
    z-index: 1;
    left: -170px;
}
section.component.layout.purple {
    position: relative;
    padding-bottom: 150px;
}
section.component.slideshow.black {
    margin: 0px 0 150px;
}

section.component.layout.blue {
    position: relative;
    overflow: visible;
    margin: 0 auto 0px;
}
section.component.layout.blue::before {
    position: absolute;
    content: url(http://zanitadev.wpengine.com/wp-content/uploads/2019/06/Rectangle-62-1.svg);
    right: -1%;
    top: 65px;
}
section.component.layout.white::before {
    position: absolute;
    content: url(http://zanitadev.wpengine.com/wp-content/uploads/2019/06/Rectangle-68-1.svg);
    left: 50px;
    top: 33px;
}
section.component.layout.white {
    position: relative;
    overflow: visible;
}
section.component.slideshow.pink .slick-slider::after {
    position: absolute;
    content: '';
    bottom: -200px;
    height: 200px;
    background: #D7A851;
    right: 175px;
    width: 5px;
}
section.component.slideshow.pink .slick-slider{
    position: relative;
}
.home section.component.slideshow.pink {
    position: relative;
    overflow: visible;
    margin-bottom: 200px;
}
.home-banner-slider .sa-slider p {
    font-size: 12px;
    line-height: 16px;
}
.home-banner-slider .sa-slider h2 {
    font-size: 48px;
    line-height: 45px;
}
.home-banner-slider .sa-slider h5 {
    font-size: 14px;
    line-height: 16px;
}
#header .main-menu-wrapper .right-side .navigation > ul.menu > li > a {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px 12px;
    background: #000;
}

#header .main-menu-wrapper .right-side .navigation > ul.menu > li > a:hover{
    color: #000;
    background: transparent;
}
.right-side .mega-sub {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 9999;
  width: 210px;
  max-width: 210px;
  min-height: auto;
  top: 70px;
  left: 20px;
  /*right: 0;*/
}
.right-side nav .container {
    width: 210px;
    padding: 0;
    margin: 0;
}
.right-side .mega-sub .container .inner{
  background-color: #000;
  padding: 0;
}
.right-side .mega-sub .container .inner .col.col-md-6{
  width: 100% !important;
}
.right-side .mega-sub .container .inner .col.col-md-6:last-child{
  display: none;
}
#header .main-menu-wrapper .right-side .navigation ul.menu li ul.sub-menu {
    margin: 0;
    padding: 15px;
}
#header .main-menu-wrapper .right-side .navigation ul.menu li .sub-menu li {
    display: block !important;
    clear: both;
    width: 100% !important;
}
#header .main-menu-wrapper .right-side .navigation ul.menu li .sub-menu li a{
  color: #fff !important;
font-weight: 400;
text-decoration: underline;
margin:5px 0;
  }
  .home-banner-slider .owl-carousel .owl-item {
    width: 916px !important;
    margin-right: 200px;
}
.home .component-sections section:nth-child(7) .item .entry-content{
  position: absolute;
  left: 50%;
  margin-left: -420px;
}
}
.home-banner-slider .white .sa_owl_theme .owl-nav .owl-prev:hover, .home-banner-slider .white .sa_owl_theme .owl-nav .owl-next:hover {
    background-color: rgba(0,0,0,0.0) !important;
}

.page-id-7 .panorama .entry-content.col-md-7 {
    position: absolute;
    left: 50%;
    margin-left: -393px;
    text-align: center;
}
.page-id-7 .panorama .entry-content.col-md-7 h1.title{
    font-family: 'Rakkas', cursive;
    margin: 0;
    font-weight: normal !important;
    letter-spacing: 0px;
}
.page-id-7 .main-content .main.col-md-12{
    width: 750px;
    margin: 0 auto;
    float: none;
}

.page-id-7 .main-content .main.col-md-12 blockquote{
    border: 0;
    font-size: 30px !important;
    font-family: 'Rakkas', cursive;
    padding: 0 !important;
    margin: 200px 0 30px !important;
}
.page-id-7 .main-content .main.col-md-12 blockquote p{
    text-align: left !important;
    font-style: normal;
    font-size: 30px !important;
    font-family: 'Rakkas', cursive;
    letter-spacing: 0px;
}
.page-id-7 .main-content .main.col-md-12 blockquote + p{
    font-weight: bold;
        text-align: left !important;
        margin-bottom: 30px;
}
.page-id-7 .main-content .main.col-md-12 p{
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
      line-height: 19px;
}
.page-id-7 .main-content .main.col-md-12 h1.p1{
text-align: center;
    font-family: 'Rakkas', cursive;
    font-size: 48px;
    letter-spacing: 0;
    font-weight: normal;
    margin-top: 100px !important;
    margin-bottom: 0px !important;
  }

  .page-id-7 section.component.two_columns img{
      height: 307px;
      object-fit: cover;
      margin-bottom: 60px;
  }
  .page-id-7 section.component.two_columns {
    padding-top: 30px !important;
    margin-bottom: 30px !important;
  }
   .page-id-7 section.component.two_columns h4{
    font-style: normal;
    font-size: 30px !important;
    font-family: 'Rakkas', cursive;
    letter-spacing: 0px;
   }

   .page-id-7 section.component.two_columns p{
    font-size: 16px !important;
    line-height: 19px;
    font-family: 'Raleway', sans-serif;
   }

   .page-id-7 section.component.two_columns p a{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
   }
   .page-id-7 section.component.two_columns p i{
    font-style: normal !important;
   }

 .page-id-7 section.component.two_columns + section.component.layout{
  padding-top: 200px;
 }
   .page-id-7 section.component.two_columns + section.component.layout .block-header h3{
    font-family: 'Rakkas', cursive;
    font-size: 48px;
    letter-spacing: 0;
    background: transparent;
    font-weight: normal;
    margin-bottom: 100px;
   }
   .page-id-7 section.component.two_columns + section.component.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper{
    padding: 0;
   }
   .page-id-7 section.component.two_columns + section.component.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner{
    padding: 0;
    border: 0;
   }

.page-id-7 section.component.two_columns + section.component.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .meta, .page-id-7 section.component.two_columns + section.component.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .author, .page-id-7 section.component.two_columns + section.component.layout .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .share{
  display: none;
}
@media (min-width: 768px){
.page-id-7 section.component.two_columns + section.component.layout .layout-wrapper .col-sm-4  {
    width: 25% !important;
    padding: 4px;
    height: 370px;
}
}
.page-id-7 section.component.layout + section.component.layout{
  padding-top: 200px;
}
.page-id-7 section.component.layout + section.component.layout .layout-wrapper .item.social_service.social_icons{
    width: 100%;
    text-align: center;
    height: 300px;
}
.page-id-7 section.component.layout + section.component.layout .layout-wrapper .item.social_service.social_icons .box-wrapper {
    background: transparent;
    width: 100%;
    text-align: center;
}

.page-id-7 section.component.layout + section.component.layout .layout-wrapper .item.social_service.social_icons .wrapper{
padding: 0;
}
.page-id-7 section.component.layout + section.component.layout .layout-wrapper .item.social_service.social_icons .wrapper .inner{
border: 0;
}
.page-id-7 section.component.layout + section.component.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle {
    position: relative;
    display: inline-block;
    color: #000;
    border: 0px solid #fff;
    top: inherit !important;
    right: inherit !important;
    left: inherit !important;
    bottom: inherit !important;
    width: inherit !important;
    height: inherit !important;
    margin-right:45px;
}

.page-id-7 section.component.layout + section.component.layout .layout-wrapper .item.social_service.social_icons .wrapper .inner .inside .entry-content h3.meta {
    color: #000;
    font-family: 'Rakkas', cursive;
    font-size: 30px;
    font-weight: normal;
    display: block;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 0;
    padding: 0;
}
.page-id-7 section.component.layout + section.component.layout .layout-wrapper .item.social_service.social_icons .wrapper .inner .inside .entry-content h3.meta i{
  display: none;
}
.page-id-7 section.component.layout + section.component.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle:last-child{
  margin-right: 0;
}
.page-id-7 section.component.layout + section.component.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle .fa {
    color: #000;
    font-size: 24px;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
}
.page-id-7 section.component.layout + section.component.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder{
  text-align: center;
}

.portfolio-items-wrapper {
   /* -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;*/
    margin: 0 ;
    padding: 0 0 340px;
    /*-moz-column-gap:30px;
    -webkit-column-gap:30px;
    column-gap:30px;*/
    position: relative;
    font-size: .85em;
}
.layout.portfolio .layout-wrapper.portfolio-items-wrapper .item{
    -webkit-font-smoothing: inherit;
    -webkit-backface-visibility: visible;
    height: auto;
    margin-bottom: 22px;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
@media only screen and (max-width: 320px) {
    .portfolio-items-wrapper  {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    /*.portfolio-items-wrapper  {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }*/
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    /*.portfolio-items-wrapper  {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }*/
}
@media only screen and (min-width: 1201px) {
    /*.portfolio-items-wrapper  {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }*/
}

.portfolio-items-wrapper .btn.loadMoreBtn {
    color: #333333;
    text-align: center;
    width: auto;
    padding: 10px 22px;
    font-family: 'Raleway', sans-serif;
    background: #fff;
    border-radius: 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 240px;
    left: 50%;
    margin-left: -87px;
}

.portfolio-items-wrapper .port-rowone {
  margin-top:45px;
}
.portfolio-items-wrapper .port-rowthree {
  margin-top: 120px;
}
/*.row.layout-wrapper.portfolio-items-wrapper::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 900px;
    background: #D7A851;
    left: 150px;
    bottom: 0;
    top: 2%;
}*/
.portfolio-items-wrapper #loadMore {display: none !important}
section.component.layout.portfolio::before {
    position: absolute;
    content: '';
    right: -95px;
    bottom: 650px;
    width: 350px;
    height: 420px;
    border: 5px solid #D7A851;
}
section.component.layout.orange .item {
    display: block;
}
section.component.layout.golden .item {
    display: block;
}
section.component.layout.white .item {
    display: block;
}
.row.layout-wrapper.more-results .item {
    display: block;
}
.layout.golden .layout-wrapper .box-wrapper .entry-content h3.meta i.line {
  display: none;
}
.layout.golden .layout-wrapper .box-wrapper .entry-content h3.meta{
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000;
    letter-spacing: 0;
    font-weight: normal;
}

.layout.golden .layout-wrapper .box-wrapper .entry-content h3.meta a{
  color: #000;
  text-decoration: underline;
}
.layout.golden .layout-wrapper .box-wrapper .entry-content h3.meta span{
  text-decoration: underline;
}
.layout.golden .layout-wrapper .item.split .split-wrapper .entry-content  .excerpt {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    line-height: 19px;
    margin: 20px 0 0;
}
.layout.golden .layout-wrapper .item.split .split-wrapper .entry-content  .excerpt a{
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.home .component-sections section:nth-child(9) .layout-wrapper .item.split .split-wrapper .entry-content h2.title {
    font-size: 48px !important;
    font-family: 'Rakkas', cursive;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 54px;
    height: 108px;
}

.layout.white .layout-wrapper .box-wrapper .entry-content h3.meta i.line {
  display: none;
}
.layout.white .layout-wrapper .box-wrapper .entry-content h3.meta{
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #000;
    font-weight: normal;
}
.layout.white .layout-wrapper .box-wrapper .entry-content h3.meta a{
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.layout.white .layout-wrapper .box-wrapper .entry-content h3.meta span{
  text-decoration: underline;
  font-weight: bold;
}
.layout.white .layout-wrapper .item.split .split-wrapper .entry-content  .excerpt a{
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.layout.white .layout-wrapper .item.split .split-wrapper .entry-content h2.title {
    font-size: 48px !important;
    font-family: 'Rakkas', cursive;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 54px;
    height: 108px;
}
.layout.white .layout-wrapper .item.split .split-wrapper .entry-content  .excerpt {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    line-height: 19px;
    margin: 20px 0 0;
}
.layout.white .layout-wrapper .item.split .split-wrapper .entry-content  .excerpt ._ffn_textNode {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    line-height: 19px;
    margin: 20px 0 0;
}
.slideshow.pink .inner .entry-content h3.meta i.line {
  display: none;
}
.slideshow.pink .slider .item .inner .entry-content h3.meta{
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 0;
    padding:0;
    border: 0;
    font-weight: normal;
        text-decoration: underline;
        margin-bottom: 0;
}
.slideshow.pink .inner .entry-content h2.title{
    font-size: 60px !important;
    font-family: 'Rakkas', cursive;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 30px;
}
.layout.orange .layout-wrapper .grid-wrapper .box-wrapper .wrapper .inner .inside .entry-content h2.title{
    font-size: 22px !important;
    font-family: 'Rakkas', cursive;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 25px;
}

.component.product_carousel .slick-slide img {
    width: 100%;
	max-width: 75%;
    height: 350px;
	margin-left: auto;
	margin-right: auto;
    object-fit: cover;
        transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.component.product_carousel .slick-slide{
  margin:4px;
  position: relative;
}
.component.product_carousel .slick-slide h2{
  display: none;
}
.component.product_carousel .slick-slide h3.meta{
      font-size: 14px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    margin-left: auto;
	margin-right: auto;
        text-decoration: underline;
}
.component.product_carousel .slick-slide > .buy-now {
    position: absolute;
    bottom: 55px;
    right: 55px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 17px;
    text-transform: capitalize;
    padding: 20px;
    opacity: 0;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.component.product_carousel .slick-slide.slick-active + .slick-active img{
  height: 260px;
  margin-top: 50px;
      transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.component.product_carousel .slick-slide.slick-active + .slick-active + .slick-active img{
  height: 310px;
  margin-top: 25px;
      transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.component.product_carousel .slick-slide:hover > a {
  opacity: 1;
}
.component.product_carousel .container{
  position: relative;
}
.component.product_carousel .block-header{
    font-size: 55px;
    font-weight: bold;
  }

.component.product_carousel .block-header h3 {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 55px;
    font-family: 'Rakkas', cursive;
    font-weight: normal;
    letter-spacing: 0;
  }

  @media only screen and (min-width:1225px){
    .component.product_carousel .block-header{
      position: absolute;
      font-size: 55px;
      left: -75px;
      font-weight: bold;
      top: 32px;
      margin: 0;
      transform: rotate(270deg);
    }
  }

  section.component.layout.purple .item {
    display: block;
    padding: 4px;
}
section.component.layout.purple .block-header h3{
  font-size: 55px;
  font-family: 'Rakkas', cursive;
  font-weight: normal;
  letter-spacing: 0;
}








/*Responsive*/


@media only screen and (max-width:1145px){
  h2.pagetitle {
    width: 100%;
    padding-right: 30px;
    line-height: 36px;
    margin-top: 5px;
}
  .component.slideshow.green .slick-next {
    right: 90px !important;
  }
  section.component.red::before {
    width: 538px;
  }
    section.component.red::before {
    display: none;
  }
  .page-id-7 section.component.two_columns img {
    margin-bottom: 30px;
}
.page-id-7 .panorama .entry-content.col-md-7 {
    left: 0;
    margin-left: 0;
}
.layout.blog-cat-post .layout-wrapper .item.blog-grid-item {
    height: inherit;
}
.category .component.grid::before{
  display: none;
  }
}
/*@media only screen and (min-width:768px) and (max-width: 1034px){
 section.component.slideshow.green .slick-slider{
      width: 768px !important;
      margin-right: 267px;
    }
}*/

  @media(max-width:991px){
    .contactform .wpcf7-submit{
        float: none;
        margin-top: 10px;
  }
    .contact-wrap {
      width: 100%;
      padding-top: 50px;
    }
    .singleblog .tool-bar .post-navigation .next a span{
      display: none;
    }
    .singleblog .tool-bar .post-navigation .previous a span{
      display: none;
    }
    #content .article.singleblog .blogwrap::after{
      display: none;
    }
    .layout.blog-cat-post.list .layout-wrapper .item.blog-grid-item{
      height: auto;
    }
    .component.list::before{
      display: none;
    }
    .component.list::after{
      display: none;
    }
    .component.list .container::after{
      display: none;
    }
    .page-id-7 .main-content .main.col-md-12 blockquote {
    margin: 50px 0 30px !important;
}
    section.component.layout.orange .layout-wrapper::before {
    display: none;
}
section.component.layout.orange{
  margin-bottom: 30px;
}
#mc_embed_signup {
    width: 68%;
}
#footer .top-section .social a{
  flex-grow: 1;
    text-align: center;
    margin-right: 0;
}
.social {
    display: flex;
}
section.component.layout.orange .layout-wrapper::before{
  display: none;
}
.layout.white .layout-wrapper .item.split .split-wrapper .entry-content h2.title {
    font-size: 30px !important;
    font-family: 'Rakkas', cursive;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 30px;
    height: auto;
}

.home .component-sections section:nth-child(9) .layout-wrapper .item.split .split-wrapper .entry-content h2.title {
    font-size: 30px !important;
    font-family: 'Rakkas', cursive;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 30px;
    height: auto;
}
.layout.white .layout-wrapper .item.split .split-wrapper .entry-content .excerpt {
    height: 60px;
    overflow: hidden;
}
.layout.golden .layout-wrapper .item.split .split-wrapper .entry-content .excerpt {
    height: 60px;
    overflow: hidden;
}
    section.component.slideshow.green .slick-slider .entry-content {
    
    width: 768px;
    left: 0;
}
    .home .component.product_carousel .slick-next {
    margin-right: -15px;
  }
    .home .component.product_carousel .slick-next {
    margin-right: -15px;
}
.home .component.product_carousel .slick-prev {
    margin-left: -17px;
}
section.component.slideshow.green .slick-slider::before {
    right: 0;
}
section.component.slideshow.green .slick-slider::after {
    right: 0;
}
section.component.slideshow.green .slick-slider .slick-list::after{
  right: 5px;
}
.layout.component.list .layout-wrapper .list-wrapper .content .entry-content .table .table-cell h2.title.small {
    font-size: 40px;
    line-height: 46px;
    height: auto;
    overflow:visible;
  }
  .category .component.grid::after{
    display: none;
  }
  .component.grid .container::after{
    display: none;
  }
  .singleblog .single-blog-banner .align-middle .entry-content {
    width: 100%;
    margin: 0 auto;
    left: 0;
    margin-left: 30px;
}
  }

@media(max-width: 767px){

  h3.part-heaidng {
    line-height: 30px;
  }
  .press-images-row img{
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .press-images-row {
    margin-top: 50px;
}
  .blogwrap h1{
    font-size: 36px;
  }
  #content .article.singleblog .blogwrap .blogwraptwo::after{
    display: none;
  }
  .singleblog {
    padding-bottom: 50px;
}
.singleblog .tool-bar.margin {
    margin-bottom: 50px;
    margin-top: 50px;
}
  #content .social-links ul li {
    margin-left: 18px;
}
  #content .article.singleblog .main-content img{
    max-width: 100%;
  }
  .singleblog .tool-bar .post-navigation .next a span{
      display: block;
    }
    .singleblog .tool-bar .post-navigation .previous a span{
      display: block;
    }
.singleblog .tool-bar .post-navigation .title-wrapper{
  height: auto;
}
.singleblog .tool-bar .post-navigation .expand {
    margin: 0 0px;
}
.singleblog .tool-bar .post-navigation .title-wrapper .table .table-cell {
    width: 60px;
}
  .page-id-7 section.component.two_columns img {
      width: 100%;
      margin-top: 50px;
      margin-bottom: 0px;
  }
  .layout.component.list .layout-wrapper .list-wrapper .content .entry-content .table .table-cell h3.meta{
    margin-top: 10px;
  }
  .layout.component.list .layout-wrapper .list-wrapper .content .entry-content .table .table-cell h2.title.small {
    font-size: 30px;
    line-height: 30px;
    height: auto;
    overflow:visible;
  }
  .blog-cat-post .blog-cat-title {
    position: relative;
    top: inherit;
    font-size: 36px;
    right: 0;
  }

}
@media (max-width:767px) {
  #content .article .panorama .entry-content h1.title.small,#content .article .panorama .entry-content h2.title.small {
    font-size: 30px!important;
    line-height: 40px!important;
  }
}

  @media(max-width: 767px){
    .jobspage ul {
    padding-left: 25px;
}
    section.component.slideshow.green .slick-slider{
      width: 576px !important;
      margin-right: 192px;
    }
    section.component.slideshow.green .slick-slider .item .entry-content h2.title {
    font-size: 30px !important;
    margin: 0 0;
    line-height: 30px !important;
    font-family: 'Rakkas', cursive;
    letter-spacing: 1px;
    height: auto;
    overflow: inherit;
    color: #000 !important;
}
.component.product_carousel .block-header h3 {
    font-size: 30px;
    }
    section.component.layout.purple .block-header h3 {
    font-size: 30px;
  }
    .subscribeform {
    display: block;
    width: 100%;
}
    section.component.slideshow.green .slick-slider .entry-content {
    width: 576px;
    left: 0;
}
/*section.component.slideshow.green .slick-slider .item {
    margin-bottom: 150px;
}*/
#footer .copyright {
    text-align: left;
}
.page-id-7 .main-content .main.col-md-12 {
    width: 100%;
}
.page-id-7 .main-content .main.col-md-12 blockquote p {
    line-height: 30px;
}
.page-id-7 section.component.layout + section.component.layout .layout-wrapper .item.social_service.social_icons .box-wrapper .holder a.circle {
    margin-right: 24px;
}
.page-id-7 section.component.layout + section.component.layout {
    padding-top: 50px;
}
#content.portfolio-section {
    padding: 0px 0 0;
    margin-top: 0;
}
#mc_embed_signup {
    width: 100%;
    margin-bottom: 40px;
}
  }

  @media(max-width: 576px){
    #footer .copyright .bottom-section p, #footer .bottom-section .partners p {
    white-space: inherit;
}
    section.component.slideshow.green .slick-slider{
      width: 320px !important;
      margin-right: 256px;
    }
    section.component.slideshow.green .slick-slider .entry-content {
    width:320px;
    left: 0;
}
  }
  @media(max-width: 600px){
    .formcontent ul li span a {
    float: none;
}
.formcontent ul li span {
    float: none;
    display: block;
}
.formcontent ul li{
  margin-bottom: 10px;
  }}


/*owl home slide */
@media (min-width:1350px){
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active {
    width:804px !important;
    margin-right: 0px !important;
    margin-left: 148px !important;
}
.homeowlslider .owl-item.active {
    width:804px !important;
    margin-right: 0px !important;
    margin-left: 108px !important;
}
.homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item {
  width: 804px !important;
    margin-right: 446px !important;
}
.homeowlslider .owl-item{
  width: 804px !important;
    margin-right: 446px !important;
}
}

.homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active + .owl-item, .homeowlslider .owl-item.active + .owl-item{
  margin-left: 120px !important;
  margin-right: 0px !important;
}
.homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active + .owl-item .carousel-slider__post-excerpt, .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active + .owl-item .carousel-slider__post-meta, .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active + .owl-item .carousel-slider__post-header .carousel-slider__post-title{
  opacity:0;
}
.homeowlslider {
    width: 1350px;
    margin: 0 auto 80px;
    position: relative;
}
.homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-stage{
  left: -50px;
  height: 750px;
}
.homeowlslider .carousel-slider__post {
    border-radius: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
    }

   .homeowlslider .carousel-slider__post-title h2{
      font-size: 48px !important;
    margin: 49px 0 10px;
    line-height: 54px !important;
    font-family: 'Rakkas', cursive;
    letter-spacing: 1px;
    height: 54px;
    overflow: hidden;
    color: #000 !important;
    }
    .homeowlslider .carousel-slider__post-image{
      padding-top: 0px !important;
      height: 500px;
      border-radius: 0px;
    }
    .homeowlslider .carousel-slider__post-publication-meta .carousel-slider__post-publication-date{
      display: none;
    }
    .homeowlslider .carousel-slider__post-author-link{
      font-size: 14px;
        margin: -6px 0 0 23px;
    font-family: 'Raleway', sans-serif;
    color: #000 !important;
    }
    .homeowlslider footer.carousel-slider__post-meta {
    position: absolute;
    top: 510px;
    font-size: 14px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #000 !important;
    border: 0;
    padding: 0;
    font-weight: normal;
    left: 10px;
    display: flex;
    flex-direction: row-reverse;
}
.homeowlslider a{
  color: #000 !important;
}
.homeowlslider .carousel-slider__post-category {
    text-transform: capitalize;
    position: relative;
    padding-left: 67px;
}
.homeowlslider .carousel-slider__post-category::before{
  content: 'Written in ';
  font-size: 14px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #000 !important;
    position: absolute;
    left: 0;
    top: 0;
}
.homeowlslider .carousel-slider__post-category::after{
  content: 'by';
  font-size: 14px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #000 !important;
    position: absolute;
    right:-20px;
    top: 0;
}
.homeowlslider .carousel-slider__post-title {
    margin: 0 10px;
    min-height: auto;
}
.homeowlslider .carousel-slider__post-excerpt {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #000;
    line-height: 16px;
    font-weight: 700;
}
.homeowlslider #id-26967 button.owl-prev, .homeowlslider button.owl-prev {
    display: none;
    opacity: 0;
}
.homeowlslider #id-26967 .carousel-slider-nav-icon, .homeowlslider .carousel-slider-nav-icon {
    fill: #CC4E28;
}
.portfolio-slideshow .homeowlslider .carousel-slider-nav-icon {
    margin-left: 30px;
}
.homeowlslider #id-26967 button.owl-next::before {
    width: 60px;
    content: '';
    background: #CC4E28;
    height: 5px;
    position: absolute;
    top: 21px;
    right: 20px;
}
.portfolio-slideshow .homeowlslider button.owl-next::before{
    width: 40px;
    content: '';
    background: #CC4E28;
    height: 5px;
    position: absolute;
    top: 34px;
    right: 21px;
}
.homeowlslider .slide-design::before {
    position: absolute;
    content: url(../../uploads/2019/06/Path-78.svg);
    right: 300px;
    z-index: 2;
    top: -20px;
}
.homeowlslider .slide-design::after {
    position: absolute;
content: url('../../uploads/2019/06/Rectangle-54.svg');
right: 360px;
z-index: 2;
top: 180px;
width: 188px;
height: 188px;
}
.homeowlslider::before{
position: absolute;
content: url('../../uploads/2019/06/Ellipse-6.svg');
right: 385px;
z-index: 2;
top: 268px;
width: 80px;
height: 80px;
}
.homeowlslider button.owl-next:focus, .homeowlslider  button.owl-next:focus {
    outline: none;
}
.homeowlslider #id-26967 .owl-dots .owl-dot span, .homeowlslider .owl-dots .owl-dot span {
    background-color: #000;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
}
.homeowlslider #id-26967 .owl-dots .owl-dot.active span, .homeowlslider .owl-dots .owl-dot.active span ,.homeowlslider #id-26967 .owl-dots .owl-dot:hover span, .homeowlslider .owl-dots .owl-dot:hover span {
    background-color: transparent;
}
.homeowlslider .carousel-slider .owl-nav .owl-next, .homeowlslider .owl-nav .owl-next{
    right: 295px;
}
.homeowlslider .carousel-slider__post-content{
  height: auto;
}

section.component.slideshow.green.ready {
    display: none;
}





@media(min-width:1440px){
  .homeowlslider {
    width: 1440px;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active, .homeowlslider .owl-item.active{
    margin-left: 192px !important;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item, .homeowlslider .owl-item {
    margin-right: 536px !important;
}
.homeowlslider .slide-design::before {
    right: 340px;
  }
  .homeowlslider .slide-design::after {
    right: 406px;
  }
  .homeowlslider::before {
    right: 430px;
  }
  .homeowlslider .carousel-slider .owl-nav .owl-next, .homeowlslider .owl-nav .owl-next {
    right: 345px;
}
}

@media(min-width:1517px){
  .homeowlslider {
    width: 1517px;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active, .homeowlslider .owl-item.active{
    margin-left: 233px !important;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item, .homeowlslider .owl-item {
    margin-right: 613px !important;
}
.homeowlslider .slide-design::before {
    right: 357px;
  }
  .homeowlslider .slide-design::after {
    right: 423px;
  }
  .homeowlslider::before {
    right: 447px;
  }
  .homeowlslider .carousel-slider .owl-nav .owl-next, .homeowlslider .owl-nav .owl-next {
    right: 362px;
}
}

@media(min-width:1600px){
  .homeowlslider {
    width: 1600px;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active, .homeowlslider .owl-item.active{
    margin-left: 275px !important;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item, .homeowlslider .owl-item {
    margin-right: 696px !important;
}
.homeowlslider .slide-design::before {
    right: 405px;
}
.homeowlslider::before {
    right: 500px;
}
.homeowlslider .slide-design::after {
    right: 465px;
}
.homeowlslider .carousel-slider .owl-nav .owl-next, .homeowlslider .owl-nav .owl-next {
    right: 420px;
}
}

@media(min-width:1680px){
  .homeowlslider {
    width: 1680px;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active, .homeowlslider .owl-item.active {
    margin-left: 315px !important;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item, .homeowlslider .owl-item {
    margin-right: 776px !important;
}
.homeowlslider .slide-design::before {
    right: 450px;
}
.homeowlslider::before {
    right: 545px;
}
.homeowlslider .slide-design::after {
    right: 510px;
}
.homeowlslider .carousel-slider .owl-nav .owl-next, .homeowlslider .owl-nav .owl-next {
    right: 460px;
}
}


@media(min-width:1800px){
  .homeowlslider .slide-design::before {
    right: 500px;
}
.homeowlslider .slide-design::after {
    right: 565px;
}
.homeowlslider::before {
    right: 600px;
}
  .homeowlslider {
    width: 1800px;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active, .homeowlslider .owl-item.active {
    margin-left: 374px !important;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item, .homeowlslider .owl-item {
    margin-right: 896px !important;
}
.homeowlslider .carousel-slider .owl-nav .owl-next, .homeowlslider .owl-nav .owl-next {
    right: 515px;
}
}

@media(min-width:1920px){
  .homeowlslider .slide-design::before {

    right: 560px;

}
.homeowlslider .slide-design::after {

    right: 622px;

}
.homeowlslider::before {

    right: 665px;

}
.homeowlslider .carousel-slider .owl-nav .owl-next, .homeowlslider .owl-nav .owl-next {
    right: 575px;
}
  .homeowlslider {
    width: 1920px;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active, .homeowlslider .owl-item.active {
    margin-left: 435px !important;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item, .homeowlslider .owl-item {
    margin-right: 1016px !important;
}
}

@media (min-width:1300px) and (max-width: 1349px){
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active, .homeowlslider .owl-item.active {
    margin-left: 122px !important;
    margin-right: 100px !important;
  }
  .homeowlslider {
    width: 1300px;
  }
  .homeowlslider .slide-design::before {
    right: 280px;
   } 
   .homeowlslider .slide-design::after {
    right: 342px;
  }
  .homeowlslider::before {
    right: 360px;
  }
  .homeowlslider .carousel-slider .owl-nav .owl-next, .homeowlslider .owl-nav .owl-next {
    right: 280px;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item, .homeowlslider .owl-item {
    margin-right: 396px !important;
    width: 804px !important;
}
.homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active + .owl-item, .homeowlslider .owl-item.active + .owl-item {
    margin-left: 80px !important;
}
}
@media (min-width:1200px) and (max-width: 1299px){
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active, .homeowlslider .owl-item.active {
    margin-left: 76px !important;
    margin-right: 100px !important;
  }
  .homeowlslider {
    width: 1200px;
  }
  .homeowlslider .slide-design::before {
    right: 230px;
   } 
   .homeowlslider .slide-design::after {
    right: 290px;
  }
  .homeowlslider::before {
    right: 310px;
  }
  .homeowlslider .carousel-slider .owl-nav .owl-next, .homeowlslider .owl-nav .owl-next{
    right: 230px;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item, .homeowlslider .owl-item {
    margin-right: 296px !important;
    width: 804px !important;
}
.homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active + .owl-item, .homeowlslider .owl-item.active + .owl-item {
    margin-left: 0px !important;
}
}
@media (min-width:1146px) and (max-width: 1199px){
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active, .homeowlslider .owl-item.active{
    margin-left: 56px !important;
    margin-right: 100px !important;
  }
  .homeowlslider {
    width: 1146px;
  }
  #header .main-menu-wrapper .left-side {
    left: 0;
  }
  .homeowlslider .slide-design::before {
    right: 195px;
   } 
   .homeowlslider .slide-design::after {
    right: 260px;
  }
  .homeowlslider::before {
    right: 280px;
  }
  .homeowlslider .carousel-slider .owl-nav .owl-next, .homeowlslider .owl-nav .owl-next{
    right: 200px;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item, .homeowlslider .owl-item {
    margin-right: 242px !important;
    width: 804px !important;
}
.homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active + .owl-item, .homeowlslider .owl-item.active + .owl-item {
    margin-left: 0px !important;
}
}

@media (min-width:992px) and (max-width: 1145px){
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active, .homeowlslider .owl-item.active {
    margin-left: 60px !important;
  }
  .homeowlslider {
    width: 992px;
  }
  #header .main-menu-wrapper .left-side {
    left: 0;
  }
  .homeowlslider .slide-design::before {
    right: 32px;
   } 
   .homeowlslider .slide-design::after {
    right: 100px;
  }
  .homeowlslider::before {
    right: 120px;
  }
  .homeowlslider .carousel-slider .owl-nav .owl-next, .homeowlslider .owl-nav .owl-next {
    right: 45px;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item, .homeowlslider .owl-item {
    margin-right: 86px !important;
    width: 804px !important;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active + .owl-item, .homeowlslider .owl-item.active + .owl-item {
      margin-left: 0px !important;
  }
}

@media (max-width: 991px){
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active, .homeowlslider .owl-item.active {
    margin-left: 10px !important;
    margin-right: 0px !important;
  }
  .homeowlslider {
    width: 100%;
  }
  #header .main-menu-wrapper .left-side {
    left: 0;
  }
  .homeowlslider .slide-design::before {
    display: none;
   } 
   .homeowlslider .slide-design::after {
    display: none;
  }
  .homeowlslider::before {
    display: none;
  }
  .homeowlslider .carousel-slider .owl-nav .owl-next, .homeowlslider .owl-nav .owl-next {
    right: 45px;
    margin-top: 130px;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item, .homeowlslider .owl-item {
    margin-right: 0px !important;
  }
  .homeowlslider .carousel-slider[data-slide-type="post-carousel"] .owl-item.active + .owl-item,  .homeowlslider .owl-item.active + .owl-item {
      margin-left: 0px !important;
  }
}

@media(max-width:440px){
  .homeowlslider .carousel-slider__post-category::after{
    display: none;
  }
  .homeowlslider .carousel-slider__post-publication-meta {
    display: none;
  }
}

