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

.issuedesc {display:none;}

.buffer div.topWrapSpacer {
	height: 25px;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?3u654v");
	src: url("../fonts/icomoon.eot?#iefix3u654v") format("embedded-opentype"), url("../fonts/icomoon.woff?3u654v") format("woff"), url("../fonts/icomoon.ttf?3u654v") format("truetype"), url("../fonts/icomoon.svg?3u654v#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-play:before {
	content: "\e60f";
}

.ico-envelope:before {
	content: "\e600";
}

.ico-calendar:before {
	content: "\e601";
}

.ico-check:before {
	content: "\e602";
}

.ico-search:before {
	content: "\e60e";
}

.ico-google-plus:before {
	content: "\e603";
}

.ico-gear:before {
	content: "\e604";
}

.ico-desktop:before {
	content: "\e605";
}

.ico-chain:before {
	content: "\e606";
}

.ico-arrow-right:before {
	content: "\e607";
}

.ico-arrow-left:before {
	content: "\e608";
}

.ico-instagram:before {
	content: "\e609";
}

.ico-youtube:before {
	content: "\e60a";
}

.ico-pinterest:before {
	content: "\e60b";
}

.ico-twitter:before {
	content: "\e60c";
}

.ico-facebook:before {
	content: "\e60d";
}

html {
	box-sizing: border-box;
}

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

iframe {
	box-sizing: initial;
}

.buffer #albumbox {height: 155px;width: 250px;}
.buffer #albumbox img {width: 99%;margin: 0;}
.buffer #albums li {width: 250px;}
.buffer .albumname {width: 99%;}

.buffer table[id*="ContentTable"], 
.buffer > table {font-size:12px;}

body {
	margin: 0;
	color: #646a70;
	background: #fff;
	font: 12px/1.667 "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #a30000;
}

a:hover {
	color: #ef0000;
}

input,
textarea,
select {
	font: 100% "Arial", "Helvetica", sans-serif;
	color: #777;
	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;
	min-width: 60px;
	-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;
	margin: 0 5px 0 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


::-webkit-input-placeholder {
	color: #777;
}

::-moz-placeholder {
	opacity: 1;
	color: #777;
}

:-moz-placeholder {
	color: #777;
}

:-ms-input-placeholder {
	color: #777;
}

.placeholder {
	color: #777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "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 {
	border-collapse: collapse;
	border-spacing: 0;
}

.middlecopy ul {
	margin: 5px 0px 10px 5px;
	padding-left: 20px;
}
.hiddentitle {
	display:none;
}

.box.col2 {display: none;height: 0;visibility: hidden;}
.relatedpicsholder {display: none !important;}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}

#header {
	padding: 44px 0 60px;
	width: 100%;
	z-index: 102;
	position: relative;
}

#header > .container {
	padding: 0 22px 0 24px;
}

#header .opener {
	display: none;
	height: 53px;
	width: 53px;
	background: #cb070f;
	position: absolute;
	top: 56px;
	right: 26px;
}

#header .opener:before,
#header .opener:after {
	content: "";
}

#header .opener:before,
#header .opener:after,
#header .opener span {
	top: 18px;
	left: 11px;
	right: 11px;
	height: 3px;
	background: #fff;
	position: absolute;
}

#header .opener:after {
	top: 34px;
}

#header .opener span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	top: 26px;
}

.logo {
	float: left;
	width: 571px;
}

.logo img {
	display: block;
}

.logo img.logo-small {
	display: none;
}

.header-holder {
	float: right;
	width: 45%;
	padding: 38px 0 39px;
}

.header-block {
	text-align: right;
}

.header-block .social-networks {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
	max-width: 240px;
}

.header-block .social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px 7px;
}

