/*! 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;
}

.fb-comments,
.news-comments {
	display: none !important;
}

/* 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;
}

/**
 * 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;
}

#header .social,
#header #nav ul,
#header #nav .drop,
.twitter .social,
#footer .social,
#footer .links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
#header #nav .mobile: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: #333;
	background: #fff;
	font: 16px/1.2 "Vollkorn", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.int {
	font: 16px/1.2 "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

img {
	max-width: 100%;
	height: auto !important;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #bf0a30;
}

a:hover,
a:focus {
	text-decoration: none;
}

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 #ccc;
	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: #333;
}

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: #f5f5f5;
}

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: #f5f5f5;
}

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: #f5f5f5;
}

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: #f5f5f5;
}

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

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;
}

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

[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;
  display:block;
  font-size: 72px;
  padding-bottom: 10px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-info:before {
  content: "\e900";
}
.icon-icon-folder:before {
  content: "\e901";
}
.icon-icon-hands:before {
  content: "\e902";
}
.icon-icon-grad:before {
  content: "\e903";
}
.icon-icon-paper:before {
  content: "\e904";
}
.icon-icon-person:before {
  content: "\e905";
}
.icon-icon-flag:before {
  content: "\e909";
}
.icon-icon-dc:before {
  content: "\e90d";
}

.icon-icon-dc {
	font-size: 65px;
}

#live {
    background: #da262e;
    color: #ffffff;
}

#live .live-holder {
    max-width: 1180px;
    padding: 10px 20px;
    margin: 0 auto;
}

.live-holder:after {
	content: "";
	display: block;
	clear: both;
}

#live .h1, #live p {
    display: inline-block;
    float:left;
    vertical-align: top;
}

#live .h1 {
    font-size: 36px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 1.3% 0 0;
}

#live a {
	color: #fff;
}


#wrapper {
	overflow-x: hidden;
}

.container {
	max-width: 1180px;
	padding: 0 5px;
	margin: 0 auto;
}

.logo,
.page-title,
.logo-group,
.social-group,
.search-form,
.social {
	display: inline-block;
}

.btn {
	display: inline-block;
	background-color: #bf0a30;
	font-weight: 700;
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
	padding: 10px 17px;
	color: #fff;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.btn:hover {
	background-color: #002868;
}

.btn-wrapp {
	text-align: center;
}

.section-btn {
	display: inline-block;
	margin: 0 auto;
	border: 2px solid #bf0a30;
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	color: #bf0a30;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 205px;
	padding: 11px;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

.section-btn:hover {
	color: #fff;
	background-color: #bf0a30;
}

.section-btn.white {
	background-color: rgba(255, 255, 255, 0);
	border: 2px solid #fff;
	color: #fff;
	-webkit-transition: border-color .3s, background-color .3s;
	transition: border-color .3s, background-color .3s;
}

.section-btn.white:hover {
	background-color: #bf0a30;
	border-color: #bf0a30;
}

.nav-opener {
	display: inline-block;
	width: 25px;
	height: 20px;
	position: absolute;
	border-radius: 3px;
	z-index: 10;
	top: 35px;
	right: 15px;
}

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

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

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin: -2px;
}

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

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	width: 100%;
	top: 50%;
	height: 4px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.resize-active .nav-opener span,
.resize-active .nav-opener:before,
.resize-active .nav-opener:after {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-opener span {
	margin-top: -2px;
}

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

.nav-opener:after {
	top: 100%;
	margin-top: -4px;
}

.cover {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	z-index: 0;
}

.heading {
	text-align: center;
}

.heading h1 {
	position: relative;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: -.05em;
	margin-bottom: 5px;
	color: #002868;
}

.heading h1 .wrap,
.hyperlinks h2 .wrap {
	position: relative;
	display: inline-block;
	max-width: 50%;
}

.heading h1 .wrap2,
.hyperlinks h2 .wrap2 {
	position: relative;
	display: inline-block;
}

.heading.white {
	color: #fff;
}

.heading.white h1 {
	color: #fff;
}

.heading.white .wrap:after,
.heading.white .wrap:before,
.heading.white .wrap2:after,
.heading.white .wrap2:before {
	background-color: #fff;
}

#header {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
}

#header .container {
	padding-top: 10px;
	padding-bottom: 10px;
}

#header .page-title {
	color: #fff;
	line-height: 1.1;
	padding-left: 12px;
}

#header .page-title .position,
#header .page-title .descr {
	font-size: 25px;
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

#header .page-title .position {
	letter-spacing: -.04em;
}

#header .page-title h1 {
	font-size: 54px;
	font-family: "Vollkorn", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
	font-weight: 400;
	letter-spacing: -.03em;
}

#header .page-title .descr {
	font-size: 16px;
	letter-spacing: -.03em;
}

#header .social-group {
	white-space: nowrap;
	text-align: center;
	float: right;
}

#header .social-group:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 107px;
}

#header .social-group > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

#header .search-form {
	position: relative;
}

#header .search-form input {
	border: 1px solid rgba(255, 255, 255, .5);
	background-color: rgba(255, 255, 255, 0);
	outline: none;
	color: #fff;
	padding-right: 30px;
	width: 165px;
	padding: 2px 30px 2px 5px;
}

#header .search-form button {
	background: none;
	border: none;
	outline: none;
	color: #fff;
	position: absolute;
	right: 8px;
	top: 0;
	height: 100%;
}

#header .social {
	margin-right: 13px;
}

#header .social li {
	display: inline-block;
	margin: 0 5px;
}

#header .social a {
	font-size: 30px;
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
}

#header .social a:hover {
	color: #bf0a30;
}

#header #nav {
	text-align: right;
}

#header #nav ul,
#header #nav li,
#header #nav .btn {
	display: inline-block;
}

#header #nav ul {
	margin-right: 22px;
}

#header #nav .btn {
	margin-left: 10px;
}

#header #nav .btn i {
	margin-right: 8px;
}

#header #nav .drop {
	overflow: hidden;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	text-align: left;
	width: 220px;
	background-color: rgba(51, 51, 51, .8);
}

#header #nav .drop li {
	display: block;
}

#header #nav .drop li:hover {
	background: none;
}

#header #nav .drop a:hover {
	color: #bf0a30;
}

#header #nav .tablet {
	text-align: center;
	position: relative;
}

#header #nav .tablet .social {
	position: absolute;
	right: 0;
	width: auto;
	margin-right: 0;
}

#header #nav .tablet .social li {
	display: inline-block;
	border: none;
	padding: 0;
}

#header #nav .tablet .social a {
	font-size: 27px;
}

#header #nav .tablet .social a:hover {
	color: #bf0a30;
}

#header #nav .mobile {
	text-align: center;
	display: none;
}

#header #nav .mobile .social-group {
	display: inline-block;
	float: none;
}

#header #nav .mobile .social {
	width: auto;
	margin: 0;
}

#header #nav .mobile form {
	margin-right: 12px;
}

#header #nav .mobile form input {
	width: 140px;
}

#header #nav .mobile form button {
	right: 0;
}

#header #nav .mobile li {
	display: inline-block;
	border: none;
	padding: 0;
}

#header #nav .mobile li a {
	font-size: 24px;
}

#header #nav .active a {
	border-bottom: 2px solid #bf0a30;
	font-weight: 700;
}

#header #nav li {
	padding: 6px 10px;
	position: relative;
}

#header #nav li.hover {
	background-color: rgba(51, 51, 51, .8);
}

#header #nav li.hover .drop {
	display: block;
}

#header #nav a {
	color: #fff;
	text-decoration: none;
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.intro {
	position: relative;
	white-space: nowrap;
	text-align: center;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .85) 0%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .85) 0%, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.intro:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 820px;
}

#internal.intro:after {
	min-height: 350px;
}

#internal.intro .page-title h1 {
	font-family: "Vollkorn", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 42px;
	font-weight: normal;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}

#internal.intro .text {
    margin-top: 155px;
}

.breadcrumbs {
	background: #f5f5f5;
    padding: 12px 0;
    text-align: left;
    font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    text-transform: capitalize;
}

.breadcrumbs a {
	color: #333;
	text-decoration:none;
}

.breadcrumbs .current {
	font-weight:bold;
}

.intro {
	max-height: 650px;
}

.intro > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.intro:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("../images/intro.jpg");
	background-size: cover;
	background-position: 50% 0%;
}

.intro .text {
	margin-top: 300px;
	line-height: 1.1;
	letter-spacing: -.07em;
	max-width: 80%;
}

.intro .page-title {
	color: #fff;
	/*text-shadow: 0 0 60px black;*/
}


