
/*--------------------------------------------------------------
# General

--------------------------------------------------------------*/







.content-holder h2 {
    color: #FFB03B;
    font-size: 32px;
    padding-bottom: 15px;
    font-family: 'Satisfy', sans-serif;
}
.content-holder address strong {
    color: #FFB03B;
    padding: 10px 0px;
}
/*<!---------------------------------------------------------------------------------------->*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #18d26e;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: rgba(0, 0, 0, 0.7);
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  /*background-color: rgba(0, 0, 0, 0.7);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #18d26e;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* ================================
About
================================= */
/*#aboutt{
    background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}*/

#aboutt .about-img {
  height: 350px;
  overflow: hidden;
}

#aboutt .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #aboutt .about-img {
    height: auto;
  }
  #aboutt .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#aboutt .content h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
}

#aboutt .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  text-align: left;
}

#aboutt .content p {
  line-height: 26px;
  text-align: left;
}

#aboutt .content p:last-child {
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #18d26e;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #18d26e;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #18d26e;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}

/* Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/
#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #18d26e;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: #18d26e;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #18d26e;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #18d26e;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #18d26e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #18d26e;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #18d26e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
   font-family: 'Open Sans', sans-serif;
   font-size: 100%;
   background:#fff; 
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.header{
	background:#00C78A;
	padding:1em 0;
}
.logo{
	float: left;
}
.logo a{
	text-decoration:none;
}
.logo h1{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Quicksand', sans-serif;
}
.logo h1 a{
	color:#fff;
}
.top_right{
	float:right;
	color: #ffffff;
	margin-top:5px;
}
.top_right ul{
	padding:0;
	list-style:none;
}
.top_right ul li{
	display: inline-block;
	margin-right: 10px;
}
.top_right ul li:last-child{
	margin-right: 0;
}
.top_right ul li a{
	text-align:center;
	padding: 0px 4px;
	text-transform:uppercase;
	font-size:12px;
	display:block;
	color:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_right ul li a:hover{
	color:#ffcc33;
	text-decoration: none;
}
/********** Login *************/
#loginContainer {
    position:relative;
}
#loginContainer a span{
  display:block;
  padding:4px 10px;
}
/* Login Button */
#loginButton { 
    display:inline-block;  
    position:relative;
    z-index:30;
    cursor:pointer;
}
/* Login Box */
#loginBox {
    position:absolute;
	top: 44px;
	right: 0px;
    display:none;
    z-index:29;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 25px;
	top: -10px;
	border-left:10px solid rgba(0, 0, 0, 0);
	border-right:10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #f0f0f0;
}
/* Login Form */
#loginForm {
   width: 300px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
#loginForm fieldset {
    margin:0 0 15px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#body {
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    padding:15px 15px;
    margin:0;
}
#loginForm #checkbox {
    width:auto;
    margin:3px 6px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}
#body label {
    color:#000;
    margin:10px 0 0 0;
    display:block;
    float:left;
    font-size: 12px;
  font-weight: 300;
}
#loginForm #body fieldset label{
    display:block;
    float:none;
    margin:0 0 6px 0;
}
#body label i{
	color:#000;
	font-size:1em;
	font-style:normal;
}
/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #DADADA;
	color: #222;
	background:#FFF;
    padding:6px;
	font-size: 0.8125em;
    -webkit-apperance:none;
    font-family: 'Open Sans', sans-serif;
}
/* Sign In Button */
#loginForm #login {
	font-family: 'Open Sans', sans-serif;
	width: auto;
	float: left;
	background:#00C78A;
	color:#fff;
	font-size: 0.8725em;
	padding: 8px 20px;
	border: none;
	margin: 0 12px 0 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
