/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/**
 * Style all external links
 */

.content p a[href^="http"] {
   padding-right: 18px;
   background: transparent url(../images/icons/icon_external.gif) no-repeat center right;
}

.content p a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
}

.content p a[href $='.doc'],a[href $='.docx'] { 
   padding-right: 18px;
   background: transparent url(../images/icons/icon_doc.gif) no-repeat center right;
}

.content p a[href $='.xls'],a[href $='.xlsx'] { 
   padding-right: 18px;
   background: transparent url(../images/icons/icon_xls.gif) no-repeat center right;
}


/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Videos (handle embedded videos)
   ========================================================================== */


/* autosize and fit to parent container */
.field-type-video-embed-field .player {
	position: relative;
	padding:0;
	margin:0;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.field-type-video-embed-field .player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;	
}
/* end autosize */


/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

.lightbox-video:after,
[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	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;
}

.icon-twitter:before {
	content: "\e904";
}

.icon-play:before {
	content: "\e602";
}

.icon-facebook1:before {
	content: "\e608";
}

.icon-google-plus-square:before {
	content: "\e900";
}

.icon-youtube:before {
	content: "\e901";
}

#nav ul,
.list-img,
.president ul,
.block-title .breadcrumbs,
.widget .list,
.block-inform ul,
.list-info ul,
.box-title ul,
.footer-panel address ul,
.socialnetworks,
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.header-panel:after,
#nav:after,
#nav ul:after,
#wrapper:after,
.container:after,
.footer-panel:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #5c5c5c;
	background: #d8d8d8;
	font: 16px / 1.3125 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 55px;
	line-height: 1;
}

h2,
.h2 {
	font-size: 18px;
	line-height: 1;
}

h3,
.h3 {
	font-size: 13px;
	color: #999;
	font-weight: 700;
	line-height: 1;
}

h4,
.h4 {
	font-size: 21px;
	line-height: 1;
}

h5,
.h5 {
	font-size: 17px;
	line-height: 1;
}

h6,
.h6 {
	font-size: 15px;
	line-height: 1;
}

p {
	margin: 0 0 10px;
}

a {
	color: #545c62;
	-webkit-transition: color .3s, background .3s, opacity .3s ease;
	transition: color .3s, background .3s, opacity .3s ease;
}

a:hover {
	text-decoration: none;
}


a.button {
	display:inline-block;
    background-color: #dddddd;
    padding: 6px 10px;
    margin: 10px 0;
	font-weight:bold;
	color:#545c62;
	text-decoration: none;
}

a.button.external-link, a.button.internal-link { 
	font: 11px/12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.button:hover, a.button.external-link:hover { background-color: #aaa; color: #ffffff; }
a.button:active, a.button.external-link:active { background-color: #777; color: #ffffff; }
a.button.external-link {
	display:inline-block;
    background: #dddddd url(../images/external-link-gray.png) center right 8px no-repeat;
    padding: 8px 34px 8px 10px;
}
a.button.external-link:hover {
	background: #aaa url(../images/external-link.png) center right 8px no-repeat;
}
a.button.external-link:active {
	background: #777 url(../images/external-link.png) center right 8px no-repeat;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #5c5c5c;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #5c5c5c;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #5c5c5c;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #5c5c5c;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #5c5c5c;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #5c5c5c;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#header {
	width: 100%;
	position: relative;
	z-index: 5;
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .5);
	background: #fff;
}

#header .top-panel {
	width: 100%;
}

#header .top-panel img {
	max-width: none;
	width: 100%;
}

.header-panel {
	width: 100%;
	padding: 14px 0;
}

.slogan {
	float: left;
	width: 35.41%;
	color: #545c62;
	overflow: hidden;
	font: 34px/36px "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
.slogan a {
	text-decoration: none;
}
.slogan a:hover {
	opacity: .6;
}
#nav {
	float: right;
	width: 64.58%;
}

#nav ul {
	float: right;
	padding: 18px 0 0;
	text-transform: uppercase;
}

#nav li {
	float: left;
	margin: 0 15px;
	position: relative;
	line-height: 16px;
	font-size: 13px;
}

#nav li:after {
	content: "/";
	position: absolute;
	top: 0;
	left: -17px;
	height: 12px;
	color: #ffd608;
}

#nav li:first-child:after {
	display: none;
}

#nav li:last-child {
	margin: 0 0 0 15px;
}

