<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import "./normalize.scss";*/
/*------------------------------Copied From Old Site----------------------------------------------------*/
/*@import "./fonts.css";*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

/* BASE STYLE
======================================================= */
body {
  font-family: Ubuntu !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #666666 !important;
  background: #fff;
  min-width: 1170px;
  line-height: 1.8; }

body.custom-background {
  background-image: url("/Content/images/Green-Banner-shutterstock_v2.jpg");
  background-position: left top;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed; }

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
#masthead {
  position: relative;
  -o-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out; }

#masthead.slide-open {
  margin-top: 320px; }

#main-header .ak-container {
  position: relative; }

#header-google-map {
  position: absolute;
  width: 100%;
  height: 320px;
  left: 0;
  top: 0; }

#header-google-map iframe {
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.top-header .google-icon {
  float: left;
  height: 34px;
  width: 34px;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-right: 8px; }

.top-header .google-icon .fa {
  line-height: 34px; }

#masthead #top-header {
  background: url(/Content/images/bgheader.jpg) repeat-x scroll left bottom #fff;
  padding: 10px 0; }

#masthead .site-branding {
  float: left;
  padding: 15px 0; }

#masthead .site-branding img {
  height: auto !important;
  width: auto !important;
  display: block; }

#masthead .right-header {
  float: right; }

#masthead .right-header .clear:first-child {
  margin-top: 25px; }

.header-text {
  color: #006901;
  font-size: 14px;
  text-align: right;
  margin-bottom: 10px; }

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #555;
  font-weight: 300; }

p {
  margin-bottom: 20px; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px; }

ul,
ol {
  margin: 0 0 15px 20px;
  line-height: 1.3; }

ul {
  list-style: square; }

ol {
  list-style: decimal; }

li &gt; ul,
li &gt; ol {
  margin-bottom: 0;
  margin-left: 15px; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 0; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle; }

.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  padding: 10px 20px 10px 16px;
  font-weight: normal;
  display: inline-block;
  position: relative;
  border-radius: 1px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background-image: url(images/arrow.png);
  background-repeat: no-repeat;
  background-position: 120% center;
  background-color: #01aefd; }

.bttn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #07a2dd;
  background-position: 96% center;
  color: #fff; }

.read-more {
  background-color: transparent !important;
  color: inherit !important;
  text-transform: none;
  padding: 0 20px 0 0;
  background-image: url(images/readmore-arrow.png);
  font-weight: normal; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 36px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #aaa; }

.searchform input[type="text"]:focus {
  border: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px 6px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 160px;
  max-width: 100%; }

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #01aefd;
  text-decoration: none; }

a:hover,
a:active {
  color: #07a2dd; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 15px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.ak-container:after,
.ak-container:before {
  content: "";
  display: table; }

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.ak-container:after {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.sidebar .widget {
  margin: 0 0 25px; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

.widget-social-icons {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget-social-icons li {
  border: none !important;
  float: left;
  font-size: 34px;
  line-height: 34px;
  margin-right: 6px;
  padding: 0; }

.widget-social-icons li a {
  color: #333; }

.flickr_badge_image {
  float: left;
  margin: 2px; }

/*Recent post widget*/
.widget_recent_entries .post-date {
  font-style: italic;
  color: #adadad;
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-top: 5px; }

.widget_calendar caption {
  text-align: center;
  margin-bottom: 10px; }

#wp-calendar th,
#wp-calendar td {
  text-align: center;
  border: none; }

#wp-calendar tfoot td#prev {
  text-align: left; }

#wp-calendar tfoot td#next {
  text-align: right; }

#wp-calendar tbody td a {
  color: #adadad; }

.widget-preview-thumbnail {
  margin-bottom: 8px; }

.widget-preview-more {
  text-align: right;
  margin-top: 5px; }

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
#accesspreslite-breadcrumbs + h1.entry-title {
  margin-top: 0;
  margin-bottom: 0; }

.entry-header {
  background: #f6f6f6;
  padding: 10px 0 20px;
  margin-bottom: 20px; }

h1.entry-title {
  color: #666;
  font-size: 24px !important;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 5px; }

h1.entry-title a {
  color: #333; }

.taxonomy-description {
  margin-top: 5px;
  font-style: italic; }

.taxonomy-description p {
  margin-bottom: 0; }

.home-blog.ak-container {
  margin-top: 25px; }

.hentry {
  margin: 0 0 15px; }

.byline,
.updated {
  display: none; }

.single .byline,
.group-blog .byline,
.posted-on {
  display: inline;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300; }

.page-content,
.entry-content,
.entry-summary {
  margin: 15px 0 0; }

.entry-content .short-content {
  margin-bottom: 15px; }

.entry-content .short-content + .bttn {
  float: right; }

.page-links {
  clear: both;
  margin: 0 0 15px; }

.edit-link .post-edit-link {
  background: #293037;
  padding: 4px 10px;
  color: #fff !important;
  line-height: 1;
  border-radius: 3px;
  font-size: 13px; }

.edit-link .post-edit-link:before {
  content: "\f044";
  font-family: FontAwesome;
  margin-right: 5px; }

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry,
#ak-blog-post article.hentry {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 3px solid #f1f2f3; }

article.hentry .edit-link {
  display: block;
  margin: 15px 0; }

article.hentry h1.entry-title {
  margin-bottom: 5px;
  line-height: 1.2; }

article.hentry .entry-footer &gt; span {
  margin-right: 15px;
  font-size: 13px; }

.page-header {
  border-left: 5px solid #666;
  padding-left: 15px;
  margin-bottom: 25px; }

.posted-on:before {
  content: "\f073";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.cat-links:before {
  content: "\f07c";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.comments-link:before {
  content: "\f075";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.tags-links:before {
  content: "\f02c";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.entry-footer a {
  color: #999; }

.entry-footer a:hover {
  color: #01aefd; }

.nav-links .meta-nav {
  display: none; }

.nav-links .nav-previous a:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.nav-links .nav-next a:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 5px; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

#comments h2.comments-title {
  font-style: italic;
  margin: 15px 0; }

#comments h3 {
  margin: 0 0 10px;
  line-height: 1; }

#commentform label {
  width: 120px;
  display: inline-block; }

textarea#comment {
  width: 60%;
  height: 150px; }

/*Comment Lists*/
.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.comments-area .comment-list {
  background: #f2f3f4;
  padding: 20px; }

.comments-area ol.children {
  margin: 15px 0 0 15px;
  padding-top: 15px;
  border-top: 2px solid #fff; }

.comment-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 6px solid #fff; }

.comment-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

.comment-author img {
  vertical-align: text-top;
  margin-right: 15px; }

.comment-author {
  float: left; }

.comment-author .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold; }

.comment-author .fn .url {
  color: #333; }

.comment-author .fn .url:hover {
  border-bottom: 1px dotted #333; }

.comment-author .says {
  display: none; }

.commentmetadata {
  float: right;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  font-weight: 300; }

.commentmetadata a {
  color: #666; }

.commentmetadata .comment-edit-link {
  color: #01aefd; }

.commentmetadata + .clear {
  margin-bottom: 20px; }

.reply .comment-reply-link {
  background: none repeat scroll 0 0 #293037;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  padding: 2px 10px; }

#respond {
  background: #f1f2f3;
  padding: 20px;
  margin-top: 10px; }

#commentform .form-submit {
  margin-bottom: 0; }

.comment-awaiting-moderation {
  background: #111;
  position: absolute;
  left: 50%;
  top: -20px;
  color: #fff;
  font-size: 13px;
  width: 250px;
  margin-left: -125px; }

.comment-awaiting-moderation + br {
  display: none; }

#cancel-comment-reply-link {
  font-style: italic;
  color: #333; }

#cancel-comment-reply-link:before {
  font-family: FontAwesome;
  content: "\f057";
  margin: 0 5px 0 20px;
  font-style: normal;
  color: #333; }

.logged-in-as a {
  color: #333; }

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 10px 0; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

#content {
  position: relative;
  background: #fff;
  z-index: 99; }

.boxed-layout #page {
  margin: 0 auto;
  background: #fff;
  width: 1200px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: relative; }

.boxed-layout .ak-container {
  width: 1200px;
  padding: 0 15px; }

.ak-container {
  width: 1170px;
  margin: 0 auto; }

/*--------------------------------------------------------------
Social Icons
--------------------------------------------------------------*/
.socials {
  float: left;
  margin-left: 20px; }

.socials a {
  height: 34px;
  width: 34px;
  margin-left: 1px;
  color: #01aefd;
  border: 1px solid #01aefd;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  font-size: 18px;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.socials a:hover {
  color: #fff;
  background: #04a3ed; }

/*--------------------------------------------------------------
search form
--------------------------------------------------------------*/
.search-icon {
  cursor: pointer;
  padding-left: 18px; }

.ak-search {
  float: right; }

.searchform {
  height: 34px;
  width: 200px;
  border: 1px solid #01aefd;
  margin-left: 20px; }

.searchform .s {
  border: none;
  background: none;
  height: 32px;
  float: left;
  padding: 5px 10px;
  width: 160px;
  vertical-align: middle;
  font-size: 13px; }

.searchform .searchsubmit {
  border: none;
  height: 32px;
  width: 32px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: right;
  background: none;
  color: #ccc;
  font-size: 14px; }

/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/
.sticky-header {
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
  position: static;
  top: -350px; }

.sticky-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Chrome, Safari, Opera */
  transform: translateY(0); }

.boxed-layout .sticky-header.fixed {
  left: auto;
  width: auto; }

.main-navigation .ak-container {
  padding: 0 !important; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.main-navigation .menu &gt; ul &gt; li {
  float: left;
  position: relative;
  line-height: 48px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 2px; }

.main-navigation ul li {
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 15px;
  position: relative; }

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  left: 0;
  position: absolute;
  z-index: 99999;
  background: #fff;
  top: 100%;
  display: none; }

.main-navigation ul ul ul {
  left: 100%;
  top: 0;
  border-top: none; }

.main-navigation ul ul a {
  min-width: 150px;
  padding: 0; }

.main-navigation ul ul li {
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ddd;
  margin: 0 !important;
  padding: 10px 15px;
  display: block;
  text-align: left;
  text-transform: none; }

.main-navigation ul ul li:last-child {
  border-bottom: none; }

.main-navigation ul ul a {
  color: #666;
  background: none !important;
  position: relative; }

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none; }

.hide {
  display: none; }

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 15px;
  overflow: hidden; }

.site-main .post-navigation {
  margin-top: 40px; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.navigation.post-navigation {
  margin-top: 20px; }

.navigation .nav-links a {
  background: #353f47;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  padding: 2px 15px;
  font-size: 11px;
  border: 1px solid transparent;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-size: 13px; }

.navigation .nav-links a:hover {
  border: 1px solid #353f47;
  background: #fff;
  color: #353f47; }

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
#slider-banner {
  overflow: hidden; }

#slider-banner .bx-wrapper img {
  margin: 0 auto; }

.bx-wrapper .slider-caption .caption-title {
  font-size: 58px !important;
  font-weight: 400;
  line-height: 50px;
  margin: 0 auto 15px;
  width: 80%;
  color: #fff !important;
  text-transform: uppercase !important; }

.bx-wrapper .slider-caption .caption-description {
  font-size: 32px !important;
  font-weight: 300 !important;
  line-height: 38px;
  margin: 0 auto 10px;
  width: 80%;
  color: #fff !important;
  text-transform: uppercase !important; }

.bx-wrapper .slider-caption .more-link {
  background: none repeat scroll 0 0 #01aefd;
  border-bottom: 3px solid #07a2dd;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 20px; }

/*--------------------------------------------------------------
Call to Action bar
--------------------------------------------------------------*/
#action-bar {
  background: #01aefd;
  padding: 20px 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.3; }

#action-bar p:last-child {
  margin-bottom: 0; }

#action-bar .action-bar-button {
  background: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 2px;
  color: #eee;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 15px; }

#action-bar .action-bar-button:hover {
  background: rgba(0, 0, 0, 0.4); }

/*--------------------------------------------------------------
Top Section
--------------------------------------------------------------*/
#top-section {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2; }

#top-section h1 {
  margin-bottom: 25px; }

#top-section h1 a {
  color: #666; }

#top-section .welcome-text-image {
  float: left;
  max-width: 222px; }