#loginForm #login:hover {
	background:#555;
}
/* Forgot your password */
#loginForm span{
    display:block;
    padding:0px 0px 15px 0px;
}
#loginForm span a{
	color:#000;
	font-size:12px;
    font-weight:500;
    background: none;
	border: none;
	box-shadow: none;
}
#loginForm span a:hover{
	text-decoration:underline;
}
input:focus {
    outline:none;
}
.banner{
	background:url(../img/DSC_5384.jpg)no-repeat center top;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	min-height:600px;
}
.span_1_of_1 {
  padding: 10em 0 0 0;
}
.span_1_of_1 h2 {
  color: #FFF;
  font-size: 2.7em;
  margin-bottom: 2%;
  font-weight:100;
  text-align: center;
  line-height: 1.5em;
  text-transform: uppercase;
}
.search{
	border:5px solid rgba(70, 70, 70, 0.46);
	width:45.02%;
	margin:0 auto;
}
.nav1 {
	background:#555;
    height:50px;
    padding: 0;
}
.nav1 li {
	float: left;
	list-style-type: none;
	position: relative;
}
.nav1 li a {
	font-size: 16px; 
	color: white;
	display: block;
	line-height:50px;
	padding: 0 28px;
	text-decoration: none;
	border-left: 1px solid #2e2e2e;
}
.nav1 li a:hover {
	background-color: #2e2e2e;
}
#settings a {
	padding: 18px;
	height: 24px;
	font-size: 10px;
	line-height: 24px;
}
#search_text{
	width: 297px;
	padding: 15px 0 15px 20px;
	font-size: 16px;
    border: 0 none;
	height: 50px;
	margin-right: 0;
	color: white;
	outline: none;
	background:#00C78A;
	float: left;
	box-sizing: border-box;
	transition: all 0.15s;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color: white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: white;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: white;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: white;
}
#search_text:focus {
	background: rgb(64, 151, 119);
}
#search_button {
	border: 0 none;
	background:#00C78A url(../images/search.png) center no-repeat;
	width: 60px; 
	float: left;
	padding: 0;
	text-align: center;
	height: 50px;
	cursor: pointer;
	outline:none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
}
#options a{
	border-left: 0 none;
}
#options>a {
	background-image: url(../images/triangle.png);
	background-position: 85% center;
	background-repeat: no-repeat;
	padding-right: 42px;
}
.subnav {
	visibility: hidden;
	position: absolute;
	top: 110%;
	right: 0;
	width: 200px;
	height: auto;
	opacity: 0;
	transition: all 0.1s;
	background: #232323;
	padding:0;
	margin:0;
}
.subnav li {
	float: none;
}
.subnav li a {
  border-bottom: 1px solid #2e2e2e;
  font-size: 12px;
  line-height: 35px;
}
#options:hover .subnav {
	visibility: visible;
	top: 100%;
	opacity: 1;
}
.grid_1{
	width:95%;
	margin:0 auto;
}
.col_1{
	padding:5px;
}
.col_1 h4{
  font-size: 2em;
  text-align: center;
  font-style: italic;
  padding:1.5em 0 0 0;
  font-weight:100;
}
.grid_1{
	padding:5em 0;
}
.grid_1 h3{
	color:#000;
	font-weight:100;
	font-size:2em;
	text-align:center;
	margin-bottom:1em;
}
.col_1_of_5:first-child {
  margin-left: 0;
}
.col_1_of_5 {
  display: block;
  float: left;
  margin: 1% 0 1% 3.6%;
}
.span_1_of_5 {
  width:21.9%;
}
ul.list1{
  padding:0;
  margin:0;
  list-style:none;
}
ul.list1 li {
  margin: 0 0 8px 0;
}
ul.list1 li a {
  font-size: 0.8em;
  color: #999;
}
ul.list1 li a:hover{
	text-decoration:none;
	color:#00C78A;
}
.col_2 h3{
  font-size: 1.8em;
  color: #000;
  font-style: italic;
  font-weight: 100;
  padding: 2em 0 0 0;
}
.grid_2 {
  padding-bottom: 5em;
}
.grid_3{
	background:#555;
	padding:2em 0;
	text-align:center;
}
.grid_3 p{
	color:#fff;
	font-size: 0.85em;
	margin:1em 0 0 0;
}
.grid_3 p a{
	color:#fff;
}
ul#footer-links{
	padding:0;
	margin:0;
	list-style:none;
}
ul#footer-links li{
   display:inline-block;
}
ul#footer-links li a{
	color:#fff;
	font-size:0.85em;
	margin: 0 12px;
}
ul#footer-links li a:hover{
	text-decoration:none;
	color:#00C78A;
}
/******** SAP ************/
.sap_tabs{
   padding:30px 15px;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
	width: 35%;
	list-style: none;
	padding:2em 0;
	margin: 0 auto;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	color:#000;
	font-size:0.85em;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	width:24.3333%;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 10px;
}
.resp-tab-item:hover {
	text-shadow: none;
}
.resp-tab-active{
    text-shadow: none;
	color:#fff;
	background:#00C78A;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
@media only screen and (max-width:480px) {
	.sap_tabs{
		padding-top:0;
	}
	.resp-tabs-container{
		padding:0px;
	}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  display: block;
  font-size: 0.85em;
  text-transform: uppercase;
  padding: 5px;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
ul.tab_img{
	padding:0;
	list-style:none;
	position: relative;
    padding:1em 0;
}
ul.tab_img li {
	float: left;
	width: 15%;
	margin: 0 2% 2% 0;
}
ul.tab_img li a:hover{
	text-decoration:none;
}
ul.tab_img li.last{
	margin-right:0;
}
.tab_desc{
  padding: 20px 10px;
  list-style: none;
  border: 1px solid #f0f0f0;
}
.tab_desc p, .tab_desc1 p{
  font-size: 0.8125em;
  color: #000;
  margin-bottom: 10px;
  font-weight:600;
  line-height: 1.5em;
}
.tab_desc h4, .tab_desc1 h4{
  font-size: 0.8125em;
  color: #000;	
  font-weight: 300;
  margin-bottom: 0;
}
/* radios and checkboxes */
/* start categories */
.stock_left{
	padding:0;
}
.col.col-4 {
  padding: 0 0px 0 20px;
}
.w_sidebar{
   background-color: #f0f0f0;
   padding: 1em 0 2em;
}
.w_nav2{
   padding: 10px 0px 0 20px;
}
.w_nav2 li{
	line-height: 1.5em;
	display: inline-block;
}
.w_nav2 li a{
	display: block;
	padding: 14px;
}
.w_nav2 li a.color1{
	background:	#0AA5E2;
}
.w_nav2 li a.color2{
	background:	#40E0D0;
}
.w_nav2 li a.color3{
	background:	#B03060;
}
.w_nav2 li a.color4{
	background:	#000080;
}
.w_nav2 li a.color5{
	background:	#E60D41;
}
.w_nav2 li a.color6{
	background:	#45BF55;
}
.w_nav2 li a.color7{
	background:	#FF7F00;
}
.w_nav2 li a.color8{
	background:	#8B4513;
}
.w_nav2 li a.color9{
	background:	#FFD700;
}
.w_nav2 li a.color10{
	background:	#9FA8AB;
}
.w_nav2 li a.color11{
	background:	#C0C0C0;
}
.w_nav2 li a.color12{
	background:	#0AA5E2;
}
.w_nav2 li a.color13{
	background:	#FFCBDB;
}
.w_nav2 li a.color14{
	background:	#B87333;
}
.w_nav2 li a.color15{
	background:	#BFB540;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form.col.col-4 ul {
	padding: 0;
	list-style: none;
}
.sky-form h4{
  margin-top: 10px;
  padding: 20px 20px 10px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
}
.sky-form section {
	margin-bottom: 20px;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}
/* selects */
.sky-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 1px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}
/* radios and checkboxes */
.sky-form .radio,.sky-form .checkbox {
	outline:none;
	border:none;
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 13px;
	line-height: 27px;
	color: #555555;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0;
}
.sky-form .radio{
	text-transform: none;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.sky-form .checkbox input + i:after {
	content: '';
	top: 3px;
	left: 2px;
	width: 10px;
	height: 7px;
	background: url(../images/tick.png) no-repeat;
	text-align: center;
}
.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
	opacity: 1;
}
.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
/* icons */
.sky-form [class^="icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* normal state */
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
	border-color: #e5e5e5;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
	background-color: #2da5da;	
}
/* hover state */
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
	border-color:#00C78A;
}
.sky-form .button:hover {
	opacity: 1;
}
/* focus state */
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #2da5da;
}
/* checked state */
.sky-form .radio input + i:after {
	background-color: #2da5da;	
}
.sky-form .checkbox input + i:after {
	color: #2da5da;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color:#00C78A;
}
/* error state */
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
	background: #fff0f0;
}
/* success state */
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
	background: #f0fff0;
}
/* disabled state */
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}
 /*-- single --*/
