/*! 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;
}

/* 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;
}

.FieldContainerHori label {
	vertical-align:middle !important;
}

/*form, form label {
	color: #444;
}*/

/**
 * 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;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

form td {
	padding: 3px;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?rxg06t");
	src: url("../fonts/icomoon.eot?rxg06t#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?rxg06t") format("truetype"), url("../fonts/icomoon.woff?rxg06t") format("woff"), url("../fonts/icomoon.svg?rxg06t#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'IcoMoon-Free';
    src: url("../fonts/IcoMoon-Free.ttf") format('truetype');

    font-weight: normal;
    font-style: normal;
}

@font-face {
      font-family: 'fontello';
      src: url('../fonts/fontello.eot?5159021');
      src: url('../fonts/fontello.eot?5159021#iefix') format('embedded-opentype'),
           url('../fonts/fontello.woff?5159021') format('woff'),
           url('../fonts/fontello.ttf?5159021') format('truetype'),
           url('../fonts/fontello.svg?5159021#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }

[class^="icono-"]:before,
[class*=" icono-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none; /* fix buttons height, for twitter bootstrap */
	line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */
	margin-left: .2em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icono-facebook:before {
	content: "\e800";
}

/* '' */

.icono-twitter:before {
	content: "\e801";
}

/* '' */

.icono-youtube:before {
	content: "\e803";
}

/* '' */

.icono-instagram:before {
	content: "\e802";
}

[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-plus:before {
	content: "\e913";
}

.icon-cross:before {
	content: "\e914";
}

.icon-arrow:before {
	content: "\e900";
}

.icon-capitall-hall:before,
.icon-dc:before {
	content: "\e901";
}

.icon-envelopes:before,
.icon-mail:before {
	content: "\e902";
}

.icon-flag:before {
	content: "\e903";

}

.icon-ico1:before {
	content: "\e9b4";
	font-family: "icomoon-free" !important;
}

.icon-ico2:before {
	content: "\e9ca";
	font-family: "icomoon-free" !important;
}

.icon-ico3:before {
	content: "\e998";
	font-family: "icomoon-free" !important;
}

.icon-ico4:before {
	content: "\e903";
	font-family: "icomoon-free" !important;
}

.icon-ico5:before {
	content: "\e91f";
	font-family: "icomoon-free" !important;
}

.icon-ico6:before {
	content: "\e921";
	font-family: "icomoon-free" !important;
}

.icon-ico7:before {
	content: "\e902";
	font-family: "icomoon-free" !important;
}

.icon-ico8:before {
	content: "\e9a4";
	font-family: "icomoon-free" !important;
}

.icon-ico9:before {
	content: "\e90c";
}

.icon-links:before {
	content: "\e90d";
}

.icon-more:before {
	content: "\e90e";
}

.icon-people:before {
	content: "\e90f";
}

.icon-play:before {
	content: "\e910";
}

.icon-search:before {
	content: "\e911";
}

.icon-twitter:before {
	content: "\e912";
}

@font-face {
  font-family: 'icomoon2';
  src:  url('../fonts/icomoon2.eot?gr4n9c');
  src:  url('../fonts/icomoon2.eot?gr4n9c#iefix') format('embedded-opentype'),
    url('../fonts/icomoon2.ttf?gr4n9c') format('truetype'),
    url('../fonts/icomoon2.woff?gr4n9c') format('woff'),
    url('../fonts/icomoon2.svg?gr4n9c#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icono-truth-circle:before {
  content: "\e980";
  font-family: icomoon2 !important;
}
.icono-rumble-circle:before {
  content: "\e981";
  font-family: icomoon2 !important;
}
.icono-rumble:before {
  content: "\e982";
  font-family: icomoon2 !important;
}
.icono-truth:before {
  content: "\e983";
  font-family: icomoon2 !important;
}
.icono-parler-round:before {
  content: "\e984";
  font-family: icomoon2 !important;
}
.icono-parler:before {
  content: "\e985";
  font-family: icomoon2 !important;
}
.icono-threads-circle:before {
  content: "\e918";
  font-family: icomoon2 !important;
}
.icono-x-circle:before {
  content: "\e919";
  font-family: icomoon2 !important;
}
.icono-x:before {
  content: "\e900";
  font-family: icomoon2 !important;
}
.icono-threads:before {
  content: "\e901";
  font-family: icomoon2 !important;
}

/* @font-face kit by Fonts2u (http://www.fonts2u.com) */

@font-face {
	font-family: "Socialico";
	src:url("../fonts/Socialico.eot") format("embedded-opentype"), 
		url("../fonts/Socialico.woff") format("woff"), 
		url("../fonts/Socialico.ttf") format("truetype"), 
		url("../fonts/Socialico.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

#live {
  background: #E62323;
  color: #ffffff;
}
#live .live-holder {
  max-width: 1210px;
  padding: 20px;
  margin: 0 auto;
  text-transform: uppercase;
  text-align:center;
}
#live a {
  color: #fff;
  text-decoration: underline;
}

#live a:hover {
  color:#fff;
  text-decoration: none;
}

#live p, #live a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: center;
  font: 700 1.5rem/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif
}


/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.gallery-box {
	position: relative;
}

.gallery-box:before {
	position: absolute;
	height: 100%;
	z-index: -1;
	top: 100%;
	left: 0;
	right: 0;
	content: "";
	background: #f7f8f9;
}

.gallery-box:after {
	position: absolute;
	height: 40px;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #f7f8f9;
}

.box {
	margin: 0 30px;
	padding: 0 6.4%;
}

.jcf-scrollable-wrapper {
	margin: 0 0 86px;
	width: 100% !important;
}

.jcf-scrollable-wrapper:before {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	height: 1px;
	background: #eee;
	content: "";
}

.jcf-scrollbar-vertical {
	width: 0 !important;
	height: 0 !important;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	width: 0 !important;
	height: 0 !important;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	width: 0 !important;
	height: 0 !important;
}

.jcf-scrollbar .jcf-scrollbar-horizontal {
	width: 370px !important;
}

.jcf-scrollbar-horizontal {
	background: transparent !important;
	bottom: -65px !important;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	width: 370px !important;
	height: 14px;
	border-radius: 14px;
	background: #f1f1f1;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .15) inset;
	position: relative;
	z-index: 0;
}

.jcf-scrollbar-dec,
.jcf-scrollbar-inc {
	background: transparent !important;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	width: 49px !important;
	height: 14px;
	border-radius: 14px;
	background: #fff;
	z-index: 10;
	cursor: pointer;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle:hover:before {
	color: #42a5f6;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle:before {
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	content: "\e90e";
	position: absolute;
	top: -1px;
	left: 0;
	width: 49px;
	height: 14px;
	font: 16px/1 "icomoon";
	color: #d8d8d8;
}

.jcf-scrollable {
	width: 100% !important;
	text-align: center;
	min-height:350px;
}

.jcf-scrollable ul {
	white-space: nowrap;
	width: 100%;
}

.jcf-scrollable .slide {
	font: 500 14px/1.2 "Raleway","Arial", "Helvetica Neue", "Helvetica", sans-serif;
	width: 24%;
	padding: 0 0 0 24px;
	display: inline-block;
	vertical-align: top;
	word-spacing: -.36em;
	text-align: left;
	color: #222;
}

.jcf-scrollable .slide:first-of-type {
	padding: 0;
}

.jcf-scrollable .slide img {
	width: 100%;
	height: auto;
	display: block;
}

.jcf-scrollable .container {
	position: relative;
}

.jcf-scrollable .container:before {
	-webkit-transition: opacity .2s ease, visibility .2s ease;
	transition: opacity .2s ease, visibility .2s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0, 0, 0, .58);
	opacity: 0;
	visibility: hidden;
}

