/*
 * Reset style
 * Adapted from http://github.com/necolas/normalize.css
 * MIT License
 *
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

/*
*  Base settings
*/
html,
body {
  height: 100%; }

html {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 16.8px; }

body {
  margin: 0; }

/*
 * Links
 */
a {
  color: #ed0f03; }

a:visited {
  color: #ed0f03; }

a:hover {
  color: #880902;
  text-decoration: none; }

a img {
  border: none; }

a:hover,
a:active,
a:focus,
:-moz-any-link:focus,
a::-moz-focus-inner,
button:focus {
  outline: 0 none; }

input::-moz-focus-inner {
  border: 0; }

/*
* Typography
*/
h1 {
  font-size: 2em; }

p {
  margin: 0 0 1.3em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ffc40d;
  color: black;
  text-decoration: none; }

mark {
  background: #ffc40d;
  color: black;
  font-style: italic;
  font-weight: bold; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre,
code,
kbd,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: "";
  content: none; }

small {
  font-size: 80%; }

/*
 * Embedded content
 */
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

#map_canvas img {
  max-width: none; }

svg:not(:root) {
  overflow: hidden; }

/*
 * Figure
 */
figure {
  margin: 0; }

/*
 * Form
 */
form {
  margin: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

label {
  cursor: default; }

button,
input,
select,
textarea {
  font-family: inherit;
  margin: 0;
  font-size: 12px;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button,
input,
select,
textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #5d5d5d; }

textarea {
  overflow: auto;
  vertical-align: top; }

input:invalid,
textarea:invalid {
  background-color: #ffa7a7; }

/*
 * Lists
 */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/*
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/**
 * Author: Maxim Gladkih
 * Mail: mail@gladkih.su
 * Date: 10.03.13
 * Time: 1:41
 * Name: 
 */
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: normal; }

h1 {
  font-size: 48px;
  line-height: 1em;
  margin: 0 0 15px; }

h2 {
  font-size: 36px;
  line-height: 1em;
  margin: 0 0 10px; }

h3 {
  font-size: 24px;
  font-style: italic;
  margin: 26px 0 18px 26px; }

.blockquote__mini {
  margin: 0 0 17px -30px;
  zoom: 1; }
  .blockquote__mini:before, .blockquote__mini:after {
    content: "";
    display: table; }
  .blockquote__mini:after {
    clear: both; }
  .blockquote__mini .quote-open,
  .blockquote__mini .quote-close {
    float: left;
    font-size: 43px;
    line-height: 15px; }

.quote-center {
  float: left;
  padding: 0 4px;
  color: black; }

.blockquote__normal {
  text-align: left;
  background: url("../images/quote-open.png") 0 0 no-repeat;
  margin: 0 0 5px;
  padding: 2px 43px 0 40px; }
  .blockquote__normal .quote-close {
    background: url("../images/quote-close.png") 100% 100% no-repeat;
    margin: 0;
    padding-bottom: 5px; }

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5em; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.wrapper {
  margin: 0 auto;
  position: relative;
  width: 960px;
  padding-left: 80px; }

.l-header {
  padding-top: 1px; }

.book-promo {
  margin-bottom: 20px; }
  .book-promo p {
    max-width: 530px; }

/**
 * Author: Maxim Gladkih
 * Mail: mail@gladkih.su
 * Date: 10.03.13
 * Time: 1:31
 * Name: 
 */
.main-header {
  background: url("../images/bg-noize__low.png") 0 0 whitesmoke;
  padding-top: 15px;
  height: 45px;
  position: relative;
  display: block;
  left: 0;
  right: 0;
  margin-bottom: 48px;
  margin-left: -86px; }

/**
 * Author: Maxim Gladkih
 * Mail: mail@gladkih.su
 * Date: 10.03.13
 * Time: 2:31
 * Name: About book
 */
.about-book {
  margin-bottom: 50px; }

.about-book__info {
  float: left;
  width: 600px; }

.about-book__info-cover {
  margin: 15px 0 70px -15px; }

.amazon-stars {
  width: 245px;
  float: left;
  font-size: 12px;
  color: gray; }

.amazon-quote {
  float: left;
  width: 200px;
  color: gray; }

/**
 * Author: Maxim Gladkih
 * Mail: mail@gladkih.su
 * Date: 10.03.13
 * Time: 2:35
 * Name: About author
 */
.about-book__author {
  float: left;
  width: 237px;
  padding-left: 4px; }
  .about-book__author img {
    margin-left: -4px; }
  .about-book__author h3 {
    margin: 18px 0 15px; }

.buy__ozon {
  margin: 33px 0 0 -15px; }

/**
 * Author: Maxim Gladkih
 * Mail: mail@gladkih.su
 * Date: 10.03.13
 * Time: 3:47
 * Name: Book preview
 */
.book-preview {
  background: url("../images/bg-noize__high.png");
  padding: 43px 80px 50px 70px;
  margin: 40px 0 60px -86px; }

.book-preview__pdf {
  float: left;
  width: 386px;
  padding-top: 5px;
  line-height: 1.7em;
  margin-right: 40px;
  color: gray; }
  .book-preview__pdf img {
    float: left;
    margin: 5px 33px 0 0; }
  .book-preview__pdf a {
    font-size: 21px;
    color: #ed0f03;
    padding: 3px 0; }

.book-preview__mail {
  float: left;
  width: 420px; }
  .book-preview__mail img {
    float: left;
    margin: 0 38px 0 0; }
  .book-preview__mail p {
    margin: 17px 0; }
  .book-preview__mail input[type='text'] {
    padding: 3px 3px;
    font-size: 15px;
    width: 183px;
    margin-right: 10px; }
  .book-preview__mail input[type='submit'] {
    min-width: 60px; }

/**
 * Author: Maxim Gladkih
 * Mail: mail@gladkih.su
 * Date: 10.03.13
 * Time: 11:51
 * Name: Consecration
 */
.consecration-photo {
  width: 460px;
  float: left;
  padding: 0 30px;
  margin-right: 60px; }
  .consecration-photo img {
    margin-bottom: 25px; }
  .consecration-photo em {
    margin-left: 75px;
    color: gray; }
  .consecration-photo .blockquote__normal {
    margin-left: 40px; }

.consecration-img {
  text-align: center; }

.facebook-widget {
  float: left;
  width: 250px;
  margin-left: 48px; }

/**
 * Author: Maxim Gladkih
 * Mail: mail@gladkih.su
 * Date: 10.03.13
 * Time: 12:19
 * Name: 
 */
.main-list {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 36px;
  line-height: 1em;
  margin: 55px 0 0 0;
  padding: 0;
  width: 585px;
  list-style-type: none;
  clear: both; }
  .main-list p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    margin: 15px 0;
    line-height: 21px;
    width: 550px; }
  .main-list li {
    margin-bottom: 70px; }
  .main-list img {
    margin: 10px 0 5px; }
.main-list__number {
  background: url('../images/bg-round__red.jpg') 0 0 #ba2b23;
  border-radius: 100%;
  color: #fff;
  width: 50px;
  height: 46px;
  float: left;
  margin: -6px 10px 0 -60px;
  padding-top: 4px;
  text-align: center;
}
/**
 * Author: Maxim Gladkih
 * Mail: mail@gladkih.su
 * Date: 10.03.13
 * Time: 14:31
 * Name: 
 */
.video {
  background: url("../images/bg-noize__high.png") 0 0 #e6e6e6;
  padding: 50px 170px;
  margin: 0 0 60px -86px; }
  .video h2 {
    text-align: center;
    margin-bottom: 5px; }

.video-wrapper {
  margin: 30px auto 15px;
  box-shadow: 10px 10px 80px black;
  height: 354px;
  width: 630px;
  overflow: hidden; 
}

/**
 * Author: Maxim Gladkih
 * Mail: mail@gladkih.su
 * Date: 10.03.13
 * Time: 14:49
 * Name: Review
 */
.review {
  padding-top: 67px;
  margin-left: -25px;
  margin-bottom: 90px; }

.review__author {
  float: left; }
  .review__author h3 {
    font-style: italic; }
  .review__author .blockquote__normal {
    padding: 2px 3px 0 40px; }
    .review__author .blockquote__normal .quote-close {
      padding-right: 17px; }
  .review__author em {
    font-size: 13px;
    color: gray;
    margin-left: 40px;
    margin-top: -5px;
    display: block;
    line-height: 18px; }

.review__author-01 {
  width: 245px; }

.review__author-02 {
  margin-top: -70px;
  width: 280px;
  margin-left: 80px; }

.review__author-03 {
  width: 290px;
  margin-left: 80px; }

/**
 * Author: Maxim Gladkih
 * Mail: mail@gladkih.su
 * Date: 10.03.13
 * Time: 15:17
 * Name: 
 */
.blogger header {
  background: url("../images/bg-to-blogger.jpg") 0 0 repeat-x;
  width: 1000px;
  margin-left: -86px; }
.blogger h2 {
  width: 192px;
  height: 52px;
  background: #fff;
  margin-left: 200px;
  line-height: 52px;
  padding-left: 7px; }

.bloger-info {
  margin: 20px 125px 70px 0;
  width: 500px; }

/**
 * Author: Maxim Gladkih
 * Mail: mail@gladkih.su
 * Date: 10.03.13
 * Time: 15:49
 * Name: 
 */
.fb-like {
  width: 480px;
  float: left;
  margin-left: 45px; }

.other-soc-btn {
  float: right;
  width: 290px; }

.down-soc-btn {
  background: url("../images/bg-noize__low.png") 0 0 whitesmoke;
  padding: 30px 0;
  margin-left: -86px;
  margin-bottom: 50px; }

.soc-btn {
  float: right;
  width: 400px; }

.soc-mini-btn {
	display: inline-block;
	vertical-align: middle;
}
/**
 * Author: Maxim Gladkih
 * Mail: mail@gladkih.su
 * Date: 10.03.13
 * Time: 16:12
 * Name: Footer
 */
.main-footer {
  padding-bottom: 15px; }
  .main-footer em {
    color: gray;
    width: 250px;
    font-size: 13px;
    line-height: 17px;
    display: block;
    float: left; }

.footer__logo {
	float: left;
	width: 320px; 
}
.footer__logo_right {
	float: right;
	text-align: center;
}


.further-reading {
	margin: 40px 0;
	text-align: center;
}
.further-reading__books__item {
	display: inline-block;
	width: 200px;
	margin-right: 40px;
	vertical-align: top;
	text-align: left;
}
.further-reading__books__item__link {
	color: #A78D6B;
	text-decoration: underline;
	text-align: left;
	font-weight: bold;
}
.further-reading__books__item__link:visited {
	color: #A78D6B;
}
.further-reading__books__item__link:hover {
	text-decoration:none;
}
.further-reading__books__item__text {
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}
.further-reading__books__item__image {
	margin-bottom: 20px;
}