#nav li.active > a {
	color: #000;
}

#nav li.hover > a {
	color: #000;
}

#nav li.hover .drop-hold {
	max-height: 600px;
}

#nav li.hover .drop-hold ul li a {
	color: #848a8e;
}

#nav li.hover .drop-hold ul li a:hover {
	color: #000;
}

#nav li.hover .drop-hold ul li:hover {
	color: #000;
}

#nav a {
	color: #848a8e;
	text-decoration: none;
	padding: 5px 10px;
}

#nav a:hover {
	color: #000;
	background-color: #F4F4F4;
}

#nav .drop-hold {
	position: absolute;
	background: #F4F4F4;
	top: 22px;
	left: 0px;
	max-height: 0;
	right: 0;
	width: 170px;
	overflow: hidden;
	-webkit-transition: max-height .3s ease;
	transition: max-height .3s ease;
}

#nav .drop-hold ul {
	float: none;
	font-size: 12px;
	line-height: 14px;
	padding: 20px 0px 10px;
	overflow: hidden;
	border-bottom: 2px solid #bdbdbd;
}

#nav .drop-hold li {
	list-style: outside none none;
	float: none;
	padding: 0 15px 10px;
	text-align: left;
	margin: 0;
}

#nav .drop-hold li a {
	padding: 0px;
}

#nav .drop-hold li:last-child {
	margin: 0;
}

#nav .drop-hold li:after {
	display: none;
}

.nav-opener {
	float: right;
	width: 31px;
	height: 31px;
	background: #848a8e;
	position: relative;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	display: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 10px;
}

.nav-opener:after {
	top: 22px;
}

.nav-opener:hover {
	opacity: .7;
}

.close-btn span,
.active .nav-opener span {
	opacity: 0;
}

.close-btn:after,
.close-btn:before,
.active .nav-opener:after,
.active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.close-btn:after,
.active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.resize-active .hold,
.resize-active .drop,
.resize-active .drop > ul {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	width: 100%;
}

#main {
	background: #f1f1f1;
	padding-bottom: 1px;
}

.container {
	max-width: 980px;
	padding: 0 10px;
	margin: 0 auto;
}

.banner {
	position: relative;
	height: 632px;
	background-size: cover;
	background-position: 50% 50%;
}

.banner .text-banner {
	width: 421px;
}

.banner .title {
	color: #999;
	padding: 0 0 16px;
}

.banner .title p {
	margin: 0 0 4px;
}

.banner .title .data {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.1;
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.banner .more {
	color: #e21833;
	font-size: 13px;
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
}

.banner .more:hover {
	opacity: .8;
}

.banner h1 {
	margin: 0 0 6px;
	color: #ea3142;
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.banner h2 {
	font-weight: 400;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
	line-height: 1.11;
}

.banner .separator {
	padding: 0 5px;
}

.text-banner {
	font-size: 16px;
	line-height: 1.4375;
	border-bottom: 5px solid #e21833;
	color: #545c62;
	background: rgba(255, 255, 255, .9);
	font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	padding: 33px 31px 31px;
	float: left;
	margin-top: 54px;
}

.text-banner p {
	margin: 0 0 5px;
}

.text-banner .text-hold {
	max-height: 356px;
	overflow: hidden;
}

.video-banner {
	float: left;
	width: 420px;
	margin-top: 73px;
	background: #fff;
	border-bottom: 5px solid #e21833;
}

.video-banner .title {
	padding: 16px;
}

.video-banner h2 {
	margin-bottom: 2px;
}

.lightbox-video {
	display: block;
	position: relative;
	text-decoration: none;
}

.lightbox-video > img {
	max-width: none;
	width: 100%;
}

.lightbox-video:after {
	content: "\e602";
	position: absolute;
	color: #d9d8d8;
	font-size: 61px;
	line-height: 1;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.lightbox-video:hover:after {
	opacity: .7;
}

.video-banner-1 {
	float: left;
	width: 100%;
	height:auto;
	background: #fff;
	border-bottom: 5px solid #e21833;
	position: relative;
	overflow:hidden;
}

.video-banner-1 .lightbox-video:after {
	font-size: 149px;
}

.video-banner-1 .title {
	position: absolute;
	bottom: 4.8%;
	left: 0;
	width: 100%;
	padding: 16px;
	color: #fff;
}

.video-banner-1 h1 {
	margin: 0;
	color: #fff;
}

.header-panel {
	width: 100%;
}

.list-img {
	margin: -69px -5px 11px;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.list-img li {
	float: left;
	width: 20%;
	padding: 0 5px;
	margin: 0 0 10px;
}

.list-img .box {
	padding: 11px;
	background: #fff;
	border-bottom: 5px solid #e21833;
}

.list-img a {
	display: block;
	position: relative;
}

.list-img a:hover {
	opacity: .8;
}

.list-img img {
	display: block;
	width: 100%;
	max-width: none;
}

.list-img .text {
	position: absolute;
	background: #000;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 10px 9px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
}

.list-img .text span {
	display: block;
	max-height: 80px;
	overflow: hidden;
}

#twocolumns {
	background: #fff;
	padding: 35px 25px 45px 21px;
	overflow: hidden;
	border-bottom: 5px solid #e21833;
	margin-bottom: 14px;
}

#twocolumns .col {
	float: left;
	width: 16%;
}

#twocolumns .col:first-child {
	float: right;
	width: 80%;
}

#twocolumns .text {
	padding: 0;
	margin: -3px 0 0;
}

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