.jcf-scrollable .container:hover:before {
	opacity: 1;
	visibility: visible;
}

.jcf-scrollable .container:hover .icon-search,
.jcf-scrollable .container:hover .icon-links {
	opacity: 1;
	visibility: visible;
}

.jcf-scrollable .figure {
	margin: 0;
}

.jcf-scrollable figcaption {
	letter-spacing: 1px;
	word-spacing: 0;
	padding: 22px 0;
	display: block;
	white-space:normal;
}

.jcf-scrollable .icon-search,
.jcf-scrollable .icon-links {
	-webkit-transition: opacity .2s ease, visibility .2s ease;
	transition: opacity .2s ease, visibility .2s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	background: #e62323;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	margin: -19px 0 0 -45px;
	z-index: 0;
}

.jcf-scrollable .icon-search:before,
.jcf-scrollable .icon-links:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "\e911";
	font: 20px/1 "icomoon";
	margin: -9px 0 0 -9px;
}

.jcf-scrollable .icon-search:after,
.jcf-scrollable .icon-links:after {
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border-radius: 50%;
	content: "";
	background-color: rgba(255, 255, 255, .2);
	z-index: -1;
	opacity: 0;
}

.jcf-scrollable .icon-search:hover,
.jcf-scrollable .icon-links:hover {
	color: #fff;
}

.jcf-scrollable .icon-search:hover:after,
.jcf-scrollable .icon-links:hover:after {
	opacity: 1;
}

.jcf-scrollable .icon-links {
	background: #fff;
	color: #000;
	margin: -19px 0 0 0;
}

.jcf-scrollable .icon-links:before {
	content: "\e90d";
	font: 18px/1 "icomoon";
	margin: -9px 0 0 -9px;
}

.jcf-scrollable .icon-links span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.jcf-scrollable .icon-links:hover {
	color: #000;
}

/*! 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/2015/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/2015/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/2015/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: visible;
}

.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/2015/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!*/

.jcf-scrollable ul,
.drop,
.drop > li .slide ul,
.social-networks,
.social-links,
.item-list,
.slideshow-news .pagination,
.data-list,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.holder:after,
.menu-opener:after,
.social-networks:after,
.four-columns:after,
.item-list:after,
.slideshow-container:after,
.slideshow-news .pagination:after,
.slideshow-story .navigation:after,
.vointing:after,
.data-list:after,
.data-list li:after,
.offices:after,
.footer-nav:after {
	content: "";
	display: block;
	clear: both;
}

input[type="reset"], input[type="submit"],
.default-button,
#nav .default-button {
	-webkit-transition: background-color .1s ease, color .1s ease, border-color .1s ease;
	transition: background-color .1s ease, color .1s ease, border-color .1s ease;
	font: 800 11px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background-color: #42a5f6;
	color: #fff;
	border-style: solid;
	border-width: 0 0 2px 0;
	letter-spacing: 2px;
	border-radius: 3px !important;
	text-transform: uppercase;
	padding: 19px 10px 16px;
	text-align: center;
	min-width: 174px;
	display: inline-block;
	vertical-align: middle;
	border-color: #3e92d7;
}

input[type="reset"]:hover, input[type="submit"]:hover,
.default-button:hover,
#nav .default-button:hover {
	color: #fff;
	background-color: #cccccc;
	border-color: transparent;
}

.menu-opener:before,
.menu-opener:after,
.menu-opener span,
.footer-nav li {
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.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: #999;
	background: #fff;
	font: 16px / 1.5 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #000;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font: 300 35px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	letter-spacing: 2px;
}

h2:before,
.h2:before {
	position: absolute;
	bottom: -24px;
	left: 50%;
	content: "";
	width: 40px;
	height: 3px;
	background-color: #e62323;
	margin: 0 0 0 -23px;
}

h2 b,
.h2 b {
	font: 500 35px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h3,
.h3 {
	font: 600 15px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1px;
	position: relative;
	margin: 0 0 33px;
}

h3:before,
.h3:before {
	position: absolute;
	bottom: -6px;
	left: 50%;
	content: "";
	width: 40px;
	height: 1px;
	background-color: #e62323;
	margin: 0 0 0 -19px;
}

h2.middleheadline:before,
h3.middleheadline:before,
.sidebox h3:before {
	content:none;
}


h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	color: #e62323;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #ff4141;
}

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;
	/*font: 900 11px/22px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;*/
	font-size: 14px;
	font-family:arial;
	border-style: solid;
	border-width: 2px;
	border-color: #999;
	padding: 11px 15px 11px;
	background-color: rgba(247, 248, 249, .7);
	outline: none;
	color: #000;
	height: 52px;
	min-width:80px;
}
textarea {
	min-height:150px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #42a5f6;
}

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: #000;
	font: 900 11px/24px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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: #000;
	font: 900 11px/24px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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: #000;
	font: 900 11px/24px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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: #000;
	font: 900 11px/24px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #000;
	font: 900 11px/24px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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;
	outline: none;
}

input[type="submit"] {
	border-radius: 3px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#wrapper {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.holder {
	max-width: 1740px;
	padding: 0 30px;
	margin: 0 auto;
}

#header {
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #fff;
	background-color: transparent;
	z-index: 30;
}

#header .holder {
	position: relative;
	max-width: 1323px;
	margin: 0 auto;
	padding: 0 77px 0 4px;
	height: 126px;
}

#header.fixed-position {
	background-color: #e9e9e9;
	position: fixed;
}

#header.fixed-position .logo .white {
	display: none;
}

#header.fixed-position .logo .primary {
	display: block;
}

#header.fixed-position .slogan-holder {
	color: #2a2a2a;
}

#header.fixed-position .drop > li {
	color: #2a2a2a;
}

#header.fixed-position .drop > li:hover {
	color: #fff;
}

#header.fixed-position .drop > li.active a {
	color: #2a2a2a;
}

#header.fixed-position .drop > li.active a:hover {
	background: transparent;
}

#header.fixed-position .drop > li > a {
	padding: 56px 5px 56px;
}

#header.fixed-position .social-networks a {
	color: #2a2a2a;
}

#header.fixed-position .social-networks a:hover {
	color: #42a5f6;
}

#header.fixed-position .search-form .icon-search {
	color: #2a2a2a;
}

#header.fixed-position .search-form .icon-search:hover {
	color: #42a5f6;
}

.logo {
	-webkit-transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	float: left;
	padding: 7px 0 0;
}

.logo img {
	margin: 5px 0;
}

.logo a {
	float: left;
}

.slogan-holder {
	font: 500 34px/1 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	float: left;
	margin: 30px 0 0 6px;
	letter-spacing: -1px;
	max-width: 250px;
	color: #fff;
	text-align: left;
}

.slogan-holder:hover {
	color: #fff;
}

.slogan {
	font: 500 14px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 5px 0 0 0;
	display: block;
	letter-spacing: 0;
}

#nav {
	float: right;
	position: relative;
	padding: 0 195px 0 0;
	max-width: 940px !important;
}

#nav .default-button {
	font: 800 12px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: absolute;
	right: 0;
	top: 0;
	margin: 49px 0 0 3px;
	min-width: 141px;
	padding: 13px 12px 11px;
}



