dt,dd,ul,li {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

::selection {
  background: #A5CD39;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #A5CD39;
  /* Firefox */
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #A5CD39;
  /* Safari */
  color: #FFF;
  text-shadow: none;
}

:active,:focus {
  outline: none !important;
}

/* ----------------------------------------------------------------
  Typography
-----------------------------------------------------------------*/

body {
  line-height: 1.5;
  color: #555;
  font-family: 'Lato', sans-serif;
  background: transparent;
}

a {
  text-decoration: none !important;
  color: #A5CD39;
}

a:hover {
  color: #222;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

/* ----------------------------------------------------------------
  Basic Layout Styles
-----------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  color: #444;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px 0;
  font-family: 'Raleway', sans-serif;
}

h5,h6 {
  margin-bottom: 20px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

h4 {
  font-weight: 600;
}

h5,h6 {
  font-weight: bold;
}

p,ul,dd,address,form {
  margin-bottom: 30px;
}

small {
  font-family: 'Lato', sans-serif;
}

/* ----------------------------------------------------------------
  Helper Classes
-----------------------------------------------------------------*/

#all-content {
  opacity: 0;
}

#all-content.show-content {
  opacity: 1;
}

.tright {
  text-align: right !important;
}

.tleft {
  text-align: left !important;
}

.tjus {
  text-align: justify !important;
}

.fright {
  float: right !important;
}

#wrapper {
  position: relative;
  float: none;
  width: 1220px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 60px 0;
  border-top: 1px solid #EEE;
}

.line.line-sm {
  margin: 30px 0;
}

.topmargin {
  margin-top: 50px !important;
}

.bottommargin {
  margin-bottom: 50px !important;
}

.clear-bottommargin {
  margin-bottom: -50px !important;
}

.topmargin-sm {
  margin-top: 30px !important;
}

.bottommargin-sm {
  margin-bottom: 30px !important;
}

.rightpadding-sm {
  padding-right: 30px !important;
}

.clear-bottommargin-sm {
  margin-bottom: -30px !important;
}

.topmargin-lg {
  margin-top: 80px !important;
}

.bottommargin-lg {
  margin-bottom: 80px !important;
}

.clear-bottommargin-lg {
  margin-bottom: -80px !important;
}

.nomargin {
  margin: 0 !important;
}

.nobottommargin {
  margin-bottom: 0 !important;
}

.noborder {
  border: none !important;
}

.nobottomborder {
  border-bottom: none !important;
}

.col-padding {
  padding: 60px;
}

.top-padding {
  padding-top: 60px;
}

.bt-padding {
  padding-bottom: 60px;
}

.no-bt-padding {
  padding-bottom:0px  !important;
}

.mid-padding {
  padding: 40px;
}

.nopadding {
  padding: 0 !important;
}

.noshadow {
  box-shadow: none !important;
}

.hidden {
  display: none !important;
}

.center {
  text-align: center !important;
}

.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.color {
  color: #A5CD39 !important;
}

.border-color {
  border-color: #A5CD39 !important;
}

.t300 {
  font-weight: 300 !important;
}

.t400 {
  font-weight: 400 !important;
}

.t500 {
  font-weight: 500 !important;
}

.t600 {
  font-weight: 600 !important;
}

.t700 {
  font-weight: 700 !important;
}

.font-body {
  font-family: 'Lato', sans-serif;
}

.font-primary {
  font-family: 'Raleway', sans-serif;
}

/* MOVING BG -  TESTIMONIALS */

@-webkit-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 400px;
  }
}

@-moz-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 400px;
  }
}

@-ms-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 400px;
  }
}

@-o-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 400px;
  }
}

@keyframes BgAnimated {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 400px;
  }
}

.input-block-level {
  display: block;
  width: 100% !important;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vertical-middle {
  height: auto !important;
  left: 0;
}

/* ----------------------------------------------------------------
  Sections
-----------------------------------------------------------------*/

.section {
  position: relative;
  margin: 0 0 60px 0;
  padding: 60px 0;
  background-color: #F9F9F9;
  overflow: hidden;
}

.parallax {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.mobile-parallax,.video-placeholder {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center !important;
}

.section .container {
  z-index: 2;
}

.section .container + .video-wrap {
  z-index: 1;
}

/* ----------------------------------------------------------------
  Columns & Grids
-----------------------------------------------------------------*/

.col_full {
  width: 100%;
}

.col_half {
  width: 48%;
}

body.stretched .container-fullwidth {
  position: relative;
  padding: 0 60px;
  width: 100%;
}

.col_full,.col_half {
  display: block;
  position: relative;
  margin-right: 4%;
  margin-bottom: 50px;
  float: left;
}

.col_full {
  clear: both;
  float: none;
  margin-right: 0;
}

.col_last {
  margin-right: 0 !important;
  clear: right;
}

/* ----------------------------------------------------------------
  Flex Slider
-----------------------------------------------------------------*/

.fslider,.fslider .slider-wrap,.fslider .slide,.fslider .slide > a,.fslider .slide > img,.fslider .slide > a > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  padding: 0px 20px;
}

.fslider {
  min-height: 32px;
}

.flex-container a:active,.flex-container a:focus {
  outline: none;
  border: none;
}

.slider-wrap,.flex-control-nav,.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

.slider-wrap:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slider-wrap {
  display: block;
}

* html .slider-wrap {
  height: 1%;
}

.no-js .slider-wrap > .slide:first-child {
  display: block;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-nav {
  position: absolute;
  z-index: 10;
  text-align: center;
  right: 0;
  margin: 0;
}

.flex-control-nav li {
  float: none;
  display: inline-block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
}

.flex-control-nav li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #FFF;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,.flex-control-nav li a.flex-active {
  background-color: #FFF;
}

/* ----------------------------------------------------------------
  Top Bar
-----------------------------------------------------------------*/

#top-bar {
  position: relative;
  border-bottom: 1px solid #EEE;
  height: 45px;
  line-height: 44px;
  font-size: 13px;
}

#top-bar .col_half {
  width: auto;
}

/* Top Links
---------------------------------*/

.top-links {
  position: relative;
  float: left;
}

.top-links ul {
  margin: 0;
  list-style: none;
}

.top-links ul li {
  float: left;
  position: relative;
  height: 44px;
  border-left: 1px solid #EEE;
}

.top-links ul li:first-child,.top-links ul ul li {
  border-left: 0 !important;
}

.top-links li > a {
  display: block;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  height: 44px;
  color: #666;
}

.top-links li i {
  vertical-align: top;
}

.top-links li i.icon-angle-down {
  margin: 0 0 0 5px !important;
}

.top-links li i:first-child {
  margin-right: 3px;
}

.top-links li.full-icon i {
  top: 2px;
  font-size: 14px;
  margin: 0;
}

.top-links li:hover {
  background-color: #EEE;
}

.top-links ul ul,.top-links ul div.top-link-section {
  display: none;
  pointer-events: none;
  position: absolute;
  z-index: 210;
  line-height: 1.5;
  background: #FFF;
  border: 0;
  top: 44px;
  left: 0;
  width: 140px;
  margin: 0;
  border-top: 1px solid #A5CD39;
  border-bottom: 1px solid #EEE;
  box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
}

.top-links li:hover ul,.top-links li:hover div.top-link-section {
  pointer-events: auto;
}

.top-links ul ul li {
  float: none;
  height: 36px;
  border-top: 1px solid #F5F5F5;
  border-left: 1px solid #EEE;
}

.top-links ul ul li:hover {
  background-color: #F9F9F9;
}

.top-links ul ul li:first-child {
  border-top: none !important;
  border-left: 1px solid #EEE;
}

.top-links ul ul a {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}

.top-links ul ul img {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.top-links ul div.top-link-section {
  padding: 25px;
  left: 0;
  width: 280px;
}

.fright .top-links ul div.top-link-section,.top-links.fright ul div.top-link-section {
  left: auto;
  right: 0;
}

/* Top Social
-----------------------------------------------------------------*/

#top-social,#top-social ul {
  margin: 0;
}

#top-social li,#top-social li a {
  display: block;
  position: relative;
  float: left;
  width: auto;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
}

#top-social li {
  border-left: 1px solid #EEE;
}

#top-social li:first-child {
  border-left: 0 !important;
}

#top-social li a {
  float: none;
  width: 40px;
  font-weight: bold;
  color: #666;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
}

#top-social li a:hover {
  color: #FFF !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* Top Login
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Header
-----------------------------------------------------------------*/

#header {
  position: relative;
  background-color: #FFF;
  border-bottom: 1px solid #F5F5F5;
}

#header .container {
  position: relative;
}

#header.transparent-header {
  background: #FFF;
  border-bottom: none;
  z-index: 199;
}

#header.transparent-header.css-slider {
  background:none;
  border-top:1px solid rgba(255,255,255,0.2)
}

#header.transparent-header.css-slider * {
  color:#FFF;
}

#header.transparent-header.css-slider #primary-menu ul li:hover > a, #header.transparent-header.css-slider #primary-menu ul li.current > a {
  box-shadow:inset 0px -5px #FFF;
}

#header.transparent-header.jobs-header {
  background: none;
  position: absolute;
  width: 100%;
}

#header.transparent-header.jobs-header.sticky-header #header-wrap {
   background-color: #a5cd39;
}

#header.semi-transparent {
  background-color: rgba(255,255,255,0.8);
}

#header.transparent-header.floating-header {
  margin-top: 60px;
}

#header.transparent-header.floating-header .container {
  width: 1220px;
  background-color: #FFF;
  padding: 0 40px;
  border-radius: 2px;
}

#header.transparent-header.floating-header.sticky-header .container {
  width: 1170px;
  padding: 0 15px;
}

#header.transparent-header + #slider,#header.transparent-header + #page-title.page-title-parallax,#header.transparent-header + #google-map,#slider + #header.transparent-header {
  margin-top: -100px;
  margin-bottom: 0px;
}

#header.transparent-header.floating-header + #slider,#header.transparent-header.floating-header + #google-map {
  top: -160px;
  margin-bottom: -160px;
}

#header.transparent-header + #page-title.page-title-parallax .container {
  z-index: 5;
  padding-top: 100px;
}

#header.full-header {
  border-bottom-color: #EEE;
}

body.stretched #header.full-header .container {
  width: 100%;
  padding: 0 30px;
}

#header.transparent-header.full-header #header-wrap {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

#slider + #header.transparent-header.full-header #header-wrap {
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: none;
}

#slider .header-cta {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40vh;
}

#slider .header-cta a {
  color:#666;
  border-radius:3px;
  -webkit-border-radius:3px;
  -o-border-radius:3px;
  border: 1px solid #ddd;

}

#slider .header-cta a i {
  margin: 0px 6px 0 0;
}

#slider .header-cta a:hover {
  padding:15px 50px;
  background:#a5cd39;
  color:#FFF;
}

.mkt-action-btn {
  padding:15px 30px;
  transition: all .2s cubic-bezier(0.98,-.84,.08,1.83);
  -webkit-transition: all .2s cubic-bezier(0.98,-.84,.08,1.83);
  -o-transition: all .2s cubic-bezier(0.98,-.84,.08,1.83);
  font-size:15px;
}

.mkt-action-btn:hover {
  padding:15px 50px;
  background:#a5cd39;
  color:#FFF;
}

/* ----------------------------------------------------------------
  Logo
-----------------------------------------------------------------*/

#logo {
  position: relative;
  float: left;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  line-height: 100%;
  margin-right: 40px;
}

#header.full-header #logo {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #EEE;
}

#header.transparent-header.full-header #logo {
  border-right-color: rgba(0,0,0,0.1);
}

#logo a {
  display: block;
  color: #000;
}

#header #logo img {
  display: block;
  max-width: 100%;
}

#logo a.standard-logo {
  display: block;
}

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

/* ----------------------------------------------------------------
  Header Right Area
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Primary Menu
-----------------------------------------------------------------*/

#primary-menu {
  float: right;
}

#primary-menu ul.mobile-primary-menu {
  display: none;
}

#header.full-header #primary-menu > ul {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #EEE;
}

#header.transparent-header.full-header #primary-menu > ul {
  border-right-color: rgba(0,0,0,0.1);
}

#primary-menu-trigger,#page-submenu-trigger {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

#primary-menu ul {
  list-style: none;
  margin: 0;
}

#primary-menu > ul {
  float: left;
}

#primary-menu ul li {
  position: relative;
}

#primary-menu ul li.mega-menu {
  position: inherit;
}

#primary-menu ul > li {
  float: left;
  margin-left: 2px;
}

#primary-menu > ul > li:first-child {
  margin-left: 0;
}

#primary-menu ul li > a {
  display: block;
  line-height: 22px;
  padding: 39px 15px;
  color: #444;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: margin .4s ease, padding .4s ease;
  -o-transition: margin .4s ease, padding .4s ease;
  transition: margin .4s ease, padding .4s ease;
}

#header.transparent-header.jobs-header #primary-menu ul li > a {
  color: #FFF;
}


#primary-menu ul li > a span {
  display: none;
}

#primary-menu ul li > a i {
  position: relative;
  top: -1px;
  font-size: 14px;
  width: 16px;
  text-align: center;
  margin-right: 6px;
  vertical-align: top;
}

#primary-menu ul li > a i.icon-angle-down:last-child {
  font-size: 12px;
  margin: 0 0 0 5px;
}

#primary-menu ul li:hover > a,#primary-menu ul li.current > a {
  color: #A5CD39;
}



body.no-superfish #primary-menu li:hover > ul:not(.mega-menu-column),body.no-superfish #primary-menu li:hover > .mega-menu-content {
  display: block;
}

#primary-menu ul ul:not(.mega-menu-column),#primary-menu ul li .mega-menu-content {
  display: none;
  position: absolute;
  width: 220px;
  background-color: #FFF;
  box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
  border: 1px solid #EEE;
  border-top: 2px solid #A5CD39;
  height: auto;
  z-index: 199;
  top: 100%;
  left: 0;
  margin: 0;
}

#primary-menu ul ul:not(.mega-menu-column) ul {
  top: -2px !important;
  left: 218px;
}

#primary-menu ul ul li {
  float: none;
  margin: 0;
}

#primary-menu ul ul li:first-child {
  border-top: 0;
}

#primary-menu ul ul li > a {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#primary-menu ul ul li > a i {
  vertical-align: middle;
}

#primary-menu ul ul li:hover > a {
  background-color: #F9F9F9;
  padding-left: 18px;
  color: #A5CD39;
}

#primary-menu ul ul > li.sub-menu > a,#primary-menu ul ul > li.sub-menu:hover > a {
  background-image: url("../images/icons/submenu.png");
  background-position: right center;
  background-repeat: no-repeat;
}

/* ----------------------------------------------------------------
  Mega Menu
-----------------------------------------------------------------*/

#primary-menu ul li .mega-menu-content,#primary-menu ul li.mega-menu-small .mega-menu-content {
  width: 720px;
  max-width: 400px;
}

#primary-menu ul li.mega-menu .mega-menu-content,.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
  margin: 0 15px;
  width: 1140px;
  max-width: none;
}

.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
  margin: 0;
  width: 1220px;
}

body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content {
  margin: 0 60px;
}

body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
  margin: 0 30px;
}

#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
  padding: 0 10px;
}

#primary-menu ul li .mega-menu-content ul {
  display: block;
  position: relative;
  top: 0;
  min-width: inherit;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column {
  float: left;
  margin: 0;
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 {
  width: 20%;
}

#primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) {
  width: 100%;
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) {
  border-left: 1px solid #F2F2F2;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
  padding: 30px 20px;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title {
  margin-top: 20px;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child {
  margin-top: 0;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
  font-size: 13px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  margin-bottom: 15px;
  color: #444;
  padding: 0 !important;
  line-height: 1.3 !important;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a {
  background-color: transparent;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover {
  color: #A5CD39;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu > a,#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu:hover > a {
  background: none;
}

#primary-menu ul li .mega-menu-content.style-2 li {
  border: 0;
}

#primary-menu ul li .mega-menu-content.style-2 ul li > a {
  padding-left: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
}

#primary-menu ul li .mega-menu-content.style-2 ul li > a:hover {
  padding-left: 12px;
}

/* Primary Menu - Style 2
-----------------------------------------------------------------*/

#primary-menu.style-2 {
  float: none;
  max-width: none;
  border-top: 1px solid #F5F5F5;
}

#primary-menu.style-2 > div > ul {
  float: left;
}

#primary-menu.style-2 > div > ul > li > a {
  padding-top: 19px;
  padding-bottom: 19px;
}

#logo + #primary-menu.style-2 {
  border-top: 0;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > ul,body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div {
  float: none;
  display: inline-block !important;
  width: auto;
  text-align: left;
}

/* Primary Menu - Style 3
-----------------------------------------------------------------*/

#primary-menu.style-3 > ul > li > a {
  margin: 28px 0;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 2px;
}

#primary-menu.style-3 > ul > li:hover > a {
  color: #444;
  background-color: #F5F5F5;
}

#primary-menu.style-3 > ul > li.current > a {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  background-color: #A5CD39;
}

/* Primary Menu - Style 4
-----------------------------------------------------------------*/

#primary-menu.style-4 > ul > li > a {
  margin: 28px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  border: 1px solid transparent;
}

#primary-menu.style-4 > ul > li:hover > a,#primary-menu.style-4 > ul > li.current > a {
  border-color: #A5CD39;
}

/* Primary Menu - Style 5
-----------------------------------------------------------------*/

#primary-menu.style-5 > ul {
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #EEE;
}

#primary-menu.style-5 > ul > li:not(:first-child) {
  margin-left: 15px;
}

#primary-menu.style-5 > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 14px;
}

#primary-menu.style-5 > ul > li > a i {
  display: block;
  width: auto;
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1;
}

/* Primary Menu - Style 6
-----------------------------------------------------------------*/

#primary-menu.style-6 ul > li > a {
  position: relative;
}

#primary-menu.style-6 > ul > li > a:after,#primary-menu.style-6 > ul > li.current > a:after,#primary-menu.style-6 > div > ul > li > a:after,#primary-menu.style-6 > div > ul > li.current > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  border-top: 2px solid #A5CD39;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

#primary-menu.style-6 > ul > li.current > a:after,#primary-menu.style-6 > ul > li:hover > a:after,#primary-menu.style-6 > div > ul > li.current > a:after,#primary-menu.style-6 > div > ul > li:hover > a:after {
  width: 100%;
}

/* Primary Menu - Sub Title
-----------------------------------------------------------------*/

#primary-menu.sub-title > ul > li,#primary-menu.sub-title.style-2 > div > ul > li {
  background: url("../images/icons/menu-divider.png") no-repeat right center;
  margin-left: 1px;
}

#primary-menu.sub-title ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}

#primary-menu.sub-title > ul > li > a,#primary-menu.sub-title > div > ul > li > a {
  line-height: 14px;
  padding: 27px 20px 32px;
  text-transform: uppercase;
  border-top: 5px solid transparent;
}

#primary-menu.sub-title > ul > li > a span,#primary-menu.sub-title > div > ul > li > a span {
  display: block;
  margin-top: 10px;
  line-height: 12px;
  font-size: 11px;
  font-weight: 400;
  color: #888;
  text-transform: capitalize;
}

#primary-menu.sub-title > ul > li:hover > a,#primary-menu.sub-title > ul > li.current > a,#primary-menu.sub-title > div > ul > li:hover > a,#primary-menu.sub-title > div > ul > li.current > a {
  background-color: #A5CD39;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  border-top-color: rgba(0,0,0,0.1);
}