.intro .page-title .position {
	font-size: 40px;
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

.intro .page-title h2 {
	font-size: 82px;
	font-family: "Vollkorn", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
	font-weight: 400;
}

.intro .page-title .position2 {
	font-size: 42px;
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin-bottom: 35px;
}

.intro .page-title .btn {
	display: block;
	/*max-width: 280px;*/
	margin: 0 auto;
	font-size: 18px;
	padding: 16px 40px;
	letter-spacing: .02em;
}

.intro .page-title .wrap {
	position: relative;
	max-width: 80%;
	display: inline-block;
}

.intro .page-title .wrap:after {
	content: "";
	display: block;
	height: 2px;
	background-color: #fff;
	width: 260px;
	position: absolute;
	right: 100%;
	margin-right: 35px;
	top: 55%;
}

.intro .page-title .wrap:before {
	content: "";
	display: block;
	height: 2px;
	background-color: #fff;
	width: 260px;
	position: absolute;
	left: 100%;
	margin-left: 35px;
	top: 55%;
}

.intro .page-title .wrap2 {
	position: relative;
	display: inline-block;
}

.intro .page-title .wrap2:after {
	content: "";
	display: block;
	height: 2px;
	background-color: #fff;
	width: 210px;
	position: absolute;
	right: 100%;
	margin-right: 35px;
	top: 40%;
}

.intro .page-title .wrap2:before {
	content: "";
	display: block;
	height: 2px;
	background-color: #fff;
	width: 210px;
	position: absolute;
	left: 100%;
	margin-left: 35px;
	top: 40%;
}

.sidebar,
.maincont {
	padding: 30px 0;
}

.maincont {
	float: left;
    width: 64.9%;
}

.sidebar {
    float: right;
    width: 31.4%;
}

.hyperlinks {
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: #f5f5f5;
}

.hyperlinks h2 {
	font-family: "Vollkorn", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	padding: 10px 0px 10px 20px;
	margin: 0 0;
	position: relative;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -.05em;
    color: #002868;
}

.hyperlinks ul {
	padding: 0;
	margin: 0;
}

.hyperlinks ul li {
	list-style-type:none;
	padding:0;
}

.hyperlinks ul li a {
	text-decoration: none;
	color:#333333;
	width:100%;
	display:block;
	padding: 10px 20px;
}

.hyperlinks ul li a:hover {
	background: #002868;
	color: #fff;
	font-weight:bold;
}

.yer {
	background: #002868;
	padding: 20px 20px 10px;
	color:#fff;
	white-space: normal;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 30px 0;
	text-transform:uppercase;
	font-family:"PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
}

.yer:hover {
	background: #bf0a30;
}

.yer .icon-icon-paper {
	float:left;
	margin-right: 20px;
	font-size: 63px;
	display:inline-block;
}

.yer .icon-icon-paper:after {
	clear:both;
}


.services {
	padding: 62px 0 85px;
}

.services .container {
	text-align: center;
}

.services .heading {
	margin-bottom: 35px;
}

.services .service {
	float:left;
	padding: 19px 24px;
	margin-right: -.2em;
	width: 33%;
	text-align: center;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	line-height: 1.45;
	letter-spacing: -.02em;
}

.services .service .image {
	margin: 0 auto;
	background-position: 0 0;
	-webkit-transition: background-position .3s;
	transition: background-position .3s;
	margin-bottom: 10px;
}

.services .service a {
	color: #002868;
	text-transform: uppercase;
	font-size: 21px;
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
	letter-spacing: .04em;
}

.services .service:hover {
	background-color: #f5f5f5;
}

.services .service:hover a {
	color: #bf0a30;
}

.services .service:hover .image {
	background-position: right;
}

.services .section-btn {
	margin-top: 21px;
}

.newsletter {
	background-image: url("../images/news.jpg");
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	padding: 72px 0 83px;
}

.newsletter .container {
	position: relative;
	z-index: 1;
}

.newsletter .heading {
	margin-bottom: 48px;
}

.newsletter .input-holder {
	text-align: center;
}

.newsletter input {
	width: 33%;
	padding: 13px 12px;
	max-width: 370px;
	margin-right: 2%;
	display: inline-block;
	margin-bottom: 50px;
	background-color: #ecf0f1;
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.newsletter input::-webkit-input-placeholder {
	color: #555;
}

.newsletter input::-moz-placeholder {
	opacity: 1;
	color: #555;
}

.newsletter input:-moz-placeholder {
	color: #555;
}

.newsletter input:-ms-input-placeholder {
	color: #555;
}

.newsletter input.placeholder {
	color: #555;
}

.newsletter input:last-child {
	margin-right: 0;
}

.news {
	padding: 65px 0 98px;
}

.news .heading {
	margin-bottom: 45px;
}

.news .news-holder {
	text-align: center;
}

.news .news-item {
	display: inline-block;
	width: 33%;
	max-width: 370px;
	margin-right: 2%;
	margin-bottom: 30px;
	text-align: left;
	vertical-align: top;
}

.news .news-item:last-child {
	margin-right: 0;
}

.news .news-item .title {
	display: block;
	color: #333;
	font-size: 30px;
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.1;
	letter-spacing: -.03em;
	margin-bottom: 12px;
}

.news .news-item time {
	display: block;
	letter-spacing: -.03em;
	color: #bf0a30;
	margin-bottom: 10px;
}

.news .news-item .text {
	line-height: 1.5;
}

.news .news-item .text a {
	color: #bf0a30;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
}

.news .news-item .more {
	white-space: nowrap;
}

.videos {
	position: relative;
	padding: 80px 0;
	background-image: url("../images/videos.jpg");
	background-size: cover;
	background-position: 50% 50%;
}

.videos .container {
	position: relative;
	z-index: 1;
}

.videos .heading {
	margin-bottom: 60px;
}

.videos .cover {
	background-color: rgba(0, 40, 104, .7);
}

.videos .videos-container {
	text-align: center;
}

.videos .video-holder {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-right: 2%;
	width: 33%;
	max-width: 370px;
	margin-bottom: 54px;
}

.videos .video-holder:last-child {
	margin-right: 0;
}

.videos .video-holder a {
	text-decoration: none;
	letter-spacing: -.02em;
}

.videos .video-holder img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.videos .video-holder .title {
	display: block;
	font-size: 21px;
	color: #fff;
}

.videos .video-holder .popup {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.videos .video-holder .popup .iframe-holder {
	background-color: rgba(0, 0, 0, .9);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.videos .video-holder .popup .iframe-holder a.close {
	display: block;
	font-size: 60px;
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
}

.videos .video-holder .popup .iframe-holder iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 960px;
	height: 540px;
	width: 98%;
	border: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.twitter {
	padding: 77px 0 110px;
}

.twitter .heading {
	margin-bottom: 33px;
}

.twitter .carousel,
.twitter .mask {
	overflow: hidden;
	position: relative;
}

.twitter .mask {
	max-width: 900px;
	margin: 0 auto;
}

.twitter .slideset {
	width: 999999px;
	float: left;
}

.twitter .slide {
	text-align: center;
	float: left;
	font-size: 24px;
	line-height: 1.5;
}

.twitter .slide img {
	border-radius: 4px;
	max-width: 181px;
}

.twitter .slide p {
	margin-bottom: 10px;
}

.twitter .slide .info {
	margin-bottom: 55px;
}

.twitter .slide .info a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-right: 35px;
}

.twitter .slide .info a:last-child {
	margin-right: 0;
}

.twitter .slide .info a i {
	font-size: 24px;
	position: relative;
	top: 2px;
}

.twitter .btn-prev,
.twitter .btn-next {
	display: block;
	height: 52px;
	width: 52px;
	border-radius: 100%;
	border: 2px solid #002868;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.twitter .btn-prev:hover,
.twitter .btn-next:hover {
	background-color: #002868;
	color: #fff;
}

.twitter .btn-prev:hover i,
.twitter .btn-next:hover i {
	color: #fff;
}

.twitter .btn-prev i,
.twitter .btn-next i {
	font-size: 45px;
	color: #002868;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.twitter .btn-prev {
	left: 0;
}

.twitter .btn-next {
	right: 0;
}

.twitter .social {
	text-align: center;
	width: 100%;
}

.twitter .social li {
	display: inline-block;
	margin: 0 13px;
}

.twitter .social li a {
	white-space: nowrap;
	text-align: center;
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background-color: #bf0a30;
	color: #fff;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.twitter .social li a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 90px;
}

.twitter .social li a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.twitter .social li a:hover {
	background-color: #002868;
}

.twitter .social li a i {
	font-size: 50px;
}

.tab-thumbs
{
	margin:0;
	padding:0;
	list-style:none !important;
}
.tab-thumbs li
{
	float:left;
	margin:0 5px 0 0 !important;
}
.tab-thumbs a
{
	display:inline-block;
	padding:3px 7px;
	text-decoration: none !important;
}
.tab-thumbs a:hover,
.tab-thumbs a.active
{
	background: #bf0a30;
	color:#fff !important;
	text-decoration:none !important;
}

.tab-thumbs
{
	margin:0;
	padding:0;
	list-style:none;
}
.tab-thumbs li
{
	float:left;
	margin:0 5px 0 0;
}
.tab-thumbs a
{
	display:inline-block;
	padding:3px 7px;
	color: #333;
    font-weight: bold;
}
.tab-thumbs a:hover,
.tab-thumbs a.active
{
	background:#bf0a30;
	color:#fff;
	text-decoration:none;
}

.int-tabs-holder {
	margin-top:40px;
}

.int-tabs
{
	border:2px solid #bf0a30;
	float:left;
	padding:0px 10px 0 0;
	width:100%;
}

.int-tabs a {
	color: #333;
}

.int-tabs .media-list
{
	margin:0;
	padding:0;
	list-style:none;
}
.int-tabs .media-list li
{
	float:left;
	margin:0 1px;
}
.int-tabs .media-list li img
{
	border:1px solid #a6a69a;
}

#footer {
	padding: 73px 0;
	background-color: #0b2349;
	color: #fff;
}

#footer .col {
	display: inline-block;
	width: 33%;
	margin-right: -.2em;
	text-align: center;
	margin-bottom: 20px;
}

#footer address {
	font-style: normal;
	font-size: 16px;
	line-height: 1.6;
}

#footer address span {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: -.03em;
	text-transform: uppercase;
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin-bottom: 5px;
}

