.container:after {
	content: " ";
	display: block;
	clear: both;
}

#sidebar ul,
.image-list,
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	height: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
	color: #000;
	min-width: 320px;
	height: 100%;
	font: 16px/20px "Raleway", Arial, Helvetica, sans-serif;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	vertical-align: top;
    max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #620a0e;
}

a:hover {
	text-decoration: underline;
}



hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

#topright {
position: absolute;
right: 0px;
top: 0px;
height: 190px;
width: 190px;
background: url(/images/deadline_ribbon.png) no-repeat;
}

input,
textarea,
select {
	font: 100% "Raleway", Arial, Helvetica, sans-serif;
	color: #000;
	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,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	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;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #d0d0d0;
}

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: #848484;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

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: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	max-width: 100%;
    border-collapse: collapse;
	border-spacing: 0;
}

.gm-style img {
	max-width: none;
}

/*
 * set default background
 */

body {
	background: #efefef url(../images/bg-pattern1.png);
}

/* main container styles */

#wrapper {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	overflow: hidden;
}

.content-block {
	position: relative;
	overflow: hidden;
}

.content-block .bg-stretch {
	z-index: -1;
}

/* header styles */

#header {
	background: rgba(255, 255, 255, .8);
	padding: 7px 15px 15px;
}

/* page logo styles */

.logo {
	width: 100%;
	margin: 0 auto 20px;
}

.logo img {
	width: 100%;
	height: auto;
}

/* page top menu styles */

.menu {
	text-align: center;
}

.menu .title {
	color: #202020;
	text-transform: capitalize;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 4px;
}

.menu .title a {
	color: #202020;
}

.menu .title a:hover {
	text-decoration: none;
	opacity: .7;
}

/* site currency styles */

.currency-form {
	padding: 3px 10px;
	margin-bottom: 10px;
}

/* site language styles */

.language-form {
	padding: 3px 10px;
	margin-bottom: 10px;
}

.language-form select {
	min-width: 80px;
}

/* site cart styles */

.cart {
	color: #363636;
	font-size: 13px;
	line-height: 17px;
	padding: 0 20px;
	margin-bottom: 10px;
}

.cart p {
	margin-bottom: 0;
}

.cart .image-holder {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

.cart .text {
	display: inline-block;
	vertical-align: middle;
}

.cart .title {
	text-decoration: underline;
	margin-bottom: 8px;
}

/* caption styles */

.caption {
	text-align: center;
	font-weight: 300;
	padding: 30px 0;
}

.caption h1 {
	background: rgba(255, 255, 255, .9);
  color: #000;
  font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
  padding: 20px;
  border: 3px solid #000;
	border-radius: 7px;
	box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, .1);
}

.caption p {
	color: rgba(153, 0, 0, 1);
  margin: 0 0 15px;
  text-shadow: 1px 1px #000000;
}

.caption br {
	display: none;
}

.image-block {
	display: inline-block;
	vertical-align: middle;
}

.image-block .image-holder {
	background: rgba(255, 255, 255, .5);
	text-align: center;
	width: 269px;
	height: 150px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 15px 0px;
	border: 3px solid #fff;
	border-radius: 7px;
	box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, .1);
	white-space: nowrap;
}

.image-block .image-holder:after {
	content: "";
	width: 1px;
	min-height: 150px;
	display: inline-block;
	vertical-align: middle;
}

.image-block img {
	vertical-align: middle;
}

.visual {
	background: #0086a3 url(../images/img09.jpg) no-repeat 50% 50%;
	color: #000;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-weight: 300;
	z-index: 1;
	white-space: nowrap;
}

.visual:after {
	content: "";
	width: 1px;
	min-height: 200px;
	display: inline-block;
	vertical-align: middle;
}

.visual h1 {
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 20px;
}

.visual p {
	margin: 0;
}

.visual .heading {
	max-width: 675px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	white-space: normal;
}

.visual .heading br {
	display: none;
}

.visual .holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

/* main informative part styles */

#main {
	background: #fff;
	padding: 40px 20px 15px;
	position: relative;
}

#main:after {
	background: #fff;
	bottom: -9999px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

#main h1 {
	color: #0054a6;
	font: 24px/28px "Book Antiqua", "Palatino Linotype", Palatino, serif;
	margin: 0 0 20px;
}

#main h1.red {
	color: #ed2024;
}

#main h1 br {
	display: none;
}

#main h1 a {
	color: #0054a6;
}

