/* Reset
================================================== */

@font-face {
	font-family: BanderaPro;
	src: url("BanderaPro.otf") format("opentype");
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: BanderaPro;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html, body {
	width: 100%;
	position: relative;
	float: left;
}

h1, h2, h3, h4, h5, h6 {
	color: #1b4499;
	white-space: nowrap;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Body & Main
================================================== */

body {
	nowhitespace: afterproperty;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font: 16px/1.6 BanderaPro, sans-serif;
	/* font: 14px/1.6 BanderaPro, sans-serif; */
	color: #606060;
}

#page-wrapper {
	position: relative;
	margin: 0 auto;
}

/* Links */

a {
	/*color: #f4473a;*/
	color: #1b4499;
}

a:visited {
	/*color: #f4473a;*/
	color: #1b4499;
}

a:hover, a:focus, a:active {
	color: #000;
	text-decoration: none;
}

/*set max img width*/

img {
	max-width: 100%;
}

/* Commons
================================================== */

/*clear floats*/

.remove-margin {
	margin-right: 0 !important;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear {
	clear: both;
}

/*blockquote*/

blockquote {
	position: relative;
	margin: 30px 20px;
	padding-left: 25px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
	color: #000;
	content: open-quote;
	font-size: 3em;
	line-height: .1em;
	position: absolute;
	top: 20px;
	left: -10px;
}

blockquote p:last-child {
	margin: 0;
}

/*preformatted text*/

pre {
	background: #fff url("images/pre-bg.png") repeat;
	margin: 40px 0px;
	padding: 25px 20px;
	line-height: 25px;
	border: 1px solid #ddd;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

ul, ol {
	margin: 0 0 1em 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
	padding: 10px 10px;
}

tr {
	padding: 5px 5px;
}

td {
	padding: 5px 10px;
}

/*
#primary table {
	margin: 0 0 1.5em;
	width: 100%;
	border: 1px solid #ddd;
	border-right: none;
	background: #fff;
}

#primary th {
	font-weight: bold;
	padding: 10px 10px;
	background: #555;
	color: #fff;
}

#primary tr {
	padding: 5px 5px;
}

#primary td {
	padding: 5px 10px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}*/

/* Typography
================================================== */

/* Headings */

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	margin: 0 0 20px;
}

p img {
	margin: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

hr {
	border: solid rgba(0, 0, 0, 0.2);
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

p a, p a:visited {
	line-height: inherit;
}

a:link {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a {
	outline: 0;
}

p a, p a:visited {
	line-height: inherit;
}

a:focus {
	outline: 0;
}

/* Head */

#masthead {
	/*  position: relative;*/
	height: 146px;
	min-width: 1024px;
}

#masthead div.row {
	width: 1024px;
	height: 100%;
	margin: 0 auto;
}

.site-branding {
	width: 350px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.site-branding #site-logo a img {
	width: 100%;
}

#site-logo {
	float: left;
	width: 100%;
	padding: 25px 0 0 0;
}

h1#site-title {
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 18px;
	clear: none;
}

h1#site-title a:link, h1#site-title a:visited {
	color: #000;
}

/* Menu */

.menutoggle {
	width: 36px;
	height: 36px;
	color: #777;
	border: 1px solid #ddd;
	border-radius: 3px;
	line-height: 36px;
	text-align: center;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 25px;
	font-size: 20px;
	display: none;
}

#navigation {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.breadcrumb {
	padding: 0;
	width: 1024px;
	margin: 0 auto;
	color: #606060;
}

.breadcrumb a {
	color: #223e92;
}

div#title {
	width: 1024px;
	margin: 0 auto;
	color: black;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 0.5em;
}

.mainmenu {
	float: none;
	padding: 0;
	width: 100%;
	background-color: #223e92;
	color: #fff;
	height: 50px;
	line-height: 25px;
}

#main-menu {
	padding: 0px 10px;
	height: 50px;
	border-bottom: none;
	/*float: left;*/
	width: 1004px;
	margin: 0 auto;
}

#main-menu ul {
	width: 100%;
	height: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-menu ul.menu li {
	height: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 3px;
	color: #fff;
	font-weight: 400;
	/*transform: skew(-25deg);*/
	/*border-right: 2px solid black;*/
}

#main-menu li.first, li.last {
	/*border-left: 2px solid black;*/
}

#main-menu ul.menu li:nth-last-child(1), #main-menu ul.menu li:nth-last-child(2) {
	float: right;
	position: relative;
}

#main-menu ul.menu li a {
	font-size: 16px;
	text-decoration: none;
	/*transform: skew(25deg);*/
	position: relative;
	top: 0;
	text-shadow: none;
	transition: top 100ms ease-in-out 100ms, text-shadow 100ms ease-in-out 100ms;
}

#main-menu ul.menu li:hover a {
	top: -3px;
	text-shadow: black 0 7px 2px;
	transition: top 100ms ease-in-out 100ms, text-shadow 100ms ease-in-out 100ms;
}

#main-menu ul.menu li.menu-489 a {
	padding-top: 50px;
	height: 0;
	width: 115px;
	overflow: hidden;
	background: url(../images/logo-phone.png) no-repeat;
	background-position-y: 12px;
	top: 0;
	text-shadow: none;
	transition: top 100ms ease-in-out 100ms;
}

#main-menu ul.menu li.menu-489:hover a {
	top: -3px;
	transition: top 100ms ease-in-out 100ms;
}

#main-menu ul.menu li.menu-558 {
	font-size: 18px;
	font-weight: bold;
}

#main-menu ul.menu li.menu-681 a {
	padding-top: 50px;
	height: 0;
	width: 30px;
	overflow: hidden;
	background: url(../images/search-icon.png) no-repeat;
	background-position-y: 12px;
	top: 0;
	text-shadow: none;
	transition: top 100ms ease-in-out 100ms;
}

#main-menu ul.menu li.menu-681:hover a {
	top: -3px;
	transition: top 100ms ease-in-out 100ms;
}