#top-section .welcome-text-image img {
  width: 100%; }

#top-section .welcome-detail {
  float: right;
  width: 375px;
  text-align: justify; }

#top-section .welcome-detail.welcome-detail-full-width {
  width: 100%;
  float: none; }

#welcome-text {
  width: 625px;
  float: left; }

#latest-events {
  width: 495px;
  float: right; }

.event-list {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.event-list:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0; }

.event-list .event-thumbnail {
  float: left;
  width: 136px;
  position: relative; }

.event-list .event-thumbnail img {
  display: block; }

.event-thumbnail .event-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #07a2dd;
  color: #fff;
  width: 44px;
  text-align: center;
  padding: 5px 0;
  line-height: 1;
  font-weight: 400;
  font-size: 13px; }

.event-date .event-date-day {
  display: block;
  margin-bottom: 3px; }

.event-date .event-date-month {
  display: block;
  font-weight: 400; }

.event-list .event-detail {
  float: right;
  width: 340px; }

.event-detail h4 {
  line-height: 1.2;
  margin-bottom: 5px; }

.event-detail h4 a {
  color: #666; }

/*--------------------------------------------------------------
Sidebar Section
--------------------------------------------------------------*/
.sidebar #latest-events {
  width: auto;
  float: none;
  margin-bottom: 20px; }

.sidebar .event-list .event-thumbnail {
  width: 30%; }

.sidebar .event-list .event-detail {
  width: 65%; }

.sidebar .event-detail h4 {
  font-size: 18px;
  margin-bottom: 5px; }

.sidebar .event-list .event-detail {
  font-size: 14px;
  line-height: 1.5; }

.sidebar .event-thumbnail .event-date {
  width: 50px;
  font-size: 13px;
  padding: 5px 0; }

.sidebar .all-events {
  float: right;
  margin-top: -10px; }

/*--------------------------------------------------------------
Client logo Section
--------------------------------------------------------------*/
#clients-logo {
  padding: 0 0 50px;
  background: #fff; }

#clients-logo h2 {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  margin-top: -15px; }

#clients-logo h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 50px;
  margin-left: -25px;
  border-bottom: 1px solid #01aefd; }

/*--------------------------------------------------------------
Mid Section
--------------------------------------------------------------*/
#mid-section {
  margin-bottom: 50px; }

.featured-post {
  float: left;
  width: 350px;
  margin-right: 60px; }

.featured-post.featured-post-4 {
  width: 270px;
  margin-right: 30px; }

.featured-post:last-child {
  margin-right: 0; }

.featured-post .featured-image {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  text-align: center; }

.featured-post .featured-image img {
  display: block;
  margin: 0 auto; }

.featured-post h2 {
  line-height: 1.2;
  margin-bottom: 10px; }

.featured-post h2.has-icon .fa {
  font-size: 32px;
  margin-right: 8px; }

.featured-post h2 a {
  color: #666; }

.featured-post p {
  margin-bottom: 15px; }

.featured-post.big-icon {
  text-align: center; }

.featured-post.big-icon h2.has-icon .fa {
  margin: 0 auto 20px;
  color: #0097d6;
  border: 1px solid #0097d6;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  /* IE 9 */
  -webkit-transform: rotateY(0deg);
  /* Opera, Chrome, and Safari */
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 32px; }

.featured-post.big-icon h2.has-icon:hover .fa {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Opera, Chrome, and Safari */ }

.featured-post.big-icon h2.has-icon span {
  display: block; }

.featured-post .featured-overlay {
  background: #0097d6;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transform: rotateY(0deg) scale(0.3);
  -ms-transform: rotateY(0deg) scale(0.3);
  /* IE 9 */
  -webkit-transform: rotateY(0deg) scale(0.3);
  /* Opera, Chrome, and Safari */ }

.featured-post .overlay-plus {
  color: #ffffff;
  font-size: 40px;
  left: 50%;
  line-height: 40px;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.featured-post .overlay-plus svg {
  height: 36px;
  width: 36px;
  fill: #fff; }

.featured-image:hover .featured-overlay {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: rotateY(180deg) scale(1);
  -ms-transform: rotateY(180deg) scale(1);
  /* IE 9 */
  -webkit-transform: rotateY(180deg) scale(1);
  /* Opera, Chrome, and Safari */ }

/*--------------------------------------------------------------
Bottom Section
--------------------------------------------------------------*/
#bottom-section {
  padding: 30px 0;
  background: #f6f6f6;
  margin-bottom: 50px; }

#bottom-section li {
  margin-bottom: 6px; }

#bottom-section a {
  color: #222; }

#bottom-section .bx-controls-direction a {
  color: #fff; }

#bottom-section h2,
#bottom-section h2.widget-title {
  line-height: 1;
  margin-bottom: 25px; }

