@import url(../../css/min/plugins.css);
  @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
  @font-face {
  font-family:Arsenal;
  src:local('Arsenal-Regular'),url(../../fonts/arsenal/400.woff2) format('woff2'),url(../../fonts/arsenal/400.woff) format('woff');
  font-weight:400;
  font-style:normal;
}

@font-face {
  font-family:Archive;
  src:local('Archive'),url(../../fonts/Archive/400.woff2) format('woff2'),url(../../fonts/Archive/400.woff) format('woff');
  font-weight:400;
  font-style:normal;
}

@font-face {
  font-family:'Josefin Sans';
  src:local('Josefin Sans Light'),local('JosefinSans-Light'),url(../../fonts/josefinsans/300.woff2) format('woff2'),url(../../fonts/josefinsans/300.woff) format('woff');
  font-weight:300;
  font-style:normal;
}

@font-face {
  font-family:Eurofurence;
  src:local('eurofurence light'),local('Eurofurencelight'),url(../../fonts/eurofurence/300.woff2) format('woff2'),url(../../fonts/eurofurence/300.woff) format('woff');
  font-weight:300;
  font-style:normal;
}

body,
html {
  max-width:100%;
  height:100%;
  font-family:Eurofurence;
}

.container {
  background:0 0;
}

a,
button {
  transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
}

a,
a:focus,
a:hover {
  cursor:pointer !important;
}

header#site-header {
  background:url(../../img/fl.png) no-repeat fixed;
  background-size:cover;
  color:#fff;
  text-align:center;
  padding-bottom:60px;
}

header#site-header .framed-well {
  font-family:'Josefin Sans';
  margin:4% auto 0;
  border-bottom:1px solid #FFF;
  font-size:2em;
}

header#site-header .framed-well h1 {
  margin:0;
}

header#site-header strong {
  font-weight:bolder;
}

header#site-header h3 {
  font-weight:200;
  font-size:3.5em;
  margin:15px 0 0;
  color:rgba(255,255,255,.67);
}

header#site-header .framed-well img {
  width:8%;
  margin-bottom:23px;
}

.actions .embed-responsive.embed-responsive-4by3 {
  margin-top:34px;
}

.actions {
  text-align:center;
  max-width:600px;
  margin:30px auto 0;
}

.actions a.youtube {
  font-size:70px;
  color:rgba(255,255,255,.5);
}

.actions a.youtube:hover {
  color:rgba(255,65,65,.69);
}

section,
section#earnings div.overlay {
  padding:80px 0;
}

section#author h2,
section#benefits h2,
section#earnings h2,
section#guarantee h2,
section#introduction .text h2,
section#reviews h2,
section#subject h2 {
  font-size:4em;
  margin:0;
  color:#7D7D7D;
  font-weight:500;
}

section#introduction .text p {
  font-size:1.6em;
  line-height:1;
  color:#444;
  font-weight:300;
}

section#introduction img {
  width:100%;
  border-radius:1%;
}

section#introduction img.selebs {
  width:80%;
  margin:25px 0;
}

section#introduction .image {
  text-align:center;
}

a {
  color:#EA8E61;
}

a:focus,
a:hover {
  color:#FF3E3E;
  text-decoration:none;
}

section#earnings {
  color:#fff;
  padding:0;
}

section#earnings div.overlay {
  background-color:rgba(0,0,0,.79);
}

section#earnings h2 {
  text-align:center;
  color:#D8D8D8;
}

section#earnings p {
  text-align:center;
  font-size:1.6em;
  font-weight:300;
  line-height:1.2;
  color:rgba(255,255,255,.7);
  background:rgba(66,66,66,.37);
  padding:40px;
  border-radius:3px;
}

section#earnings .image img {
  width:100%;
  padding:40px;
}

section#earnings ul {
  font-size:1.5em;
  font-weight:300;
  color:#fff;
  padding-top:25px;
  list-style-image:url(../../img/ls-wave.png);
}

section#earnings ul li {
  margin:15px 0;
  line-height:1.2;
}