.drop {
	display: table;
	width: 100%;
	font: 700 18px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.drop > li {
	display: table-cell;
	position: relative;
	color: #fff;
}

.drop > li.active {
	background-color: transparent;
}

.drop > li.active a {
	color: #fff;
}

.drop > li.active a:hover {
	background: transparent;
}

.drop > li.active a:before {
	opacity: 1;
	visibility: visible;
}

.drop > li.li-opened a.opener:before {
	content: "\e914";
}

.drop > li > a {
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	color: inherit;
	display: block;
	text-align: center;
	padding: 50px 5px 12px;
	position: relative;
	letter-spacing: 1px;
}

.drop > li > a:before {
	-webkit-transition: background-color .2s ease, opacity .2s ease, visibility .2s ease;
	transition: background-color .2s ease, opacity .2s ease, visibility .2s ease;
	position: absolute;
	top: 41px;
	left: 50%;
	margin: 0 0 0 -26px;
	width: 52px;
	content: "";
	background-color: #e62323;
	height: 3px;
	opacity: 0;
	visibility: hidden;
}

.drop > li:last-of-type .slide {
	left: auto;
	right: 0;
}

.drop > li .slide {
	padding: 21px 15px 21px 21px;
	-webkit-transition: visibility .2s ease;
	transition: visibility .2s ease;
	position: relative;
}

.drop > li .slide ul {
	overflow: hidden;
	padding: 15px 0 0 15px;
}

.drop > li .slide ul li {
	padding: 0 0 18px;
	font-size: 14px;
}

.drop > li .slide ul li:last-of-type {
	padding: 0;
}

.drop > li .slide ul li.active a {
	color: #e62323;
}

.drop > li .slide ul a {
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	color: #fff;
}

.drop > li .slide ul a:hover {
	color: #e62323;
}

.search-form {
	position: absolute;
	top: 7px;
	right: 0;
	width: 25px;
	min-height: 27px;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	-webkit-transition: z-index .2s ease, visibility .2s ease, min-height .2s ease;
	transition: z-index .2s ease, visibility .2s ease, min-height .2s ease;
	color: #fff;
	line-height: 1.4;
}

.search-opener {
	border: none;
	background: transparent;
}

.search-form input[type="search"],
.search-form input[type="text"] {
	font: 900 10px/29px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	overflow: hidden;
	height: 29px;
	color: transparent;
	border: none;
	padding: 2px 6px 2px 8px;
	outline: none;
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	margin: 0 5px 0 0;
	z-index: 2;
}

.search-form input[type="search"]:focus,
.search-form input[type="text"]:focus {
	width: 111px;
	border-color: #3e92d7;
	background-color: #42a5f6;
	color: #fff;
}

.search-form input[type="text"]:focus {
	right: 100%;
}

.search-form .icon-search {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	cursor: pointer;
	color: #fff;
	float: left;
	border: 0;
	background: transparent;
	outline: none;
	width: 25px;
	height: 27px;
	text-align: center;
	padding: 0;
	position: relative;
	font: 18px/1 "icomoon";
	width: 18px;
	z-index: 1;
	height: 18px;
}

.search-form .icon-search:before {
	position: absolute;
	top: 5px;
	left: 50%;
	margin: 0 0 0 -10px;
	content: "\e911";
	font: 18px/1 "icomoon";
	color: inherit;
}

.search-form .icon-search:hover {
	color: #42a5f6;
}

.menu-opener {
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	background: #42a5f6;
	position: absolute;
	top: 32px;
	right: 30px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	border-radius: 2px;
	z-index: 100;
}

.menu-opener:before,
.menu-opener:after,
.menu-opener span {
	background: #fff;
	border-radius: 1px;
	position: absolute;
	top: 20px;
	left: 5px;
	height: 4px;
	width: 30px;
	margin-top: -2px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.menu-opener:before,
.menu-opener:after {
	content: "";
	top: 12px;
}

.menu-opener:after {
	top: 28px;
}

.menu-opener:hover {
	opacity: .8;
}

.menu-active #header {
	background-color: rgba(233, 233, 233, .9);
}

.image-holder {
	width: 151px;
	height: 151px;
	float: left;
}

.image-holder img {
	width: 100%;
	height: auto;
	display: block;
}

.social-networks {
	position: absolute;
	top: 6px;
	right: 100px;
	font: 24px/32px "Fontello";
}

.social-networks li {
	float: left;
	margin: 0 0 0 11px;
}

.social-networks a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.social-networks a:hover {
	color: #42a5f6;
}

#nav .social-networks i.icono-truth {
	font-size: 1.28rem;
}

.banner {
	min-height:400px;
	width:100% !important;
}

body.int {
	color:#333;
	font: 400 20px/1.8 "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
}

.int #main .container {
	max-width: 1240px;
	margin:0 auto;
	padding:0px 30px;
	background: #ffffff;
}

.twocolumns {
	width:100%;
	margin: 0px;
}

.twocolumns h2:before {
    left: 0;
    bottom: -15px;
    margin: 0;
}

.int-content {
    float: left;
    width: 75%;
    padding: 30px 20px 50px 0px;
    background: #ffffff;
}

.int-content h1 {
	font: 300 35px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
    letter-spacing: 2px;
}

.int-content h1:before {
	position: absolute;
    bottom: -14px;
    left: 25px;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #e62323;
    margin: 0 0 0 -23px;
}

.int-content h3 {
	font-size: 25px;
}

.int-content ul {
	padding-left:40px;
}

.buffer {
	padding:15px 0;
}

.wyr-issues {
	display: none;
}

#TB_iframeContent {
	background: #fff;
}

.aside {
    background: #f5f5f5;
    padding: 30px 0 40px;
    width: 25%;
    float: right;
    min-height: 100%;
}

.int-content ul.UnorderedNewsList {
    padding-left: 0px;
}

a.middleheadline.newstitle {
	font-size: 18px;
}

.sidebox .box {
	padding: 0px 10px;
	margin: 0 0;
}

.sidebox {
	margin-bottom: 10px;
}

.sidebox h3, .sidebox .h3, .sidebox h2 {
	font: 600 22px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 10px 0;
	letter-spacing: 0px;
}

.sidebox li {
	font: 500 14px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 0px;
    list-style:none;
}

.sidebox li a {
	color: #555;
	padding: 10px 0 10px 15px;
	display:block;
}

.sidebox li a:hover {
	background-color: #42a5f6;
	color: #fff;
}

.tweet-feed {
	margin:40px 0px;
}

.twitter-area {
	margin: 20px 0px;
}

.twitter-area .hold {
	border-bottom: 1px solid #000;
	border-width:70%;
	margin: 10px 0px;
}

.twitter-area .tweet {
    font: 400 14px/1.5 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #999;
    letter-spacing: 0px;
    margin: 0 0;
}

.twitter-area .title {
	text-transform:none;
	letter-spacing: 0px;
	margin: 7px 0px;
}

.twitter-area ul {
    font-size: 16px;
    line-height: 16px;
    margin: 0px auto;
    padding-bottom: 10px;
    text-align: center;
    list-style: none;
}

.twitter-area ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.twitter-area ul li a {
	padding: 10px 0;
	color: #000;
}

.twitter-area ul li a:hover {
	background-color: #f5f5f5;
	color: #999;
}

.int-content, .aside {
    z-index: -1000;
    padding-bottom: 99999px;
    margin-bottom: -99999px;
}

input.nicedropbtn[type="submit"] {
	min-width: auto;
	text-shadow:none;
	margin-top:-5px;
	padding: 8px;
}