#bottom-section .featured-column {
  float: left; }

#bottom-section .column-1 .featured-column {
  width: 100%; }

#bottom-section .column-2 .featured-column {
  width: 50%; }

#bottom-section .column-3 .featured-column {
  width: 33.33%; }

#bottom-section .featured-column-wrap {
  padding-right: 40px; }

#bottom-section .featured-column:last-child .featured-column-wrap {
  padding-right: 0; }

/*--------------------------------------------------------------
Text bar
--------------------------------------------------------------*/
.home-text-bar {
  margin: 0 auto 50px; }

.home-text-bar .widget {
  margin-bottom: 0; }

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#ak-top {
  background: #1d2022;
  position: fixed;
  bottom: 85px;
  right: -64px;
  padding: 8px 10px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 6px 0 0 6px;
  width: 64px;
  text-align: center;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

#ak-top i {
  margin-right: 8px;
  font-size: 14px; }

#colophon {
  background: #353f47; }

.site-footer a {
  color: #ccc; }

.site-footer a:hover {
  color: #f9f9f9; }

#top-footer {
  font-size: 14px;
  background: #006901;
  padding: 25px 0;
  color: #eee; }

#top-footer h2 {
  color: #eee !important;
  font-size: 20px !important; }

#top-footer ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#top-footer ul li {
  border-bottom: 1px solid #454d54;
  padding: 8px 0;
  line-height: 1.2; }

#top-footer ul li:last-child {
  border-bottom: none; }

#top-footer ul li a {
  color: #eee; }

#top-footer .sub-menu {
  display: none; }

#top-footer .footer {
  float: left; }

#top-footer.column-1 .footer {
  width: 100%; }

#top-footer.column-2 .footer {
  width: 50%; }

#top-footer.column-3 .footer {
  width: 33.33%; }

#top-footer.column-4 .footer {
  width: 25%; }

#top-footer h2.widget-title {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.2; }

#top-footer .footer .widget {
  padding-right: 45px;
  margin: 0 0 10px; }

#top-footer .footer:last-child .widget {
  padding-right: 0; }

#bottom-footer {
  background: #015001;
  padding: 8px 0;
  font-weight: 400;
  font-size: 13px;
  color: #ccc; }

#bottom-footer .site-info {
  float: right; }

#bottom-footer .copyright {
  float: left; }

/*--------------------------------------------------------------
Main Content
--------------------------------------------------------------*/
#content {
  padding: 0 0 40px;
  min-height: 600px; }

#primary {
  width: 73%;
  float: left; }

#primary.fullwidth {
  width: 100%; }

#primary-wrap {
  float: left;
  width: 78%; }

.no-sidebar #primary {
  width: 100%;
  float: none; }

.both-sidebar #primary {
  width: 72%;
  float: right; }

.left-sidebar #primary {
  float: right; }

.both-sidebar .sidebar {
  width: 20%; }

.both-sidebar #primary-wrap .sidebar {
  width: 25.5%; }

.sidebar {
  width: 25%; }

.sidebar.right-sidebar {
  float: right; }

.sidebar.left-sidebar {
  float: left; }

#ak-blog-post {
  padding-top: 30px;
  padding-bottom: 30px; }

/*--------------------------------------------------------------
Sidebars
--------------------------------------------------------------*/
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar ul li {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0;
  line-height: 20px; }

.sidebar ul li:last-child {
  border-bottom: none; }