/*#main-menu li, #menu-secondary-menu li {
	height: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 400;
	border-right: 2px solid black;
	position: relative;
}

#main-menu li.first, li.last {
	border-left: 2px solid black;
}

#main-menu ul.menu li:nth-last-child(1), #main-menu ul.menu li:nth-last-child(2) {
	float: right;
	position: relative;
}

!*#main-menu ul.menu li:nth-last-child(1) {*!
#main-menu ul.menu li {
	transform: skew(-25deg);
	top: 0;
	text-shadow: none;
	transition: top 100ms ease-in-out 100ms, text-shadow 100ms ease-in-out 100ms;
}

#main-menu ul.menu li a {
	transform: skew(25deg);
}

!*#main-menu ul.menu li:nth-last-child(1):hover {*!
#main-menu ul.menu li:hover {
	text-decoration: none;
	top: -3px;
	text-shadow: black 0 7px 2px;
	transition: top 100ms ease-in-out 100ms, text-shadow 100ms ease-in-out 100ms;
}*/

/*#main-menu ul.menu li:nth-last-child(1):hover {*/

/*#main-menu ul.menu li:hover {*/

/*transition: height 100ms ease-in-out 100ms;*/

/*height: 55px;*/

/*}*/

/*#main-menu ul.menu li:nth-last-child(1) a {*/

#menu-secondary-menu ul {
	display: flex;
}

#menu-secondary-menu ul li {
	flex-basis: auto;
	flex-grow: 1;
	text-align: center;
}

#menu-secondary-menu ul li:first-child {
	text-align: left;
}

#menu-secondary-menu ul li:last-child {
	text-align: right;
}

#main-menu li a, #menu-secondary-menu li a {
	color: #fff;
	display: block;
	margin: 0;
	padding: 12px 10px 12px 10px;
	text-decoration: none;
	position: relative;
}

#main-menu li a:hover, #main-menu li a:active, #main-menu a.active, #main-menu>ul>li>a.active-trail {
	color: #fff;
}

#menu-secondary-menu li a:hover, #menu-secondary-menu li a:active, #menu-secondary-menu a.active, #menu-secondary-menu>ul>li>a.active-trail {
	color: #fff;
}

#main-menu li a.sf-with-ul, #menu-secondary-menu li a.sf-with-ul {
	padding-right: 10px;
}

#main-menu li ul li a, #main-menu li ul li a:link, #main-menu li ul li a:visited, #main-menu li ul li ul li a, #main-menu li ul li ul li a:link, #main-menu li ul li ul li a:visited, #main-menu li ul li ul li ul li a, #main-menu li ul li ul li ul li a:link, #main-menu li ul li ul li ul li a:visited {
	color: #777;
	width: 148px;
	margin: 0;
	padding: 10px 10px;
	border-top: 1px solid #ddd;
	position: relative;
	font-weight: 400;
}

#main-menu ul li ul li:first-child a, #main-menu ul li ul li ul li:first-child a, #main-menu ul li ul li ul li ul li:first-child a {
	border-top: none;
}

#main-menu li ul li a:hover, #main-menu li ul li ul li a:hover, #main-menu li ul li ul li ul li a:hover {
	color: #ed564b;
}

#main-menu li ul {
	font-size: 12px;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px;
	background: #efefef;
}

#main-menu li ul a {
	width: 150px;
}

#main-menu li ul a:hover, #main-menu li ul a:active {}

#main-menu li ul ul {
	margin: -44px 0 0 160px;
}

#main-menu li:hover ul ul, #main-menu li:hover ul ul ul, #main-menu li.sfHover ul ul, #main-menu li.sfHover ul ul ul {
	left: -999em;
}

#main-menu li:hover ul, #main-menu li li:hover ul, #main-menu li li li:hover ul, #main-menu li.sfHover ul, #main-menu li li.sfHover ul, #main-menu li li li.sfHover ul {
	left: auto;
}

#main-menu li:hover, #main-menu li.sfHover {
	position: static;
}

#main-menu>ul>li>a {
	font-family: "BanderaPro";
	/*padding: 10px;*/
}

#block-menu-menu-secondary-menu {
	width: 100%;
	background-color: #223e92;
	color: #fff;
	height: 50px;
	line-height: 25px;
}

/* Layout */

#primary, #sidebar {
	padding-top: 20px;
	padding-bottom: 20px;
}

#main-content {
	padding-top: 15px;
}

/* Slider */

#slidebox {
	max-height: 550px;
	position: relative;
	background: #000;
	min-width: 1024px;
}

.doverlay {
	/*  background: url(images/overlay.png);*/
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
}

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.flex-caption {
	width: 800px;
	position: absolute;
	top: 28%;
	left: 50%;
	margin-left: -400px;
	text-align: center;
	z-index: 120;
	color: #fff;
}

.flex-caption h2 {
	text-transform: uppercase;
	font-size: 36px;
	color: #fff;
}

.flex-caption h2 a:link, .flex-caption h2 a:visited {
	color: #fff;
}

.flex-caption p {
	font-size: 16px;
}

a.frmore {
	background: rgba(255, 255, 255, 0.2);
	display: block;
	text-transform: uppercase;
	color: #fff;
	width: 150px;
	border: 1px solid #fff;
	padding: 5px 0px;
	margin: 10px auto;
	font-weight: bold;
	color: #fff !important;
}

#preface-area {
	background: none repeat scroll 0 0 #ED564B;
	border-bottom: 5px solid #F96B61;
	border-top: 5px solid #F96B61;
	padding: 40px 0 20px;
}

.preface-block {
	color: #fff;
	text-align: center;
}

.preface-block .block>h2 {
	font-size: 24px;
	font-weight: bold;
}

#header-block, #footer-block {
	padding: 20px 0 0;
}

#bottom {
	padding: 20px 0px 40px 0px;
	background: #3b3b3b;
	border-top: 5px solid #ed564b;
}

.footer-block {
	color: #aaa;
}

.footer-block .block>h2 {
	font-size: 16px;
	margin-bottom: 10px;
	padding: 10px 0px;
	color: #fff;
	text-transform: uppercase;
}

/* Footer */