#footer address a {
	color: #fff;
	text-decoration: none;
}

#footer .social,
#footer .links {
	margin-bottom: 20px;
}

#footer .social li,
#footer .links li {
	display: inline-block;
	margin: 0 5px;
}

#footer .social a,
#footer .links a {
	font-size: 30px;
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
}

#footer .social a:hover,
#footer .links a:hover {
	color: #bf0a30;
}

#footer .links {
	margin: 0;
}

#footer .links li {
	margin: 0;
}

#footer .links li:last-child a {
	border: none;
	margin: 0;
	padding: 0;
}

#footer .links a {
	font-size: 14px;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	text-decoration: none;
	margin-right: 5px;
	padding-right: 5px;
	letter-spacing: .05em;
}

#footer .road {
	text-align: center;
	white-space: nowrap;
	text-align: center;
}

#footer .road:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 39px;
}

#footer .road > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

#footer .road a {
	color: #ded725;
	text-decoration: none;
}

#footer .road a:hover {
	color: #bf0a30;
}

#footer .road .sign {
	display: inline-block;
	height: 39px;
	width: 39px;
	border-radius: 100%;
	border: 4px solid #ded725;
	color: #ded725;
	text-align: center;
	font-size: 30px;
	-webkit-transition: color .3s, border-color .3s;
	transition: color .3s, border-color .3s;
}