.sidebar ul li a {
  color: #666; }

.sidebar ul li a:hover {
  color: #01aefd; }

.sidebar h3.widget-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  margin-bottom: 6px; }

.sidebar h3.widget-title span {
  position: relative;
  display: inline-block; }

.sidebar h3.widget-title span:after {
  content: "";
  border-bottom: 1px solid #01aefd;
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 102%; }

.sidebar .searchform {
  width: 100%;
  margin: 0;
  border: 1px solid #ddd; }

.sidebar .searchform .s {
  width: calc(100% - 38px); }

/*--------------------------------------------------------------
Archives
--------------------------------------------------------------*/
ul.button-group {
  margin: 0 0 15px;
  list-style: none; }

ul.button-group li {
  float: left;
  margin-right: 1px;
  cursor: pointer;
  background: #eee;
  padding: 8px 10px;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 10px; }

ul.button-group li.is-checked {
  color: #04a3ed; }

ul.button-group li.no-link {
  cursor: auto;
  background: #293037;
  color: #fff; }

.portfolio-listing.portfolio_grid .portfolios {
  border: 1px solid #eee;
  float: left;
  position: relative;
  overflow: hidden; }

.portfolio-listing.portfolio_grid .portfolios img {
  width: 100%;
  height: auto; }

.portfolio-listing.portfolio_grid .column-2 .portfolios {
  width: 48%;
  margin-bottom: 2%;
  margin-left: 2%; }

.portfolio-listing.portfolio_grid .column-3 .portfolios {
  width: 32.333%;
  margin-bottom: 1%;
  margin-left: 1%; }

.portfolio-listing.portfolio_grid .column-4 .portfolios {
  width: 24%;
  margin-bottom: 1%;
  margin-left: 1%; }

.portfolio-listing.portfolio_grid .column-5 .portfolios {
  width: 19%;
  margin-bottom: 1%;
  margin-left: 1%; }

#portfolio-grid {
  margin-left: -1%; }

#portfolio-grid.column-2 {
  margin-left: -2%; }

.portfolio-listing.portfolio_grid .portfolios-bg {
  position: absolute;
  background-color: #04a3ed;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  opacity: 0.8;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -webkit-transition: all 0.3s ease 0.3s; }

.portfolio-listing.portfolio_grid .portfolios:hover .portfolios-bg {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ea2e; }

.portfolio-listing.portfolio_grid .portfolio-short-desc {
  position: absolute;
  left: 0;
  top: 20%;
  text-align: center;
  width: 100%; }

.portfolio-listing.portfolio_grid .portfolio-short-desc .portfolio-title {
  font-weight: 300;
  width: 100%;
  font-size: 16px;
  color: #fff !important;
  padding: 0 10px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  /* IE 9 */
  -webkit-transform: translateX(-100%);
  /* Opera, Chrome, and Safari */ }

.portfolio-listing.portfolio_grid .portfolio-short-desc .portfolio-title a {
  color: #fff !important; }

.portfolio-listing.portfolio_grid .portfolio-excerpt {
  font-weight: 300;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 0 10px;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  /* IE 9 */
  -webkit-transform: translateX(100%);
  /* Opera, Chrome, and Safari */ }

.portfolio-listing.portfolio_grid .portfolios:hover .portfolio-title {
  opacity: 1;
  transform: translateX(0);
  -ms-transform: translateX(0);
  /* IE 9 */
  -webkit-transform: translateX(0);
  /* Opera, Chrome, and Safari */
  -o-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
  -moz-transition: all 0.2s ease 0.2s;
  -webkit-transition: all 0.2s ease 0.2s; }

.portfolio-listing.portfolio_grid .portfolios:hover .portfolio-excerpt {
  opacity: 1;
  transform: translateX(0);
  -ms-transform: translateX(0);
  /* IE 9 */
  -webkit-transform: translateX(0);
  /* Opera, Chrome, and Safari */
  -o-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
  -moz-transition: all 0.2s ease 0.2s;
  -webkit-transition: all 0.2s ease 0.2s; }

.portfolio-listing.portfolio_grid .portfolio-short-desc a.portfolio-link,
.portfolio-listing.portfolio_grid .portfolio-short-desc a.portfolio-image {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin: 0 2px;
  display: inline-block;
  opacity: 0;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  transform: translateY(30px);
  -ms-transform: translateY(30px);
  /* IE 9 */
  -webkit-transform: translateY(30px);
  /* Opera, Chrome, and Safari */
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease; }

.portfolio-listing.portfolio_grid .portfolio-short-desc a.portfolio-image {
  -o-transition: all 0.1s ease 0.1s;
  transition: all 0.1s ease 0.1s;
  -moz-transition: all 0.1s ease 0.1s;
  -webkit-transition: all 0.1s ease 0.1s; }

.portfolio-listing.portfolio_grid .portfolios:hover a.portfolio-link {
  opacity: 1;
  -o-transition: all 0.2s ease 0.5s;
  transition: all 0.2s ease 0.5s;
  -moz-transition: all 0.2s ease 0.5s;
  -webkit-transition: all 0.2s ease 0.5s;
  transform: translateY(0);
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Opera, Chrome, and Safari */ }

.portfolio-listing.portfolio_grid .portfolios:hover a.portfolio-image {
  opacity: 1;
  -o-transition: all 0.2s ease 0.6s;
  transition: all 0.2s ease 0.6s;
  -moz-transition: all 0.2s ease 0.6s;
  -webkit-transition: all 0.2s ease 0.6s;
  transform: translateY(0);
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Opera, Chrome, and Safari */ }

.portfolio-listing.portfolio_grid .bttn {
  display: none; }

.portfolio-listing.portfolio_list .portfolios-bg {
  display: none; }

.portfolio-listing.portfolio_list #portfolio-grid {
  margin-left: 0 !important; }

.portfolio-listing.portfolio_list .portfolios {
  margin-bottom: 30px; }

.portfolio-listing.portfolio_list .portfolios img {
  width: 30%;
  float: left;
  border: 1px solid #eee; }

.portfolio-listing.portfolio_list .portfolio-short-desc {
  width: 67%;
  float: right; }

.portfolio-listing.portfolio_list .portfolio-short-desc a.portfolio-image,
.portfolio-listing.portfolio_list .portfolio-short-desc a.portfolio-link {
  display: none; }

.portfolio-listing.portfolio_list .portfolio-short-desc .portfolio-excerpt {
  margin-bottom: 20px; }

.event-button {
  margin: 0;
  padding: 0;
  list-style: none; }

.event-button li {
  float: left;
  cursor: pointer;
  background: #eee;
  padding: 8px 10px;
  margin-left: 1px;
  font-size: 13px;
  line-height: 1; }

.event-button li.no-link {
  cursor: auto;
  background: #00abff;
  color: #fff; }

.event-button li.is-checked {
  color: #00abff; }

.event-button.event-order {
  float: left; }

.event-button.event-sort {
  float: right; }

#event-grid {
  margin-left: -1%;
  margin-top: 25px; }

#event-grid.column-2 {
  margin-left: -2%; }

.event_list #event-grid {
  margin-left: 0 !important; }

.event-listing.event_list {
  position: relative; }

.event-listing.event_list .events {
  margin-bottom: 30px;
  width: 100%; }

.event-listing.event_list:after {
  content: "";
  border-left: 4px solid #ddd;
  position: absolute;
  left: 33%;
  top: 56px;
  height: 95%; }

.event-listing.event_list .event-img {
  position: relative;
  width: 20%;
  float: left; }

.event-listing.event_list .event-img:after {
  content: "";
  position: absolute;
  left: 101%;
  top: 50%;
  border-top: 1px dashed #ddd;
  width: 65%;
  margin-top: -1px; }

.event-listing.event_list .event-img img {
  width: 100%;
  border-radius: 100%;
  border: 5px solid #ddd;
  padding: 3px; }

.event-listing.event_list .event-short-desc {
  position: relative;
  width: 63%;
  float: right;
  background-color: #eee;
  border-left: 3px solid #04a3ed;
  padding: 20px;
  color: #333; }

.event-listing.event_list .event-short-desc:after {
  content: "";
  position: absolute;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #04a3ed transparent transparent;
  left: -30px;
  top: 50%;
  margin-top: -15px; }

.event-listing.event_list .event-date {
  position: absolute;
  background: #fff;
  left: 100%;
  top: 50%;
  height: 24px;
  line-height: 24px;
  margin-top: -12px;
  font-size: 13px;
  z-index: 999;
  white-space: nowrap;
  margin-left: -6px;
  width: 110px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ddd;
  border-left: 0; }

.event-listing.event_grid .events {
  float: left;
  background-color: #eee; }

.event-listing.event_grid .column-2 .events {
  width: 48%;
  margin-bottom: 2%;
  margin-left: 2%; }

.event-listing.event_grid .column-3 .events {
  width: 32.333%;
  margin-bottom: 1%;
  margin-left: 1%; }

.event-listing.event_grid .column-4 .events {
  width: 24%;
  margin-bottom: 1%;
  margin-left: 1%; }

.event-listing.event_grid .column-5 .events {
  width: 19%;
  margin-bottom: 1%;
  margin-left: 1%; }

.event-listing.event_grid .event-img {
  position: relative;
  min-height: 24px;
  background: #f6f6f6;
  text-align: center; }

.event-listing.event_grid .event-short-desc {
  color: #333;
  padding: 15px;
  display: block; }

.event-listing.event_grid .event-date {
  background-color: #293037;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 14px;
  color: #fff; }

.single-event-date {
  background: #444;
  width: 70px;
  float: left;
  margin: 15px 15px 10px 0;
  text-align: center;
  text-transform: uppercase; }

.single-event-date .event-month {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  position: relative; }

.single-event-date .event-month:after {
  content: "";
  height: 10px;
  width: 5px;
  border-radius: 3px;
  position: absolute;
  top: -5px;
  left: 10px;
  background: #f6f6f6;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }

.single-event-date .event-month:before {
  content: "";
  height: 10px;
  width: 5px;
  border-radius: 3px;
  position: absolute;
  top: -5px;
  right: 10px;
  background: #f6f6f6;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }

.single-event-date .event-day {
  background: #fff;
  color: #333;
  font-size: 30px;
  line-height: 46px;
  border: 3px solid #444;
  font-weight: bold;
  border-top: 0; }

.faq-listing .faqs {
  margin-bottom: 10px; }

.faqs .faq-question {
  border: 1px solid #eee;
  padding: 10px 10px 10px 40px;
  cursor: pointer;
  background: #f6f6f6;
  font-size: 16px;
  line-height: 1.2;
  position: relative; }

.faqs .faq-question:after {
  font-family: FontAwesome;
  content: "\f0fe";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -7px;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  width: 14px;
  color: #555; }

.faqs .faq-question.active:after {
  content: "\f146"; }

.faqs .faq-answer {
  display: none;
  border: 1px solid #eee;
  border-top: none;
  padding: 12px 15px;
  background: #f9f9f9; }

.faqs .faq-answer p:last-child {
  margin-bottom: 0; }

.faq-listing.faq_show .faqs .faq-answer {
  display: block; }

.error-404 {
  text-align: center;
  min-height: 400px; }

.error-404 .page-header {
  border-left: 0; }

.number404 {
  font-size: 50px;
  background: #353f47;
  color: #fff;
  height: 150px;
  width: 150px;
  border-radius: 150px;
  line-height: 150px;
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px #999;
  -webkit-animation: rotate linear 4s infinite;
  animation: rotate linear 4s infinite;
  -webkit-perspective: 500px;
  /* Chrome, Safari, Opera  */
  perspective: 500px;
  margin-top: 40px; }

.number404 span {
  font-size: 14px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
  line-height: 16px;
  left: 0;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  /* Chrome, Safari, Opera */
  backface-visibility: visible; }

/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.accesspress_pagination {
  text-align: center;
  margin: 20px 0; }

.accesspress_pagination span,
.accesspress_pagination a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #353f47;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  margin: 0 2px;
  position: relative; }

.accesspress_pagination span.current:after,
.accesspress_pagination a:hover:after {
  content: "";
  border-bottom: 1px solid #00abff;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }

/*--------------------------------------------------------------
Header banner Image
--------------------------------------------------------------*/
#header-banner-image {
  clear: both;
  background: #fff; }

#header-banner-image img {
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------------
Footer form
--------------------------------------------------------------*/
#top-footer .wpcf7-form p {
  margin-bottom: 6px; }

#top-footer input[type="text"],
#top-footer input[type="email"],
#top-footer input[type="url"],
#top-footer input[type="password"],
#top-footer input[type="search"],
#top-footer input[type="tel"] {
  border: 1px solid #cccccc;
  color: #666666;
  height: 32px;
  background: none;
  width: 100%;
  color: #ccc;
  border-radius: 0; }

#top-footer textarea {
  border: 1px solid #cccccc;
  color: #666666;
  height: 100px;
  background: none;
  width: 100%;
  color: #ccc;
  border-radius: 0; }

#top-footer input[type="submit"] {
  background: #ee5e3b;
  border-color: #293037; }

/*--------------------------------------------------------------
Header styles
--------------------------------------------------------------*/
.site-header.style1 #site-navigation {
  padding-top: 0 !important; }

.site-header.style1 .main-navigation .current_page_item a,
.site-header.style1 .main-navigation .current-menu-item a,
.site-header.style1 .main-navigation li:hover &gt; a {
  background: #04a3ed; }

.site-header.style1 .main-navigation,
.site-header.style1 .main-navigation {
  background: #00abff; }

.site-header.style1 .main-navigation .sf-arrows .sf-with-ul:after,
.site-header.style4 .main-navigation .sf-arrows .sf-with-ul:after {
  border-top-color: #eee; }

.site-header.style2 .ak-search,
.site-header.style3 .ak-search {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9999;
  margin-top: 10px;
  background: #fff;
  padding: 20px 20px 20px 0; }

.site-header.style4 .ak-search {
  background: #fff; }

.site-header.style4 .ak-search .searchform {
  margin: 0;
  border: 1px solid #eee; }

.site-header.style2 .searchform,
.site-header.style3 .searchform {
  border: 1px solid #ccc; }

.site-header.style2 .top-header,
.site-header.style3 .top-header {
  background: #01aefd; }

.site-header.style2 #main-header,
.site-header.style3 #main-header {
  border-bottom: 1px solid #eee;
  background: #fff;
  padding: 10px 0; }

.site-header.style2 .header-text,
.site-header.style3 .header-text {
  float: left;
  color: #eee;
  line-height: 34px;
  margin: 0;
  font-size: 13px; }

.site-header.style2 .socials,
.site-header.style3 .socials {
  float: right; }

.site-header.style2 .socials a,
.site-header.style3 .socials a {
  border: none;
  color: #eee;
  font-size: 14px;
  float: left;
  text-align: center; }

.site-header.style2 .main-navigation .menu,
.search-icon,
.site-header.style3 .main-navigation .menu,
.search-icon {
  float: left; }

.site-header.style2 .main-navigation,
.site-header.style3 .main-navigation {
  color: #666;
  padding-top: 30px; }

.site-header.style2 .main-navigation a,
.site-header.style3 .main-navigation a {
  color: #666;
  font-weight: 400; }

.site-header.style2 .main-navigation li {
  margin-left: 0px;
  line-height: 20px;
  padding-bottom: 10px; }

.site-header.style2 .main-navigation .menu &gt; ul &gt; li &gt; a {
  border-right: 1px solid #666;
  line-height: 16px;
  display: block; }

.site-header.style2 .main-navigation .menu &gt; ul &gt; li:last-child &gt; a,
.site-header.style3 .main-navigation .menu &gt; ul &gt; li:last-child &gt; a {
  border-right: none; }

.site-header.style2 .main-navigation ul ul,
.site-header.style3 .main-navigation ul ul {
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2); }

.site-header.style2 .search-icon,
.site-header.style3 .search-icon {
  border-left: 1px solid #666;
  line-height: 16px; }

.site-header.style2 .main-navigation li:hover &gt; a,
.site-header.style3 .main-navigation li:hover &gt; a {
  color: #04a3ed; }

.site-header.style2 .main-navigation ul ul li:hover &gt; a,
.site-header.style3 .main-navigation ul ul li.current-menu-item &gt; a {
  color: #01aefd; }

.site-header.style3 .main-navigation .menu &gt; ul &gt; li {
  line-height: 38px; }

.site-header.style3 .search-icon,
.site-header.style3 .search-icon {
  border: none;
  line-height: 38px; }

.site-header.style3 .main-navigation .menu &gt; ul &gt; li.current-menu-parent &gt; a,
.site-header.style3 .main-navigation .menu &gt; ul &gt; li.current_page_item &gt; a,
.site-header.style3 .main-navigation .menu &gt; ul &gt; li.current-menu-ancestor &gt; a,
.site-header.style3 .main-navigation .menu &gt; ul &gt; li.current-menu-item &gt; a,
.site-header.style3 .main-navigation .menu &gt; ul &gt; li:hover &gt; a {
  background: #04a3ed;
  color: #fff; }

.site-header.style3 .top-header {
  background: #04a3ed; }

.site-header.style4 .top-header {
  background: #009bdd; }

.site-header.style4 .header-text {
  float: left;
  color: #fff;
  line-height: 34px;
  margin: 0; }

.site-header.style4 .socials {
  float: right; }

.site-header.style4 .socials a {
  border: none;
  font-size: 14px;
  color: #fff; }

.site-header.style4 .ak-search {
  display: none; }

.site-header.style4 .search-icon {
  float: right;
  color: #fff;
  line-height: 34px;
  border-left: 1px solid #0094d3;
  padding: 0;
  width: 34px;
  text-align: center; }

.site-header.style4 #main-header {
  height: 80px;
  background: #04a3ed; }

.site-header.style4 #masthead .site-branding {
  height: 70px;
  padding: 5px 0 !important; }

.site-header.style4 #masthead .site-branding img {
  height: 80px !important; }

.site-header.style4 #site-navigation {
  padding: 0 !important; }

.site-header.style4 .main-navigation .menu &gt; ul &gt; li {
  line-height: 80px; }

.site-header.style4 .main-navigation .menu &gt; ul &gt; .current_page_item a,
.site-header.style4 .main-navigation .menu &gt; ul &gt; .current-menu-item a,
.site-header.style4 .main-navigation .menu &gt; ul &gt; li:hover &gt; a {
  background: #009bdd; }

/*---------------------------------------------
Breadcrumb Design
-----------------------------------------------*/
#accesspreslite-breadcrumbs {
  margin-bottom: 2px;
  color: #333;
  font-size: 13px; }

#accesspreslite-breadcrumbs a {
  color: #666; }

#accesspreslite-breadcrumbs a:hover {
  color: #01aefd; }

/*--------------------------------------------------------------
Shortcodes Css
--------------------------------------------------------------*/
.testimonial-wrap {
  margin-bottom: 20px; }

.testimonial-block {
  background: #eee;
  padding: 15px;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 70px;
  margin-right: 2%;
  position: relative; }

.testimonial-block:after {
  content: "";
  position: absolute;
  left: 80px;
  bottom: -16px;
  border-width: 8px;
  border-style: solid;
  border-color: #eee transparent transparent #eee; }

.testimonial-block .testimonial-image {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 100%;
  margin-top: 10px; }

.testimonial-block .testimonial-image img {
  width: 100%;
  height: auto; }

.testimonial-block .testimonial-image.round {
  border-radius: 100%; }

.testimonial-block .client-detail {
  position: absolute;
  top: 100%;
  left: 100px;
  max-width: 80%;
  margin-top: 15px; }

.testimonial-block .client-detail .client-name {
  font-style: normal;
  font-weight: bold; }

.team-block {
  border: 1px solid #ddd;
  padding: 12px; }

.team-block .team-image {
  margin-bottom: 20px; }

.team-block .team-image.round {
  /*	border-radius: 500px;*/
  overflow: hidden; }

.team-block .member-name {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: normal; }

.team-block .designation {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 5px; }

.team-block .team-content {
  font-size: 14px;
  line-height: 20px; }

.social-shortcode {
  font-size: 16px;
  margin: 15px 0;
  text-align: center;
  clear: both; }

.social-shortcode a {
  height: 34px;
  width: 34px;
  line-height: 32px;
  text-align: center;
  margin: 0 5px 5px 0;
  border: 1px solid #666;
  color: #666;
  border-radius: 100%;
  display: inline-block;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

.social-shortcode a:hover {
  background: #666;
  color: #fff !important; }

.divider {
  display: block;
  margin: 30px auto; }

.ap-spacing {
  background: none; }

.accordion-wrap {
  border-top: 2px solid #01aefd;
  border-bottom: 5px solid #01aefd;
  border-radius: 3px 3px 6px 6px; }

.ap_accordian {
  border: 1px solid #ccc;
  border-bottom: 0; }

.ap_accordian .ap_accordian_title {
  padding: 8px 12px;
  background: #eee;
  cursor: pointer;
  padding-right: 40px;
  position: relative;
  text-transform: uppercase; }

.ap_accordian .ap_accordian_title .fa {
  margin-right: 10px;
  color: #333; }

.ap_accordian .ap_accordian_title:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 12px;
  height: 20px;
  width: 20px;
  background: #333;
  color: #fff;
  line-height: 20px;
  text-align: center;
  top: 50%;
  margin-top: -9px; }

.ap_accordian .ap_accordian_title.active:after {
  content: "\f106"; }

.ap_accordian .ap_accordian_content {
  padding: 10px;
  display: none;
  border-top: 1px solid #ddd; }

.ap_toggle {
  border-bottom: 1px solid #ddd; }

.ap_toggle .ap_toggle_title {
  cursor: pointer;
  position: relative;
  padding: 6px 0 6px 30px;
  text-transform: uppercase; }

.ap_toggle .ap_toggle_title:after {
  content: "";
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  height: 20px;
  width: 20px;
  background: #333;
  color: #fff;
  line-height: 20px;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -10px; }

.ap_toggle .ap_toggle_content {
  border-top: 1px dotted #ccc;
  padding: 10px 0; }

.ap_toggle.close .ap_toggle_content {
  display: none; }

.ap_call_to_action {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px;
  margin: 15px 0; }

.ap_call_to_action h1,
.ap_call_to_action h2,
.ap_call_to_action h3,
.ap_call_to_action h4,
.ap_call_to_action h5,
.ap_call_to_action h6,
.ap_call_to_action p {
  margin: 0 !important; }

.ap_call_to_action.center {
  text-align: center; }

.ap_call_to_action .ap_call_to_action_content {
  float: left; }

.ap_call_to_action.center .ap_call_to_action_content {
  float: none; }

.ap_call_to_action .ap_call_to_action_button {
  float: right;
  background: #293037;
  padding: 10px 20px;
  color: #fff;
  border-radius: 3px;
  line-height: 1;
  display: inline-block; }

.ap_call_to_action.center .ap_call_to_action_button {
  float: none;
  margin-top: 15px; }

.ap_drop_cap {
  border-radius: 100%;
  float: left;
  vertical-align: top;
  line-height: 1;
  margin-right: 8px; }

.ap_tab_wrap {
  margin-bottom: 30px;
  border: 1px solid #ddd; }

.ap_tab_content {
  padding: 0 15px 15px; }

.horizontal .ap_tab_group {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px; }

.horizontal .ap_tab_group .tab-title {
  float: left;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 1.1;
  position: relative;
  margin-left: 2px; }

.horizontal .ap_tab_group .tab-title.active,
.horizontal .ap_tab_group .tab-title.hover {
  color: #01aefd; }

.horizontal .ap_tab_group .tab-title.active:after,
.horizontal .ap_tab_group .tab-title:hover:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #01aefd;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px; }

.horizontal .ap_tab_group .tab-title.active:before,
.horizontal .ap_tab_group .tab-title:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  border-width: 6px;
  border-style: solid;
  margin-left: -3px;
  border-color: #01aefd transparent transparent; }

.horizontal .ap_tab_content .ap_tab {
  display: none; }

.vertical.ap_tab_wrap {
  position: relative; }

.vertical .ap_tab_group {
  width: 20%;
  float: left;
  background: #eee; }

.vertical .ap_tab_group:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #eee; }

.vertical .tab-title {
  cursor: pointer;
  padding: 10px;
  line-height: 1.2;
  border-bottom: 1px solid #f9f9f9 !important;
  position: relative;
  text-transform: capitalize;
  border-left: 2px solid #01aefd; }

.vertical .tab-title:last-child {
  border-bottom: none !important; }

.vertical .ap_tab_content {
  float: right;
  width: 78%;
  padding: 15px 15px 15px 0; }

.vertical .ap_tab_content .ap_tab {
  display: none; }

.vertical .ap_tab_group .tab-title.active,
.vertical .ap_tab_group .tab-title.hover {
  color: #01aefd; }

.vertical .ap_tab_group .tab-title.active:after,
.vertical .ap_tab_group .tab-title:hover:after {
  content: "";
  position: absolute;
  border-right: 1px solid #01aefd;
  top: 0;
  right: 1px;
  height: 100%; }

.vertical .ap_tab_group .tab-title.active:before,
.vertical .ap_tab_group .tab-title:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  border-width: 6px;
  border-style: solid;
  margin-top: -6px;
  border-color: transparent transparent transparent #01aefd; }

.shortcode-slider {
  overflow: hidden; }

.shortcode-slider .bx-caption {
  background: url(css/images/caption-bg.png);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  line-height: 1.2;
  padding: 10px 15px; }

.shortcode-slider img {
  margin: 0 auto; }

.shortcode-slider .bx-controls-direction a {
  background: url(css/images/caption-bg.png);
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 30px;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

.shortcode-slider .bx-controls-direction a.bx-prev {
  left: -50px; }

.shortcode-slider .bx-controls-direction a.bx-next {
  right: -50px; }

.shortcode-slider:hover .bx-controls-direction a.bx-prev {
  left: 0; }

.shortcode-slider:hover .bx-controls-direction a.bx-next {
  right: 0; }

.ap-list {
  list-style: none;
  margin: 0 0 20px 0; }

.ap-list li {
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding: 5px 0 5px 24px;
  background-image: url(images/list-icons/list-icon6.gif); }

.ap-list.ap-list1 li {
  background-image: url(images/list-icons/list-icon1.gif); }

.ap-list.ap-list2 li {
  background-image: url(images/list-icons/list-icon2.gif);
  background-position: 0 8px; }

.ap-list.ap-list3 li {
  background-image: url(images/list-icons/list-icon3.gif);
  background-position: 0 8px; }

.ap-list.ap-list4 li {
  background-image: url(images/list-icons/list-icon4.gif);
  background-position: 0 6px; }

.ap-list.ap-list5 li {
  background-image: url(images/list-icons/list-icon5.gif);
  background-position: 0 3px; }

.ap-list.ap-list6 li {
  background-image: url(images/list-icons/list-icon6.gif);
  background-position: 0 9px; }

/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/
.ap_column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important; }

.ap_column {
  margin-left: 2%;
  padding: 0 0%; }

.ap-row .ap_column:first-child {
  margin-left: 0; }

.ap-span1 {
  width: 15%; }

.ap-span2 {
  width: 32%; }

.ap-span3 {
  width: 49%; }

.ap-span4 {
  width: 66%; }

.ap-span5 {
  width: 83%; }

.ap-span6 {
  margin-left: 0;
  width: 100%; }

body #_atssh {
  height: 0px !important;
  width: 0px !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Trykker !important;
  font-weight: 300 !important; }

h1,
h1 a {
  font-size: 26px !important;
  text-transform: none !important;
  color: #333333 !important; }

h2,
h2 a {
  font-size: 24px !important;
  text-transform: none !important;
  color: #333333 !important; }

h3,
h3 a {
  font-size: 22px !important;
  text-transform: none !important;
  color: #333333 !important; }

h4,
h4 a {
  font-size: 20px !important;
  text-transform: none !important;
  color: #333333 !important; }

h5,
h5 a {
  font-size: 18px !important;
  text-transform: none !important;
  color: #333333 !important; }

h6,
h6 a {
  font-size: 16px !important;
  text-transform: none !important;
  color: #333333 !important; }

#site-navigation {
  padding-top: 10px !important; }

.site-branding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important; }

#action-bar {
  font-size: 20px !important;
  font-family: Trykker !important;
  background-color: #d33b75 !important;
  color: #ffffff !important;
  text-align: center;
  font-weight: 300 !important; }

&gt; .recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important; }

a,
.header-text,
.socials a,
.featured-post.big-icon h2.has-icon .fa,
ul.button-group li.is-checked,
.event-button li.is-checked,
.site-header.style2 .main-navigation li:hover &gt; a,
.site-header.style3 .main-navigation li:hover &gt; a,
.site-header.style2 .main-navigation ul ul li:hover &gt; a,
.site-header.style3 .main-navigation ul ul li.current-menu-item &gt; a,
.vertical .ap_tab_group .tab-title.active,
.vertical .ap_tab_group .tab-title.hover,
.horizontal .ap_tab_group .tab-title.active,
.horizontal .ap_tab_group .tab-title.hover,
.entry-footer a:hover {
  color: #006901; }

.site-header.style1 .main-navigation,
.site-header.style1 .main-navigation,
.socials a:hover,
#action-bar,
.bttn:after,
.event-button li.no-link,
.site-header.style2 .top-header,
.site-header.style3 .top-header,
.site-header.style4 #main-header,
.featured-post .featured-overlay,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#sequence .more-link {
  background-color: #006901; }

/*This styles is for the responsive layout of the theme*/
body {
  min-width: 0; }

@media screen and (max-width: 1200px) {
  .boxed-layout #page {
    width: 100%; }
  .top-header .ak-container {
    padding: 0; }
  .ak-container,
  .boxed-layout .ak-container {
    width: 100%;
    padding: 0 10px; }
  #masthead .right-header {
    padding-top: 10px; }
  .style2#masthead .right-header,
  .style3#masthead .right-header,
  .style4#masthead .right-header {
    padding-top: 0; }
  .header-text {
    display: none; }
  .socials {
    float: none;
    margin: 0 0 10px;
    text-align: right; }
  .style2 .socials,
  .style3 .socials,
  .style4 .socials {
    margin-bottom: 0; }
  .ak-search {
    float: none;
    margin: 0 0 10px; }
  .ak-search .searchform {
    float: right; }
  .slider-caption .caption-title {
    font-size: 30px;
    line-height: 26px; }
  .slider-caption .caption-description {
    font-size: 16px;
    line-height: 20px; }
  #slider-banner .bx-wrapper .bx-pager {
    bottom: 5px; }
  #slider-banner .bx-wrapper .bx-pager.bx-default-pager a {
    height: 14px;
    width: 14px; }
  #welcome-text {
    width: 53.5%; }
  #top-section .welcome-text-image {
    width: 30%; }
  #top-section .welcome-detail {
    width: 65%; }
  #latest-events {
    width: 44%; }
  .event-list .event-thumbnail {
    width: 28%; }
  .event-list .event-thumbnail img {
    width: 100%; }
  .event-list .event-detail {
    width: 68%; }
  .featured-post {
    width: 30%;
    margin-right: 5%; }
  .featured-post.featured-post-4 {
    width: 22.5%;
    margin-right: 3.333%; }
  .featured-post.featured-post-4:last-child {
    margin-right: 0; }
  #bottom-section .testimonail-slider,
  #bottom-section .thumbnail-gallery,
  #bottom-section .text-box {
    width: 31%;
    margin-right: 3.5%; }
  #bottom-section .testimonail-slider {
    margin-right: 0; }
  .testimonail-thumbnail {
    width: 30%; }
  .testimonail-excerpt {
    width: 65%; }
  #bottom-section .thumbnail-gallery ul li:nth-child(3n) {
    margin-right: 6px; }
  #clients-logo .ak-container {
    padding: 0 50px; } }

@media screen and (max-width: 940px) {
  body {
    background: #f2f2f2; }
  .style1 .main-navigation a {
    color: #333; }
  #page {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999; }
  #slider-banner .bx-controls-direction {
    display: none; }
  #welcome-text {
    width: auto;
    margin-bottom: 25px;
    float: none; }
  #top-section {
    margin-top: 20px;
    margin-bottom: 30px; }
  #top-section .welcome-text-image img {
    width: 100%; }
  #latest-events {
    width: auto;
    float: none; }
  #bottom-section .testimonail-slider,
  #bottom-section .gallery,
  #bottom-section .subscribe {
    width: auto;
    float: none;
    margin: 0 0 25px; }
  .testimonail-thumbnail,
  .testimonail-sidebar .testimonail-thumbnail {
    width: 100px;
    margin-right: 20px; }
  .testimonail-excerpt,
  .testimonail-sidebar .testimonail-excerpt {
    width: calc(100% - 120px);
    float: left; }
  #site-navigation .ak-container {
    padding: 0; }
  .menu-toggle {
    display: block;
    float: right;
    background: url(/Content/images/menu.png) no-repeat center rgba(0, 0, 0, 0.3);
    height: 48px;
    width: 48px;
    text-indent: -9999px;
    margin: 0; }
  .main-navigation .menu {
    display: none; }
  #top-footer .footer {
    width: 50% !important; }
  .hide {
    display: block;
    margin-bottom: 25px; }
  #bottom-footer .site-info {
    float: none;
    text-align: center;
    margin-bottom: 10px; }
  #bottom-footer .copyright {
    float: none;
    text-align: center; }
  .main-navigation .menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    z-index: 9999;
    background: #f6f6f6; }
  .main-navigation .menu li {
    width: 100%;
    float: none;
    line-height: 38px;
    border-bottom: 1px solid #0383bf;
    margin: 0 !important; }
  .main-navigation .menu li a {
    border: none !important; }
  .main-navigation ul ul {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }
  .main-navigation ul ul a {
    padding: 0 20px; }
  .main-navigation .menu ul li,
  .site-header.style2 .main-navigation li {
    line-height: 38px;
    border-bottom: 1px solid #ddd;
    padding: 0; }
  .site-header.style2 .main-navigation .menu &gt; ul &gt; li &gt; a {
    line-height: 38px; }
  .main-navigation ul ul ul {
    background: #f6f6f6; }
  #primary-wrap {
    float: none;
    width: auto; }
  #primary,
  .left-sidebar #primary,
  .both-sidebar #primary,
  .both-sidebar #primary-wrap .sidebar,
  .both-sidebar .sidebar {
    float: none;
    width: auto;
    margin-bottom: 25px; }
  .sidebar,
  .sidebar.left-sidebar {
    width: auto;
    float: none; }
  .search-icon {
    display: none !important; }
  .right-header #site-navigation {
    padding-top: 10px !important; }
  .featured-post.featured-post-4 {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px; }
  .featured-post.featured-post-4:nth-child(2n) {
    margin-right: 0; }
  .featured-post .featured-image img {
    width: 100%; }
  #sequence {
    height: 380px; }
  .sidebar.right-sidebar {
    float: none; }
  .site-header.style3 .main-navigation .menu &gt; ul &gt; li {
    padding: 0 !important; }
  .style4 .menu-toggle {
    margin-top: 10px; }
  .site-header.style4 .main-navigation .menu &gt; ul &gt; li {
    line-height: 38px;
    padding: 0 !important; }
  .site-header.style4 .main-navigation .menu &gt; ul &gt; li a {
    color: #333; }
  .sf-arrows .sf-with-ul:after {
    top: 20px; } }

@media screen and (max-width: 768px) {
  .featured-post {
    width: 100%;
    margin: 0 0 20px; }
  .slider-caption .caption-title {
    margin-bottom: 0; }
  .slider-caption .caption-description {
    display: none; }
  .slider-caption {
    padding: 20px 0; }
  #bottom-section .testimonail-slider,
  #bottom-section .thumbnail-gallery,
  #bottom-section .text-box {
    width: 100%;
    float: none;
    margin: 0 0 20px; }
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="url"],
  .wpcf7-form input[type="password"],
  .wpcf7-form select {
    width: 80%; }
  .wpcf7-form textarea {
    width: 100%; }
  #bottom-section .featured-column {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px; }
  #bottom-section .featured-column:last-child {
    margin-bottom: 0; }
  .ap-span1,
  .ap-span2,
  .ap-span3,
  .ap-span4,
  .ap-span5,
  .ap-span6 {
    width: 100%;
    margin: 0 0 15px; }
  .style1 .main-navigation a {
    color: #333; }
  .style1 .main-navigation .menu li {
    padding: 0 !important; }
  .site-header.style1 .main-navigation .current_page_item a,
  .site-header.style1 .main-navigation .current-menu-item &gt; a,
  .site-header.style1 .main-navigation &gt; li:hover &gt; a {
    color: #fff; }
  .sticky-header.fixed {
    position: static; }
  #bottom-section .featured-column-wrap {
    padding-right: 0; }
  .featured-post.featured-post-3 {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px; }
  .featured-post.featured-post-3:nth-child(2n) {
    margin-right: 0; } }

@media screen and (max-width: 580px) {
  h1 {
    font-size: 28px; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 16px; }
  h6 {
    font-size: 14px; }
  #mid-section {
    margin-bottom: 30px; }
  .slider-caption .caption-title {
    font-size: 16px; }
  .featured-post .featured-image img {
    margin: 0 auto; }
  .sticky-header.fixed {
    position: static; }
  #top-header .right-header {
    display: none; } }