.site-footer {
	width: 100%;
	min-width: 1024px;
	height: 250px;
	padding: 40px 0;
	background: #223e92;
	font-size: 12px;
}

.site-footer div.row {
	width: 1024px;
	padding-left: 40px;
	height: 100%;
	margin: 0 auto;
}

.site-footer .fcred {
	width: 24%;
	float: left;
}

.site-footer .fcred .block h2 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
}

.site-footer .fcred .block .content ul {
	list-style: none;
	margin: 0;
}

.site-footer .fcred .block .content ul li a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: underline;
}

.site-footer .fcred .block .content ul li a:hover {
	color: #df2827;
}

.site-footer .fcred .block .content table caption {
	color: #ffffff;
	font-size: 15.38px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
}

.site-footer .fcred .block .content table tr td {
	padding: 0;
}

.site-footer .fcred .block .content table:first-child {
	width: 85%;
	text-align: right;
}

.site-footer .fcred .block .content table:last-child {
	width: 85%;
	text-align: right;
}

.site-footer .fcred .block .content table:first-child tr td {
	padding: 5px 0;
	width: 50%;
	vertical-align: middle;
}

.site-footer .fcred .block .content table:last-child tr td {
	padding: 5px 0;
	width: 32%;
	vertical-align: middle;
}

.site-footer .fcred .block .content div#copyright {
	color: #ffffff;
	font-size: 11.62px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
}

/*.fcred {
	padding: 10px 0px;
	color: #bbb;
}

.fcred a:link, .fcred a:visited {
	color: #fff;
}*/

/* =Content
----------------------------------------------- */

.node h2.title a, h1.page-title {
	color: #000000;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
}

#content .node-teaser {
	padding-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}

.node-teaser img {
	border: 1px solid #CCCCCC;
	padding: 6px;
	height: auto;
	max-width: 97.4%;
	margin: 0.5em 1em 0.5em 0;
	float: left;
}

#main-content .container #content-wrap {
	min-width: 800px;
	width: 1024px;
	margin: 0 auto;
}

.page-node #content-wrap img {
	/*border: 1px solid #CCCCCC;*/
	padding: 6px;
	height: auto;
	max-width: 97.4%;
	margin: 0.5em 1em 0.5em 0;
}

.region-content-top {
	margin-bottom: 20px;
}

#sidebar .block {
	margin-bottom: 30px;
}

#sidebar .block>h2 {
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.preface-block .block, .footer-block .block, .region-footer .block, .region-header .block, .region-content-top .block {
	margin-bottom: 30px;
}

/* -------------- Form Elements  ------------- */

fieldset {
	background: #ffffff;
	border: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 32px;
	padding: 0 0 10px;
	position: relative;
	top: 12px;
	/* Offsets the negative margin of legends */
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.fieldset-wrapper {
	margin-top: 25px;
}

.node-form .vertical-tabs .fieldset-wrapper {
	margin-top: 0;
}

.filter-wrapper {
	top: 0;
	padding: 1em 0 0.2em;
	-khtml-border-radius-topright: 0;
	-khtml-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.filter-help a {
	font-size: 0.857em;
	padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
	margin-right: 10px;
}

.filter-wrapper .form-item {
	padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
	padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
	background: transparent;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

fieldset legend {
	background: #dbdbdb;
	border: 1px solid #ccc;
	border-bottom: none;
	display: block;
	height: 2em;
	left: -1px;
	line-height: 2;
	padding: 0;
	position: absolute;
	text-indent: 10px;
	text-shadow: 0 1px 0 #fff;
	top: -12px;
	width: 100%;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

fieldset.collapsed legend {
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

fieldset .fieldset-wrapper {
	padding: 0 10px;
}

fieldset .fieldset-description {
	margin-top: 5px;
	margin-bottom: 1em;
	line-height: 1.4;
	font-style: italic;
}

input {
	margin: 2px 0;
	padding: 4px;
}

input, textarea {
	font-size: 0.929em;
}

textarea {
	line-height: 1.5;
}

textarea.form-textarea, select.form-select {
	padding: 4px;
}

input.form-text, textarea.form-textarea, select.form-select {
	border: 1px solid #ccc;
}

.password-suggestions ul li {
	margin-left: 1.2em;
}

.form-item {
	margin-bottom: 1em;
	margin-top: 2px;
}

.form-item label {
	font-size: 0.929em;
}

.form-type-radio label, .form-type-checkbox label {
	margin-left: 4px;
}

.form-type-radio .description, .form-type-checkbox .description {
	margin-left: 2px;
}

.form-actions {
	padding-top: 10px;
}

/* Contact Form */

.contact-form #edit-name {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.contact-form #edit-mail {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.contact-form #edit-subject {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.contact-form #edit-message {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-khtml-border-top-left-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.contact-form .resizable-textarea .grippie {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-khtml-border-bottom-left-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* Comment form */

.comment-form label {
	float: left;
	font-size: 0.929em;
}

.comment-form input, .comment-form .form-select {
	margin: 0;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.comment-form .form-type-textarea label {
	float: none;
}

.comment-form .form-item, .comment-form .form-radios, .comment-form .form-type-checkbox, .comment-form .form-select {
	margin-bottom: 10px;
	overflow: hidden;
}

.comment-form .form-type-checkbox, .comment-form .form-radios {
	margin-left: 120px;
}

.comment-form .form-type-checkbox label, .comment-form .form-radios label {
	float: none;
	margin-top: 0;
}

.comment-form input.form-file {
	width: auto;
}

.comment-form .form-text {
	display: block;
	margin: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.comment-form .form-item .description {
	font-size: 0.786em;
	line-height: 1.2;
	margin-left: 120px;
}

#content h2.comment-form {
	margin-bottom: 0.5em;
}

.comment-form .form-textarea {
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.comment-form fieldset.filter-wrapper .fieldset-wrapper, .comment-form .text-format-wrapper .form-item {
	margin-top: 0;
	margin-bottom: 0;
}

.filter-wrapper label {
	width: auto;
	float: none;
}

.filter-wrapper .form-select {
	min-width: 120px;
}

.comment-form fieldset.filter-wrapper .tips {
	font-size: 0.786em;
}

#comment-body-add-more-wrapper .form-type-textarea label {
	margin-bottom: 0.4em;
}

#edit-actions input {
	margin-right: 0.6em;
}

/* Other Overrides */

div.password-suggestions {
	border: 0;
}

.ui-widget-overlay {
	background: #222222;
	opacity: 0.7;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	padding: 1em;
}

#forum .name {
	font-size: 1.083em;
}

#forum .description {
	font-size: 1em;
}

/* Form Buttons */

button, input[type="submit"], input[type="reset"], input[type="button"] {
	/* IE10 */
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	/* Proposed W3C Markup */
	background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');
	border: 1px solid #dbdbdb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 1px 0 0 white;
	-webkit-box-shadow: inset 0 1px 0 0 white;
	-o-box-shadow: inset 0 1px 0 0 white;
	box-shadow: inset 0 1px 0 0 white;
	color: #333333;
	text-shadow: 0 1px 0 white;
	position: relative;
	font-weight: bold;
	padding: 4px .8em 5px .8em;
	font-size: 13px;
}

button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	/* IE10 */
	background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
	/* Proposed W3C Markup */
	background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 1px 0 0 white;
	-webkit-box-shadow: inset 0 1px 0 0 white;
	-o-box-shadow: inset 0 1px 0 0 white;
	box-shadow: inset 0 1px 0 0 white;
	cursor: pointer;
}

button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

#block-search-form {
	padding-bottom: 7px;
}

#block-search-form .content {
	margin-top: 0;
}