.news-piece {
	margin: 20px 0px;
	font: 500 15px/1.8 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.news-piece li {
	padding-bottom: 10px;
}

.news-piece a:hover {
	text-decoration: underline;
}

.news-piece h3 {
	text-align:center;

}

.news-piece h4 {
	color: #e62323;
}

.letter-box .icon-home:before {
	content: "\e904";
	font: 55px/1 "icomoon-free";
	position:relative;
	top: 15px;
	padding: 0 13px 0 0;
}

.letter-box a {
	background-color: #42a5f6;
    color: #fff;
    font: 500 22px/1.4 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 0 20px 25px 20px;
    display:block;
    border-color: #3e92d7;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-radius: 5px;
}

.letter-box a:hover {
	text-decoration:none;
	color: #fff;
	background-color: #ccc;
	border-color: #ccc;
}

.listing .date {
	color: #444;
	font-weight: bold;
	letter-spacing: 0px;
	display: inline;
}

.listing .more-link {
	font-weight: bold;
	color: #42a5f6;
}
.newssearch input[type="submit"] {
	text-transform:none;
	min-width: auto;
	padding:20px 0;
}

.visual .holder {
	position: relative;
	min-height: 1020px;
}

.description {
	-webkit-transition: top .1s ease, left .1s ease, padding .1s ease;
	transition: top .1s ease, left .1s ease, padding .1s ease;
	position: absolute;
	top: 24.3%;
	left: 6.6%;
	padding: 10%;
	z-index: 3;
	max-width: 1000px;
}

.description:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	background-image: -webkit-radial-gradient(center, ellipse closest-corner, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, .4) 30%, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .05) 65%, transparent 70%, transparent 100%);
	background-image: radial-gradient(ellipse closest-corner at center, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, .4) 30%, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .05) 65%, transparent 70%, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	z-index: -1;
}

.description h1 {
	font: 400 95px/1 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	margin: 0 0 7px;
	letter-spacing: 2px;
}

.text {
	font: 600 48px/1 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	color: #fff;
	margin: 0 0 45px;
}

.text span {
	font: 30px/1 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	display: block;
	margin: 8px 0 0;
}

.item {
	text-align: center;
	padding: 83px 0 89px;
}

.item h2 {
	margin: 0 0 94px;
}

.title {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	font: 600 12px/1 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1px;
}

.four-columns {
	padding: 118px 15px 28px;
}

.column {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 20px;
}

.column h3 a {
	color: #35373e;
	position: relative;
}

.column h3 a:hover {
	color: #35373e;
}

.column h3 a:hover span {
	color: #e62323;
	border: 1px solid transparent;
}

.column h3 a:hover span:after {
	border-color: #e62323;
	border-width: 3px;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
}

.column h3 a:before {
	position: absolute;
	top: -70px;
	height: 70px;
	left: 50%;
	content: "";
	width: 102px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.icon-envelopes,
.icon-people,
.icon-capitall-hall,
.icon-flag {
	color: #e62323;
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	top: -116px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 1px solid #ebebeb;
	text-align: center;
	margin: 0 0 28px;
}

.icon-envelopes:after,
.icon-people:after,
.icon-capitall-hall:after,
.icon-flag:after {
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
	border-style: solid;
	border-width: 6px;
	border-color: #f7f7f7;
	top: -7px;
	left: -7px;
	right: -7px;
	bottom: -7px;
	content: "";
	position: absolute;
	border-radius: 50%;
}

.icon-envelopes:before,
.icon-people:before,
.icon-capitall-hall:before,
.icon-flag:before {
	margin: -26px 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(33%, -21%);
	-ms-transform: translate(33%, -21%);
	transform: translate(33%, -21%);
}

.icon-envelopes {
	font: 56px/100px "icomoon";
}

.icon-envelopes:before {
	-webkit-transform: translate(28%, -23%);
	-ms-transform: translate(28%, -23%);
	transform: translate(28%, -23%);
	font: 56px/100px "icomoon";
}

.icon-people {
	font: 51px/100px "icomoon";
}

.icon-people:before {
	font: 51px/100px "icomoon";
	-webkit-transform: translate(33%, -21%);
	-ms-transform: translate(33%, -21%);
	transform: translate(33%, -21%);
}

.icon-capitall-hall {
	font: 41px/100px "icomoon";
}

.icon-capitall-hall:before {
	font: 41px/100px "icomoon";
	-webkit-transform: translate(55%, -26%);
	-ms-transform: translate(55%, -26%);
	transform: translate(55%, -26%);
}

.icon-flag {
	font: 50px/100px "icomoon";
}

.icon-flag:before {
	font: 50px/100px "icomoon";
	-webkit-transform: translate(40%, -23%);
	-ms-transform: translate(40%, -23%);
	transform: translate(40%, -23%);
}

.connect {
	font: 400 18px/1.5 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	background-size: cover;
	min-height: 268px;
	position: relative;
	text-align: center;
	z-index: 0;
	clear:both;
	color: #fff;
	padding: 35px 0 27px;
}

.connect a {
	color: #42a5f6;
}

.connect:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(230, 35, 35, .9);
	content: "";
	z-index: -1;
}

.connect h2 {
	color: #fff;
	margin: 0 0 31px;
	text-align: left;
}

.connect h2:before {
	background-color: #fff;
	bottom: -15px;
	left: 0;
	margin: 0;
}

.connect .social-links {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 10px;
}

.connect .social-links li { 
	display: block;
	background-color: #ffffff;
	width: 60px;
	height:  60px;
	border-radius: 50%;
	margin: 0 17px;
}

.connect .social-links li:hover {
	opacity: 0.6;
}

.connect .social-links li a { 
	display: flex;
	justify-content: center;
    align-items: center;
	color: #D71F22;
	width: 100%;
    height: 100%;
}

.connect .social-links li a i:before {
	margin: 3px 0 0;
	font-size: 2rem;
	width: 100%;
}

.form-holder {
	display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
}

.form-holder p {
	margin: 0 0 29px;
	text-align: left;
}

.social-links {
	margin: 0;
	padding: 0;
	vertical-align:middle;
	display:inline-block;
	text-align: center;
}

.social-links li {
	display: inline-block;
	list-style: none;
}

/*.social-links li a {
	display: block;
	width: 125px;
	height: 115px;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/sprite1.png) no-repeat;
	background-size: 550px 294px;
}

.social-links li a.facebook {
	background-position: -18px -11px;
}

.social-links li a.twitter {
	background-position: -152px -11px;
}

.social-links li a.youtube {
	background-position: -285px -11px;
}

.social-links li a.instagram {
	background-position: -417px -11px;
}

.social-links li a:hover {
	border: 0;
	border-radius: 0;
	opacity: .6;
}*/

.contact-form input[type="email"],
.contact-form input[type="text"] {
	font: 900 11px/24px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	border-radius: 5px;
	width: 473px;
	height: 49px;
	margin: 0 29px 0 0;
	float: left;
}

.contact-form input[type="email"]:focus,
.contact-form input[type="text"]:focus {
	border-color: #42a5f6;
}

.contact-form input[type="submit"] {
	min-width: 129px;
	float: left;
	height: 49px;
}

.stats {
	background-color: #d8d8d8;
	padding: 30px 0;
	text-align:center;
}

.stats .holder {
	max-width: 1260px;
	padding: 0 10px;
}

.stats h2 {
	margin: 0 0 45px;
}

