/*
GREEN: # 367833
DARK GREEN: # 1e421c
RED: # F82401
LIGHT RED: # FF9D8E
DARK RED: # 8D1401
AMBER/ORANGE: # FFC133
DARK AMBER/ORANGE: # B96600
*/

a,a:hover {color:#B96600;}

.btn.se-btn:hover, .btn.se-btn-black:hover {
      border:1px solid #FFC133;
}
.contactintro {margin-bottom:50px;}
.contactform h2 {padding-top:50px;padding-bottom:25px;color:#FFC133;}
.contactform h2:first-child {margin-top:0;padding-bottom:25px;}

.panel-body p {margin-bottom:15px;}

.yamm-content ul {padding-bottom:5px; padding-right:20px}
.yamm-content li {margin-bottom:10px;}
.yamm-content li a {text-transform: uppercase;}

.cta {padding-bottom:90px;}

iframe {width:100%;}

.ytube iframe, .ytube embed {width:800px;height:450px; margin-left:-25px;}
.appstore {clear:both; padding-top:50px;text-align: center;}
.appstore a img {width:150px;margin:0 auto;display:block;}


.outer .btn {margin-bottom:15px;}

.outer h5 {line-height:1.1em;}

.single-feature .feature-desc h2 {
  margin-bottom: 1em;
  width: 100%; }

.feature-info .btn {margin-top:30px;}

.readmore {padding-top:15px;}
.readmore p a {font-weight:700;}

blockquote {padding-left: 25px;margin-left:10px;font-size:14px;color:#FFC133;}

#posts h1 {margin-bottom:25px;color:#FFC133;}
#posts .entry h2.mtn {padding-top:30px;color:#FFC133}
.post-in-list {padding-top:30px;}
#posts .entry ul {margin-left:10px;}

#posts .entry ul li {list-style-type: disc;margin-bottom:10px;}

/*======================= Testimonial ==================*/

.cd-testimonials-wrapper {
  position: relative;
  width: 100%;
 /* background-color: #39393c;*/
  margin: 1em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 4em auto;
    padding: 30px 50px 20px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block;
  }
}

.cd-testimonials {
  color: #555;
  text-align: center;
}
.cd-testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;

}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 20px;
  margin-left:-30px;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size: 18px;
    /*font-size: 1.625rem;*/
    line-height: 1.6;
  }
}

.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}

.cd-author .cd-author-info {
  margin-left:-45px;
  line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6b6b70;
}
@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 50px;
    height: 50px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
  background-color: #fff;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #ffffff;
  color:#555;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #5e5e63;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: #ffffff;
  }
}

.cd-see-all {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #252527;
  text-align: center;
  text-transform: uppercase;
  color: #6b6b70;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  transition: color, 0.2s;
}
.no-touch .cd-see-all:hover {
  color: #79b6e4;
}


/*
@media (max-width: 102px) {
	.ytube iframe, .ytube embed {width:636px;height:358px;margin-left:0px;}

}

@media (max-width: 636px) {
	.ytube iframe, .ytube embed {width:480px;height:270px;margin-left:0px;}

}
@media (max-width: 479px) {

	.ytube iframe, .ytube embed {width:300px;height:169px;margin-left:-5px;}
}
*/

@media only screen
and (min-device-width : 320px)
and (max-device-width : 1170px)
and (-webkit-min-device-pixel-ratio: 2) {
	.ytube iframe, .ytube embed {width:100%;margin-left:0px;}
}

/* Pricing page */
.plan-header span {
  font-size:1.3em;
  color:#FFC133;
}
.plan-header span span {
  text-transform: uppercase;
  font-weight:700;
  font-size:1.5em;

}
.plan-header h2 {
  padding-top:25px;
  margin-bottom:-8px;
}
.plan-header .priceper {
  font-size:0.8em;
  color:#fff;
  font-weight:normal;
}
.plan-header i {
  color:#FFC133;
  margin-top:18px;
}

.priceusers, .pricesupport, .priceextra {
  margin-top:15px;
  padding-bottom:15px;

}
.priceusers, .pricesupport {

  border-bottom: 1px #fff solid;
}

.priceusers span {
  font-style:italic;
  font-size:0.9em;
}
.plan-header .se-btn-black {
  background-color:#FFC133;
}
.plan-header .row.text-center {
  margin-top:25px;
}
.row.text-center.pricing h3 {

  color:#FFC133;
}
.row.text-center.pricing h3 span {
  font-size:0.8em;
  color:#444;
}
.row.text-center.pricing p {
  line-height:1.2em;
  width:75%;
  margin: 15px auto;

}
.plan-header {
  border-radius:5px;
  -webkit-box-shadow: 3px 10px 33px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 10px 33px -5px rgba(0,0,0,0.75);
box-shadow: 3px 10px 33px -5px rgba(0,0,0,0.75);
}

.plan-header p {
  color:#fff;

}

/* Make testimonial images circular */

.testimonial--image {
  border-radius:50%;
}
.inner img {margin:0 auto;}
.outer {padding-top:50px;}
.pageintro {text-align: center;}
.single-feature.guide {min-height:700px;}
.guideform .form-group, .guideform .guidebtn {padding:0;}

a.btn-rounded.stories {
  background-color: #9228da;
  color:#fff;
  font-weight: 700;
  font-size: 125%;
}

a.btn-rounded.demo {
  background-color: #2daeac;
  color:#fff;
}
.footerbuttons {
  padding-top:50px;
}

.footerbuttons a.btn-rounded.signup {
  border-color: #FFC133;
}