#primary-menu.sub-title > ul > li:hover > a span,#primary-menu.sub-title > ul > li.current > a span,#primary-menu.sub-title.style-2 > div > ul > li:hover > a span,#primary-menu.sub-title.style-2 > div > ul > li.current > a span {
  color: #EEE;
}

#primary-menu.sub-title.style-2 ul ul span {
  display: none;
}

/* Primary Menu - Style 2 with Sub Title
-----------------------------------------------------------------*/

#primary-menu.sub-title.style-2 > div > ul > li {
  background-position: left center;
}

#primary-menu.sub-title.style-2 div ul li:first-child,#primary-menu.sub-title.style-2 > div > ul > li:hover + li,#primary-menu.sub-title.style-2 > div > ul > li.current + li {
  background-image: none;
}

#primary-menu.sub-title.style-2 > div > ul > li > a {
  padding-top: 17px;
  padding-bottom: 22px;
}

/* Primary Menu - Split Menu
-----------------------------------------------------------------*/

@media (min-width: 992px) {
  #header.split-menu #logo {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: 100px;
  }

  #header.split-menu #logo a.standard-logo {
    display: inline-block;
  }
}

#header.split-menu #primary-menu {
  float: none;
  margin: 0;
}

#header.split-menu #primary-menu > ul {
  z-index: 199;
}

#header.split-menu #primary-menu > ul:first-child {
  float: left;
}

#header.split-menu #primary-menu > ul:last-child {
  float: right;
}

/* Primary Menu - Overlay Menu
-----------------------------------------------------------------*/

@media (min-width: 992px) {
  .overlay-menu #primary-menu > #overlay-menu-close {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 25px;
    left: auto;
    right: 25px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    text-align: center;
    color: #444;
    z-index: 300;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: opacity .4s ease, transform .45s .15s ease;
    -o-transition: opacity .4s ease, transform .45s .15s ease;
    transition: opacity .4s ease, transform .45s .15s ease;
  }

  .overlay-menu #primary-menu > ul {
    opacity: 0 !important;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 299;
    background: rgba(255,255,255,0.95);
    -webkit-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease;
  }

  .overlay-menu #primary-menu > ul.show {
    opacity: 1 !important;
    display: inherit !important;
    pointer-events: auto;
  }

  .overlay-menu #primary-menu > ul.show ~ #overlay-menu-close {
    opacity: 1;
    -webkit-transition: opacity .7s .4s ease, transform .45s .15s ease;
    -o-transition: opacity .7s .4s ease, transform .45s .15s ease;
    transition: opacity .7s .4s ease, transform .45s .15s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }

  .overlay-menu #primary-menu > ul > li {
    float: none;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }

  .overlay-menu #primary-menu > ul > li > a {
    font-size: 24px;
    padding-top: 19px;
    padding-bottom: 19px;
    letter-spacing: 2px;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
    -o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
    transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
  }

  .overlay-menu #primary-menu > ul.show > li > a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ----------------------------------------------------------------
  Top Search
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Top Cart
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Top Account
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Sticky Header
-----------------------------------------------------------------*/

#header,#header-wrap,#logo img {
  height: 100px;
  -webkit-transition: height .4s ease, opacity .3s ease;
  -o-transition: height .4s ease, opacity .3s ease;
  transition: height .4s ease, opacity .3s ease;
}

#header.sticky-style-2 {
  height: 161px;
}

#header.sticky-style-3 {
  height: 181px;
}

#header.sticky-style-2 #header-wrap {
  height: 60px;
}

#header.sticky-style-3 #header-wrap {
  height: 80px;
}

#primary-menu > ul > li > ul,#primary-menu > ul > li > .mega-menu-content,#primary-menu > ul > li.mega-menu > .mega-menu-content {
  -webkit-transition: top .4s ease;
  -o-transition: top .4s ease;
  transition: top .4s ease;
}

#header.sticky-header.semi-transparent {
  background-color: transparent;
}

#header-wrap {
  position: relative;
  z-index: 199;
  -webkit-backface-visibility: hidden;
}

#header.sticky-header #header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow:hidden;
}

#header #header-menu-bg {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  height:100%;
  width:100%;
  background: #57ca63;
  background: -moz-linear-gradient(-45deg, #57ca63 0%, #05abe0 100%);
  background: -webkit-linear-gradient(-45deg, #57ca63 0%,#05abe0 100%);
  background: linear-gradient(135deg, #57ca63 0%,#05abe0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57ca63', endColorstr='#05abe0',GradientType=1 );
  opacity:0;
  z-index: -1;
}

#header.semi-transparent.sticky-header #header-wrap {
  background-color: rgba(255,255,255,0.8);
}

#header.sticky-header:not(.static-sticky),#header.sticky-header:not(.static-sticky) #header-wrap {
  height: 60px;
}

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
  height: 60px;
  margin: 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
  padding-top: 19px;
  padding-bottom: 19px;
}

#header.sticky-header:not(.static-sticky).sticky-style-2,#header.sticky-header:not(.static-sticky).sticky-style-3 {
  height: 161px;
}

#header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu,#header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu {
  border-top: 0;
}

#header.sticky-header.sticky-style-2 #primary-menu {
  border-top: 0;
}

/* Primary Menu - Style 3
-----------------------------------------------------------------*/

#header.sticky-header:not(.static-sticky) #primary-menu.style-3 > ul > li > a {
  margin: 0;
  border-radius: 0;
}

/* Primary Menu - Style 4
-----------------------------------------------------------------*/

#header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 10px 0;
}

/* Primary Menu - Style 5
-----------------------------------------------------------------*/

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li {
  margin-left: 2px;
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li:first-child {
  margin-left: 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a {
  line-height: 22px;
  padding-top: 19px;
  padding-bottom: 19px;
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a > div {
  padding: 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a i {
  display: inline-block;
  width: 16px;
  top: -1px;
  margin: 0 6px 0 0;
  font-size: 14px;
  line-height: 22px;
}

/* Primary Menu - Sub Title
-----------------------------------------------------------------*/

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li,#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li {
  background: none !important;
  margin-left: 2px;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child,#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li:first-child {
  margin-left: 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a,#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > a {
  line-height: 22px;
  padding: 19px 15px;
  text-transform: none;
  font-size: 14px;
  border-top: 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span {
  display: none;
}

/* ----------------------------------------------------------------
  Page Menu
-----------------------------------------------------------------*/

#page-menu,#page-menu-wrap {
  position: relative;
  height: 44px;
  line-height: 44px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

#page-menu-wrap {
  z-index: 99;
  background-color: #A5CD39;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
}

#page-menu.sticky-page-menu #page-menu-wrap {
  position: fixed;
  z-index: 99;
  left: 0;
  width: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

#header.static-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap,#header.static-sticky ~ #content #page-menu.sticky-page-menu #page-menu-wrap {
  top: 100px;
}

#header ~ #page-menu.sticky-page-menu #page-menu-wrap,#header.no-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap,#header ~ #content #page-menu.sticky-page-menu #page-menu-wrap,#header.no-sticky ~ #content #page-menu.sticky-page-menu #page-menu-wrap {
  top: 0;
}

#header.sticky-header ~ #page-menu.sticky-page-menu #page-menu-wrap,#header.sticky-header ~ #content #page-menu.sticky-page-menu #page-menu-wrap {
  top: 60px;
}

#page-submenu-trigger {
  top: 0;
  margin-top: 0;
  left: auto;
  right: 15px;
  width: 40px;
  height: 44px;
  line-height: 44px;
}

#page-menu .menu-title {
  float: left;
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
}

#page-menu .menu-title span {
  font-weight: 600;
}

#page-menu nav {
  position: relative;
  float: right;
}

#page-menu nav ul {
  margin-bottom: 0;
  height: 44px;
}

#page-menu nav li {
  position: relative;
  float: left;
  list-style: none;
}

#page-menu nav li a {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 8px 4px;
  padding: 0 14px;
  color: #FFF;
  font-size: 14px;
  border-radius: 14px;
}

#page-menu nav li a .icon-angle-down {
  margin-left: 5px;
}

body:not(.device-touch) #page-menu nav li a {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#page-menu nav li:hover a,#page-menu nav li.current a {
  background-color: rgba(0,0,0,0.15);
}

#page-menu li:hover ul {
  display: block;
}

#page-menu ul ul {
  display: none;
  position: absolute;
  width: 150px;
  top: 44px;
  left: 0;
  z-index: 149;
  height: auto;
  background-color: #A5CD39;
}

#page-menu ul ul ul {
  display: none !important;
}

/* Disable Multi-Level Links */

#page-menu ul ul li {
  float: none;
}

#page-menu ul ul a {
  height: auto;
  line-height: 22px;
  margin: 0;
  padding: 8px 14px;
  border-radius: 0;
  background-color: rgba(0,0,0,0.15);
}

#page-menu ul ul li:hover a,#page-menu ul ul li.current a {
  background-color: rgba(0,0,0,0.3);
}

/* Page Menu - Dots Style
-----------------------------------------------------------------*/

@media (min-width: 992px) {
  #page-menu.dots-menu,  #page-menu.dots-menu #page-menu-wrap {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: auto;
    right: 20px;
    width: 24px;
    height: auto;
    line-height: 1.5;
    background-color: transparent;
    text-shadow: none;
  }

  #page-menu.dots-menu #page-menu-wrap {
    position: relative;
    box-shadow: none;
  }

  #page-menu.dots-menu .menu-title {
    display: none;
  }

  #page-menu.dots-menu nav {
    float: none;
    width: 24px;
  }

  #page-menu.dots-menu nav ul {
    height: auto;
  }

  #page-menu.dots-menu nav ul li {
    float: none;
    width: 14px;
    height: 14px;
    margin: 10px 6px;
  }

  #page-menu.dots-menu nav li a {
    position: relative;
    width: 10px;
    height: 10px;
    line-height: 1.5;
    padding: 0;
    margin: 0 2px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
    color: #777;
  }

  #page-menu.dots-menu nav li a:hover {
    background-color: rgba(0,0,0,0.7);
  }

  #page-menu.dots-menu nav li.current a {
    background-color: #A5CD39;
  }

  #page-menu.dots-menu nav li div {
    position: absolute;
    width: auto;
    top: -11px;
    right: 25px;
    background-color: #A5CD39;
    color: #FFF;
    padding: 5px 14px;
    white-space: nowrap;
    pointer-events: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    border-radius: 2px;
    opacity: 0;
  }

  body:not(.device-touch) #page-menu.dots-menu nav li div {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  #page-menu.dots-menu nav li div:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -6px;
    left: auto;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 6px solid #A5CD39;
  }

  #page-menu.dots-menu nav li a:hover div {
    opacity: 1;
    right: 30px;
  }
}

/* ----------------------------------------------------------------
  One Page
-----------------------------------------------------------------*/

.one-page-arrow {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  text-align: center;
  color: #222;
}

/* ----------------------------------------------------------------
  Side Header
-----------------------------------------------------------------*/

@media (min-width: 992px) {
  .side-header #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 260px;
    height: 100%;
    height: calc(100vh);
    background-color: #FFF;
    border: none;
    border-right: 1px solid #EEE;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
  }

  .side-header #header-wrap {
    width: 300px;
    height: 100%;
    overflow: auto;
    padding-right: 40px;
  }

  .side-header #header .container {
    width: 260px !important;
    padding: 0 30px !important;
    margin: 0 !important;
  }

  .side-header #logo {
    float: none;
    margin: 60px 0 40px;
  }

  .side-header #logo img {
    height: auto !important;
  }

  .side-header #logo:not(.nobottomborder):after,  .side-header #primary-menu:not(.nobottomborder):after {
    display: block;
    content: '';
    width: 20%;
    border-bottom: 1px solid #E5E5E5;
  }

  .side-header .center #logo:after {
    margin: 0 auto;
  }

  .side-header #primary-menu {
    margin-bottom: 30px;
  }

  .side-header #primary-menu:not(.nobottomborder):after {
    margin-top: 40px;
  }

  .side-header #primary-menu,  .side-header #primary-menu ul {
    float: none;
    height: auto;
  }

  .side-header #primary-menu ul li {
    float: none;
    margin: 15px 0 0;
  }

  .side-header #primary-menu ul li:first-child {
    margin-top: 0;
  }

  .side-header #primary-menu ul li a {
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-transform: uppercase;
  }

  .side-header #primary-menu ul li i {
    line-height: 24px;
  }

  .side-header #primary-menu ul ul {
    position: relative;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: none;
    height: auto;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 5px 0;
    padding-left: 12px;
  }

  .side-header #primary-menu ul ul ul {
    top: 0 !important;
    left: 0;
  }

  .side-header #primary-menu ul ul li {
    margin: 0;
    border: 0;
  }

  .side-header #primary-menu ul ul li:first-child {
    border-top: 0;
  }

  .side-header #primary-menu ul ul a {
    font-size: 12px;
    height: auto !important;
    line-height: 24px !important;
    padding: 2px 0 !important;
  }

  .side-header #primary-menu ul ul li:hover > a {
    background-color: transparent !important;
    color: #444 !important;
  }

  .side-header #primary-menu ul > li.sub-menu > a,  .side-header #primary-menu ul > li.sub-menu:hover > a {
    background-image: none !important;
  }

  .side-header #primary-menu ul > li.sub-menu > a:after {
    position: absolute;
    content: '\e7a5';
    top: 1px;
    right: 0;
    -webkit-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
  }

  .side-header #primary-menu ul > li.sub-menu:hover > a:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .side-header:not(.open-header) #wrapper {
    margin: 0 0 0 260px !important;
    width: auto !important;
  }

  .side-header:not(.open-header) #wrapper .container {
    width: auto;
    margin: 0 40px;
  }

  /* Side Header - Push Header
-----------------------------------------------------------------*/

  .side-header.open-header.push-wrapper {
    overflow-x: hidden;
  }

  .side-header.open-header #header {
    left: -260px;
  }

  .side-header.open-header.side-header-open #header {
    left: 0;
  }

  .side-header.open-header #wrapper {
    left: 0;
  }

  .side-header.open-header.push-wrapper.side-header-open #wrapper {
    left: 260px;
  }

  #header-trigger {
    display: none;
  }

  .side-header.open-header #header-trigger {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 20px;
    left: 20px;
    z-index: 11;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #FFF;
    text-align: center;
    border-radius: 2px;
  }

  .side-header.open-header.side-header-open #header-trigger {
    left: 280px;
  }

  .side-header.open-header #header-trigger i:nth-child(1),  .side-header.open-header.side-header-open #header-trigger i:nth-child(2) {
    display: block;
  }

  .side-header.open-header.side-header-open #header-trigger i:nth-child(1),  .side-header.open-header #header-trigger i:nth-child(2) {
    display: none;
  }

  .side-header.open-header #header,  .side-header.open-header #header-trigger,  .side-header.open-header.push-wrapper #wrapper {
    -webkit-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
  }

  /* Side Header - Right Aligned
-----------------------------------------------------------------*/

  .side-header.side-header-right #header {
    left: auto;
    right: 0;
    border: none;
    border-left: 1px solid #EEE;
  }

  .side-header.side-header-right:not(.open-header) #wrapper {
    margin: 0 260px 0 0 !important;
  }

  .side-header.side-header-right.open-header #header {
    left: auto;
    right: -260px;
  }

  .side-header.side-header-right.open-header.side-header-open #header {
    left: auto;
    right: 0;
  }

  .side-header.side-header-right.open-header.push-wrapper.side-header-open #wrapper {
    left: -260px;
  }

  .side-header.side-header-right.open-header #header-trigger {
    left: auto;
    right: 20px;
  }

  .side-header.side-header-right.open-header.side-header-open #header-trigger {
    left: auto;
    right: 280px;
  }

  .side-header.side-header-right.open-header #header,  .side-header.side-header-right.open-header #header-trigger {
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
  }
}

/* ----------------------------------------------------------------
  Side Push Panel
-----------------------------------------------------------------*/

.body-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: -1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* ----------------------------------------------------------------
  Slider
-----------------------------------------------------------------*/

#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-parallax {
  position: relative;
}

.slider-parallax,.slider-parallax .swiper-container {
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

.slider-parallax .slider-parallax-inner {
  position: fixed;
  width: 100%;
  height: 100%;
}

#slider.slider-parallax.slider-parallax-invisible {
  opacity: 0;
}

.top-parallax-container,#mid-parallax-container {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
}

.top-parallax-container .top-parallax-background,#mid-parallax-container img {
  max-width: inherit;
  width: 120%;
  height: auto;
  z-index: 2;
  position: absolute;
  top: -10%;
  left: -10%;
}

#mid-parallax-container img {
  bottom: -10%;
  top: inherit;
}

.top-parallax-container .top-parallax-cloud {
  position: absolute;
  z-index: 3;
  max-width: inherit;
}

.top-parallax-container .top-parallax-cloud.cloud3 {
  left: -20%;
}

.device-touch .slider-parallax .slider-parallax-inner {
  position: relative;
}

body:not(.side-header) .slider-parallax .slider-parallax-inner {
  left: 0;
}

body:not(.stretched) .slider-parallax .slider-parallax-inner {
  left: auto;
}

#header.transparent-header + .slider-parallax .slider-parallax-inner {
  top: 0;
}

.slider-parallax .slider-parallax-inner,.slider-parallax .slider-caption,.slider-parallax .ei-title {
  will-change: transform;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: transform 0s linear;
  -webkit-backface-visibility: hidden;
}

/* Boxed Slider
-----------------------------------------------------------------*/

/* Flex Slider - Thumbs
-----------------------------------------------------------------*/

/* Flex Thumbs - Flexible
-----------------------------------------------------------------*/

/* Swiper Slider
-----------------------------------------------------------------*/

.swiper_wrapper {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.full-screen .swiper_wrapper {
  height: auto;
}

.swiper_wrapper .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url('images/pattern2.png') repeat;
}

.swiper_wrapper .swiper-slide {
  position: relative;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.swiper-slide [data-caption-animate] {
  -webkit-backface-visibility: hidden;
}

.swiper-slide .video-wrap,.section .video-wrap,.swiper-slide .yt-bg-player,.section .yt-bg-player {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

#slider .container {
  position: relative;
  height: 100%;
  z-index: 5;
}

#slider.canvas-slider .swiper-slide img {
  width: 100%;
}

#slider.canvas-slider a {
  display: block;
  height: 100%;
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  z-index: 20;
  margin: 0;
  top: auto;
  bottom: 20px !important;
  text-align: center;
  line-height: 1;
}

.swiper-pagination span {
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.swiper-pagination span:hover {
  background-color: #FFF !important;
}

/* Revolution Slider
-----------------------------------------------------------------*/

/* Video Overlay
-----------------------------------------------------------------*/

.video-wrap {
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
  background: #222;
}

.video-wrap video {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 55px 0 0 0;
}

.video-overlay,.video-placeholder {
  position: relative;
  width: 100%;
  height: 1000px;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.9);
  -webkit-backface-visibility: hidden;
}

.video-placeholder {
  z-index: 4;
  background-repeat: no-repeat !important;
}

/* Slider Caption
-----------------------------------------------------------------*/

.slider-caption,.flex-caption {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 20;
  max-width: 550px;
  color: #EEE;
  font-size: 22px;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
  -webkit-transition: top .3s ease;
  -o-transition: top .3s ease;
  transition: top .3s ease;
}

.slider-caption:not(.dark),.slider-caption:not(.dark) h2 {
  color: #222;
  text-shadow: none;
}