#search-form .form-item-keys label {
	display: block;
}

ol.search-results {
	padding-left: 0;
}

.search-results li {
	border-bottom: 1px solid #d3d7d9;
	padding-bottom: 0.4285em;
	margin-bottom: 0.5em;
}

.search-results li:last-child {
	border-bottom: none;
	padding-bottom: none;
	margin-bottom: 1em;
}

.search-results .search-snippet-info {
	padding-left: 0;
}

.meta {
	margin: 5px 0 10px 0;
}

.meta a {
	color: #999;
}

.meta a:hover {
	color: #000;
}

.meta li {
	display: inline;
	margin-right: 5px;
	margin-right: 10px;
}

.meta strong {
	font-weight: 600;
	color: #111;
}

.meta li:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

.links li a {
	background-color: #E7E5E3;
	color: #100100;
	padding: 4px 5px;
	border-radius: 4px;
	text-shadow: 1px 1px #fff;
	font-weight: normal;
}

.links li a:hover {
	background-color: #D7D5D3;
	color: #100101;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

#content table.cke_editor {
	background: transparent;
	border: 0;
}

#content table.cke_editor td {
	background: transparent;
	padding: 0;
	border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
}

.poll .vote-form .choices {
	margin: 0;
}

.form-item label {
	font-size: 13px;
	font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/

.item-list ul {
	margin: 0;
	padding: 0 0 0 1.5385em;
}

.item-list ul li {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
}

/*ul.menu li:hover {
	text-decoration: underline;
}*/

ul.inline {
	clear: both;
}

ul.inline li {
	margin: 0;
	padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/

.tabs-wrapper {
	border-bottom: 1px solid #b7b7b7;
	margin: 0 0 5px 0;
}

ul.primary {
	border: none;
	margin: 0;
	padding: 0;
}

ul.primary li a {
	background: none;
	border: none;
	display: block;
	float: left;
	line-height: 1.5385em;
	margin: 0;
	padding: 0 1em;
	border-radius: 4px 4px 0 0;
	margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
	background: #666;
	border: none;
	color: #fff;
}

ul.primary li a:hover {
	background: #888;
	text-decoration: none;
}

ul.secondary {
	background: #666;
	border-bottom: none;
	clear: both;
	margin: 0;
	padding: 0;
}

ul.secondary li {
	border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
	border: none;
	color: #ccc;
	display: block;
	float: left;
	line-height: 1.5385em;
	padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
	background: #888;
	color: #fff;
	text-decoration: none;
}

ul.secondary a.active {
	border-bottom: none;
}

ul.inline, ul.links.inline {
	margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/

.field-name-field-tags {
	margin: 0 0 10px 0;
}

.field-name-field-tags a {
	background: #ed564b;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 2px;
	color: #fff;
	padding: 2px 6px;
}

.field-name-field-tags a:hover {
	background: #111;
	color: #fff;
}

.field-name-field-tags div {
	display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/

.profile {
	margin: 1.5385em 0;
}

.profile dd {
	margin-bottom: 1.5385em;
}

.profile h3 {
	border: none;
}

.profile dt {
	margin-bottom: 0;
}

.password-parent {
	width: 36em;
}

/* Comments */

.comment h2.title {
	margin-bottom: 1em;
}

.comment div.user-picture img {
	margin-left: 0;
}

.comment {
	margin-bottom: 20px;
	display: table;
	vertical-align: top;
}

.comment .attribution {
	display: table-cell;
	padding: 0 35px 0 0;
	vertical-align: top;
	overflow: hidden;
}

.comment .attribution img {
	margin: 0;
	border: 1px solid #d3d7d9;
}

.comment .attribution .username {
	white-space: nowrap;
}

.comment .comment-submitted p {
	margin: 4px 0;
	font-size: 1.071em;
	line-height: 1.2;
}

.comment .comment-submitted .comment-time {
	font-size: 0.786em;
}

.comment .comment-submitted .comment-permalink {
	font-size: 0.786em;
	text-transform: lowercase;
}

.comment .content {
	font-size: 0.929em;
	line-height: 1.6;
}

.comment .comment-arrow {
	background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
	border-left: 1px solid;
	border-right: 1px solid;
	height: 40px;
	margin-left: -36px;
	margin-top: 15px;
	position: absolute;
	width: 22px;
}

.comment .comment-text {
	padding: 0 25px 10px 35px;
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 100%;
	border-left: 1px solid #d3d7d9;
}

.comment .indented {
	margin-left: 40px;
}

.comment-unpublished {
	margin-right: 5px;
	padding: 5px 2px 5px 5px;
}

.comment .comment-text .comment-arrow {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/

.field-name-taxonomy-forums div {
	display: inline;
	margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {}

#forum .title {
	font-size: 16px;
}

#forum .submitted {
	font-size: 12px;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	background: transparent;
	padding: 0;
}

#forum .container {
	background: #a1a1a1;
	color: #fff;
}

#forum .container a {
	color: #000;
	font-weight: bold;
}

#forum div.indent {
	margin-left: 2px;
}

.forum-starter-picture {
	float: left;
	padding: 4px;
	border: 1px solid #d9d9d9;
	margin: 5px 7px 5px 0;
}

#forum th {
	background: #434343;
	text-shadow: none;
	color: #fff;
}