.home #content {
	width: 59%;
}

#aside {
	float: right;
	width: 19%;
}

.home #aside {
	width: 34%;
}

.president {
	font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #848a8e;
	font-size: 16px;
	line-height: 1.0625;
	padding: 16px 0 0;
}

.president p {
	margin: 0;
}

.president .avatar {
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #d8d9da;
	margin: 0 0 33px;
}

.president .avatar a {
	display: block;
}

.president h2 {
	margin: 0;
	color: #ea3142;
	font-size: 16px;
	line-height: 1.1;
	font-weight: 700;
	font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.president ul {
	padding: 23px 0 0;
}

.president ul li {
	padding: 17px 0;
	border-top: 1px solid #c4c4c4;
}

.president ul a {
	color: #848a8e;
	text-decoration: none;
}

.president ul a:hover {
	opacity: .7;
}

.twitter-widget > img {
	max-width: none;
	width: 100%;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.block-title {
	width: 100%;
	overflow: hidden;
	margin-bottom: 39px;
}

.block-title h1 {
	font-weight: 400;
	color: #d82204;
	font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	line-height: 58px;
	margin: 15px 0 8px;
}

.block-title .breadcrumbs,
.block-title .breadcrumb {
	width: 100%;
	overflow: hidden;
	font-size: 13px;
	line-height: 16px;
	color: #999;
	text-transform: uppercase;
}

.block-title .breadcrumbs li {
	float: left;
	position: relative;
	padding: 0 8px 0 12px;
}

.block-title .breadcrumbs li:after {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
	color: #999;
}

.block-title .breadcrumbs li:first-child {
	padding: 0 8px 0 0;
}


.block-title .breadcrumbs a,
.block-title .breadcrumb a {
	text-decoration: none;
	color: #999;
	padding: 0 6px;

}

.block-title .breadcrumbs a:hover,
.block-title .breadcrumb a:hover  {
	color: #d82204;
}

.widget h3 {
	line-height: 18px;
	margin: 0 0 20px;
}

.widget .list {
	overflow: hidden;
	text-transform: uppercase;
	padding-bottom: 48px;
	font: 13px/18px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.widget .list li {
	overflow: hidden;
	padding: 0 0 17px;
}

.widget .list a {
	color: #999;
	text-decoration: none;
}

.widget .list a:hover {
	color: #000;
}

.block-inform {
	width: 100%;
	overflow: hidden;
	margin: -12px 0 10px;
}

.block-inform .block {
	width: 100%;
	overflow: hidden;
	padding: 20px 30px 20px 0;
	border-top: 1px solid #a1a1a1;
}

.block-inform .block:first-child {
	border-top: none;
	padding: 0 30px 0 0;
}

.block-inform h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	color: #d82204;
	margin: 0 0 2px;
}

.block-inform ul {
	overflow: hidden;
	line-height: 20px;
}

.block-inform ul li {
	overflow: hidden;
	padding: 0 0 22px;
}

.block-inform ul a {
	color: #5c5c5c;
	text-decoration: none;
}

.block-inform ul a:hover {
	opacity: .7;
}

.block-inform ul.list-winners {
	padding: 22px 0 0;
}

.block-inform ul.list-winners .date {
	display: block;
}

.block-inform ul.list-winners p {
	margin: 0;
}

.block-inform ul.list-winners li {
	padding: 0 0 25px;
}

.block-inform .box-image {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.block-inform .box-image img {
	max-width: none;
	width: 100%;
}

.block-inform .text-info {
	width: 100%;
	overflow: hidden;
	padding: 0 50px 0 0;
}

.block-inform .text-info p {
	margin: 0 0 22px;
}

.block-inform .text-info .title-link {
	text-decoration: none;
	color: #ea3142;
}

.block-inform .text-info .title-link:hover {
	opacity: .7;
}

.block-inform .block-txt {
	width: 100%;
	overflow: hidden;
	padding: 0 0 44px;
}

.block-inform .block-txt ul li {
	padding-bottom: 0;
}

.block-inform .block-inf {
	width: 100%;
	overflow: hidden;
	padding-bottom: 29px;
}

.block-inform .block-inf .txt {
	overflow: hidden;
}

.block-inform .block-inf .name {
	display: block;
}

.block-inform .block-inf span {
	display: block;
}

.block-inform .block-inf a {
	color: #5c5c5c;
	text-decoration: none;
}

.block-inform .block-inf a:hover {
	opacity: .7;
}

.block-inform .image-box {
	float: left;
	width: 91px;
	margin-right: 30px;
}

.block-inform .image-box img {
	max-width: none;
	width: 100%;
}

.block-inform .list-admin {
	font-size: 21px;
	line-height: 23px;
	max-width: 396px;
	padding-bottom: 50px;
}

.block-inform .list-admin li {
	padding: 30px 0 24px;
	border-top: 1px solid #a1a1a1;
}

.block-inform .list-admin li:first-child {
	border-top: none;
	padding: 34px 0 24px;
}

.block-inform .list-admin a {
	color: #999;
}

.text-block {
	width: 100%;
	overflow: hidden;
	margin: -14px 0 0;
}

.text-block .text-box {
	color: #545c62;
	font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	line-height: 22px;
	padding: 0 0 7px;
}

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

.text-block .block {
	width: 100%;
	overflow: hidden;
	padding: 12px 0;
	border-top: 1px solid #a1a1a1;
}

.text-block .block:first-child {
	border-top: none;
	padding: 0 0 12px;
}

.text-block .block-hold {
	width: 100%;
	overflow: hidden;
}

.text-block .image-box {
	width: 35.52%;
	float: left;
	margin: 0 7.1% 0 0;
}

.text-block .image-box img {
	max-width: none;
	width: 100%;
}

.text-block .box-text {
	overflow: hidden;
	font-size: 13px;
	line-height: 16px;
	color: #545c62;
	padding: 5px 0 0;
}

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

.text-block h2 {
	color: #d82204;
	text-transform: uppercase;
	font: 21px/23px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 7px;
}

.contact-info {
	overflow: hidden;
	border-bottom: 1px solid #979797;
	padding: 0 0 21px 3px;
	max-width: 595px;
	margin-bottom: 36px;
}

.contact-info .info-box {
	float: left;
	width: 60.5%;
	padding: 0 10px 0 0;
}

.contact-info address {
	font-style: normal;
}

.contact-info .box-map {
	float: right;
	width: 39%;
}

.contact-info .box-map .map-hold {
	margin-bottom: 15px;
}

.contact-info .box-map .map-hold img {
	max-width: none;
	width: 100%;
}

.contact-info .box-map .box {
	margin-bottom: 30px;
}

.contact-info .box {
	width: 100%;
	overflow: hidden;
	margin: 0 0 21px;
}

.contact-info .box strong {
	display: block;
}

.contact-info .box span {
	display: block;
}

.contact-info .box span a {
	color: #5c5c5c;
	text-decoration: none;
}

.contact-info .box span a:hover {
	opacity: .7;
}

.block-contact {
	overflow: hidden;
	max-width: 420px;
	padding: 0 0 0 3px;
	font-size: 13px;
	line-height: 16px;
}

.block-contact p {
	margin: 0 0 16px;
}

.block-contact .form-txt {
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
}

.block-contact .form-txt strong {
	display: block;
}

.block-contact .form-txt a {
	text-decoration: none;
	color: #5c5c5c;
}

.block-contact .form-txt a:hover {
	opacity: .7;
}

.block-contact .tel {
	text-decoration: none;
}

.block-contact .tel:hover {
	opacity: .7;
}

.list-info {
	overflow: hidden;
}

.list-info h3 {
	font-weight: 600;
	margin: 0 0 20px;
	color: #999;
}

.list-info ul {
	color: #999;
	font: 13px/18px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.list-info ul li {
	overflow: hidden;
	padding: 0 0 36px;
}

.list-info h4 {
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	margin: 0;
}

.list-info h4 a {
	text-decoration: none;
	color: #999;
}

.list-info h4 a:hover {
	opacity: .7;
}

.article {
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
	padding: 30px 30px 15px;
	font: 16px/22px "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #545c62;
}

.article p {
	margin: 0 0 12px;
}

.article p a {
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #ea3142;
}

.article p a:hover {
	opacity: .7;
}

.box-title {
	width: 100%;
	overflow: hidden;
	margin: 0 0 23px;
	color: #999;
	text-transform: uppercase;
	font: 13px/16px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.box-title ul {
	padding: 0 0 1px;
	overflow: hidden;
}

.box-title ul li {
	position: relative;
	float: left;
	padding: 0 5px 0 10px;
}

.box-title ul li:after {
	content: "/";
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	color: #999;
}

.box-title ul li:first-child {
	padding: 0 5px 0 0;
}

.box-title ul li:first-child:after {
	display: none;
}

.box-title ul a {
	color: #999;
	text-decoration: none;
}

.box-title ul a:hover {
	opacity: .7;
}

.box-title h2,
#block-views-videos-block .field-name-title h2 {
	font-size: 34px;
	line-height: 36px;
	text-transform: none;
	font-weight: 700;
	color: #ea3142;
	margin: 0 0 5px;
}

.box-title h2 a,
#block-views-videos-block .field-name-title h2 a {
	color: #ea3142;
	text-decoration: none;
}

.box-title h2 a:hover,
#block-views-videos-block .field-name-title h2 a:hover {
	opacity: .7;
}

.box-title h3 {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 1px;
}

/* view-videos styling 
---------------------------------------------- */
#block-views-videos-block .field-name-field-date {
	font: 13px/16px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #999;
	text-transform: uppercase;
}



/* more stuff */

.info-block {
	width: 100%;
	overflow: hidden;
	margin: 18px 0 0;
	border-top: 1px solid #979797;
	padding: 20px 0 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.info-block .box-video {
	width: 69%;
	padding: 0 15px 0 0;
	border-right: 1px solid #979797;
}

.info-block .box-article {
	width: 34.81%;
	padding: 0 4px 0 16px;
	border-left: none;
}

.info-block .box-article .box-title {
	margin: 0;
}

.info-block .video-hold {
	width: 100%;
	overflow: hidden;
	margin: 0 0 16px;
}

.info-block .video-hold .lightbox-video:after {
	font-size: 61px;
}

.info-block .video-hold img {
	max-width: none;
	width: 100%;
}

.info-block .box-title h2 {
	font-size: 21px;
	line-height: 26px;
}

.info-block .box-title h2 a {
	color: #ea3142;
	text-decoration: none;
}

.info-block .box-title h2 a:hover {
	opacity: .7;
}

.info-block .img-box {
	width: 100%;
	overflow: hidden;
	margin: 0 0 38px;
}

.info-block .img-box img {
	max-width: none;
	width: 100%;
}

.article-block {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #979797;
	padding: 18px 0;
}

.article-block .block-hold {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 20px;
}

.box-article {
	width: 100%;
	padding: 8px 22px 0 14px;
	border-left: 1px solid #979797;
}

.box-article:first-child {
	border-left: 0;
	padding: 8px 25px 0 0;
}

.box-article .box-title {
	margin-bottom: 22px;
}

.box-article .box-title h2 {
	font-size: 21px;
	line-height: 26px;
	margin: 0 0 3px;
}

.box-article .box-title h2 a {
	color: #ea3142;
	text-decoration: none;
}

.box-article .box-title h2 a:hover {
	opacity: .7;
}

.box-article .txt {
	color: #000;
	font: 11px/12px Arial, Helvetica, sans-serif;
}

.box-article .txt p {
	margin: 0;
}

.article-section {
	width: 100%;
	overflow: hidden;
	margin: 29px 0 0;
}

.article-section .box-article {
	border-top: 1px solid #979797;
	border-left: none;
	padding: 26px 0 23px;
}

.article-section .box-title {
	margin-bottom: 9px;
}

.article-section .img-hold {
	float: left;
	width: 91px;
	margin: 0 29px 0 0;
}

.article-section .hold {
	overflow: hidden;
}

.txt-block {
	width: 100%;
	overflow: hidden;
	font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	line-height: 22px;
	color: #545c62;
	margin: 0 0 54px;
}

.txt-block p {
	margin: 0;
}

.video-section {
	width: 100%;
	overflow: hidden;
}

.video-section .lightbox-video {
	margin-bottom: 20px;
}

.video-section .lightbox-video:after {
	font-size: 88px;
}

.video-section .box-title {
	margin: 0 0 26px;
}

.video-section .box-title ul {
	padding: 0 0 3px;
}

.video-section .box-title h2 {
	margin: 0 0 7px;
}

.video-section .box-title h3 {
	letter-spacing: 1px;
}

.video-block {
	width: 100%;
	overflow: hidden;
}

.video-block .box-hold {
	overflow: hidden;
	padding: 23px 0 22px;
	border-top: 1px solid #979797;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.video-block .box-hold .box {
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 10px;
	border-left: 1px solid #979797;
}

.video-block .box-hold .box:first-child {
	border-left: none;
	padding: 0 10px 0 0;
}

.video-block .lightbox-video {
	margin-bottom: 22px;
}

.video-block .lightbox-video:after {
	font-size: 42px;
}

.video-block .box-title {
	margin: 0;
}

.video-block .box-title h2 {
	font-size: 21px;
	line-height: 23px;
}

.video-block .box-title h3 {
	margin: 0;
}

.lightbox .box-img img {
	display: block;
}

.hidden {
	display: none;
}

.fixed-active {
	position: fixed;
	top: 0;
	z-index: 100;
}

.video-section.fixed-block {
	background: #fff;
}

ul.contextual-links li {
	padding: 0;
	border-top: none;
}

ul.contextual-links li a {
	font-size: 12px;
}

ul.contextual-links li:last-child {
	padding: 0 !important;
}

#footer {
	width: 100%;
	overflow: hidden;
}

.footer-panel {
	width: 100%;
	background: #e7e7e7;
	padding: 16px 0 15px;
}

.footer-panel .box-inf {
	width: 78%;
	float: left;
}

.footer-panel address {
	float: right;
	width: 73%;
	padding: 0 0 0 14px;
	font-style: normal;
	color: #767676;
	font-size: 13px;
	line-height: 16px;
}

.footer-panel address ul {
	overflow: hidden;
	padding: 3px 0 0;
}

.footer-panel address li {
	float: left;
	padding: 0 2px 0 0;
}

.footer-panel address a {
	color: #767676;
	text-decoration: none;
}

.footer-panel address a:hover {
	opacity: .7;
}

.socialnetworks {
	float: right;
	width: 22%;
	text-align: center;
	letter-spacing: -4px;
	line-height: 0;
	padding: 4px 0 0;
}

.socialnetworks li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	letter-spacing: normal;
	width:26px;
	height:26px;
}