.header-block .social-networks a {
	display: block;
	width: 35px;
	height: 35px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: #333;
	color: #fff;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.header-block .social-networks a.ico-soundcloud img {margin-top: 10px;width: 25px;}

.header-block .social-networks a:before {
	font-size: 18px;
	line-height: 35px;
	margin: 0 -2px 0 0;
}

.header-block .social-networks a:hover {
	background: #7f0303;
}

.search-form {
	display: inline-block;
	vertical-align: top;
	width: 245px;
	border: solid 1px #d0d0d0;
	padding-left: 37px;
	position: relative;
}

.search-form:after {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 36px;
	width: 1px;
	background: #d0d0d0;
}

.search-form button[type=submit] {
	border: 0;
	font-size: 0;
	line-height: 0;
	background: none;
	color: #bfbfbf;
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
	margin: 0 10px 0 0;
	padding: 0;
	height: 17px;
	width: 17px;
}

.search-form button[type=submit]:hover {
	color: #000;
}

.search-form button[type=submit]:before {
	content: "\e60e";
	font-size: 16px;
	line-height: 16px;
	font-family: "icomoon";
}

.search-form .text {
	overflow: hidden;
}

.search-form input[type="text"],
.search-form input[type="search"] {
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	border: 0;
	width: 100%;
	padding: 9px 10px 10px;
	margin: 0;
	display: block;
	height: 35px;
}

#nav {
	text-transform: uppercase;
	font: 600 16px/20px "Open Sans", "Times New Roman", Georgia, serif;
	clear: both;
	border-style: solid;
	border-color: #a5a5a5;
	border-bottom-color: #333;
	border-width: 1px 0 4px;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -60px;
	width: 100%;
	background: #fff;
}

#nav.fixed-position {
	top: 0;
	margin-top: 0;
	background: url(../images/nav-bg.png);
	background: rgba(255, 255, 255, .88);
}

#nav ul {
	padding: 0;
	margin: 0 -31px 0 0;
	list-style: none;
}

#nav li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 31px;
}

#nav li:last-child ul {
	left: auto;
	right: 0;
}

#nav li a {
	color: #333;
	padding: 15px 1px 20px;
	display: block;
}

#nav li a:hover {
	color: #7f0303;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 202px;
	left: 0;
	text-transform: none;
	font-size: 14px;
	line-height: 18px;
	border-top: solid 4px #7f0303;
	background: #333;
	font-weight: 400;
	z-index: 10;
	margin: 0;
}

#nav li ul a {
	color: #fff;
	padding: 8px 20px;
}

#nav li ul a:hover {
	color: #fff;
	background: #a30000;
}

#nav li li {
	margin: 0;
	display: block;
	border-bottom: solid 1px #3f3f3f;
}

#nav li li.active a {
	color: #fff;
	background: #a30000;
}

#nav li.hover ul {
	display: block;
}

#nav > .container > ul > li.active > a,
#nav > .container > ul > li.hover > a {
	color: #7f0303;
}

.intro-block {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 448px;
}

.later {
	display:none;
}

.intro-block .slide {
	float: left;
	width: 100%;
}

