/*------------------------------------------------------------------

    Theme Name: Gem
    Theme URI: http://pixelosaur.com
    Description: Minimal HTML5 Template for Professionals
    Author: Pixelosaur
    Author URI: http://themeforest.net/user/Pixelosaur
    Version: 1.1
   
-------------------------------------------------------------------*/

/* ==============================================================
              BASIC COLORS
================================================================= */
::-moz-selection {
    color: #ffffff;
    background: rgb(227, 156, 0);
}

::selection {
    color: #ffffff;
    background: rgb(227, 156, 0);
}

.bgGray { background-color: rgba(242, 242, 242, 1); }

.bgBlack { background-color: rgba(21, 21, 21, 1); }

.bgColor { background-color: rgb(227, 156, 0); }


/* ==============================================================
                         TYPOGRAPHY
================================================================= */
body { font-family: 'Anaheim', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  -moz-osx-font-smoothing: greyscale;
  word-wrap: break-word;
}

h1 { font-size: 1.875rem; }

h2 { font-size: 1.75rem; }

h3 { font-size: 1.5rem; }

h4 { font-size: 1.25rem; }

h5 { font-size: 1.125rem; }

h6 { font-size: 1rem; }

h1,
h2,
h3 { letter-spacing: -1px; }

h1,
h2,
h3,
h4,
h5,
h6,
.button,
button,
.pageTitle span,
.errorType p,
.postNavTitle,
.testimonMeta,
.pricingTitle,
.pricingPrice,
.pricingCurrency,
.pricingSubtitle,
.portfolioMeta li,
.commentMeta span,
.counters .counterTitle,
.blogItemMeta .postDate,
.blogItemMeta .postCategory,
.blogItemMeta .postShareIcons,
.portfolio .gallery-item .imageHover p { font-family: 'Quattrocento Sans', sans-serif; }


h1,
h6,
.errorType p,
.pricingTitle,
.pricingPrice,
.pageTitle span,
.pricingCurrency,
.pricingSubtitle,
.featureBoxTitle,
.portfolioMeta li,
.postNavTitle p,
.postNavTitle span,
.commentMeta .authorName,
.blogItemMeta .postDate,
.blogItemMeta .postCategory,
.blogItemMeta .postShareIcons,
.portfolio .gallery-item .imageHover p { font-weight: 700; }

p,
.button,
button { font-size: 1rem; }

.tooltip,
.smallText,
.breadcrumbs li,
.portfolioMeta li,
.counters .counterTitle { font-size: 0.875rem; }

.bgBlack h1,
.bgBlack h2,
.bgBlack h3,
.bgBlack h4,
.bgBlack h5,
.bgBlack h6,
.bgBlack p,
.bgBlack a,
.bgColor h1,
.bgColor h2,
.bgColor h3,
.bgColor h4,
.bgColor h5,
.bgColor h6,
.bgColor p,
.bgColor a { color: rgba(255, 255, 255, 1); }

.postNavTitle span,
.counters .counterTitle { text-transform: uppercase; }

pre {
  display: block;
  padding: 20px;
  font-size: 14px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: rgba(21, 21, 21,, 1);
  background-color: rgba(242, 242, 242, 1);
  border: 1px solid rgba(21, 21, 21, 0.1);
  margin: 3rem 0;
}


/* ==============================================================
                        UTILITY CLASSES
================================================================= */

/* Spacing
-----------------------------------------------------------------*/
.padding { padding: 40px; }

.paddingRight { padding-right: 40px; }

.paddingLeft { padding-left: 40px; }

.paddingTop { padding-top: 40px; }

.paddingBottom { padding-bottom: 40px; }

.noPadding { padding: 0!important; }

.noPaddingRight { padding-right: 0; }

.noPaddingLeft { padding-left: 0; }

.marginTop { margin-top: 120px; }

.marginBottom { margin-bottom: 120px; }

.marginRight { margin-right: 40px; }

.noMargin { margin: 0!important; }

.noMarginRight { margin-right: 0!important; }


/* Positioning
-----------------------------------------------------------------*/
.relPosition { position: relative; }

.verticalCenter {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-font-smoothing: antialiased;
}

.horizontalCenter {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
      -ms-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-font-smoothing: antialiased;
}

.verticalCenter,
.horizontalCenter { min-width: 100%; }


/* Misc
-----------------------------------------------------------------*/
.boxShadow {
  -webkit-box-shadow: 15px 15px 30px rgba(21, 21, 21, 0.15);
  -moz-box-shadow: 15px 15px 30px rgba(21, 21, 21, 0.15);
  box-shadow: 15px 15px 30px rgba(21, 21, 21, 0.15);
}

.divider {
  border-top: 1px solid #eeeeee;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  height: 0;
  clear: both;
  margin-top: 40px;
  margin-bottom: 40px;
}


/* Text Emphasis
-----------------------------------------------------------------*/
.smallText { color: rgba(21, 21, 21, 0.8); }

.coloredText { 
  color: rgb(227, 156, 0);
  font-weight: bold;
}

.whiteText { color: rgba(255, 255, 255, 1); }

.highlighted,
.highlightedColor {
  display: inline-block;
  padding: 0 6px;
  background-color: rgba(21, 21, 21, 1);
  color: rgba(255, 255, 255, 1);
  line-height: 1.4;
}

.highlightedColor { background-color: rgb(227, 156, 0); }

.bgBlack .highlighted {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}

/* Animated Link
-----------------------------------------------------------------*/
.link { 
  overflow: hidden;
  margin: 1.5rem 0;
}

.link a { 
  position: relative;
  font-size: 1.125rem;
}

.link a:hover { color: rgba(21, 21, 21, 1); }

.link a > [class*="icon-"] {
  line-height: 1.2;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

.link a::after {
  z-index: 1;
  -webkit-transform: translate3d(-110%, 0, 0);
  transform: translate3d(-110%, 0, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 99%;
  height: 1px;
  background: rgba(21, 21, 21, 1);
}

.link:hover a::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bgColor .link a::after,
.bgBlack .link a::after { background: rgba(255, 255, 255, 1); }

.bgColor .link a:hover,
.bgBlack .link a:hover { color: rgba(255, 255, 255, 1); }


/* ==============================================================
                         GENERAL STYLES
================================================================= */
body.pageBorder {
  margin: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body { overflow-x: hidden; }

img { width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 2rem; }

a:hover { color: rgb(227, 156, 0); }

a,
button,
.button,
.blogItem img,
.featureBoxes-1 > div,
.teamMembers .teamContent,
.menuOverlay ul li:hover > a,
.featureBoxes-1 [class^="icon-"],
.featureBoxes-2 [class^="icon-"] {
  outline: none;
  
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#logo {
  z-index: 90;
  position: relative;
}

header #logo img {
  height: 80px;
  width: auto;
}

.sideBar #logo img {
  width: 60px;
  height: 60px;
}

#logo a.sd-logo { display: inline-block; }

#logo a.hd-logo { display: none; }

div[data-vide-bg]::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.4);
}

.breadcrumbs li:not(:last-child)::after { color: rgba(21, 21, 21, 0.7); }

.fixedHeader {
  position: fixed;
  z-index: 10;
  right: 20px;
  left: 20px;
  top: 0;
}

.fixedHeader + .mainWrapper { margin-top: 80px; }

.menuOverlay + .mainWrapper { margin-left: 60px; }

.menuInline ul,
.menuOverlay ul,
.blogMasonry,
.postList,
.portfolio,
.commentList ul,
.portfolioMeta { list-style: none; }