section#earnings .button {
  text-align:center;
  margin:20px 15px 0;
  height:60px;
}

section#earnings .btn-order {
  padding:20px 40px;
  font-size:2em;
  background-position:-106px;
}

section#earnings .btn-order:hover {
  background-position:-170px;
}

.btn-order {
  font-family:Arsenal;
  border:1px solid #CF4A13;
  padding:15px 30px;
  font-size:1.4em;
  border-radius:5px;
  color:#fff;
  font-weight:300;
  background:url(../../img/btn-bg.png) -162px;
  cursor:pointer;
}

.btn-order:focus,
.btn-order:hover {
  background-position:-202px;
  color:#fff;
  cursor:pointer;
}

section#subject {
  background:url(../../img/wave.png) no-repeat;
  background-size:cover;
}

section#subject p {
  font-size:1.6em;
  font-weight:300;
  line-height:1.3;
}

section#subject .button {
  text-align:center;
  margin-top:45px;
  height:50px;
}

section#subject .button .btn-open {
  border:1px solid #de521c;
  padding:13px 28px;
  font-size:2em;
  font-weight:300;
  border-radius:3px;
  background:url(../../img/btn-bg-2.png);
}

section#subject .button .btn-open:focus,
section#subject .button .btn-open:hover {
  color:#fff;
  background-position:202px;
}

section#subject #sbj-items {
  display:none;
  margin-top:40px;
  background:#2A3538;
  border-radius:3px;
  padding:20px 0;
}

section#subject .parent-ul {
  list-style:none;
}

section#subject .child-ul {
  font-weight:300;
}

section#subject .parent-ul li {
  margin-top:10px;
}

section#subject .child-ul li {
  margin-top:0;
}

section#subject ul {
  font-size:1.2em;
  color:#888;
}

section#subject ul.child-ul-2 {
  font-size:1em;
}

section#author .text p,
section#benefits p,
section#reviews .text p {
  font-size:1.6em;
  font-weight:300;
}

section#benefits {
  background:#EF7643;
  background:-moz-linear-gradient(135deg,#FF843B 0,#E66731 100%);
  background:-webkit-linear-gradient(135deg,#E66731 0,#FF843B 100%);
  background:linear-gradient(135deg,#FF843B 0,#E66731 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF843B',endColorstr='#E66731',GradientType=1);
}

section#benefits h2,
section#benefits p {
  color:#D8D8D8;
}

section#benefits h2 {
  text-align:right;
}

section#benefits img {
  width:100%;
  margin-top:10px;
}

section#benefits .image {
  background:rgba(255,255,255,.17);
  border-radius:3px;
  padding:20px;
}

section#benefits .image p {
  margin:0 0 5px;
  border-bottom:1px solid rgba(255,255,255,.06);
  padding-bottom:5px;
}

.text-right {
  text-align:right !important;
}

.text-center {
  text-align:center !important;
}

section#author .image img {
  width:100%;
  border-radius:50%;
}

section#author .text p {
  margin:14px 0;
  line-height:1.2;
}

section#author h2 {
  margin-bottom:10px;
}

section#reviews {
  background:url(../../img/fl.png) no-repeat fixed;
  background-size:cover;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow:0 0 5px rgba(204,204,204,0) !important;
  -webkit-box-shadow:0 0 5px rgba(204,204,204,0) !important;
  box-shadow:0 0 5px rgba(204,204,204,0) !important;
  border:5px solid rgba(255,255,255,0) !important;
  left:-5px;
  background:rgba(255,255,255,0) !important;
  -webkit-transform:translatez(0);
  -moz-transform:translatez(0);
  -ms-transform:translatez(0);
  -o-transform:translatez(0);
  transform:translatez(0);
  color:#fff;
}

section#reviews .image img {
  border-radius:50%;
  width:100%;
}

section#reviews .text p {
  margin:0 0 15px;
  line-height:1.3;
}

section#reviews h2 {
  text-align:right;
  color:rgba(255,255,255,.66);
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background:#FF6F27 !important;
}