.intro-block .btn-prev,
.intro-block .btn-next {
	height: 55px;
	width: 55px;
	background: #000;
	color: #fff;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -27px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	z-index: 101;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.intro-block .btn-prev:before,
.intro-block .btn-next:before {
	font-size: 27px;
	line-height: 35px;
}

.intro-block .btn-prev:hover,
.intro-block .btn-next:hover {
	background: #333;
}

.intro-block .btn-next {
	right: 0;
	left: auto;
}

.intro-block .main-image {
	height: 448px;
	overflow: hidden;
}

.intro-block .main-image .image-holder {
	position: relative;
	/*z-index: -1;*/
	left: 50%;
	min-width: 1352px;
}

.intro-block .main-image iframe, 
.intro-block .main-image img {
	height: auto;
	left: -50%;
	position: relative;
	width: 100%;
	max-width: none;
	vertical-align: top;
}

.intro-block .main-image iframe {width:660px; height: 447px;  margin: auto; display: block;}

.intro-block .text-block {
	position: absolute;
	bottom: 38px;
	left: 0;
	width: 100%;
}

.intro-block .text-box {
	width: 452px;
	background: #000;
	background: rgba(0, 0, 0, .66);
	color: #fff;
	padding: 38px 25px 27px 38px;
}

.intro-block .text-box p {
	margin: 0 0 23px;
}

.intro-block .text-box .btn-holder {
	text-align: right;
}

.intro-block h1 {
	font: 23px/26px "Droid Serif", Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

.btn {
	font: 600 14px/20px "Open Sans", "Times New Roman", Georgia, serif;
	color: #fff;
	text-transform: uppercase;
	background: #194d81;
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	text-align: center;
	min-width: 130px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.btn:hover {
	background: #2c6eb1;
	color: #fff;
}

.newsletter-block {
	background-color: #113e6a;
	background: -webkit-linear-gradient(top, #194d81 0%, #0b3258 100%);
	background: linear-gradient(to bottom, #194d81 0%, #0b3258 100%);
	margin-bottom: 43px;
}

body.int .newsletter-block {margin-bottom: 0;}

.newsletter-form {
	overflow: hidden;
	padding: 38px 0 25px;
	color: #fff;
	font: 14px/20px "Ubuntu", "Times New Roman", Georgia, serif;
}

.newsletter-form h2 {
	font: 23px/26px "Droid Serif", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
}

.newsletter-form .text-block {
	float: left;
	width: 30%;
	margin: -3px 0 0;
}

.newsletter-form .text-block p {
	margin: 0;
}

.newsletter-form .form-holder {
	float: right;
	width: 68%;
	text-align: right;
	padding-top: 2px;
	font-size: 0;
	line-height: 0;
}

.newsletter-form input[type=text],
.newsletter-form input[type=email] {
	background: #fff;
	height: 40px;
	margin: 0 0 15px 5.1%;
	padding: 10px 15px;
	border: 0;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	width: 70%;
	color: #626262;
}

.newsletter-form input[type=text]:first-child,
.newsletter-form input[type=email]:first-child {
	margin-left: 0;
}

.newsletter-form input[type=text]::-webkit-input-placeholder,
.newsletter-form input[type=email]::-webkit-input-placeholder {
	color: #626262;
}

.newsletter-form input[type=text]::-moz-placeholder,
.newsletter-form input[type=email]::-moz-placeholder {
	opacity: 1;
	color: #626262;
}

.newsletter-form input[type=text]:-moz-placeholder,
.newsletter-form input[type=email]:-moz-placeholder {
	color: #626262;
}

.newsletter-form input[type=text]:-ms-input-placeholder,
.newsletter-form input[type=email]:-ms-input-placeholder {
	color: #626262;
}

.newsletter-form input[type=text].placeholder,
.newsletter-form input[type=email].placeholder {
	color: #626262;
}

.newsletter-form button[type=submit] {
	background: #a30000;
	min-width: 20%;
	height: 40px;
	margin: 0 0 0 5%;
	padding: 10px 15px;
	border: 0;
	color: #fff;
	font: 300 14px/17px "Ubuntu", "Times New Roman", Georgia, serif;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.newsletter-form button[type=submit]:before {
	content: "\e602";
	display: inline-block;
	vertical-align: top;
	font-family: "icomoon";
	font-size: 15px;
	line-height: 15px;
	margin: 1px 2px 0 0;
}

.newsletter-form button[type=submit]:hover {
	color: #fff;
	background: #7f0303;
}

.info-block {
	position: relative;
	overflow: hidden;
	background: #333;
	margin-bottom: 45px;
}

.info-block .heading-block {
	float: left;
	width: 20%;
	font: 300 13px/20px "Ubuntu", "Times New Roman", Georgia, serif;
	color: #fff;
	padding: 14px 15px 4px 20px;
}

.info-block .heading-block p {
	margin: 0 0 19px;
}

.info-block h2 {
	font: 600 23px/26px "Open Sans", "Times New Roman", Georgia, serif;
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
}

.info-block .mask {
	float: left;
	position: relative;
	overflow: hidden;
	width: 80% !important;
}

.info-block .slideset {
	width: 100% !important;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}

.info-block .slide {
	display: inline-block;
	vertical-align: top;
	width: 25% !important;
	font-size: 12px;
	line-height: 20px;
}

.info-block .btn-prev,
.info-block .btn-next {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	width: 16px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: #a30000;
	padding: 4px 0 3px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.info-block .btn-prev:before,
.info-block .btn-next:before {
	font-size: 9px;
	line-height: 9px;
	color: #dfbcbc;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.info-block .btn-prev:hover,
.info-block .btn-next:hover {
	background: #7f0303;
}

.info-block .image-holder {
	white-space: normal;
	position: relative;
}

.info-block .image-holder img {
	width: 100%;
	vertical-align: top;
}

.info-block .image-holder .description {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	opacity: 0;
	background: url(../images/hover-overlay.png);
	background: rgba(0, 0, 0, .62);
	border: 1px solid #a30000;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.info-block .image-holder .ico-chain {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	border: solid 1px #fff;
	text-align: center;
	padding: 8px;
	margin: -20px 0 0 -20px;
}

.info-block .image-holder .ico-chain:before {
	font-size: 20px;
	line-height: 22px;
}

.info-block .image-holder .caption {
	position: absolute;
	bottom: 18px;
	left: 5px;
	right: 5px;
	text-align: center;
	font: 700 15px/18px "Open Sans", "Times New Roman", Georgia, serif;
}

.info-block .image-holder a {
	color: #fff;
}

.info-block .image-holder:hover .description {
	opacity: 1;
}

#two-columns {
	overflow: hidden;
	margin-bottom: 35px;
}



body.int #two-columns {margin-top: 30px;}

#content {
	float: left;
	width: 69%;
}

#content h1 {
	font: 31px/35px "Droid Serif", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 28px;
	color: #194d81;
}

#content h1.block {
	color:#fff;
	background:#305086;
	padding: 30px 20px;
}

#content h1.newsie {
	color: #a30000;
}

#content .read-more {
	text-transform: uppercase;
	font: 700 15px/20px "Open Sans", "Times New Roman", Georgia, serif;
	display: inline-block;
	vertical-align: top;
	margin-top: -17px;
}

.news-block {
	padding: 17px 28px 17px 17px;
	margin-bottom: 45px;
	border: solid 1px #cccfd2;
	overflow: hidden;
}

.news-block h2 {
	font: 22px/30px "Droid Serif", Arial, Helvetica, sans-serif;
	margin-bottom: 21px;
	color: #13365c;
}

.news-block h2 a {
	color: #13365c;
}

.news-block h2 a:hover {
	color: #a30000;
}

.news-block .image-holder {
	float: left;
	width: 55%;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
}

.news-block .image-holder img {
	vertical-align: top;
	max-width: none;
}

.news-block .text-holder {
	padding: 3px 0 0;
	overflow: hidden;
}

.news-block .date {
	font: 700 38px/40px "Open Sans", "Times New Roman", Georgia, serif;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	background: #a30000;
	text-align: center;
	padding: 19px 13px 12px;
	min-width: 70px;
}

.news-block .date span {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	display: block;
	margin-bottom: -3px;
}

.news-block .link-more {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}

.news-block .link-more:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #a30000;
}

.news-block .link-more:hover:after {
	border-color: transparent transparent transparent #ef0000;
}

.news-block .btn-holder {
	margin-bottom: 22px;
}

.news-block p {
	margin-bottom: 17px;
}

.social-block {
	border-top: solid 1px #ddd;
	padding-top: 7px;
	overflow: hidden;
}

.social-block .title {
	float: left;
	text-transform: uppercase;
	padding-top: 6px;
}

.social-block .social-networks {
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
	list-style: none;
	max-width: 220px;
}

.social-block .social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px 11px;
}

