@import url(https://fonts.googleapis.com/css?family=Gochi+Hand);
/* responsive text queries */
/*@media screen and (max-width: @md) {
    p,input,div,span,h4 {
    font-size: 97%;
    }
    h1 {
    font-size: 26px;  
    }
    h2 {
    font-size: 24px;  
    }
    h3 {
    font-size: 20px;  
    }
    h4 {
    font-size: 18px;  
    }
    h5 {
    font-size: 16px;  
    }
    h6 {
    font-size: 14px;  
    }
}

@media screen and (max-width: @sm) {
  p,input,div,span,h4 {
    font-size: 92%;
  }
  h1 {
    font-size: 22px;  
  }
  h2 {
    font-size: 20px;  
  }
  h3 {
    font-size: 18px;  
  }
  h4 {
    font-size: 16px;  
  }
  h5 {
    font-size: 14px;  
  }
  h6 {
    font-size: 12px;  
  }
}*/
html {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  height: 100%;
  position: relative;
}
a {
  color: #e79033;
  text-decoration: none;
}
a:hover {
  color: #cf7718;
}
section {
  padding: 40px 0 50px 0;
  display: -webkit-box;
}
/* Utility Classes */
.white-text {
  color: white;
}
.no-padding {
  padding: 0 !important;
}
.padding-2 {
  padding-left: 2px;
  padding-right: 2px;
}
.vcenter-title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .vcenter {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', Arial sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #525753;
}
h2 {
  margin-bottom: 30px;
}
.btn-primary {
  background-color: #e79033;
  border: none;
  border-bottom: 2px solid #cf7718;
  border-radius: 7px;
  color: white;
  font-family: 'Open Sans', Arial sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active {
  background-color: #cf7718;
}
.btn-primary:hover {
  background-color: #cf7718;
  border-color: #b86916;
  color: white;
}
.btn-primary.margin {
  margin: 20px 0;
}
.btn-primary.wide {
  width: 100%;
}
.label-primary {
  background-color: #43b0b9;
}
.btn-md {
  padding: 9px 12px;
}
.has-header {
  margin-top: 69px;
}
.has-header.container {
  margin-bottom: 20px;
}
.back-to-top {
  color: white;
  border: 1px solid #43b0b9;
  background-color: #43b0b9;
  left: 50px;
  right: auto;
  border-radius: 2px;
  opacity: 0;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 999;
  left: 50px
	right: auto;
  bottom: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.back-to-top:hover {
  background-color: white;
}
.back-to-top:hover span {
  color: #43b0b9;
}
.back-to-top span {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2em;
}
.ekko-lightbox .modal-dialog {
  transform: translate(0, 50%) !important;
}
/*------------------------------------------------------
[Header]

.header is present on all pages. 
------------------------------------------------------*/
header {
  background-color: white;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
}
header .navbar {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}
header .navbar .navbar-brand {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
header .navbar .navbar-brand img {
  width: 170px;
}
header .navbar .navbar-right {
  padding: 15px 0;
}
header .navbar .navbar-right:hover {
  background-color: transparent;
}
header .navbar .navbar-right a {
  color: #808080;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
header .navbar .navbar-right a:hover {
  color: #525753;
}
header .navbar .navbar-right li {
  padding: 0 5px;
}
header .navbar .navbar-right li a {
  border-radius: 7px;
  font-family: "Open Sans", Arial, sans-serif;
  margin-top: 2px;
  padding: 5px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
header .navbar .navbar-right li a:hover {
  background-color: transparent;
}
header .navbar .navbar-right li a.orange {
  background-color: #e79033;
  color: white !important;
}
header .navbar .navbar-right li a.orange:hover {
  background-color: #cf7718;
}
header .navbar .navbar-right li a.blue {
  background-color: #43B0B9;
  color: white !important;
}
header .navbar .navbar-right li a.blue:hover {
  opacity: 0.8;
}
header .navbar .navbar-right li a.darkgray {
  background-color: #525753;
  color: white !important;
}
header .navbar .navbar-right li a.darkgray:hover {
  background-color: #393d3a;
}
header .navbar .navbar-toggle {
  margin-top: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
header .navbar .navbar-toggle span {
  background-color: #525753;
}
header .navbar .navbar-toggle .icon-bar {
  background-color: #808080;
}
/* Sub Header */
.sub-header {
  border-bottom: 15px solid #d9e083;
  padding: 0;
  min-height: 200px;
  overflow: hidden;
  background-color: black;
  position: relative;
}
.sub-header .title,
.sub-header .subtitle {
  padding: 10px 40px;
  display: inline-block;
}
.sub-header .title {
  background-color: rgba(197, 91, 152, 0.8);
  color: white;
  margin: 0;
}
.sub-header .subtitle {
  background-color: rgba(67, 176, 185, 0.8);
}
.sub-header .subtitle h5,
.sub-header .subtitle h5 a {
  color: white;
  margin-top: 10px;
}
/*------------------------------------------------------
[Homepage]

/index.php
------------------------------------------------------*/
/* Hero */
#hero {
  background: url("../image/front/subheader/index.jpg");
  background-position: 100% 75%;
  background-size: cover;
  padding: 100px 0;
}
#hero h2,
#hero h3,
#hero h5 {
  text-transform: none;
}
#hero .pink h2 {
  background-color: #c55b98;
  padding: 10px;
  color: white;
  margin: 0;
  display: inline-block;
}
#hero .green {
  margin: 10px 0;
}
#hero .green h3 {
  padding: 10px;
  background-color: #43b0b9;
  color: white;
  margin: 0;
  display: inline-block;
}
#hero .fancy h3 {
  font-family: 'Gochi Hand', cursive;
  margin: 0;
}
#hero .link {
  margin-top: 20px;
}
#hero .link h5 a {
  color: #43b0b9;
}
/* Services */
#services .service {
  margin: 20px 0;
}
#services .service img {
  margin-bottom: 10px;
}
#services span {
  font-size: 1em;
  line-height: 1.7em;
}
/* Sign Up */
#sign-up {
  background-color: #f5f5f5;
}
#sign-up h3 a {
  color: #e79033;
  font-size: 14px;
}
#sign-up h3 a:hover {
  color: #cf7718;
}
#sign-up .detail .price-wrapper {
  margin-top: 70px;
  background-color: #43b0b9;
}
#sign-up .detail .price-wrapper .price {
  background-color: #d9e083;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: -40px;
}
#sign-up .detail .price-wrapper .price sup {
  font-size: 0.6em;
}
#sign-up .detail .price-wrapper .price .price-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sign-up .detail .features {
  background-color: #e3e3e3;
}
#sign-up .detail .features ul {
  list-style: none;
  padding-left: 0;
}
#sign-up .detail .features ul li {
  padding: 10px 0;
}
/* Testimonials */
#testimonials {
  background: url("../image/front/dots.png");
  background-color: #c55b98;
}
/* Carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  /* Control buttons  */
  /* Previous button  */
  /* Next button  */
  /* Changes the position of the indicators */
  /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
  background: none;
  font-size: 2.3em;
  margin-top: 30px;
}
#quote-carousel .carousel-control.left {
  left: -60px;
}
#quote-carousel .carousel-control.right {
  right: -60px;
}
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
  width: 40px;
  height: 40px;
  margin: 5px;
  cursor: pointer;
  border: 3px solid #CCC;
  border-radius: 50px;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
  width: 60px;
  height: 60px;
  border-radius: 70px;
  border-color: #e79033;
  opacity: 1;
  overflow: hidden;
}
#quote-carousel .carousel-inner {
  min-height: 270px;
}
#quote-carousel .item blockquote {
  border-left: none;
  margin: 0;
  color: white;
  /*p:after {
            content: "\f10e";
            font-family: 'Fontawesome';
            float: none;
            margin-left: 10px;  
        }*/
}
#quote-carousel .item blockquote small {
  color: white;
}
#quote-carousel .item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: none;
  margin-right: 10px;
}
/* Questions */
#questions .icon {
  font-size: 35px;
}
#questions p {
  margin-top: 10px;
}
#questions a {
  color: #e79033;
  font-size: 14px;
}
#questions a:hover {
  color: #cf7718;
}
/*------------------------------------------------------
[Features Page]

/index.php?route=front/features
------------------------------------------------------*/
#feature2,
#feature4 {
  background: url("../image/front/dots.png");
  background-color: #43b0b9;
}
.feature img {
  max-height: 300px;
}
.feature .copy {
  text-transform: uppercase;
  font-weight: 600;
}
/*------------------------------------------------------
[Pricing Page]

/index.php?route=front/pricing
------------------------------------------------------*/
#pricing .package-name {
  background-color: #43b0b9;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