.tooltip-inner {
  font-weight:300;
  padding:8px 13px;
  background:rgba(255,255,255,.5);
  font-size:1.2em;
  margin:-50px 0 0 !important;
}

.tooltip.top .tooltip-arrow {
  border-top-color:rgba(255,255,255,.5);
  border-width:10px 10px 0;
  left:47%;
  bottom:9px;
}

section#buy .this-course img {
  width:100%;
}

section#buy .two-courses img {
  width:100%;
  margin-top:10px;
}

section#buy .this-course {
  text-align:center;
}




section#buy p.price {
  font-family:Aleo;
  font-size:2em !important;
  margin:15px 0 0;
  color:#61BB8F;
}

section#buy p.price2 {
  font-family:Aleo;
  font-size:2em !important;
  margin:0 0 30px;
  color:#61BB8F;
}

section#buy p.pricet {
  font-family:Aleo;
  font-size:4.5em !important;
  margin: 0 auto 50px auto;
  color:#ff2b2b;
}







section#buy .two-courses h4 {
  font-size:3em;
  font-weight:500;
  line-height:1;
  margin:0;
  color:#7B7B7B;
}

section#buy .two-courses p.descr {
  font-size:1.6em;
  font-weight:300;
  line-height:1.2;
  text-align:justify;
}

.contact,
.image {
  text-align:center;
}

section#buy p.old-price {
  margin:5px 0 0;
  color:#FF4D00;
  font-weight:300;
  font-size:1.1em;
}

section#buy .this-course p.price {
  margin-top:24px;
}

section#guarantee {
  background:url(../../img/guarantee-bg.png) no-repeat fixed #4a70ab;
  background-size:cover;
  padding:15px 0;
  color:#FFF;
}

section#guarantee img {
  width:100%;
}

section#guarantee p {
  font-size:1.6em;
  font-weight:300;
  margin:15px 0 0;
  line-height:1.2;
}

section#guarantee h2 {
  color:#FFF;
  margin:0 0 20px;
}

footer#site-footer {
  text-align:center;
  padding:40px 15px;
  background:#373d44;
  background:-moz-linear-gradient(45deg,#373d44 0,#272b30 100%);
  background:-webkit-linear-gradient(45deg,#373d44 0,#272b30 100%);
  background:linear-gradient(45deg,#373d44 0,#272b30 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#373d44',endColorstr='#272b30',GradientType=1);
  color:#fff;
}

footer#site-footer p {
  font-size:1.2em;
  font-weight:300;
}

footer#site-footer .ws-logo {
  background-image:url(../../img/wiki-sound-logo.png);
  background-size:contain;
  height:140px;
}

.contact p {
  margin-top:-15px;
  font-size:1.2em;
}

.contact p a {
  margin:0 0 0 8px;
}

.contact p a.vk {
  color:#597da3 !important;
}

.contact p a.vk:focus,
.contact p a.vk:hover {
  color:#4e7199 !important;
}

.bx-wrapper .bx-next {
  right:-95px;
  background:url(../../images/controls.png) -43px -32px no-repeat;
}

.bx-wrapper .bx-prev {
  left:-95px;
  background:url(../../images/controls.png) 0 -32px no-repeat;
}

.bx-wrapper .bx-next:hover {
  background:url(../../images/controls.png) -43px -32px no-repeat;
}

.bx-wrapper .bx-prev:hover {
  background:url(../../images/controls.png) 0 -32px no-repeat;
}

@media screen and (min-width:648px) and (max-width:714px) {
  footer#site-footer .ws-logo {
    height:81px;
  }
}

@media screen and (min-width:589px) and (max-width:647px) {
  footer#site-footer .ws-logo {
    height:74px;
  }
}

@media screen and (min-width:540px) and (max-width:589px) {
  footer#site-footer .ws-logo {
    height:67px;
  }
}

@media screen and (min-width:489px) and (max-width:539px) {
  footer#site-footer .ws-logo {
    height:61px;
  }
}

@media screen and (min-width:447px) and (max-width:489px) {
  footer#site-footer .ws-logo {
    height:55px;
  }
}