.social-block .social-networks a {
	display: block;
	font-size: 0;
	line-height: 0;
	color: #fff;
	height: 30px;
	width: 30px;
	padding: 5px;
	text-align: center;
}

.social-block .social-networks a:before {
	font-size: 15px;
	line-height: 20px;
}

.social-block .social-networks a.ico-facebook {
	background: #193b7b;
}

.social-block .social-networks a.ico-twitter {
	background: #2aa9e0;
}

.social-block .social-networks a.ico-google-plus {
	background: #d3472c;
}

.social-block .social-networks a.ico-pinterest {
	background: #ca242e;
}

.social-block .social-networks a.ico-envelope {
	background: #313131;
}

.social-block .social-networks a.ico-envelope span {
	display: none;
}

.social-block .social-networks a:hover {
	color: #fff;
	opacity: .8;
}

#sidebar {
	float: right;
	width: 25.9%;
	padding-top: 3px;
}

#sidebar h3 {
	font: 700 22px/26px "Open Sans", "Times New Roman", Georgia, serif;
	color: #194d81;
	margin-bottom: 17px;
	text-transform: uppercase;
}

#sidebar .facebook-block {
	border: solid 1px #194d81;
	padding: 12px 10px 16px;
}

#sidebar .facebook-block img {
	vertical-align: top;
	width: 100%;
}

#sidebar .video-block img {
	width: 100%;
	vertical-align: top;
}

#sidebar .video-block a {
	display: block;
	position: relative;
}

#sidebar .video-block a .btn-play {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	width: 20px;
	height: 20px;
	background: #fff;
	margin: -10px 0 0 0;
}

#sidebar .video-block a .btn-play:after {
	content: "\e60f";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	color: #a30000;
	font-size: 66px;
	z-index: 10;
	margin: -54px 0 0 -36px;
}

#sidebar .video-block a .btn-play:hover:after {
	color: #7f0303;
}

.button-list {
	padding: 0;
	margin: 0 0 17px;
	list-style: none;
	font: 700 16px/18px "Open Sans", "Times New Roman", Georgia, serif;
	text-transform: uppercase;
}

.button-list li {
	padding-bottom: 27px;
}