.is-accordion-submenu-parent > a::after {
  content: '+';
  right: 0;
  border: none;
  margin-top: 0;
  top: 10px;
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  content: '-';
  -webkit-transform: none;
  transform: none;
}

.errorBox {
  height: 500px;
  position: relative;
}

.errorType p {
  font-size: 6rem;
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  line-height: 1;
  letter-spacing: -6px;
}

.badge.body-font,
.badge.header,
.label { background: rgb(227, 156, 0); }

/* parallaxify styles */

html { height: 100%; }
body { height: 100%; }

.js-Parallaxify {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/* stretch body child for wow effect*/
body > .js-Parallaxify { background-size: cover; }

/* for "hoverable" child, see rules below (that use absolute) */
.js-Parallaxify > * { position: relative; }

.js-Parallaxify > .js-Parallaxify {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Title & Page Title
-----------------------------------------------------------------*/
.title,
.titleCenter {
  margin-bottom: 25px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.5rem;
  display: inline-block;
}

.title::before,
.titleCenter::after {
  display: block;
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background: rgba(21, 21, 21, 1);
  top: 14px;
  left: 110%;
}

.titleCenter { 
  text-align: center;
  display: block;
  margin-bottom: 110px;
}

.pageTitle span { 
  position: relative;
  display: block;
  text-align: center;
  font-size: 2rem;
}

.pageTitle::after,
.pageTitle::before,
.titleCenter::after {
  display: block;
  content: '';
  position: absolute;
  width: 5rem;
  height: 2px;
  background: rgba(21, 21, 21, 1);
  left: 50%;
  margin-left: -40px;
  margin-top: 1rem;
}

.pageTitle::before,
.titleCenter::after {
  width: 2px;
  height: 110px;
  top: -80px;
  margin: 0;
}

.titleCenter::after {
  height: 60px;
  top: 145%;
}

.bgColor .pageTitle,
.bgBlack .pageTitle { color: rgba(255, 255, 255, 1); }

.bgBlack .title::before,
.bgColor .title::before,
.bgColor .pageTitle::after,
.bgBlack .pageTitle::after,
.bgColor .pageTitle::before,
.bgBlack .pageTitle::before,
.bgBlack .titleCenter::after,
.bgColor .titleCenter::after { background: rgba(255, 255, 255, 1); }


/* Burger Icon Styles - Mobile
---------------------------------------------------------------*/
#menuIcon {
  width: 80px;
  height: 79px;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 90;
  background-color: white;
}

#menuIcon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  margin: auto;
  background: rgba(21, 21, 21, 1);;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 250ms ease-in-out;
  -moz-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

#menuIcon span:nth-child(1) { top: 32px; }

#menuIcon span:nth-child(2) { top: 38px; }

#menuIcon span:nth-child(3) { top: 44px; }

#menuIcon:hover span:nth-child(1) { top: 30px; }

#menuIcon:hover span:nth-child(3) { top: 46px; }

#menuIcon.open span:nth-child(1),
#menuIcon.open span:nth-child(3) { top: 38px; }

#menuIcon.open span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#menuIcon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#menuIcon.open span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/* Top Bar with Inline Hidden Links - Mobile
---------------------------------------------------------------*/
.menuBar {
  height: 80px;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(21, 21, 21, 0.05);
}

.menuBar #logo {
  display: inline-block;
  line-height: 80px;
  font-size: 1.625rem;
}

.menuBar #menuIcon span { left: 28px; }

.menuInline {
  position: fixed;
  min-width: 280px;
  max-width: 75%;
  height: auto;
  min-height: 100%;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 10;
}

#menuIcon + .menuInline {
  width: 0;
  right: -200px;
  -webkit-transform: translateX(80px) translateZ(0);
  -moz-transform: translateX(80px) translateZ(0);
  -ms-transform: translateX(80px) translateZ(0);
  -o-transform: translateX(80px) translateZ(0);
  transform: translateX(80px) translateZ(0);
  -webkit-transition: transform 300ms ease-in-out, all 300ms ease-in-out;
  -moz-transition: -moz-transform 300ms ease-in-out, all 300ms ease-in-out;
  -ms-transition: transform 300ms ease-in-out, all 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out, all 300ms ease-in-out;
  transition: transform 300ms ease-in-out, all 300ms ease-in-out;
}

#menuIcon.open + .menuInline {
  width: 25%;
  right: 0;
  -webkit-transform: translateX(0) translateZ(0);
  -moz-transform: translateX(0) translateZ(0);
  -ms-transform: translateX(0) translateZ(0);
  -o-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  zoom: 1; 
}

.menuInline ul { margin: 0; }

.menuInline > ul { 
  width: 100%;
  display: block;
  padding: 4rem 0 4rem 1.5rem;
}

.menuInline ul,
.menuInline ul li,
.menuOverlay ul li { position: relative; }

.menuInline ul > li,
.menuOverlay ul > li {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.22rem;
}

.menuInline ul > li.navLink a { padding: 0.5rem 1rem; }

.menuInline > ul li.navLink:last-child,
.menuOverlay ul li.navLink:last-child { margin-top: 2rem; }

.menuInline.classic > ul li.navLink:last-child { margin-top: 0; }

.menuInline ul li.navLink > a:not([class="navIcon"]) {
  font-size: 1.25rem;
  display: block;
}

.menuInline ul li a.navIcon,
.menuOverlay ul li a.navIcon {
  width: 30px;
  display: inline-block;
}

.menuInline ul ul.subMenu {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s ease-in-out;
  -moz-transition: max-height 0.8s ease-in-out;
  -ms-transition: max-height 0.8s ease-in-out;
  -o-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out;
}

.menuInline ul li:hover > ul.subMenu { max-height: 1000px; }

.menuInline ul ul li,
.menuInline ul ul li a { display: block; }

.menuInline ul ul.subMenu li a { color: rgba(21, 21, 21, 0.7); }

.menuInline ul ul.subMenu li a:hover,
.menuInline a:hover { color: rgb(227, 156, 0); }

.menuInline ul li.navLink > ul.subMenu li > a { padding: 6px 6px 6px 30px; }

.menuInline ul li.navLink > ul.subMenu li > ul.subMenu li > a { padding: 6px 6px 6px 50px; }

.menuInline ul ul > li.dropDown::after {
  content: "\232A";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(0,0,0,0.5);
  line-height: 34px;
  padding: 0 0.5rem;
}

/* Sidebar with Overlay Menu - Mobile
---------------------------------------------------------------*/
.sideBar {
  width: 60px;
  height: 100%;
  background: white;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 80;
  border-right: 1px solid rgba(21, 21, 21, 0.05);
}

.sideBar #menuIcon { border-bottom: 1px solid rgba(21, 21, 21, 0.1); }

.sideBar #menuIcon span { left: 38px; }

* {  
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}

.menuOverlay {
  position: fixed;
  height: 100%;
  top: 0;
  background: rgba(21, 21, 21, 1);
  z-index: 79;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: auto;
}

.menuOverlay::before {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.9);
}