.stats-container .stat-hold {
    width: 25%;
    float: left;
    padding: 15px 5px 15px;
    display: table;
    text-align: left;
    font: 500 35px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.stats-container .icon-holder {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 13px 0 0 0;
    position: relative;
    top: 5px;
    background-color: #e82319;
    height: 60px;
    width: 60px;
    border-radius: 100%;
}

.stats-container .icon-holder .icon-mail {
	font-size: 33px;
}

.stats-container .stat-name {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    display: table-cell;
    vertical-align: top;
    font-weight: bold;
    padding: 0 0 0 10px;
}

.stats-container .stat {
    font-size: 40px;
    line-height: 42px;
    color: #000;
    font-weight: 400;
    display: block;
}

.issues {
	padding: 111px 0 125px;
	background-color: #f7f8f9;
	box-shadow: 0 -3px 6px rgba(0, 0, 0, .1) inset;
	text-align: center;
}

.issues h2 {
	margin: 0 0 16px;
}


.issues h2 + p {
	font: 400 18px/1.2 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.item-list {
	width: 100%;
	font: 400 16px/1.2 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	padding: 48px 4.5% 38px 13.4%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.item-list li {
	width: 33.33%;
	margin: 0 0 30px;
	float: left;
	padding: 0 0 0 30px;
}

.item-list a {
	color: #777;
	max-width: 185px;
	padding: 11px 0 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.item-list a:hover {
	color: #e62323;
}

.item-list .ico {
	font: 32px/40px "icomoon";
	color: #222;
	margin: 0 20px 0 0;
	float: left;
}

.gallery-section {
	text-align: center;
	padding: 66px 0 50px;
	font: 18px/1.2 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	z-index: 0;
	background-color: #f9f9f9;
}

.gallery-section h2 {
	margin: 0 0 42px;
}

.gallery-section h2:before {
	bottom: -16px;
}

.gallery-description {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 63px;
}

.image-container {
	background-size: cover;
	background-position: 50% 0;
	float: left;
	width: 33.33%;
}

.slide-container {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding: 54px 18% 20px;
}



.slideshow-news {
	float: left;
	width: 33.33%;
	background: #243141;
	position: relative;
}

/*.slideshow-news:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 69%;
	height: 5px;
	content: "";
	background: #42a5f6;
}

.slideshow-news:after {
	background: #336b9c;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 31%;
	height: 5px;
	content: "";
}*/

.slideshow-news .mask {
	position: relative;
	overflow: hidden;
	min-height: 450px !important;
	max-width: 640px;
	margin: 0 auto;
}

.slideshow-news .mask .slideset {
	width: 99999px;
	float: left;
	overflow: hidden;
}

.slideshow-news .slide {
	text-align: center;
	color: #aeb5bf;
	margin: 0;
	max-width: 640px;
	float: left;
}

.slideshow-news .slide.active {
	z-index: 2;
}

.slideshow-news .slide h3 {
	color: #fff;
	font: 400 30px/1.5 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	margin: 0 0 44px;
}

.slideshow-news .slide h3:before {
	background-color: #42a5f6;
	left: 1px;
	bottom: -15px;
	margin: 0;
	height: 3px;
}

.slideshow-news .slide h3 b {
	font: 500 30px/1.5 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.slideshow-news .slide h4 {
	color: #e7ebf1;
	font: 600 16px/1.5 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 5px;
	letter-spacing: 1px;
}

.slideshow-news .slide h4 a {
	color: #e7ebf1;
}

.slideshow-news .slide h4 a:hover {
	color: #42a5f6;
}

.slideshow-news .slide p {
	margin: 0 0 25px;
}

.slideshow-news .slide .default-button {
	min-width: 129px;
}

.slideshow-news .pagination {
	position: absolute;
	top: 72px;
	right: 13%;
	z-index: 10;
}

.slideshow-news .pagination li {
	float: left;
	margin: 0 0 0 10px;
}

.slideshow-news .pagination li.active a {
	background-color: rgba(255, 255, 255, .7);
}

.slideshow-news .pagination a {
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .15);
	text-indent: -99999px;
	overflow: hidden;
}

.slideshow-news .pagination a:hover {
	background-color: rgba(255, 255, 255, .7);
}

.category {
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
	display: inline-block;
	vertical-align: top;
	color: #dadde1;
	font: 600 12px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-style: solid;
	border-color: #45505d;
	border-width: 2px;
	padding: 6px 19px;
	letter-spacing: 1px;
	margin: 0 0 21px;
}

.category:hover {
	border-color: #42a5f6;
	color: #dadde1;
}

.date {
	letter-spacing: 1px;
	margin: 0 0 17px;
	display: block;
}

.date a {
	color: #dadde1;
	font: 600 12px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.date a:hover {
	color: #42a5f6;
}

.slideshow-story {
	position: relative;
	float: left;
	width: 33.33%;
	background: #42a5f6;
}

.slideshow-story .mask {
	position: relative;
	overflow: hidden;
	max-width: 640px;
	margin: 0 auto;
	min-height: 450px !important;
	padding: 2rem;
}

.twitter-widget {
	display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow-story .mask .slideset {
	width: 99999px;
	float: left;
	overflow: hidden;
}

.slideshow-story .slide {
	font: 400 16px/1.7 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	color: #fff;
	float: left;
	max-width: 640px;
}

.slideshow-story .slide.active {
	z-index: 2;
}

.slideshow-story .slide p {
	margin: 0 0 0;
}

.slideshow-story .slide p a {
	color: #cfe9ff;
	text-decoration: underline;
}

.slideshow-story .slide p a:hover {
	color: #cfe9ff;
	text-decoration: none;
}

.slideshow-story .navigation {
	position: absolute;
	bottom: 96px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5;
	width: 72px;
	height: 26px;
}

.slideshow-story .navigation:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 26px;
	content: "";
	margin: 0 0 0 1px;
	background: rgba(255, 255, 255, .4);
}

.slideshow-story .btn-prev,
.slideshow-story .btn-next {
	color: rgba(255, 255, 255, .4);
	position: relative;
	width: 11px;
	height: 19px;
}

.slideshow-story .btn-prev:hover,
.slideshow-story .btn-next:hover {
	color: rgba(255, 255, 255, .9);
}

.slideshow-story .btn-prev:before,
.slideshow-story .btn-next:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\e900";
	font: bold 14px/1 "icomoon";
}

.slideshow-story .btn-prev span,
.slideshow-story .btn-next span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.slideshow-story .btn-prev {
	float: left;
	margin: 7px 0 0;
}

.slideshow-story .btn-prev:before {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	-webkit-filter: FlipH;
	filter: FlipH;
}

.slideshow-story .btn-next {
	float: right;
	margin: 7px 0 0 -11px;
}

.slide-holder {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	min-height: 353px;
	padding: 85px 21% 42px;
	margin: 0 0 84px;
	position: relative;
}

.icon-twitter {
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
	display: inline-block;
	vertical-align: top;
	color: #333;
	font: 24px/1 "icomoon";
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	position: relative;
	border-style: solid;
	border-width: 5px;
	border-color: #71bcf8;
	margin: 0 0 24px;
}

.icon-twitter:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -12px;
	content: "\e912";
}

.icon-twitter:hover {
	color: #333;
	border-color: rgba(113, 188, 248, .8);
}

.icon-twitter span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.time a {
	color: #cfe9ff;
	text-decoration: underline;
}

.time a:hover {
	text-decoration: none;
}

.vointing {
	white-space: nowrap;
	width: 100%;
}

.records {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	white-space: normal;
	padding: 119px 83px 88px 30px;
	position: relative;
}

.blazon {
	position: absolute;
	top: 0;
	bottom: 10px;
	left: 0;
	z-index: -1;
	margin: 0 0 0 -264px;
	opacity: .05;
	height: 100%;
	max-width: 300%;
}

.history {
	float: right;
	width: 90%;
}

.history h2 {
	margin: 0 0 54px;
	text-align: left;
}

.history h2:before {
	margin: 0;
	left: 0;
	bottom: -14px;
}

.history .title {
	width: 100%;
	text-align: left;
}

.history .default-button {
	min-width: 129px;
	margin: 6px 0 0 0;
	float: right;
}

.data-list {
	width: 100%;
	color: #3a3a3a;
	font: 400 20px/1.2 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.data-list li {
	border-style: solid;
	border-color: #39b54a;
	border-width: 2px;
	margin: 0 0 25px;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	padding: 0 10px 0 0;
	position: relative;
	width: 100%;
}

.data-list li .data-holder {
	float: left;
	min-width: 266px;
}

.data-list li span {
	float: left;
	padding: 13px 5px 9px 19px;
}

.data-list li span.voice {
	background: #39b54a;
	color: #fff;
	font: 700 24px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 5px;
	letter-spacing: 0;
	max-width: 83px;
	min-height: 47px;
	width: 33.33%;
}

.data-list li span.year {
	max-width: 95px;
	width: 33.33%;
	padding: 13px 5px 9px 20px;
}

.data-list li span.number {
	max-width: 118px;
	width: 33.33%;
	padding: 13px 5px 9px 26px;
}

.data-list li span.act {
	float: none;
	overflow: hidden;
	padding: 13px 10px 9px 52px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	max-width: 450px;
	white-space: nowrap;
}

.data-list li.no {
	border-color: #e62323;
}

.data-list li.no .voice {
	background: #e62323;
}

.video-holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	width: 50%;
	position: relative;
	min-height: 770px;
}

.video-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100% !important;
	z-index: 1;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 20px 0 0 -181px;
	color: #fff;
	text-align: center;
	display: block;
	font: 500 32px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1px;
	z-index: 5;
}

.play-button:hover {
	color: #fff;
}

.play-button:hover:before {
	color: #e62323;
}

.play-button:before {
	display: block;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	position: absolute;
	top: -73px;
	left: 50%;
	font: 65px/1 "icomoon";
	content: "\e910";
	margin: 0 0 0 -33px;
	border-radius: 50%;
	width: 65px;
	height: 65px;
}

.offices {
	background: #d8d8d8;
	color: #222;
}

.offices h2 {
	margin: 0 0 44px;
	max-width: 60%;
}

.offices h2:before {
	left: 0;
	margin: 0;
	bottom: -13px;
}

.offices h3 {
	font: 700 17px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #e62323;
	margin: 0 0 8px;
}

.offices h3:before {
	display: none;
}

.offices .holder {
	max-width: 1240px;
	position: relative;
	padding: 62px 30px;
}

.address-box {
	font: 400 16px/1.2 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	float: left;
	width: 60%;
}

.address-box.first {
	margin-bottom: 10px;
}

.map-holder {
	width: 40%;
	position: absolute;
	top: 50px;
	right: 0px;
	bottom: 0;
	background-size: cover;
}

.address-holder {
	-webkit-transition: padding .2s ease;
	transition: padding .2s ease;
	float: left;
	padding: 0 0 0 .5%;
	width: 25%;
}

.address-holder:first-of-type {
	padding: 0;
}

.address {
	font-style: normal;
}

.address dl {
	margin: 8px 0 0;
}

.address dt {
	float: left;
	margin: 0 4px 0 0;
	color: #e62323;
}

.address dd {
	margin: 0 0 10px;
}

.address a {
	color: #222;
}

.address a:hover {
	color: #e62323;
}

.int #footer, .int .offices {position:relative;}

#footer {
	background: #243141;
	text-align: center;
	padding: 41px 0 23px;
}

#footer .social-links {
	float: right;
	display: flex;
	margin: 0;
}