.slider-caption h2 {
  font-size: 64px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.slider-caption p {
  margin-bottom: 10px;
  font-size: 24px;
}

.slider-caption.slider-caption-right {
  left: auto;
  right: 15px;
}

.slider-caption.slider-caption-center {
  position: relative;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.slider-caption-bg {
  padding: 5px 12px;
  border-radius: 2px;
  background-color: rgba(0,0,0,0.6);
  top: auto;
  bottom: 50px;
  left: 50px;
}

.slider-caption-bg.slider-caption-bg-light {
  background-color: rgba(255,255,255,0.8);
  color: #333;
  font-weight: 400;
  text-shadow: none;
}

.slider-caption-top-left {
  top: 50px;
  bottom: auto;
}

.slider-caption-top-right {
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.slider-caption-bottom-right {
  left: auto;
  right: 50px;
}

/* Slider Arrows
-----------------------------------------------------------------*/

#slider .owl-carousel {
  margin: 0;
}

#slider-arrow-left,#slider-arrow-right,.camera_prev,.camera_next,#slider .owl-prev,#slider .owl-next,.flex-prev,.flex-next,.slider-arrow-top-sm,.slider-arrow-bottom-sm {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  left: 0;
  margin-top: -26px;
  background-color: rgba(0,0,0,0.3);
  width: 30px;
  height: 40px;
  border: 0;
  border-radius: 0 3px 3px 0;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.slider-arrow-top-sm,.slider-arrow-bottom-sm {
  top: auto;
  bottom: 57px;
  left: auto;
  right: 20px;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
  bottom: 20px;
  border-radius: 0 0 3px 3px;
}

.fslider[data-thumbs="true"] .flex-prev,.fslider[data-thumbs="true"] .flex-next {
  margin-top: -64px;
}

#slider .owl-prev,#slider .owl-next {
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

#slider-arrow-right,.camera_next,#slider .owl-next,.flex-next {
  left: auto;
  right: 0;
  border-radius: 3px 0 0 3px;
}

#slider-arrow-left i,#slider-arrow-right i,.camera_prev i,.camera_next i,#slider .owl-prev i,#slider .owl-next i,.flex-prev i,.flex-next i,.slider-arrow-top-sm i,.slider-arrow-bottom-sm i {
  line-height: 40px;
  width: 30px;
  height: 40px;
  color: #DDD;
  color: rgba(255,255,255,0.8);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 34px;
  text-align: center;
}

.slider-arrow-top-sm i,.slider-arrow-bottom-sm i {
  width: 32px;
  height: 32px;
  margin: 0;
  line-height: 30px;
  font-size: 18px;
  color: #FFF;
  color: rgba(255,255,255,1);
}

#slider .owl-prev i {
  margin-left: 0;
}

#slider-arrow-right i,.camera_next i {
  margin-left: 10px;
}

#slider .owl-next i {
  margin-right: 4px;
}

#slider .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#slider .owl-nav div,#slider:hover .owl-nav {
  opacity: 1;
}

#slider-arrow-left:hover,#slider-arrow-right:hover,.camera_prev:hover,.camera_next:hover,#slider .owl-prev:hover,#slider .owl-next:hover,.flex-prev:hover,.flex-next:hover,.slider-arrow-top-sm:hover,.slider-arrow-bottom-sm:hover {
  background-color: rgba(0,0,0,0.6) !important;
}

/* Slide Number
-----------------------------------------------------------------*/

#slide-number {
  position: absolute;
  opacity: 0;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  width: 36px;
  height: 40px;
  text-align: center;
  color: rgba(255,255,255,0.8);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#slider:hover #slide-number {
  opacity: 1;
}

#slide-number-current,#slide-number-total {
  position: absolute;
  line-height: 1;
  top: 5px;
  left: 0;
}

#slide-number-total {
  top: auto;
  bottom: 5px;
  left: auto;
  right: 0;
}

#slide-number span {
  display: block;
  font-size: 32px;
  line-height: 40px;
}

/* Pagination
-----------------------------------------------------------------*/

#slider .owl-dots {
  position: absolute;
  width: 100%;
  z-index: 20;
  margin: 0;
  top: auto;
  bottom: 15px;
}

#slider .owl-dots span {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #FFF;
}

#slider .owl-dots .owl-dot.active span,#slider .owl-dots .owl-dot:hover span {
  background-color: #FFF !important;
}

/* ----------------------------------------------------------------
  Page Title
-----------------------------------------------------------------*/

#page-title {
  position: relative;
  padding: 50px 0;
  background-color: #F5F5F5;
  border-bottom: 1px solid #EEE;
}

#page-title .container {
  position: relative;
}

#page-title h1 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
  font-size: 28px;
  text-transform: uppercase;
}

#page-title span {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #777;
  font-size: 18px;
}

/* Page Title - Dark
-----------------------------------------------------------------*/

#page-title.page-title-dark {
  background-color: #333;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15) !important;
  border-bottom: none;
}

#page-title.page-title-dark h1 {
  color: rgba(255,255,255,0.9) !important;
}

#page-title.page-title-dark span {
  color: rgba(255,255,255,0.7);
}

/* Page Title - Right Aligned
-----------------------------------------------------------------*/

#page-title.page-title-right {
  text-align: right;
}

/* Page Title - Center Aligned
-----------------------------------------------------------------*/

#page-title.page-title-center {
  text-align: center;
}

#page-title.page-title-center span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Page Title - Background Pattern
-----------------------------------------------------------------*/

#page-title.page-title-pattern {
  background-image: url('images/pattern.png');
  background-repeat: repeat;
  background-attachment: fixed;
}

/* Page Title - Parallax Background
-----------------------------------------------------------------*/

#page-title.page-title-parallax {
  padding: 100px 0;
  text-shadow: none;
  border-bottom: none;
}

#page-title.page-title-parallax h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
}

#page-title.page-title-parallax span {
  font-size: 22px;
}

#page-title.page-title-parallax {
  background-color: transparent;
  background-image: url('images/parallax/parallax-bg.jpg');
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

/* Page Title - Mini
-----------------------------------------------------------------*/

#page-title.page-title-mini {
  padding: 20px 0;
}

#page-title.page-title-mini h1 {
  font-weight: 600;
  font-size: 18px;
  color: #444;
}

#page-title.page-title-mini span {
  display: none;
}

/* Page Title - No Background
-----------------------------------------------------------------*/

/* Page Title - Video
-----------------------------------------------------------------*/

#page-title.page-title-video {
  background: none;
  position: relative;
  overflow: hidden;
}

#page-title.page-title-video .container {
  z-index: 3;
}

#page-title.page-title-video .video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#page-title.page-title-video .video-wrap video {
  width: 100%;
}

/* ----------------------------------------------------------------
  Content
-----------------------------------------------------------------*/

#content {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}

#content-transparent {
  position: relative;
  overflow: hidden;
  background: transparent;
  text-align: center;
  padding: 100px 0 180px 0;
}

#content-transparent h1,#content-transparent h3,#content-transparent p {
  color: #FFF;
}

svg {
  max-width: 100%;
  height: auto;
}

svg .lined path,svg .lined polygon {
  stroke: #FFF;
  stroke-width: 8000;
  stroke-dasharray: 10000000;
  stroke-dashoffset: 10000000;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

svg .lined path.green-line,svg .lined polygon.green-line {
  stroke: #a5cd39;
}

svg .lined.animate path,svg .lined.animate polygon {
  animation: dash 10s linear infinite;
}

svg .lined.static path,svg .lined.static polygon {
  stroke: #FFF;
  stroke-width: 10000;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: inherit;
  stroke-dashoffset: inherit;
}

svg .lined.static path.green-line,svg .lined.static polygon.green-line {
  stroke: #a5cd39;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

#about-text svg:nth-child(1) {
  max-height: 450px;
  width: auto;
  margin: 0 auto;
}

#content p {
  line-height: 1.8;
}

.content-wrap {
  position: relative;
  padding: 80px 0;
}

#content .container {
  position: relative;
}

#content #cases {
  padding: 80px 0 80px 0;
  background-size: cover;
  background-position-x: center !important;
}

body.device-xxs #content #cases, body.device-xs #content #cases, body.device-sm #content #cases {
  background-position:  center center !important;
}

.jobs-page #content #cases {
  padding: 70px 0 120px 0;
}

#more-about {
  background-color: #fcfcfc;
  padding: 50px 0;
  color: #555;
}

#more-about .client-text p , #our-team .our-team-text p {
  text-align:justify;
}

#content #cases *,#our-team * {
  color: #FFF;
  text-align: center;
}

#content #cases .gptw-call-text , #content #cases .gptw-call-img {
  padding: 50px 0;
}

#content #cases .gptw-call-text.heading-block:after {
  display: none;
}

#content #cases .gptw-call-text * {
  text-align: left;
}

#content #cases .gptw-call-img {
  
}

#content #cases .heading-block:after, #more-about .heading-block:after, #presentation .heading-block:after {
  border-color: #FFF;
}

.jobs-page #content #cases .heading-block:after, #more-about .heading-block:after {
  margin-top: 50px;
}

#content #cases .heading-block h1,#content #cases .heading-block h2,#content #clients .heading-block h1,#content-transparent .heading-block h1,
#more-about .heading-block h1,#our-team .heading-block h1,#contact .heading-block h1,
#presentation .heading-block h1, #content .row.custom-block-title .heading-block h1{
  font-size: 50px;
  font-weight: 300;
}

#content #cases .heading-block h1 strong,#content #cases .heading-block h2 strong,#content #clients .heading-block h1 strong,#content-transparent .heading-block h1 strong,
#more-about .heading-block h1 strong,#our-team .heading-block h1 strong,#contact .heading-block h1 strong,
#presentation .heading-block h1 strong, #content .row.custom-block-title .heading-block h1 strong {
  display: block;
  font-size: 30px;
}

#content div.cases-item p,#content div.cases-item li,#content div.clients-item p,#more-about p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

#content div.cases-item .heading-block:after,#content #clients div.clients-item .heading-block:after,#content-transparent .about-text .heading-block:after {
  content: '';
  display: block;
  margin: 19px 0 0 0;
  width: 100px;
  border-top: 2px solid;
  left: inherit;
}

#more-about .heading-block:after {
  content: '';
  display: block;
  margin: 19px 0 0 -50px;
  width: 100px;
  border-top: 2px solid;
}

#content #clients {
  background: #FFF;
  text-align: center;
}

#content #clients div.clients-item .client-logo,#more-about .client-logo {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 20px 50px;
}

#content #clients div.clients-item .client-logo div,#more-about .client-logo div {
  width: 100%;
  display: block;
  position: absolute;
  height: 60px;
  margin: -30px 0 0 0;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
}

#content #clients div.clients-item .client-logo div img,#more-about .client-logo div img {
  position: relative;
  max-width: 70%;
}

#content #clients div.clients-item .client-text.tleft,#more-about .client-text.tleft {
  padding: 20px 0 20px 50px;
}

#content #clients div.clients-item .client-text.tright,#more-about .client-text.tright {
  padding: 20px 50px 20px 0;
}

#what-boxes div[class^=col-] {
  margin: 0 0 100px 0;
}

#more-about .animated-icon {
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
}

#more-about .animated-icon svg {
  height: 200px;
  width: auto;
}

#more-about div[class^=col-] {
  padding: 0 70px;
}

#more-about div[class^=col-].featured-box {
  box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.05);
  margin: 0;
  background: #fcfcfc;
  border-radius: 3px;
}

.heading-block.line-red:after {
  border-color: #a50000 !important;
}

.heading-block.line-green:after {
  border-color: #a5cd39 !important;
}

.heading-block.line-orange:after {
  border-color: #FF5722 !important;
}

.heading-block.line-blue:after {
  border-color: #3F51B5 !important;
}

.heading-block.line-cyan:after {
  border-color: #00cad4 !important;
}

#content div.cases-item ul.cases-dots {
  list-style: none;
}

#content div.cases-item ul.cases-dots li:before {
  content: "\e7e0";
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin: 0 10px 0 0;
  color: #a5cd39;
}

#content div.cases-item .parallax {
  background-position: center center;
  position: relative;
  white-space: nowrap;
}

#content div.cases-item .parallax div {
  width: 100%;
  display: block;
  position: absolute;
  height: 60px;
  margin: -30px 0 0 0;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
}

#content div.cases-item .parallax div img {
  position: relative;
  height: 60px;
}

#content #about {
  background: transparent;
}

.grid-container {
  position: relative;
  overflow: hidden;
}

body:not(.device-touch) .grid-container {
  -webkit-transition: height .4s ease;
  -o-transition: height .4s ease;
  transition: height .4s ease;
}

#our-team {
  background: transparent;
}


#content #clients-testimonials {
  padding: 60px 0 120px 0;
  position: relative;
}


#content #clients-testimonials h1, #content #clients-testimonials p {
  text-align: center;
}


#our-team #team-faces {
  position: relative;
  overflow: hidden;
}

#our-team #team-faces .team-faces-overlay {
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.6s;
  padding: 80px 0;
}



#our-team #team-faces .our-team-item {
  min-height: 130px;
  background-size: cover;
  opacity: 0.15;
  transition: all ease-in-out 0.15s;
}

#contact h1 {
  text-align: center;
}

.mini-card {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 30px;
  margin: 0 0 15px 0;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.mini-card p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.4px;
  word-break: break-all;
}

.mini-card p span {
  margin: 0 8px 0 0;
}

.mini-card h5 {
  font-size: 18px;
}

/* ----------------------------------------------------------------
  Portfolio
-----------------------------------------------------------------*/

/* Portfolio - Filter
-----------------------------------------------------------------*/

.portfolio-filter {
  position: relative;
  margin: 0 0 40px 0;
  list-style: none;
  border: 1px solid rgba(0,0,0,0.07);
  float: left;
  border-radius: 4px;
}

.portfolio-filter li {
  float: left;
  position: relative;
}

.portfolio-filter li a {
  display: block;
  position: relative;
  padding: 12px 18px;
  font-size: 13px;
  line-height: 15px;
  color: #666;
  border-left: 1px solid rgba(0,0,0,0.07);
}

.portfolio-filter li:first-child a {
  border-left: none;
  border-radius: 4px 0 0 4px;
}

.portfolio-filter li:last-child a {
  border-radius: 0 4px 4px 0;
}

.portfolio-filter li a:hover {
  color: #A5CD39;
}

/* Portfolio - Filter: Style 2
-----------------------------------------------------------------*/

.portfolio-filter.style-2,.portfolio-filter.style-3,.portfolio-filter.style-4 {
  border: none;
  border-radius: 0;
}

.portfolio-filter.style-2 li,.portfolio-filter.style-3 li,.portfolio-filter.style-4 li {
  margin-bottom: 10px;
}

.portfolio-filter.style-2 li:not(:first-child),.portfolio-filter.style-3 li:not(:first-child) {
  margin-left: 10px;
}

.portfolio-filter.style-2 li a,.portfolio-filter.style-3 li a,.portfolio-filter.style-4 li a {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 22px;
  border: none;
}

/* Portfolio - Filter: Style 3
-----------------------------------------------------------------*/

.portfolio-filter.style-3 li a {
  border: 1px solid transparent;
}

/* Portfolio - Filter: Style 4
-----------------------------------------------------------------*/

.portfolio-filter.style-4 li:not(:first-child) {
  margin-left: 30px;
}

.portfolio-filter.style-4 li a {
  padding: 13px 5px;
  font-size: 15px;
  border-radius: 0;
}

.portfolio-filter.style-4 li a:after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Portfolio - Center Aligned
-----------------------------------------------------------------*/

.portfolio-filter.center.style-2 li,.portfolio-filter.center.style-3 li,.portfolio-filter.center.style-4 li {
  display: inline-block;
  float: none;
}

/* Portfolio - Shuffle Icon
-----------------------------------------------------------------*/

/* Portfolio - Items
-----------------------------------------------------------------*/

.portfolio {
  position: relative;
  margin: 0 -12px -12px 0;
}

body:not(.device-touch) .portfolio {
  -webkit-transition: height .4s linear;
  -o-transition: height .4s linear;
  transition: height .4s linear;
}

.portfolio-item {
  float: left;
  position: relative;
  width: 25%;
  height: auto;
  padding: 0 12px 12px 0;
}

.portfolio-item .portfolio-image {
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio-image,.portfolio-item .portfolio-image a,.portfolio-item .portfolio-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* Portfolio - Item Title
-----------------------------------------------------------------*/

.portfolio-desc {
  z-index: 3;
  padding: 15px 5px 10px;
}

.portfolio-desc h3 {
  margin: 0;
  padding: 0;
  font-size: 19px;
}

.portfolio-desc h3 a {
  color: #222;
}

.portfolio-desc h3 a:hover {
  color: #A5CD39;
}

.portfolio-desc span {
  display: block;
  margin-top: 3px;
  color: #888;
}

.portfolio-desc span a {
  color: #888;
}

.portfolio-desc span a:hover {
  color: #000;
}

/* Portfolio - No Margin
-----------------------------------------------------------------*/

.portfolio.portfolio-nomargin,.portfolio.portfolio-full {
  margin: 0 !important;
}

.portfolio-nomargin .portfolio-item,.portfolio-full .portfolio-item {
  padding: 0 !important;
}

.portfolio-nomargin .portfolio-desc {
  padding: 15px 10px 15px;
}

/* Portfolio - 100% Full Width
-----------------------------------------------------------------*/

.portfolio.portfolio-full {
  margin: 0 !important;
  width: 100.4%;
}

.portfolio-full .portfolio-item {
  overflow: hidden !important;
}

.portfolio-full .portfolio-desc {
  padding: 15px;
}

/* Portfolio - Sidebar
-----------------------------------------------------------------*/

/* Portfolio - Sidebar - No Title
-----------------------------------------------------------------*/

/* Portfolio - Both Sidebars
-----------------------------------------------------------------*/

/* Portfolio - Items - 3 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-3 {
  margin: 0 -15px -15px 0;
}

.portfolio-3 .portfolio-item {
  width: 33.33333333%;
  padding: 0 15px 15px 0;
}

/* Portfolio - Sidebar - Items - 3 Columns
-----------------------------------------------------------------*/

/* Portfolio - Sidebar - Items - 3 Columns - No Title
-----------------------------------------------------------------*/

/* Portfolio - Both Sidebars - Items - 3 Columns
-----------------------------------------------------------------*/

/* Portfolio - Both Sidebars - Items - 3 Columns - No Title
-----------------------------------------------------------------*/

/* Portfolio - Items - 2 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-2 {
  margin: 0 -20px -20px 0;
}

.portfolio-2 .portfolio-item {
  width: 50%;
  padding: 0 20px 20px 0;
}

.portfolio-2 .portfolio-desc {
  padding: 20px 5px 10px;
}

.portfolio-2 .portfolio-desc h3 {
  font-size: 21px;
}

.portfolio-2 .portfolio-desc span {
  margin-top: 4px;
  font-size: 14px;
}

/* Portfolio - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/

.portfolio-2.portfolio-nomargin .portfolio-desc {
  padding: 20px 15px 20px;
}

/* Portfolio - Items - 2 Columns - No Title
-----------------------------------------------------------------*/

/* Portfolio - Sidebar - Items - 2 Columns
-----------------------------------------------------------------*/

/* Portfolio - Sidebar - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/

/* Portfolio - Sidebar - Items - 2 Columns - No Title
-----------------------------------------------------------------*/

/* Portfolio - Both Sidebars - Items - 2 Columns
-----------------------------------------------------------------*/

/* Portfolio - Both Sidebars - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/

/* Portfolio - Both Sidebars - Items - 2 Columns - No Title
-----------------------------------------------------------------*/

/* Portfolio - Items - 5 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-5 {
  margin: 0 -10px -10px 0;
}

.portfolio-5 .portfolio-item {
  width: 20%;
  padding: 0 10px 10px 0;
}

.portfolio-5 .portfolio-desc h3 {
  font-size: 17px;
}

/* Portfolio - Items - 5 Columns - No Title
-----------------------------------------------------------------*/

/* Portfolio - Sidebar - Items - 5 Columns
-----------------------------------------------------------------*/

/* Portfolio - Sidebar - Items - 5 Columns - No Title
-----------------------------------------------------------------*/

/* Portfolio - Items - 6 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-6 {
  margin: 0 -6px -6px 0;
}

.portfolio-6 .portfolio-item {
  width: 16.66666667%;
  padding: 0 6px 6px 0;
}

.portfolio-6 .portfolio-desc h3 {
  font-size: 15px;
}

.portfolio-6 .portfolio-desc span {
  font-size: 12px;
}

/* Portfolio - Items - 6 Columns - No Title
-----------------------------------------------------------------*/

/* Portfolio - Items - 1 Column
-----------------------------------------------------------------*/

.portfolio.portfolio-1 {
  margin: 0 0px -40px 0;
}

.portfolio-1 .portfolio-item {
  float: none;
  width: 100%;
  margin: 0 0 40px 0;
  padding-bottom: 40px;
  padding-right: 0;
  border-bottom: 1px solid #EEE;
}

.portfolio-1 .portfolio-item .portfolio-image {
  float: left;
  margin-right: 40px;
}

.portfolio-1 .portfolio-item.alt .portfolio-image {
  float: right;
  margin: 0 0 0 40px;
}

.portfolio-1 .portfolio-item .portfolio-image,.portfolio-1 .portfolio-item .portfolio-image a,.portfolio-1 .portfolio-item .portfolio-image img {
  display: block;
  width: 720px;
  height: 400px;
}

.portfolio-1 .portfolio-desc {
  float: left;
  width: 380px;
  padding: 10px 0;
}

.portfolio-1 .alt .portfolio-desc {
  float: right;
}

.portfolio-1 .portfolio-desc h3 {
  font-size: 22px;
}

.portfolio-1 .portfolio-desc span {
  margin-top: 6px;
  font-size: 14px;
}

.portfolio-1 .portfolio-desc p {
  margin: 20px 0 25px;
  font-size: 14px;
}

.portfolio-1 .portfolio-desc li {
  margin: 3px 0;
}


.portfolio.portfolio-1.portfolio-fullwidth {
  margin: 0 0 -60px 0;
}

.portfolio-1.portfolio-fullwidth .portfolio-item {
  margin-bottom: 60px;
  padding: 0;
  border-bottom: 0;
  overflow: hidden;
}

.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
  float: none;
  margin: 0 !important;
}