.menuOverlay .menuWrapper {
  max-width: 400px;
  margin-left: 10%;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.menuOverlay ul {
  padding: 0;
  margin: 0 auto;
}

.menuOverlay ul li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menuOverlay ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.menuOverlay ul li.navLink > a:not([class="navIcon"]) { font-size: 1.25rem; }

.menuOverlay .menu > li > a { padding: 0.7rem 1rem 0.7rem 0; }

.menuOverlay ul li > a:hover { opacity: 0.7; }

.menuOverlay,
.menuOverlay::before {
  width: 0;
  left: -200px;
  -webkit-transition: transform 400ms ease-in-out, all 400ms ease-in-out;
  -moz-transition: -moz-transform 400ms ease-in-out, all 400ms ease-in-out;
  -ms-transition: transform 400ms ease-in-out, all 400ms ease-in-out;
  -o-transition: transform 400ms ease-in-out, all 400ms ease-in-out;
  transition: transform 400ms ease-in-out, all 400ms ease-in-out;
}

.menuOverlay.open,
.menuOverlay.open::before {
  width: 100%;
  left: 60px;
}

.menuOverlay .menuContactInfo {
  color: #818181;
  line-height: 1.6;
  margin-top: 60px;
}

.menuOverlay .menuContactInfo span {
  font-size: 1.125rem;
  padding-bottom: 10px;
  color: white;
  font-weight: 700;
  display: block;
}

/* Hero Section Styles
---------------------------------------------------------------*/

.hero,
.heroSmall,
.heroBlog { 
  height: 400px;
  max-height: 480px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.heroSmall {
  height: 300px;
  max-height: 400px; 
}

/* ==============================================================
                        UI ELEMENT STYLES
================================================================= */

/* Buttons
---------------------------------------------------------------*/
.button:hover,
button:hover { opacity:0.9; }

button .iconLeft,
.button .iconLeft,
button .iconRight,
.button .iconRight {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: bottom;
}

button .iconRight,
.button .iconRight {
  margin-left: 10px;
  margin-right: 0;
}

.button.white {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}

.button.white.hollow {
  background-color: transparent;
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
}


/* Tabbed Panels
---------------------------------------------------------------*/
.tabs,
.tabs-content { border: none; }

.tabs { border-bottom: 1px solid #eeeeee; }

.tabs-title { float: none; }

.tabs-title > a,
.accordion-title {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected=true] {
  background: transparent;
  border-bottom: 1px solid rgb(227, 156, 0);
}

.tabs-panel { padding: 1.5rem; }

.tabs.vertical {
  border-bottom: none;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.tabs.vertical .tabs-title > a {
  border-bottom: 1px solid #eeeeee;
}

.tabs.vertical .tabs-title > a:focus,
.tabs.vertical .tabs-title > a[aria-selected=true] {
  border-right: 1px solid rgb(227, 156, 0);
  color: rgb(227, 156, 0);
}

.tabs-content.vertical { border: none; }

.tabs-content.vertical .tabs-panel { padding: 0.75rem 1.75rem; }

.tabs.iconTabs .tabs-title > a {
  font-size: 1rem;
  letter-spacing: 1px;
  padding-left: 0;
}

.tabs.iconTabs .tabs-title > a [class^="icon-"] {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: rgba(21, 21, 21, 0.5);
}

.iconTabsContent .tabs-panel { padding: 1.5rem 0; }


/* Accordions & Toggles
---------------------------------------------------------------*/
.accordion { border: none; }

.accordion-item.is-active > .accordion-title { border-bottom: 1px solid rgb(227, 156, 0); }

.accordion-title::before { font-size: initial; }

.accordion-title:focus,
.accordion-title:hover { background: transparent; }


/* Blockquotes
---------------------------------------------------------------*/
.blockquote,
.blockquoteAlt { font-size: 125%; }

.blockquote {
  border-left: 1px solid rgba(21, 21, 21, 1);
  color: inherit;
}

.blockquoteAlt {
  background-color: rgba(21, 21, 21, 1);
  color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  position: relative;
}

.blockquoteAlt::after {
  display: block;
  position: absolute;
  content: "\e0bb";
  font-family: 'icomoon';
  font-size: 3.5rem;
  color: rgba(255, 255, 255, 0.2);
  top: 10px;
  right: 28px;
}


/* Counters
---------------------------------------------------------------*/
.counters > div { 
  margin: 20px 0;
  position: relative;
}

.counters .counterTitle {
  margin-bottom: 0;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  color: rgba(21, 21, 21, 0.7);
}

.counters .timer {
  display: block;
  font-size: 2rem;
}

.bgBlack .counters .counterTitle,
.bgColor .counters .counterTitle,
.bgBlack .counters .timer,
.bgColor .counters .timer { color: rgba(255, 255, 255, 0.9); }


/* Countdown Timers
---------------------------------------------------------------*/
.countdown { display: block; }

.countdown-row {
  display: block;
  position: relative;
  text-align: center;
}

.countdown-section {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  width: 25%;
  padding: 20px 0;
  margin: 0 auto;
  border-left: 1px solid rgba(21, 21, 21, 0.1);
  color: rgba(21, 21, 21, 0.5);
}

.countdown-section:first-child,
.bgBlack .countdown-section:first-child,
.bgColor .countdown-section:first-child { border-left: 0; }

.countdown-amount {
  display: block;
  font-size: 2rem;
  color: rgba(21, 21, 21, 1);
  margin-bottom: 8px;
}

.bgBlack .countdown-section,
.bgColor .countdown-section {
  color: rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.bgBlack .countdown-amount,
.bgColor .countdown-amount { color: rgba(255, 255, 255, 1); }


/* Clients
---------------------------------------------------------------*/
.clientLogos .column img {
  margin: 1rem 0;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 300ms ease-in-out;
}

.clientLogos .column:hover img { opacity: 1; }

/* Feature Boxes
---------------------------------------------------------------*/
.featureBoxes-1 > div [class^="icon-"],
.featureBoxes-2 > div [class^="icon-"] {
  color: rgba(21, 21, 21, 0.3);
}

.featureBoxes-1 > div.bgBlack [class^="icon-"],
.featureBoxes-2 > div.bgBlack [class^="icon-"],
.featureBoxes-1 > div.bgColor [class^="icon-"],
.featureBoxes-2 > div.bgColor [class^="icon-"] {
  color: rgba(255, 255, 255, 0.5);
}

.featureBoxes-1 > div [class^="icon-"] {
  font-size: 2.25rem;
  display: block;
  margin-bottom: 1rem;
}

.featureBoxes-1 > div,
.featureBoxes-2 > div { 
  padding-bottom: 1rem;
  position: relative;
  border: 2px solid transparent;
  cursor: pointer;
}

.featureBoxes-1 > div:hover [class^="icon-"],
.featureBoxes-2 > div:hover [class^="icon-"] { color: rgb(227, 156, 0); }

.featureBoxes-1 > div.bgColor:hover [class^="icon-"] { color: rgba(255, 255, 255, 1); }

.featureBoxes-2 > div [class^="icon-"] {
  font-size: 1.75rem;
  vertical-align: middle;
  margin: 0 0 2px 93%;
  display: inline-block;
}

.boxIcon-2 { position: relative; }

.featureBoxes-2 .boxIcon-2::before,
.featureBoxes-2 .boxIcon-2::after {
  content: '';
  position: absolute;
  display: block;
  width: 90%;
  height: 2px;
  background-color: rgba(21, 21, 21, 0.2);
  top: 50%;
  transition: width 0.3s;
}

.featureBoxes-2 .boxIcon-2::after {
  background-color: rgb(227, 156, 0);
  width: 0;
}

.featureBoxes-2 > div:hover .boxIcon-2::after { width: 90%; }

.featureBoxTitle { font-size: 1.125rem; }

.featureBoxes-1 .featureBoxTitle { margin-bottom: 1rem; }

.featureBoxes-2 .featureBoxTitle { margin-bottom: 0; }

.featureBoxes-3 > div { margin-bottom: 1rem; }

.featureBoxesWrapper { padding: 40px 30px 20px 30px; }

.featureBoxes-3 .featureBoxTitle {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.featureBoxes-3 .iconList { margin-left: 0; }

.featureBoxes-3 .iconList li { font-size: 1rem; }


/* Floating Boxes
---------------------------------------------------------------*/
.floatContainer {
  position: relative;
  margin-bottom: 80px;
}

.floatContainer .floatingBoxRight > div,
.floatContainer .floatingBoxLeft > div {
  padding: 1.75rem;
  position: initial;
}

/* Forms
---------------------------------------------------------------*/
form ::-webkit-input-placeholder {
   color: rgba(21, 21, 21, 1);
   font-size: 0.875rem;
}

form ::-moz-placeholder {  
   color: rgba(21, 21, 21, 1);
   font-size: 0.875rem;
}

form :-ms-input-placeholder {  
   color: rgba(21, 21, 21, 1);
   font-size: 0.875rem;  
}

form,
#mc_form input { position: relative; }

input,
textarea { box-shadow: none!important; }

label { color: #c60f13; }

select { font-size: 0.875rem; }

#mc_form input,
#contact form input,
#contact textarea,
#contact form select {
  background: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(21, 21, 21, 1);
}

#contact form input,
#contact textarea,
#contact form select,
#contact .input-group { margin-bottom: 40px; }

#contact .input-group .input-group-label {
  background: rgba(21, 21, 21, 1);
  color: white;
}

#contact .input-group .input-group-field { margin-bottom: 0; }

#contact form input:focus,
#contact textarea:focus,
#contact form select:focus,
#mc_form input:focus {
  background-color: rgba(255, 255, 255, 0.5);
  outline: none;
}

#mc_form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1rem;
}

.bgBlack #contact form ::-webkit-input-placeholder,
.bgColor #contact form ::-webkit-input-placeholder,
.bgBlack #mc_form ::-webkit-input-placeholder,
.bgColor #mc_form ::-webkit-input-placeholder {
   color: #ffffff;
}

.bgBlack #contact form ::-moz-placeholder,
.bgColor #contact form ::-moz-placeholder,
.bgBlack #mc_form ::-moz-placeholder,
.bgColor #mc_form ::-moz-placeholder {  
   color: #ffffff;   
}

.bgBlack #contact form :-ms-input-placeholder,
.bgColor #contact form :-ms-input-placeholder,
.bgBlack #mc_form :-ms-input-placeholder,
.bgColor #mc_form :-ms-input-placeholder {  
   color: #ffffff;
}