@media screen and (min-width:406px) and (max-width:446px) {
  footer#site-footer .ws-logo {
    height:50px;
  }
}

@media screen and (min-width:372px) and (max-width:405px) {
  footer#site-footer .ws-logo {
    height:45px;
  }
}

@media screen and (min-width:341px) and (max-width:372px) {
  footer#site-footer .ws-logo {
    height:41px;
  }
}

@media screen and (min-width:314px) and (max-width:341px) {
  footer#site-footer .ws-logo {
    height:38px;
  }
}

@media screen and (min-width:298px) and (max-width:313px) {
  footer#site-footer .ws-logo {
    height:35px;
  }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  section#author .image img,
  section#buy .this-course img,
  section#earnings .image img,
  section#reviews .image img {
    width:50% !important;
  }
}

@media only screen and (min-device-width:320px) and (max-device-width:768px) and (-webkit-min-device-pixel-ratio:2) {
  .bx-controls-direction,
  p.descr.sm,
  p.descr.xs {
    display:none;
  }
  header#site-header {
    height:auto;
  }
  header#site-header .framed-well h1 {
    font-size:1em;
  }
  header#site-header .framed-well img {
    width:15%;
    margin-bottom:11px;
  }
  header#site-header h3 {
    font-size:2.5em;
  }
  .actions .embed-responsive.embed-responsive-4by3 {
    margin-top:15px;
  }
  section#author h2,
  section#benefits h2,
  section#earnings h2,
  section#guarantee h2,
  section#introduction .text h2,
  section#reviews h2,
  section#subject h2 {
    font-size:3em;
    line-height:1;
  }
  section,
  section#earnings div.overlay {
    padding:40px 0;
  }
  section#earnings h2 {
    line-height:1;
  }
  section#earnings p.col-md-12.col-sm-12 {
    margin-top:180px;
  }
  .btn-order {
    padding:15px 33px;
    font-size:1.5em;
  }
  .col-md-9.col-sm-9.two-courses {
    margin:80px 0;
  }
  section#buy .two-courses h4 {
    margin-top:58px;
    text-align:center;
    font-size:2.5em;
  }
  section#guarantee h2 {
    font-size:3em;
    line-height:1;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1) {
  header#site-header {
    height:auto;
  }
  header#site-header .framed-well h1 {
    font-size:2em;
  }
  header#site-header .framed-well img {
    width:12%;
    margin-bottom:20px;
  }
  header#site-header h3 {
    font-size:3.5em;
  }
  section#earnings p.col-md-12.col-sm-12 {
    margin-top:35px;
  }
  section#author .image img,
  section#buy .this-course img,
  section#earnings .image img,
  section#reviews .image img {
    width:100%;
  }
  .col-md-9.col-sm-9.two-courses {
    margin:0;
  }
  section#buy p.price {
    font-size:1.5em !important;
  }
  .btn-order {
    padding:12px 27px;
    font-size:1.2em;
  }
  section#buy .this-course p.price {
    margin-top:56px;
  }
  p.descr.xs {
    display:block;
  }
  p.descr {
    display:none;
  }
  section#buy .two-courses h4 {
    margin-top:10px;
  }
  footer#site-footer .ws-logo {
    height:90px;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
  section#buy .this-course p.price {
    margin-top:57px;
  }
  p.descr.sm,
  p.descr.xs {
    display:none;
  }
  p.descr.xs {
    display:block;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
  section#buy .this-course p.price {
    margin-top:51px;
  }
  p.descr.xs {
    display:block;
  }
  footer#site-footer .ws-logo {
    height:116px;
  }
}

@media only screen and (min-width:768px) and (max-width:992px) {
  section#buy p.price {
    font-size:2em !important;
  }
  .this-course p.price {
    margin-top:56px !important;
  }
  p.descr,
  p.descr.sm {
    display:none;
  }
  p.descr.xs {
    display:block;
  }
}

@media only screen and (min-device-width:1025px) and (-webkit-min-device-pixel-ratio:1) {
  p.descr.sm,
  p.descr.xs {
    display:none;
  }
}