.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
  width: 1140px;
  height: 500px;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
}

.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
}

.portfolio-1.portfolio-fullwidth .portfolio-desc {
  position: absolute;
  float: none;
  width: 380px;
  height: 100%;
  padding: 30px;
  background-color: #F9F9F9;
  top: 0;
  left: auto;
  right: -380px;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-desc {
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}

.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-desc {
  right: 0;
}

.portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
  left: -380px;
  right: auto;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
  -webkit-transition: left .3s ease-in-out;
  -o-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-desc {
  left: 0;
}

.portfolio-1.portfolio-fullwidth .portfolio-overlay a {
  left: 33%;
}

.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
  left: auto;
  right: 33%;
}

/* Portfolio - Items - 1 Column - Full Width - Sidebar
-----------------------------------------------------------------*/

/* Portfolio - Items - 1 Column - Full Width - Both Sidebar
-----------------------------------------------------------------*/

/* Portfolio - Parallax
-----------------------------------------------------------------*/

.portfolio.portfolio-parallax {
  margin: 0 !important;
}

.portfolio.portfolio-parallax .portfolio-item {
  float: none;
  width: 100% !important;
  height: 500px !important;
  margin: 0 !important;
}

.portfolio.portfolio-parallax .portfolio-item .portfolio-image {
  width: 100% !important;
  height: 500px !important;
  background-attachment: fixed;
}

.portfolio.portfolio-parallax .portfolio-desc {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -57px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
  padding: 0;
  opacity: 0;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc {
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc {
  opacity: 1;
}

.portfolio.portfolio-parallax .portfolio-desc h3 {
  font-size: 44px;
  font-weight: 300;
  letter-spacing: -1px;
}

.portfolio.portfolio-parallax .portfolio-desc h3 a {
  color: #FFF;
}

.portfolio.portfolio-parallax .portfolio-desc h3 a:hover {
  color: #DDD;
}

.portfolio.portfolio-parallax .portfolio-desc span {
  margin-top: 12px;
  font-size: 16px;
  color: #CCC;
}

.portfolio.portfolio-parallax .portfolio-desc span a {
  color: #DDD;
}

.portfolio.portfolio-parallax .portfolio-desc span a:hover {
  color: #BBB;
}

.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider {
  width: 100%;
  text-align: center;
  margin: 15px 0 0;
}

.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
  display: inline-block;
  width: 50px;
  height: 0;
  border-bottom: 1px solid #FFF;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
  -webkit-transition: width .5s ease-in-out;
  -o-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
}

.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc .portfolio-divider div {
  width: 120px;
}

.portfolio.portfolio-parallax .portfolio-overlay {
  background-color: rgba(0,0,0,0.4);
}

/* Portfolio - Overlay
-----------------------------------------------------------------*/

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #F5F5F5;
  width: 40px !important;
  height: 40px !important;
  margin: -28px 0 0 -44px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #444;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a {
  -webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
  -o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
  transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
}



.portfolio-overlay a.right-icon {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -44px;
}

.portfolio-overlay a.center-icon {
  display: block;
  margin: -20px 0 0 -20px;
  opacity: 0;
}

.portfolio-item:hover a.center-icon {
  opacity: 1;
}

.portfolio-overlay a:hover {
  color: #A5CD39;
  background-color: #EEE;
}

.portfolio-item:hover .portfolio-overlay a.left-icon,.portfolio-item:hover .portfolio-overlay a.right-icon {
  margin-top: -18px;
}

.portfolio-overlay a i.icon-line-play {
  position: relative;
  left: 2px;
}

.portfolio-overlay .portfolio-desc {
  position: relative;
  padding: 0 !important;
  margin: 0;
  text-align: center;
}

.portfolio-overlay .portfolio-desc a {
  display: inline;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  font-size: inherit;
  width: auto !important;
  height: auto !important;
  line-height: 1;
  background-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.portfolio-overlay .portfolio-desc h3 {
  font-weight: 600;
  color: #F5F5F5 !important;
  line-height: 1;
}

.portfolio-overlay .portfolio-desc h3 a {
  color: #F5F5F5 !important;
}

.portfolio-overlay .portfolio-desc span {
  margin-top: 7px;
  color: #DDD !important;
}

.portfolio-overlay .portfolio-desc span a {
  color: #DDD !important;
  font-size: inherit;
}

.portfolio-overlay .portfolio-desc ~ a {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  margin: 20px 0 0 !important;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc ~ a {
  -webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
  -o-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
  transition: color .2s linear, background-color .2s linear, opacity .2s linear;
}

.portfolio-overlay .portfolio-desc ~ a.right-icon {
  left: 0;
  right: 0;
  margin-left: 5px !important;
  margin-right: 0 !important;
}

.portfolio-overlay .portfolio-desc a:hover {
  background: transparent;
}

/* Portfolio Single
-----------------------------------------------------------------*/



/* Portfolio Single - Image
-----------------------------------------------------------------*/

.portfolio-single-image > a,.portfolio-single-image .slide a,.portfolio-single-image img,.portfolio-single-image iframe,.portfolio-single-image video {
  display: block;
  width: 100%;
}

.portfolio-single-image-full {
  position: relative;
  height: 600px;
  overflow: hidden;
  margin: -80px 0 80px !important;
}

.portfolio-single-video {
  height: auto !important;
}

/* Portfolio Single - Gallery Thumbs
-----------------------------------------------------------------*/

.portfolio-single-image-full .swiper-container {
  width: 100%;
  height: 600px;
  background-color: #333;
}

.portfolio-single-image-full .swiper-slide {
  overflow: hidden;
}

.portfolio-single-image-full .swiper-slide img {
  width: 100%;
  height: auto;
}

/* Portfolio & Blog Single - Masonry
-----------------------------------------------------------------*/

/* Portfolio Single - Content
-----------------------------------------------------------------*/

.portfolio-single-content {
  font-size: 14px;
}

.portfolio-single-content h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 600 !important;
}

.portfolio-ajax-modal {
  width: 1000px !important;
}

.modal-padding {
  padding: 40px;
}

.ajax-modal-title {
  background-color: #F9F9F9;
  border-bottom: 1px solid #EEE;
  padding: 25px 40px;
}

.ajax-modal-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

#portfolio-ajax-wrap {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .4s ease;
  -o-transition: max-height .4s ease;
  transition: max-height .4s ease;
}

#portfolio-ajax-container {
  display: none;
  padding-bottom: 60px;
}

#portfolio-ajax-single h2 {
  font-size: 26px;
}

/* Portfolio Single - Meta
-----------------------------------------------------------------*/

.portfolio-meta {
  list-style: none;
  font-size: 14px;
}

.portfolio-meta li {
  margin: 10px 0;
  color: #666;
}

.portfolio-meta li:first-child {
  margin-top: 0;
}

.portfolio-meta li span {
  display: inline-block;
  width: 150px;
  font-weight: bold;
  color: #333;
}

.portfolio-meta li span i {
  position: relative;
  top: 1px;
  width: 14px;
  text-align: center;
  margin-right: 7px;
}

/* Portfolio Single Navigation
-----------------------------------------------------------------*/

/* Individual Portfolio Item
-----------------------------------------------------------------*/

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

#posts {
  position: relative;
}

/* Small Thumbs
-----------------------------------------------------------------*/

/* Small Thumbs - Right
-----------------------------------------------------------------*/

/* Small Thumbs - Both Sidebar
-----------------------------------------------------------------*/

/* Blog - Grid
-----------------------------------------------------------------*/

.post-grid {
  margin-right: -28px;
}

/* Blog - Grid - 3 Columns
-----------------------------------------------------------------*/

.post-grid.grid-3 {
  margin-right: -30px;
}

/* Blog - Grid - 3 Columns - Sidebar
-----------------------------------------------------------------*/

/* Blog - Grid - 2 Columns
-----------------------------------------------------------------*/

.post-grid.grid-2 {
  margin-right: -40px;
}

/* Blog - Grid - 2 Columns - Sidebar
-----------------------------------------------------------------*/

/* Blog - Grid - 2 Columns - Both Sidebar
-----------------------------------------------------------------*/

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

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

/* Blog - Timeline
-----------------------------------------------------------------*/

.timeline-border {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -71px;
  width: 0;
  border-left: 1px dashed #CCC;
  height: 100%;
}

.post-timeline {
  margin-right: -140px !important;
}

/* Blog - Timeline - Sidebar
-----------------------------------------------------------------*/

/* Individual Post
-----------------------------------------------------------------*/

.more-link {
  display: inline-block;
  border-bottom: 1px solid #A5CD39;
  padding: 0 2px;
  font-family: 'Crete Round', serif;
  font-style: italic;
}

.more-link:hover {
  border-bottom-color: #555;
}

/* Related Posts
-----------------------------------------------------------------*/

.overlay-icon {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(0,0,0,0.2);
  text-align: center;
}

.overlay-icon i {
  line-height: 48px;
  font-size: 28px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* Small Post
-----------------------------------------------------------------*/

/* Medium Post
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Blog - Author
-----------------------------------------------------------------*/

.author-image {
  float: left;
  width: 84px;
  height: 84px;
  margin-right: 15px;
}

.author-image img {
  width: 84px;
  height: 84px;
}

/* ----------------------------------------------------------------
  Comments List
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Comment Form
-----------------------------------------------------------------*/

.fb_iframe_widget,.fb_iframe_widget > span,.fb_iframe_widget > span > iframe {
  display: block !important;
  width: 100% !important;
  margin: 0;
}

/* Post Elements
-----------------------------------------------------------------*/

/* Infinity Scroll - Message Style
-----------------------------------------------------------------*/

#portfolio-ajax-loader {
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  background-color: rgba(0,0,0,0.7);
  border-radius: 3px;
  line-height: 48px;
  font-size: 24px;
  color: #FFF;
  text-align: center;
}

#portfolio-ajax-loader img {
  display: none;
  width: 24px;
  height: 24px;
  margin: 12px;
}

#portfolio-ajax-loader {
  display: none;
}

#portfolio-ajax-loader img {
  display: block;
}

/* ----------------------------------------------------------------
  Shop
-----------------------------------------------------------------*/

/* Shop - 3 Columns
-----------------------------------------------------------------*/

/* Shop - 3 Columns - Sidebar
-----------------------------------------------------------------*/

/* Shop - 2 Columns - Sidebar
-----------------------------------------------------------------*/

/* Shop - 2 Columns - Both Sidebar
-----------------------------------------------------------------*/

/* Shop - 1 Column
-----------------------------------------------------------------*/

/* Shop - 1 Column - Both Sidebar
-----------------------------------------------------------------*/

/* Shop - Single
-----------------------------------------------------------------*/

.portfolio-ajax-modal {
  position: relative;
  background-color: #FFF;
  width: 800px;
  margin: 0 auto;
}

/* Individual Product
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Cart
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Events
-----------------------------------------------------------------*/

.single-event .events-meta {
  font-size: 14px;
}

.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  margin: 5px;
  padding: 0 22px;
  font-size: 14px;
  
  line-height: 40px;
  background-color: #A5CD39;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.details {
  background-color: #09b5f1;
}

body:not(.device-touch) .button {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button-dark {
  background-color: #444;
}

.button-light {
  background-color: #EEE;
  color: #333;
  text-shadow: none !important;
}

.button:hover {
  background-color: #444;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-dark:hover {
  background-color: #A5CD39;
}

.button.button-mini {
  padding: 0 14px;
  font-size: 11px;
  height: 28px;
  line-height: 28px;
}

.button.button-small {
  padding: 0 17px;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
}

.button.button-desc {
  text-align: left;
  padding: 24px 34px;
  font-size: 22px;
  height: auto;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
}

.button.button-desc span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Crete Round', serif;
  font-style: italic;
  text-transform: none;
}

.button i {
  position: relative;
  top: 1px;
  line-height: 1;
  margin-right: 5px;
  width: 16px;
  text-align: center;
}

.button.tright i {
  margin: 0 0 0 5px;
}

.button-mini i {
  margin-right: 3px;
}

.button-mini.tright i {
  margin: 0 0 0 3px;
}

.button-small i {
  margin-right: 4px;
}

.button-small.tright i {
  margin: 0 0 0 4px;
}

.button.button-desc i {
  top: 1px;
  font-size: 48px;
  width: 48px;
  text-align: center;
  margin-right: 12px;
}

.button.button-desc.tright i {
  margin: 0 0 0 12px;
}

.button.button-desc div {
  display: inline-block;
}

.button.button-rounded {
  border-radius: 3px;
}

/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-border {
  border: 2px solid #444;
  background-color: transparent;
  color: #333;
  line-height: 36px;
  font-weight: 600;
  text-shadow: none;
}

.button.button-border.button-mini {
  line-height: 24px;
}

.button.button-border.button-small {
  line-height: 30px;
}

.button.button-border.button-desc {
  line-height: 1;
}