#footer .road .text {
	display: inline-block;
	color: #ded725;
	text-align: left;
}

@media (min-width: 481px) {
	.heading h1 .wrap:after {
		content: "";
		display: block;
		height: 1px;
		background-color: #bf0a30;
		width: 100px;
		position: absolute;
		right: 100%;
		margin-right: 35px;
		top: 55%;
	}

	.heading h1 .wrap:before,
	.hyperlinks h2 .wrap:before {
		content: "";
		display: block;
		height: 1px;
		background-color: #bf0a30;
		width: 100px;
		position: absolute;
		left: 100%;
		margin-left: 35px;
		top: 55%;
	}

	.heading h1 .wrap2:after {
		content: "";
		display: block;
		height: 1px;
		background-color: #bf0a30;
		width: 82px;
		position: absolute;
		right: 100%;
		margin-right: 35px;
		top: 40%;
	}

	.heading h1 .wrap2:before,
	.hyperlinks h2 .wrap2:before {
		content: "";
		display: block;
		height: 1px;
		background-color: #bf0a30;
		width: 82px;
		position: absolute;
		left: 100%;
		margin-left: 35px;
		top: 40%;
	}

	.hyperlinks h2 .wrap:before,
	.hyperlinks h2 .wrap2:before {
		margin-left: 20px;
	}

	.hyperlinks h2 .wrap:before {
		top: 63%;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.newsletter input {
		max-width: 340px;
		width: 48%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
}

@media (min-width: 1024px) {
	#header #nav .tablet {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.nav-opener {
		display: none;
	}

	#header.fixed-position {
		background-color: #fff;
		padding: 0;
		border-bottom: 1px solid #333;
	}

	#header.fixed-position .container {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#header.fixed-position .mobile,
	#header.fixed-position .tablet {
		display: none !important;
	}

	#header.fixed-position a {
		color: #333 !important;
	}

	#header.fixed-position .to-hide {
		display: none;
	}

	#header.fixed-position #nav {
		display: inline-block;
		white-space: nowrap;
		text-align: center;
		float: right;
	}

	#header.fixed-position #nav:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 65px;
	}

	#header.fixed-position #nav > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	#header.fixed-position .logo {
		width: 65px;
		height: 65px;
	}

	#header.fixed-position .position {
		font-size: 16px !important;
		position: relative;
		left: -15px;
	}

	#header.fixed-position .page-title {
		color: #333;
	}

	#header.fixed-position .page-title h1 {
		font-size: 36px;
		line-height: 25px;
	}

	#header.fixed-position .logo-group {
		white-space: nowrap;
		text-align: center;
	}

	#header.fixed-position .logo-group:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 65px;
	}

	#header.fixed-position .logo-group > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	#header.fixed-position .social-group {
		display: none;
	}

	#header.fixed-position .hover a {
		color: #fff !important;
	}

	#header.fixed-position .drop a:hover {
		color: #bf0a30 !important;
	}

	#header.fixed-position .btn {
		color: #fff !important;
	}

	#header.fixed-position .page-title {
		line-height: 1.5em;
	}

	#footer .col-holder {
		white-space: nowrap;
		text-align: center;
	}

	#footer .col-holder:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 133px;
	}

	#footer .col-holder > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	#header.fixed-position #nav li {
		font-size: 14px;
		padding: 10px 4px;
	}

	.newsletter input {
		max-width: 315px;
	}
}