.button-list a {
	display: block;
	padding: 17px 19px 18px 60px;
	border: solid 1px #194d81;
	color: #194d81;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	position: relative;
}

.button-list a:before {
	font-family: "icomoon";
	font-weight: normal;
	font-size: 24px;
	position: absolute; /*top: 16px;*/
	top: 50%;
	margin-top: -9px;
	left: 19px;
}

.button-list a.service:before {
	content: "\e604";
}

.button-list a.email:before {
	content: "\e605";
}

.button-list a.schedule:before {
	content: "\e601";
}

.button-list a:hover {
	border-color: #7f0303;
	color: #7f0303;
}

.side-widget {
	margin-bottom: 37px;
}

.voting-record {
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	color: #4c4c4c;
}

.voting-record td {
	padding: 15px 5px;
	text-align: center;
	/*text-transform: uppercase;*/
	background: #e4e4e4;
}

.voting-record td.col3 {
	text-transform:uppercase;
}

.voting-record td.col1,
.voting-record td.col3 {
	width: 25%;
}

.voting-record td.col2 {
	width: 50%;
	font-size: 13px;
}


.voting-record td.col3 {cursor: pointer;}

.voting-record tr.even td {
	padding: 13px 5px;
	background: #fff;
}

#footer {
	background: #333;
}

.footer-holder {
	color: #a5a5a5;
	padding: 51px 0 18px;
}

.footer-holder h3 {
	font: 22px/26px "Droid Serif", Arial, Helvetica, sans-serif;
	margin-bottom: 34px;
	color: #fff;
	text-transform: uppercase;
}

.footer-holder .col {
	width: 28.5%;
	float: left;
	padding-right: 5.6%;
}

.footer-holder .col.address-block {
	width: 43.5%;
	padding: 0;
}

.footer-holder .col.gallery-col {
	width: 28%;
	padding-right: 4.5%;
}

.footer-holder .twitter-block {
	font: 13px/20px "Open Sans", "Times New Roman", Georgia, serif;
	position: relative;
}

.footer-holder .twitter-block h3 {
	overflow: hidden;
}

.footer-holder .twitter-block .heading-block {
	overflow: hidden;
}

.footer-holder .twitter-block .carousel-control {
	float: right;
	padding: 4px 0 0 10px;
	width: 58px;
}

.footer-holder .twitter-block .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.footer-holder .twitter-block .slideset {
	width: 100%;
	float: left;
}

.footer-holder .twitter-block .slide {
	width: 102%;
	float: left;
}

.footer-holder .twitter-block .btn-prev,
.footer-holder .twitter-block .btn-next {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	width: 16px;
	border: solid 1px #fff;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 3px 0 2px;
}

.footer-holder .twitter-block .btn-prev:before,
.footer-holder .twitter-block .btn-next:before {
	display: block;
	font-size: 9px;
	line-height: 9px;
	color: #a5a5a5;
	text-align: center;
}

.footer-holder .twitter-block .btn-prev:hover:before,
.footer-holder .twitter-block .btn-next:hover:before {
	color: #fff;
}

.footer-holder .twitter-block .title {
	display: block;
	color: #fff;
	font-size: 21px;
	line-height: 31px;
	font-weight: 400;
	margin-bottom: 24px;
}

.footer-holder .twitter-block .title:before {
	content: "\e60c";
	font-family: "icomoon";
	display: inline-block;
	vertical-align: top;
	font-size: 46px;
	margin: 0 2px 0 0;
}

.footer-holder .twitter-block .date {
	display: block;
	color: #fff;
	text-transform: uppercase;
}

.footer-holder .twitter-block a {
	color: #fff;
}

.footer-holder .twitter-block a:hover {
	color: #a5a5a5;
}

.footer-holder .twitter-block p {
	margin-bottom: 15px;
}