.socialnetworks li:last-child {
	padding: 0;
}

.socialnetworks a {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	line-height: 1;
	color: #b0b0b0;
}

.socialnetworks a.icon-google-plus-square {
	font-size: 28px;
}

.socialnetworks a.icon-twitter {
	font-size: 24px;
	line-height: 24px;
}

.socialnetworks a:hover {
	opacity: .7;
}

.logo-footer {
	float: left;
	width: 202px;
}

.logo-footer a {
	display: block;
}

.footer-nav {
	overflow: hidden;
	width: 100%;
}

.footer-nav ul {
	overflow: hidden;
	text-align: center;
	letter-spacing: -4px;
	font-size: 0;
	line-height: 0;
	text-transform: uppercase;
	padding: 10px 0;
}

.footer-nav li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	font-size: 13px;
	line-height: 16px;
	position: relative;
	padding: 0 21px;
}

.footer-nav li:after {
	content: "/";
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
	color: #db2023;
}

.footer-nav li:first-child:after {
	display: none;
}

.footer-nav li.active a {
	color: #db2023;
}

.footer-nav a {
	color: #767676;
	text-decoration: none;
}

.footer-nav a:hover {
	color: #db2023;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1280px) {
	.list-img .text {
		font-size: 16px;
	}
}

@media (max-width: 1199px) {
	.footer-panel .box-inf {
		width: 100%;
		float: none;
		margin: 0 0 15px;
		overflow: hidden;
	}

	.socialnetworks {
		width: 100%;
		float: none;
	}
}

