html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #333;
  background: #fff;
  font: 14px/24px Arial, Helvetica, sans-serif;
  min-width: 320px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

header, footer, article, section, hgroup, nav, figure, main { display: block; }

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

@font-face {
	font-family:"NK_Monotype Corsiva";
	src:url("../fonts/NK_Mono.eot") format("eot"),
		url("../fonts/NK_Mono.woff") format("woff"),
		url("../fonts/NK_Mono.ttf") format("truetype"),
		url("../fonts/NK_Mono.svg") format("svg");
	font-weight:normal;
	font-style:normal;
}


* {
  max-height: 100000px;
}

img {
  border-style: none;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #095b8f;
}

a:hover {
  text-decoration: none;
}

input,
textarea,
select {
  font: 100% Arial, Helvetica, sans-serif;
  color: #9a9999;
  vertical-align: middle;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

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

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

input[type="submit"]:hover,
button:hover {
  cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin: 0;
  padding: 4px 7px;
  border: 1px solid #979797;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #4b4b4b;
}

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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  color: #000;
  margin: 0 0 20px;
}

p {
  margin: 0 0 13px;
}

q {
  quotes: none;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

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

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.green-text {
	color: #3fb919;
}

.container {
  max-width: 1020px;
  margin: 0 auto;
  padding:0 15px;
}

.container:after,
.clearfix:after {
	 content: "";
	 display: block;
	 clear: both;
}

.list-unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}

blockquote {
	margin: 0;
	padding: 0;
}

blockquote q {
	quotes: none;
}

.img-holder.circle-image {
	border: 10px solid #e1ebe4;
	border-radius: 50%;
	overflow: hidden;
	width: 290px;
}

.img-holder.circle-image img{
	width: 100%;
	height: auto;
}

.img-holder.square-image {
	border: 10px solid #e1ebe4;
	border-radius:10px;
	overflow: hidden;
	width: 246px;
}

.img-box.align-right .img-holder.square-image {
	width: 275px;
}

.img-holder.square-image img{
	width: 100%;
	height: auto;
}

#header {
	background: #222;
	padding: 10px 0 2px;
	margin: 0 0 21px;
}

#header h1 {
	margin: 0;
	color: #fff;
	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
	font-family:"NK_Monotype Corsiva";
}

#main {
	position: relative;
}

.social-network {
	position: fixed;
	top: 71px;
}

.social-network li{
	margin-bottom: 12px;
	padding: 0 5px;
}

.social-network li a:hover{
	opacity: 0.8;
}

.social-network li.comment-counter{
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-top: 17px;
}

.social-network li.comment-counter .comment-count{
	display: block;
	color: #ccc;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}




.content-wrap {
	padding-left: 88px;
}

.top-block {
	position: relative;
	margin-bottom: 12px;
}

.top-block blockquote .big-text{
	display: block;
	font-size: 33px;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 4px;
}

.top-block blockquote q {
	display: block;
	font-size: 21px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 8px;
}

.top-block blockquote cite {
	display: block;
	font-weight: bold;
	font-style: italic;
}

.like-tweet-box {
	position: absolute;
	right: 0;
	bottom: 10px;
}

.like-tweet-box li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 17px;
}

.blog-content {
	margin-bottom: 40px;
}

.blog-content .align-left {
	margin-right: 35px;
}

.blog-content .align-right {
	margin-left: 44px;
}

.blog-content .align-right.circle-image {
	margin-left: 20px;
	margin-right: 16px;
}

.blog-content .text-wrap.padding-top{
	padding-top: 0px;
}

.blog-content .text-wrap p{
	margin-bottom: 0;
}

.blog-content .text-wrap p.margin-top{
	margin-top: 16px;
}

.blog-content .img-holder.square-image.margin-bottom{
	margin-bottom: 32px;
}

.blog-content .img-box {
	margin-top: 31px;
}

.step-block {
	margin-bottom: 36px;
	overflow: hidden;
}

.step-block li{
	display: table;
	width: 100%;
	background: #eee;
	margin-bottom: 12px;
	overflow: hidden;
	border-radius: 8px;
}

.step-block li .tc{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding: 6px 16px;
	font-weight: bold;
}

.step-block li .title{
	background: #f9ff54;
	width: 58px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	padding: 0;
}

.graph-box {
	margin-bottom: 30px;
}

.graph-box .graph-box-content{
	border: 2px solid #eee;
	border-radius: 8px;
	overflow: hidden;
}

.graph-box .graph-box-content .top-wrap{
	padding: 10px;
	margin-bottom: 20px;
}

.graph-box .rules-info {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

.graph-box .rules-info .title{
	font-size: 20px;
	line-height: 30px;
	display: block;
}

.graph-box .btn-holder {
	text-align: center;
	padding-top: 7px;
}

.graph-box .btn-holder .btn-start{
	display: inline-block;
	vertical-align: top;
	background: url(../images/bg-btn-start.png) no-repeat;
	width: 287px;
	height: 78px;
	text-indent: -9999px;
	overflow: hidden;
}

.graph-box .graph-holder {
	padding: 3px;
}

.graph-box .graph-holder img {
	width: 100%;
	height: auto;
}

.comment-box {
	margin-bottom: 30px;
}

.comment-box .comment-heading-box {
	background: #333;
	font-size: 24px;
	line-height: 26px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	padding: 14px 13px 13px;
	margin: 17px 0 18px;
}

.comment-box .comment-show-link {
	padding-left: 5px;
	font-size: 13px;
	margin-bottom: 7px;
}

.comment-box .comment-show-link a{
	color: #297ccf;
}

.comment-box .comment-list li {
	padding: 0 7px;
	border-top: 2px dotted #ccc;
}

.comment-box .comment-list > li:first-child {
	border-top: 0;
}

.comment-box .comment-list .avatar-holder {
	float: left;
	width: 25px;
	margin: 18px 7px 0 0;
}

.comment-box .comment-list .avatar-holder img{
	width: 100%;
	height: auto;
}

.comment-box .comment-list .description {
	overflow: hidden;
	font-size: 12px;
	padding: 10px 0;
}

.comment-box .comment-list .description .name{
	display: block;
	font-weight: 700;
}

.comment-box .comment-list .description .name a{
	color: #333;
}

.comment-box .comment-list .description p{
	margin: 0;
}

.comment-box .comment-list ul li{
	padding-left: 50px;
}

@media (max-width: 767px) {
	.social-network {
		left: 0;
	}
	.content-wrap {
		padding-left: 40px;
	}
	.img-holder.circle-image {
		width: 200px;
	}
	.img-holder.square-image {
		width: 230px;
	}
	.img-box.align-right .img-holder.square-image {
		width: 240px;
	}
	.blog-content .align-right {
		margin-left: 20px;
	}
	.blog-content .align-left {
		margin-right: 20px;
	}
}

@media (max-width: 499px) {
	.like-tweet-box {
		text-align: right;
		position: static;
		padding: 15px 0;
	}
	.blog-content .align-right,
	.blog-content .align-left{
		float: none;
		margin: 0 auto !important;
	}
	.blog-content .img-box.align-left .img-holder,
	.blog-content .img-box.align-right .img-holder {
		float: none;
		margin: 20px auto !important;
	}
	.graph-box .btn-holder .btn-start {
		background-size: 100%;
		width: 220px;
		height: 59px;
	}
	.comment-box .comment-list ul li{
		padding-left: 25px;
	}
}