#main h1 a:hover {
	text-decoration: none;
	opacity: .7;
}

#twocolumns {
	overflow: hidden;
	border-bottom: 5px solid #e1e1e1;
}

/* sidebar styles */

#sidebar {
	background: #ececec url(../images/bg-pattern2.png) no-repeat 100% 50%;
	border-radius: 0 0 4px 4px;
	font-size: 14px;
	line-height: 18px;
}

#sidebar ul {
	padding: 30px 30px;
}

#sidebar li {
	position: relative;
	margin-bottom: 10px;
}

#sidebar li:before {
	background: url("../images/sprite.png") no-repeat -61px -63px;
	width: 7px;
	height: 7px;
	content: "";
	position: absolute;
	top: 7px;
	left: -17px;
}

#sidebar a {
	color: #000;
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar .opener {
	background: #ed2024;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	display: block;
	padding: 10px 5px;
	border-radius: 4px 4px 0 0;
}

#sidebar .opener:hover {
	opacity: .7;
}

/* main content styles */

#content {
	padding: 40px 0;
}

#content .title {
	color: #000;
	font: 18px/20px "Book Antiqua", "Palatino Linotype", Palatino, serif;
	display: block;
	margin-bottom: 20px;
}

.info {
	color: #0b0d12;
	font-size: 14px;
	line-height: 24px;
}

.info p {
	margin: 0 0 15px;
}

.info .alignleft {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}

.post {
	background: url(../images/bg-pattern3.png) no-repeat 100% 0;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, .09);
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	box-shadow: inset 10px 10px 54px 10px rgba(225, 225, 225, .38);
}

.post.pattern2 {
	background: url(../images/bg-pattern4.png) no-repeat 100% 0;
}

.post.pattern3 {
	background: url(../images/bg-pattern5.png) no-repeat 100% 0;
}

.post p {
	margin: 0 0 16px;
}

.post .btn {
	overflow: hidden;
	max-width: 280px;
	font-weight: 700;
}

.post .btn:before {
	content: "";
	background: url("../images/sprite.png") no-repeat 0 -25px;
	background-size: 50px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.post .btn em {
	max-width: 182px;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.post .image-holder {
	margin-bottom: 20px;
	box-shadow: inset 0 0 56px 15px rgba(0, 0, 0, .07);
	position: relative;
	overflow: hidden;
}

.post .image-holder:after {
	content: "";
	background: rgba(0, 0, 0, .19);
	height: 9px;
	position: absolute;
	right: 20px;
	bottom: 0;
	left: 20px;
	border-radius: 70% 70% 0 0;
	box-shadow: 0 0 20px 20px rgba(0, 0, 0, .19);
}

.post .image-holder img {
	width: 100%;
}

.post .description {
	padding: 20px;
}

.post .description br {
	display: none;
}

.post .meta {
	text-align: center;
	overflow: hidden;
}

.post .price {
	margin-bottom: 20px;
}

.post .price em {
	color: #232730;
	text-align: right;
	font: normal 700 14px/16px "Raleway", Arial, Helvetica, sans-serif;
}

.post .price strong {
	color: #ed2024;
	font: 700 24px/28px "Book Antiqua", "Palatino Linotype", Palatino, serif;
}

.image-list {
	text-align: center;
	margin-bottom: 40px;
}

.image-list li {
	padding-top: 20px;
}

.image-list li:first-child {
	padding-top: 0;
}

.feature {
	text-align: center;
	padding: 40px 0 30px;
}

.feature h2 {
	text-transform: capitalize;
	font: 16px/20px "Book Antiqua", "Palatino Linotype", Palatino, serif;
	margin: 0;
}

.feature h2 a {
	color: #343434;
}

.feature h2 a:hover {
	text-decoration: none;
	opacity: .7;
}

.feature .columns {
	text-align: center;
}

.columns {
	text-align: justify;
	margin-left: -10px;
	padding: 30px 0px 5px 0px;
	overflow: hidden;
}

.box {
	width: 45.5%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 10px;
}

.box .image-holder {
	margin-bottom: 10px;
}

/* testimonail styles */

.testimonial {
	color: #232730;
	padding: 30px 0;
}

.testimonial h1 {
	text-align: center;
}

.testimonial blockquote {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	margin: 0 0 5px;
}

.testimonial q {
	font-style: italic;
	display: block;
	margin-bottom: 5px;
}

.testimonial cite {
	max-width: 200px;
	display: block;
}

.testimonial .image-holder {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border: 1px solid #d4d9dc;
	border-radius: 3px;
}

.testimonial .name {
	color: #620a0e;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
}

.testimonial .name:before {
	content: "-";
}

.testimonial .name:hover {
	text-decoration: none;
	opacity: .7;
}

.text-block {
	color: #fff;
	text-align: center;
	padding: 40px 15px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0 -20px;
}

.text-block .title {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
}

/* footer styles */

#footer {
	display: table-footer-group;
	font-size: 15px;
	line-height: 19px;
	height: 1%;
}

#footer ul {
	padding-top: 20px;
}