@media (max-width: 1023px) {
	.slogan {
		font-size: 24px;
		line-height: 26px;
		width: 100%;
		text-align: center;
		padding: 0 0 10px;
	}

	#nav {
		width: 100%;
		float: none;
	}

	#nav ul {
		float: none;
		padding: 0;
		text-align: center;
		letter-spacing: -4px;
		font-size: 0;
		line-height: 0;
	}

	#nav li {
		letter-spacing: normal;
		float: none;
		display: inline-block;
		vertical-align: top;
		font-size: 13px;
		line-height: 16px;
	}

	#nav li:last-child {
		margin: 0 23px;
	}

	#nav .drop-hold li {
		display: block;
	}

	.list-img .text {
		font-size: 14px;
	}

	.list-img .text span {
		max-height: 68px;
	}

	.box-article {
		padding: 8px 10px 0;
	}

	.box-article:first-child {
		padding: 8px 0;
	}

	.box-article .box-title ul {
		font-size: 12px;
	}

	.article-section .box-article:first-child {
		padding: 26px 0 23px;
	}

	.logo-footer {
		width: 180px;
	}
}

@media (max-width: 767px) {
	.slogan {
		float: left;
		width: auto;
		padding: 3px 0 0;
	}

	#nav ul {
		width: 100%;
		background: #fff;
		padding: 10px;
	}

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

	#nav li:after {
		display: none;
	}

	#nav a {
		display: inline-block;
	}

	#nav .drop-hold {
		position: static;
		width: 100%;
	}

	#nav .drop-hold ul {
		padding: 10px 0 0;
	}

	#nav .drop-hold a {
		display: inline-block;
	}

	#nav .drop {
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
	}

	.wrap.fade .drop {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .25s linear;
		transition: opacity .25s linear;
		height: 0;
	}

	.wrap.nav-active.fade .drop {
		opacity: 1;
		visibility: visible;
		height: auto;
	}

	.nav-opener {
		display: block;
	}

	.banner {
		height: 500px;
	}

	.banner .title {
		padding-bottom: 10px;
	}

	.banner .title .data {
		font-size: 12px;
	}

	.banner .more {
		font-size: 10px;
	}

	.banner h1 {
		font-size: 24px;
	}

	.banner h2 {
		font-size: 14px;
	}

	.text-banner {
		font-size: 14px;
		padding: 20px 20px 15px;
		margin-top: 20px;
	}

	.video-banner {
		margin-top: 20px;
	}

	.video-banner-1 .lightbox-video:after {
		font-size: 60px;
	}

	.video-banner-1 .title {
		bottom: 10px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.video-banner-1 .title .data {
		font-size: 10px;
	}

	.video-banner-1 h1 {
		font-size: 18px;
	}

	.list-img li {
		width: 50%;
	}

	.list-img .text {
		font-size: 16px;
	}

	.list-img .text span {
		max-height: 80px;
	}

	#twocolumns {
		padding: 35px 15px 20px;
	}

	#twocolumns .col {
		width: 100%;
	}

	#twocolumns .col:first-child {
		width: 100%;
	}

	.home #content {
		width: 100%;
	}

	#content {
		width: 100%;
	}

	.home #aside {
		width: 100%;
	}

	#aside {
		width: 100%;
	}

	.block-title {
		margin-bottom: 20px;
	}

	.block-title h1 {
		font-size: 40px;
		line-height: 42px;
	}

	.widget .list {
		padding-bottom: 0;
	}

	.block-inform {
		margin: -12px 0 0;
	}

	.block-inform .block {
		padding: 20px 0;
	}

	.block-inform .block:first-child {
		padding: 0 0 5px;
	}

	.block-inform ul li {
		padding: 0 0 15px;
	}

	.block-inform ul.list-winners li {
		padding: 0 0 15px;
	}

	.block-inform .text-info {
		padding: 0;
	}

	.block-inform .list-admin {
		padding-bottom: 20px;
		font-size: 18px;
		line-height: 20px;
	}

	.block-inform .list-admin li {
		padding: 20px 0;
	}

	.block-inform .list-admin li:first-child {
		padding: 0 0 24px;
	}

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

	.text-block .image-box {
		margin: 0 4% 0 0;
	}

	.text-block h2 {
		font-size: 18px;
		line-height: 20px;
	}

	.contact-info {
		max-width: none;
		width: 100%;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 18px;
		padding: 0;
	}

	.contact-info .box-map .box {
		margin-bottom: 20px;
	}

	.block-contact {
		max-width: none;
		width: 100%;
		padding: 0;
	}

	.block-contact .form-txt {
		font-size: 14px;
		line-height: 18px;
	}

	.article {
		padding: 15px 10px 0;
		margin: 0 0 20px;
	}

	.article p {
		margin: 0 0 15px;
	}

	.box-title ul li {
		padding: 0 3px 0 8px;
	}

	.box-title ul li:first-child {
		padding: 0 3px 0 0;
	}

	.box-title h2 {
		font-size: 28px;
		line-height: 30px;
	}

	.box-title h3 {
		font-size: 15px;
	}

	.info-block .box-title h2 {
		font-size: 18px;
		line-height: 22px;
	}

	.box-article .box-title {
		margin-bottom: 15px;
	}

	.box-article .box-title h2 {
		font-size: 18px;
		line-height: 22px;
	}

	.article-section {
		border-bottom: 1px solid #979797;
		margin: 0 0 23px;
	}

	.fixed-active {
		position: static;
	}

	.fake-element {
		display: none !important;
	}

	.footer-panel address {
		float: none;
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.footer-panel address ul {
		text-align: center;
		letter-spacing: -4px;
		font-size: 0;
		line-height: 0;
	}

	.footer-panel address li {
		float: none;
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
		font-size: 13px;
		line-height: 16px;
	}

	.socialnetworks {
		padding: 0;
	}

	.logo-footer {
		width: 202px;
		float: none;
		margin: 0 auto 15px;
	}

	.footer-nav li {
		line-height: 18px;
	}
}