.bgBlack #contact form input,
.bgBlack #contact textarea,
.bgColor #contact form input,
.bgColor #contact textarea,
.bgBlack #mc_form input,
.bgColor #mc_form input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.bgBlack #mc_form button,
.bgColor #mc_form button { color: white; }

textarea { height: 200px; }

.errorMsg,
.successMsg {
  padding: 1em;
  margin-bottom: 2rem;
  color: #ffffff;
  background-color: #c60f13;
  font-size: 0.75rem;
}

.successMsg { background-color: #22bb5b; }

.form-error { margin-top: -2rem; }

.form-error,
.is-invalid-label { color: #c60f13; }
 
#contact form input.is-invalid-input:not(:focus),
#contact form select.is-invalid-input:not(:focus),
#contact form textarea.is-invalid-input:not(:focus) { border-bottom: 1px solid #c60f13; }

/* Google Map
---------------------------------------------------------------*/
#map {
  width: 100%;
  min-height: 520px;
}

/* Icon Lists
---------------------------------------------------------------*/
.iconList {
  padding-left: 0;
  margin-left: 1.75em;
  list-style-type: none;
}

.iconList li {
  position: relative;
  padding: 6px 3px;
  font-size: 14px;
}

.iconList li:not(:last-child) {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}

.bgColor .iconList li:not(:last-child),
.bgBlack .iconList li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bgColor .iconList li,
.bgBlack .iconList li { color: rgba(255, 255, 255, 0.8); }

.iconList > li [class*="icon-"], 
.iconList > li [class^=icon-] {
  position: absolute;
  left: -1.75em;
  text-align: center;
  top: 6px;
  padding: 5px;
  font-size: 14px;
}

.iconList li [class^="icon-"] + .link { line-height: 14px; }


/* Sliders
---------------------------------------------------------------*/
.orbit { margin-bottom: 3rem; }

.orbit-container { outline: none; }

.orbit-caption {
  bottom: 37.8%;
  padding: 0.5rem 1rem;
  background-color: rgba(21, 21, 21, 0.9);
  text-align: center;
  font-size: 1.75rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: auto;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-font-smoothing: antialiased;
}

.orbit-bullets {
  margin-top: -3rem;
  margin-bottom: 0;
}

.orbit-bullets button {
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.orbit-bullets button:hover,
.orbit-bullets button.is-active {
  background-color: rgba(255, 255, 255, 1);
}

.orbit-next, 
.orbit-previous {
  top: 54%;
  padding: 1rem;
  font-size: 1.25rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: rgba(21, 21, 21, 0.8);
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: 100%;
  height: 100%; 
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 25px;
  margin-top: -10px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 20px 25px;
  -webkit-background-size: 20px 25px;
  background-size: 20px 25px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 25px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 25px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  /* background: #007aff; */
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* Image Lightbox
---------------------------------------------------------------*/
.lightboxGallery .gallery-item {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100); 
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a { color: #CCC; }

.mfp-preloader a:hover { color: #FFF; }

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

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

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

button.mfp-close { display: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; 
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 0 0 18px 10px;
  color: #000;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  display: none;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); 
}
  
.mfp-close:active { top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; 
}

.mfp-arrow:active { margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: transparent; 
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; 
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; 
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 1; 
}

.mfp-arrow-left { left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; 
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid rgba(21, 21, 21, 1); 
}

.mfp-arrow-right { right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; 
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b { border-left: 27px solid rgba(21, 21, 21, 1); }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; 
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; 
}

.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
 
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background: #000; 
}

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

/* The shadow behind the image */
.mfp-figure { line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: none;
  background: #444; 
}

.mfp-figure figure { margin: 0; }

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

.mfp-title {
  text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
    line-height: 20px;
    padding: 0 20px; 
}

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

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

/* CSS fading animation to background overlay */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg { opacity: 1; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  
  /* Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img { padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; 
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; 
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

    .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; 
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; 
  } 
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); 
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; 
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; 
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; 
  } 
}

.mfp-ie7 .mfp-img { padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; 
}

.mfp-ie7 .mfp-container { padding: 0; }

.mfp-ie7 .mfp-content { padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}


/* Image Styles
---------------------------------------------------------------*/
.imgShadow img {
  margin: 0 0 30px 0;
  -webkit-box-shadow: 15px 15px 30px rgba(21, 21, 21, 0.15);
  -moz-box-shadow: 15px 15px 30px rgba(21, 21, 21, 0.15);
  box-shadow: 15px 15px 30px rgba(21, 21, 21, 0.15);
}

.imgBorder,
.imgShadow { display: inline-block; }

.imgBorder {
  position: relative;
  padding: 0 0 15px 15px;
}

.imgBorder::before {
  border: 2px solid rgba(21, 21, 21, 1);
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: -1;
}


/* Callout Panels
---------------------------------------------------------------*/
.callout.secondary { background-color: #eeeeee; }

.callout.default { 
  background-color: rgba(76, 72, 207, 0.9);
  border-color: rgb(227, 156, 0);
}

.callout.default > * { color: rgba(255, 255, 255, 0.9); }


/* Reveal Modal
---------------------------------------------------------------*/
.reveal { 
  border: 1px solid rgba(21, 21, 21, 0.5);
  padding: 1rem;
  right: 0.9375rem;
}

.reveal .flex-video { margin-bottom: 0; }

.close-button {
  font-size: 1.5rem;
  right: 1rem;
  top: 1rem;
}

.reveal-overlay { background-color: rgba(255, 255, 255, 0.9); }


/* Progress Bars
---------------------------------------------------------------*/
.pro-bar-container {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 8px;
  background: transparent;
  overflow: hidden;
}

.progressBar { position: relative; }

.progressBar:not(:last-child) { margin-bottom: 20px; }

.progressBar .pro-bar-container { 
  border-color: #e6e6e6; 
  background: #e6e6e6; 
}

.progressBar .pro-bar { 
  border-color: rgba(21, 21, 21, 1); 
  background: rgba(21, 21, 21, 1); 
}
    
.pro-bar {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 0%;
  height: 8px;
  background: #ddd;
}

.pro-bar.bar-100  { width: 100%; }
.pro-bar.bar-99   { width: 99%;  }
.pro-bar.bar-98   { width: 98%;  }
.pro-bar.bar-97   { width: 97%;  }
.pro-bar.bar-96   { width: 96%;  }
.pro-bar.bar-95   { width: 95%;  }
.pro-bar.bar-94   { width: 94%;  }
.pro-bar.bar-93   { width: 93%;  }
.pro-bar.bar-92   { width: 92%;  }
.pro-bar.bar-91   { width: 91%;  }
.pro-bar.bar-90   { width: 90%;  }
.pro-bar.bar-89   { width: 89%;  }
.pro-bar.bar-88   { width: 88%;  }
.pro-bar.bar-87   { width: 87%;  }
.pro-bar.bar-86   { width: 86%;  }
.pro-bar.bar-85   { width: 85%;  }
.pro-bar.bar-84   { width: 84%;  }
.pro-bar.bar-83   { width: 83%;  }
.pro-bar.bar-82   { width: 82%;  }
.pro-bar.bar-81   { width: 81%;  }
.pro-bar.bar-80   { width: 80%;  }
.pro-bar.bar-79   { width: 79%;  }
.pro-bar.bar-78   { width: 78%;  }
.pro-bar.bar-77   { width: 77%;  }
.pro-bar.bar-76   { width: 76%;  }
.pro-bar.bar-75   { width: 75%;  }
.pro-bar.bar-74   { width: 74%;  }
.pro-bar.bar-73   { width: 73%;  }
.pro-bar.bar-72   { width: 72%;  }
.pro-bar.bar-71   { width: 71%;  }
.pro-bar.bar-70   { width: 70%;  }
.pro-bar.bar-69   { width: 69%;  }
.pro-bar.bar-68   { width: 68%;  }
.pro-bar.bar-67   { width: 67%;  }
.pro-bar.bar-66   { width: 66%;  }
.pro-bar.bar-65   { width: 65%;  }
.pro-bar.bar-64   { width: 64%;  }
.pro-bar.bar-63   { width: 63%;  }
.pro-bar.bar-62   { width: 62%;  }
.pro-bar.bar-61   { width: 61%;  }
.pro-bar.bar-60   { width: 60%;  }
.pro-bar.bar-59   { width: 59%;  }
.pro-bar.bar-58   { width: 58%;  }
.pro-bar.bar-57   { width: 57%;  }
.pro-bar.bar-56   { width: 56%;  }
.pro-bar.bar-55   { width: 55%;  }
.pro-bar.bar-54   { width: 54%;  }
.pro-bar.bar-53   { width: 53%;  }
.pro-bar.bar-52   { width: 52%;  }
.pro-bar.bar-51   { width: 51%;  }
.pro-bar.bar-50   { width: 50%;  }
.pro-bar.bar-49   { width: 49%;  }
.pro-bar.bar-48   { width: 48%;  }
.pro-bar.bar-47   { width: 47%;  }
.pro-bar.bar-46   { width: 46%;  }
.pro-bar.bar-45   { width: 45%;  }
.pro-bar.bar-44   { width: 44%;  }
.pro-bar.bar-43   { width: 43%;  }
.pro-bar.bar-42   { width: 42%;  }
.pro-bar.bar-41   { width: 41%;  }
.pro-bar.bar-40   { width: 40%;  }
.pro-bar.bar-39   { width: 39%;  }
.pro-bar.bar-38   { width: 38%;  }
.pro-bar.bar-37   { width: 37%;  }
.pro-bar.bar-36   { width: 36%;  }
.pro-bar.bar-35   { width: 35%;  }
.pro-bar.bar-34   { width: 34%;  }
.pro-bar.bar-33   { width: 33%;  }
.pro-bar.bar-32   { width: 32%;  }
.pro-bar.bar-31   { width: 31%;  }
.pro-bar.bar-30   { width: 30%;  }
.pro-bar.bar-29   { width: 29%;  }
.pro-bar.bar-28   { width: 28%;  }
.pro-bar.bar-27   { width: 27%;  }
.pro-bar.bar-26   { width: 26%;  }
.pro-bar.bar-25   { width: 25%;  }
.pro-bar.bar-24   { width: 24%;  }
.pro-bar.bar-23   { width: 23%;  }
.pro-bar.bar-22   { width: 22%;  }
.pro-bar.bar-21   { width: 21%;  }
.pro-bar.bar-20   { width: 20%;  }
.pro-bar.bar-19   { width: 19%;  }
.pro-bar.bar-18   { width: 18%;  }
.pro-bar.bar-17   { width: 17%;  }
.pro-bar.bar-16   { width: 16%;  }
.pro-bar.bar-15   { width: 15%;  }
.pro-bar.bar-14   { width: 14%;  }
.pro-bar.bar-13   { width: 13%;  }
.pro-bar.bar-12   { width: 12%;  }
.pro-bar.bar-11   { width: 11%;  }
.pro-bar.bar-10   { width: 10%;  }
.pro-bar.bar-9    { width: 9%;   }
.pro-bar.bar-8    { width: 8%;   }
.pro-bar.bar-7    { width: 7%;   }
.pro-bar.bar-6    { width: 6%;   }
.pro-bar.bar-5    { width: 5%;   }
.pro-bar.bar-4    { width: 4%;   }
.pro-bar.bar-3    { width: 3%;   }
.pro-bar.bar-2    { width: 2%;   }
.pro-bar.bar-1    { width: 1%;   }
.pro-bar.bar-0    { width: 0%;   }

.skillName,
.skillName .timer {
  color: rgba(21, 21, 21, 1);
  font-size: 0.875rem;  
}

.progressBar .timer::after {
  content: '%';
  display: inline-block;
  margin-left: 3px;
}

.bgBlack .progressBar .pro-bar-container  { 
  border-color: rgba(255, 255, 255, 0.2); 
  background: rgba(255, 255, 255, 0.2); 
}

.bgBlack .progressBar .pro-bar { 
  border-color: rgba(255, 255, 255, 1); 
  background: rgba(255, 255, 255, 1); 
}

.bgBlack .skillName,
.bgBlack .skillName .timer {
  color: rgba(255, 255, 255, 1);  
}

/* Pricing Tables
---------------------------------------------------------------*/
.pricingTable {
  padding: 2rem 2.5rem;
  margin-bottom: 2rem;
}

.pricingTitle {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.5rem;
}

.pricingPrice {
  font-size: 2.25rem;
  padding: 0.5rem 0 0.75rem;
  border-top: 3px solid rgba(21, 21, 21, 0.1);
}

.pricingCurrency {
  font-size: 1rem;
  vertical-align: super;
}

.pricingSubtitle {
  color: rgba(21, 21, 21, 0.4);
  padding: 0 0 0.75rem;
  border-bottom: 3px solid rgba(21, 21, 21, 0.1);
}

.pricingFeatureList {
  line-height: 1.8;
  margin: 0;
  padding: 0.25rem 0 3rem;
  list-style: none;
  text-align: right;
}

.pricingPopular .pricingTitle,
.pricingPopular .pricingPrice,
.pricingPopular .pricingCurrency,
.pricingPopular .pricingFeatureList { color: rgba(255, 255, 255, 1); }

.pricingPopular .pricingSubtitle { 
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

.pricingPopular .pricingPrice { border-top: 3px solid rgba(255, 255, 255, 0.2); }


/* Team Members
---------------------------------------------------------------*/
.teamMembers  {
  position: relative;
  margin-bottom: 80px;
  cursor: pointer;
}

.teamContent {
  padding: 20px;
  width: 100%;
  position: static;
  display: inline-block;
}

.teamMembers:hover .teamContent { bottom: -30px; }

.teamContent .teamName {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 1rem;
}

.teamSocialIcons { margin-top: 20px; }

.teamSocialIcons a {
  display: inline-block;
  font-size: 0.9375rem;
  color: rgba(21, 21, 21, 0.8);
  line-height: 2;
  padding-right: 20px;
}

.bgBlack .teamSocialIcons a,
.bgColor .teamSocialIcons a { color: rgba(255, 255, 255, 0.7); }

.teamSocialIcons a:hover { color: rgb(227, 156, 0); }

.bgBlack .teamSocialIcons a:hover,
.bgColor .teamSocialIcons a:hover { color: rgba(255, 255, 255, 1); }

/* Testimonials
--------------------------------------------------------------*/
.testimonial-1 { margin-bottom: 2rem; }

.testimonial-1 .testimonImg {
  margin-right: 15px;
  margin-bottom: 15px;
}

.testimonImg,  
.testimonImg img {
  display: inline-block;
  max-width: 80px;
}

.testimonImg.imgBorder { padding: 0 0 15px 15px; }

.testimonImg.imgBorder::before {
  top: 15px;
  right: 15px;
}

.testimonContent {
  position: relative;
  overflow: hidden;
}

.testimonContent p {
  margin-bottom: 0;
  font-style: italic;
}

.testimonContent p::before, 
.testimonContent p::after {
    content: '"';
}

.testimonMeta {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}

.testimonMeta span {
  display: block;
  font-weight: normal;
  font-size: 0.75rem;
  text-transform: none;
}

.testimonial-2 {
  text-align: center;
  padding: 20px 40px;
}

.testimonial-2 .testimonImg {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px auto;
  display: block;
}

.testimonial-2 .testimonMeta { margin-top: 15px; }

.testimonial-2 .testimonMeta span { display: inline-block; }

.bgBlack .testimonMeta,
.bgColor .testimonMeta { color: rgba(255, 255, 255, 0.8); }

.testimonialScroller button[class^="icon-"] {
  background-color: transparent;
  color: rgba(21, 21, 21, 1);
  text-shadow: none;
}

/* ==============================================================
                        PORTFOLIO STYLES
================================================================= */

div.folioNav { margin-bottom: 2rem; }

div.folioNav a,
div.folioNav-vertical a {
  display: inline-block;
  padding: 2px 6px;
  color: rgba(21, 21, 21, 0.6);
  position: relative;
  font-size: 1.125rem;
  text-transform: uppercase;
}

div.folioNav a.is-checked {
  background-color: rgba(21, 21, 21, 1);
  color: white;
}

div.folioNav-vertical a.is-checked { color: rgba(21, 21, 21, 1); }

div.folioNav-vertical a.is-checked::before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  top: 15px;
  left: 0;
  background-color: rgba(21, 21, 21, 1);
}

.projectsWrapper { margin-top: 2rem; }

.portfolio { margin-left: 0; }

.folioGrid.portfolioGutter .gallery-item,
.lightboxGallery.portfolioGutter .gallery-item,
[class^="folioMasonry"].portfolioGutter .gallery-item { padding: 0 1rem 2rem 1rem; }

.portfolioMeta {
  margin-left: 0;
  margin-top: 5px;
}

.portfolioMeta li { margin-bottom: 10px; }

.portfolioMeta li > span {
  display: block;
  margin-right: 20px;
  min-width: 100px;
  color: rgba(21, 21, 21, 0.6);
}

.portfolioMeta li a span[class^="icon-"] {
  display: inline-block;
  width: 32px;
  padding-right: 10px;
}


/* Grid Portfolio Styles
-----------------------------------------------------------------*/

.folioGrid .gallery-item { padding: 0; }

.folioGrid.large-up-2 .gallery-item img,
.folioGrid.large-up-3 .gallery-item img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.folioDesc { margin: 20px; }

.folioDesc p { margin-bottom: 0; }

.folioDesc span { opacity: 0.7; }

.gallery-item { height: auto; }

.gallery-item > a {
  display: block;
  height: 100%;
}


/* Masonry Portfolio Styles
-----------------------------------------------------------------*/

.folioMasonry-3 .gallery-item,
.folioMasonry-2 .gallery-item { float: left; }

.folioMasonry-2 .gallery-item,
.folioMasonry-3 .gallery-item,
.folioMasonry-mixed .gallery-item.wide,
.folioMasonry-mixed .gallery-item {
  width: 100%;
  height: auto;
}

.folioMasonry-mixed { margin-bottom: 0; }


/* Portfolio Hover Effects
-----------------------------------------------------------------*/

.portfolio .gallery-item .imageHover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   cursor: url(../img/cursor.png), url(../img/cursor.cur), pointer;
}

.portfolio .gallery-item .imageHover::before,
.portfolio .gallery-item .imageHover::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.6s;
}

.portfolio .gallery-item .imageHover::before {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.portfolio .gallery-item .imageHover::after {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  -moz-transform: scale(1,0);
  -ms-transform: scale(1,0);
  -o-transform: scale(1,0);
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

.portfolio .gallery-item .imageHover [class^="icon-"] { font-size: 1.5rem; }

.portfolio .gallery-item .imageHover .itemDesc {
  color: rgba(255, 255, 255, 1);
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
  -moz-transform: translate3d(-50%, 50%, 0);
  -o-transform: translate3d(-50%, 50%, 0);
  -ms-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
  transform-style: preserve-3d;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;

}

.portfolio .gallery-item .imageHover p,
.portfolio .gallery-item .imageHover span {
  color: rgba(255, 255, 255, 1);
  display: block;
  height: 10%;
  height: calc(100% / 2);
  min-height: 10px; 
}

.portfolio .gallery-item .imageHover p {
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.portfolio .gallery-item .imageHover span { margin-bottom: 0; }

.portfolio .gallery-item:hover .imageHover {
  background-color: rgba(21, 21, 21, 0.8);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.portfolio .gallery-item:hover .imageHover::before,
.portfolio .gallery-item:hover .imageHover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio .gallery-item:hover .imageHover .itemDesc {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


/* ==============================================================
                        BLOG STYLES
================================================================= */

/* Blog Masonry
-----------------------------------------------------------------*/

.blogMasonry { margin: 0; }

.blogMasonry .blogItem {
  width: 100%;
  margin-bottom: 2.5rem;
}

.blogMasonry .blogItem article {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: visible;
}

.blogItemMeta { margin-top: 1.5rem; }

.blogItemMeta .postDate,
.blogItemMeta .postCategory,
.blogItemMeta .postShareIcons {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.blogItemMeta .postDate {
  color: rgba(21, 21, 21, 0.5);
  position: relative;
  margin-left: 10px;
}

.blogItemMeta .postDate::before {
  content: '|';
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
}

.blogItem h3.postHeadline {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
}

/* .blogItem img { width: 100%; } */

.blogItem img:hover { opacity: 0.8; }

.blogItem .orbit { margin-bottom: 0; }

.blogItem article > a { 
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.videoItem article > a::after {
  background-color: rgba(21, 21, 21, 1);
  content: '\e052';
  font-family: 'icomoon';
  height: 41px;
  width: 41px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  text-align: center;
  font-size: 1.25rem;
  line-height: 40px;
  transform: translate3d(-50%,-50%,0) cale(1,1);
  -moz-transform: translate3d(-50%,-50%,0) scale(1,1);
  -webkit-transform: translate3d(-50%,-50%,0) scale(1,1);
  -webkit-font-smoothing: antialiased;
}

/* Blog List
-----------------------------------------------------------------*/

.blogList .blogItem:not(:last-child) {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-bottom: 3rem;
  margin-bottom: 4rem;
}

.blogList .blogItemMeta {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.postMeta .postShareIcons,
.blogList .blogItemMeta .postDate,
.postMeta .blogItemMeta .postDate,
.blogList .blogItemMeta .postCategory,
.postMeta .blogItemMeta .postCategory { font-size: 0.875rem; }

.blogList .blogItem h3.postHeadline {
  font-size: 2rem;
  position: relative;
}

.blogList .blogItem h3.postHeadline::before {
  display: block;
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background: rgba(21, 21, 21, 1);
  top: 20px;
  right: 106%;
}

/* Single Blog Post
-----------------------------------------------------------------*/
.heroBlog .flex-video embed,
.heroBlog .flex-video iframe,
.heroBlog .flex-video object,
.heroBlog .flex-video video { height: 400px;}

.heroBlog .flex-video { overflow: visible; }

.postMeta .blogItemMeta {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  margin-bottom: 60px;
}

.authorName,
.commentTime,
.postMeta .postShareIcons { display: block; }

.postMeta .postShareIcons a { padding: 0 10px; }

.postEntry .imgBorder.float-left,
.postEntry .imgShadow.float-left { margin: 0.5rem 1.5rem 0.5rem 0; }

.postEntry .imgBorder.float-right,
.postEntry .imgShadow.float-right { margin: 0.5rem 0 0.5rem 1.5rem; }

.postNav,
#commentsForm { margin-top: 60px; }

.postNav .prevPost,
.postNav .nextPost {
  float: left;
  width: 50%;
}

.postNav .nextPost {
  float: right;
  text-align: right;
}

.postNav .prevPost > span,
.postNav .nextPost > span {
  display: block;
  font-size: 1.25rem;
  margin-top: 12px;
}

.postNavTitle { max-width: 70%; }

.postNavTitle span {
  font-size: 0.75rem;
  color: rgba(21, 21, 21, 0.4);
}

.postNavTitle p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.prevPost .postNavTitle { margin-left: 1.25rem; }

.nextPost .postNavTitle { margin-right: 1.25rem; }

.authorImg,
.postNavTitle,
.postMeta .postShareIcons a { display: inline-block; }


.authorBox { width: 100%; }

.authorImg {
  position: relative;
  z-index: 1;
  max-width: 150px;
}

.authorContent { padding: 40px; }

.authorContent a [class^="icon-"] {
  width: 28px;
  height: 28px;
  display: inline-block;
  padding-right: 10px;
}

.postComments .title,
.relatedPosts .title { margin-bottom: 40px; }

.relatedPosts .blogItem h3.postHeadline { font-size: 1.25rem; }

.postComments [class^="icon-"] { padding-right: 10px; }

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

.commentList > li .commentBlock {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.commentList li ul li .commentBlock { padding: 20px 20px 0 20px; }

.commentThumb {
  margin-right: 15px;
  max-width: 80px;
}

.commentTime { font-style: italic; }

.commentContent {
  margin-top: 20px;
  margin-bottom: 20px;
}


/* Blog Sidebar
-----------------------------------------------------------------*/
.sidebar { padding: 0 10px; }

.sidebarWidget { 
  margin-bottom: 3rem;
  width: 100%;
  float: left;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}

.sidebar .widgetTitle {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(21, 21, 21, 1);
}

.sidebarAd {
  margin: 0 auto;
  max-width: 300px;
}

.sidebarAd a { display: block; }


.sidebarAd.smallAd a {
  width: 125px;
  float: left;
  margin: 12px;
}

.sidebarAd:not(:last-child) { margin-bottom: 12px; }

.tagCloud a {
  display: inline-block;
  padding-right: 10px;
  font-style: italic;
}

.postList { margin: 0; }

.postList li:not(:last-child) {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.postListTitle {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.postList .blogItemMeta,
.postList .blogItemMeta p {
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: none;
}

.sidebarWidget .iconList li { font-size: 1rem; }

.iconCloud a {
  width: 32px;
  height: 32px;
  background-color: rgba(21, 21, 21, 1);
  color: white;
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
}

.iconCloud a:hover { background-color: rgb(227, 156, 0); }

.iconCloud a span {
  line-height: 32px;
  text-align: center;
  display: block;
}

/* ==============================================================
                        FOOTER STYLES
================================================================= */
.footerWrapper {
  border-top: 1px solid rgba(21, 21, 21, 0.05);
  min-height: 100px;
  padding: 40px 0;
  margin-top: 40px;
}

footer a,
footer p,
footer h6 { font-size: 0.875rem; }

#footerSocials a { display: block; }

footer p,
footer h6 { margin-bottom: 0; }

#footerSocials,
#footerInfo { float: none; }


/* ==============================================================
                         MEDIA QUERIES
================================================================= */

@media only screen and (min-width: 40em) {

  h1 { font-size: 2.125rem; }

  h2 { font-size: 1.875rem; }

  h3 { font-size: 1.75rem; }

  h4 { font-size: 1.5rem; }

  h5 { font-size: 1.25rem; }

  h6 { font-size: 1.125rem; }

  .pageTitle span { font-size: 2.5rem; }

  .divider {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .menuOverlay .menuWrapper {
    max-width: 600px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .imgBorder { padding: 0 0 25px 25px; }

  .imgBorder::before {
    top: 25px;
    right: 25px;
  }

  #footerSocials,
  #footerInfo { float: right; }

  .testimonial-2 { padding: 20px 60px; }

  .countdown-section { font-size: 1.5rem; }

  .counters .timer,
  .countdown-amount { font-size: 3rem; }

  .tabs-title { float: left; }

  .sidebarWidget { width: 46%; }

  /* Floating Boxes
  ---------------------------------------------------------------*/
  .floatContainer .floatingBoxRight,
  .floatContainer .floatingBoxLeft {
    position: absolute;
    right: -0.9375rem;
    left: auto;
    bottom: -2rem;
  }

  .floatContainer .floatingBoxLeft {
    right: auto;
    left: -0.9375rem;
  }

  /* Reveal Modal
  ---------------------------------------------------------------*/
  .reveal { 
    padding: 2.5rem;
    right: initial;
  }

  /* Portfolio
  ---------------------------------------------------------------*/
  div.folioNav-vertical a { display: block; }


  div.folioNav-vertical a.is-checked::before {
    width: 2rem;
    left: -44px;
  }

  .projectsWrapper { margin-top: 0; }

}

@media only screen and (min-width: 64em) {

  body.pageBorder { margin: 0 60px; }

  h1 { font-size: 2.375rem; }

  h2 { font-size: 2.125rem; }

  h3 { font-size: 1.875rem; }

  h4 { font-size: 1.625rem; }

  h5 { font-size: 1.375rem; }

  h6,
  .portfolio .gallery-item .imageHover p { font-size: 1.125rem; }

  .padding { padding: 80px; }

  .sideBar #logo img {
    width: 80px;
    height: 80px;
  }

  .menuOverlay + .mainWrapper { margin-left: 80px; }

  .introBox { 
    position: absolute;
    left: 0; 
    bottom: -5rem;
    z-index: 1;
  }

  .introBoxCentered {
    position: absolute;
    top: 75%;
    left: 50%;
    margin-left: -34%;
    z-index: 1;
  }

  .title::before {
    width: 80px;
    bottom: auto;
    left: -100px;
  }

  .pageTitle::before { 
    height: 150px;
    top: -90px;
  }

  .sideBar + .mainWrapper { margin-left: 80px; }

  .menuOverlay .menuWrapper {
    max-width: 600px;
    margin-top: 150px;
    margin-bottom: 100px;
  }

  .testimonial-2 { padding: 20px 80px; }

  .tabs.iconTabs .tabs-title > a {
    font-size: 1.125rem;
    padding: 1.25rem 6rem 1.25rem 0;
  }

  .tabs.iconTabs .tabs-title > a [class^="icon-"] { font-size: 2rem; }

  .portfolio .gallery-item .imageHover::before,
  .portfolio .gallery-item .imageHover::after {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .portfolioMeta li > span { display: inline-block; }

  .teamContent {
    padding: 40px;
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: -40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* Blog
  ---------------------------------------------------------------*/
  .heroBlog .flex-video embed,
  .heroBlog .flex-video iframe,
  .heroBlog .flex-video object,
  .heroBlog .flex-video video { height: 600px;}

  .sidebar { min-width: 300px; }

  .sidebarWidget {
    width: 100%;
    margin-right: 0;
  }

  .sidebarAd.smallAd { overflow: visible; }

  .sidebarAd.smallAd a { margin: 14px 14px 14px 0; }

  .sidebarAd.smallAd a:nth-child(2n) { margin: 14px 0 14px 14px; }

  .authorBox {
    margin: 20px 0 60px 0;
    width: 100%;
  }

  .authorContent {
    position: absolute;
    top: -20px;
    left: 110px;
    padding: 40px 60px;
  }

  /* Top Bar with Inline Hidden Links - Desktop
  ---------------------------------------------------------------*/
  .menuBar #logo,
  .menuInline > ul > li { line-height: 80px; }

  .menuInline {
    position: absolute;
    right: 80px;
    background-color: transparent;
  }

  .menuInline,
  .menuInline > ul {
    width: auto;
    height: 80px;
  }

  .menuInline,
  .menuInline > ul,
  .menuInline ul > li.navLink a { padding: 0; }

  .menuInline ul > li { display: inline-block; }

  .menuInline > ul li.navLink:last-child { margin-top: 0; }

  .menuInline ul li.navLink:not(:last-child) > a { padding: 0 0.5rem; }

  .menuInline .navIcon { text-align: center; }

  .menuInline ul li a.navIcon,
  .menuOverlay ul li a.navIcon,
  .menuInline ul li.navLink > ul.subMenu li > a { font-size: 0.875rem; }

  .menuInline ul li.navLink > a:not([class="navIcon"]) { font-size: 1rem; }
  
  .menuInline ul ul.subMenu {
    position: absolute;
    top: 80px;
    left: 0;
    background-color: #fff;
    height: auto;
    border-top: 1px solid rgba(21, 21, 21, 1);
    min-width: 200px;
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }

  .menuInline ul li > ul.subMenu { 
    visibility: hidden;
    opacity: 0;
    overflow: visible;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  .menuInline ul li:hover > ul.subMenu {
    visibility: visible;
    opacity: 1;
  }

  .menuInline ul ul.subMenu li {
    width: 100%;
    white-space: nowrap;
  }

  .menuInline ul li.navLink > ul.subMenu li > a,
  .menuInline ul li.navLink > ul.subMenu li > ul.subMenu li > a { padding: 6px 1rem; }

  .menuInline ul ul.subMenu > li ul {
    top: 0;
    left: 100%;
  }

  #menuIcon + .menuInline {
    opacity: 0;
    width: auto;
    right: 80px;
    -webkit-transform: translateX(80px) translateZ(0);
    -moz-transform: translateX(80px) translateZ(0);
    -ms-transform: translateX(80px) translateZ(0);
    -o-transform: translateX(80px) translateZ(0);
    transform: translateX(80px) translateZ(0);
    -webkit-transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -moz-transition: -moz-transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -ms-transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
    transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
  }

  #menuIcon.open + .menuInline {
    opacity: 1;
    width: auto;
    right: 80px;
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    zoom: 1; 
  }

  #menuIcon + .menuInline.classic {
    opacity: 1;
    right: 100px;
  }

  /* Auto Hide Nav Styles
  ----------------------------------------*/
  .fixedHeader {
    right: 60px;
    left: 60px;
  }

  .slide {
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
  }

  .slideReset {
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
  }

  .slideUp {
    -webkit-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%);
  }

  /* Sidebar with Overlay Menu - Desktop
  -----------------------------------------------------------------*/
  .sideBar { width: 80px; }

  .sideBar #menuIcon span { left: 28px; }

  .menuOverlay.open {
    width: 50%;
    left: 80px;
  }
  
  /* Hero Section Styles - Desktop
  ---------------------------------------------------------------*/
  .hero { 
    height: 740px;
    max-height: 740px;
  }

  .heroBlog {
    height: 600px;
    max-height: 600px;
  }

  .heroSmall { height: 400px; }

  /* Blog Styles - Desktop
  ---------------------------------------------------------------*/
  .postMeta .postShareIcons { float: right; }

}

/* ==============================================================
                         PAGE PRELOADER
================================================================= */

.flbackdrop {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 99999;
  position: fixed;
}

 /*CSS Animations by: http://codepen.io/vivinantony*/

.spinner1 {
  width: 40px;
  height: 40px;
  position: relative;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(21, 21, 21, 1);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.spinner2 {
  width: 40px;
  height: 40px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: rgba(21, 21, 21, 1);

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner2 .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.spinner3 {
  width: 40px;
  height: 40px;
  position: relative;  
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: rgba(21, 21, 21, 1);
  border-radius: 100%;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.spinner4 {
  width: 30px;
  height: 30px;
  background-color: rgba(21, 21, 21, 1);
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.spinner5 {
  width: 32px;
  height: 32px;
  position: relative;
}

.cube1, .cube2 {
  background-color: rgba(21, 21, 21, 1);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.spinner6 {
  width: 50px;
  height: 30px;
  text-align: center;
}

.spinner6 > div {
  background-color: rgba(21, 21, 21, 1);
  height: 100%;
  width: 6px;
  margin-left:2px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner6 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner6 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner6 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner6 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.spinner7 {
  width: 90px;
  height: 30px;
  text-align: center;
}

.spinner7 > div {
  background-color: rgba(21, 21, 21, 1);
  height: 15px;
  width: 15px;
  margin-left:3px;
  border-radius: 50%;
  display: inline-block;
      
  -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
  animation: stretchdelay 0.7s infinite ease-in-out;
}

.spinner7 .circ2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.spinner7 .circ3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.spinner7 .circ4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.spinner7 .circ5 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: translateY(-10px) }  
  20% { -webkit-transform: translateY(-20px) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  } 20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}