@media (max-width: 1199px) {
	.news .news-item {
		max-width: 315px;
	}

	.videos .video-holder {
		max-width: 315px;
	}
}

@media (max-width: 1100px) {
	#header .page-title h1 {
		font-size: 48px;
	}
}

@media (max-width: 1024px) {
	.container {
		padding: 0 30px;
	}

	.btn {
		font-size: 13px;
	}

	.nav-opener {
		right: 30px;
	}

	#header {
		position: absolute !important;
		top: 0 !important;
	}

	#header .container {
		overflow: hidden;
	}

	.nav-active #header .container {
		background-color: rgba(0, 0, 0, .9);
	}

	#header .logo {
		height: 72px;
		width: 72px;
	}

	#header .page-title {
		padding-left: 7px;
	}

	#header .page-title .position {
		font-size: 16px;
	}

	#header .page-title h1 {
		font-size: 36px;
		margin-bottom: -5px;
	}

	#header .page-title .descr {
		font-size: 11px;
	}

	#header .social-group {
		white-space: nowrap;
		text-align: center;
		padding-right: 45px;
	}

	#header .social-group:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 72px;
	}

	#header .social-group > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	#header .search-form input {
		width: 170px;
	}

	#header .social {
		display: none;
	}

	#header #nav {
		display: none;
		padding-top: 18px;
	}

	.nav-active #header #nav {
		display: block;
	}

	#header #nav .btn {
		width: 190px;
		font-size: 16px;
	}

	#header #nav .btn i {
		font-size: 18px;
	}

	#header #nav ul {
		width: 100%;
		text-align: left;
	}

	#header #nav .btn.single {
		display: none;
	}

	#header #nav .drop {
		position: relative;
		background: none;
		padding-left: 15px;
	}

	#header #nav .drop li {
		border: none;
	}

	#header #nav .mobile {
		display: none;
	}

	#header #nav .active a {
		border: none;
		font-weight: 400;
		color: #bf0a30;
	}

	#header #nav li.has-drop:after {
		content: "˃";
		position: absolute;
		right: 20px;
		top: 12px;
		color: #fff;
	}

	#header #nav li.has-drop.hover:after {
		content: "˅";
		position: absolute;
		right: 15px;
		top: 15px;
		color: #fff;
	}

	#header #nav li {
		display: block;
		padding: 9px 0;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}

	#header #nav li.hover {
		background: none;
	}

	.intro {
		white-space: nowrap;
		text-align: center;
	}

	.intro:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 635px;
	}

	.intro > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.intro .text {
		margin-top: 380px;
	}

	.intro .page-title .position {
		font-size: 31px;
	}

	.intro .page-title h2 {
		font-size: 64px;
	}

	.intro .page-title .position2 {
		font-size: 33px;
		margin-bottom: 30px;
	}

	.intro .page-title .btn {
		/*max-width: 220px;*/
		letter-spacing: -.02em;
		font-size: 16px;
	}

	.intro .page-title .wrap:after {
		width: 200px;
	}

	.intro .page-title .wrap:before {
		width: 200px;
	}

	.intro .page-title .wrap2:after {
		width: 165px;
	}

	.intro .page-title .wrap2:before {
		width: 165px;
	}

	.services {
		padding: 64px 0;
	}

	.services .heading {
		margin-bottom: 38px;
	}

	.services .service {
		width: 50%;
	}

	.newsletter {
		padding: 72px 0 77px;
	}

	.newsletter .input-holder {
		text-align: left;
		margin-bottom: 24px;
	}

	.newsletter input:nth-child(2) {
		margin: 0;
	}

	.news {
		padding: 78px 0 85px;
	}

	.news .news-item {
		width: 48%;
		max-width: 340px;
		margin-right: 3%;
	}

	.news .news-item:last-child {
		display: none;
	}

	.news .news-item:nth-child(2) {
		margin: 0;
	}

	.videos {
		padding: 80px 0 94px;
	}

	.videos .video-holder {
		width: 50%;
		max-width: 340px;
		margin-right: 3%;
	}

	.videos .video-holder:last-child {
		display: none;
	}

	.videos .video-holder:nth-child(2) {
		margin: 0;
	}

	.videos .video-holder .popup .iframe-holder a.close {
		top: 20px;
	}

	.twitter {
		padding: 77px 0 65px;
	}

	.twitter .mask {
		max-width: 580px;
	}

	.twitter .slide p {
		margin-bottom: 25px;
	}

	.twitter .slide .info {
		margin-bottom: 35px;
	}

	#footer .col.col1,
	#footer .col.col2 {
		width: 50%;
	}

	#footer .col.col3 {
		width: 100%;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
	}

	#internal.intro .page-title h1 {
	font-size: 32px;
	}

	.intro .text {
		margin-top: 200px;
	}

	.container {
		padding: 0 20px;
	}

	.nav-opener {
		top: 23px;
		right: 20px;
	}

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

	#header .container {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	#header .logo {
		width: 37px;
		height: 37px;
	}

	#header .logo-group {
		white-space: nowrap;
		text-align: center;
		text-align: left;
	}

	#header .logo-group:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 37px;
	}

	#header .logo-group > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	#header .page-title .position {
		font-size: 9px;
	}

	#header .page-title h1 {
		font-size: 19px;
	}

	#header .page-title .descr {
		display: none;
	}

	#header .social-group {
		display: none;
	}

	#header #nav .tablet {
		margin-bottom: 20px;
	}

	#header #nav .tablet .social {
		display: none;
	}

	#header #nav .mobile {
		display: block !important;
	}

	.main-holder {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	  	display: -ms-flexbox;      /* TWEENER - IE 10 */
	  	display: -webkit-flex; 
		display: flex;    
  		flex-flow: column;
	}

	.sidebar{
	-webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
	  -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
	  -ms-flex-order: 2;              /* TWEENER - IE 10 */
	  -webkit-order: 2;    
	  order: 2;
	}

	.maincont {
	-webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
	  -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
	  -ms-flex-order: 2;              /* TWEENER - IE 10 */
	  -webkit-order: 2;    
	  order: 1;    
	}

	.maincont,
	.sidebar {
		width: 100%;
	}

	.intro {
		white-space: nowrap;
		text-align: center;
	}

	.intro:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 315px;
	}

	.intro > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.intro .page-title .btn {
		font-size: 16px;
	}

	.intro .page-title .position {
		font-size: 13px;
	}

	.intro .page-title h2 {
		font-size: 27px;
	}

	.intro .page-title .position2 {
		font-size: 14px;
		margin-bottom: 45px;
	}

	.intro .page-title .wrap:after {
		width: 85px;
		height: 1px;
		margin-right: 5px;
	}

	.intro .page-title .wrap:before {
		width: 85px;
		height: 1px;
		margin-left: 5px;
	}

	.intro .page-title .wrap2:after {
		width: 65px;
		height: 1px;
		margin-right: 5px;
	}

	.intro .page-title .wrap2:before {
		width: 65px;
		height: 1px;
		margin-left: 5px;
	}


	.services {
		padding: 36px 0 80px;
	}

	.services .heading {
		margin-bottom: 35px;
	}

	.services .service {
		width: 100%;
		padding: 8px 20px;
	}

	.services .service a {
		letter-spacing: -.05em;
	}

	.newsletter {
		padding: 64px 0 77px;
	}

	.newsletter .heading {
		margin-bottom: 40px;
	}

	.newsletter .input-holder {
		text-align: center;
		margin-bottom: 30px;
	}

	.newsletter input {
		width: 100%;
		margin: 0 0 20px;
		font-size: 16px;
	}

	.newsletter input:nth-child(2) {
		margin: 0 0 20px;
	}

	.news {
		padding: 47px 0 85px;
	}

	.news .heading {
		margin-bottom: 35px;
	}

	.news .news-holder {
		margin-bottom: 40px;
	}

	.news .news-item {
		width: 100%;
		margin-right: 0;
	}

	.news .news-item .title {
		font-size: 22px;
	}

	.news .news-item .text {
		line-height: 1.45;
	}

	.videos {
		padding: 52px 0 74px;
	}

	.videos .heading {
		margin-bottom: 48px;
	}

	.videos .videos-container {
		margin-bottom: 35px;
	}

	.videos .video-holder {
		width: 100%;
		margin-bottom: 22px;
		margin-right: 0;
	}

	.videos .video-holder img {
		margin-bottom: 12px;
	}

	.videos .video-holder .title {
		font-size: 18px;
	}

	.videos .video-holder .popup .iframe-holder iframe {
		height: 150px;
		width: 255px;
	}

	.twitter {
		padding: 45px 0 70px;
	}

	.twitter .container {
		padding: 0;
	}

	.twitter .slide {
		font-size: 18px;
		padding: 0 30px;
	}

	.twitter .slide img {
		width: 121px;
	}

	.twitter .slide p {
		margin-bottom: 15px;
	}

	.twitter .slide .info a {
		display: block;
		margin: 0 0 5px;
	}

	.twitter .btn-prev,
	.twitter .btn-next {
		width: 28px;
		height: 28px;
	}

	.twitter .btn-prev i,
	.twitter .btn-next i {
		font-size: 23px;
	}

	.twitter .btn-prev {
		left: 2px;
	}

	.twitter .btn-next {
		right: 2px;
	}

	.twitter .social li {
		margin: 0 5px;
	}

	.twitter .social li a {
		white-space: nowrap;
		text-align: center;
		width: 46px;
		height: 46px;
	}

	.twitter .social li a:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 46px;
	}

	.twitter .social li a > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.twitter .social li a i {
		font-size: 24px;
	}

	#footer {
		padding: 55px 0;
	}

	#footer .col {
		margin-bottom: 35px;
	}

	#footer .col.col1,
	#footer .col.col2 {
		width: 100%;
	}

	#footer address {
		font-size: 14px;
		line-height: 1.5;
	}

	#footer address span {
		font-size: 18px;
	}

	#live .h1 {
		display:block;
		width:100%;
	}
}

@media (max-width: 500px) {
	input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], textarea {
	    max-width: 300px;
	}
}