#footer li {
	padding-top: 10px;
}

#footer li:first-child {
	padding-top: 0;
}

#footer address {
	padding-top: 20px;
	font-style: normal;
}

#footer address span {
	color: #620a0e;
	display: block;
}

#footer address a {
	margin-left: 5px;
}

#footer .holder {
	padding: 0 20px;
	background: #fff;
}

#footer .column a {
	color: #0b0d12;
}

#footer .column a:hover {
	text-decoration: none;
	opacity: .7;
}

#footer .opener {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	color: #000;
}

#footer .opener:after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	border-style: solid;
	border-width: 4px 5px 0;
	border-color: #0b0d12 transparent transparent;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}

#footer .columns {
	margin-left: 0;
	padding: 0;
	text-align: left;
}

#footer .columns:after {
	display: none;
}

.footer-navigation {
	overflow: hidden;
}

.footer-navigation .column {
	margin: 0 0 10px;
}

.copyright {
	background: #e1e1e1;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding: 10px;
	margin: 0 -20px;
}

.copyright br {
	display: none;
}

.social-networks ul a:before {
	content: "";
	background: url("../images/sprite.png") no-repeat 0 0;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.social-networks .googleplus:before {
	background-position: -57px 0;
}

/* Common site styles */

.container {
	max-width: 1300px;
	padding: 0 10px;
	margin: 0 auto;
}

.bg-stretch {
	position: absolute;
ÿ op??  
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.image-holder img {
	max-width: 100%;
	height: auto;
}

.btn {
	background: #e61f23;
	background: -webkit-linear-gradient(#e61f23 0%, #cc1b1f 100%);
	background: linear-gradient(#e61f23 0%, #cc1b1f 100%);
	max-width: 200px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding: 5px 10px;
	margin: 0 auto;
	border-radius: 4px;
}

.btn:hover {
	text-decoration: none;
	opacity: .7;
}

select {
	color: #363636;
	min-width: 120px;
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	padding: 4px 2px;
}

/* ---------------------------------------------------------
   6. Print styles
   ---------------------------------------------------------*/

@media (min-width: 768px) {
	#header {
		padding: 7px 15px 26px;
	}

	.logo {
		width: 450px;
		float: left;
		margin: 0;
	}

	.menu {
		float: right;
		text-align: left;
		margin-top: 36px;
	}

	.currency-form {
		display: inline-block;
		vertical-align: middle;
	}

	.currency-form {
		min-width: 146px;
		float: left;
		padding: 3px 0 0;
	}

	.language-form {
		min-width: 147px;
		float: left;
		padding: 3px 26px 0;
		border-left: 1px dotted #b7b7b7;
		display: inline-block;
		vertical-align: middle;
	}

	.cart {
		width: 235px;
		float: left;
		padding: 0 0 5px 26px;
		border-left: 1px dotted #b7b7b7;
		display: inline-block;
		vertical-align: middle;
	}

	.cart .image-holder {
		float: left;
		margin-right: 16px;
	}

	.cart .text {
		overflow: hidden;
		padding-top: 4px;
	}

	.caption {
		max-width: 590px;
		text-align: left;
		padding: 20px 10px;
	}

	.caption h1 {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 15px;
	}

	.caption p {
		margin-bottom: 25px;
	}

	.caption br {
		display: block;
	}

	.image-block {
		margin-left: -16px;
	}

	.image-block .image-holder {
		margin-left: 16px;
	}

	.visual {
		font-size: 20px;
		line-height: 22px;
	}

	.visual:after {
		min-height: 218px;
	}

	.visual h1 {
		font-size: 34px;
		line-height: 38px;
		margin-bottom: 12px;
	}

	.visual .heading {
		padding: 0;
	}

	.visual .heading br {
		display: block;
	}

	#main {
		padding: 20px 10px;
	}

	#main h1 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 13px;
	}

	#main h1 br {
		display: block;
	}

	#twocolumns {
		padding-bottom: 45px;
	}

	#sidebar {
		width: 280px;
		float: left;
		margin: 9px 20px 0 0;
		padding-bottom: 15px;
	}

	#sidebar ul {
		padding: 0 10px 0 30px;
		position: static !important;
	}

	#sidebar li {
		margin-bottom: 17px;
	}

	#sidebar .opener {
		padding: 16px 5px;
		margin-bottom: 15px;
		pointer-events: none;
	}

	#content {
		overflow: hidden;
		padding: 0;
	}

	#content .title {
		font-size: 20px;
		line-height: 24px;
	}

	.info {
		margin-left: 4px;
	}

	.info p {
		margin-bottom: 15px;
	}

	.info .alignleft {
		float: left;
		margin: 9px 30px 0 0;
	}

	.post {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 12px;
	}

	.post .image-holder {
		width: 31.55%;
		float: left;
		margin-bottom: 0;
	}

	.post .image-holder:after {
		width: 9px;
		height: auto;
		top: 20px;
		bottom: 20px;
		right: 0;
		left: auto;
		border-radius: 70% 0 0 70%;
	}

	.post .description {
		overflow: hidden;
		padding: 15px;
	}

	.post .price {
		float: right;
		margin: 0;
	}

	.post .price em {
		font-size: 14px;
		line-height: 14px;
		display: block;
	}

	.post .price strong {
		font-size: 28px;
		line-height: 28px;
	}

	.post .btn {
		max-width: 180px;
		font-size: 12px;
		line-height: 16px;
		float: left;
		padding: 7px;
	}

	.post .btn em {
		max-width: 123px;
	}

	.image-list {
		margin: 0 0 0 -6px;
	}

	.image-list li {
		display: inline-block;
		vertical-align: top;
		padding: 0;
		margin: 0 0 10px 6px;
	}

	.feature h2 {
		font-size: 14px;
		line-height: 18px;
	}

	.columns {
		text-align: center;
		margin-left: -15px;
		padding-bottom: 0;
	}

	.box {
		width: 26.98%;
		margin: 0 0 15px 15px;
	}

	.testimonial blockquote {
		width: 32.33%;
		font-size: 14px;
		line-height: 26px;
		text-align: left;
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}

	.testimonial cite {
		max-width: none;
	}

	.testimonial .columns {
		text-align: justify;
		padding: 15px 0;
		margin-left: 0;
	}

	.testimonial .columns:after {
		content: "";
		height: 1px;
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}

	.text-block {
		padding: 0 10px;
		white-space: nowrap;
		margin: 0;
	}

	.text-block:after {
		content: "";
		width: 1px;
		min-height: 240px;
		display: inline-block;
		vertical-align: middle;
	}

	.text-block .title {
		max-width: 728px;
		font-size: 22px;
		line-height: 32px;
		white-space: normal;
	}

	#footer address {
		position: static !important;
	}

	#footer {
		font-size: 12px;
		line-height: 16px;
	}

	#footer ul {
		position: static !important;
	}

	#footer .opener {
		font-size: 12px;
		line-height: 16px;
		display: block;
		pointer-events: none;
	}

	#footer .opener:after {
		display: none;
	}

	#footer .holder {
		padding: 25px 10px 0;
	}

	#footer .address span {
		margin-bottom: 8px;
	}

	#footer .address address {
		position: static !important;
		padding-top: 20px;
	}

	#footer .columns {
		position: static !important;
		margin: 0 -10px;
	}

	#footer .col {
		width: 45%;
		padding: 0 10px 0 7px;
	}

	#footer .col:first-child {
		padding: 0 10px;
		width: 55%;
	}

	.col {
		float: left;
		padding-top: 0;
	}

	.col:first-child {
		margin-left: 0;
	}

	.footer-navigation {
		margin-bottom: 50px;
	}

	.footer-navigation .column {
		float: left;
		width: 29%;
		padding: 0 10px;
		margin: 0;
	}

	.footer-navigation .column:first-child {
		width: 14%;
		padding: 0 10px 0 30px;
	}

	.footer-navigation .column:nth-child(2) {
		width: 40%;
		padding: 0 10px 0 6px;
	}

	.footer-navigation .column:last-child {
		width: 17%;
	}

	.copyright {
		font-size: 12px;
		line-height: 18px;
		padding: 23px 10px 25px;
		margin: 0;
	}

	.copyright br {
		display: block;
	}
}