#forum th a {
	color: #fff;
}

#forum td.forum .icon, #forum .icon div {
	background: url(images/no-new-posts.png) no-repeat;
	width: 35px;
	height: 35px;
}

#forum .name a {
	font-size: 16px;
}

@font-face {
	font-family: 'BanderaPro';
	src: url('BanderaPro.otf');
}

#block-system-main .content {
	width: 1024px;
	margin: 0 auto;
}

.block-drupal-block {
	border: 1px solid #e4e4e4;
	background-color: #eaeff0;
	width: 240px;
	min-height: 350px;
	height: 350px;
	margin-left: 5px;
	position: relative;
	float: left;
	top: 0;
	box-shadow: none;
	transition: box-shadow 200ms ease-in-out 100ms, top 200ms ease-in-out 100ms;
}

table.block-drupal-block tr td {
	border: none !important;
}

table.block-drupal-block tr td p {
	margin: 0;
}

.block-drupal-block:hover {
	box-shadow: 3px 6px 7px 0px rgba(14, 18, 26, 0.28);
	top: -3px;
	cursor: pointer;
	transition: box-shadow 200ms ease-out 100ms, top 200ms ease-out 100ms;
}

table.block-drupal-block tr:first-child td {
	height: 20px;
	/*padding-top: 0;*/
	padding-bottom: 0;
}

table.block-drupal-block tr:first-child td a {
	font-family: BanderaProMedium;
	color: #223e92;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
	width: 180px;
}

/*table.block-drupal-block tr td {
	width: 211px;
	height: 163px;
	margin: 0 auto;
}*/

table.block-drupal-block tr td img {
	border: none !important;
	padding: 0 !important;
	max-width: 100% !important;
	margin: 0 !important;
}

table.block-drupal-block tr:last-child td a {
	font-family: PetersburgCyrillic;
	color: #767676;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	width: 200px;
	margin: 20px auto;
}

div.mainmenu {
	min-width: 1024px;
}

div.icon-menu {
	/*width: 700px;*/
	padding-top: 10px;
	float: right;
}

div.icon-menu ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0 0;
	height: 80px;
	text-align: center;
}

div.icon-menu ul li {
	height: 100%;
	width: 100px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 6px;
	color: #fff;
	font-weight: 400;
}

div.icon-menu ul li a {
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	display: block;
	color: #2c303a;
	font-size: 14px;
	font-weight: 400;
	line-height: 145px;
	text-align: center;
	padding-left: 0;
	transition: background-position 200ms ease-out 200ms;
}

div.icon-menu ul li a:hover {
	color: #223e92;
	background-position: top;
	transition: background-position 200ms ease-out 200ms;
}

div#page_menu {
	float: none;
	padding: 0;
	margin: 0;
	width: 100%;
	min-width: 1024px;
	background-color: #223e92;
	color: #fff;
	height: 40px;
	line-height: 40px;
}

div#page_menu div.content {
	width: 1024px;
	margin: 0 auto;
}

div#page_menu div.block-menu h2 {
	display: none;
}

div#page_menu div.block-menu div.content ul {
	width: 100%;
	height: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 10px;
}

div#page_menu div.block-menu div.content ul li {
	display: inline-block;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0 10px;
}

div#page_menu div.block-menu div.content ul li a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	top: 0;
	text-shadow: none;
	transition: top 100ms ease-in-out 100ms, text-shadow 100ms ease-in-out 100ms;
}

div#page_menu div.block-menu div.content ul li:hover a {
	top: -3px;
	text-shadow: black 0 7px 2px;
	transition: top 100ms ease-in-out 100ms, text-shadow 100ms ease-in-out 100ms;
}

#page_menu #block-menu-menu-menu-empty-page {
	display: none;
}

/*TARIFF GROUPS BLOCK*/

div.view-tariffgroups div.view-content div.views-row {
	float: left;
	border: 1px solid #e4e4e4;
	background-color: #eaeff0;
	width: 328px;
	height: 350px;
	color: black;
	font-family: BanderaPro;
	margin: 5px;
}

div.view-tariffgroups div.view-content div.views-row div {
	float: left;
}

div.view-tariffgroups div.view-content div.views-row div span a {
	display: block;
	font-family: PetersburgCyrillic;
	color: #2c303a;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: underline;
	width: 310px;
	padding-top: 10px;
	text-align: right;
}

div.view-tariffgroups div.view-content div.views-row div span a:hover {
	color: #223e92;
}

div.view-tariffgroups div.view-content div.views-row div.views-field {
	vertical-align: middle !important;
	padding: 10px 10px 0 20px;
}