#footer .social-links li { 
	display: block;
	background-color: #D8D8D8;
	width: 42px;
	height:  42px;
	border-radius: 50%;
	margin: 0 4px;
}

#footer .social-links li:hover {
	background-color: #368CD4;
}

#footer .social-links li a { 
	display: flex;
	justify-content: center;
    align-items: center;
	color: #243141;
	width: 100%;
    height: 100%;
}

#footer .social-links li a i:before {
	margin: 3px 0 0;
    font-size: 1.25rem;
    width: 100%;
}

/*#footer .social-links li a {
	display: block;
	width: 54px;
	height: 55px;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/sprite1.png) no-repeat;
	background-size: 220px 117px;
	opacity: .8;
}

#footer .social-links li a.facebook {
	background-position: -5px 0px;
}

#footer .social-links li a.twitter {
	background-position: -56px 0px;
}

#footer .social-links li a.youtube {
	background-position: -108px 0px;
}

#footer .social-links li a.instagram {
	background-position: -160px 0px;
}

#footer .social-links li a.facebook:hover {
	background-position: -5px -60px;
}

#footer .social-links li a.twitter:hover {
	background-position: -56px -60px;
}

#footer .social-links li a.youtube:hover {
	background-position: -108px -60px;
}

#footer .social-links li a.instagram:hover {
	background-position: -160px -60px;
}

#footer .social-links li {
	float: left;
	margin: 0 0 0 5px;
}*/

#footer .holder {
	max-width: 1240px;
}

.footer-nav {
	float: left;
	font: 700 14px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1px;
	max-width: 730px;
	margin: 0 0 0 -20px;
}

.footer-nav li {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	margin: 0 20px 20px 21px;
}

.footer-nav li.active,
.footer-nav li:hover {
	color: #42a5f6;
}

.footer-nav li a {
	color: inherit;
}

@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/2015/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/2015/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 1024px) {
	#header.fixed-position .slide {
		top: 127px;
	}

	.drop > li:hover {
		position: relative;
		background-color: rgba(66, 165, 246, .9);
	}

	.drop > li:hover .slide {
		max-height: 1000px;
		visibility: visible;
		opacity: 1;
	}

	.drop > li .slide {
		max-height: 0;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 83px;
		left: 0;
		background-color: rgba(66, 165, 246, .9);
		width: 280px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1678px) {
	.box {
		padding: 0;
	}

	#header .holder {
		padding: 0 10px;
	}
}