.single_box1 {
  padding:5em 0;
}
ul.size {
  padding: 0;
  list-style: none;
  margin:0;
}
ul.size h3 {
  color: #555;
  font-size:1.5em;
  text-transform: uppercase;
  margin-bottom: 2em;
}
ul.size li {
  display: inline-block;
  margin: 0 10px 0 0;
}
ul.size li a {
  color: #555;
  font-size: 1.1em;
  border: 1px solid #a8b2b1;
  padding:18px 25px;
}
ul.size li a:hover{
  text-decoration:none;
  border:1px solid #00C78A;
}
.btn_3{
  cursor: pointer;
  border: none;
  outline: none;
  display: inline-block;
  font-size:1.2em;
  padding: 15px 25px;
  background:#00C78A;
  color: #FFF;
  font-weight:700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin:3em 0;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -o-border-radius:4px;
}
.btn_3:hover{
	background:#555;
	text-decoration:none;
	color:#fff;
}
p.movie_option {
  font-size: 15px;
  margin-bottom: 15px;
}
p.movie_option a {
  color: #555;
}
h4.tag_head {
  color: #333;
  font-weight: 400;
  font-size: 1.3em;
  margin-bottom: 1em;
}
ul.tags_links, ul.tags_images{
  padding: 0;
  list-style: none;
  margin:0;
}
ul.tags_links li {
   display: inline-block;
   margin: 15px 4px;
}
ul.tags_links li a {
  color: #333;
  font-size: 0.85em;
  background: #e9e9e9;
  padding: 10px 20px;
}
ul.tags_links li a:hover{
	text-decoration:none;
    background:#E0E0E0;
}
ul.tags_images li {
  float: left;
  width: 19.2%;
  margin-right: 1%;
}
ul.tags_images li.last{
	margin-right:0;
}
.tags {
  margin: 3em 0 0 0;
}
ul.tags_images {
  margin-bottom: 3em;
}
/*--register--*/
.register{
	padding:5em 0;
}
.register-top-grid h1, .register-bottom-grid h4 {
	color: #000;
    font-size: 1.1em;
    margin-bottom: 1em;
    font-weight: 500;
}
.register-top-grid div, .register-bottom-grid div {
	width: 48%;
	float: left;
	margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span {
	color:#555;
	font-size: 0.8125em;
	padding-bottom: 0.2em;
	display: block;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"] {
	border: 1px solid #EEE;
	outline-color:#FF5B36;
	width: 96%;
	font-size:0.8125em;
	padding:10px;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	position: relative;
	font-size: 0.85em;
	color:#555;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.news-letter {
	color: #555;
	font-weight:600;
	font-size: 0.85em;
	margin-bottom: 1em;
	display: block;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #E5E5E5;
}	
.checkbox input + i:after {
	content: '';
	background: url("../images/tick.png") no-repeat 4px 6px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#00BFF0;
}
.register-but{
	margin-top:1em;
}
.register-but form input[type="submit"] {
	background:#00C78A;
	color: #FFF;
	font-size:1em;
	padding: 0.8em 2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	border:none;
	outline:none;
	font-weight:500;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
}
.register-but form input[type="submit"]:hover{
	background:#555;
}
.register-bottom-grid {
	margin-top:3em;
}
/* -- about --*/
.col_3 p{
  font-size: 0.8em;
  color: #999;
  line-height: 1.8em;
  margin-bottom: 10px;
}
.col_3 h2{
  color: #000;
  font-weight: 100;
  font-size: 2em;
  text-align: center;
  margin-bottom: 1em;
}
.about_box{
  margin-bottom:2em;
}
p.m_1{
  font-size: 0.8em;
  color: #999;
  line-height: 1.8em;
  padding:0 15px;
  margin: 2em 0 0 0;
}
/*-- support --*/
.map{
	padding:0 15px;
}
.map iframe{
	border:none;
	width:100%;
	height:200px;
}
.section.group {
  margin: 3em 0 0 0;
}
.support_left h3, .support_right h3{
  font-size: 1.3em;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}
.contact-to input[type="text"] {
  padding: 10px 10px;
  width:32.5%;
  margin: 10px 0;
  border: 1px solid #E1E2E2;
  color: #999;
  background: #FFF;
  float: left;
  outline: none;
  font-size: 0.85em;
  font-family: 'Open Sans', sans-serif;
}
.text2 textarea {
  width:100%;
  margin: 10px 0;
  border: 1px solid #E1E2E2;
  color: #999;
  outline: none;
  margin-bottom: 25px;
  height: 120px;
  padding: 10px 10px;
  font-size: 0.85em;
}
.support_left input[type="submit"] {
  float: right;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 12px 30px;
  background:#00C78A;
  display: inline-block;
  font-size: 1em;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  border: none;
  outline: none;
}
.support_left input[type="submit"]:hover{
	background:#000;
}
.address p {
  color: #999;
  font-size: 0.8125em;
  line-height: 2em;
}
/* -- faq --*/
.register h2{
	font-size:1.6em;
	font-weight:300;
	text-transform:uppercase;
	color:#000;
	margin-bottom:1em;
}
.register h3{
	font-size:1.1em;
	color:#000;
	font-weight:500;
	margin:1em 0 0.5em;
}
.register p{
	font-size:0.8em;
	color:#999;
	line-height:1.8em;
}
/*-- price --*/
.price{
	padding:5em 0;
}
.price h2 {
  color: #000;
  font-size: 2em;
  font-weight:100;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 1em;
}
.plan-options {
  width: 100%;
  background: #fff;
  text-align: center;
  border: 1px solid #f0f0f0;
}
.plan-options .plan-price {
  background:#00C78A;
  color: #ffffff;
  padding: 20px 10px 25px;
  font-weight: 400;
}
.plan-options .plan-price, .plan-options .plan-details, .plan-options .button {
  padding:15px;
}
ul.plan-details{
	padding:0;
	margin:0;
	list-style:none;
}
.plan-options li {
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #f2f2f2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 15px;
  background: url(../images/tick.png)no-repeat 0 22px;
  text-align: left;
}
.plan-options .btn {
  margin-bottom: 40px;
}
.btn_4{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.2;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #555;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 40px;
  color: #ffffff;
  margin: 1em 0 4em;
}
.btn_4:hover{
	background:#00C78A;
	text-decoration:none;
	color:#fff;
}
.plan-options .plan-price strong {
  font-size:40px;
  align-self: baseline;
  line-height: 1;
  font-weight: 500;
}
.plan-options .plan-name {
  font-size:20px;
  margin: 0;
}
/*-- responsive design --*/
@media (max-width:1366px){
.resp-tabs-list {
  width: 41%;
}
}
@media (max-width:1280px){
.resp-tabs-list {
  width: 43%;
}
}
@media (max-width:1024px){
#search_text {
  width: 250px;
}
.nav1 li a {
   padding: 0 15px;
}
#search_text {
  width: 220px;
}
.span_1_of_1 h2 {
  font-size: 2.5em;
}
.banner {
 min-height: 500px;
}
.span_1_of_1 {
  padding: 9em 0 0 0;
}
.grid_1 h3 {
  font-size: 1.7em;
}  
.col_1 h4 {
  font-size: 1.5em;
}  
.resp-tab-item {
  font-size: 0.8125em;
}  
.resp-tabs-list {
  width: 53%;
}
.tab_desc p, .tab_desc1 p {
  font-size: 12px;
}
.contact-to input[type="text"] {
  width: 32.3%;
}  
}
@media (max-width:930px){
#options>a {
  padding-right: 32px;
}	
#search_text {
  width: 181px;
}
.search {
  width: 52%;
}
.col_1 {
  width: 33.333%;
  float: left;
}
.col_1 h4 {
  padding: 3em 0 0 0;
}
.col_2 h3 {
  padding:0;
}
ul.size li a {
  font-size: 1em;
  padding: 8px 15px;
}
.btn_3{
  font-size: 1em;
  padding: 12px 20px;
}
.col_4{
  text-align:center;
}
.col_4 img{
  display:inline-block;
}
}
@media (max-width:768px){
.span_1_of_1 h2 {
  font-size: 2em;
}
.banner {
  min-height: 420px;
}	
.span_1_of_1 {
  padding: 7em 0 0 0;
}
.grid_1 h3 {
  font-size: 1.4em;
}
.col_1 h4 {
  padding: 2.5em 0 0 0;
}
.resp-tabs-list {
  width: 60%;
}
.tab_desc {
  padding: 10px 5px;
}
.register {
  padding: 3em 0;
}
.grid_2 {
  padding-bottom: 3em;
}
.grid_1 {
  padding: 3em 0;
}  
.col-md-4.span4 {
  margin-bottom: 1em;
}
}
@media (max-width:736px){
.search {
  width: 55%;
}
#search_text {
  width: 185px;
}	
}
@media (max-width:667px){
.nav1 {
  height: 40px;
}
#search_text {
  padding: 15px 0 15px 15px;
  font-size: 15px;
  height: 40px;
}  
#search_button {
  width: 40px;
  height: 40px;
}
.nav1 li a {
  padding: 0 10px;
  font-size: 13px;
  line-height: 40px;
}
.subnav li a {
  font-size:11px;
}  
#search_text {
  width:174px;
}
.search {
  width: 53%;
}
.span_1_of_1 h2 {
  font-size: 1.5em;
}
.banner {
  min-height: 300px;
}
.span_1_of_1 {
  padding: 5em 0 0 0;
}
.grid_1 h3 {
  font-size: 1.2em;
}
.col_1 h4 {
  font-size: 1.2em;
}
.col_2 h3 {
  font-size: 1.5em;
}  
.logo h1 {
  font-size: 25px;
}  
.top_right {
  margin-top: 0;
}
.resp-tab-item {
  font-size: 12px;
}
.resp-tabs-list {
  width: 66%;
}
ul.tab_img li {
  width: 31%;
}
.single_left{
  margin-bottom:2em;
}
ul.size h3 {
  margin-bottom: 1em;
}
.single_box1 {
  padding:3em 0;
}
.btn_3{
  margin: 2em 0;
}  
ul#footer-links li a {
  font-size: 13px;
  margin: 0 5px;
}
.register-top-grid h1, .register-bottom-grid h4 {
  font-size: 1em;
}  
.register-but {
  margin-top: 0;
}
.register-but form input[type="submit"] {
  font-size: 0.85em;
  padding: 0.7em 1.5em;
}  
.grid_3 {
  padding: 1em 0;
}
.support_left input[type="submit"] {
  padding: 10px 20px;
  font-size: 0.85em;
}  
.contact-to input[type="text"]{
  width: 32.1%;
}
.text2 textarea{
  font-size: 0.8125em;
}
.subnav {
  width: 130px;
}  
}
@media (max-width:640px){
.nav1 {
  height: 40px;
}
#search_text {
  padding: 15px 0 15px 15px;
  font-size: 15px;
  height: 40px;
}  
#search_button {
  width: 40px;
  height: 40px;
}
.nav1 li a {
  padding: 0 10px;
  font-size: 13px;
  line-height: 40px;
}
.subnav li a {
  font-size:11px;
}  
#search_text {
  width: 160px;
}
.search {
  width: 53%;
}
}
@media (max-width:600px){
.search {
  width: 57%;
}
#search_text {
  width: 161px;
}	
}
@media (max-width:568px){
.search {
  width: 61%;
}
#search_text {
  width: 164px;
}	
}
@media (max-width:480px){
.logo h1 {
  font-size: 22px;
}
.price {
  padding: 3em 0;
}
.plan-options .plan-price strong {
  font-size: 30px;
}
.plan-options .plan-name {
  font-size: 16px;
}
.price h2 {
  font-size: 1.5em;
}  
.header {
  padding: 10px 0;
}	
.top_right ul li a {
  padding: 0;
}  
#loginBox {
  top: 34px;
}  
.span_1_of_1 h2 {
  font-size: 1.3em;
}
#search_text {
  width:110px;
}
.search {
  width: 65%;
}
#search_text {
  width: 127px;
}
.grid_1 h3 {
  font-size: 1.1em;
  line-height: 1.5em;
}
.col_1 h4 {
  padding: 1.7em 0 0 0;
}
.span_1_of_5 {
  width: 45.9%;
}
ul.list1 li {
  margin: 0 0 3px 0;
}
.col_1_of_5 {
  margin: 1% 0 1% 0%;
}
.span_1_of_5 {
  width: 50%;
}
.contact-to input[type="text"] {
  width: 100%;
}
.contact-to input[type="text"] {
  margin-left:0 !important;
}
.register h2 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.register h3 {
  font-size: 0.95em;
}  
}
@media (max-width:414px){
.nav1 {
  height: 30px;
}
#search_text {
  padding: 15px 0 15px 10px;
  font-size: 14px;
  height: 30px;
}
#search_button {
  width: 35px;
  height: 30px;
}
.search {
  border: 3px solid rgba(70, 70, 70, 0.46);
}
#options>a {
  padding-right: 25px;
}
.nav1 li a {
  padding: 0 7px;
  font-size: 13px;
  line-height: 31px;
}
#search_text {
  width: 84px;
}
.search {
  width: 70%;
}
#search_text {
  width: 101px;
}
.banner {
  min-height: 250px;
}
.span_1_of_1 {
  padding: 4em 0 0 0;
}
.col_1 h4 {
  padding: 1.3em 0 0 0;
}
.col_1 {
  padding: 2px;
}
.col_2, .col_5{
  padding: 0;
}
.col_2 h3 {
  font-size: 1.3em;
}
.grid_1 {
  padding: 2em 0;
}
.grid_2 {
  padding-bottom: 2em;
}
ul#footer-links li a {
  font-size: 12px;
}
.subnav li a {
  font-size: 11px;
}
#loginContainer a span {
  padding:0px;
}
.stock_left {
  margin-bottom: 2em;
}
.pagination {
  margin:0 !important;
}
ul.size li a {
  font-size: 0.85em;
  padding: 3px 9px;
}
.single_left, .col_6{
  padding: 0;
}
ul.size h3 {
  font-size: 1.1em;
}  
.single_box1 {
  padding: 2em 0 2em;
}
p.movie_option {
  font-size: 14px;
  margin-bottom: 5px;
}
.btn_3{
  font-size: 0.85em;
  padding: 10px 15px;
}
ul.tags_links li a {
  font-size: 0.8125em;
  padding: 6px 10px;
}
ul.tags_links li {
  margin: 6px 0px;
}
.tags {
  margin: 2em 0 0 0;
}
h4.tag_head {
  font-size: 1.1em;
}  
ul.tags_images {
  margin-bottom: 2em;
}
.col_3, .col_4, .map, .support_left, .support_right{
  padding: 0;
}
p.m_1 {
  padding: 0;
}
}
@media (max-width:375px){
.search {
  width: 72%;
}	
}
@media (max-width:320px){
.top_right ul li {
  margin-right: 5px;
}	
.span_1_of_1 h2 {
  font-size: 1em;
}
#options>a {
  background-position: 88% center;
}
.search {
  width: 87%;
}
.banner {
  min-height:180px;
}
.span_1_of_1 {
  padding: 3em 0 0 0;
}
.grid_1 h3 {
  font-size: 1em;
}
.col_1 h4 {
  padding: 1.1em 0 0 0;
}
.col_2 h3 {
  font-size: 1.2em;
}
ul.list1 li a {
  font-size: 12px;
}
.sky-form h4 {
  margin-top: 0;
  padding: 10px 20px 10px;
}
.w_sidebar {
  padding: 1em 0 1em;
}  
ul.tab_img li {
  width: 48%;
}
.subnav {
  width: 110px;
}
.top_right ul li a {
  font-size: 11px;
}  
ul.size li a {
  font-size: 12px;
  padding: 2px 6px;
}
fieldset#body {
  padding: 10px;
}  
#loginForm {
  width: 274px;
}
#loginForm #login {
  font-size: 0.8125em;
  padding: 5px 10px;
}  
#body label {
  font-size: 12px;
  margin: 5px 0 0 0;
}
.section.group {
  margin: 2em 0 0 0;
}
.contact-to input[type="text"] {
  margin: 5px 0;
  font-size: 0.8125em;
}  
.register-top-grid div, .register-bottom-grid div {
  width: 100%;
  float:none;
}
.register {
  padding: 2em 0;
}
.register-top-grid h1, .register-bottom-grid h4 {
  font-size: 0.95em;
}
.register-bottom-grid {
  margin-top: 2em;
}
.register h2 {
  font-size: 1em;
}
.span4 {
  padding:0;
}
.price h2 {
  font-size: 1.3em;
  padding-left: 0;
}
.plan-options li {
  padding: 10px 0 10px 17px;
  font-size: 14px;
  background: url(../images/tick.png)no-repeat 0 17px;
}
.btn_4 {
  padding: 12px 30px;
  margin: 1em 0 3em;
}
.price {
  padding: 2em 0;
}
}