.button.button-border:not(.button-fill):hover {
  background-color: #444;
  color: #FFF;
  border-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-border.button-light {
  border-color: #EEE;
  color: #EEE;
}

.button.button-border.button-light:hover {
  background-color: #EEE;
  color: #333;
  text-shadow: none;
}

/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-3d {
  border-radius: 3px;
  border-bottom: 3px solid rgba(0,0,0,0.15);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.button.button-3d:hover {
  background-color: #A5CD39 !important;
  opacity: 0.9;
}

.button.button-3d.button-light:hover,.button.button-reveal.button-light:hover {
  text-shadow: none;
  color: #333;
}

/* Buttons - Icon Reveal
-----------------------------------------------------------------*/

.button.button-reveal {
  padding: 0 28px;
  overflow: hidden;
}

.button.button-reveal i {
  display: block;
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  background-color: rgba(0,0,0,0.1);
}

.button.button-reveal.button-border i {
  top: -2px;
}

.button.button-reveal.tright i {
  left: auto;
  right: -32px;
}

.button.button-reveal.button-3d i,.button.button-reveal.button-rounded i {
  border-radius: 3px 0 0 3px;
}

.button.button-reveal.button-3d.tright i,.button.button-reveal.button-rounded.tright i {
  border-radius: 0 3px 3px 0;
}

.button.button-reveal span {
  display: inline-block;
  position: relative;
  left: 0;
}

body:not(.device-touch) .button.button-reveal i,body:not(.device-touch) .button.button-reveal span {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}

.button.button-reveal.button-mini {
  padding: 0 17px;
}

.button.button-reveal.button-mini i {
  left: -22px;
  width: 22px;
  height: 28px;
  line-height: 28px;
}

.button.button-reveal.button-mini.tright i {
  left: auto;
  right: -22px;
}

.button.button-reveal.button-small {
  padding: 0 22px;
}

.button.button-reveal.button-small i {
  left: -26px;
  width: 26px;
  height: 34px;
  line-height: 34px;
}

.button.button-reveal.button-small.tright i {
  left: auto;
  right: -26px;
}

.button.button-reveal:hover i {
  left: 0;
}

.button.button-reveal.tright:hover i {
  left: auto;
  right: 0;
}

.button.button-reveal:hover span {
  left: 16px;
}

.button.button-reveal.button-mini:hover span {
  left: 11px;
}

.button.button-reveal.button-small:hover span {
  left: 13px;
}

.button.button-reveal.tright:hover span {
  left: -16px;
}

.button.button-reveal.button-mini.tright:hover span {
  left: -11px;
}

.button.button-reveal.button-small.tright:hover span {
  left: -13px;
}

/* Buttons - Promo 100% Width
-----------------------------------------------------------------*/

.button.button-full {
  display: block !important;
  white-space: normal;
  margin: 0;
  height: auto;
  line-height: 1.6;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.button.button-full.button-light {
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

.button.button-full strong {
  font-weight: 600;
  border-bottom: 2px solid #EEE;
}

body:not(.device-touch) .button.button-full strong {
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.button.button-full.button-light strong {
  border-bottom-color: #333;
}

.button.button-full.button-light:hover strong {
  border-bottom-color: #EEE;
}

/* Buttons - Circle
-----------------------------------------------------------------*/

.button.button-circle {
  border-radius: 20px;
}

.button.button-mini.button-circle {
  border-radius: 14px;
}

.button.button-small.button-circle {
  border-radius: 17px;
}

/* Buttons - Fill Effect
-----------------------------------------------------------------*/

.button.button-border.button-fill {
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  -webkit-backface-visibility: hidden;
}

.button.button-border.button-fill span {
  position: relative;
}

.button.button-border.button-fill:hover {
  background-color: transparent !important;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-border.button-fill.button-light:hover {
  border-color: #EEE !important;
  color: #333 !important;
  text-shadow: none;
}

.button.button-border.button-fill:before {
  content: '';
  position: absolute;
  background-color: #444;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-backface-visibility: hidden;
}

.button.button-border.button-fill.button-light:before {
  background-color: #EEE;
}

.button.button-border.button-fill.fill-from-right:before {
  left: auto;
  right: 0;
}

.button.button-border.button-fill:hover:before {
  width: 100%;
}

.button.button-border.button-fill.fill-from-top:before,.button.button-border.button-fill.fill-from-bottom:before {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.button.button-border.button-fill.fill-from-top:before {
  width: 100%;
  height: 0;
}

.button.button-border.button-fill.fill-from-top:hover:before {
  height: 100%;
}

.button.button-border.button-fill.fill-from-bottom:before {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0;
}

.button.button-border.button-fill.fill-from-bottom:hover:before {
  height: 100%;
}

/* Buttons - Colors
-----------------------------------------------------------------*/

.button-red {
  background-color: #C02942;
}

.button-3d.button-red:hover,.button-reveal.button-red:hover,.button-border.button-red:hover,.button-border.button-red.button-fill:before {
  background-color: #C02942 !important;
}

.button-border.button-red {
  color: #C02942;
  border-color: #C02942;
}

.button-teal {
  background-color: #53777A;
}

.button-3d.button-teal:hover,.button-reveal.button-teal:hover,.button-border.button-teal:hover,.button-border.button-teal.button-fill:before {
  background-color: #53777A !important;
}

.button-border.button-teal {
  color: #53777A;
  border-color: #53777A;
}

.button-yellow {
  background-color: #ECD078;
}

.button-3d.button-yellow:hover,.button-reveal.button-yellow:hover,.button-border.button-yellow:hover,.button-border.button-yellow.button-fill:before {
  background-color: #ECD078 !important;
}

.button-border.button-yellow,.button-border.button-yellow.button-fill.button-light:hover {
  color: #ECD078 !important;
  border-color: #ECD078 !important;
}

.button-border.button-yellow:hover,.button-border.button-yellow.button-fill.button-light:hover {
  color: #333 !important;
}

.button-green {
  background-color: #A5CD39;
}

.button-3d.button-green:hover,.button-reveal.button-green:hover,.button-border.button-green:hover,.button-border.button-green.button-fill:before {
  background-color: #96bc2f !important;
}

.button-border.button-green {
  color: #A5CD39;
  border-color: #A5CD39;
}

.button-brown {
  background-color: #774F38;
}

.button-3d.button-brown:hover,.button-reveal.button-brown:hover,.button-border.button-brown:hover,.button-border.button-brown.button-fill:before {
  background-color: #774F38 !important;
}

.button-border.button-brown {
  color: #774F38;
  border-color: #774F38;
}

.button-aqua {
  background-color: #40C0CB;
}

.button-3d.button-aqua:hover,.button-reveal.button-aqua:hover,.button-border.button-aqua:hover,.button-border.button-aqua.button-fill:before {
  background-color: #40C0CB !important;
}

.button-border.button-aqua {
  color: #40C0CB;
  border-color: #40C0CB;
}

.button-lime {
  background-color: #AEE239;
}

.button-3d.button-lime:hover,.button-reveal.button-lime:hover,.button-border.button-lime:hover,.button-border.button-lime.button-fill:before {
  background-color: #AEE239 !important;
}

.button-border.button-lime {
  color: #AEE239;
  border-color: #AEE239;
}

.button-purple {
  background-color: #5D4157;
}

.button-3d.button-purple:hover,.button-reveal.button-purple:hover,.button-border.button-purple:hover,.button-border.button-purple.button-fill:before {
  background-color: #5D4157 !important;
}

.button-border.button-purple {
  color: #5D4157;
  border-color: #5D4157;
}

.button-pink {
  background-color: #F89FA1;
}

.button-3d.button-pink:hover,.button-reveal.button-pink:hover,.button-border.button-pink:hover,.button-border.button-pink.button-fill:before {
  background-color: #F89FA1 !important;
}

.button-border.button-pink {
  color: #F89FA1;
  border-color: #F89FA1;
}

.button-blue {
  background-color: #1265A8;
}

.button-3d.button-blue:hover,.button-reveal.button-blue:hover,.button-border.button-blue:hover,.button-border.button-blue.button-fill:before {
  background-color: #1265A8 !important;
}

.button-border.button-blue {
  color: #1265A8;
  border-color: #1265A8;
}

.button-black {
  background-color: #111;
}

.button-3d.button-black:hover,.button-reveal.button-black:hover,.button-border.button-black:hover,.button-border.button-black.button-fill:before {
  background-color: #111 !important;
}

.button-border.button-black {
  color: #111;
  border-color: #111;
}

.button-white {
  background-color: #F9F9F9;
}

.button-3d.button-white:hover,.button-reveal.button-white:hover {
  background-color: #F9F9F9 !important;
}

/* Buttons - No Hover
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Promo Boxes
-----------------------------------------------------------------*/

/* Promo Uppercase
-----------------------------------------------------------------*/

/* Promo - with Border
-----------------------------------------------------------------*/

/* Promo - Light
-----------------------------------------------------------------*/

/* Promo - Dark
-----------------------------------------------------------------*/

/* Promo - Flat
-----------------------------------------------------------------*/

/* Promo - 100% Full Width
-----------------------------------------------------------------*/

/* Promo - Parallax
-----------------------------------------------------------------*/

/* Promo - Right Align
-----------------------------------------------------------------*/

/* Promo - with Border & Right Align
-----------------------------------------------------------------*/

/* Promo - Center Align
-----------------------------------------------------------------*/

/* Promo - Mini
-----------------------------------------------------------------*/

/* Promo - Mini - Center Align
-----------------------------------------------------------------*/

/* Promo - Mini - Right Align
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Featured Boxes
-----------------------------------------------------------------*/

/* Feature Box - Icon Large
-----------------------------------------------------------------*/

/* Feature Box - Icon Outline
-----------------------------------------------------------------*/

/* Feature Box - Icon Outline Large
-----------------------------------------------------------------*/

/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/

/* Feature Box - Icon Rounded & Large
-----------------------------------------------------------------*/

/* Feature Box - Light Background
-----------------------------------------------------------------*/

/* Feature Box - Dark Background
-----------------------------------------------------------------*/

/* Feature Box - Border
-----------------------------------------------------------------*/

/* Feature Box - Border - Light
-----------------------------------------------------------------*/

/* Feature Box - Border - Dark
-----------------------------------------------------------------*/

/* Feature Box - Plain
-----------------------------------------------------------------*/

/* Feature Box - Center
-----------------------------------------------------------------*/

/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

/* Feature Box - Right
-----------------------------------------------------------------*/

/* Feature Box - Subtitle
-----------------------------------------------------------------*/

/* Feature Box - Background
-----------------------------------------------------------------*/

/* Animated Icon Hovers
-----------------------------------------------------------------*/

/* Icon Effects - Bordered
-----------------------------------------------------------------*/

/* Media Featured Box
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Flipbox
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Process Steps
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Alerts
-----------------------------------------------------------------*/

.alert i {
  position: relative;
  top: 1px;
  font-size: 14px;
  width: 14px;
  text-align: center;
  margin-right: 5px;
}

/* ----------------------------------------------------------------
  Styled Icons
-----------------------------------------------------------------*/

.i-rounded,.social-icon {
  display: block;
  float: left;
  margin: 4px 11px 7px 0;
  text-align: center !important;
  font-size: 28px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  cursor: pointer;
  font-style: normal;
}

body:not(.device-touch) .i-rounded,body:not(.device-touch) .social-icon {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.i-rounded {
  width: 52px !important;
  height: 52px !important;
  line-height: 52px !important;
  background-color: #444;
  border-radius: 3px;
}

.i-light {
  background-color: #F5F5F5;
  color: #444;
  text-shadow: 1px 1px 1px #FFF;
  box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}

.i-alt {
  background-image: url('images/icons/iconalt.svg');
  background-position: center center;
  background-size: 100% 100%;
}

.i-rounded:hover {
  background-color: #A5CD39;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-rounded {
  margin: 4px 11px 7px 0;
  font-size: 14px;
}

.i-small.i-rounded {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
}

/* Icon Size - Small
-----------------------------------------------------------------*/

/* Icon Size - Large
-----------------------------------------------------------------*/

/* Icon Size - Extra Large
-----------------------------------------------------------------*/

/* Icon Size - Extra Extra Large
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Icon Overlay
-----------------------------------------------------------------*/

.i-overlay,.i-overlay a {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0,0,0,0.2) url('images/grid.png') repeat;
}

.i-overlay a {
  background: transparent;
}

.i-overlay img,.i-overlay i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  width: 48px !important;
  height: 48px !important;
  font-size: 48px;
  line-height: 1;
  color: #E5E5E5;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.i-overlay i {
  margin: -18px 0 0 -18px;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px;
  font-size: 24px;
}

.on-hover.i-overlay {
  opacity: 0;
}

body:not(.device-touch) .on-hover.i-overlay {
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.on-hover.i-overlay:hover {
  opacity: 1;
}

/* ----------------------------------------------------------------
  Social Icons
-----------------------------------------------------------------*/

.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px !important;
  color: #555;
  text-shadow: none;
  border: 1px solid #AAA;
  border-radius: 3px;
  overflow: hidden;
}

/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded {
  border-radius: 50%;
}

/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless {
  border-color: transparent !important;
}

/* Social Icons - Dark
-----------------------------------------------------------------*/

.si-dark {
  background-color: #444;
  color: #FFF !important;
  border-color: transparent;
}

/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
  background-color: rgba(0,0,0,0.05);
  color: #666 !important;
  border-color: transparent;
}

/* Social Icons - Colored
-----------------------------------------------------------------*/

/* Social Icons - Large
-----------------------------------------------------------------*/

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icon.si-small {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 30px !important;
}

.social-icon i {
  display: block;
  position: relative;
}

body:not(.device-touch) .social-icon i {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.social-icon i:last-child {
  color: #FFF !important;
}

.social-icon:hover i:first-child {
  margin-top: -38px;
}

.social-icon.si-small:hover i:first-child {
  margin-top: -30px;
}

.social-icon:hover {
  color: #555;
  border-color: transparent;
}

/* Social Icons - Sticky
-----------------------------------------------------------------*/

.si-sticky {
  position: fixed;
  top: 50%;
  left: 5px;
  width: 36px;
  z-index: 100;
}

/* Social Icons - Sticky Right
-----------------------------------------------------------------*/

.si-sticky.si-sticky-right {
  left: auto;
  right: 8px;
}

/* Social Icons - Share
-----------------------------------------------------------------*/

.si-facebook:hover {
  background-color: #3B5998 !important;
}

.si-android:hover {
  background-color: #A4C639 !important;
}

.si-gplus:hover {
  background-color: #DD4B39 !important;
}

.si-call:hover {
  background-color: #444 !important;
}

.si-cc:hover {
  background-color: #688527 !important;
}

.si-google:hover {
  background-color: #DD4B39 !important;
}

.si-linkedin:hover {
  background-color: #0E76A8 !important;
}

.si-skype:hover {
  background-color: #00AFF0 !important;
}

.si-email3:hover {
  background-color: #6567A5 !important;
}

.si-github:hover {
  background-color: #171515 !important;
}

/* Social Icons Text Color
-----------------------------------------------------------------*/

.si-text-color.si-facebook i {
  color: #3B5998;
}

.si-text-color.si-android i {
  color: #A4C639;
}

.si-text-color.si-gplus i {
  color: #DD4B39;
}

.si-text-color.si-call i {
  color: #444;
}

.si-text-color.si-cc i {
  color: #688527;
}

.si-text-color.si-google i {
  color: #DD4B39;
}

.si-text-color.si-linkedin i {
  color: #0E76A8;
}

.si-text-color.si-skype i {
  color: #00AFF0;
}

.si-text-color.si-email3 i {
  color: #6567A5;
}

.si-text-color.si-github i {
  color: #171515;
}

.si-text-color:hover {
  color: #FFF;
}

/* ----------------------------------------------------------------
  Toggle
-----------------------------------------------------------------*/

.toggle {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
}

/* Toggle - with Title Background
-----------------------------------------------------------------*/

/* Toggle - Bordered
-----------------------------------------------------------------*/

.toggle.toggle-border {
  border: 1px solid #CCC;
  border-radius: 4px;
}

/* Toggle - FAQs
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Accordions
-----------------------------------------------------------------*/

/* Accordion - with Title Background
-----------------------------------------------------------------*/

/* Accordion - Bordered
-----------------------------------------------------------------*/

/* Accordion - Large
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Tabs
-----------------------------------------------------------------*/

.tabs {
  position: relative;
  margin: 0 0 30px 0;
}

/* Tabs - Alternate Nav
-----------------------------------------------------------------*/

/* Tabs - Top Border
-----------------------------------------------------------------*/

/* Tabs - Bottom Border
-----------------------------------------------------------------*/

/* Tabs - Navigation Style 2
-----------------------------------------------------------------*/

/* Tabs - Large Navigation
-----------------------------------------------------------------*/

/* Tabs - Content Area
-----------------------------------------------------------------*/

/* Tabs - Bordered
-----------------------------------------------------------------*/

/* Tabs - Side Tabs
-----------------------------------------------------------------*/

.ui-tabs .ui-tabs-hide {
  position: absolute !important;
  left: -10000px !important;
  display: block !important;
}

/* Tabs - Side Tabs & Nav Style 2
-----------------------------------------------------------------*/

/* Tabs - Side Tabs & Bordered
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Side Navigation
-----------------------------------------------------------------*/

/* Chevrons */

/* ----------------------------------------------------------------
  FAQ List
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Clients
-----------------------------------------------------------------*/

.clients-grid {
  list-style: none;
  overflow: hidden;
}

.clients-grid li {
  float: left;
  position: relative;
  width: 20%;
  padding: 20px 0;
  -webkit-backface-visibility: hidden;
}

.clients-grid.grid-2 li {
  width: 50%;
  padding: 25px 0;
}

.clients-grid.grid-3 li {
  width: 33.33%;
}

.clients-grid.grid-4 li {
  width: 25%;
}

.clients-grid.grid-6 li {
  width: 16.66%;
}

.clients-grid li a {
  opacity: 0.6;
}

body:not(.device-touch) .clients-grid li a {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.clients-grid li a:hover {
  opacity: 1;
}

.clients-grid li a,.clients-grid li img {
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.clients-grid li a img {
  width: 100%;
}

.clients-grid li:before,.clients-grid li:after {
  content: '';
  position: absolute;
}

.clients-grid li:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dashed #DDD;
}

.clients-grid li:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dashed #DDD;
}

/* ----------------------------------------------------------------
  Testimonials
-----------------------------------------------------------------*/

/* Testimonials - Grid
-----------------------------------------------------------------*/

/* Testimonials - Item
-----------------------------------------------------------------*/

.test-title {
  text-align: center;
}

/* Twitter - Small Scroller
-----------------------------------------------------------------*/

/* Testimonials - Full Width
-----------------------------------------------------------------*/

/* Testimonial - Section Scroller
-----------------------------------------------------------------*/

/* Testimonial - Pagination
-----------------------------------------------------------------*/

/* Testimonial - Full Scroller
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Team
-----------------------------------------------------------------*/

.team,.team-image {
  position: relative;
}

.team-image > a,.team-image img {
  display: block;
  width: 100%;
}

.team-desc {
  text-align: center;
}

.team-desc.team-desc-bg {
  background-color: #FFF;
  padding: 10px 0 30px;
}

.team-title {
  position: relative;
  padding-top: 20px;
}

.team-title h4 {
  display: block;
  margin-bottom: 0;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.team-title span {
  display: block;
  color: #A5CD39;
  font-weight: 400;
  font-family: 'Crete Round', serif;
  font-style: italic;
  font-size: 15px;
  margin-top: 5px;
}

.team-content {
  margin-top: 15px;
  color: #777;
}

.team-content p:last-child {
  margin-bottom: 0;
}

.team-overlay,.team-overlay:before {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

body:not(.device-touch) .team-overlay {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.team-overlay:before {
  content: '';
  z-index: auto;
  background-color: #FFF;
  opacity: 0.75;
}

.team-overlay .social-icon {
  float: none;
  position: relative;
  z-index: 3;
  margin: 0 3px !important;
  display: inline-block;
}

.team:hover .team-overlay {
  opacity: 1;
}

/* Team Center
-----------------------------------------------------------------*/

.team.center .team-title:after {
  left: 50%;
  margin-left: -40px;
}

/* Team List
-----------------------------------------------------------------*/

.team.team-list .team-image {
  float: left;
  width: 250px;
  margin-right: 30px;
}

.team.team-list .team-desc {
  position: relative;
  overflow: hidden;
  text-align: left;
}

.team.team-list .team-title {
  padding-top: 0;
}

.team .team-desc > .social-icon {
  margin-top: 20px;
}

.team .team-content ~ .social-icon {
  margin-top: 30px;
}

.team:not(.team-list) .social-icon {
  display: inline-block;
  float: none;
  margin-left: 6px;
  margin-right: 6px;
}

/* ----------------------------------------------------------------
  Pricing Boxes
-----------------------------------------------------------------*/

/* Pricing Boxes
-----------------------------------------------------------------*/

/* Pricing Boxes - Title
-----------------------------------------------------------------*/

/* Pricing Boxes - Price
-----------------------------------------------------------------*/

/* Pricing Boxes - Features
-----------------------------------------------------------------*/

/* Pricing Boxes - Action
-----------------------------------------------------------------*/

/* Pricing Boxes - Best Price
-----------------------------------------------------------------*/

/* Pricing Boxes - Minimal
-----------------------------------------------------------------*/

/* Pricing Boxes - 5 Columns
-----------------------------------------------------------------*/

/* Pricing Boxes - Extended
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Counter
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Animated Rounded Skills
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Skills Bar
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Quotes & Blockquotes
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Dropcaps & Highlights
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Text Rotater
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  Owl Carousel CSS
-----------------------------------------------------------------*/

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  width: 100%;
}

.owl-carousel.carousel2 {
  margin: 50px 0 0 0;
  z-index: 2;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

#slider .owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.mega-menu-content .owl-carousel.owl-hidden {
  opacity: 1;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #111;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 64px;
  width: 64px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  background: url("../images/icons/play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3,1.3);
  -o-transition: scale(1.3,1.3);
  transition: scale(1.3,1.3);
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-carousel .owl-dots,.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -36px;
  zoom: 1;
  width: 36px;
  height: 36px;
  line-height: 36px !important;
  border: 1px solid rgba(0,0,0,0.2);
  color: #666;
  background-color: #FFF;
  font-size: 18px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -38px;
}

.owl-carousel-full .owl-nav [class*=owl-] {
  margin-top: -30px;
  left: 0 !important;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #EEE;
  background-color: rgba(0,0,0,0.4);
  font-size: 28px;
  border-radius: 0 3px 3px 0;
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -50px;
}

.owl-carousel  .owl-nav .owl-next {
  left: auto;
  right: -36px;
}

.owl-carousel-full  .owl-nav .owl-next {
  left: auto !important;
  right: 0 !important;
  border-radius: 3px 0 0 3px;
}

.owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  left: -18px;
}

.owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: -18px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #A5CD39 !important;
  color: #FFF !important;
  text-decoration: none;
}

/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  margin-top: 30px;
  *display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  opacity: 0.5;
  border-radius: 50%;
  background-color: #A5CD39;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span {
  opacity: 1;
}

/* ----------------------------------------------------------------
  21. Overlays
-----------------------------------------------------------------*/

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

.overlay .overlay-wrap,.text-overlay {
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

body:not(.device-touch) .overlay .overlay-wrap,body:not(.device-touch) .text-overlay {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.overlay .overlay-wrap i {
  position: absolute;
  opacity: 0.8;
  font-size: 24px;
  line-height: 1;
  width: 24px;
  height: 24px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
  color: #FFF;
}

.overlay:hover .overlay-wrap,.overlay:hover .text-overlay {
  opacity: 1;
}

.text-overlay {
  position: absolute;
  opacity: 0.85;
  top: auto;
  bottom: 0;
  height: auto;
  padding: 40px 15px 15px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}

.text-overlay-title h2,.text-overlay-title h3,.text-overlay-title h4 {
  margin: 0;
  color: #F5F5F5;
}

.text-overlay-title h2 {
  font-size: 28px;
}

.text-overlay-title h3 {
  font-size: 17px;
  font-weight: 600;
}

.text-overlay-title h2,.text-overlay-title h3,.text-overlay-title h4,.text-overlay-meta {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text-overlay-meta {
  color: #CCC;
  font-size: 13px;
}

.text-overlay-meta span i {
  position: relative;
  top: 1px;
  font-size: 14px;
}

/* News Carousel Overlays
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  22. Forms
-----------------------------------------------------------------*/

.sm-form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #DDD;
  border-radius: 0 !important;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}

.sm-form-control:focus {
  border-color: #AAA;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sm-form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.sm-form-control:-ms-input-placeholder {
  color: #999;
}

.sm-form-control::-webkit-input-placeholder {
  color: #999;
}

.sm-form-control[disabled],.sm-form-control[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.sm-form-control {
  height: auto;
}

.form-control {
  border-radius: 3px;
}

.form-control:active,.form-control:focus {
  border-color: #999;
  box-shadow: none;
}

label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 10px;
  cursor: pointer;
}

label.label-muted {
  color: #999;
  font-weight: normal;
  margin-right: 5px;
}

form .col_full,form .col_half {
  margin-bottom: 25px;
}

/* ----------------------------------------------------------------
  Contact Form
-----------------------------------------------------------------*/

#contact-form-overlay,#contact-form-overlay-mini {
  position: relative;
  max-width: 800px;
  background-color: #FFF;
  padding: 40px;
  margin: 0 auto;
  z-index: 10;
  border-radius: 4px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.05);
}

#contact-form-overlay-mini {
  float: right;
  width: 380px;
  margin: 0;
}

label.error {
  margin-top: 5px;
  color: #E42C3E;
  font-weight: 400;
}

label.error {
  display: none !important;
}

input[type=checkbox]:not(:checked) + label.error {
  display: block !important;
}

.form-control.error,.sm-form-control.error {
  border-color: #E42C3E;
}

/* ----------------------------------------------------------------
  23. Google Maps
-----------------------------------------------------------------*/

#google-map {
  position: relative;
  width: 100%;
  height: 450px;
}

.gmap img {
  max-width: none !important;
}

#map-overlay {
  position: relative;
  padding: 100px 0;
}

#map-overlay #google-map {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

/* ----------------------------------------------------------------
  Google Custom Search
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  24. Heading Styles
-----------------------------------------------------------------*/

/* Block Titles
-----------------------------------------------------------------*/

.title-block {
  padding: 2px 0 3px 20px;
  border-left: 7px solid #A5CD39;
  margin-bottom: 30px;
}

.title-block-right {
  padding: 2px 20px 3px 0;
  border-left: 0;
  border-right: 7px solid #A5CD39;
  text-align: right;
}

.title-block h1,.title-block h2,.title-block h3,.title-block h4 {
  margin-bottom: 0;
}

.title-block > span {
  display: block;
  margin-top: 4px;
  color: #555;
  font-weight: 300;
}

.title-block h1 + span {
  font-size: 22px;
}

.title-block h2 + span {
  font-size: 19px;
}

.title-block h3 + span {
  font-size: 17px;
}

.title-block h4 + span {
  font-size: 15px;
  margin-top: 3px;
}

/* Heading Block - with Subtitle
-----------------------------------------------------------------*/

.heading-block {
  margin-bottom: 50px;
}

.jobs-page .heading-block {
  margin-bottom: 100px;
}

.heading-block h1,.heading-block h2,.heading-block h3,.heading-block h4,.emphasis-title h1,.emphasis-title h2 {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

.css-slider .emphasis-title h1, .css-slider .emphasis-title h2 , #slider.css-slider .header-cta a {
  color: #FFF;
  text-shadow: 0 0 60px #000;
}

.emphasis-title h1,.emphasis-title h2 {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.css-slider .emphasis-title {
  margin-top: -150px !important;
}

.heading-block h1 {
  font-size: 32px;
}

.heading-block h2 {
  font-size: 30px;
}

.heading-block h3 {
  font-size: 26px;
}

.heading-block h4 {
  font-size: 20px;
  font-weight: 700;
}

.heading-block > span:not(.before-heading) {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #777;
}

.heading-block .before-heading {
  margin-bottom: 7px;
}

.heading-block.center > span,.heading-block.title-center > span,.center .heading-block > span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.heading-block h1 + span {
  font-size: 24px;
}

.heading-block h2 + span {
  font-size: 22px;
}

.heading-block h3 + span,.heading-block h4 + span {
  font-size: 20px;
}

.heading-block ~ p:not(.lead),#what-boxes p,#more-about p,#our-team p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.4px;
}

.heading-block:after {
  content: '';
  display: block;
  margin: 25px 0 0 -50px;
  width: 100px;
  border-top: 2px solid #444;
  position: absolute;
  left: 50%;
}

.center .heading-block:after,.heading-block.center:after,.heading-block.title-center:after {
  margin: 30px auto 0;
}

.tright .heading-block,.heading-block.tright,.heading-block.title-right {
  direction: rtl;
}

.heading-block.noborder:after,.heading-block.nobottomborder:after {
  display: none;
}

.heading-block.border-color:after {
  border-color: #A5CD39;
}

/* Emphasis Title
-----------------------------------------------------------------*/

.emphasis-title {
  margin: 0 0 50px;
}

.emphasis-title h1,.emphasis-title h2 {
  font-size: 64px;
  letter-spacing: -2px;
}

.emphasis-title h1 strong,.emphasis-title h2 strong {
  font-weight: 700;
  display: block;
  font-size: 45px;
}



/* Justify Border Title
-----------------------------------------------------------------*/

.fancy-title {
  position: relative;
  margin-bottom: 30px;
}

.fancy-title h1,.fancy-title h2,.fancy-title h3,.fancy-title h4,.fancy-title h5,.fancy-title h6 {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  padding-right: 15px;
  margin-bottom: 0;
}

.fancy-title h4,.fancy-title h5,.fancy-title h6 {
  padding-right: 10px;
}

.fancy-title.title-border:before,.fancy-title.title-border-color:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 3px double #E5E5E5;
  left: auto;
  top: 46%;
  right: 0;
}

.fancy-title.title-border:before {
  top: 49%;
  border-top: 1px solid #EEE;
}

.fancy-title.title-border-color:before {
  top: 49%;
  border-top: 1px solid #A5CD39;
  opacity: 0.6;
}

/* Fancy Title - Center Align
-----------------------------------------------------------------*/

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

.title-center h1,.title-center h2,.title-center h3 {
  padding: 0 15px;
}

.title-center h4,.title-center h5,.title-center h6 {
  padding: 0 10px;
}

/* Fancy Title - Right Align
-----------------------------------------------------------------*/

.title-right {
  text-align: right;
}

.title-right h1,.title-right h2,.title-right h3 {
  padding: 0 0 0 15px;
}

.title-right h4,.title-right h5,.title-right h6 {
  padding: 0 0 0 10px;
}

/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/

.fancy-title.title-bottom-border h1,.fancy-title.title-bottom-border h2,.fancy-title.title-bottom-border h3,.fancy-title.title-bottom-border h4,.fancy-title.title-bottom-border h5,.fancy-title.title-bottom-border h6 {
  display: block;
  background: transparent;
  padding: 0 0 10px;
  border-bottom: 2px solid #A5CD39;
}


/* Sub Heading
-----------------------------------------------------------------*/

.before-heading {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
  font-family: 'Crete Round', serif;
  font-style: italic;
  font-weight: 400;
  color: #999;
}

/* ----------------------------------------------------------------
  25. Divider
-----------------------------------------------------------------*/

.divider {
  position: relative;
  overflow: hidden;
  margin: 35px 0;
  color: #E5E5E5;
  width: 100%;
}

.divider.divider-margin {
  margin: 70px 0;
}

.divider:after,.divider.divider-center:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 8px;
  left: 30px;
  height: 0;
  border-top: 1px solid #EEE;
}

.divider i {
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 1;
  font-size: 18px !important;
  text-align: center;
}

.divider a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.divider a:hover {
  color: #888;
}

/* Divider - Icon Align Right
-----------------------------------------------------------------*/

.divider.divider-right {
  text-align: right;
}

.divider.divider-right:after {
  left: auto;
  right: 30px;
}

/* Divider - Icon Align Center
-----------------------------------------------------------------*/

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

.divider.divider-center:before {
  left: -50% !important;
  right: 0;
  margin-left: -20px;
}

.divider.divider-center:after {
  left: 50% !important;
  right: 0;
  margin-left: 20px;
}

/* Short Divider - Icon Align Center
-----------------------------------------------------------------*/

/* Divider - Rounded Icon
-----------------------------------------------------------------*/

.divider.divider-rounded {
  color: #BBB;
}

.divider.divider-rounded:after,.divider.divider-rounded.divider-center:before,.divider.divider-border:after,.divider.divider-border.divider-center:before {
  top: 19px;
  left: 40px;
}

.divider.divider-rounded i,.divider.divider-border i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #F5F5F5;
  border-radius: 50%;
}