@media (max-width: 479px) {
	.banner {
		height:330px;
	}

	.banner .text-banner {
		width: 100%;
	}

	.video-banner {
		width: 100%;
		margin-top: 20px;
	}

	.video-banner-1 {
		height:100%;
	}

	.list-img .text {
		font-size: 14px;
		padding: 5px;
	}

	.list-img .text span {
		max-height: 68px;
	}

	.block-title h1 {
		font-size: 30px;
		line-height: 32px;
	}

	.text-block .image-box {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}

	.contact-info .info-box {
		float: none;
		width: 100%;
	}

	.contact-info .box-map {
		float: none;
		width: 100%;
	}

	.box-title h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.info-block {
		display: block;
		padding: 20px 0;
	}

	.info-block .box-video {
		width: 100%;
		border-bottom: 1px solid #979797;
		border-right: none;
		padding: 0;
		margin: 0 0 23px;
	}

	.info-block .box-article {
		width: 100%;
		padding: 0;
		border: none;
	}

	.info-block .img-box {
		margin: 0 0 20px;
	}

	.article-block .block-hold {
		display: block;
	}

	.box-article {
		width: 100%;
		border-left: none;
		border-bottom: 1px solid #979797;
		padding: 18px 0;
	}

	.box-article:first-child {
		padding: 0 0 18px;
	}

	.box-article .box-title {
		margin-bottom: 0;
	}

	.article-section .box-article {
		border-bottom: none;
	}

	.article-section .img-hold {
		margin: 0 10px 0 0;
		width: 81px;
	}

	.article-section .img-hold img {
		width: 81px;
	}

	.video-section .lightbox-video:after {
		font-size: 80px;
	}

	.video-section .box-title h2 {
		font-size: 20px;
		line-height: 22px;
	}

	.video-block {
		border-top: 1px solid #979797;
		margin: 0 0 22px;
	}

	.video-block .box-hold {
		display: block;
		border-top: none;
		padding: 22px 0 0;
	}

	.video-block .box-hold .box {
		border-left: none;
		border-bottom: 1px solid #979797;
		padding: 22px 0;
	}

	.video-block .box-hold .box:first-child {
		padding: 0 0 22px;
	}

	.video-block .lightbox-video:after {
		font-size: 48px;
	}
	#nav .drop-hold li {
		text-align: center;
	}
}