.footer-gallery {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.footer-gallery li {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 12px;
	line-height: 1.667;
	padding: 0 11px 11px 0;
}

.footer-gallery img {
	width: 100%;
	vertical-align: top;
}

.footer-gallery a:hover {
	opacity: .8;
}

.address-block h3 {
	margin-bottom: 26px;
}

.address-block .holder {
	overflow: hidden;
	padding-top: 2px;
}

.address-block .address-col {
	float: left;
	width: 53%;
	padding-left: 20px;
}

.address-block .address-col:first-child {
	width: 47%;
	padding-left: 0;
}

.address-block address {
	font-style: normal;
	margin-bottom: 22px;
}

.address-block address .title {
	color: #fff;
}

.address-block a {
	color: #a5a5a5;
}

.address-block a:hover {
	color: #fff;
}

.footer-frame {
	background: #222;
	font: 13px/18px "Open Sans", "Times New Roman", Georgia, serif;
	padding: 15px 0;
}

.footer-frame .social-networks {
	float: left;
	padding: 0;
	list-style: none;
	margin: 0;
	max-width: 220px;
}

.footer-frame .social-networks li {
	margin: 0 17px 0 0;
	display: inline-block;
	vertical-align: top;
}

.footer-frame .social-networks a {
	display: block;
	font-size: 0;
	line-height: 0;
	color: #fff;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.footer-frame .social-networks a.ico-soundcloud img {width: 35px;margin-top: 4px;}

.footer-frame .social-networks a:hover {
	color: #7f0303;
}

.footer-frame .social-networks a:before {
	font-size: 24px;
	line-height: 24px;
}

.footer-frame .social-networks a.ico-twitter:before {
	font-size: 22px;
}

.footer-frame .social-networks a.ico-youtube:before {
	font-size: 22px;
}

.footer-frame .footer-list {
	float: right;
	max-width: 60%;
	padding: 3px 0 0;
	margin: 0;
	list-style: none;
}

.footer-frame .footer-list li {
	float: left;
	padding-bottom: 5px;
}

.footer-frame .footer-list li:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 12px;
	background: #a5a5a5;
	margin: 4px 3px 0 4px;
}

.footer-frame .footer-list li:first-child:before {
	display: none;
}

.footer-frame .footer-list a {
	color: #a5a5a5;
}

.footer-frame .footer-list a:hover {
	color: #fff;
}

@media only screen and (min-width: 1025px) {
	.tel-link {
		cursor: default;
		pointer-events: none;
	}
}

@media only screen and (max-width: 1199px) {
	.container {
		padding: 0 14px;
	}

	#header > .container {
		padding: 0 17px 0 14px;
	}

	#header {
		padding: 29px 0 93px;
	}

	.logo {
		margin: 15px 0 0 0;
	}

	.header-holder {
		width: 35%;
		padding: 0;
	}

	.search-form {
		margin-bottom: 16px;
	}

	#nav {
		font-size: 15px;
	}

	#nav .container {
		padding: 0 10px;
	}

	#nav ul {
		margin-right: -38px;
	}

	#nav li {
		margin-right: 38px;
	}

	.intro-block .text-box {
		padding-left: 50px;
	}

	.newsletter-form .text-block {
		width: 33%;
	}

	.newsletter-form .form-holder {
		width: 66%;
	}

	.newsletter-form input[type=text],
	.newsletter-form input[type=email] {
		margin-left: 3.6%;
		width: 35%;
	}

	.newsletter-form button[type=submit] {
		min-width: 23%;
		margin-left: 2%;
	}

	.info-block .heading-block {
		width: 34%;
		padding-right: 12%;
	}

	.info-block .heading-block p {
		margin-bottom: 30px;
	}

	.info-block h2 {
		margin-bottom: 24px;
	}

	.info-block .mask {
		width: 66% !important;
	}

	.info-block .slide {
		width: 33.33% !important;
	}

	#content {
		width: 67.5%;
	}

	.news-block {
		padding: 18px 20px 16px;
	}

	.news-block .image-holder {
		width: 48.7%;
	}

	#sidebar {
		width: 28.6%;
	}

	.footer-holder {
		padding-bottom: 14px;
	}

	.footer-holder .col {
		width: 29.5%;
		padding-right: 4%;
	}

	.footer-holder .col.address-block {
		width: 41%;
	}

	.footer-holder .col.gallery-col {
		width: 29.5%;
		padding-right: 4%;
	}

	.address-block .address-col {
		width: 44%;
	}

	.address-block .address-col:first-child {
		width: 56%;
	}

	.footer-frame {
		padding: 15px 26px;
	}
}