.divider.divider-rounded.divider-right:after,.divider.divider-border.divider-right:after {
  left: auto;
  right: 40px;
}

/* Divider - Rounded & Border
-----------------------------------------------------------------*/

.divider.divider-border {
  color: #E5E5E5;
}

.divider.divider-border i {
  line-height: 38px;
  background-color: transparent;
  border: 1px solid #EEE;
}

/* Divider - Line Only
-----------------------------------------------------------------*/

.divider.divider-line:before,.divider.divider-line:after {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ----------------------------------------------------------------
  26. Magazine Specific Classes
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  27. Go To Top
-----------------------------------------------------------------*/

#gotoTop {
  display: none;
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0,0,0,0.3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
  transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
}

.stretched #gotoTop {
  bottom: 30px;
}

#gotoTop:hover {
  background-color: #A5CD39;
}

/* ----------------------------------------------------------------
  28. Error 404
-----------------------------------------------------------------*/

.error404 {
  display: block;
  font-size: 216px;
  font-weight: 600;
  color: #DDD;
  line-height: 1.35;
  letter-spacing: 4px;
}

.error404-wrap .container {
  z-index: 7;
}

.error404-wrap .error404 {
  line-height: 0.9;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 244px;
  color: #FFF !important;
  opacity: 0.2;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.error404-wrap .heading-block h4 {
  font-weight: 300;
  margin-bottom: 8px;
}

.error404-wrap .heading-block span {
  font-size: 17px;
}

.error404-wrap form {
  max-width: 500px;
}

/* ----------------------------------------------------------------
  29. Landing Pages
-----------------------------------------------------------------*/

.landing-form-overlay {
  position: absolute;
  z-index: 10;
  top: auto;
  left: auto;
  right: 0;
  bottom: -154px;
  background-color: rgba(0,0,0,0.6);
  border-radius: 3px 3px 0 0;
}

.landing-video {
  z-index: 1;
  width: 560px;
  height: 315px;
  margin: 22px 0 0 95px;
  overflow: hidden;
}

/* ----------------------------------------------------------------
  30. Preloaders
-----------------------------------------------------------------*/

.preloader,.preloader2 {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/preloader.gif") center center no-repeat #FFF;
}

.preloader2 {
  background-color: transparent;
}

/* ----------------------------------------------------------------
  31. Toastr Notifications
-----------------------------------------------------------------*/

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

/*Responsive Design*/

/* ----------------------------------------------------------------
  32. Footer
-----------------------------------------------------------------*/

#footer {
  position: relative;
  background-color: #EEE;
  border-top: 5px solid rgba(0,0,0,0.2);
}

.device-lg.sticky-footer #top-bar,.device-md.sticky-footer #top-bar {
  z-index: 299;
}

.device-lg.sticky-footer #header,.device-md.sticky-footer #header {
  z-index: 199;
}

.device-lg.sticky-footer #slider:not(.slider-parallax-invisible),.device-lg.sticky-footer #page-submenu,.device-lg.sticky-footer #page-title,.device-lg.sticky-footer #content,.device-md.sticky-footer #slider:not(.slider-parallax-invisible),.device-md.sticky-footer #page-submenu,.device-md.sticky-footer #page-title,.device-md.sticky-footer #content {
  z-index: 2;
}

.device-lg.sticky-footer #footer,.device-md.sticky-footer #footer {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.device-lg.sticky-footer:not(.stretched) #footer,.device-md.sticky-footer:not(.stretched) #footer {
  left: 50%;
  margin-left: -610px;
  width: 1220px;
}

.device-md.sticky-footer:not(.stretched) #footer {
  margin-left: -500px;
  width: 1000px;
}

#copyrights {
  padding: 40px 0;
  background-color: #DDD;
  font-size: 14px;
  line-height: 1.8;
}

#copyrights i.footer-icon {
  position: relative;
  top: 1px;
  font-size: 14px;
  width: 14px;
  text-align: center;
  margin-right: 3px;
}

.copyright-links a {
  display: inline-block;
  margin: 0 3px;
  color: #333;
  border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
  color: #555;
  border-bottom: 1px solid #666;
}

.copyrights-menu {
  margin-bottom: 10px;
}

.copyrights-menu a {
  font-size: 14px;
  margin: 0 10px;
  border-bottom: 0 !important;
}

#copyrights .col_half {
  margin-bottom: 0 !important;
}

#copyrights a:first-child {
  margin-left: 0;
}

#copyrights .tright a:last-child {
  margin-right: 0;
}

.footer-logo {
  display: block;
  margin-bottom: 30px;
}

/* ----------------------------------------------------------------
  33. Widgets
-----------------------------------------------------------------*/

.widget {
  position: relative;
  margin-top: 50px;
}

.widget p {
  line-height: 1.7;
}

.widget:first-child {
  margin-top: 0;
}

.widget > h4 {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.widget p:not(.lead) {
  font-size: 14px;
}

/* Tag Cloud
-----------------------------------------------------------------*/

/* Widget - Links
-----------------------------------------------------------------*/

.widget_nav_menu ul,.widget_nav_menu li,.widget_links ul,.widget_links li,.widget_meta ul,.widget_meta li {
  list-style: none;
  margin: 0;
}

.widget_nav_menu li,.widget_links li,.widget_meta li {
  padding: 4px;
}

.widget_nav_menu li a,.widget_links li a,.widget_meta li a {
  display: inline-block;
  padding: 0 3px 0 12px;
}

.widget_nav_menu li a,.widget_links li a,.widget_meta li a {
  background: url("../images/icons/widget-link.png") left top no-repeat;
  border: none !important;
  color: #444;
  font-size: 14px;
}

.widget_nav_menu li a:hover,.widget_links li a:hover,.widget_meta li a:hover {
  color: #000;
}

.widget_nav_menu > ul > li:first-child,.widget_links > ul > li:first-child,.widget_meta > ul > li:first-child {
  border-top: 0 !important;
}

.widget_nav_menu > ul,.widget_links > ul,.widget_meta > ul {
  margin-top: -4px !important;
}

.widget_nav_menu ul ul,.widget_links ul ul,.widget_meta ul ul {
  margin-left: 15px;
}

/* Widget - Testimonial & Twitter
-----------------------------------------------------------------*/

/* Widget - Quick Contact Form
-----------------------------------------------------------------*/

/* Newsletter Widget
-----------------------------------------------------------------*/

/* Twitter Feed Widget
-----------------------------------------------------------------*/

/* Widget Filter Links
-----------------------------------------------------------------*/

.widget-filter-links ul {
  list-style: none;
  margin-bottom: 0;
}

.widget-filter-links .widget-filter-reset {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  font-size: 12px;
  line-height: 22px;
}

.widget:not(:first-child) .widget-filter-reset {
  top: 50px;
}

.widget-filter-links .widget-filter-reset a {
  color: red;
}

.widget-filter-links .widget-filter-reset.active-filter {
  display: none;
}

.widget-filter-links li {
  position: relative;
  font-size: 15px;
  line-height: 24px;
}

.widget-filter-links li:not(:first-child) {
  margin-top: 10px;
}

.widget-filter-links li a {
  display: block;
  color: #444;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.widget-filter-links li span {
  position: absolute;
  top: 1px;
  left: auto;
  right: 0;
  font-size: 11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #777;
  background-color: #EEE;
  border-radius: 50%;
}

.widget-filter-links li:hover a {
  color: #777;
}

.widget-filter-links li.active-filter a {
  font-weight: 700;
}

.widget-filter-links li.active-filter span {
  color: #FFF;
  background-color: #A5CD39;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

/* Navigation Tree
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  34. Wedding
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  35. Bootstrap Specific
-----------------------------------------------------------------*/

.pagination > li > a,.pagination > li > span,.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {
  color: #A5CD39;
}

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EEE;
  border: 1px solid #DDD;
}

.img-circle {
  border-radius: 50% !important;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
  color: #FFF !important;
  background-color: #A5CD39 !important;
  border-color: #A5CD39 !important;
}

/* ----------------------------------------------------------------
  36. Cookie Notification
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
  37. Stretched Layout
-----------------------------------------------------------------*/

.stretched #wrapper {
  width: 100%;
  margin: 0;
  box-shadow: none;
}

/* ----------------------------------------------------------------
  38. Page Transitions
-----------------------------------------------------------------*/

body:not(.no-transition) #wrapper {
  position: relative;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-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);
  }
}

@-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);
  }
}

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

  50% {
    -webkit-transform: scale(1.0);
  }
}

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

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@-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);
  }
}

@-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);
  }
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0.0);
  }

  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

@-webkit-keyframes ballrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

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

@keyframes ballrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

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

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }

  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }

  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }

  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }

  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }

  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }

  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }

  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }

  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }

  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }

  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }

  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }

  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }

  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }

  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.85;
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.85;
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    opacity: 0.0;
  }
}

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    opacity: 0.0;
  }
}

/* ----------------------------------------------------------------
  39. HTML5 Youtube Video Backgrounds
-----------------------------------------------------------------*/

.responsive-iframe iframe {
  width: 100%;
  max-width: 100%;
}

#fb-root {
  display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget,.fb_iframe_widget span,.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}



.fb-page span {
  padding: 0;
  margin: 0;
  background: none;
}

.footer-infobox {
  margin: 20px 0 50px;
  min-height: 500px;
}

.facebook-container {
  padding: 0;
  color: #FFF;
}

.blog-posts {
  padding: 0 25px;
  color: #FFF;
}

.blog-posts a {
  display: block;
  background: #FFF;
  color: #666;
  text-align: left;
  padding: 0;
  border-radius: 4px;
  margin-bottom: 10px;
}

.blog-posts a:hover {
  background: #a5cd39;
  color: #fff !important;
  text-shadow: 0px 1px 10px rgba(0,0,0,.5);
}

.blog-posts small {
  display: block;
  padding: 5px 15px 0 15px;
  border-bottom: 1px solid #eee;
  line-height: 36px;
}