@media (max-width: 1440px) {
	#header .holder {
		height: 102px;
	}

	#header.fixed-position .drop > li > a {
		padding: 50px 6px 39px;
	}

	#header.fixed-position .slide {
		margin: -19px 0 0;
	}

	.logo img {
		max-width: 275px;
    width: 100%;
	}

	.slogan-holder {
		font: 400 28px/1 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		top: 28px;
		left: 78px;
		margin: 25px 0 0 6px;
	}

	.slogan {
		font: 800 12px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 3px 0 0 17px;
	}

	.drop {
		font: 700 16px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.drop > li > a {
		padding: 50px 6px 17px;
	}

	.drop > li > a:before {
		margin: 0 0 0 -21px;
		width: 42px;
	}

	.drop > li .slide {
		top: 86px;
	}

	.visual .holder {
		min-height: 620px;
	}

	.description {
		padding: 10% 5%;
	}

	.description h1 {
		font: 400 75px/1 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.text {
		font: 600 40px/1 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.text span {
		font: 25px/1 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	.item-list {
		padding: 60px 7% 33px;
	}

	.item-list li {
		padding: 0 0 0 80px;
	}

	.slide-container {
		padding: 54px 9% 20px;
	}

	.slide-holder {
		padding: 85px 9%;
	}

	.history {
		width: 100%;
	}

	.address-box {
		width: 65%;
	}

	.map-holder {
		width: 35%;
	}

	.address-holder {
		padding: 0 0 0 2.5%;
	}
}

@media (max-width: 1320px) {

	.social-links {
		margin:21px 0 32px;
	}
}

@media (max-width: 1200px) {
	.drop > li:nth-of-type(6) .slide {
		left: auto;
		right: 0;
	}
}

@media (max-width: 1125px) {
	.map-holder {background-size: contain !important;
	}

}

@media (max-width: 1023px) {
	.gallery-box {
		padding: 17px 0 0;
	}

	.gallery-box:after {
		height: 59px;
	}

	.jcf-scrollable-wrapper:before {
		bottom: -7px;
	}

	.jcf-scrollable-wrapper {
		margin: 0;
	}

	.jcf-scrollbar-horizontal {
		bottom: -68px !important;
	}

	.jcf-scrollable .slide {
		width: 48.5%;
		padding: 0 0 0 24px;
	}

	.jcf-scrollable figcaption {
		padding: 26px 0;
	}

	.test {
		padding: 0 20px;
	}

	#header .holder {
		height: 126px;
	}

	#header.fixed-position .drop > li:hover {
		color: #42a5f6;
	}

	#header.fixed-position .drop > li > a {
		padding: 0 51px 0 0;
	}

	#header.fixed-position .slide {
		top: 0;
		margin: 0;
	}

	.logo {
		position: absolute;
		top: 4px;
		left: 30px;
		z-index: 100;
		padding: 0;
		float: none;
		margin: 0;
	}

	.slogan-holder {
		font: 400 34px/1 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		position: absolute;
		top: 29px;
		left: 73px;
		z-index: 100;
		margin: 0;
		width: 350px;
		float: none;
	}

	.slogan {
		font: 800 14px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		position: absolute;
		top: 36px;
		left: 2px;
		z-index: 100;
	}

	.nav-holder {
		padding: 60px 30px 21px;
		position: relative;
		overflow: hidden;
		overflow-y: auto;
		max-height: calc(100vh - 126px);
	}

	#nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0;
		float: none;
		padding: 0;
		opacity: 0;
		visibility: hidden;
		max-width: 100% !important;
	}

	#nav .default-button {
		position: static;
		margin: 0;
	}

	.drop {
		display: block;
		font: 700 18px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.drop > li {
		display: block;
		padding: 0 0 24px;
	}

	.drop > li > a {
		display: inline-block;
		text-align: left;
	}

	.drop > li > a:before {
		display: none;
	}

	.drop > li > a.opener:before {
		top: 5px;
		right: 0;
		left: auto;
		color: #000;
		content: "\e913";
		font: bold 12px/1 "icomoon";
		display: block !important;
		background-color: #e62323;
		height: 20px;
		opacity: 1;
		visibility: visible;
		background: transparent;
	}

	.drop > li .slide {
		top: 0;
	}

	.search-form {
		right: 28px;
		top: 12px;
	}

	.search-form .icon-search {
		color: #2a2a2a;
	}

	.search-form .icon-search:hover {
		color: #e62323;
	}

	.menu-opener {
		display: block;
	}

	.menu-active #nav {
		visibility: visible;
		opacity: 1;
		background-color: rgba(233, 233, 233, .9);
		width: 100% !important;
		padding: 0 0 20px;
	}

	.menu-active .drop {
		padding: 0 0 2px;
	}

	.menu-active .drop > li {
		float: none;
		margin: 0 0 19px;
		color: #2a2a2a;
		padding: 0;
	}

	.menu-active .drop > li:hover {
		color: #42a5f6;
	}

	.menu-active .drop > li.active > a {
		color: #2a2a2a;
	}

	.menu-active .drop > li.active > a:after {
		position: absolute;
		bottom: -4px;
		left: 0;
		right: 51px;
		height: 3px;
		content: "";
		background: #42a5f6;
	}

	.menu-active .drop > li > a {
		padding: 0 51px 0 0;
	}

	.menu-active .drop .slide {
		font: 500 15px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		padding: 0;
	}

	.menu-active .drop .slide ul {
		padding: 12px 0 0 30px;
	}

	.menu-active .drop .slide ul li {
		padding: 0 0 12px;
	}

	.menu-active .drop .slide ul li.active a {
		color: #42a5f6;
	}

	.menu-active .drop .slide ul a {
		color: #2a2a2a;
	}

	.menu-active .drop .slide ul a:hover {
		color: #42a5f6;
	}

	.menu-active .slogan-holder {
		color: #2a2a2a;
	}

	.menu-active .menu-opener:after,
	.menu-active .menu-opener:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		left: 13%;
		right: 15%;
	}

	.menu-active .menu-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menu-active .menu-opener span {
		opacity: 0;
	}

	.menu-active .social-networks a {
		color: #2a2a2a;
	}

	.menu-active .social-networks a:hover {
		color: #42a5f6;
	}

	.menu-active .icon-search {
		color: #2a2a2a;
	}

	.menu-active .icon-search:hover {
		color: #42a5f6;
	}

	.image-holder {
		display: none;
	}

	.social-networks {
		top: 12px;
		left: 23px;
		right: 0;
	}

	.description:before {
		background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .4) 20%, rgba(0, 0, 0, .4) 30%, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .05) 60%, transparent 65%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
		background: radial-gradient(ellipse at center, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .4) 20%, rgba(0, 0, 0, .4) 30%, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .05) 60%, transparent 65%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	}

	.description {
		top: 30.5%;
		left: -2%;
		padding: 44px;
	}

	.description h1 {
		font: 400 62px/1 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.text {
		font: 600 31px/1 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0 0 28px;
	}

	.text span {
		font: 19px/1 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
		margin: 3px 0 0;
	}

	.item {
		padding: 81px 0 95px;
	}

	.item h2 {
		margin: 0 0 106px;
	}

	.four-columns {
		padding: 118px 0 82px;
	}

	.column {
		width: 50%;
		padding: 0 20px 167px;
	}

	.column:nth-of-type(3),
	.column:nth-of-type(4) {
		padding: 0 20px;
	}

	.connect {
		padding: 47px 0 30px;
	}

	.connect .social-links {
    	margin: 40px 0 0px;
	}

	.social-links {
		margin: 21px 0 32px;
	}

	.issues {
		padding: 72px 0 118px;
	}

	.issues h2 {
		margin: 0 0 12px;
	}


	.item-list {
		padding: 60px 0 33px;
		text-align: left;
	}

	.item-list li {
		padding: 0 0 0 18px;
	}

	.item-list .ico {
		margin: 0 5px 0 0;
		font: 28px/40px "icomoon";
	}

	.gallery-section {
		padding: 49px 0 132px;
	}

	.gallery-description {
		width: 100%;
		margin: 0 0 14px;
	}

	.image-container {
		width: 50%;
	}

	.slide-container {
		padding: 51px 8%;
	}

	.slideshow-news:before {
		width: 92%;
	}

	.slideshow-news:after {
		width: 8%;
	}

	.slideshow-news {
		width: 50%;
	}

	.slideshow-news .mask {
		min-height: 300px !important;
	}

	.slideshow-news .slide {
		margin: 0;
	}

	.slideshow-news .slide p {
		margin: 0 0 21px;
	}

	.slideshow-news .pagination {
		top: 67px;
	}

	.slideshow-story {
		width: 100%;
	}

	.slideshow-story .mask {
		min-height: 300px !important;
	}

	.slideshow-story .navigation {
		bottom: 2px;
	}

	.slide-holder {
		padding: 85px 5% 42px;
		max-width: 470px;
		margin: 0;
	}

	.vointing {
		white-space: normal;
	}

	.records {
		width: 100%;
		padding: 81px 30px 124px;
		float: left;
	}

	.blazon {
		margin: 0 0 0 -312px;
	}

	.history h2 {
		margin: -1px 0 54px;
	}

	.data-list li span.act {
		padding: 13px 10px 9px 52px;
	}

	.video-holder {
		width: 100%;
		min-height: 650px;
		float: left;
	}

	.play-button {
		margin: 26px 0 0 -182px;
	}

	.offices h2 {
		margin: 0 0 44px;
	}

	.offices .holder {
		width: 100%;
		padding: 57px 30px 44px;
	}

	.address-box {
		width: 100%;
		margin: 0;
	}

	.map-holder {
		display: none;
	}

	.address-holder {
		padding: 0 0 0 27px;
	}

	.address dl {
		min-width: 170px;
		display: inline-block;
		vertical-align: middle;
	}

	#footer {
		padding: 38px 0 32px;
	}

	#footer .social-links {
		float: none;
		display: flex;
		justify-content: center;
		vertical-align: middle;
		margin: 5px 0 0;
	}

	#footer .holder {
		width: 100%;
	}

	.footer-nav {
		float: none;
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}

	.footer-nav li {
		margin: 0 19px 20px;
	}
}