@media only screen and (max-width: 1023px) {
	.container {
		padding: 0;
	}

	.intro-block {
	height: auto;
	}


	#header > .container {
		padding: 0;
	}

	#header {
		position: static;
		padding: 43px 28px 36px;
		border-bottom: solid 4px #333;
	}

	#header .opener {
		display: inline-block;
		vertical-align: top;
	}

	.logo {
		margin: 0;
	}

	.w1 {
		position: relative;
		right: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		box-shadow: 0 0 15px 6px rgba(0, 0, 0, .2);
	}

	.active .w1 {
		right: 280px;
	}

	.active .w1 {
		right: 260px;
	}

	.header-holder {
		float: none;
		width: 280px;
		position: absolute;
		top: 0;
		right: -280px;
		padding: 32px 29px;
	}

	.header-block {
		text-align: left;
	}

	.header-block .social-networks {
		margin: 0 auto;
		padding: 0;
		display: block;
		max-width: none;
		text-align: center;
	}

	.header-block .social-networks li {
		margin: 0 4px 5px;
	}

	.search-form {
		width: 100%;
		margin-bottom: 19px;
	}

	#nav {
		position: static !important;
		border: none;
		padding: 29px 0;
		margin-top: 0;
		background: none;
	}

	#nav.fixed-position {
		position: static !important;
		background: none;
	}

	#nav .container {
		padding: 0;
	}

	#nav ul {
		margin-right: 0;
	}

	#nav li {
		display: block;
		margin: 0;
		padding: 0 2px;
	}

	#nav li a {
		padding: 2px 0;
	}

	#nav li ul {
		position: static;
		background: none;
		margin: 16px 0 8px;
		border-top-width: 3px;
	}

	#nav li ul a {
		color: #333;
	}

	#nav li li.active a {
		color: #fff;
	}

	#nav li li {
		padding: 0;
	}

	.intro-block .main-image {
		height: 378px;
	}

	.intro-block .text-block {
		padding: 0 28px;
		bottom: 16px;
	}

	.intro-block .text-box {
		width: 364px;
		padding: 25px 20px 26px 40px;
	}

	.intro-block .text-box p {
		display: none;
	}

	.intro-block .text-box .btn-holder {
		display: none;
	}

	.intro-block h1 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 0;
	}

	.newsletter-block {
		margin-bottom: 34px;
	}

	.newsletter-form {
		padding: 40px 23px 25px 17px;
	}

	.newsletter-form h2 {
		font-size: 23px;
		line-height: 23px;
	}

	.newsletter-form .text-block p {
		display: none;
	}

	.newsletter-form .text-block {
		width: 23%;
	}

	.newsletter-form .form-holder {
		width: 76%;
		padding-top: 0;
	}

	.newsletter-form input[type=text],
	.newsletter-form input[type=email] {
		width: 37.4%;
		margin-left: 2.1%;
	}

	.newsletter-form button[type=submit] {
		padding: 10px 5px;
		min-width: 19%;
	}

	#main .container {
		padding: 0 44px 0 39px;
	}

	.info-block {
		margin-bottom: 37px;
	}

	.info-block .heading-block {
		width: 35.8%;
		padding-right: 2.8%;
	}

	.info-block .mask {
		width: 64.2% !important;
	}

	.info-block .slide {
		width: 50% !important;
	}

	#two-columns {
		margin-bottom: 29px;
	}

	#content {
		padding: 0 7px 6px;
		float: none;
		width: auto;
	}

	#sidebar {
		width: auto;
		float: none;
		overflow: hidden;
		padding: 0 3px 0 23px;
	}

	#sidebar .side-col {
		float: left;
		width: 50%;
		padding: 0 22px;
	}

	.button-list {
		margin-bottom: 28px;
		padding-top: 4px;
	}

	.footer-holder {
		padding: 45px 20px 21px 35px;
	}

	.footer-holder h3 {
		font-size: 21px;
		line-height: 24px;
	}

	.footer-holder .col {
		width: 41%;
		padding-right: 5.3%;
	}

	.footer-holder .col.address-block {
		width: 58.2%;
	}

	.footer-holder .col.gallery-col {
		width: 41%;
		padding-right: 5%;
	}

	.footer-holder .twitter-block {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#header {
		padding: 35px 17px 24px 22px;
	}

	#header .opener {
		right: 13px;
		top: 18px;
	}

	.logo {
		width: 279px;
	}

	.logo img.logo-small {
		display: block;
	}

	.logo img {
		display: none;
	}

	.header-holder {
		right: -260px;
		width: 260px;
		padding: 31px 16px 31px 22px;
	}

	.intro-block .btn-prev,
	.intro-block .btn-next {
		width: 42px;
		height: 42px;
		margin-top: -21px;
	}

	.intro-block .btn-prev:before,
	.intro-block .btn-next:before {
		font-size: 22px;
		line-height: 22px;
	}

	.intro-block .main-image {
		height: 278px;
	}

	.intro-block .main-image .image-holder {
		min-width: 842px;
	}

	.intro-block .text-block {
		display: none;
	}

	.newsletter-block {
		margin-bottom: 30px;
	}

	.newsletter-form {
		padding: 15px 10px 15px 13px;
	}

	.newsletter-form h2 {
		font-size: 18px;
		line-height: 22px;
	}

	.newsletter-form .text-block {
		float: none;
		width: auto;
		margin: 0 0 14px;
	}

	.newsletter-form .form-holder {
		width: auto;
		float: none;
		text-align: left;
	}

	.newsletter-form input[type=text],
	.newsletter-form input[type=email] {
		margin-right: 2.4%;
		width: 38.4%;
		margin: 0 0 11px 3%;
	}

	.newsletter-form input[type=text]:first-child,
	.newsletter-form input[type=email]:first-child {
		width: 56.3%;
		margin-left: 0;
	}

	.newsletter-form button[type=submit] {
		margin-left: 0;
		min-width: 35%;
	}

	#main .container {
		padding: 0 20px;
	}

	.info-block {
		margin: 0 auto 27px;
		max-width: 480px;
	}

	.info-block .heading-block {
		width: auto;
		float: none;
		padding-right: 13%;
		margin-bottom: 22px;
	}

	.info-block .mask {
		width: 100% !important;
	}

	.info-block .slide {
		width: 100% !important;
	}

	#content {
		padding: 0px;
		margin: 0px 0px 20px;
		float: none;
		width: 100%;
	}

	.buffer table td {
	    padding-left: 0px !important;
	}

	#sidebar {
		width: auto;
		float: none;
		overflow: hidden;
		padding: 0 3px 0 23px;
	}

	#two-columns {
		margin: 0px;
	}

	#content .read-more {
		margin-top: -36px;
	}

	.news-block {
		padding: 18px 17px 22px 20px;
	}

	.news-block h2 {
		font-size: 19px;
		line-height: 24px;
		margin-bottom: 14px;
	}

	.news-block .image-holder img {
		width: 100% !important;
		height: auto !important;
	}

	.news-block .image-holder {
		float: none;
		width: auto;
		height: auto !important;
		margin: 0 0 15px;
	}

	.news-block .text-holder {
		height: auto !important;
	}

	.news-block .btn-holder {
		margin-bottom: 11px;
	}

	.social-block {
		border-top: none;
		padding-top: 0;
		padding: 0 15px;
	}

	.social-block .title {
		float: none;
		display: block;
		padding: 0 0 4px;
	}

	.social-block .social-networks {
		border-top: solid 1px #ddd;
		float: left;
		padding-top: 7px;
		max-width: none;
	}

	.social-block .social-networks li:first-child {
		margin-left: 0;
	}

	#sidebar {
		padding: 0;
	}

	#sidebar .side-col {
		width: auto;
		float: none;
		padding: 0;
	}

	.button-list {
		max-width: 320px;
	}

	.button-list li {
		padding-bottom: 17px;
	}

	.side-widget {
		margin-bottom: 53px;
	}

	.footer-holder {
		padding: 15px 15px 16px;
	}

	.footer-holder .col {
		padding: 0;
		width: auto;
	}

	.footer-holder .col.address-block {
		width: 100%;
	}

	.footer-holder .col.gallery-col {
		display: none;
	}

	.address-block h3 {
		float: left;
		margin-bottom: 0;
		padding: 13px 34px 0 0;
	}

	.address-block .address-col {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.address-block .address-col:first-child {
		float: none;
		width: auto;
		padding: 0;
	}

	.address-block address .title {
		font-weight: bold;
	}

	.address-block address {
		margin-bottom: 0;
	}

	.address-block address .detail {
		display: none;
	}

	.footer-frame .social-networks {
		float: none;
		text-align: center;
		max-width: none;
	}

	.footer-frame .footer-list {
		float: none;
		text-align: center;
		padding-bottom: 13px;
		max-width: none;
	}

	.footer-frame .footer-list li {
		display: inline-block;
		vertical-align: top;
		float: none;
	}

	.footer-frame .footer-list li:before {
		margin-left: 1px;
	}
}


.buffer .UnorderedNewsList li {
	border: solid 2px #194d81;
	padding: 10px !important;
	margin: 0 0 1em;
	font-size:16px;
}

.buffer .UnorderedNewsList a.middleheadline {
	display: block;
	margin: 0 0 .2em;
	font: 700 20px/24px "Open Sans", "Times New Roman", Georgia, serif;
    color: #194d81;
    text-transform:uppercase;
}

.buffer .UnorderedNewsList a.middleheadline:hover {
	color:#a30000;
}