/*------------------------------------------------------------------
Template Name	: Librarium
Author			: Dan Lutescu ( www.softlightweb.scom )
Version			: 1.0.0
Tags			: book, ebook, clean, minimal, landing page, mock up, mockup, one page, selling e book, book marketing, theme,  template
-------------------------------------------------------------------*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1.	Body
2.  Navigation / section.main-menu
3.  Home / section.home
4.  Features / section.features
5.  Overview / section.overview
6.  Inside / section.inside
7.  Free chapters / section.free-chapters
8.  Testimonials / section.testimonials
9.  Author / section.author
10.  Subscribe / section.subscribe
11.  Prices / section.prices
12.  Contact / section.contact

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

# Red color (headings and buttons background): #0099cc
# Black color (h2 and text) #2b2e31
# Gray color (section description) #7d828c
# light gray color (quotes mark) #e0e0e0

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Font Mixins]
-------------------------------------------------------------------*/
.base-font {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.base-font-extra-light {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 200;
}
.base-font-light {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 300;
}
.base-font-bold {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
}
.base-font-heavy {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 900;
}
.secondary-black-italic-font {
  font-family: Lato;
  font-weight: 900;
  font-style: italic;
}
/*------------------------------------------------------------------
# [Reusable Mixins]
-------------------------------------------------------------------*/
.section-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #333399;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.section-subtitle {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-weight: 600;
	font-size: 36px;
	color: #2b2e31;
	text-align: center;
	position: relative;
	padding-bottom: 25px;
}
.section-subtitle:after {
  content: ' ';
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #e0e0e0;
  left: 50%;
  bottom: 2px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section-subtitle:before {
  content: '♦';
  position: absolute;
  width: 5px;
  height: 5px;
  color: #e0e0e0;
  left: 50%;
  font-size: 10px;
  bottom: 3px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.section-desc {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #333;
	max-width: 1000px;
	margin: 20px auto 50px auto;
	text-align: center;
}
.red-button {
	display: block;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-weight: 700;
	font-size: 14px;
	padding: 15px 25px;
	color: white;
	background-color: #FF0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media (min-width: 768px) {
  .red-button {
    margin-top: 0px;
    display: inline-block;
  }
}
.red-button:hover {
  text-decoration: none;
  color: white;
}
.white-button {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  font-size: 14px;
  padding: 15px 15px;
  border: 2px solid #fafafa;
  color: #7d828c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .white-button {
    margin-top: 0px;
    margin-left: 30px;
    display: inline-block;
  }
}
.white-button:hover {
  background-color: #0099cc;
  color: white;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.black-button {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  font-size: 14px;
  padding: 15px 15px;
  border: 2px solid transparent;
  background-color: #2b2e31;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .black-button {
    margin-top: 0px;
    margin-left: 30px;
    display: inline-block;
  }
}
.black-button:hover {
  background-color: #0099cc;
  color: white;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*------------------------------------------------------------------
[1.	Body]
*/
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}
html .no-padding,
body .no-padding {
  padding: 0px;
}
html .noselect,
body .noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html .coverBgImage,
body .coverBgImage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
html div.anim-wrapper,
body div.anim-wrapper {
  overflow: hidden;
}
html section,
body section {
	overflow: hidden;
	background-color: #ffffff;
}
html .section-padding,
body .section-padding {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}
html input:focus,
body input:focus,
html textarea:focus,
body textarea:focus {
  outline: none;
}
/*------------------------------------------------------------------
[2.  Navigation / section.main-menu]
*/
section.main-menu {
  border-bottom: 2px solid #e7e8ec;
}
section.main-menu nav.navbar-default {
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
section.main-menu nav.navbar-default li a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  color: #7d828c;
}
@media (min-width: 768px) {
  section.main-menu nav.navbar-default li a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.main-menu nav.navbar-default li a:hover {
  color: #2b2e31;
  border-bottom: 2px solid #0099cc;
}
section.main-menu nav.navbar-default .navbar-header {
  position: relative;
  min-height: 100px;
}
section.main-menu nav.navbar-default .navbar-header .navbar-brand {
  position: absolute;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  min-width: 200px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
}
section.main-menu nav.navbar-default .navbar-header .navbar-brand div.icon {
	font-size: 30px;
	color: 333399;
}
section.main-menu nav.navbar-default .navbar-header .navbar-brand div.title h1 {
	display: inline-block;
	position: relative;
	color: #333399;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-weight: 900;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	top: 50%;
}
section.main-menu nav.navbar-default .navbar-header .navbar-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
/*------------------------------------------------------------------
[3.  Home / section.home]
*/
section.home {
  min-height: 500px;
  background-color: gray;
}
section.home .centered {
  text-align: center;
  position: relative;
}
section.home ol.carousel-indicators li {
  background-color: #bcbcbd;
  border: 1px solid transparent;
}
section.home ol.carousel-indicators li:hover {
  border: 1px solid #616365;
}
section.home ol.carousel-indicators li.active {
  background-color: transparent;
  border: 2px solid #616365;
}
section.home div.slide {
  width: 100%;
  height: 100%;
}
section.home div.slide:before {
  content: ' ';
 /* background-color: white;*/
  opacity: 0.5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
section.home div.slide .text-info {
  padding-bottom: 60px;
}
section.home div.slide h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-weight: 200;
	color: #ffffff;
	margin: 0 0 1px 0px;
	padding: 0;
	font-size: 48px;
}
@media (min-width: 1600px) {
  section.home div.slide h1 {
    font-size: 80px;
  }
}
section.home div.slide h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-weight: 300;
	color: #99cccc;
	margin: 0 0 30px 0px;
	padding: 0;
	font-size: 35px;
}
@media (min-width: 1600px) {
  section.home div.slide h2 {
    font-size: 80px;
  }
}
section.home div.slide p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 46px;
	color: #9CC;
	margin: 0 0 35px 0px;
	padding: 0;
}
section.home div.slide input[type=text] {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 300;
  font-size: 15px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  display: block;
  margin: 5px 0px;
}
section.home div.slide input.email {
  margin-bottom: 30px;
}
section.home div.slide a.red-button {
  margin-left: 0px;
}
/*------------------------------------------------------------------
[4.  Features / section.features]
*/
section.features {
  background-color: #fafafa;
}
section.features .feature {
  text-align: center;
  cursor: pointer;
  display: block;
  padding-bottom: 20px;
  text-decoration: none;
}
section.features .feature div.circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  background-color: #edeeef;
  color: #0099cc;
  font-size: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.features .feature div.circle div.vert-center {
  float: left;
  width: 100%;
}
section.features .feature .readmore {
  background-color: transparent;
  border: 2px solid white;
  color: #7d828c;
  text-decoration: none;
}
section.features .feature h2.name {
  font-weight: 300;
  font-size: 36px;
  color: #2b2e31;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  font-size: 18px;
  margin: 30px 0 0 0;
}
section.features .feature h2.name:after {
  content: ' ';
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #e0e0e0;
  left: 50%;
  bottom: 2px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
section.features .feature h2.name:before {
  content: '♦';
  position: absolute;
  width: 5px;
  height: 5px;
  color: #e0e0e0;
  left: 50%;
  font-size: 10px;
  bottom: 3px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section.features .feature div.desc {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #7d828c;
  max-width: 1000px;
  margin: 20px auto 50px auto;
  text-align: center;
  margin: 20px auto 30px;
}
section.features .feature:hover {
  text-decoration: none;
}
section.features .feature:hover div.circle {
  background-color: #0099cc;
  color: #edeeef;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.features .feature:hover .readmore {
  text-decoration: none;
  border: 2px solid transparent;
  background-color: #0099cc;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*------------------------------------------------------------------
[5.  Overview / section.overview]
*/
section.overview .wrap {
  background-color: rgba(255, 255, 255, 0.65);
}
section.overview .overview-parent {
  text-align: center;
}
section.overview .overview-parent .red-button {
  margin: 0px auto;
}
section.overview .overview-parent .page-preview {
  color: #2b2e31;
}
section.overview .overview-parent .page-preview .img-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section.overview .overview-parent .page-preview .img-hover {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(240, 20, 90, 0.8);
  opacity: 0;
  font-size: 48px;
  color: white;
}
section.overview .overview-parent .page-preview p.page-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  font-size: 16px;
  padding: 0;
  margin: 20px 0 5px 0;
}
section.overview .overview-parent .page-preview p.page-subtitle {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #7d828c;
  text-align: left;
  font-size: 12px;
  padding: 0;
  margin: 0px 0px 50px 0px;
}
section.overview .overview-parent .page-preview:hover {
  text-decoration: none;
}
section.overview .overview-parent .page-preview:hover .img-hover {
  opacity: 1;
}
/*------------------------------------------------------------------
[6.  Inside / section.inside]
*/
section.inside ul.nav {
  background-color: #2b2e31;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 2px solid #999999;
  padding: 0;
  margin: 0;
}
section.inside ul.nav li {
  margin: 0;
  padding: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  section.inside ul.nav li {
    width: auto;
    text-align: left;
  }
}
section.inside ul.nav li a {
	outline: none;
	border: 0px;
	min-height: 50px;
	line-height: 50px;
	color: #bdbec0;
	margin: 0;
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
}
section.inside ul.nav li a .down-arrow {
  opacity: 0;
  display: inline-block;
  position: absolute;
  left: 50%;
  font-size: 15px;
  bottom: -10px;
  color: #660000;
  z-index: 11111;
}
section.inside ul.nav li:hover a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
section.inside ul.nav li.active {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  section.inside ul.nav li.active {
    width: auto;
    text-align: left;
  }
}
section.inside ul.nav li.active a {
	background-color: #660000;
	color: white;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
@media (min-width: 768px) {
  section.inside ul.nav li.active a .down-arrow {
    opacity: 1;
  }
}
section.inside div.tab-content {
	background-color: #fcfcfc;
	min-height: 500px;
}
section.inside div.tab-content div.chapter-row {
  color: #7d828c;
}
section.inside div.tab-content div.chapter-row div.short {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  font-size: 14px;
  color: #7d828c;
  background-color: #eff0f1;
  min-height: 70px;
  line-height: 70px;
  text-align: center;
  border-bottom: 1px solid white;
}
section.inside div.tab-content div.chapter-row div.title {
  min-height: 70px;
  color: #7d828c;
  font-size: 16px;
  padding: 20px;
}
section.inside div.tab-content div.chapter-row div.title span.title {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
section.inside div.tab-content div.chapter-row div.title span.subtitle {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 20px;
}
section.inside div.tab-content div.chapter-row div.title span.subtitle-full {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 20px;
	display: none;
}
section.inside div.tab-content div.chapter-row div.icons {
  min-height: 70px;
  line-height: 70px;
  font-size: 18px;
}
section.inside div.tab-content div.chapter-row div.arrow {
  background-color: #eff0f1;
  color: #7d828c;
  min-height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 22px;
  border-bottom: 1px solid white;
}
section.inside div.tab-content div.chapter-row div.description {
  display: none;
}
section.inside div.tab-content div.chapter-row div.description div.softlightweb-audio {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  font-size: 14px;
}
section.inside div.tab-content div.chapter-row:hover div.short {
  color: #0099cc;
}
section.inside div.tab-content div.chapter-row:hover div.title span.title {
	color: #660000;
}
section.inside div.view-all {
  text-align: center;
  margin-top: 60px;
}
section.inside div.view-all a.red-button {
  display: inline-block;
}
/*------------------------------------------------------------------
[7.  Free chapters / section.free-chapters]
*/
section.free-chapters {
  position: relative;
  text-align: center;
}
section.free-chapters div.wrapper {
  background-color: rgba(255, 255, 255, 0.8);
}
/*------------------------------------------------------------------
[8.  Testimonials / section.testimonials]
*/
section.testimonials {
	background-color: #F0F0F0;
	overflow: hidden;
}
section.testimonials div.testimonial div.quote {
  background-color: white;
  padding: 30px 37px 36px 50px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2b2e31;
  position: relative;
}
section.testimonials div.testimonial div.quote:after {
  font-family: Lato;
  font-weight: 900;
  font-style: italic;
  content: '“';
  font-size: 48px;
  color: #7d828c;
  position: absolute;
  left: 18px;
  top: 0px;
}
section.testimonials div.testimonial div.quote:before {
  font-family: Lato;
  font-weight: 900;
  font-style: italic;
  content: '”';
  font-size: 48px;
  color: #7d828c;
  position: absolute;
  right: 18px;
  bottom: 0;
}
section.testimonials div.testimonial div.quote .down-arrow {
  position: absolute;
  left: 15%;
  bottom: -50px;
  font-size: 50px;
  color: white;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.testimonials div.testimonial div.quote:hover:after {
  color: #0099cc;
}
section.testimonials div.testimonial div.quote:hover:before {
  color: #0099cc;
}
section.testimonials div.testimonial div.image-wrapper {
  float: left;
  margin-top: 10px;
  width: 30%;
  padding: 10px;
  color: #2b2e31;
  text-align: center;
}
section.testimonials div.testimonial div.image-wrapper img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-height: 70px;
  margin: 0 auto;
}
section.testimonials div.testimonial div.text-wrapper {
  float: left;
  width: 70%;
}
section.testimonials div.testimonial div.text-wrapper h3 {
  padding-top: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  font-size: 18px;
}
section.testimonials div.testimonial div.text-wrapper p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 14px;
  color: #606366;
}
/*------------------------------------------------------------------
[9.  Author / section.author]
*/
section.author div.author-wrapper {
  max-width: 1200px;
  height: 100%;
}
section.author div.author-wrapper div.author-info {
  padding-left: 15px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  section.author div.author-wrapper div.author-info {
    padding-top: 0px;
  }
}
section.author div.author-wrapper h3 {
  padding: 0;
  margin: 0 0 10px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  font-size: 18px;
}
section.author div.author-wrapper div.subtitle {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
section.author div.author-wrapper div.description {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 34px;
}
section.author div.author-wrapper div.col-full-height {
  min-height: 200px;
}
section.author div.author-wrapper div.authorImage {
  width: 100%;
  min-height: 300px;
}
section.author div.author-wrapper img.signature {
  max-width: 200px;
  margin: 20px 0px;
}
section.author div.author-wrapper .social-button {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  section.author div.author-wrapper .social-button {
    width: auto;
    display: inline-block;
    margin-right: 10px;
  }
}
section.author div.author-wrapper .social-button:hover {
  text-decoration: none;
  color: #e0e0e0;
}
section.author div.author-wrapper a.fb-button {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  background-color: #1b78c7;
}
@media (min-width: 768px) {
  section.author div.author-wrapper a.fb-button {
    width: auto;
    display: inline-block;
    margin-right: 10px;
  }
}
section.author div.author-wrapper a.fb-button:hover {
  text-decoration: none;
  color: #e0e0e0;
}
section.author div.author-wrapper a.tw-button {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  background-color: #00bff3;
}
@media (min-width: 768px) {
  section.author div.author-wrapper a.tw-button {
    width: auto;
    display: inline-block;
    margin-right: 10px;
  }
}
section.author div.author-wrapper a.tw-button:hover {
  text-decoration: none;
  color: #e0e0e0;
}
section.author div.author-wrapper a.pi-button {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  background-color: #da421f;
}
@media (min-width: 768px) {
  section.author div.author-wrapper a.pi-button {
    width: auto;
    display: inline-block;
    margin-right: 10px;
  }
}
section.author div.author-wrapper a.pi-button:hover {
  text-decoration: none;
  color: #e0e0e0;
}
/*------------------------------------------------------------------
[10.  Subscribe / section.subscribe]
*/
section.subscribe {
  position: relative;
  text-align: center;
}
section.subscribe div.wrapper {
  background-color: rgba(255, 255, 255, 0.8);
}
section.subscribe div.subscribe-form {
  margin: 0 auto;
  display: inline-block;
}
section.subscribe div.subscribe-form .baseinput {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 0;
  margin: 0;
  padding: 20px 20px;
  min-width: 220px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  section.subscribe div.subscribe-form .baseinput {
    width: 250px;
  }
}
section.subscribe div.subscribe-form input.name {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 0;
  margin: 0;
  padding: 20px 20px;
  min-width: 220px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  section.subscribe div.subscribe-form input.name {
    width: 250px;
  }
}
@media (min-width: 768px) {
  section.subscribe div.subscribe-form input.name {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-right: 1px solid #f5f5f5;
  }
}
section.subscribe div.subscribe-form input.email {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 0;
  margin: 0;
  padding: 20px 20px;
  min-width: 220px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  section.subscribe div.subscribe-form input.email {
    width: 250px;
  }
}
section.subscribe div.subscribe-form input[type=submit] {
	border: 0;
	margin: 0;
	padding: 20px 20px;
	min-width: 220px;
	float: left;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-weight: 700;
	font-size: 14px;
	min-width: 140px;
	background-color: #333399;
	color: white;
	display: block;
	text-align: center;
}
@media (min-width: 768px) {
  section.subscribe div.subscribe-form input[type=submit] {
    width: 250px;
  }
}
@media (min-width: 768px) {
  section.subscribe div.subscribe-form input[type=submit] {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 140px;
  }
}
/*------------------------------------------------------------------
[11.  Prices / section.prices]
*/
section.prices {
  text-align: center;
}
section.prices .price-list {
  display: block;
  text-align: center;
}
section.prices .price-list div.price-item {
  width: 100%;
  border: 1px solid #e7e8ec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
}
@media (min-width: 980px) {
  section.prices .price-list div.price-item {
    max-width: 270px;
  }
}
section.prices .price-list div.price-item div.title {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #2b2e31;
  color: white;
  font-size: 16px;
  padding: 30px;
}
section.prices .price-list div.price-item div.price {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  font-size: 60px;
  background-color: #f7f7f7;
  color: #7d828c;
  padding: 20px;
  line-height: 60px;
}
section.prices .price-list div.price-item div.price span.currency {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  bottom: 1ex;
  font-size: 24px;
}
section.prices .price-list div.price-item ul.features {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.prices .price-list div.price-item ul.features li {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
  color: #7d828c;
}
section.prices .price-list div.price-item ul.features li:nth-child(2n) {
  background-color: #fafafa;
}
section.prices .price-list div.price-item ul.features li i.enabled {
  color: #27ae60;
}
section.prices .price-list div.price-item ul.features li i.disabled {
  color: #c8c9cd;
}
section.prices .price-list div.price-item div.buy-now-area {
  background-color: #f7f7f7;
  padding: 30px;
}
section.prices .price-list div.price-item div.buy-now-area a.white-button {
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
section.prices .price-list div.price-item:hover div.buy-now-area a.white-button {
	background-color: #0099cc;
	color: white;
}
section.prices .price-list div.price-item:hover div.title {
	background-color: #09C;
}
section.prices .price-list div.popular {
  background-color: white;
  z-index: 10;
  border: 0px;
  -webkit-box-shadow: 0 0 5px #888888;
  -moz-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
}
@media (min-width: 768px) {
  section.prices .price-list div.popular {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
section.prices .price-list div.popular div.title {
	background-color: #333399;
}
section.prices .price-list div.popular div.buy-now-area a.white-button {
	background-color: #333399;
	color: white;
	padding-right: 40px;
	padding-left: 40px;
}
/*------------------------------------------------------------------
[12.  Contact / section.contact]
*/
section.contact {
  text-align: center;
}
section.contact div.wrapper {
  background-color: rgba(34, 34, 34, 0.6);
}
section.contact div.section-padding {
  padding-bottom: 50px;
}
section.contact h2.section-subtitle {
  color: white;
}
section.contact div.section-desc {
  color: white;
}
section.contact form.contact-form {
  max-width: 770px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto 100px auto;
}
section.contact form.contact-form input,
section.contact form.contact-form textarea {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  float: left;
}
section.contact form.contact-form input.name,
section.contact form.contact-form input.email {
  width: 50%;
  border: 0;
  height: 80px;
  padding-left: 20px;
}
section.contact form.contact-form input.name {
  border-right: 1px solid #f5f5f5;
}
section.contact form.contact-form textarea,
section.contact form.contact-form input[type=submit] {
  width: 100%;
}
section.contact form.contact-form textarea {
  height: 150px;
  border: 0;
  border-top: 1px solid #f5f5f5;
  padding-left: 20px;
}
section.contact form.contact-form input[type=submit] {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 16px;
  height: 65px;
  background-color: #996666;
  color: white;
  border: 0;
}
section.contact ul.list-inline {
  display: inline;
  color: white;
  padding: 0;
  margin: 0 auto;
}
section.contact ul.list-inline a {
  color: white;
  display: inline-block;
  padding: 0px 30px;
  font-size: 36px;
}
section.contact ul.list-inline a:hover {
  text-decoration: none;
  color: #0099cc;
}
section.contact div.footer {
  padding: 100px 0px 0px 0px;
  color: rgba(255, 255, 255, 0.5);
}







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

Primary style

-------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-size: 100%;
	font-family: "Helvetica Neue", sans-serif;
	color: #2a2727;
	background-color: #dadee1;
}

a {
  color: #79b6e4;
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

Main components 

-------------------------------- */
.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 768px;
  background-color: #39393c;
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}
.cd-testimonials-wrapper::after {
  /* quotation mark */
  content: '\201C';
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  margin-left: -25px;
  background: rgba(32, 32, 34, 0.9);
  font-family: "Georgia", serif;
  color: #ffffff;
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  /* visible on big devices only */
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 4em auto;
    padding: 64px 50px 114px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block;
  }
}

.cd-testimonials {
  color: #ffffff;
  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-family: "Georgia", serif;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 14px;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.6;
  }
}

.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
  text-align: left;
  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: #323234;
}
.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;
}
.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;
}




/* 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;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    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: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.1s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}


/* =Navigation
-------------------------------------------------------------- */
/* clip skip link for screen readers */
.skip-link {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
#access {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow:visible;
    z-index:100;
}
/* style the main menu 8*/
.sf-menu{
    border: 1px solid #000;
    border-top: none;
}
/* get rid of padding and margin off all ul's (not sure about using * here, could be better) */
.sf-menu, .sf-menu * {
    margin:0;
    padding:0;
    list-style:none;
}
/* position all dropdowns off screen */
.sf-menu ul {
    position:absolute;
    top:-999em;
}
/* style the main nav list items */
.sf-menu li {
    background: #000;
    background-image: url('../img/menuBg.png'), linear-gradient(bottom, rgb(36,35,36) 0%, rgb(0,0,0) 100%);
    background-image: url('../img/menuBg.png'), -o-linear-gradient(bottom, rgb(36,35,36) 0%, rgb(0,0,0) 100%);
    background-image: url('../img/menuBg.png'), -moz-linear-gradient(bottom, rgb(36,35,36) 0%, rgb(0,0,0) 100%);
    background-image: url('../img/menuBg.png'), -webkit-linear-gradient(bottom, rgb(36,35,36) 0%, rgb(0,0,0) 100%);
    background-image: url('../img/menuBg.png'), -ms-linear-gradient(bottom, rgb(36,35,36) 0%, rgb(0,0,0) 100%);
    background-image: url('../img/menuBg.png'), -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(36,35,36)), color-stop(1, rgb(0,0,0)));
    background-repeat: repeat-x;
    border-top: 1px solid #242324;
    clear: left;
    float:left;
    position:relative;
    width: 100%;
}
/* change the main nav list items on hover */ 
.sf-menu li:hover {
    background-image: url('../img/menuBg.png'); 
    visibility:inherit; /* fixes IE7 'sticky bug' */
}
/* style all the links */
.sf-menu a {
    font-size: .8em;
    color: #fff;
    display:block;
    padding: 12px 0;
    text-decoration: none;
    text-indent: 12px;
}
/* style the first drop */
.sf-menu li li, .sf-menu li li:hover{
    background: none;
    background-image: none;
}
/* add a larger text indent for the first drop links */
.sf-menu li li a{
    text-indent: 24px;
}
/* add a larger text indent for the second drop links */
.sf-menu li li li a{
    text-indent: 36px;
}
/* add a larger text indent for the third drop links */
.sf-menu li li li li a{
    text-indent: 48px;
}
/* position first drop */
.sf-menu li:hover ul {
    top:auto; /* match top ul list item height */
    position:relative;
}
/* make sure second drop is still off screen */
ul.sf-menu li:hover li ul {
    position: absolute;
    top:-999em;
}
/* position second drop */
ul.sf-menu li li:hover ul {
    top:auto;
    position:relative;
}
/* make sure third drop is still off screen */
ul.sf-menu li li:hover li ul {
    position: absolute;
    top:-999em;
}
/* position third drop */
ul.sf-menu li li li:hover ul {
    top:auto;
    position:relative;
}