@media (max-width: 768px) {
	.item-list {
		font: 400 15px/1.2 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
		padding: 60px 0 30px;
	}

	.item-list li:nth-of-type(even) {
		padding: 0 0 0 23px;
	}

	.item-list li:nth-of-type(odd) {
		padding: 0;
	}

	.item-list li {
		width: 50%;
		padding: 0;
	}

	.item-list .ico {
		margin: 0 20px 0 0;
		font: 32px/40px "icomoon";
	}

	.connect .social-links li { 
		margin: 10px 17px;
	}
}

@media (max-width: 767px) {

	.stats-container .stat-hold {
	    width: 50%;
	}

	#modalPopup {
		display: none;
	}
	.int-content, .aside {
		float:none !important;
		width:100% !important; 
		padding-right: 0px !important;
	}

	.letter-box span {
		display:none;
	}

	.letter-box a {
		font-size: 18px;
		line-height: 1.2em;
		padding: 20px;
		text-align:center;
	}

	.banner {
		margin-bottom: 40px;
	}

	.gallery-box {
		padding: 0;
	}

	.gallery-box:after {
		height: 100px;
	}

	.box {
		margin: 0;
	}

	.jcf-scrollable-wrapper:before {
		display: none;
	}

	.jcf-scrollable-wrapper {
		width: 100%;
	}

	.jcf-scrollbar .jcf-scrollbar-horizontal {
		width: 280px !important;
	}

	.jcf-scrollbar-horizontal {
		bottom: -24px !important;
	}

	.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
		width: 280px !important;
	}

	.jcf-scrollable {
		width: 100% !important;
	}

	.jcf-scrollable .slide {
		width: 100%;
		padding: 0 0 10px;
	}

	.jcf-scrollable figcaption {
		padding: 26px 20px;
	}

	h2:before,
	.h2:before {
		bottom: -14px;
		margin: 0 0 0 -20px;
	}

	h2,
	.h2 {
		font: 300 24px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	h2 b,
	.h2 b {
		font: 500 24px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	h3,
	.h3 {
		margin: 0 0 28px;
	}

	.holder {
		padding: 0 20px;
	}

	#header .holder {
		height: 102px;
	}

	.logo {
		left: 20px;
	}

	.slogan-holder {
		font: 400 28px/1 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		top: 25px;
		left: 58px;
	}

	.slogan {
		font: 800 12px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: -4px 0 0 17px;
	}

	.nav-holder {
		max-height: calc(100vh - 102px);
		padding: 46px 20px 30px;
	}

	.search-form {
		right: 17px;
		top: 2px;
	}

	.search-form input[type="search"],
	.search-form input[type="text"] {
		width: 110px;
	}

	.search-form .icon-search:before {
		top: 6px;
	}

	.menu-opener {
		right: 20px;
	}

	.social-networks {
		top: 3px;
		left: 7px;
	}

	.visual .holder {
		min-height: 450px;
	}

	.description:before {
		display: none;
	}

	.description {
		top: auto;
		left: 50%;
		bottom: -20px;
		margin: 0 0 0 -131px;
		background: none !important;
	}

	.description h1 {
		display: none;
	}

	.text {
		display: none;
	}

	.item {
		padding: 63px 0 107px;
	}

	.item h2 {
		margin: -5px 0 98px;
	}

	.four-columns {
		padding: 118px 0 44px;
	}

	.column {
		padding: 0 0 159px;
		width: 100%;
	}

	.column:nth-of-type(3) {
		padding: 0 0 159px;
	}

	.connect {
		font: 400 14px/1.5 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
		padding: 47px 0 30px;
	}

	.connect h2 {
		margin: 0 0 26px;
		text-align: center;
	}

	.connect h2:before {
		bottom: -12px;
		left: 0;
	}

	.form-holder {
		width: 100%;
		align-items: flex-start;
	}

	.form-holder p {
		margin: 0 0 20px;
		text-align: left;
	}

	.contact-form {
		text-align: center;
	}

	.contact-form input[type="email"],
	.contact-form input[type="text"] {
		width: 100%;
		margin: 0 0 19px;
	}

	.issues {
		padding: 50px 0 56px;
	}

	.issues h2 {
		margin: 0 0 8px;
	}

	.issues h2 + p {
		font: 400 14px/1.4 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	.gallery-section {
		padding: 61px 0 74px;
		font: 14px/1.4 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	.gallery-section h2 {
		margin: 0 0 28px;
	}

	.image-container {
		width: 100%;
	}

	.slide-container {
		padding: 64px 6%;
	}

	.slideshow-news:before {
		width: 50%;
	}

	.slideshow-news:after {
		width: 50%;
	}

	.slideshow-news {
		width: 100%;
	}

	.slideshow-news .slide h3 {
		font: 400 24px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0 0 41px;
	}

	.slideshow-news .slide h3 b {
		font: 500 24px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.slideshow-news .pagination {
		right: 23px;
		top: 73px;
	}

	.slideshow-story .navigation {
		bottom: 13px;
	}

	.slide-holder {
		padding: 75px 7%;
	}

	.icon-twitter {
		margin: 0 0 36px;
	}

	.records {
		padding: 61px 20px 99px;
	}

	.blazon {
		top: -30px;
		bottom: -30px;
	}

	.history {
		text-align: center;
	}

	.history h2 {
		margin: -4px 0 69px;
	}

	.history .default-button {
		margin: 13px 0 0 0;
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.data-list {
		font: 400 18px/1.2 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	.data-list li {
		margin: 0 0 23px;
	}

	.data-list li span {
		padding: 11px 5px 10px 17px;
	}

	.data-list li span.voice {
		min-width: 76px;
		padding: 8px 5px 7px;
		min-height: 43px;
		font: 700 22px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		min-height: 44px;
		width: 29%;
	}

	.data-list li span.year {
		padding: 11px 5px 10px 17px;
	}

	.data-list li span.number {
		padding: 11px 5px 10px 17px;
	}

	.data-list li span {
		padding: 13px 5px 9px 16px;
	}

	.video-holder {
		min-height: 300px;
	}

	.play-button {
		font: 500 22px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		width: 100%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		margin: 31px 0 0;
	}

	.play-button:before {
		margin: 0 0 0 -30px;
		top: -82px;
	}

	.offices h2 {
		max-width: 100%;
	}

	.offices .holder {
		padding: 71px 20px 32px;
	}

	.address-holder:first-of-type {
		padding: 0 0 15px;
	}

	.address-holder {
		width: 50%;
		padding: 0 0 15px;
	}

	#footer {
		padding: 30px 0 35px;
	}

	#footer .social-links {
		margin: 23px 0 0;
	}

	.footer-nav {
		font: 700 13px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.footer-nav li {
		margin: 0 9px 20px;
	}
}

@media (max-width: 480px) {
	.logo img {
		max-width: 220px;
	}

	.data-list li span.act {
		display: none;
	}

	.social-links li {
		margin: 0 0 0 -3px;
	}
}

@media (max-width: 479px) {

	.stats-container .stat-hold {
	    width: 100%;
	    float:none;
	}

	.stats-container .icon-holder,
	.stats-container .stat-name {
		float:left;
		display:inline;
	}

	.visual {
		background-position: 79% 0 !important;
	}

	.item-list {
		padding: 37px 0 36px;
		font: 400 16px/1.2 "Amiri", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	.item-list li:nth-of-type(even) {
		padding: 0;
	}

	.item-list li {
		width: 100%;
	}

	.address-holder {
		width: 100%;
	}
}