@media (min-width: 1024px) {
	.logo {
		width: 450px;
	}

	.menu {
		margin-top: 53px;
	}

	.caption {
		max-width: 570px;
		font-size: 20px;
		line-height: 30px;
		padding: 85px 0 75px;
	}

	.caption h1 {
		font-size: 40px;
		line-height: 47px;
		margin-bottom: 26px;
	}

	.caption p {
		margin-bottom: 41px;
	}

	.visual {
		font-size: 25px;
		line-height: 29px;
	}

	.visual:after {
		min-height: 317px;
	}

	.visual h1 {
		font-size: 44px;
		line-height: 48px;
	}

	.visual .heading {
		margin: -16px 0 0 234px;
	}

	#main {
		font-size: 18px;
		max-width: 1348px;
		padding: 32px 26px 0 36px;
		margin: 0 auto;
		box-shadow: 0 0 20px rgba(0, 0, 0, .05);
	}

	#main h1 {
		font-size: 36px;
		line-height: 42px;
	}

	#sidebar {
		width: 320px;
		margin: 9px 47px 0 0;
		padding-bottom: 24px;
	}

	#sidebar ul {
		padding: 0 20px 0 42px;
	}

	#sidebar .opener {
		font-size: 20px;
		line-height: 24px;
		padding: 22px 5px 20px;
		margin-bottom: 26px;
	}

	#content .title {
		font-size: 26px;
		line-height: 30px;
		margin: 19px 0 37px 10px;
	}

	.info {
		font-size: 16px;
		line-height: 28px;
	}

	.info p {
		margin-bottom: 29px;
	}

	.info .alignleft {
		float: left;
		margin: 9px 30px 0 0;
	}

	.post {
		font-size: 18px;
		line-height: 28px;
	}

	.post .description {
		padding: 28px 42px 0 31px;
	}

	.post .price {
		margin: -2px 0 0;
	}

	.post .price em {
		font-size: 18px;
		line-height: 18px;
	}

	.post .price strong {
		font-size: 52px;
		line-height: 52px;
	}

	.post .btn {
		max-width: 305px;
		font-size: 18px;
		line-height: 20px;
		padding: 10px 11px 8px;
	}

	.post .btn:before {
		background: url("../images/sprite.png") no-repeat 0 -48px;
		width: 41px;
		height: 37px;
	}

	.post .btn em {
		max-width: 218px;
	}

	.image-list {
		margin-top: -8px;
	}

	.feature {
		padding: 47px 0 30px;
	}

	.feature h2 {
		font-size: 22px;
		line-height: 26px;
	}

	.columns {
		margin-left: -37px;
	}

	.box {
		margin: 0 0 35px 22px;
	}

	.testimonial {
		padding: 45px 2px;
	}

	.testimonial blockquote {
		width: 25.33%;
		font-size: 16px;
		line-height: 29px;
	}

	.testimonial cite {
		font-size: 20px;
		line-height: 24px;
	}

	.testimonial .columns {
		padding: 25px 0 29px;
	}

	.text-block {
		padding: 0 10px;
		white-space: nowrap;
	}

	.text-block:after {
		min-height: 360px;
	}

	.text-block .title {
		max-width: 1000px;
		font-size: 30px;
		line-height: 48px;
	}

	#footer {
		font-size: 15px;
		line-height: 24px;
	}

	#footer .opener {
		font-size: 18px;
		line-height: 20px;
	}

	#footer .holder {
		max-width: 1348px;
		padding: 49px 26px 0 36px;
		margin: 0 auto;
		box-shadow: 0 0 20px rgba(0, 0, 0, .05);
	}

	.col {
		float: left;
		padding-top: 0;
	}

	.col:first-child {
		margin-left: 0;
	}

	.footer-navigation .column {
		width: 26%;
	}

	.footer-navigation .column:first-child {
		width: 17%;
		padding: 0 10px;
	}

	.footer-navigation .column:nth-child(2) {
		width: 43%;
	}

	.footer-navigation .column:last-child {
		width: 13%;
	}

	.copyright {
		font-size: 14px;
		line-height: 24px;
		padding: 23px 10px 25px;
	}

	.btn {
		max-width: 250px;
		font-size: 16px;
		line-height: 20px;
		padding: 21px 5px 17px;
	}
}

