.color-blue {
	color: #0864ba;
}
.color-red {
	color: #d91a1a;
}
.color-grey {
	color: grey;
}
.pre_header1, h1,
.pre_header2, h2,
.pre_header3, h3,
.pre_header4, h4,
.pre_header5, h5 {
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.15;
	padding-bottom: 25px;
	padding-top: 15px;
}
.pre_header1, h1 {
	font-size: 32px;
}
.pre_header2, h2 {
	font-size: 30px;
}
.pre_header3, h3 {
	font-size: 27px;
}
.pre_header4, h4 {
	font-size: 24px;
	letter-spacing: -0.5px;
}
.pre_header5, h5 {
	font-size: 21px;
	letter-spacing: -0.5px;
	padding-bottom: 20px;
}
#content .pre_header1, #content h1,
#content .pre_header2, #content h2,
#content .pre_header3, #content h3,
#content .pre_header4, #content h4,
#content .pre_header5, #content h5 {
	text-align: left;
}
.pre_header1.first, h1.first, h1:first-child,
.pre_header2.first, h2.first, h2:first-child,
.pre_header3.first, h3.first, h3:first-child,
.pre_header4.first, h4.first, h4:first-child,
.pre_header5.first, h5.first, h5:first-child {
	padding-top: 10px;
}
#content .pre_text twitter-widget {
	margin: 0 auto 20px;
}
#content .pre_text .instagram-media-wrapper {
	margin: 0 auto 20px;
	max-width: 542px;
}
#content .pre_text p {
	line-height: 1.6;
	font-size: 16px;
	text-align: justify;
	padding-bottom: 25px;
}
#content .pre_text p:last-child {
	padding-bottom: 0;
}
#content .pre_text .align-center {
	text-align: center;
}
#content .pre_text .align-right {
	text-align: right;
}
#content .pre_text > ul {
	line-height: 1.6;
	font-size: 16px;
	padding-bottom: 20px;
}
#content .pre_text > ul li {
	position: relative;
	line-height: 1.6;
	font-size: 16px;
	padding-left: 16px;
	margin-bottom: 5px;
}
#content .pre_text > ul li:before {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	background: #bf1818;
}
.floated {
	float: none;
	padding-left: 0;
	margin: 0 auto;
}
#content .pre_text img {
	max-width: 100%;
	height: auto;
}
#content .pre_text p > img,
#content .pre_text p > a img,
#content .pre_text p > strong img,
#content .pre_text p > span img {
	margin: auto;
	display: block;
	border: 1px solid #000;
	box-sizing: border-box;
}
#content .pre_text .pre_button {
	margin: 0 10px 10px 0;
}
#content .pre_text table {
	width: 100%;
	margin-bottom: 25px;
}
#content .pre_text table tr td {
	padding: 12px 10px;
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
}
#content .pre_text table tr td {
	border-bottom: 1px solid #cbcbcb;
}
#content .pre_text table tr:first-child td {
	border-top: 2px solid #bf1818;
}
#content .pre_text table tr:nth-child(odd) td {
	background: rgba(0,0,0, 0.04);
}
#content .pre_text table tr.pre_table_header td {
	color: #bf1818;
	background: transparent;
	border-color: transparent;
	border-bottom: 2px solid #bf1818;
}
#content .pre_text table tr td.align-right,
#content .pre_text table tr td.align-right:first-child {
	text-align: right;
	padding-right: 20px;
}
#content .pre_text table tr td.align-left {
	text-align: left;
	padding-left: 20px;
}
#content .pre_text img {
	max-width: 100%;
	height: auto;
}
#content .pre_text table tr td:first-child {
	text-align: left;
	padding-left: 20px;
}
#content .pre_text table.clean tr td:first-child {
	text-align: center;
	padding-left: 10px;
}
#content .pre_text table tr td:first-child {
	border-left: 1px solid #cbcbcb;
}
#content .pre_text table tr td:last-child {
	border-right: 1px solid #cbcbcb;
}
#content .pre_text table tr.pre_table_header td:first-child {
	border-left: 1px solid transparent;
}
#content .pre_text table tr.pre_table_header td:last-child {
	border-right: 1px solid transparent;
}
#content .pre_text table tr td a.pre_button {
	display: inline-block;
	font-size: 12px;
	padding: 4px 10px 3px;
	text-transform: uppercase;
	margin: 0;
}
#content .pre_text table tr td a.pre_button.block {
	display: block;
	text-align: center;
}
#content .pre_text table tr td img {
	max-height: 60px;
}
#content .pre_text table tr td img.ava {
	border-radius: 50%;
}
#content .pre_text table.clean tr td img {
	max-height: 100%;
	height: auto;
}
#content .pre_text table.black tr td {
	background: #fff;
	border: none;
}
#content .pre_text table.black tr td img {
	max-height: 300px;
	height: auto;
}
.pre_button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 8px 20px 9px;
	background: #bf1818;
	color: #fff;
	border: 1px solid #bf1818;
	font-size: 15px;
	line-height: 1.15;
	border-radius: 2px;
	cursor: pointer;
	transition: 0.5s;
}
.pre_button.red {
	background: #d91a1a;
	color: #fff;
	border-color: #d91a1a;
}
.pre_button.white {
	background:  transparent;
	color: #bf1818;
	border-color: #bf1818;
}
.pre_button.black {
	background:  transparent;
	color: #222;
	border-color: #626262;
}
.pre_button.white:hover,
.pre_button.black:hover {
	background:  #bf1818;
	color: #fff;
	border-color: #bf1818;
}
.pre_button.mini {
	padding: 5px 20px;
	font-size: 13px;
}
.pre_button.bold {
	font-weight: 700;
}
.pre_button.upper {
	text-transform: uppercase;
}
.pre_button.large {
	padding: 12px 30px 10px;
	font-size: 16px;
	text-transform: uppercase;
}
.pre_button span.arrow {
	position: relative;
	padding-right: 10px;
	display: inline-block;
}
.pre_button span.arrow:before {
	background: transparent url(/images/design/new/icon_arrow_button.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -8px;
	width: 16px;
	height: 16px;
	content: '';
}
.pre_submit .pre_button, .pre_button.pre_submit {
	display: block;
	font-weight: 400;
	text-align: center;
}
.pre_button.pre_submit {
	font-size: 16px;
	padding: 10px 7px 10px;
}
.pre_submit.inline .pre_button {
	display: inline-block;
}
#newsletter .pre_submit.inline .pre_button {
	display: block;
}
.color-red {
	color: #cc0000;
}
.pre_block_button .pre_button+.pre_button {
	margin-left: 20px;
}
.pre_button:hover {
	background: #282828;
	color: #fff;
	border-color: #282828;
}
a.pre_button:hover {
	text-decoration: none;
}
.pre_button.red:hover {
	background: #0864ba;
	border-color: #0864ba;
}
.pre_button.disabled {
	color: #a9a9a9;
	background: #ebebeb;
	border-color: #ebebeb;
	cursor: default;
}
.pre_button.block_submit,
.pre_button.blue.block_submit,
.pre_button.red.block_submit {
	border-color: #0864ba;
	background: #0864ba;
	position: relative;
	color: transparent;
	cursor: default;
}
.pre_button.block_submit:after {
	z-index: 12;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
.pre_form form {
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin-right: -30px;
}
.pre_form form .pre_input {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	padding-right: 30px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1;
	padding-bottom: 30px;
	text-align: left;
}
.pre_form form .pre_input.w100 {
	width: 100%;
}
.pre_form form .pre_input.textarea {
	width: 100%;
}
.pre_form form .pre_input.box_wrapper {
	text-align: center;
}
.pre_form form .pre_input label {
	position: relative;
	padding: 0 15px 7px 15px;
	display: inline-block;
	font-size: 15px;
	color: #404040;
	background: #fff;
	cursor: pointer;
}
.pre_form form .pre_input label em {
	font-style: normal;
	color: #ff0000;
}
.pre_form form .pre_input .pre_error {
	position: relative;
	padding: 5px 15px 0 15px;
	display: block;
	line-height: 1.3;
	font-size: 13px;
	color: #cc0000;
}
.pre_form form .pre_input .pre_about, .form-about {
	position: relative;
	padding: 5px 15px 0 15px;
	display: block;
	line-height: 1.3;
	font-size: 13px;
	color: #737373;
}
.pre_form form .pre_input.errored label {
	color: #cc0000;
}
.pre_form form .pre_input input[type='text'],
.pre_form form .pre_input input[type='password'],
.pre_form form .pre_input select, 
.pre_form form .pre_input textarea,
.comment_editor textarea {
	background: #fff;
	display: block;
	padding: 9px 14px 9px 14px;
	border: 1px solid rgba(0,0,0, 0.2);
	color: #222;
	font-weight: 400;
	font: 15px/1 'Roboto Condensed', sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.5s;
	border-radius: 3px;
}
.pre_form form .pre_input input[disabled] {
	background-color: rgba(0,0,0, 0.03);
	border-color: rgba(0,0,0, 0.03);
}
.pre_form form .pre_input select {
	background: #fff;
	background-image: url(/images/design/new/select_bg.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
	cursor: pointer;
	padding-right: 60px;
}
.pre_form form .pre_input input[type='password'] {
	background: #fff;
	background-image: url(/images/design/new/password.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 60px;
}
.pre_form form .pre_input textarea,
.comment_editor textarea {
	resize: none;
	height: 140px;
}
.pre_form form .pre_input select::-ms-expand {
	display: none;
}
.pre_form form .pre_input.errored input[type='text'], 
.pre_form form .pre_input.errored input[type='password'],
.pre_form form .pre_input.errored select,
.pre_form form .pre_input.errored textarea {
	border: 1px solid #d98f8f;
}
.pre_form form .pre_input input[type='text']:focus, 
.pre_form form .pre_input input[type='password']:focus,
.pre_form form .pre_input select:focus,
.pre_form form .pre_input textarea:focus {
	border: 1px solid #5caf03;
}
.pre_form form .pre_input input[type='checkbox'] {
	padding: 0;
	margin: -8px 0 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
}
.pre_form form .pre_input .box_item {
	position: relative;
	padding: 0 0 0 24px;
}
.pre_form form .pre_input input[type='checkbox']+label {
	position: relative;
	padding: 0 0 0 0;
	display: block;
	font-size: 15px;
	line-height: 1.4;
	background: transparent;
	cursor: default;
}
.pre_form form .pre_submit {
}
#content .pre_text .pre_form form .pre_submit .pre_button {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 15px;
	margin: 0;
}
.pre_form form .pre_submit.inline {
	display: block;
	width: auto;
	text-align: center;
}
.pre_form form .pre_input.box_wrapper {
	position: relative;
	width: 66.666%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 15px;
}
.pre_checkbox {
	padding-left: 26px;
	position: relative;
}
.pre_form form .pre_checkbox label {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    top: auto;
}
.pre_checkbox input {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 0;
	padding: 0;
}
.pre_input .pre_checkbox label {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.pre_input_comment {
	padding-right: 30px;
	padding-bottom: 20px;
	text-align: center;
	color: #939393;
	font-size: 14px;
	line-height: 1.15;
}
.pre_input_comment em {
	font-style: normal;
	color: #ff0000;
}
#content .pre_text p.video, .video {
	position: relative;
	padding-bottom: 58.25%;
	height: 0;
	overflow: hidden;
}
.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pre_date {
	position: relative;
	padding: 2px 5px 2px 22px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-style: normal;
	white-space: nowrap;
}
.pre_date:before {
	background: transparent url(/images/design/new/icon_date.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	content: '';
	margin-top: -9px;
	transition: 0.5s;
	opacity: 0.3;
}
.podcat_body {
	display: none;
}
.podcat {
	display: inline-block;
	padding: 8px 20px;
	border: 1px solid #bf1818;
	border-radius: 3px;
}
#policy_message {
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	padding-right: 30px;
	max-width: 600px;
	margin: 0 auto;
}
#content .pre_text .pre_button.block {
    margin: 0 0 0 0;
}
#form_comment {
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	padding-right: 30px;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 20px;
	color: grey;
}
#form_comment em {
	color: #ff0000;
}
.pre_boxlist_wrapper {
	padding: 0 30px 20px 0;
}
.pre_boxlist {
	position: relative;
	margin-bottom: 7px;
	padding-left: 24px;
	line-height: 1.15;
	font-size: 14px;
}
.pre_boxlist input {
	width: 16px;
	height: 16px;
	display: block;
	margin: -8px 0 0 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 50%;
}
.live_edit_row {
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	margin-right: -30px;
	padding-bottom: 10px;
}
.live_edit_row_item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
}
.autocomplete-suggestions {
	background: #fef1f1;
	border: 1px solid #bf1818;
	border-radius: 2px;
	margin-top: 2px;
	margin-left: 0px;
	box-sizing: border-box;
	-moz-box-shadow:     0px 5px 18px 0 rgba(137, 0, 0, 0.25);
	-webkit-box-shadow:  0px 5px 18px 0 rgba(137, 0, 0, 0.25);
	box-shadow:          0px 5px 18px 0 rgba(137, 0, 0, 0.25);
}
.autocomplete-suggestions .autocomplete-suggestion {
	padding: 8px 15px;
	font-weight: 400;
	font: 15px/1.15 'Roboto Condensed', sans-serif;
	color: #222;
	cursor: pointer;
}
.autocomplete-suggestions .autocomplete-suggestion+.autocomplete-suggestion {
	border-top: 1px solid #c5c5c5;
}
.autocomplete-suggestions .autocomplete-suggestion strong, 
.autocomplete-suggestions .autocomplete-suggestion b {
	font-weight: 700;
	color: #bf1818;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
	background: #fff;
	color: #000;
}
.autocomplete-suggestions .autocomplete-suggestion:hover+.autocomplete-suggestion {
	border-color: #c5c5c5;
}
.autocomplete-suggestions .autocomplete-suggestion:hover strong, 
.autocomplete-suggestions .autocomplete-suggestion:hover b {
	color: #000;
}