@media screen and (max-width: 480px) {
  .slider-caption {
    display: none; }
  #top-section .welcome-text-image {
    width: auto;
    float: none;
    margin-bottom: 15px; }
  #top-section .welcome-text-image img {
    width: 100%; }
  #top-section .welcome-detail {
    width: auto; }
  #top-footer.column-4 .footer {
    width: 100% !important;
    float: none;
    margin: 0 0 20px; }
  #top-footer .footer .widget {
    padding-right: 0; }
  #top-footer h1.widget-title {
    margin-bottom: 10px; }
  .cat-portfolio-list {
    width: 100%;
    margin-right: 0; }
  .cat-testimonial-list .entry-header {
    float: none;
    width: 50%;
    margin-bottom: 30px; }
  .cat-testimonial-list .entry-header img {
    width: 100%; }
  .cat-testimonial-list .cat-testimonial-excerpt {
    float: none;
    width: 100%; }
  .cat-testimonial-list .cat-testimonial-excerpt:before {
    border-color: transparent transparent #f2f3f4;
    top: -40px;
    left: 20px; }
  .cat-testimonial-list:nth-child(odd) .cat-testimonial-excerpt:before {
    border-color: transparent transparent #f2f3f4;
    top: -40px;
    right: 20px; }
  .featured-post.featured-post-4,
  .featured-post.featured-post-3 {
    width: auto;
    margin: 0 0 20px;
    float: none;
    text-align: center; } }