@media (min-width: 1024px) and (max-width: 1284px) {
	#main .post {
		font-size: 16px;
		line-height: 20px;
	}

	#main .post h1 {
		font-size: 24px;
		line-height: 28px;
	}

	#main .post .description {
		padding: 20px;
	}

	#main .post .price em {
		font-size: 16px;
	}

	#main .post .price strong {
		font-size: 34px;
		line-height: 36px;
	}

	#main .post .btn {
		max-width: 260px;
	}

	#main .post .btn em {
		max-width: 185px;
	}

	.social-networks ul a:before {
		margin-right: 4px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=fax],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 767px) {
	.testimonial .text {
		height: auto !important;
	}
}

@media print {
	/* @media all { */

	* {
		background: #fff !important;
		color: #000 !important;
		font-family: "Raleway", Arial, Helvetica, sans-serif !important;
	}

	.menu,
	.bg-stretch,
	.image-block,
	.image-list,
	.btn,
	.text-block,
	.footer-nav,
	.social-networks,
	.feature,
	#sidebar {
		display: none;
	}

	#wrapper {
		overflow: visible;
	}

	#header {
		padding: 0;
		margin-bottom: 20px;
		display: block;
	}

	.logo {
		width: 450px;
		margin: 0;
	}

	.container {
		width: 100%;
		max-width: 100%;
	}

	#main:after {
		display: none;
	}

	.caption {
		text-align: left;
		font-size: 14px;
		line-height: 18px;
		padding: 0;
		max-width: 100%;
	}

	.caption br {
		display: none;
	}

	.caption h1 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.caption p {
		margin-bottom: 12px;
	}

	.info {
		page-break-inside: avoid;
	}

	.info .alignleft {
		display: none;
	}

	.visual {
		text-align: left;
		font-size: 16px;
		line-height: 18px;
		white-space: normal;
	}

	.visual:after {
		display: none;
	}

	.visual h1 {
		font-size: 18px;
		line-height: 22px;
	}

	.visual .heading {
		max-width: 100%;
		margin: 0;
		padding: 0;
	}

	.visual .heading br {
		display: none;
	}

	#main {
		max-width: 100%;
		padding: 0;
		box-shadow: none;
	}

	#main .post h1 {
		font-size: 17px;
		line-height: 22px;
		font-weight: 700;
	}

	#main .post h1 br {
		display: none;
	}

	#twocolumns {
		padding-bottom: 0;
		border-bottom: none;
		overflow: visible;
	}

	#content {
		padding: 15px 0;
		overflow: visible;
	}

	#content .title {
		display: none;
	}

	.testimonial {
		padding: 20px 0;
	}

	.testimonial h1 {
		text-align: left;
	}

	.testimonial blockquote {
		width: 100%;
		padding: 15px 0;
		page-break-inside: avoid;
		display: block;
	}

	.testimonial blockquote:first-child {
		padding-top: 0;
		border-top: none;
	}

	.testimonial blockquote q {
		margin-bottom: 10px;
	}

	.testimonial cite {
		margin: 0;
	}

	.testimonial .columns {
		padding: 0;
		margin: 0;
		overflow: visible;
	}

	.testimonial .columns:after {
		display: none;
	}

	.testimonial .text {
		height: auto !important;
	}

	.testimonial .image-holder {
		display: none;
	}

	.post {
		font-size: 14px;
		line-height: 18px;
		box-shadow: none;
		border: none;
		border-bottom: 1px solid #000;
		border-radius: 0;
	}

	.post .image-holder {
		display: none;
	}

	.post .description {
		overflow: visible;
		padding: 0;
	}

	.post .meta {
		text-align: left;
		overflow: visible;
	}

	.post .price {
		float: none;
	}

	.post .price em {
		line-height: 35px;
		text-align: left;
		font-weight: 400;
	}

	.post .price strong {
		font-size: 18px;
		line-height: 20px;
	}

	.columns {
		padding: 0;
	}

	#footer address {
		position: static !important;
	}

	#footer {
		display: block;
		height: auto;
	}

	#footer .copyright {
		text-align: left;
		padding: 0;
		margin: 0;
	}

	#footer .holder {
		padding: 0;
		box-shadow: none;
		max-width: 100%;
		width: 100%;
	}

	#footer .opener {
		font-weight: 700;
	}

	#footer .opener:after {
		display: none;
	}

	.copyright {
		padding: 0 10px 20px;
	}
}