div.view-tariffgroups div.view-content div.views-row div.views-field-title {
	text-transform: uppercase;
	color: #223e92;
	height: 45px;
	font-size: 20px;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
	width: 60%;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.view-tariffgroups div.view-content div.views-row div.views-field-field-tgspeed, div.view-tariffgroups div.view-content div.views-row div.views-field-field-tgtotal {
	width: 50%;
}

div.view-tariffgroups div.view-content div.views-row div.views-field-field-tgspeed {
	display: flex;
	width: 135px;
	height: 50px;
	color: white;
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 0 10px 15px;
	background: linear-gradient(110deg, #f00 85%, transparent 0)
}

div.view-tariffgroups div.view-content div.views-row div.views-field-field-tgspeed div.field-content {
	font-size: 18px;
	padding: 0;
	margin: auto 0;
}

div.view-tariffgroups div.view-content div.views-row div.views-field-field-tgtotal {
	height: 50px;
	padding: 10px 0 10px 0;
	width: 50%;
	display: flex;
}

div.view-tariffgroups div.view-content div.views-row div.views-field-field-tgtotal div.field-content {
	font-family: BanderaProMedium;
	color: #2c303a;
	font-size: 24px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	margin: auto 0;
}

div.view-tariffgroups div.view-content div.views-row div.views-field-field-tgtotal div.field-content p {
	margin: 0;
}

div.view-tariffgroups div.view-content div.views-row div.views-field-body {
	height: 120px;
	color: #767676;
	text-align: left;
}

/*TARIFF GROUPS BLOCK*/

/*TARIFF BLOCK*/

div.view-taxonomy-term div.view-content div.tariff {
	float: left;
	border: 1px solid #e4e4e4;
	background-color: #eaeff0;
	width: 328px;
	min-height: 250px;
	color: black;
	font-family: BanderaPro;
	margin: 5px;
	box-shadow: 3px 6px 7px 0 rgba(14, 18, 26, 0.28);
}

div.view-taxonomy-term div.view-content div.tariff span {
	float: left;
}

div.view-taxonomy-term div.view-content div.tariff span.views-field {
	vertical-align: middle !important;
	padding: 10px 10px 0 20px;
}

div.view-taxonomy-term div.view-content div.views-row span.views-field-title {
	text-transform: uppercase;
	color: #223e92;
	height: 45px;
	font-size: 20px;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
	width: 60%;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.view-taxonomy-term div.view-content div.views-row span.views-field-field-speed, div.view-taxonomy-term div.view-content div.views-row span.views-field-field-total {
	width: 50%;
}

div.view-taxonomy-term div.view-content div.views-row span.views-field-field-speed {
	display: flex;
	width: 135px;
	height: 50px;
	color: white;
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 0 10px 15px;
	background: linear-gradient(110deg, #f00 85%, transparent 0)
}

div.view-taxonomy-term div.view-content div.views-row span.views-field-field-speed span.field-content {
	font-size: 18px;
	padding: 0;
	margin: auto 0;
}

div.view-taxonomy-term div.view-content div.views-row span.views-field-field-total {
	display: flex;
	height: 50px;
	padding: 10px 0 10px 0;
	width: 53%;
}

div.view-taxonomy-term div.view-content div.views-row span.views-field-field-total span.field-content {
	font-family: BanderaProMedium;
	color: #2c303a;
	font-size: 24px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	margin: auto 0;
	/* width: 100%; */
	/* white-space: pre-line; */
}

div.view-taxonomy-term div.view-content div.views-row span.views-field-field-total span.field-content p {
	margin: 0;
}

div.view-taxonomy-term div.view-content div.views-row span.views-field-body {
	min-height: 120px;
	color: #767676;
	text-align: left;
}

div.view-taxonomy-term div.view-content div.views-row span.views-field-body img {
	max-height: 110px;
	max-width: 110px;
}

/*TARIFF BLOCK*/

/*NEWS BLOCK*/

#block-views-main-new-block {
	border: 1px solid #e4e4e4;
	background-color: #eaeff0;
	box-shadow: 3px 6px 7px 0 rgba(14, 18, 26, 0.28);
	width: 450px;
	height: 400px;
	padding: 24px 0 24px 24px;
	margin-right: 32px;
}

#block-views-main-new-block a:first-child {
	display: block;
	text-transform: uppercase;
	color: #223e92;
	height: auto;
	font-size: 20px;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
}

#block-views-main-new-block p:first-child {
	padding-top: 10px;
}

#block-views-main-new-block img {
	max-width: 100px !important;
	padding: 0 15px 10px 0;
}

.block-views {
	float: left;
}

.page-news div#page-wrapper div#page #block-system-main {
	width: 450px;
	float: left;
}

.page-news div#page-wrapper div#page #block-system-main .content {
	width: 100%;
}

body.news div#page-wrapper div#page #block-system-main .content .view .view-content .views-row {
	box-shadow: 3px 6px 7px 0 rgba(14, 18, 26, 0.28);
}

div.view-news table, div.view-events table {
	position: relative;
	top: -10px;
	border-collapse: separate;
	border-spacing: 0 10px;
}

div.view-news table tbody tr, div.view-events table tbody tr {
	/*border: 1px solid #e4e4e4;
	background-color: #eaeff0;
	box-shadow: 3px 6px 7px 0 rgba(14, 18, 26, 0.28);
	width: 450px;
	height: 350px;*/
}

div.view-news table tbody tr td, div.view-events table tbody tr td {
	/*display: block;
	padding: 24px 0 24px 24px;
	margin-right: 32px;
	min-height: 150px;*/
	margin-right: 32px;
	display: block;
	border: 1px solid #e4e4e4;
	/*border-radius: 10px;*/
	padding: 20px;
	margin-bottom: 10px;
	min-height: 190px;
	box-shadow: 3px 6px 7px 0 rgba(14,18,26,0.28);
	background-color: #eaeff0;
}

div.view-news table tbody tr td img, div.view-events table tbody tr td img {
	padding: 0 15px 10px 0;
}

div.view-news table tbody tr td span.views-field-title, div.view-events table tbody tr td span.views-field-title {
	display: block;
	text-transform: uppercase;
	color: #223e92;
	height: auto;
	font-size: 20px;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
	width: 95%;
}

div.view-news table tbody tr td span.views-field-title span, div.view-events table tbody tr td span.views-field-title span {
	display: block;
	width: 100%;
	border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	padding-bottom: 5px;
}

div.view-news table tbody tr td span.views-field-body, div.view-events table tbody tr td span.views-field-body {
	display: block;
	height: auto;
	line-height: 18px;
	text-align: left;
	width: 95%;
}

body.news #block-system-main .content .view .view-content, body.events #block-system-main .content .view .view-content {
	width: 100%;
}