@media screen and (max-width: 380px) {
  .portofolio-layout .entry-title {
    font-size: 22px; }
  .portofolio-layout .cat-portfolio-excerpt {
    font-size: 14px; }
  .portofolio-layout .cat-portfolio-excerpt {
    top: 110px; }
  .cat-event-list .cat-event-image {
    width: 100%;
    float: none;
    margin-bottom: 15px; }
  .cat-event-list .cat-event-excerpt {
    width: 100%;
    float: none; }
  .cat-testimonial-list .entry-header {
    width: 100%; } }

@media screen and (min-width: 941px) {
  .main-navigation .menu {
    display: block !important; } }

.ResponsiveVideoContainer {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px; }

.ResponsiveVideoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.site-header.style1 .main-navigation,
.site-header.style1 .main-navigation,
.socials a:hover,
#action-bar,
.bttn:after,
.event-button li.no-link,
.site-header.style2 .top-header,
.site-header.style3 .top-header,
.site-header.style4 #main-header,
.featured-post .featured-overlay,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#sequence .more-link {
  background-color: #006901; }

.site-header.style1 .main-navigation .current_page_item a,
.site-header.style1 .main-navigation .current-menu-item a,
.site-header.style1 .main-navigation li:hover &gt; a,
.event-thumbnail .event-date,
.portfolio-listing.portfolio_grid .portfolios-bg,
.bttn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.event-thumbnail .event-date,
.site-header.style1 .main-navigation .current-menu-item &gt; a,
.site-header.style1 .main-navigation .current-menu-item:hover &gt; a {
  background-color: #015001;
  color: #fff; }

.sub-menu li a {
  color: #333 !important; }

a,
.header-text,
.socials a,
.featured-post.big-icon h2.has-icon .fa,
ul.button-group li.is-checked,
.event-button li.is-checked,
.site-header.style2 .main-navigation li:hover &gt; a,
.site-header.style3 .main-navigation li:hover &gt; a,
.site-header.style2 .main-navigation ul ul li:hover &gt; a,
.site-header.style3 .main-navigation ul ul li.current-menu-item &gt; a,
.vertical .ap_tab_group .tab-title.active,
.vertical .ap_tab_group .tab-title.hover,
.horizontal .ap_tab_group .tab-title.active,
.horizontal .ap_tab_group .tab-title.hover,
.entry-footer a:hover {
  color: #006901; }

.sidebar .widget_recent_comments .url:hover,
.sidebar ul li a:hover {
  color: #015001; }

.searchform,
.socials a,
.featured-post.big-icon h2.has-icon .fa,
.sidebar h3.widget-title span:after,
.site-header.style4 .search-icon,
.event-listing.event_list .event-short-desc,
#clients-logo h2:after,
.vertical .ap_tab_group .tab-title.active:after,
.vertical .ap_tab_group .tab-title:hover:after,
.vertical .tab-title,
.horizontal .ap_tab_group .tab-title.active:after,
.horizontal .ap_tab_group .tab-title:hover:after {
  border-color: #006901; }

#sequence .more-link {
  border-color: #015001; }

.event-listing.event_list .event-short-desc:after {
  border-color: transparent #006901 transparent transparent; }

.vertical .ap_tab_group .tab-title.active:before,
.vertical .ap_tab_group .tab-title:hover:before {
  border-color: transparent transparent transparent #006901; }

.horizontal .ap_tab_group .tab-title.active:before,
.horizontal .ap_tab_group .tab-title:hover:before {
  border-color: #006901 transparent transparent; }

.socials a svg {
  height: 18px;
  width: 18px;
  fill: #006901;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

@media screen and (min-width: 941px) {
  .socials a:hover svg {
    fill: #ffffff; } }

.searchsubmit svg {
  height: 18px;
  width: 18px; }

@media screen and (min-width: 941px) {
  .menu-item-has-children &gt; ul {
    height: auto;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    display: block !important; }
  .menu-item-has-children:hover &gt; ul {
    display: block;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); } }

.menu-item-has-children &gt; a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc; }

.menu-item-has-children &gt; a {
  padding-right: 30px; }

.sub-menu .menu-item-has-children &gt; a:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent transparent transparent #ccc !important; }

.sub-menu .menu-item-has-children &gt; a {
  padding-right: 30px; }

input[type="checkbox"] {
  display: none; }

@media screen and (max-width: 940px) {
  .menu-item-has-children &gt; a label {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px; }
  .menu-item-has-children input[type="checkbox"]:checked ~ .sub-menu {
    display: block !important; } }

.entry-content p,
.entry-content li {
  font-size: 13px; }

.entry-content ul {
  list-style: none;
  padding-left: 30px;
  margin-left: 0; }
  .entry-content ul li {
    padding-bottom: 10px; }

.greenlink {
  font-weight: 700; }
  .greenlink:hover {
    color: #008000; }

.pagepurplelink {
  padding-left: 30px;
  color: #800080;
  font-weight: 700; }

.pagepurplelink:hover {
  color: #800080; }

.purplelink {
  color: #800080;
  font-weight: 700; }

.purplelink:hover {
  color: #800080; }

.greenheader {
  font-size: 14px;
  color: #008000;
  font-weight: 700; }

#sequence {
  height: 0 !important;
  padding-bottom: 44%; }

#sequence .sequence-canvas {
  position: absolute !important; }

#sequence .big-banner {
  background-size: cover; }

#ContactForm {
  margin: 30px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 10px) calc(50% - 10px);
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  grid-column-gap: 20px;
  padding: 20px 30px 30px;
  background: #008000;
  line-height: 1;
  border-radius: 3px; }
  @media screen and (max-width: 700px) {
    #ContactForm {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }
  #ContactForm input {
    width: 100%;
    border: none;
    height: 34px;
    border-radius: 3px; }
  #ContactForm label {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    margin: 10px 0 3px;
    display: block; }
  #ContactForm textarea {
    width: 100%;
    border: none;
    height: 110px;
    border-radius: 3px; }
  #ContactForm button {
    width: 100%;
    border-radius: 3px;
    margin-top: 16px;
    background: #800080;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease; }
    @media screen and (min-width: 941px) {
      #ContactForm button:hover, #ContactForm button:active, #ContactForm button:focus {
        background: #333; } }

.pet-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px; }

.fragrance-list {
  position: relative;
  display: block;
  padding-top: 25px;
  padding-left: 15px;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 50px;
  column-gap: 50px; }
  @media only screen and (max-width: 1000px) {
    .fragrance-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .fragrance-list.full {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  .fragrance-list:nth-of-type(2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5%;
    right: 0;
    background: url("/Content/images/since-1979.jpg") no-repeat;
    background-size: contain;
    width: 280px;
    height: 270px;
    z-index: -1;
    opacity: 0.5; }
  .fragrance-list li {
    margin-bottom: 25px; }
    .fragrance-list li:last-of-type {
      margin-bottom: 0; }
    .fragrance-list li h3 {
      position: relative;
      font-size: 18px !important;
      margin-bottom: 7px;
      font-weight: bold !important;
      color: #000 !important;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 1000px) {
        .fragrance-list li h3 {
          font-size: 16px !important; } }
      .fragrance-list li h3 span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        gap: 5px;
        background: #fff;
        padding-left: 5px;
        padding-right: 8px; }
        .fragrance-list li h3 span img {
          margin-top: -10px;
          max-width: 15px;
          -o-object-fit: contain;
          object-fit: contain; }
      .fragrance-list li h3::after {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 15px;
        width: 100%;
        border-bottom: 1px dotted #000;
        z-index: -1; }
    .fragrance-list li p {
      letter-spacing: 0.05em;
      padding-left: 7px;
      margin-bottom: 10px;
      font-size: 16px;
      color: #000; }
      @media only screen and (max-width: 1000px) {
        .fragrance-list li p {
          font-size: 15px; } }
      .fragrance-list li p em {
        font-style: italic;
        font-weight: 600; }

.many-choices {
  position: relative;
  padding-block: 10px; }
  .many-choices h4 {
    padding: 7px 12px;
    margin: 0 0 20px;
    font-size: 16px !important;
    font-weight: bold !important;
    background: #4f392c;
    color: #fff !important;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 1000px) {
      .many-choices h4 {
        font-size: 15px !important; } }

.diclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-left: 20px;
  margin-bottom: 25px; }
  .diclaimer img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 25px; }

.paragraph-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.3; }
</pre></body></html>