﻿/* RESET CSS (HTML 5 version, 2011)
 * Developer: Vyushin Evgeny
 * E-mail: evgeny@land.ru
 *
 * Made in Russia.
 * Free ware.
 */

* {
	background-color: transparent;
	border: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	/*list-style: none;
	font-weight: normal;*/
	margin: 0;
	outline: 0;
	padding: 0;
}

abbr, acronym {
	border-bottom: 1px;
	border-style: dashed;
	border-color: inherit;
}

address, i, dfn, em, q, var {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

big {
	font-size: 1.5em;
}

code, kbd, samp, tt {
	font-family: "Courier New", "Courier", "Monospace";
}

del {
	color: red;
	text-decoration: line-through;
}

nobr {
	white-space: nowrap;
}

plaintext {
	white-space: pre;
}

p {
	color: inherit;
	font: inherit;
}

pre {
	font-family: "Courier New", "Courier", "Monospace";
	white-space: pre;
}

s, strike {
	text-decoration: line-through;
}

small {
	font-size: 0.75em;
}

sub {
	font-size: 0.8em;
}

sup {
	font-size: 0.8em;
}

u, ins {
	text-decoration: underline;
}

/*My default styles*/
.question blockquote {
	margin: 0;
	background: #F0F0F1;
	color: #333334;
	padding: 20px 30px;
	position: relative;
	border-left: 35px solid #DFDEDE;
	font-family: 'Lato', sans-serif;
}

.question blockquote:before {
	content: "\201C";
	font-family: serif;
	position: absolute;
	left: -29px;
	top: 5px;
	color: #BCBCBC;
	font-size: 50px;
	text-shadow: 1px 2px 0 white;
}

.question blockquote p {
	margin: 0 0 16px;
	font-size: 17px;
	letter-spacing: .05em;
	line-height: 1.4;
}

.question blockquote p:before {
	content: 'Вы писали';
	display: block;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}

.question blockquote cite {
	font-style: normal;
	font-weight: 300;
}

.displayblock {
	display: block !important;
}

.displayinlineblock {
	display: inline-block !important;
}


.positionrelative {
	position: relative !important;
}

.valignmiddle {
    vertical-align: middle !important;
}

.alignleft {
	text-align: left !important;
}

.aligncenter {
	text-align: center !important;
}

.alignright {
	text-align: right !important;
}

.alignjustify {
	text-align: justify !important;
}

.floatleft {
	float: left !important;
}

.floatright {
	float: right !important;
}

.clearboth {
	clear: both !important;
}

.resetmargin {
	margin: 0 !important;
}

.resetmargintop {
	margin-top: 0 !important;
}

.resetmarginright {
	margin-right: 0 !important;
}

.resetmarginbottom {
	margin-bottom: 0 !important;
}

.resetmarginleft {
	margin-left: 0 !important;
}


.resetpadding {
	padding: 0 !important;
}


.resetpaddingtop {
	padding-top: 0 !important;
}

.resetpaddingright {
	padding-right: 0 !important;
}

.resetpaddingbottom{
	padding-bottom: 0 !important;
}

.resetpaddingleft {
	padding-left: 0 !important;
}




.resetborder {
	border: 0 !important;
}

.resetbordertop {
    border-top: 0 !important;
}

.resetborderright {
    border-right: 0 !important;
}

.resetborderbottom {
    border-bottom: 0 !important;
}

.resetborderleft {
    border-left: 0 !important;
}

.overflowhidden {
	overflow: hidden !important;
}

.overflowvisible {
	overflow: visible !important;
}

.cursorDefault {
	cursor: default;
}


.texttransformuppercase {
	text-transform: uppercase !important;
}

.texttransformlowercase {
	text-transform: lowercase !important;
}

.resettexttransform {
	text-transform: none !important;
}


.resettextshadow {
	text-shadow: none !important;
}

/*End*/