body.news #block-system-main .content .view .view-content .views-row, body.events #block-system-main .content .view .view-content .views-row {
	width: 100%;
}

body.news #block-system-main .content .view .view-content .views-row .views-field-title, body.events #block-system-main .content .view .view-content .views-row .views-field-title {
	width: 90%;
	padding: 20px 0 20px;
	margin: 0 0 0 20px;
	border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
}

body.news #block-system-main .content .view .view-content .views-row .views-field-body, body.events #block-system-main .content .view .view-content .views-row .views-field-body {
	border: none;
	display: table;
}

body.news #block-system-main .content .view .view-content .views-row .views-field-body img, body.events #block-system-main .content .view .view-content .views-row .views-field-body img {
	max-width: 100px;
	padding: 0 15px 10px 0;
}

/*NEWS BLOCK*/

/* #block-views-news-themes-block {
	margin-right: 32px;
	float: left;
}

#block-views-news-themes-block ul {
	list-style: none;
}

#block-views-news-themes-block ul li h2 {
	font-size: 0;
}

#block-views-news-themes-block ul li h2 a {
	font-size: 16px;
	font-family: PetersburgCyrillic;
	color: #223e92;
	font-weight: 400;
	line-height: 24px;
	text-decoration: underline;
}

#block-views-news-themes-block ul li:hover h2 a {
	color: #de2a27;
}

#block-views-news-list-block {
	width: 460px;
}

#block-views-news-list-block img {
	max-width: 100px !important;
}

#block-views-news-list-block h2 {
	font-size: 16px;
}

#block-system-main .content .node-news {
	width: 800px;
	float: left;
}

div#block-views-news-themes-block div.view-news-themes ul {
	padding: 0 0 0 0.725em;
}

div#block-views-news-themes-block div.view-news-themes ul {}

div.view-news-list div.view-content>div {
	float: left;
	border: 1px solid #e4e4e4;
	background-color: #eaeff0;
	width: 450px;
	min-height: 250px;
	color: black;
	font-family: BanderaPro;
	margin: 5px;
	padding: 20px 20px;
	box-shadow: 3px 6px 7px 0 rgba(14, 18, 26, 0.28);
}

div.view-news-list div.view-content div span.views-field-title {
	text-transform: uppercase;
	color: #223e92;
	height: 85px;
	font-size: 20px;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
	width: 60%;
	padding-top: 20px;
}

div.view-news-list div.view-content div div.views-field-body {
	height: 120px;
	color: #767676;
	text-align: left;
}

div.view-news-list div.view-content div div.views-field-body div.field-content p {
	padding: 0;
	margin: 0;
}

div.view-news-list div.view-content div div.views-field-body div.field-content p:first-child {
	border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
} */

/*NEWS BLOCK*/

#mwhelp {
	padding: 5px 10px;
}

#mwhelp a {
	color: #223e92;
	text-decoration: none;
}

.vacancy {
	border: 1px solid #e4e4e4;
	background-color: #eaeff0;
	padding: 20px 25px;
}

.license {
	width: 220px;
	height: 29px;
	float: right;
	transform: skew(-30deg);
	border: 1px solid #223e92;
	box-sizing: border-box;
}

.license p {
	text-align: center;
	transform: skew(30deg);
}

.license p a {
	color: #223e92;
}

table#contact-list tr {
	border-bottom: 1px dashed #aeb8b9;
}

table#contact-list tr td {
	vertical-align: top !important;
}

table#contact-list tr td a {
	font-family: PetersburgCyrillic;
	color: #2c303a;
	font-size: 17px;
	font-weight: 400;
}

table#contact-list tr td a span {
	font-size: 24px;
}

table#contact-list tr td img {
	margin: 0 !important;
}

form#form1 table {
	width: 500px;
}

form#form2 table {
	width: 500px;
}

form table#ymTable {
	width: 300px;
}

header div.region-header {
	height: 35px;
	width: 250px;
	float: left;
	/*margin-top: 30px;*/
}

#csearch-form {
	position: absolute;
	top: 50px;
	left: 50%;
	height: 25px;
	min-width: 225px;
	background: none repeat scroll 0 0 #fff;
	border-color: #ebebeb #ccc #ccc #ebebeb;
	border-style: solid;
	border-width: 1px;
	padding: 0.3em;
}

#csearch-form .content form.search-form {
	margin: 0;
}

#csearch-form .content form.search-form div div.form-item {
	margin-right: 5px !important;
}

#csearch-form .content form.search-form div.form-item, #csearch-form .content form.search-form div.form-actions {
	margin: 0;
	padding: 0;
	float: left;
}

div#authLink {
	width: 400px;
}

#infolan-anketa-form, #infolan-feedback-form {
	width: 90%;
	position: relative;
	margin: 0 auto;
}

#infolan-anketa-form .form-item {
	width: 410px;
}

.form-item-house {
	width: 70px !important;
}

.form-item-korp, .form-item-flat {
	width: 160px !important;
}

.form-item-house, .form-item-korp, .form-item-flat {
	float: left;
	margin-right: 20px;
}

.form-item-home-phone, .form-item-mobile-phone {
	float: left;
	width: 200px !important;
}

.captcha img {
	float: left;
}

.task-id {
	font-weight: bold;
}

/* FORUM */

table.forum tr {
	font-size: 16px;
	padding: 5px 5px !important;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: block;
}

table.forum tr.forum1 {
	background-color: #ffffff;
}

table.forum tr.forum-1 {
	background-color: #f9f9f9;
}

table.forum tr td {
	vertical-align: middle;
}

table.forum tr td.forumimage img {
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}

table.forum tr td.forum {
	width: 95%;
}

table.forum tr td.forum div {
	padding: 0 10px 0 0;
}

table.forum tr td.forum div.forumtopic {
	float: left;
}

table.forum tr td.forum div.forumtime, table.forum tr td.forum div.forumname {
	float: right;
}

/* FORUM */

/* ERROR MESSAGE */