.blog-posts p {
  margin: 0;
  padding: 10px 15px;
  font-weight: 400;
  line-height: 30px;
}






/* ----------------------------------------------------------------
  Dark Scheme
-----------------------------------------------------------------*/

.dark,.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6 {
  color: #EEE;
}

.dark a:hover {
  color: #EEE;
}

body.dark,.dark #wrapper,.dark #content,.dark .portfolio-ajax-modal,.dark .modal-content {
  background-color: #383838;
}

.dark .line {
  border-top-color: rgba(255,255,255,0.1);
}

.dark .section,.section.dark {
  background-color: #282828;
  border-color: rgba(255,255,255,0.1);
}

.dark #top-bar,#top-bar.dark {
  border-bottom-color: rgba(255,255,255,0.1);
  background-color: #282828;
}

.dark .top-links ul li {
  border-left-color: rgba(255,255,255,0.1);
}

.dark .top-links li > a {
  color: #AAA;
}

.dark .top-links li:hover {
  background-color: #333;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.dark .top-links ul ul,.dark .top-links ul div.top-link-section {
  background: #333;
  border-bottom: none;
}

.dark .top-links ul ul li {
  border-top: 1px solid #444;
  border-left: 1px solid #444;
}

.dark .top-links ul ul li:hover {
  background-color: #383838;
}

.dark .top-links ul ul li:first-child {
  border-left: 1px solid #444;
}

.dark #top-social li {
  border-left: 1px solid rgba(255,255,255,0.1);
}

.dark #top-social li a {
  color: #BBB;
}

.dark #header:not(.transparent-header),#header.dark:not(.transparent-header) {
  background-color: #333;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.dark #header.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark),.dark #header.sticky-header.transparent-header #header-wrap:not(.not-dark),.dark #header.transparent-header.floating-header .container,.dark #header.transparent-header.floating-header.sticky-header .container,#header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark),#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark),#header.dark.transparent-header.floating-header .container,#header.dark.transparent-header.floating-header.sticky-header .container,.dark .responsive-sticky-header #header-wrap,.responsive-sticky-header.dark #header-wrap {
  background-color: #333;
}

.dark #header.full-header #header-wrap:not(.not-dark),#header.full-header.dark #header-wrap:not(.not-dark) {
  border-bottom-color: rgba(255,255,255,0.15);
}

.dark #slider + #header.full-header #header-wrap:not(.not-dark),#slider + #header.full-header.dark #header-wrap:not(.not-dark) {
  border-top-color: rgba(255,255,255,0.15);
}

.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark),#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) {
  border-bottom-color: rgba(255,255,255,0.2);
}

.dark #slider + #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark),#slider + #header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) {
  border-top-color: rgba(255,255,255,0.2);
}

.dark #header.semi-transparent,.dark #header.semi-transparent.floating-header .container,#header.dark.semi-transparent,#header.dark.semi-transparent.floating-header .container {
  background-color: rgba(0,0,0,0.6);
}

.dark #header.sticky-header.semi-transparent,.dark #header.semi-transparent.floating-header,.dark #header.semi-transparent.floating-header.sticky-header .container,#header.dark.sticky-header.semi-transparent,#header.dark.semi-transparent.floating-header,#header.dark.semi-transparent.floating-header.sticky-header .container {
  background-color: transparent;
}

.dark #header.semi-transparent.sticky-header #header-wrap,#header.dark.semi-transparent.sticky-header #header-wrap {
  background-color: rgba(0,0,0,0.6);
}

.dark #logo a {
  color: #FFF;
}

.dark #header.full-header #header-wrap:not(.not-dark) #logo,#header.full-header.dark #header-wrap:not(.not-dark) #logo {
  border-right-color: rgba(255,255,255,0.15);
}

.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark) #logo,#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #logo {
  border-right-color: rgba(255,255,255,0.2);
}

.dark #header-wrap:not(.not-dark) #primary-menu > ul > li > a,.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li > a,.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li > a,.overlay-menu #primary-menu.dark > ul > li > a,.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > #overlay-menu-close,.overlay-menu #primary-menu.dark > #overlay-menu-close {
  color: #EEE;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.dark #header.full-header #header-wrap:not(.not-dark) #primary-menu > ul,#header.full-header.dark #header-wrap:not(.not-dark) #primary-menu > ul {
  border-right-color: rgba(255,255,255,0.15);
}

.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu > ul,#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu > ul {
  border-right-color: rgba(255,255,255,0.2);
}

.dark #header.transparent-header:not(.sticky-header) #header-wrap:not(.not-dark) form input,#header.dark.transparent-header:not(.sticky-header) #header-wrap:not(.not-dark) form input {
  border-bottom-color: rgba(255,255,255,0.15) !important;
}

.dark #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a,.dark #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a,.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li:hover > a,.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li.current > a {
  color: #EEE;
}

.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a,.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a,.overlay-menu #primary-menu.dark > ul > li:hover > a,.overlay-menu #primary-menu.dark > ul > li.current > a {
  color: #1ABC9C !important;
}

.dark #primary-menu:not(.not-dark) ul ul,.dark #primary-menu:not(.not-dark) ul li .mega-menu-content,#primary-menu.dark ul ul,#primary-menu.dark ul li .mega-menu-content {
  background-color: #333;
  border-color: #3F3F3F;
  border-top-color: #1ABC9C;
}

.dark.overlay-menu #primary-menu:not(.not-dark) ul,.dark.overlay-menu #primary-menu:not(.not-dark) ul,.overlay-menu #primary-menu.dark ul,.overlay-menu #primary-menu.dark ul {
  background-color: rgba(0,0,0,0.9);
}

.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2,#primary-menu.dark ul li .mega-menu-content.style-2 {
  border-color: transparent;
  border-top-color: #1ABC9C;
}

.dark #primary-menu:not(.not-dark) ul ul li,#primary-menu.dark ul ul li {
  border-top-color: #3F3F3F;
}

.dark #primary-menu:not(.not-dark) ul ul li:first-child,#primary-menu.dark ul ul li:first-child {
  border-top: 0;
}

.dark #primary-menu:not(.not-dark) ul ul li > a,#primary-menu.dark ul ul li > a {
  color: #999 !important;
}

.dark #primary-menu:not(.not-dark) ul ul li:hover > a,#primary-menu.dark ul ul li:hover > a {
  background-color: rgba(0,0,0,0.1);
  color: #CCC !important;
}

.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu > a,.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu:hover > a,#primary-menu.dark ul ul > li.sub-menu > a,#primary-menu.dark ul ul > li.sub-menu:hover > a {
  background-image: url("../images/icons/submenu-dark.png");
}

.dark #primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child),#primary-menu.dark ul li .mega-menu-content ul.mega-menu-column:not(:first-child) {
  border-left-color: #3F3F3F;
}

.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a,.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a,#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a,#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a {
  color: #BBB !important;
  background: transparent;
}

.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover,#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover {
  color: #DDD !important;
}

.dark #primary-menu.style-2:not(.not-dark) {
  border-top-color: rgba(255,255,255,0.1);
}

.dark #primary-menu.style-3:not(.not-dark) > ul > li:hover > a,#primary-menu.dark.style-3 > ul > li:hover > a {
  color: #EEE;
  background-color: rgba(255,255,255,0.05);
}

.dark #primary-menu.style-3:not(.not-dark) > ul > li.current > a,#primary-menu.dark.style-3 > ul > li.current > a {
  color: #EEE;
}

.dark #primary-menu.style-5:not(.not-dark) > ul,#primary-menu.dark.style-5 > ul {
  border-right-color: rgba(255,255,255,0.1);
}

.dark #primary-menu.sub-title:not(.not-dark) > ul > li > a span,#primary-menu.dark.sub-title > ul > li > a span {
  color: #999;
}

.dark #primary-menu.sub-title:not(.not-dark) > ul > li:hover > a span,.dark #primary-menu.sub-title:not(.not-dark) > ul > li.current > a span,.dark #primary-menu.sub-title.style-2:not(.not-dark) > div > ul > li:hover > a span,.dark #primary-menu.sub-title.style-2:not(.not-dark) > div > ul > li.current > a span,#primary-menu.dark.sub-title > ul > li:hover > a span,#primary-menu.dark.sub-title > ul > li.current > a span,#primary-menu.dark.sub-title.style-2 > div > ul > li:hover > a span,#primary-menu.dark.sub-title.style-2 > div > ul > li.current > a span {
  color: #EEE;
}

.dark .one-page-arrow,.one-page-arrow.dark {
  color: #FFF;
}

.dark.side-header #header {
  background-color: #333;
  border-right-color: #3F3F3F;
}

.dark.side-header #logo:not(.nobottomborder):after,.dark.side-header #primary-menu:not(.nobottomborder):after {
  border-bottom-color: #3F3F3F;
}

.dark.side-header #primary-menu:not(.not-dark) > ul > li > a,.dark.side-header #primary-menu ul ul li:hover > a {
  color: #DDD !important;
}

.dark.side-header.open-header #header-trigger {
  background-color: rgba(0,0,0,0.3);
  color: #EEE;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.dark.side-header.side-header-right #header {
  border-left-color: #3F3F3F;
}

.dark.side-header #primary-menu ul ul a {
  color: #AAA !important;
}

.dark .swiper-pagination span {
  border-color: rgba(255,255,255,0.08);
}

.dark .swiper-pagination span:hover {
  background-color: #333 !important;
}

.dark .slider-caption,.dark .slider-caption h2 {
  color: #EEE;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.not-dark .slider-caption,.not-dark .slider-caption h2 {
  color: #222;
  text-shadow: none;
}

.dark .ei-title h2,.dark .ei-title h3,.dark .ei-title h2 span,.dark .ei-title h3 span {
  color: #EEE !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.not-dark .ei-title h2,.not-dark .ei-title h3,.not-dark .ei-title h2 span,.not-dark .ei-title h3 span {
  color: #222 !important;
  text-shadow: none;
}

.dark #page-title {
  background-color: #282828;
  border-bottom-color: #3F3F3F;
}

.dark #page-title h1 {
  color: rgba(255,255,255,0.9) !important;
}

.dark #page-title span {
  color: rgba(255,255,255,0.7);
}

.dark #page-title.page-title-pattern {
  background-image: url('../images/pattern2.png');
}

.dark .portfolio-filter {
  border-color: rgba(255,255,255,0.08);
}

.dark .portfolio-filter li a {
  color: #999;
  border-left-color: rgba(255,255,255,0.08);
}

.dark .portfolio-filter li a:hover {
  color: #EEE;
}

.dark .portfolio-desc h3 a {
  color: #EEE;
}

.dark .portfolio-desc h3 a:hover {
  color: #BBB;
}

.dark .portfolio-desc span {
  color: #888;
}

.dark .portfolio-desc span a {
  color: #888;
}

.dark .portfolio-desc span a:hover {
  color: #CCC;
}

.dark .portfolio-1 .portfolio-item {
  border-bottom-color: rgba(255,255,255,0.08);
}

.dark .portfolio-1.portfolio-fullwidth .portfolio-desc {
  background-color: #333;
}

.dark .portfolio-overlay a {
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
}

.dark .portfolio-overlay a:hover {
  background-color: rgba(0,0,0,0.7);
}

.dark .ajax-modal-title {
  background-color: #333;
  border-bottom-color: rgba(255,255,255,0.08);
}

.dark .portfolio-meta li {
  color: #999;
}

.dark .portfolio-meta li span {
  color: #BBB;
}

.dark .timeline-border {
  border-left-color: rgba(255,255,255,0.1);
}

.dark .button-dark:not(.button-border),.dark .button:hover {
  background-color: rgba(0,0,0,0.3);
}

.dark .button-dark:hover {
  background-color: #1ABC9C;
}

.dark .button-light:not(.button-border):hover {
  background-color: #282828;
}

.dark .button.button-border:not(.button-light) {
  border-color: rgba(255,255,255,0.4);
  color: rgba(255,255,255,0.5);
}

.dark .button.button-border:not(.button-light):hover {
  color: #EEE;
}

.not-dark .button.button-border:not(.button-light) {
  border-color: #444;
  color: #333;
}

.not-dark .button.button-border:not(.button-light):hover {
  background-color: #444;
  color: #FFF;
}

.dark .heading-block:not(.not-dark):after {
  border-top-color: rgba(255,255,255,0.4);
}

.dark .i-rounded {
  background-color: #494949;
}

.dark .i-light {
  background-color: #F5F5F5;
  color: #444;
  text-shadow: none;
}

.dark .i-rounded:hover {
  background-color: #1ABC9C;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.dark .social-icon {
  color: #DDD !important;
  border-color: #DDD;
}

.dark #footer .social-icon.si-borderless,#footer.dark .social-icon.si-borderless {
  color: #555 !important;
}

.dark .si-dark {
  background-color: rgba(0,0,0,0.2);
  color: #DDD !important;
  border-color: transparent;
}

.dark .si-light {
  background-color: rgba(255,255,255,0.1);
  color: #EEE !important;
  border-color: transparent;
}

.dark .social-icon i:last-child {
  color: #FFF !important;
}

.dark .social-icon:hover {
  color: #FFF !important;
  border-color: transparent;
}

.dark .toggle.toggle-border {
  border-color: rgba(255,255,255,0.15);
}

.dark .clients-grid li:before {
  border-left-color: rgba(255,255,255,0.15);
}

.dark .clients-grid li:after {
  border-bottom-color: rgba(255,255,255,0.15);
}

.dark .team-desc.team-desc-bg {
  background-color: rgba(255,255,255,0.05);
}

.dark .team-content {
  color: #999;
}

.dark .owl-carousel .owl-nav [class*=owl-] {
  border-color: transparent;
  color: #EEE;
  background-color: rgba(0,0,0,0.5);
}

.dark label {
  color: #BBB;
  display: block;
  text-align: center;
  margin: 20px auto;
}

.dark label.label-muted {
  color: #777;
}

.dark #contact-form-overlay,.dark #contact-form-overlay-mini {
  background-color: #383838;
}

.dark .title-block > span {
  color: #999;
}

.dark .heading-block:not(.not-dark) {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.dark .heading-block:not(.not-dark) h1,.dark .heading-block:not(.not-dark) h2,.dark .heading-block:not(.not-dark) h3,.dark .heading-block:not(.not-dark) h4,.dark .emphasis-title:not(.not-dark) h1,.dark .emphasis-title:not(.not-dark) h2 {
  color: #FFF;
}

.dark .heading-block.not-dark h1,.dark .heading-block.not-dark h2,.dark .heading-block.not-dark h3,.dark .heading-block.not-dark h4,.dark .emphasis-title.not-dark h1,.dark .emphasis-title.not-dark h2 {
  color: #333;
}

.dark .heading-block:not(.not-dark) > span {
  color: #EEE;
}

.dark .emphasis-title.not-dark {
  color: #444;
}

.dark .fancy-title h1,.dark .fancy-title h2,.dark .fancy-title h3,.dark .fancy-title h4,.dark .fancy-title h5,.dark .fancy-title h6 {
  background-color: #383838;
}

.dark .fancy-title.title-border:before,.dark .fancy-title.title-border-color:before,.dark .fancy-title.title-border:before {
  border-top-color: rgba(255,255,255,0.15);
}

.dark .divider {
  color: rgba(255,255,255,0.15);
}

.dark .divider:after,.dark .divider.divider-center:before {
  border-top-color: rgba(255,255,255,0.1);
}

.dark .divider.divider-rounded,.dark .divider.divider-border {
  color: #999;
}

.dark .divider.divider-rounded i,.dark .divider.divider-border i {
  background-color: rgba(255,255,255,0.1);
}

.dark .divider.divider-border i {
  background-color: transparent;
  border-color: rgba(255,255,255,0.15);
}

.dark .error404 {
  color: rgba(255,255,255,0.15);
}

.dark.error404-wrap .form-control::-webkit-input-placeholder {
  color: #888;
}

.dark.error404-wrap .form-control::-moz-placeholder {
  color: #888;
}

.dark.error404-wrap .form-control:-ms-input-placeholder {
  color: #888;
}

.dark .preloader {
  background-color: rgba(0,0,0,0.2);
}

.dark .preloader,.dark .preloader2 {
  background-image: url('../images/preloader-dark.gif');
}

#footer.dark,.dark #footer {
  background-color: #333;
  color: #CCC;
  border-top-color: rgba(0,0,0,0.2);
}

.dark #copyrights {
  background-color: rgba(0,0,0,0.2);
  color: rgba(255,255,255,0.25);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.dark #copyrights i.footer-icon {
  color: rgba(255,255,255,0.3);
}

.dark .copyright-links a {
  color: rgba(255,255,255,0.25);
  border-bottom-color: rgba(255,255,255,0.25);
}

.dark .copyright-links a:hover {
  color: rgba(255,255,255,0.35);
  border-bottom-color: rgba(255,255,255,0.35);
}

.dark .widget h4 {
  color: #DDD;
}

.dark .widget p {
  opacity: 0.8;
}

.dark .widget_nav_menu li a,.dark .widget_links li a,.dark .widget_meta li a {
  color: #CCC;
  background-image: url("../images/icons/widget-link-dark.png");
}

.dark .widget_nav_menu li a:hover,.dark .widget_links li a:hover,.dark .widget_meta li a:hover {
  color: #AAA;
}

/* Dark Scheme - Bootstrap
-----------------------------------------------------------------*/

.dark .show-grid [class^=col-] {
  background-color: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.1);
}

.dark hr {
  border-top-color: rgba(255,255,255,0.1);
}

.dark .page-header {
  border-bottom-color: rgba(255,255,255,0.1);
}

.dark code {
  color: #DF6F72;
  background-color: rgba(0,0,0,0.3);
}

.dark legend {
  color: #DDD;
  border-bottom-color: rgba(255,255,255,0.1);
}

.dark .form-control:not(.not-dark),.dark .sm-form-control:not(.not-dark) {
  color: #999;
  background-color: rgba(0,0,0,0.2);
  border-color: rgba(0,0,0,0.25);
}

.dark .form-control:not(.not-dark):active,.dark .form-control:not(.not-dark):focus,.dark .sm-form-control:not(.not-dark):active,.dark .sm-form-control:not(.not-dark):focus {
  background-color: rgba(0,0,0,0.3);
  border-color: rgba(0,0,0,0.25) !important;
}

.dark .form-control:not(.not-dark)::-moz-placeholder {
  color: #666;
}

.dark .form-control:not(.not-dark):-ms-input-placeholder {
  color: #666;
}

.dark .form-control:not(.not-dark)::-webkit-input-placeholder {
  color: #666;
}

.dark .sm-form-control:not(.not-dark)::-moz-placeholder {
  color: #666;
}

.dark .sm-form-control:not(.not-dark):-ms-input-placeholder {
  color: #666;
}

.dark .sm-form-control:not(.not-dark)::-webkit-input-placeholder {
  color: #666;
}

.dark .form-control:not(.not-dark)[disabled],.dark .form-control:not(.not-dark)[readonly],.dark .sm-form-control:not(.not-dark)[disabled],.dark .sm-form-control:not(.not-dark)[readonly] {
  background-color: rgba(255,255,255,0.1);
}

.dark .sm-form-control.error:not(.not-dark) {
  border-color: #E42C3E !important;
}

.dark .form-control.error:not(.not-dark)::-moz-placeholder {
  color: rgba(228,44,62,0.6);
}

.dark .form-control.error:not(.not-dark):-ms-input-placeholder {
  color: rgba(228,44,62,0.6);
}

