/*
Template: UpSell - E-Book Landing Page
Author: Pixelosaur, http://pixelosaur.com/
Version: 1.3
Color Scheme: Light Blue Background - Green Button
*/

/* ============ Google Fonts ============ */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
@import url(http://fonts.googleapis.com/css?family=Raleway:500);

html {
    overflow: hidden;
}

html, body {
    height: 100vh;
    background: #f6f6f6;
    justify-content: space-between;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.page-wrap {
    display: flex;
    flex-direction: column;
}
.page-wrap:after {
    content: "";
    display: block;
}
footer, .page-wrap:after {
    height: 70px;
}

.panel-default > .panel-heading{
    background: #fff;
    border:1px solid #ddd;
}

.page-product{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.content_product h1{
    color: #fff;
}

.heading-cart h2{
    color: #fff;
}

.margeUp{
    margin-top: 20px;
}

.panel-collapse .panel-body p{
    font-size: 15px;
}

/* ============ Color Schemes ============ */

.black {
  background-color: #2c2c2c;
}
.blue {
  background-color: #37bec4;
}
.orange {
  background-color: #ee5a3e;
}
.lightBlue {
  background-color: #96bfc5;
}
.green {
  background-color: #005060;
}
.purple {
  background-color: #2d6682;
}
.red {
  background-color: #cc2227;
}
.grey {
  background-color: #f5f6f7;
}
.darkBlue {
  background-color: #2c3e50;
}
.yellow {
  background-color: #edc951;
}
.deepBlue {
  background-color: #154377;
}
.turquoise {
  background-color: #1abc9c;
}
.carrot {
  background-color: #e67e22;
}
.brightBlue {
  background-color: #00b8df;
}
.lightBrown {
  background-color: #C0A375;
}
/* ========== Background Images ========== */

.pricingTables {
  background: transparent url(../img/glow-view.jpg) no-repeat center center;
  background-size: cover;
}

.homepage_product p, .homepage_product ul li{
  text-align: justify;
  line-height: 24px;
  color: #eeeeee;
}

.homepage_product ul{
  margin: 40px auto;
    padding-left: 0;
}

.homepage_product ul li{
  margin: 0;
}

.product_sidebar{
    padding-left: 30px;
}

.coupon_global{
    display: inline-block;
    margin-top: 10px;
    margin-left: -15px;
    background: #cdaa29;
    color: #fff;
    padding: 5px 10px;
    font-size: 19px;
}

.planDetails p{
    position: relative;
}

.coupon_global_pastille{
    position: absolute;
    top: 80px;
    right: 30px;
    background: #cdaa29;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    border-radius: 60px;
}

.extract_pdf{
    float: right;
    display: inline-block;
    margin-top: 10px;
    margin-right: -15px;
    background: #6faa8d;
    color: #fff;
    padding: 5px 10px;
    font-size: 19px;
    -webkit-box-shadow: -1px 1px 1px 1px #474747;
    box-shadow: -1px 1px 1px 1px #474747;
    border: 1px solid #8bbea5;
    border-right: none;
}

.extract_pdf:hover{
    color: #fff;
    background: #8bbea5;
    text-decoration: none;
}

.teaser_main span{
    display: block;
    background: #8ac59f;
    color: #fff;
    width: 30%;
    padding: 8px 10px;
    font-size: 19px;
    margin-left: -15px;
    margin-top: 10px;
}

.cart-table-holder table th{
    background: #fff;
}

.btn-edit{
    padding: 0 4px;
    font-size: 12px;
}

.warning, .btn.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff;
    border-radius: 0;
}

.success, .btn.success {
    background-color: #5da423;
    border-color: #4a831c;
    color: #fff;
    border-radius: 0;
}

.secondary, .btn.secondary  {
    background: #484C4A !important;
    color: #fff !important;
}

table tr.even, table tr.alt, table tr:nth-of-type(2n) {
    background: #F9F9F9;
}
/* ========== Hover Effects ========== */

.buyButton:hover,
.buyButtonPricing:hover,
.buyButton:active,
.buyButtonPricing:active,
.buyButton:focus,
.buyButtonPricing:focus,
.socialButtons li a:hover{
  background-color: #0c788e;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.socialButtons li a {
    background: #005060 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 1;
    text-transform: uppercase;
    margin: 0;
    padding: 8px;
}

button, .button{
    padding: 1rem 1.1rem 1.0625rem;
}

.socialButtons li a:hover {
    background-color: #cdaa29;
}
.mediaProof img:hover {
  opacity: initial;
  background-color: transparent;
}
/* Media Proof Logo Effects */
.mediaProof img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
  opacity: 0.6;
  vertical-align: bottom;
}
.mediaProof img:hover {
  -webkit-filter: initial;
  -moz-filter: initial;
  -ms-filter: initial;
  filter: initial;
}

/* ========== Button Styles ========== */

.buyButton,
.watchVideo,
.buyButtonPricing {
  width: 100%;
  height: 40px;
  border: 2px solid #f8f8f8;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 1.05rem;
  line-height: 1.25rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 2px;
  outline: none;
    color: #fff;
}
.buyButtonPricing {
  width: 60%;
  margin: 0 auto 20px auto;
  display: inline-block;
  padding: 8px;
}
.buyButton {
  padding-top: 0.5rem!important;
}
.buyButton span {
  text-transform: initial;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.watchVideo,
.watchVideo:hover,
.watchVideo:active,
.watchVideo:focus {
  background-color: transparent;
  position: relative;
  outline: none;
  padding-left: 1.375rem;
  line-height: 1.5rem;
}
.watchVideo span {
  font-size: 1.75rem;
  vertical-align: middle;
  padding: 0 0.5rem 0 0;
}

.event-list-cal-list{
    list-style: none;
    margin-left: 10px;
}

/* ========== Image Styles ========== */

/* Logo Dimensions */
#logo img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
/* E-Book Image Dimensions */
#productHero {
  max-width: 439px;
  height: auto;
  margin-top: 20px;
}

/* ========== Column and Showcase Icon Font Styles ========== */

.showcaseOne span,
.showcaseTwo span,

.pricingTables .line-product{
    margin-bottom: 10px;
    display: inline;
    font-size: 24px;
    color: #000;
    border-bottom: 1px solid #cdaa29;
}

/* ========== Pricing Table Styles ========== */

.pricing {
    background-color: #ffffff;
    text-align: center;
    border-top: 4px #cdaa29 solid;
    margin: 15px 0;
    width: 100%;
}

.pricing:last-child {
    margin-left: 15px;
}

.pricing .planPriceAlt {
  border-top: 2px solid #cdaa29;
  border-bottom: 2px solid #cdaa29;
}

.attributes{
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.attribut_name h3{
    font-size: 16px;
    text-align: left;
}
.dl-horizontal{
    margin-bottom: 20px;
    padding: 10px;
}
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95px;
}

.dl-horizontal dt h3{
    font-size: 17px;
    line-height: 23px;
    margin: 0;
    padding: 0;
}

.dl-horizontal dd {
    margin-left: 105px;
    text-align: left;
    font-size: 17px;
    line-height: 23px;
}

/* ========== Typography Styles ========== */
a{
    color: #000;
}
a:hover{
    color: #cdaa29;
}
body,
p,
h2,
h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
p{
    font-size: 1em;
}

button.tiny, .button.tiny {
    font-size: 0.8rem;
    padding: 0.6rem 1.15rem 0.6rem;
}

.socialButtons li a span {
  font-size: 1.125em;
  text-align: center;
}
h1,
h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
h2 {
    font-size: 1.65rem;
    margin-bottom: 20px;
}
h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
}
h4 {
  font-size: 1.15rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
header h1{
    font-size: 50px;
    color: #000;
    margin-top: 10px;
}
header h2{
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
    color: #fff;
    font-size: 26px;
    padding: 15px;
    width:100%;
 }

header p {
  font-size: 1.125rem;
  font-weight: 300;
}
header p,
#logo a,
.socialButtons li a span {
  color: #f8f8f8;
  text-align: center;
}

#logo a{
  font-family: "Raleway",sans-serif;
  font-size: 40px;
  font-weight: bold;
    color: #cdaa29;
}