div.error-message {
	font-size: 18px;
	border: 1px solid #a94442;
	padding: 2px 10px;
	border-radius: 5px;
	background-color: #eaeff0;
	text-align: center;
	width: 800px;
	margin: 0 auto;
}

/* ERROR MESSAGE */

/* ONLINE CHAT */

.mcc-badge-left {
	/* position: fixed; */
	/* display: block; */
	/* z-index: 1000000; */
	/* top: 0; */
	/* bottom: 160px; */
	/* left: -3px; */
	/* -webkit-transform: rotate(90deg); */
	/* transform-origin: left bottom; */
}

/* .mcc-badge-left:hover { */

/* left: -1px!important; */

/* } */

/* ONLINE CHAT */

/* ADMINS */

.page-admin #block-system-main table {
	display: block;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.page-node-edit.admin-menu #content-wrap {
	border: 1px solid #cccccc;
	padding: 10px;
	border-radius: 5px;
	background-color: #eee;
}

.admin-menu iframe.overlay-active div.mainmenu, .admin-menu iframe.overlay-active div.site-header {
	display: none;
}

/* ADMINS */

/* SLIDER */

#block-views-views-slider-block {
	width: 100%;
	height: auto;
}

div.views-slideshow-cycle-main-frame-row-item img {
	width: 100%;
	height: auto;
}

span.views-slideshow-controls-text-pause, .vscc_controls_pause {
	display: none;
}

div.views-slideshow-controls-bottom {
	position: relative;
	float: left;
	top: -40px;
	left: 50px;
	height: 50px;
	z-index: 100;
}

.views_slideshow_controls_text a:hover, .views_slideshow_controls_text a {
	outline: none;
}

.vscc_controls_previous a, .vscc_controls_previous a:before {
	width: 30px;
	height: auto;
	content: url("../images/prev-slide.png");
}

.vscc_controls_next a, .vscc_controls_next a:before {
	width: 30px;
	height: auto;
	content: url("../images/next-slide.png");
}

.views-slideshow-slide-counter {
	display: none;
}

.views-slideshow-pager-field-item {
	display: block;
	float: left;
	padding: 5px;
	margin: 5px;
	width: 3px;
	height: 3px;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	background: #a9a9a9;
	transition: width 200ms ease-in-out 100ms, height 200ms ease-in-out 100ms, background 200ms ease-in-out 100ms;
}

.views-slideshow-pager-field-item.active {
	width: 7px;
	height: 7px;
	background: #7b7b7b;
	transition: width 200ms ease-out 100ms, height 200ms ease-out 100ms, background 200ms ease-out 100ms;
}

.views-slideshow-pager-field-item a {
	display: none;
}

div.views-slideshow-cycle-processed {
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
}

/* SLIDER */

/* DEVICES */

div.view.view-devices .view-content .views-row {
	display: inline-table;
	width: 90%;
	min-height: 350px;
	border: 1px solid #e4e4e4;
	background-color: #eaeff0;
	box-shadow: 3px 6px 7px 0 rgba(14, 18, 26, 0.28);
	padding: 20px;
	margin-bottom: 20px;
}

div.view.view-devices .view-content .views-row .views-field {
	display: block;
	padding: 3px 0;
	float: left;
}

div.view.view-devices .view-content .views-row .views-field-field-devcats, div.view.view-devices .view-content .views-row .views-field-field-devimage, div.view.view-devices .view-content .views-row .views-field-field-devprice {
	width: 25%;
}

div.view.view-devices .view-content .views-row .views-field-title, div.view.view-devices .view-content .views-row .views-field-body {
	width: 75%;
}

div.view.view-devices .view-content .views-row .views-field-field-devprice {
	float: left;
	width: 100%;
}

div.view.view-devices .view-content .views-row .views-field-field-devprice span {
	float: none;
}

div.view.view-devices .view-content .views-row .views-field-field-devprice span p {
	margin: 0;
}

div.view.view-devices .view-content .views-row .views-field-field-devimage {
	text-align: center;
}

div.views-field.views-field-field-youtube {
    width: 100%;
    height: 2em;
    float: left;
}
div.views-field.views-field-field-youtube .field-content {
    width: 75%;
    height: 100%;
    float: right;
}
div.views-field.views-field-field-youtube .field-content a {
    display: block;
    border: 1px solid rgb(0,0,0,0.2);
    width: 7em;
    border-radius: 7px;
    text-align: center;
    padding: 0;
    background-color: aliceblue;
    box-shadow: 3px 3px 5px rgb(0,0,0,0.2);
    color: #606060;
}



body.devices #page-wrapper #page #main-content #block-system-main .content .view .view-content .views-row {
	width: 100%;
	float: left;
	display: block;
	min-height: 360px;
	border: 1px solid #e4e4e4;
	background-color: #eaeff0;
	box-shadow: 3px 6px 7px 0 rgba(14, 18, 26, 0.28);
	padding: 20px;
	margin-bottom: 20px;
}

body.devices #page-wrapper #page #main-content #block-system-main .content .view .view-content .views-row .views-field {
	float: left;
	color: #767676;
}

body.devices #page-wrapper #page #main-content #block-system-main .content .view .view-content .views-row .views-field-title {
	color: #223e92;
	width: 100%;
}

body.devices #page-wrapper #page #main-content #block-system-main .content .view .view-content .views-row .views-field-field-devimage {
	width: 25%;
}

body.devices #page-wrapper #page #main-content #block-system-main .content .view .view-content .views-row .views-field-body {
	width: 70%;
	border: none;
}

body.devices #page-wrapper #page #main-content #block-system-main .content .view .view-content .views-row .views-field-field-devprice {
	width: 100%;
}

body.devices #page-wrapper #page #main-content #block-system-main .content .view .view-content .views-row .views-field-field-devprice span {
	float: none;
}

body.devices #page-wrapper #page #main-content #block-system-main .content .view .view-content .views-row .views-field-field-devprice span p {
	margin: 0;
}


/* DEVICES */

div#skip-link {
	display: none;
}

@media (min-width: 992px) {
	.container {
		min-width: 1024px;
	}
}

@media (min-width: 768px) {
	.container {
		min-width: 1024px;
	}
}