.dark .form-control.error:not(.not-dark)::-webkit-input-placeholder {
  color: rgba(228,44,62,0.6);
}

.dark .nav > li > a:hover,.dark .nav > li > a:focus,.dark .nav .open > a,.dark .nav .open > a:hover,.dark .nav .open > a:focus {
  background-color: rgba(0,0,0,0.2);
}

.dark .nav .nav-divider {
  background-color: rgba(255,255,255,0.1);
}

.dark .nav-tabs {
  border-bottom-color: rgba(255,255,255,0.15);
}

.dark .nav-tabs > li > a:hover {
  border-color: rgba(255,255,255,0.2);
  border-bottom: none;
}

.dark .nav-tabs > li.active > a,.dark .nav-tabs > li.active > a:hover,.dark .nav-tabs > li.active > a:focus {
  color: #DDD;
  background-color: #383838;
  border: 1px solid rgba(255,255,255,0.2);
  border-bottom-color: #383838;
}

.dark .pagination > li > a,.dark .pagination > li > span {
  color: #BBB;
  background-color: rgba(255,255,255,0.1);
  border-color: #666;
}

.dark .pagination > li > a:hover,.dark .pagination > li > span:hover,.dark .pagination > li > a:focus,.dark .pagination > li > span:focus {
  color: #EEE;
  background-color: rgba(0,0,0,0.1);
}

.dark .label-default {
  background-color: rgba(255,255,255,0.2);
}

.dark .label-default[href]:hover,.dark .label-default[href]:focus {
  background-color: rgba(0,0,0,0.2);
}

.dark .close {
  opacity: 1;
  color: rgba(0,0,0,0.15);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.dark .close:hover,.dark .close:focus {
  color: rgba(0,0,0,0.4);
}

.dark .modal-content {
  border-color: #555;
}

.dark .modal-header {
  border-bottom-color: rgba(255,255,255,0.15);
}

.dark .modal-footer {
  border-top-color: rgba(255,255,255,0.15);
}

.home-page #presentation {
  background: #FFF;
}

#presentation .block1 {
  background-image: url('../img/monitora-bg-top.jpg');
  text-align: center;
}

#presentation .content-wrap.block1 h1 {
  color:#FFF;
}
#presentation .content-wrap.block1 .heading-block {
  margin: 150px auto;
}

#presentation .content-wrap.block4 {
  padding: 100px 0;
  background-image: url('../img/low-poly-divider.jpg');
  background-size: auto 500px;
  background-repeat: repeat-x;
  background-position:center -90px;
}

#presentation .content-wrap.block4:last-child {
  background-image: url('../img/low-poly-divider2.jpg');
}

#presentation .content-wrap.block4 .heading-block h1, #presentation .content-wrap.block4 .heading-block h2, 
#presentation .content-wrap.block4 .heading-block h3, #presentation .content-wrap.block4 .heading-block h4, 
#presentation .content-wrap.block4 .emphasis-title h1, #presentation .content-wrap.block4 .emphasis-title h2 {
  color:#FFF;
}

#presentation .content-wrap {
  background-size: cover;
  background-position:center top;
  position:relative;
  z-index:1;
  overflow:hidden;
  padding: 90px 0;
}
#presentation .content-wrap#jobs-about {
  padding: 0;
}
#presentation .content-wrap#jobs-about .block-text {
  padding: 90px 30px;
}
#presentation .content-wrap h3 {
  font-size:36px;
  font-weight:300;
}
#presentation .content-wrap img {margin: -50px auto 30px auto;}
#presentation .content-wrap h3 span {
  font-size:20px;
  display:block;
  font-weight:400;
}
#presentation .content-wrap p {
  margin: 0 0 15px 0;
}
#presentation .content-wrap .block-text {
  z-index:2;
}
#presentation .content-wrap .block-video {
  position: relative;
  z-index:2;
  min-height:  471px;
  display: block;
  padding: 0;
}
#presentation .content-wrap .block-video iframe {
  z-index:2;
  position: absolute;
  height: 100%;
  width: 100%;
}

#content #clients-testimonials .testimonials-container {
  
}
#content #clients-testimonials .testimonials-container .testimonial-item {
  text-align: left;
  margin-bottom: 0;
}
#content #clients-testimonials .testimonials-container .testimonial-item .testimonial-item-photo {
  display: inline-block;
  width: 33%;
  text-align: right;
}
#content #clients-testimonials .testimonials-container .testimonial-item .testimonial-item-text {
  display: inline-block;
  width: 66.6666%;
  position: relative;
  padding: 20px 50px 50px 50px;
  background: #58ca63;
  background: -moz-linear-gradient(0deg, #57ca63 0%, #01ab88 100%);
  background: -webkit-linear-gradient(0deg, #57ca63 0%,#01ab88 100%);
  background: linear-gradient(90deg, #57ca63 0%,#01ab88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57ca63', endColorstr='#05abe0',GradientType=1 );
  border-radius: 0px 10px 10px 0px;
}
#content #clients-testimonials .testimonials-container .testimonial-item .testimonial-item-text:after {
  content:"";
  background: #58ca63;
  height: 100%;
  width: 95%;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 20%;
  z-index: -1;
  -ms-transform: skew(-20deg); /* IE 9 */
  -webkit-transform: skew(-20deg); /* Safari */
  transform: skew(-20deg); /* Standard syntax */
  border-radius: 10px 0px 0px 10px;
}
#content #clients-testimonials .testimonials-container .testimonial-item .testimonial-item-photo img {
  max-width: 270px;
  height: auto;
  margin: 0 auto;
  float: right;
  border: 10px solid white;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-tborder-radius: 50%;
}
#content #clients-testimonials .testimonials-container .testimonial-item .testimonial-item-text h4 {
  font-size: 32px;
  font-weight:  300;
  margin: 20px auto 30px auto;
  color:#FFFFFF;
}
#content #clients-testimonials .testimonials-container .testimonial-item .testimonial-item-text h4 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
#content #clients-testimonials .testimonials-container .testimonial-item .testimonial-item-text p {
  padding: 0;
  font-style: italic;
  font-size: 15px;
  text-align: justify;
  color:#FFFFFF;
}


@media (max-width: 991px) {
  .dark #header.transparent-header,  .dark #header.semi-transparent,  #header.dark.transparent-header,  #header.dark.semi-transparent {
    background-color: #333;
    border-bottom-color: rgba(255,255,255,0.1);
  }

  .dark #primary-menu:not(.not-dark) ul li,  .dark #primary-menu:not(.not-dark) ul ul,  .dark #primary-menu:not(.not-dark) ul li .mega-menu-content,  .dark #primary-menu:not(.not-dark) ul ul li,  .dark #primary-menu:not(.not-dark) ul li .mega-menu-content ul ul,  .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-2 > ul,  .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-3 > ul,  .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-4 > ul,  .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-5 > ul,  .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 li {
    border-top-color: rgba(255,255,255,0.1) !important;
  }

  .dark #primary-menu:not(.not-dark) > ul > li.sub-menu > a,  .dark #primary-menu:not(.not-dark) > .container > ul > li.sub-menu > a {
    background-image: url("../images/icons/submenu-dark.png");
  }

  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul li,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content ul ul,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-2 > ul,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-3 > ul,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-4 > ul,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-5 > ul,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.style-2 li {
    border-top-color: #EEE !important;
  }

  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
    color: #1ABC9C !important;
  }

  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul a,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover ul a,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current ul a,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover ul a,  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current ul a {
    color: #444 !important;
  }

  body.jobs-page #content #cases {
    padding: 50px 0 200px 0;
  }

  body.jobs-page #header.transparent-header.jobs-header {
    background: #a5cd39;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: none;
  }

  body.jobs-page #header.transparent-header.jobs-header #primary-menu-trigger i {
    color:#FFF;
  }

  body.jobs-page #available-jobs .mini-card .cover-img {
    display:none;
  }

  body.jobs-page #available-jobs .mini-card {
    padding: 25px;
  }

  body.jobs-page #available-jobs .mini-card p {
   -webkit-column-count: initial; /* Chrome, Safari, Opera */
   -moz-column-count: initial; /* Firefox */
   column-count: initial;
  }

  #content .container , #available-jobs .container {
    width: 98% !important;
  }

  body.jobs-page #primary-menu > ul, body.jobs-page #primary-menu > div > ul {
    background:transparent;
  }
}

@media (max-width: 768px) {
  body.jobs-page #available-jobs .mini-card span.action-btn-super {
    display:none;
  }
  body.jobs-page #available-jobs .mini-card span.action-btn-sub {
    display: block;
    float: none;
    text-align: center;
    margin-top: 30px;
  }

}


@media (min-width: 1200px) {
    #presentation .content-wrap.block2 {
      background-image: url('../img/monitora-crescimento.jpg');
      background-size: 60% auto;
      background-repeat:no-repeat;
      background-position:right center;
    }
    #presentation .content-wrap.block2.bg1 {
      background-image: url('../img/monitora-ambiente-digital.jpg');
    }
    #presentation .content-wrap.block3 {
      background-image: url('../img/monitora-ambiente.jpg');
      background-size: 60% auto;
      background-repeat:no-repeat;
      background-position:left center;
    }
    #presentation .content-wrap.block3.bg4 {
      background-image: url('../img/sala-de-jogos.jpg');
    }

    #presentation .block2:before , #presentation .block3:before {
      content:"";
      display:block;
      position:absolute;
      z-index:1;
      background:#FFF;
      width: 53%;
      height:1000px;
      transform: rotate(12deg);
      top: -300px;
      left: 0;
    }
    #presentation .block3:before {left: inherit;right: 0;transform: rotate(-12deg);}

    #presentation .content-wrap#jobs-about > .container {
      width:100%;
    }

    #presentation .content-wrap#jobs-about .block-text {
      padding: 90px 0;
    }
}


.features-description {
  display: block;
  position: relative;
}

.features-description .features-description-items {
  background-color: rgba(0,0,0,0.6);
  padding: 70px 90px;
}

.features-description .features-description-items .item {
  display: none;
}

.features-description .features-description-items .item:first-child {
  display: block;
}

.features-description .features-description-items .item .item-container .desc-item-title {
  margin: 0;
  padding: 0 0 30px;
}

.features-description .features-description-items .item .item-container i {
  color: #a5cd39;
  font-size: 30px;
}

.features-description .features-description-items .item .item-container h4 {
  display: inline;
  margin: 0;
  line-height: 30px;
  font-size: 30px;
  padding: 0 0 0 12px;
  color: #FFF;
}

.features-description .features-description-items .item .item-container p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.4px;
}

.features-list {
  position: relative;
  margin: 0 auto;
}

.features-list ul {
  list-style: none;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
}

.features-list ul li {
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  padding: 15px;
  border-bottom: 2px solid #a5cd39;
  margin: 0 1% 0 0;
  transition: all 0.2s linear;
  cursor: pointer;
  background-color: transparent;
}

.features-list ul li:last-child {
  margin: 0;
}

.features-list ul li:hover,.features-list ul li.activ {
  padding: 5px 15px 25px 15px;
  background-color: rgba(0,0,0,0.6);
}



.features-list ul li i {
  display: block;
  font-size: 70px;
  color: #a5cd39;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  z-index: 9999;
  transition: all 1s linear;
}

.preloader svg {
  width: 80px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -40px;
}

#preload-svg path {
  stroke-width: 20000;
  stroke-dasharray: 5000000;
  stroke-dashoffset: 10000000;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #a5cd39;
  animation: dash 3s linear infinite;
}

.jobs-loading {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background: #FFF;
    padding: 37px 25px;
    margin: 10px auto;
}
.jobs-loading svg {}

.light-bg {
  background-color: #F5F5F5;
}


body.jobs-page div.jobs-search {
    padding-top: 30px;
}
body.jobs-page div.jobs-search input {
    font-size: 24px;
    font-weight: 300;
    padding: 40px 30px;
    text-align: left !important;
    color: #444 !important;
    min-height: 82px;
}
body.jobs-page div.jobs-search span {}
body.jobs-page div.jobs-search button {
    padding: 18px 30px;
    min-height: 82px;
    font-size: 30px;
}
body.jobs-page div.jobs-search button i {
    color: #aaa !important;
}

#available-jobs {
    position: relative;
    padding: 0 0 100px 0;
}
#available-jobs .jobs-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -100px;
}
#available-jobs .jobs-list li {
    list-style:none;
}
#available-jobs .mini-card {
    position: relative;
    padding: 30px;
    overflow: hidden;
}
#available-jobs .mini-card h5 {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 5px;
}
#available-jobs .mini-card h6 {
    margin: 0;
}
#available-jobs .mini-card p {
   padding: 30px 0 0 0;
   word-wrap: break-word;
   word-break: break-word;
   font-size: 16px;
   position: relative;
}
#available-jobs .mini-card span.action-btn-super {
  display:initial;
}
#available-jobs .mini-card span.action-btn-sub {
  display:none;
}
#available-jobs .mini-card span {
    float: right;
}

#jobs-template {
  display:none;
}
.jobs-noresults {
    background: #FFF;
    padding: 20px 30px;
    color: #777;
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 300;
    display:none;
}
.jobs-noresults.show-error{
    display:block;
}
.jobs-noresults p {
    margin: 0;
}
.jobs-noresults p i {
  color:#FF5722
}
.jobs-noresults p span {
  font-size: 15px;
  font-weight: bold;
  color:#FCFCFC;
  margin-left:15px;
}

body.jobs-page #available-jobs .mini-card {
  min-height:initial;
}
body.jobs-page #available-jobs .mini-card p {
  max-height:0px;
  overflow:hidden;
  transition: max-height 0.4s ease-in-out;
}
body.jobs-page #available-jobs .mini-card p.open{
  max-height:2000px;
}









.csslider1 {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  z-index:1;
}
.csslider1:after {
  content:"";
  position: absolute;
  width: 100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: #00435a;
  background: -moz-linear-gradient(-45deg, #00435a 0%, #007f2e 100%);
  background: -webkit-linear-gradient(-45deg, #00435a 0%,#007f2e 100%);
  background: linear-gradient(135deg, #00435a 0%,#007f2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00435a', endColorstr='#007f2e',GradientType=1 );
  z-index:2;
  opacity: 0.7;
}
.csslider1 > .cs_anchor {
  display: none;
}
.csslider1 > ul {
  position: relative;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  
  overflow: hidden;
  white-space: nowrap;
}
.csslider1 > ul > .cs_skeleton {
  width: 100%;
  visibility: hidden;
  font-size: 0px;
  line-height: 0;
}
.csslider1 > ul > .slide.img img {
  width: 100%;
}

.csslider1 > ul > .slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  white-space: normal;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}



.csslider1 > ul > .slide {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  opacity: 0;
  z-index: 1;
  
  -webkit-transition:
    opacity 1900ms ease,
    -webkit-transform 30800ms cubic-bezier(0.840, 0.970, 0.855, 1.000);
  transition:
    opacity 1900ms ease,
    -webkit-transform 30800ms cubic-bezier(0.840, 0.970, 0.855, 1.000),
    transform 30800ms cubic-bezier(0.840, 0.970, 0.855, 1.000);
}

.csslider1 > ul > .slide.num0 {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0;
  
}
.csslider1 > ul > .slide.num1 {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      
}
.csslider1 > ul > .slide.num2 {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
      
}
.csslider1 > ul > .slide.num3 {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  
      -webkit-transform-origin: 0 100%;
      transform-origin: 0 100%;
      
}



.csslider1 > #cs_slide1_0:checked ~ ul > .slide.num0,
.csslider1 > #cs_pause1_0:checked ~ ul > .slide.num0,
.csslider1 > #cs_slide1_1:checked ~ ul > .slide.num1,
.csslider1 > #cs_pause1_1:checked ~ ul > .slide.num1,
.csslider1 > #cs_slide1_2:checked ~ ul > .slide.num2,
.csslider1 > #cs_pause1_2:checked ~ ul > .slide.num2,
.csslider1 > #cs_slide1_3:checked ~ ul > .slide.num3,
.csslider1 > #cs_pause1_3:checked ~ ul > .slide.num3 {
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
}



@-webkit-keyframes kenburnsBR {
  0.001%, 33.33233333333334%  { z-index: 2; }
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  8.225108225108226%, 33.333333333333336% { opacity: 1 }
  41.55844155844156%, 66.66666666666666% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  33.33433333333333%, 100%  { z-index: 1; }
}
@keyframes kenburnsBR {
  0.001%, 33.33233333333334%  { z-index: 2; }
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  8.225108225108226%, 33.333333333333336% { opacity: 1 }
  41.55844155844156%, 66.66666666666666% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  33.33433333333333%, 100%  { z-index: 1; }
}


@-webkit-keyframes kenburnsBL {
  0.001%, 33.33233333333334%  { z-index: 2; }
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  8.225108225108226%, 33.333333333333336% { opacity: 1 }
  41.55844155844156%, 66.66666666666666% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  33.33433333333333%, 100%  { z-index: 1; }
}
@keyframes kenburnsBL {
  0.001%, 33.33233333333334%  { z-index: 2; }
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  8.225108225108226%, 33.333333333333336% { opacity: 1 }
  41.55844155844156%, 66.66666666666666% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  33.33433333333333%, 100%  { z-index: 1; }
}


@-webkit-keyframes kenburnsTL {
  0.001%, 33.33233333333334%  { z-index: 2; }
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  8.225108225108226%, 33.333333333333336% { opacity: 1 }
  41.55844155844156%, 66.66666666666666% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  33.33433333333333%, 100%  { z-index: 1; }
}
@keyframes kenburnsTL {
  0.001%, 33.33233333333334%  { z-index: 2; }
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  8.225108225108226%, 33.333333333333336% { opacity: 1 }
  41.55844155844156%, 66.66666666666666% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  33.33433333333333%, 100%  { z-index: 1; }
}


@-webkit-keyframes kenburnsTR {
  0.001%, 33.33233333333334%  { z-index: 2; }
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  8.225108225108226%, 33.333333333333336% { opacity: 1 }
  41.55844155844156%, 66.66666666666666% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  33.33433333333333%, 100%  { z-index: 1; }
}
@keyframes kenburnsTR {
  0.001%, 33.33233333333334%  { z-index: 2; }
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  8.225108225108226%, 33.333333333333336% { opacity: 1 }
  41.55844155844156%, 66.66666666666666% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  33.33433333333333%, 100%  { z-index: 1; }
}


.csslider1 > #cs_play1:checked ~ ul > .slide.num0 {
  -webkit-animation: kenburnsBL 30800ms infinite -1900ms linear;
  animation: kenburnsBL 30800ms infinite -1900ms linear;
}
.csslider1 > #cs_play1:checked ~ ul > .slide.num1 {
  -webkit-animation: kenburnsBR 30800ms infinite 5800ms linear;
  animation: kenburnsBR 30800ms infinite 5800ms linear;
}
.csslider1 > #cs_play1:checked ~ ul > .slide.num2 {
  -webkit-animation: kenburnsTL 30800ms infinite 13500ms linear;
  animation: kenburnsTL 30800ms infinite 13500ms linear;
}
.csslider1 > #cs_play1:checked ~ ul > .slide.num3 {
  -webkit-animation: kenburnsTR 30800ms infinite 19000ms linear;
  animation: kenburnsTR 30800ms infinite 19000ms linear;
}


.csslider1 > #cs_play1:checked ~ ul > .slide,
.csslider1 > .pause:checked ~ ul > .slide {
  
  -webkit-transition: none;
  transition: none;
}