#logo i{
    font-size: 14px;
    vertical-align: baseline;
}

.benefits h3,
.benefits h4,
.benefits p,
.pricingTables p,
.pricingTables h4,
.testimonials h3,
h3 {
  color: #2c2c2c;
}
.newsletter h3 {
  color: #96bfc5;
}
.showcaseOne h4,
.showcaseOne p,
.showcaseOneul li,
.showcaseOne span,
.showcaseTwo h4,
.showcaseTwo p,
.showcaseTwo span {
  color: #f8f8f8;
  font-weight: 400;
}

.showcaseTwo ul{
    text-align: left;
    color: #f8f8f8;
    font-weight: 400;
}

.showcaseOne h4,
.showcaseOne p,
.showcaseOne span {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.author .authorInfo li:first-child {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.author .authorInfo li:last-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.pricing .planPrice p,
.pricing .planPriceAlt p {
  font-weight: 400;
  font-size: 2rem;
  color: #cdaa29;
}
.pricing .planName h3:span {
  font-size: 1rem;
  text-transform: initial;
}
.pricing .planPriceAlt p {
  color: #f8f8f8;
}
.testimonials p {
  font-style: italic;
  text-align: left;
}

/* ========== Required Layout Styles ========== */


body {
  overflow-x: hidden;
}
.topBar {
    padding: 10px 0;
    color: #fff;
}
.topBar a {
    color: #fff;
    line-height:34px;
    text-align: right;
    vertical-align: middle;
}

.topBar a:hover {
   text-decoration: none;
}

.topBar ul{
    text-align: right;
}

.topBar ul li{
    display: inline-block;
    margin: 0 20px;
    width: auto;
}

.topBar ul li.lang{
    margin: 0px;
}

.topBar ul li.essai a{
    color: #00224c;
    background: #f6f6f6;
    padding: 10px 12px 8px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
    line-height: 30px;
}

.topBar ul li.essai a:hover{
    background: #fff;
}

.topBar ul li.lang a{
    padding: 5px 6px 2px 4px;
}

.topBar ul li a.active{
    background: #fff;
    color: #000;
}

.topBar ul li a.button{
    margin-bottom: 0;
    padding: 3px 10px;
    line-height: 25px;
}

.logged{
    background: #434343;
    text-align: right;
    padding: 6px 0;
    color: #fff;
    font-weight: 700;
}

.logged a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-left: 5px;
    text-decoration: none;
}

header.top{
    border-top: 1px solid #cdaa29;
    background: #2c2c2c;
}
header {
  padding: 0;
}
ul {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0;
}
.content {
  margin-top: 20px;
  padding: 0 2%;
}
.content p{
    text-align: justify;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens:none;
    -ms-text-justify:distribute;
    text-justify:distribute;
}
.benefits,
.pricingTables,
.testimonials,
.newsletter,
.authorNote {
  padding-top: 20px;
  padding-bottom: 20px;
}

.panel {
    border-radius: 0;
}

.panel-body {
    padding: 10px;
}

.panel-body form{
    margin-bottom: 0;
    border: none;
}

.panel{
    background: #fff;
}

.panel-footer{
    background: none;
}

fieldset{
    border: none;
    margin: 0;
}


.authorNote p , .authorNote strong{
    color: #000;
    margin-bottom: 5px;
}
.socialButtons li,
.mediaProof li {
  display: inline-block;
}
#logo a, .socialButtons li a {
   display: block;
    padding: 2px 8px;
}
.socialButtons li a span {
  padding: 8px;
}
.mediaProof {
  padding: 10px 0 10px 0;
}
.mediaProof li {
  margin-bottom: 10px;
}
.cols {
  padding-bottom: 20px;
}
.showcaseOne,
.showcaseTwo {
  display: inline-block;
  margin: 60px 0;
}
.showcaseOne span {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.pricingTables > div,
.testimonials > div {
  padding: 0 2%;
}
.pricing .planName h3 {
    padding: 30px 5px 0 ;
    font-size: 22px;
}
.pricing .planPrice p,
.pricing .planDetails p,
.pricing .planPriceAlt p {
  text-align: center;
  padding: 10px 5px;
  margin-bottom: 0;
}
.planDetails{
  padding: 0 5px;
}

.pricing .planDetails p {
  font-size: 22px;
  font-weight: bold;
}

.table {
  display: table;
}
.table .tableCell {
  display: table-cell;
  padding: 10px;
  margin-bottom: 20px;
  border-left: 2px solid #ccc;
}
.author ul {
  width: auto;
}
.author img,
.author .authorInfo {
  display: inline-block;
  vertical-align: middle;
}
.author img,
.bookAuthor img {
  border-radius: 50%;
  margin-right: 5px;
  height: 130px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.author img {
  width: 64px;
  height: 64px;
}
.author .authorInfo {
  text-align: left;
  line-height: 1.4;
  margin-top: 0;
}
.authorNote,
.benefits,
.testimonials,
.pricing .planPrice {
  background-color: #f6f6f6;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ededed;
}
.authorNote{
    background-color: #f8f8f8;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.bookAuthor img {
  margin: 0 auto;
  display: block;
  float: none;
}

.alert{
    margin-bottom: 0;
}

input[type="email"]:focus {
  box-shadow: none;
}
#mc_msg {
  padding: 10px 20px;
}
.newsletter span {
  text-align: center;
  color: #333;
}
#newsletter-form span.error {
  background: red;
  background: rgba(224, 0, 0, 0.8);
  border: 1px solid red;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 5px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: -15px;
}
.newsletter .spinner {
  height: 40px;
  margin: 0 auto;
  width: 80px;
}
.newsletter .square {
  background: #fff;
  background: rgba(49, 49, 49, 0.6);
  height: 15px;
  width: 15px;
  display: inline-block;
}
.square {
  -webkit-animation-name: zoom-out;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-out;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: zoom-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #1799dd;
  border-radius: 3px;
  float: left;
  height: 24px;
  margin: 2px;
  width: 24px;
}
.square:nth-child(2) {
  -moz-animation-delay: 150ms;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
.square:nth-child(3) {
  -moz-animation-delay: 300ms;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.square:nth-child(4) {
  -moz-animation-delay: 450ms;
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}
@-webkit-keyframes zoom-out {
  from,
  to {
    -webkit-transform: scale(0);
  }
  45%,
  55% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoom-out {
  from,
  to {
    -moz-transform: scale(0);
  }
  45%,
  55% {
    -moz-transform: scale(1);
  }
}
@keyframes zoom-out {
  from,
  to {
    transform: scale(0);
  }
  45%,
  55% {
    transform: scale(1);
  }
}
.newsletter .success {
  margin: 40px 0 30px 0;
  min-height: 80px;
  text-align: center;
  color: #2c3e50;
  font-size: 1.5rem;
}
.newsletter .success .icon {
  color: #2c3e50;
  display: inline-block;
  font-size: 18px;
  height: 24px;
  line-height: 1.5;
  margin-right: 3px;
  text-align: center;
  vertical-align: top;
  width: 24px;
}
/* Footer Styles */
footer {
  color: #f8f8f8;
  padding: 20px 0;
}
.footerNav {
  text-align: center;
  font-size: 0.95rem;
}
.copyright {
  font-size: 0.95rem;
  text-align: center;
}
.copyright,
.footerNav a {
  padding: 6px;
}
.footerNav a {
  display: inline-block;
  color: #f8f8f8;
}
#privacy {
  font-size: 0.75rem;
}
.paymentSystem {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px auto 0 auto;
}
.paymentSystem img {
  margin-right: .5%;
  margin-bottom: 5px;
}


.list-disc{
    list-style: circle;
}

/* =========== Media Queries =========== */

@media only screen and (min-width: 40.063em) {
  #logo a {
    display: inline-block;
  }
  .socialButtons > ul {
    text-align: right;
  }
  #productHero {
    max-width: initial;
  }
  header.clearfix {
    padding: 40px 0;
  }
  header p,
  h1,
  h2 {
    text-align: initial;
  }

    .pricingTables > div,
  .testimonials > div {
    position: relative;
    padding: 0;
  }
  .productShowcaseOne img,
  .productShowcaseTwo img,
  .bookAuthor img {
    margin: 0 auto;
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 1024px) {
    .pricing .buyButtonPricing{
        margin: 10px;
        font-size: 14px;
        width: 100%;
    }
}
@media only screen and (max-width: 711px) {
    .pricing-row{
        flex-wrap: wrap;
    }

    .pricing{
        margin: 20px;
    }

    .pricing:nth-child(1){
        margin-bottom: 0;
    }
    .pricing:nth-child(1) .buyButtonPricing{
        margin-bottom: 0;
    }

    .pricing:nth-child(2){
        margin-top: 0;
        border-top: 0;
    }

    .pricing .dl-horizontal{
        width: 320px;
        margin: 0 auto;
    }

    .pricing .dl-horizontal dt{
        width: 120px;
    }
    .pricing .dl-horizontal dd{
        width: 280px;
        margin-left: 130px;;
    }
}
@media only screen and (min-width: 989px) {
  .buyButton,
  .watchVideo {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 64.063em) {
  .buyButton,
  .watchVideo {
    width: initial;
    margin-right: 2%;
  }
  .content {
    padding: 0;
  }
  .productShowcaseOne img {
    padding-bottom: 0;
  }
  .productShowcaseOne img,
  .productShowcaseTwo img,
  .bookAuthor img {
    margin: 0;
    display: inline-block;
  }
  .productShowcaseTwo {
    padding-bottom: 80px;
  }
  h4,
  .showcaseOne p,
  .showcaseTwo p{
    text-align: left;
  }
  .showcaseOne,
  .showcaseTwo {
    margin: 40px 0;
  }
  .showcaseOne span,
  .showcaseTwo span{
    margin: 0 0 20px 0;
  }
  .authorNote h4,
  .authorNote p ,
  .authorNote p strong{
    text-align: left;
  }
    .authorNote h4,
    .authorNote h4 a{
        font-size: 16px;
    }
  .copyright {
    text-align: left;
  }
  .footerNav {
    text-align: right;
  }
}

.-mr-72 {
    margin-right: -24rem;
}

.mr-72 {
    margin-right: 24rem;
}