#pricing .package-name.most-popular {
  margin-top: 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#pricing .package-name.most-popular:before {
  content: "Most Popular";
  position: absolute;
  height: 30px;
  color: white;
  background-color: #e79033;
  display: block;
  border-radius: 7px 7px 0 0;
  top: -30px;
  width: 100%;
  left: 0;
  font-family: 'Open Sans', Arial sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
}
#pricing .package-price {
  background-color: #d9e083;
}
#pricing .package-price h4 {
  text-transform: lowercase;
}
#pricing .package-price h6 {
  text-transform: lowercase;
  font-size: 0.8em;
}
#pricing .package-detail ul {
  margin-top: 15px;
  padding-left: 0px;
  list-style: none;
}
#pricing .package-detail ul li {
  padding: 8px 0 8px 3px;
  font-size: 0.8em;
  min-height: 46px;
}
@media only screen and (max-width: 768px) {
  #pricing .package-detail ul li {
    font-size: 12px;
  }
}
#pricing .package-detail ul li:nth-child(odd) {
  background-color: #f8f8f8;
}
/*------------------------------------------------------
[Services Page]

/index.php?route=front/services
------------------------------------------------------*/
#greatfor {
  background: url("../image/front/dots.png");
  background-color: #43b0b9;
}
#greatfor h5 {
  color: white;
  font-weight: 400;
}
#greatfor .glyphicon {
  color: #d9e083;
  font-size: 1.3em;
}
#howwecanhelp .placeholder {
  background-color: #eee;
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: white;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 25px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  #pricing .package-name.most-popular {
    margin-top: 0;
  }
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  #hero {
    background: url("../image/front/subheader/index_lg.jpg");
    background-position: 100% 50%;
    background-size: cover;
    min-height: 500px;
  }
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
/*------------------------------------------------------
[Help Page]

/index.php?route=front/help
------------------------------------------------------*/
#search {
  background-color: #f5f5f5;
}
#quick-links {
  background-color: #fafafa;
}
#quick-links .service {
  margin: 20px 0;
}
#quick-links .service h4 {
  margin-top: 30px ;
}
#content section:nth-child(even) {
  position: relative;
  /* for child pseudo-element */
  z-index: 0;
  /* add back negative margin value */
  background-color: #fafafa;
}
#content section:nth-child(even):before {
  content: "";
  position: absolute;
  z-index: -1;
  /* behind parent */
  top: 0;
  bottom: 0;
  /* subtract h2 padding (1.5rem) */
  left: 598.5rem;
  right: 598.5rem;
}
#content #videos .video {
  margin-bottom: 15px;
}
#content .faqs .media-heading span {
  color: #e79033;
}
#content .faqs .media-heading a {
  color: #337ab7;
}
#scrollSpy ol {
  counter-reset: item;
  padding-left: 10px;
}
#scrollSpy ol li {
  display: block;
  padding: 3px 0;
}
#scrollSpy ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #848b85;
  padding-right: 4px;
}
#scrollSpy ol li.active a {
  font-weight: bolder;
}
/*------------------------------------------------------
[Login Page]

/index.php?route=account/login
------------------------------------------------------*/
#login {
  background-color: #f3f3f3;
  height: calc(100% - 281px);
  min-height: 530px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#login .container section {
  background-color: transparent;
}
#login .container .sign-in-box {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px 20px;
  box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.01);
}
#login .container .sign-in-box .btn-primary {
  padding: 8px 15px;
}
#login .container .sign-in-box .email-icon,
#login .container .sign-in-box .password-icon {
  display: block;
  position: relative;
}
#login .container .sign-in-box .email-icon input,
#login .container .sign-in-box .password-icon input {
  border-radius: 0;
}
#success {
  height: 75%;
  position: relative;
}
#success .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#success .container .sign-in-box {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 40px 20px;
}
/*------------------------------------------------------
[Footer]


------------------------------------------------------*/
footer {
  background-color: black;
  color: white;
  padding: 20px;
  font-size: 11px;
}
