/*! 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.
 */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,700,500,300italic,400italic,500italic,700italic');

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

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

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 16px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.2857142857em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: .1428571429em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.8571428571em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,
.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,
.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before,
.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,
.fa-users:before {
	content: "";
}

.fa-chain:before,
.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,
.fa-scissors:before {
	content: "";
}

.fa-copy:before,
.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "";
}

.fa-legal:before,
.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,
.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,
.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,
.fa-usd:before {
	content: "";
}

.fa-rupee:before,
.fa-inr:before {
	content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "";
}

.fa-won:before,
.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,
.fa-car:before {
	content: "";
}

.fa-cab:before,
.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,
.fa-rebel:before {
	content: "";
}

.fa-ge:before,
.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,
.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before,
.fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 22, 2016 */

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

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

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

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

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

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

.post-section .holder .social-networks,
.info-section .brochure-list,
.registration-section > .add-registeration .info-list,
.exhibitior-section .info-block .detail,
.gallery-section .gallery-list,
.tabs-section .filter-block .filter-list,
.tabs-section .tabset,
.schedule .badge-block .list-add,
.schedule .badge-block .list,
.schedule-area .inner .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.info-section > .container:after,
.registration-section > .add-registeration:after,
.gallery-section .header-holder:after,
.tabs-section .tabset:after,
.schedule .badge-block: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.375 "Roboto", "Arial", "Helvetica", sans-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;
}

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

h1,
.h1 {
	font-size: 56px;
	line-height: 67px;
}

h2,
.h2 {
	font-size: 40px;
	line-height: 50px;
}

h3,
.h3 {
	font-size: 30px;
	line-height: 36px;
}

h4,
.h4 {
	font-size: 26px;
	line-height:31px;
}	

h5,
.h5 {
	font-size: 22px;
	line-height:26px;
}

h6,
.h6 {
	font-size: 18px;
	line-height:24px;
	font-weight:normal;
}

p {
	margin: 0 0 1em;
}

a {
	color: #000;
}

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 #464646;
	padding: 10px 20px;
}

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

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

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

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

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

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

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

.twocolumns {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 0 45px;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
}

.twocolumns > * {
	font-size: 16px;
	letter-spacing: 0;
	white-space: normal;
}

.twocolumns > * {
	width: 100%;
}

.treecolumns {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
}

.treecolumns > * {
	font-size: 16px;
	letter-spacing: 0;
	white-space: normal;
}

.treecolumns > * {
	width: 100%;
}

.four-columns {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
	white-space: normal;
}

.four-columns > * {
	font-size: 16px;
	letter-spacing: 0;
	white-space: normal;
}

.four-columns > * {
	width: 100%;
	padding: 0 0 20px;
}

/*! 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: #000;
	color: #444;
	text-shadow: none;
}

.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;
	width: 100% !important;
	height: 100% !important;
}

.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 {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

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

.fancybox-close {
	position: absolute;
	top: -18px;
	right: 0;
	width: 10px;
	height: 10px;
	cursor: pointer;
	z-index: 8040;
	background: url(../images/icon-cross.png) no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 10px;
	height: 25px;
	margin-top: -13px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-prev span {
	left: -15px;
	background: url(../images/arrow-left.png) no-repeat;
}

.fancybox-next span {
	right: -15px;
	background: url(../images/arrow-right.png) no-repeat;
}

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

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

/* Overlay helper */

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

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

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

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

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

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

/* Title helper */

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

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

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

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	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!*/

/* custom select styles */

.jcf-select {
	display: block !important;
	position: relative;
	background: #2d2d2d;
	margin: 0 auto;
	width: 239px;
	height: 40px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 40px;
	font-weight: 500;
	margin: 0 48px 0 20px;
	font-style: normal;
	color: #fff;
}

.jcf-select .jcf-select-text .jcf-option-opt-level-1 em {
	font-style: normal;
	color: #fff;
}

.jcf-select .jcf-select-text .jcf-option-opt-level-1 .date {
	color: #a7a7a7;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 43px;
	height: 32px;
	bottom: 0;
	right: 0;
	top: 3px;
	border-left: 1px solid #979797;
}

.jcf-select .jcf-select-opener:after {
	position: absolute;
	top: 1px;
	left: 9px;
	content: "\e902";
	font-family: "icomoon";
	font-size: 22px;
	line-height: 32px;
	color: #969696;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border-top: 1px solid #fff;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	line-height: 18px;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	color: #fff;
	background: rgba(25, 25, 25, .95);
}

.jcf-list ul li:first-child {
	display: none;
}

.jcf-list ul li:nth-child(even) {
	background: rgba(216, 216, 216, .96);
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 12px 20px;
	color: #a7a7a7;
	height: 1%;
}

.jcf-list .jcf-option em {
	font-style: normal;
	color: #fff;
}

.jcf-list .jcf-option .date {
	color: #a7a7a7;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

/*.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}*/

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* header styles */

#header {
	position: relative;
	z-index: 3;
	background: #fff;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
}

#header .header-holder {
	padding: 28px 20px 18px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #fff;
	border-bottom: 1px solid #e1e1e1;
}

#header .header-frame {
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

#header .social-networks {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
}

#header .social-networks > * {
	font-size: 16px;
	letter-spacing: 0;
	white-space: normal;
}

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

#header .social-networks li a {
	color: #646464;
}

#header .social-networks li a i {
	font-size: 12px;
}

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

#header .logo img {
	display: block;
}

/* burger menu style */

.nav-opener {
	display: none;
	float: left;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #979797;
	border-radius: 4px;
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -1px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

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

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

/* close button transition */

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

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

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

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

/* read more on news module */
.excerpt-read-more {
    color:#d03939;
}

/* main navigation styles */

#nav {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
}

.resize-active #nav {
	-webkit-transition: none .4s ease-in-out;
	transition: none .4s ease-in-out;
}

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

.resize-active #nav ul {
	-webkit-transition: none .4s ease-in-out;
	transition: none .4s ease-in-out;
}

#nav ul li a {
	display: block;
	padding: 8px 10px;
	color: #000;
	font-weight: 300;
}

#nav ul li.active a {
	font-weight: 500;
}

#nav ul li.active a:hover {
	opacity: 1;
}

.add-nav-opener {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	display: block;
	padding: 9px 50px;
	font-weight: 400;
	color: #000;
}

.add-nav-opener:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 36px;
	width: 10px;
	height: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #3c3c3c;
}

.add-nav-opener:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 40px;
	width: 2px;
	height: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #3c3c3c;
}

.add-nav-active .add-nav-opener:after {
	display: none;
}

/* sub navigation styles */

.add-nav {
	font-weight: 500;
	background:#f1f1f1;
}

.add-nav .slide {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .4s ease-in-out;
	transition: max-height .4s ease-in-out;
}

.add-nav-active .add-nav .slide {
	max-height: 999px;
}

.resize-active .add-nav .slide {
	-webkit-transition: none .4s ease-in-out;
	transition: none .4s ease-in-out;
}

.add-nav ul {
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: normal;
}

.add-nav ul > * {
	font-size: 16px;
	letter-spacing: 0;
	white-space: normal;
}

.resize-active .add-nav ul {
	-webkit-transition: none .4s ease-in-out;
	transition: none .4s ease-in-out;
}

.add-nav ul li {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}

.add-nav ul li a {
	display: block;
	padding: 10px;
	color: #666;
}
.add-nav ul li a:hover {
	color: #a7a7a7;
}

.add-nav ul li.active a {
	color: #000;
}

.add-nav ul li.active a:hover {
	color: #000;
}

/* footer styles */

#footer {
	background: #141414;
	text-align: center;
	padding: 30px 0;
}

#footer .social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 0 27px;
}

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

#footer .social-networks li a {
	-webkit-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;
	color: #646464;
}

#footer .social-networks li a:hover {
	opacity: 1;
	color: #fff;
}

#footer .footer-holder {
	overflow: hidden;
}

#footer .footer-holder .logo {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 25px;
}

#footer .footer-holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .footer-holder ul li a {
	color: #fff;
}

#footer .footer-holder ul li + li {
	margin: 20px 0 0;
}

#footer .footer-holder .holder {
	overflow: hidden;
	border-bottom: 1px solid #1e1e1e;
	padding: 9px 0 29px;
}

#footer .footer-holder .frame {
	font-size: 12px;
	overflow: hidden;
	padding: 38px 0 30px;
}

#footer .footer-holder .frame ul {
	text-transform: uppercase;
	font-weight:800;
}

#footer .footer-holder .frame ul li {
	font-size: 12px;
}

#footer .footer-holder .frame ul li + li {
	margin: 32px 0 0;
}

/* visual styles */

.visual {
	position: relative;
	overflow: hidden;
	text-align: center;
	font-weight: 300;
	color: #fff;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
}

.visual > * {
	font-size: 16px;
	letter-spacing: 0;
	white-space: normal;
}

.visual:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	margin: 0 0 0 -1px;
	height: calc(100vh - 200px);
}

.visual .container {
	position: relative;
	z-index: 1;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding: 20px;
	display: inline-block;
	vertical-align: middle;
}

.visual .bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 99999px;
}

.visual p {
	margin: 0 0 10px;
}

.visual h1 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 12px 0;
	font-size: 46px;
	line-height: 46px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.visual h1:before,
.visual h1:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: #fff;
}

.visual h1:before {
	top: 0;
}

.visual h1:after {
	bottom: 0;
}

.visual .date {
	font-style: normal;
	padding: 0 0 40px;
	display: block;
}

.visual .btn {
	min-width: 190px;
}

.visual-container + .treecolumns {
	margin-top: 43px;
}

/* visual container styles */

.visual-container {
	overflow: hidden;
	position: relative;
}

.visual-container .details-list {
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.visual-container .details-list > * {
	font-size: 16px;
	letter-spacing: 0;
	white-space: normal;
}

.visual-container .details-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

.visual-container .details-list li + li:before {
	margin: 0 10px;
	content: "I";
	display: inline-block;
	vertical-align: middle;
}

.visual-container .bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 99999px;
}

.visual-container .info-container {
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
}

.visual-container .info-container p {
	margin: 0 0 10px;
}

.visual-container .info-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
	white-space: normal;
}

.visual-container .info-list > * {
	font-size: 16px;
	letter-spacing: 0;
	white-space: normal;
}

.visual-container .info-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
}

.visual-container .info-list li .btn {
	border-color: #969696;
}

.visual-container .visual-info {
	position: relative;
	z-index: 1;
	text-align: center;
	background: #29292a;
	color: #a7a7a7;
	overflow: hidden;
	padding: 13px 20px;
}

.visual-container .visual-info ul {
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.visual-container .visual-info ul > * {
	font-size: 16px;
	letter-spacing: 0;
	white-space: normal;
}

.visual-container .visual-info li {
	position: relative;
}

.visual-container .visual-info li + li:before {
	display: block;
	content: "";
	width: 70px;
	height: 1px;
	background: #333;
	margin: 13px auto;
}

.visual-container .visual-holder {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #fff;
	overflow: hidden;
}

.visual-container .visual-holder > .container {
	position: relative;
	z-index: 1;
	padding-top: 65px;
	padding-bottom: 65px;
}

.visual-container .visual-holder > .container .info-container {
	margin: 0 0 -35px;
}

.visual-container .visual-holder h1 {
	margin: 0 0 10px;
	font-size: 56px;
	line-height: 56px;
	font-weight: 300;
}

.visual-container .visual-holder .visual-wrap {
	max-width: 710px;
	margin: 0 auto;
	padding: 0 0 25px;
}

.visual-container .visual-holder .visual-wrap h1 {
	margin: 0 0 10px;
	font-size: 44px;
	line-height: 44px;
	font-weight: 300;
}

.visual-container .visual-holder .visual-wrap .btn {
	min-width: 160px;
}

.visual-container .visual-frame {
	position: relative;
	z-index: 1;
	color: #a7a7a7;
	background: rgba(20, 20, 20, .95);
	font-size: 16px;
	line-height: 26px;
	padding: 40px 20px 20px;
}

.visual-container .visual-frame > .container {
	max-width: 710px;
}

.visual-container .visual-frame .heading-holder {
	margin: 0 0 25px;
	padding: 0 0 4px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	border-bottom: 1px solid #979797;
}

.visual-container .visual-frame .heading-holder h2 {
	margin: 0;
	font-size: 32px;
	line-height: 36px;
}

.visual-container .visual-frame .heading-holder p {
	margin: 0 0 20px;
}

.visual-container .visual-frame .social-holder {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 20px;
}

.visual-container .visual-frame .social-holder .social-networks {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
	font-size: 18px;
	margin: 0 30px 0 0;
}

.visual-container .visual-frame .social-holder .social-networks > * {
	font-size: 16px;
	letter-spacing: 0;
	white-space: normal;
}

.visual-container .visual-frame .social-holder .social-networks li {
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}

.visual-container .visual-frame .social-holder .social-networks li a {
	color: #fff;
}

.visual-container .visual-frame .social-holder .social-networks li a:hover {
	color: #e1e1e1;
}

.visual-container .visual-frame .social-holder span {
	display: inline-block;
	vertical-align: middle;
}

.visual-container .visual-frame .social-holder .sub-logo {
	display: block;
	margin: 10px 0 0;
}

.visual-container .visual-frame .social-holder .sub-logo img {
	display: inline-block;
	vertical-align: middle;
}

.visual-container .visual-frame p {
	margin: 0 0 28px;
}

/* visual row styles */

.visual-row {
	overflow: hidden;
	position: relative;
	font-size: 22px;
	line-height: 45px;
	color: #fff;
	font-weight: 300;
}

.visual-row .bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 9999px;
}

.visual-row > .holder {
	position: relative;
	z-index: 1;
	padding: 60px 40px 40px 40px;
}

.visual-row .frame {
	overflow: hidden;
	text-align: center;
}

.visual-row .frame .btn {
	display: inline-block;
	vertical-align: middle;
	min-width: 190px;
	text-align: center;
}

.visual-row .sub-logo {
	display: block;
	margin: 0 0 20px;
}

/* tabset required styles for hidden tabs */

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
	width: 100%;
}

.tab-content {
	position: relative;
}

.fade-tabset .tab {
	background: #fff;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.fade-tabset .tab.active {
	opacity: 1;
}

.floatingCirclesG {
	position: relative;
	width: 38px;
	height: 38px;
	margin: auto;
}

.f_circleG {
	position: absolute;
	background-color: black;
	height: 7px;
	width: 7px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	animation-name: f_fadeG;
	-o-animation-name: f_fadeG;
	-ms-animation-name: f_fadeG;
	-webkit-animation-name: f_fadeG;
	-moz-animation-name: f_fadeG;
	animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

.frotateG_01 {
	left: 0;
	top: 16px;
	animation-delay: .45s;
	-o-animation-delay: .45s;
	-ms-animation-delay: .45s;
	-webkit-animation-delay: .45s;
	-moz-animation-delay: .45s;
}

.frotateG_02 {
	left: 4px;
	top: 4px;
	animation-delay: .6s;
	-o-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
}

.frotateG_03 {
	left: 16px;
	top: 0;
	animation-delay: .75s;
	-o-animation-delay: .75s;
	-ms-animation-delay: .75s;
	-webkit-animation-delay: .75s;
	-moz-animation-delay: .75s;
}

.frotateG_04 {
	right: 4px;
	top: 4px;
	animation-delay: .9s;
	-o-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
}

.frotateG_05 {
	right: 0;
	top: 16px;
	animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
	-ms-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-moz-animation-delay: 1.05s;
}

.frotateG_06 {
	right: 4px;
	bottom: 4px;
	animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
}

.frotateG_07 {
	left: 16px;
	bottom: 0;
	animation-delay: 1.35s;
	-o-animation-delay: 1.35s;
	-ms-animation-delay: 1.35s;
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s;
}

.frotateG_08 {
	left: 4px;
	bottom: 4px;
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
}

body {
	background: #1e1e1e;
	padding: 20px;
}

a {
	text-decoration: none;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

a:hover {
	opacity: .7;
}

/* wrapper styles */

#wrapper {
	overflow: hidden;
	background: #232323;
}

/* btns styles */

.btn {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	padding: 10px 20px;
	border: 1px solid #f6f6f6;
	color: #fff;
	border-radius: 3px;
	-webkit-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
	-webkit-transition: color .1s linear, background-color .1s linear, border-color .1s linear;
	transition: color .1s linear, background-color .1s linear, border-color .1s linear;
}

.btn:hover {
	color: #1e1e1e;
	background: #f6f6f6;
	opacity: 1;
}

.btn.btn-gray {
	background-color: rgba(30, 30, 30, .8);
	border-color: rgba(30, 30, 30, .8);
}

.btn.btn-gray:hover {
	background-color: rgba(30, 30, 30, 0);
	border-color: #1e1e1e;
	color: #1e1e1e;
}

.btn.btn-gray-dark {
	background-color: #232323;
	border-color: #232323;
}

.btn.btn-gray-dark:hover {
	background-color: #999;
	border-color: #999;
	color: #232323;
}

.btn.btn-danger {
	border-color: #d03939;
	background: #d03939;
}

.btn.btn-danger:hover {
	background: #A52425;
	border-color: #A52425;
	color: #FFF;
}

.btn.btn-default {
	border-color: #000;
	color: #000;
}

.btn.btn-default:hover {
	background-color: #4b4b4b;
	border-color: #4b4b4b;
	color: #fff;
}

.default-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 0 20px;
}

.default-list li {
	position: relative;
	padding: 0 0 10px 20px;
}

.default-list li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #4d4d4d;
}

/* heading styles */

.heading-area {
	text-align: center;
	color: #a7a7a7;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.heading-area h2 {
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0 0 5px;
	color: #fff;
}

.heading-area p {
	margin: 0 0 20px;
}

.heading-container {
	position: relative;
	color: #fff;
	text-align: center;
	padding: 35px;
	overflow: hidden;
}

.heading-container:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -1px 0 0;
	height: 1px;
	background: #464646;
}

.heading-container h2 {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	background: #232323;
}

/* visual box styles */

.visual-box {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
	text-align: center;
	color: #fff;
}

.visual-box > * {
	font-size: 16px;
	letter-spacing: 0;
	white-space: normal;
}

.visual-box:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	margin: 0 0 0 -1px;
	height: 300px;
}

.visual-box .container {
	position: relative;
	z-index: 1;
	font-size: 18px;
	padding: 20px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
}

.visual-box .bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 99999px;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.visual-box:hover {
	opacity: 1;
}

.visual-box.hover {
	opacity: 1;
}

.visual-box.hover .container {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.visual-box.hover .bg-stretch {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.visual-box p {
	margin: 0 0 10px;
}

.visual-box h1 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 12px 0;
	font-size: 74px;
	line-height: 74px;
	text-transform: uppercase;
	margin: 0 0 20px;
	border-width: 2px 0;
}

.visual-box h1:before,
.visual-box h1:after {
	content: "";
	position: absolute;
	left: 3px;
	right: 3px;
	height: 2px;
	background: #fff;
}

.visual-box h1:before {
	top: 0;
}

.visual-box h1:after {
	bottom: 0;
}

.visual-box h2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 12px 0;
	font-size: 46px;
	line-height: 45px;
	text-transform: uppercase;
	margin: 0 0 15px;
	font-weight:lighter;
}

.visual-box h2:before,
.visual-box h2:after {
	content: "";
	position: absolute;
	left: 3px;
	right: 3px;
	height: 2px;
	background: #fff;
}

.visual-box h2:before {
	top: 0;
}

.visual-box h2:after {
	bottom: 0;
}

.visual-box .date {
	font-style: normal;
	display: block;
}

/* logo holder styles */

.logo-holder {
	overflow: hidden;
	text-align: center;
	padding: 0 0 40px;
}

.logo-holder a {
	display: inline-block;
	vertical-align: top;
}

.logo-holder a img {
	vertical-align: top;
}

/* main holder styles */

.main-wrap {
	max-width: 710px;
	margin: 0 auto;
}

.main-wrap.add-wrap {
	font-size: 20px;
	line-height: 26px;
	color: #4d4d4d;
}

.main-wrap.add-wrap .title {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	color: #282828;
	margin: 0 0 8px;
}

.main-wrap.add-wrap p {
	margin: 0 0 25px;
}

.main {
	background: #ffffff;
	overflow: hidden;
	margin: 0 0 40px;
	padding: 40px 0;
	color: #4d4d4d;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.main a {
	color: #4d4d4d;
}

.main .heading-holder {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 15px;
	border-bottom: 1px solid #c6c6c6;
}

.main .heading-holder h2 {
	margin: 0;
	font-size: 36px;
	line-height: 42px;
	color: #000;
}

.main .heading-holder p {
	margin: 0 0 18px;
}

.main .heading-holder p a {
	color: #db5049;
	display: inline-block;
	margin: 0 0 0 6px;
}

.main p {
	margin: 0 0 20px;
	text-align: left;
}

.main ul {
	text-align: left;
}

.main-frame {
	max-width: 800px;
	margin: 0 auto;
}

.main-frame h2 {
	text-align: center;
	margin: 0 0 30px;
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
	color: #fff;
}

.main-holder {
	padding: 0 27px;
}

/* btn holder styles */

.btn-holder {
	text-align: center;
	padding: 0 0 20px;
}

.four-columns + .btn-holder {
	padding: 0 0 20px;
}

.btn-holder .btn {
	margin: 0 10px 20px;
	min-width: 190px;
}

/* blocks list styles */

.blocks-list {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}

.blocks-list li {
	padding: 0 0 40px;
}

/* visual block styles */

.visual-block {
	position: relative;
	background: #fff;
	color: #a7a7a7;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	overflow: hidden;
}

.visual-block .heading-holder {
	text-align: right;
}

.visual-block.hover .img-holder img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.visual-block .img-holder {
	position: relative;
	overflow: hidden;
	height: 275px;
}

.visual-block .img-holder img {
	width: 100%;
	max-width: 9999px;
	display: block;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.visual-block .text-holder {
	font-size: 16px;
	line-height: 22px;
	padding: 20px;
	min-height:410px;
}

.visual-block .text-holder .heading-holder {
	overflow: hidden;
	border-bottom: 2px solid #dfdfdf;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 10px;
	margin: 0 0 40px;
	text-transform: uppercase;
}

.visual-block .text-holder .heading-holder h3 {
	margin: 0;
	float: left;
	text-transform: uppercase;
	color: #282828;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

.visual-block .text-holder .heading-holder .date {
	display: inline-block;
	vertical-align: top;
	color: #d2d2d2;
	letter-spacing: 1px;
}

.visual-block .text-holder h4 {
	position: relative;
	margin: 0;
	padding: 0 0 12px;
	margin: 0 0 13px;
	font-size: 26px;
	line-height: 31px;
	color: #000;
	font-weight: bold;
}

.visual-block .text-holder h4:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 50px;
	margin: 0 0 0 -25px;
	height: 1px;
	bottom: 0;
	background: #979797;
	display:none;
}

.visual-block .text-holder p {
	margin: 0 0 46px;
}

.visual-block .text-holder .more {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #d03939;
	position:absolute;
	bottom:20px;
	left:42%;
}

/* box styles */

.box {
	margin: 0 0 20px;
	border: 1px solid #fff;
	text-align: center;
	padding: 35px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	background: #323232;
}

.box-holder .box {
	padding: 25px 10px 15px;
}

.box p {
	margin: 0;
}

.box h3 {
	margin: 0 0 25px;
	padding: 0 0 17px;
	font-size: 42px;
	line-height: 42px;
	font-weight: 300;
	position: relative;
}

.box-holder .box h3 {
	margin: 0 0 22px;
	padding: 0 0 7px;
	font-size:30px;
	font-weight:300;
}

.box h3:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -25px;
	height: 2px;
	width: 50px;
	background: #646464;
}

.box .text-holder {
	font-size: 16px;
	line-height: 24px;
	color: #a7a7a7;
	min-height: 78px;
}

.box .text-holder p {
	margin: 0 0 24px;
}

.box .text-holder p a {
	color: #a7a7a7;
}

.box .btn {
	margin: 0 0 15px;
	min-width: 150px;
	padding: 8px 20px;
	border-radius: 0;
}

/* thumbnail styles */

.thumbnail {
	margin: 0 0 20px;
}

.thumbnail .img-holder {
	overflow: hidden;
}

.thumbnail .img-holder img {
	width: 100%;
	display: block;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
}

.thumbnail.hover .img-holder img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.thumbnail .text-holder {
	position: relative;
	background: #f5f5f5;
	text-align: center;
	padding: 10px 25px 62px;
	color: #000;
	font-weight: 300;
}

.thumbnail .text-holder .heading-holder {
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: 2px solid #dfdfdf;
	text-align: right;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #d2d2d2;
}

.thumbnail .text-holder .heading-holder h3 {
	float: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #282828;
	text-transform: uppercase;
}

.thumbnail .text-holder .heading-holder .date {
	display: inline-block;
	vertical-align: top;
}

.thumbnail .text-holder .btn-holder {
	position: absolute;
	bottom: 1px;
	left: 1px;
	right: 1px;
	padding: 0;
}

.thumbnail .text-holder .btn-holder .btn {
	display: block;
	width: 100%;
	border-radius: 0;
	margin: 0;
	line-height: 30px;
	min-width: 0;
}

.thumbnail .text-holder p {
	margin: 0 20px 28px;
}

/* container styles */

.container {
	max-width: 1120px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

/* area styles */

.area {
	padding: 15px 0;
	background: #f5f5f5;
	color: #444;
}

.area .logo-holder {
	text-align: left;
	padding: 0 0 23px;
}

.area .area-box {
	border-left: 1px solid #979797;
	padding: 0 30px 6px;
	margin: 0 0 30px;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
}

.area h2 {
	margin: 0 0 35px;
	text-align: center;
	font-size: 21px;
	line-height: 28px;
	color: #232323;
}

.area .heading {
	display: block;
	font-size: 20px;
	line-height: 26px;
        font-weight: 500;
}

.area .date {
	display: block;
	font-size: 20px;
	line-height: 26px;
	padding: 0 0 22px;
	font-style: normal;
}

.area p {
	margin: 0 0 23px;
}

.area .more {
	display: inline-block;
	vertical-align: top;
	color: #db4f48;
	font-size: 18px;
	line-height: 26px;
}

/* hr styles */

hr {
	border: 0;
	height: 1px;
	background: #2a2a2a;
	margin: 0 0 20px;
}

/* area-container styles */

.area-container {
	margin: 0 0 40px;
	text-align: center;
	font-weight: 300;
	color: #000;
}

.area-container h3 {
	margin: 0 0 45px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	color: #282828;
}

.area-container > div + div {
	border-top: 2px solid #f0f0f0;
}

.area-container .area-holder {
	padding: 44px 0 35px;
	background: #fafafa;
}

.area-container .area-holder h3 {
	margin: 0;
}

.area-container .area-frame {
	padding: 45px 0 30px;
	background: #f5f5f5;
}

.area-container .area-frame.add-frame {
	border-top: 2px solid #dcdcdc;
	background: #f0f0f0;
}

.area-container .btn {
	margin: 0 0 20px;
	border-radius: 0;
	background-color: #999;
	border-color: #999;
	color: #fff;

}

/* list logos styles */

.list-logos {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
	margin: 0 0 50px;
	white-space: normal;
}

.list-logos > * {
	font-size: 16px;
	letter-spacing: 0;
	white-space: normal;
}

.list-logos li {
	margin: 0 0 20px;
}

.list-logos li img {
	display: inline-block;
	vertical-align: middle;
}

.list-logos.add li {
	margin: 0 15px 30px;
}

/* container contact styles */

.container-contact {
	overflow: hidden;
	margin: 0 0 20px;
	background: #0f0f0f;
	color: #a7a7a7;
	font-size: 16px;
	line-height: 26px;
}

.container-contact h2 {
	margin: 0;
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
	color: #fff;
}

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

.container-contact .more {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

.container-contact .contact-info {
	overflow: hidden;
	padding: 15px 25px;
}

.container-contact .map-holder {
	overflow: hidden;
}

.container-contact .map-holder iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

/* block styles */

.block {
	position: relative;
	background: #f5f5f5;
	color: #a7a7a7;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	overflow: hidden;
	margin: 0 0 40px;
}

.block.hover .img-holder img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.block .img-holder {
	position: relative;
	overflow: hidden;
	height: 275px;
}

.block .img-holder img {
	width: 100%;
	max-width: 9999px;
	display: block;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.block .text-holder {
	font-size: 16px;
	line-height: 22px;
	padding: 20px;
}

.block .text-holder .heading-holder {
	overflow: hidden;
	border-bottom: 2px solid #dfdfdf;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 10px;
	margin: 0 0 40px;
	text-transform: uppercase;
}

.block .text-holder .heading-holder .date {
	display: inline-block;
	vertical-align: top;
	color: #d2d2d2;
	letter-spacing: 1px;
}

.block .text-holder h3 {
	margin: 0;
	float: left;
	text-transform: uppercase;
	color: #282828;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

.block .text-holder h4 {
	position: relative;
	margin: 0;
	padding: 0 0 12px;
	margin: 0 0 13px;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: 300;
}

.block .text-holder h4:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 50px;
	margin: 0 0 0 -25px;
	height: 1px;
	bottom: 0;
	background: #979797;
}

.block .text-holder p {
	margin: 0 0 46px;
}

.block .text-holder .more {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #000;
	letter-spacing: 1px;
}

/* simple post */

.simple-post {
	color: #a7a7a7;
	font-size: 16px;
	line-height: 22px;
	padding: 5px 0 27px;
	overflow: hidden;
}

.simple-post h3 {
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 25px;
	color: #fff;
	border-bottom: 1px solid #979797;
	margin: 0 0 25px;
}

.simple-post p {
	margin: 0 0 28px;
}

.heading-box {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0 0 20px;
}

.heading-box h2 {
	font-size: 42px;
	line-height: 46px;
	margin: 0 auto;
	word-spacing: 4px;
	color: #fff;
	max-width: 600px;
}

/* post section */

.post-section {
	width: 100%;
	overflow: hidden;
	background: #fff;
	font-weight: 300;
	margin: 0 0 43px;
	padding: 35px 0;
}

.post-section > .container {
	max-width: inherit;
}

.post-section .header-holder {
	overflow: hidden;
	margin: 0 0 36px;
}

.post-section h2 {
	font-size: 30px;
	line-height: 33px;
	margin: 0 0 10px;
	word-spacing: 4px;
	color: #000;
	font-weight:300;
}

.post-section .holder {
	overflow: hidden;
}

.post-section .holder .left-box {
	width: 100%;
	overflow: hidden;
	max-width: inherit;
	padding: 10px 0;
	margin: 0 0 10px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #979797;
}

.post-section .holder .left-box h3 {
	float: left;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	margin: 0 5px 0 0;
	color: #000;
}

.post-section .holder .left-box .date {
	float: left;
	color: #a7a7a7;
}

.post-section .holder .social-networks {
	float: left;
	max-width: inherit;
	color: #a7a7a7;
}

.post-section .holder .social-networks li {
	float: left;
	margin: 0 20px 0 0;
}

.post-section .holder .social-networks a {
	color: #646464;
}

.post-section p {
	margin: 0 0 24px;
}

.post-section .post {
	overflow: hidden;
	margin: 0 0 6px;
}

.post-section .post .img-box {
	width: 290px;
	margin: 0 auto 20px;
}

.post-section .post .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.post-section .post .title {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	margin: 0 0 10px;
	color: #282828;
}

.post-section .post .subtitle {
	display: block;
	font-size: 21px;
	line-height: 25px;
	font-weight: 300;
	color: #a7a7a7;
}

.post-section .post p {
	margin: 0 0 25px;
}

.post-section .author {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	margin: 0 0 8px;
	color: #282828;
}

.post-section .subtitle {
	display: block;
	font-size: 21px;
	line-height: 25px;
	font-weight: 300;
	color: #a7a7a7;
	margin: 0 0 5px;
}

.post-section .text {
	display: block;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.post-section .default-list {
	margin: 0 0 30px 0;
}

.post-section .default-list li:before {
	top: 9px;
}

/* info section */

.info-section {
	width: 100%;
	min-height: 440px;
	overflow: hidden;
	background: #0f0f0f;
	padding: 30px 0;
	margin: 20px 0 0;
	font-size: 16px;
	line-height: 19px;
	color: #a7a7a7;
}

.info-section > .container {
	max-width: 1040px;
	position: relative;
	padding: 0 20px;
}

.info-section .img-box {
	position: static;
	width: 100%;
	margin: 0 auto 40px;
}

.info-section .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.info-section h2 {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 10px;
	color: #fff;
}

.info-section .brochure-list {
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.info-section .brochure-list li {
	display: block;
	margin: 0 0 14px;
}

.info-section .brochure-list li.active a {
	border-color: #d03939;
	background: #d03939;
}

.info-section .brochure-list a {
	display: block;
	color: #fff;
	width: 200px;
	margin: 0 auto;
	border: 1px solid #c8c8c8;
	padding: 10px;
	-webkit-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;
	-webkit-transition: color .4s linear, background-color .4s linear, border-color .4s linear;
	transition: color .4s linear, background-color .4s linear, border-color .4s linear;
}

.info-section .brochure-list a:hover {
	border-color: #d03939;
	background: #d03939;
	opacity: 1;
}

/* registration section */

.registration-section {
	overflow: hidden;
	text-align: center;
	padding: 58px 0 0;
}

.registration-section .header-holder {
	max-width: 750px;
	overflow: hidden;
	margin: 0 auto 16px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #a7a7a7;
}

.registration-section h2 {
	font-size: 30px;
	line-height: 33px;
	margin: 0 0 5px;
	color: #fff;
}

.registration-section p {
	margin: 0 0 10px;
}

.registration-section > .add-registeration {
	position: relative;
	padding: 0 0 60px;
	z-index: 1;
}

.registration-section > .add-registeration .info-list {
	text-align: center;
	min-height: inherit;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #f7f7f7;
}

.registration-section > .add-registeration .info-list li {
	position: relative;
	margin: 0 0 20px;
}

.registration-section > .add-registeration .info-list li .icon-check {
	position: relative;
	top: 3px;
}

.registration-section > .add-registeration h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	font-size: 30px;
	line-height: 34px;
	min-height: inherit;
	text-align: center;
}

.registration-section > .add-registeration h3 span {
	display: block;
	width: 100%;
}

.registration-section > .add-registeration .center > .box {
	position: relative;
	background: none;
	border: 0;
	padding: 35px 10px;
}

.registration-section > .add-registeration .center > .box:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #3c3c3c;
	border: 1px solid #fff;
	z-index: -1;
}

.registration-section > .add-registeration .center > .box h3 {
	display: inline-block;
	min-height: inherit;
	text-align: center;
}

.registration-section > .add-registeration .center > .box h3 span {
	display: block;
	width: 100%;
}

.registration-section > .add-registeration .center > .box .info-list {
	margin: 0;
}

.registration-section > .add-registeration .center > .box .btn {
	margin: 0;
}

/* exhibitor section */

.exhibitior-section {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 22px 20px;
	border-top: 2px solid #212121;
}

.exhibitior-section > .container {
	max-width: 942px;
	padding: 0;
	margin: 0 auto;
}

.exhibitior-section .header-holder {
	overflow: hidden;
	margin: 0 0 40px;
	text-align: center;
	position: relative;
}

.exhibitior-section .header-holder h2 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.exhibitior-section .header-holder .btn {
	position: static;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
	border: 1px solid #d03939;
	color: #d03939;
	border-radius: 0;
	padding: 11px 32px;
}

.exhibitior-section .header-holder .btn:hover {
	color: #fff;
	background: #d03939;
}

.exhibitior-section .inner-holder {
	overflow: hidden;
	width: 100%;
}

.exhibitior-section .inner-holder .head {
	width: 100%;
	padding: 11px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	overflow: hidden;
	background: #2d2d2d;
}

.exhibitior-section .inner-holder .head .title {
	float: left;
	max-width: 180px;
}

.exhibitior-section .inner-holder .head .number-text {
	float: right;
	width: 60px;
	text-align: right;
}

.exhibitior-section .inner-holder .head .number-text i {
	display: none;
	font-style: normal;
}

.exhibitior-section .info-block {
	overflow: hidden;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
}

.exhibitior-section .info-block .heading {
	display: block;
	text-transform: uppercase;
	padding: 12px 10px;
	background: #f5f5f5;
}

.exhibitior-section .info-block .detail {
	width: 100%;
	border-top: 1px solid #c8c8c8;
}

.exhibitior-section .info-block .detail li {
	overflow: hidden;
	padding: 11px 10px;
	border-bottom: 1px solid #c8c8c8;
}

.exhibitior-section .info-block .detail .title {
	float: left;
	max-width: 180px;
}

.exhibitior-section .info-block .detail .number-text {
	float: right;
	width: 40px;
	text-align: right;
}

/* gallery section */

.gallery-section {
	overflow: hidden;
	width: 100%;
	padding: 50px 20px;
}

.gallery-section > .container {
	padding: 0;
	max-width: 1076px;
}

.gallery-section .header-holder {
	margin: 0 0 40px;
	text-align: center;
	position: relative;
}

.gallery-section .header-holder h2 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
	margin: 0 0 14px;
	color: #fff;
	text-transform: uppercase;
}

.gallery-section .load-more-holder {
	position: relative;
}

.gallery-section .load-more-holder .load-more {
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
}

.gallery-section .load-more-holder .floatingCirclesG {
	display: none;
}

.gallery-section .load-more-holder.is-busy .floatingCirclesG {
	display: block;
}

.gallery-section .gallery-list {
	margin: 0 -12px;
	letter-spacing: -.32em;
}

.gallery-section .gallery-list li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 0 10px;
	letter-spacing: 0;
}

.gallery-section .gallery-list a {
	display: block;
}

.gallery-section .gallery-list img {
	display: block;
	width: 100%;
	height: auto;
}

/* tab section */

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

.tabs-section .filter-block {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px 0;
	border-bottom: 2px solid #5c5c5c;
}

.tabs-section .filter-block .title {
	display: none;
	width: 135px;
	color: #fff;
}

.tabs-section .filter-block .filter-list {
	display: none;
}

.tabs-section .filter-block .filter-list li {
	float: left;
	position: relative;
	padding: 0 7px;
}

.tabs-section .filter-block .filter-list li:first-child:after {
	display: none;
}

.tabs-section .filter-block .filter-list li:after {
	position: absolute;
	top: 3px;
	left: 0;
	content: "";
	width: 1px;
	height: 10px;
	background: #a7a7a7;
}

.tabs-section .filter-block .filter-list li:hover a,
.tabs-section .filter-block .filter-list li.active a {
	color: #fff;
}

.tabs-section .filter-block .filter-list a {
	display: block;
	opacity: 1;
	color: #a7a7a7;
}

.tabs-section .tabset {
	display: none;
	position: relative;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	text-transform: capitalize;
	background: #2d2d2d;
	border-bottom: 2px solid #121212;
}

.tabs-section .tabset li {
	float: left;
	border-right: 2px solid #232323;
}

.tabs-section .tabset li:hover a,
.tabs-section .tabset li.active a {
	background: #c8c8c8;
	color: #000;
}

.tabs-section .tabset a {
	display: block;
	padding: 16px 18px;
	color: #f7f7f7;
	opacity: 1;
	-webkit-transition: color .4s linear, background-color .4s linear, border-color .4s linear;
	transition: color .4s linear, background-color .4s linear, border-color .4s linear;
}

.schedule {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.schedule .header-holder {
	margin: 0;
}

.schedule .header-holder h2 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
	margin: 0 0 14px;
	color: #000;
	text-transform: uppercase;
}

.schedule .badge-block {
	width: 242px;
	min-height: 40px;
	margin: 0 auto 10px;
	max-width: inherit;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	text-transform: uppercase;
	word-spacing: 2px;
	color: #a7a7a7;
	text-align: left;
	border: 1px solid #979797;
	position: relative;
}

.schedule .badge-block .key-text {
	display: none;
	position: absolute;
	top: 11px;
	left: 18px;
	text-transform: uppercase;
	color: #a7a7a7;
}

.schedule .badge-block .list-add {
	position: absolute;
	top: 13px;
	left: 18px;
}

.schedule .badge-block .list-add li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 20px 0 0;
	border-radius: 50%;
	color: #d03939;
}

.schedule .badge-block .list-add li i {
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #d03939;
	font-style: normal;
}

.schedule .badge-block .list-add li.first {
	border: 2px solid #000;
	background: none;
}

.schedule .badge-block .list-add li.second {
	border: 0;
	background: #d03939;
}

.schedule .badge-block .list-add li.third {
	border: 2px solid #000;
	background: #d03939;
}

.schedule .badge-block .badge-opener {
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
	width: 42px;
	height: 32px;
	outline: none;
	border-left: 1px solid #979797;
}

.schedule .badge-block .badge-opener:after {
	position: absolute;
	top: 0;
	left: 9px;
	content: "\e900";
	font-family: "icomoon";
	font-size: 20px;
	line-height: 32px;
	color: #000;
}

.schedule .badge-block .slide {
	position: absolute;
	top: 39px;
	left: 0;
	right: 0;
	overflow: hidden;
	display: block;
	background: #f5f5f5;
	max-height: 0;
	border-top: 1px solid #fff;
	z-index: 55;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.schedule .badge-block .slide .inner {
	padding: 15px;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.badge-active .schedule .badge-block .slide .inner {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.badge-active .schedule .badge-block .badge-opener:after {
	content: "\e901";
}

.badge-active .schedule .badge-block .slide {
	max-height: 600px;
	width: 100%;
}

.badge-active .schedule .badge-block .key-text {
	display: block;
}

.badge-active .schedule .badge-block .list-add {
	display: none;
}

.schedule .badge-block .title-text {
	display: block;
	font-weight: 500;
	width: 100%;
	padding: 0 0 5px 25px;
	position: relative;
}

.schedule .badge-block .title-text:after {
	position: absolute;
	top: 2px;
	left: 2px;
	content: "*";
	color: #d03939;
	font-size: 20px;
	border-radius: 50%;
}

.schedule .badge-block .list {
	width: 100%;
}

.schedule .badge-block .list li {
	position: relative;
	padding: 0 0 5px 25px;
}

.schedule .badge-block .list li:after {
	position: absolute;
	top: 2px;
	left: 0;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.schedule .badge-block .list li.first:after {
	border: 2px solid #000;
	background: #d03939;
}

.schedule .badge-block .list li.second:after {
	border: 0;
	background: #d03939;
}

.schedule .badge-block .list li.third:after {
	border: 2px solid #000;
	background: none;
}

.schedule .tabset {
	border-bottom: 2px solid #505050;
}

.schedule .tabset li em {
	font-style: normal !important;
}

.schedule .tabset .date {
	position: absolute;
	top: 15px;
	right: 10px;
	color: #f7f7f7;
	cursor: text;
}

.schedule .filter-block {
	border-bottom: 0 solid #b7b7b7;
}

.schedule .filter-block .title {
	color: #000;
}

.schedule .filter-block .filter-list {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 12px;
	line-height: 15px;
}

.schedule .filter-block .filter-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 -.32em;
	padding: 0 7px;
	float: none;
}

.schedule .filter-block .filter-list li:after {
	width: 1px;
	height: 10px;
	background: #a7a7a7;
}

.schedule .filter-block .filter-list li:hover a,
.schedule .filter-block .filter-list li.active a {
	color: #000;
}

.schedule .filter-block .filter-list a {
	display: block;
	opacity: 1;
	color: #a7a7a7;
}

.schedule-area {
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #b7b7b7;
	padding: 20px 10px;
	text-align: center;
}

.schedule-area .detail-area {
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	color: #555;
}

.schedule-area .detail-area p {
	margin: 0 0 20px;
}

.schedule-area .inner {
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
}

.schedule-area .inner .title-area {
	/*quick fix to override multiple unwanted media queries */
	width: 100% !important;
}

.schedule-area .inner .title-area .title {
	display: block;
	color: #000;
	margin: 0 0 15px;
}

.schedule-area .inner .title-area sup {
	color: #d03939;
}

.schedule-area .inner .list {
	width: 49px;
	overflow: hidden;
	margin: 20px auto 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.schedule-area .inner .list li {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	border-radius: 50%;
}

.schedule-area .inner .list li.first {
	border: 2px solid #000;
	background: none;
}

.schedule-area .inner .list li.second {
	border: 0;
	background: #d03939;
}

.schedule-area .inner .list li.third {
	border: 2px solid #000;
	background: #d03939;
}

.schedule-area .inner .text {
	display: block;
}

.schedule-area .inner .logo-img {
	display: inline-block;
	vertical-align: top;
}

.schedule-area .inner .logo-img img {
	display: block;
}

.schedule-area .date {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 20px;
}

.schedule-area .date span {
	display: block;
	color: #000;
}

.schedule-area .btn {
	margin: 4px auto 0;
	position: relative;
	width: 24px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	text-align: center;
}

.schedule-area .btn span {
	display: block;
	text-indent: -9999px;
}

.schedule-area .btn:hover {
	background: none;
}

.schedule-area .btn:hover:after {
	color: #d03939;
}

.schedule-area .btn:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "\e903";
	font-family: "icomoon";
	font-size: 24px;
	color: #000;
	-webkit-transition: color .4s linear, background-color .4s linear, border-color .4s linear;
	transition: color .4s linear, background-color .4s linear, border-color .4s linear;
}

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

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

.icon-btn:before {
	content: "\e903";
}

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

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

.icon-arrow_drop_down:before {
	content: "\e902";
}

.icon-check:before {
	content: "\e910";
}

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

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

@media (min-width: 375px) {
	.jcf-select {
		width: 295px;
	}

	.info-section {
		font-size: 20px;
		line-height: 23px;
	}

	.info-section .img-box {
		width: 294px;
	}

	.info-section h2 {
		font-size: 32px;
		line-height: 36px;
	}

	.gallery-section .gallery-list li {
		padding: 0 0 20px;
	}

	.schedule .badge-block {
		width: 297px;
	}

	.schedule-area {
		padding: 35px 10px;
	}
}

@media (min-width: 480px) {
	.four-columns > * {
		width: 50%;
		padding: 0 10px 20px;
		display: inline-block;
		vertical-align: top;
	}

	.gallery-section .gallery-list li {
		width: 50%;
		padding: 0 6px 12px;
	}
}

@media (min-width: 768px) {
	.twocolumns {
		margin: 0 0 60px;
	}

	.twocolumns > * {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.treecolumns {
		margin: 0 -10px;
	}

	.treecolumns > * {
		width: 33.3333333%;
		padding: 0 10px 20px;
		display: inline-block;
		vertical-align: top;
	}

	.four-columns {
		margin: 0 -10px 12px;
	}

	.fancybox-close {
		top: -15px;
		right: -15px;
	}

	.fancybox-prev span {
		left: -20px;
	}

	.fancybox-next span {
		right: -20px;
	}

	.jcf-select {
		display: none !important;
	}

	#header .social-networks {
		margin: 0;
		right: 70px;
		position: absolute;
		top: 50%;
		margin: 5px 0 0;
	}

	.add-nav-opener {
		display: none;
	}

	.add-nav {
		padding: 16px 0 11px;
	}

	.add-nav .slide {
		max-height: 9999px;
	}

	.add-nav ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 5px;
	}

	.add-nav ul li.active a {
		font-weight: 900;
	}

	.add-nav ul li.active a:hover {
		opacity: 1;
	}

	.add-nav ul li a {
		padding: 0;
		color: #000;
	}

	#footer {
		text-align: left;
		padding: 40px 50px 20px;
	}

	#footer .social-networks {
		float: right;
		margin: 33px 0 0 12px;
	}

	#footer .footer-holder .logo {
		float: left;
		margin: 0 48px 0 0;
	}

	#footer .footer-holder ul {
		font-size: 0;
		letter-spacing: -4px;
		white-space: nowrap;
	}

	#footer .footer-holder ul > * {
		font-size: 16px;
		letter-spacing: 0;
		white-space: normal;
	}

	#footer .footer-holder ul li {
		display: inline-block;
		vertical-align: top;
	}

	#footer .footer-holder ul li + li {
		margin: 0 0 0 30px;
		display: inline-block;
		vertical-align: top;
	}

	#footer .footer-holder .holder {
		padding: 9px 0;
	}

	#footer .footer-holder .frame {
		padding: 15px 0 14px;
	}

	#footer .footer-holder .frame ul li + li {
		margin: 0 0 0 30px;
	}

	.visual h1 {
		font-size: 74px;
		line-height: 74px;
		padding: 20px 0;
		font-weight:lighter;
	}

	.visual h1:before,
	.visual h1:after {
		left: 18%;
		right: 18%;
	}

	.visual-container .details-list li {
		font-size: 21px;
		line-height: 28px;
	}

	.visual-container .info-list li {
		margin: 0 5px;
	}

	.visual-container .info-list li .btn {
		min-width: 290px;
	}

	.visual-container .visual-info {
		padding: 10px 20px;
	}

	.visual-container .visual-info li {
		display: inline-block;
		vertical-align: top;
	}

	.visual-container .visual-info li + li:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		height: 22px;
		margin: 0 20px;
		background: #a7a7a7;
	}

	.visual-container .visual-holder {
		font-size: 21px;
		line-height: 26px;
	}

	.visual-container .visual-holder > .container {
		padding-top: 135px;
		padding-bottom: 135px;
	}

	.visual-container .visual-holder > .container .info-container {
		margin: 0 0 -90px;
	}

	.visual-container .visual-holder h1 {
		margin: 0;
		font-size: 70px;
		line-height: 70px;
		font-weight:lighter;
	}

	.visual-container .visual-holder .visual-wrap {
		padding: 0 0 165px;
	}

	.visual-container .visual-holder .visual-wrap h1 {
		font-size: 54px;
		line-height: 54px;
	}

	.visual-container .visual-frame {
		font-size: 20px;
		line-height: 28px;
		padding: 60px 20px;
	}

	.visual-container .visual-frame .heading-holder {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 30px;
		padding: 0 0 7px;
	}

	.visual-container .visual-frame .heading-holder h2 {
		font-size: 40px;
		line-height: 46px;
		font-weight:lighter;
	}

	.visual-container .visual-frame .heading-holder p {
		margin: 0 0 30px;
	}

	.visual-container .visual-frame .social-holder {
		padding: 4px 0 30px;
	}

	.visual-container .visual-frame .social-holder .sub-logo {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}

	.visual-row > .holder {
		padding: 93px 83px 83px 64px;
	}

	.visual-row .frame {
		text-align: right;
	}

	.visual-row .frame span {
		display: inline-block;
		vertical-align: middle;
	}

	.visual-row .frame .btn {
		margin: 0 0 0 70px;
	}

	.visual-row .sub-logo {
		float: left;
		margin: 0 30px 0 0;
	}

	body {
		padding: 40px;
	}

	.visible-phone {
		display: none;
	}

	.default-list {
		margin: 0 0 30px;
	}

	.default-list li {
		padding: 0 0 20px 30px;
	}

	.default-list li:before {
		top: 12px;
	}

	.heading-area {
		font-size: 20px;
		line-height: 26px;
	}

	.heading-area h2 {
		font-size: 42px;
		line-height: 42px;
	}

	.heading-area p {
		margin: 0 0 30px;
	}

	.heading-container {
		padding: 28px;
	}

	.heading-container h2 {
		font-size: 24px;
		line-height: 33px;
	}

	.visual-box:before {
		height: 340px;
	}

	.visual-box h1 {
		font-size: 74px;
		line-height: 74px;
		padding: 25px 0;
	}

	.visual-box h1:before,
	.visual-box h1:after {
		left: 10%;
		right: 10%;
	}

	.visual-box h2 {
		font-size: 54px;
		line-height: 54px;
		padding: 15px 0;
	}

	.visual-box h2:before,
	.visual-box h2:after {
		left: 10%;
		right: 10%;
	}

	.logo-holder {
		padding: 0 0 60px;
	}

	.main {
		font-size: 18px;
		line-height: 28px;
		padding: 70px 0;
	}

	.main .heading-holder {
		font-size: 22px;
		line-height: 28px;
		margin: 0 0 28px;
	}

	.main .heading-holder h2 {
		font-size: 42px;
		line-height: 48px;
	}

	.main .heading-holder p {
		margin: 0 0 28px;
	}

	.main-frame h2 {
		font-size: 42px;
		line-height: 48px;
		margin: 0 0 40px;
	}

	.main-holder {
		padding: 0 54px;
	}

	.four-columns + .btn-holder {
		padding: 0 0 42px;
	}

	.blocks-list {
		font-size: 0;
		letter-spacing: -4px;
		white-space: nowrap;
	}

	.blocks-list > * {
		font-size: 16px;
		letter-spacing: 0;
		white-space: normal;
	}

	.visual-block .text-holder .heading-holder {
		margin: 0 0 10px;
	}

	.visual-block .text-holder p {
		margin: 0 0 10px;
	}

	.visual-block .text-holder .more {
		margin: 0;
		font-size:18px;
	}

	.box-holder {
		padding: 20px 0;
	}

	.box h3 {
		font-size: 34px;
		line-height: 34px;
	}

	.area .area-box {
		font-size: 18px;
	}

	hr {
		margin: 0 0 40px;
	}

	.list-logos li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px 20px;
	}

	.list-logos.add li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 40px 60px;
		text-align: center;
	}

	.container-contact {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 40px;
	}

	.container-contact h2 {
		font-size: 42px;
		line-height: 42px;
	}

	.container-contact p {
		margin: 0 0 20px;
	}

	.container-contact .contact-info {
		padding: 25px 40px;
	}

	.container-contact .map-holder {
		float: left;
		width: 66%;
	}

	.block .text-holder .heading-holder {
		margin: 0 0 10px;
	}

	.block .text-holder p {
		margin: 0 0 10px;
	}

	.block .text-holder .more {
		margin: 0;
	}

	.simple-post {
		font-size: 20px;
		line-height: 28px;
		padding: 15px 0 57px;
	}

	.simple-post h3 {
		font-size: 24px;
		line-height: 28px;
		padding: 0 0 35px;
		margin: 0 0 35px;
	}

	.post-section {
		padding: 30px 20px;
	}

	.post-section > .container {
		max-width: 710px;
	}

	.post-section h2 {
		font-size: 42px;
		line-height: 46px;
		margin: 0 0 28px;
		word-spacing: 0px;
	}

	.post-section .holder {
		border-width: 1px 0;
		border-style: solid;
		border-color: #979797;
		padding: 9px 0;
	}

	.post-section .holder .left-box {
		float: left;
		border: 0;
		padding: 0;
		margin: 0;
		max-width: 250px;
	}

	.post-section .holder .social-networks {
		float: right;
		max-width: 250px;
	}

	.post-section .holder .social-networks li {
		margin: 0 0 0 20px;
	}

	.post-section .post .img-box {
		float: left;
		margin: 0 25px 30px 0;
	}

	.post-section .default-list {
		margin: 0 0 50px 25px;
	}

	.info-section {
		padding: 50px 0;
	}

	.info-section > .container {
		padding: 0 20px 0 310px;
	}

	.info-section .img-box {
		position: absolute;
		top: 0;
		left: 20px;
		margin: 0;
		width: 250px;
	}

	.info-section h2 {
		font-size: 42px;
		line-height: 46px;
	}

	.info-section .brochure-list li {
		float: left;
		margin: 0 10px 10px 0;
	}

	.info-section .brochure-list a {
		width: 160px;
		margin: 0;
	}

	.registration-section .header-holder {
		font-size: 20px;
		line-height: 24px;
		margin: 0 auto 56px;
	}

	.registration-section h2 {
		font-size: 42px;
		line-height: 46px;
	}

	.registration-section > .add-registeration .info-list {
		min-height: 160px;
		font-size: 15px;
		line-height: 18px;
	}

	.registration-section > .add-registeration h3 {
		min-height: 80px;
		font-size: 30px;
		line-height: 34px;
	}

	.registration-section > .add-registeration .center > .box {
		padding: 5px 10px;
	}

	.registration-section > .add-registeration .center > .box:after {
		top: -35px;
		bottom: -35px;
	}

	.registration-section > .add-registeration .center > .box .info-list {
		margin: 0 0 40px;
	}

	.registration-section > .add-registeration .center > .box .btn {
		margin: 18px 0 0;
	}

	.exhibitior-section .header-holder h2 {
		font-size: 42px;
		line-height: 46px;
	}

	.exhibitior-section .inner-holder .head {
		padding: 16px 28px;
	}

	.exhibitior-section .inner-holder .head .title {
		max-width: 650px;
	}

	.exhibitior-section .inner-holder .head .number-text {
		width: 158px;
		text-align: left;
	}

	.exhibitior-section .inner-holder .head .number-text i {
		display: inline-block;
	}

	.exhibitior-section .info-block {
		font-size: 20px;
		line-height: 23px;
	}

	.exhibitior-section .info-block .heading {
		padding: 16px 28px;
	}

	.exhibitior-section .info-block .detail li {
		padding: 15px 28px;
	}

	.exhibitior-section .info-block .detail .title {
		max-width: 650px;
	}

	.exhibitior-section .info-block .detail .number-text {
		width: 158px;
		text-align: left;
	}

	.gallery-section .header-holder h2 {
		font-size: 42px;
		line-height: 46px;
	}

	.gallery-section .gallery-list li {
		width: 33%;
		padding: 0 6px 12px;
	}

	.tabs-section .filter-block .title {
		float: left;
		display: block;
	}

	.tabs-section .filter-block .filter-list {
		float: right;
		display: block;
	}

	.tabs-section .tabset {
		display: block;
	}

	.schedule .header-holder {
		margin: 0 0 40px;
	}

	.schedule .header-holder h2 {
		font-size: 42px;
		line-height: 46px;
	}

	.schedule .badge-block {
		margin: -60px auto 0;
		overflow: hidden;
		max-width: 1076px;
		min-height: inherit;
		font-weight: 300;
		width: auto;
		border: 0;
		padding: 0;
		color: #000;
	}

	.schedule .badge-block .list-add {
		display: none;
	}

	.schedule .badge-block .badge-opener {
		display: none;
	}

	.schedule .badge-block .slide {
		display: block;
		background: none;
		padding: 0;
		border: 0;
		height: auto;
		max-height: inherit;
		position: static;
	}

	.schedule .badge-block .slide .inner {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.schedule .badge-block .title-text {
		float: left;
		width: auto;
		max-width: 200px;
		margin: 24px 0 0;
		padding: 0 15px 0 0;
	}

	.schedule .badge-block .title-text:after {
		right: 0;
		left: auto;
	}

	.schedule .badge-block .list {
		width: auto;
		max-width: 230px;
		float: right;
		text-align: right;
	}

	.schedule .badge-block .list li {
		padding: 0 30px 5px 0;
	}

	.schedule .badge-block .list li:after {
		right: 0;
		left: auto;
	}

	.schedule .filter-block .filter-list {
		width: auto;
		text-align: left;
		font-size: 14px;
		line-height: 17px;
	}

	.schedule .filter-block .filter-list li {
		float: left;
		margin: 0;
	}

	.schedule-area {
		text-align: left;
		padding: 20px 10px 15px 0;
	}

	.schedule-area .detail-area {
		float: left;
		width: 78%;
		font-size: 16px;
		line-height: 20px;
	}

	.schedule-area .detail-area p {
		margin: 0 0 10px;
	}

	.schedule-area .inner {
		float: right;
		width: 68%;
		overflow: inherit;
		margin: 0;
	}

	.schedule-area .inner .title-area {
		float: left;
		width: 78%;
	}

	.schedule-area .inner .title-area .title {
		margin: 0;
	}

	.schedule-area .inner .list {
		float: right;
		overflow: inherit;
		width: 65px;
		text-align: left;
		margin: 18px 6px 0 0;
	}

	.schedule-area .inner .list li {
		float: left;
		margin: 0 0 0 8px;
	}

	.schedule-area .date {
		overflow: inherit;
		font-size: 20px;
		line-height: 24px;
		margin: 0;
	}

	.schedule-area .date {
		float: left;
		width: 30%;
	}

	.schedule-area .btn {
		float: right;
		font-size: 12px;
		line-height: 15px;
		letter-spacing: 1px;
		border: 1px solid #d03939;
		color: #d03939;
		border-radius: 0;
		max-width: 140px;
		width: inherit;
		padding: 11px 10px;
		margin: 4px 0 0;
	}

	.schedule-area .btn span {
		text-indent: inherit;
	}

	.schedule-area .btn:after {
		display: none;
	}

	.schedule-area .btn:hover {
		color: #fff;
		background: #d03939;
	}
}

@media (min-width: 769px) {
	#nav ul {
		font-size: 0;
		letter-spacing: -4px;
		white-space: nowrap;
	}

	#nav ul > * {
		font-size: 16px;
		letter-spacing: 0;
		white-space: normal;
	}

	#nav ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 22px;
	}
}

@media (min-width: 1024px) {
	.four-columns > * {
		width: 25%;
		padding: 0 10px 20px;
		display: inline-block;
		vertical-align: top;
	}

	.fancybox-prev span {
		left: -30px;
	}

	.fancybox-next span {
		right: -30px;
	}

	.visual-box:before {
		height: 470px;
	}

	.visual-box h2 {
		font-size: 74px;
		line-height: 74px;
		padding: 25px 0;
	}

	.blocks-list {
		margin: 0 -27px;
	}

	.visual-block .img-holder {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		height: auto;
		width: 50%;
	}

	.visual-block .img-holder img {
		position: absolute;
		top: 0;
		left: 0;
		max-width: 9999px;
	}

	.visual-block .text-holder {
		margin: 0 50% 0 0;
	}

	.box h3 {
		font-size: 54px;
		line-height: 54px;
	}

	.list-logos.add {
		text-align: left;
	}

	/*.list-logos.add li {
		width: 25%;
		/*margin: 0 0 80px;
	}*/

	.block .img-holder {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		height: auto;
		width: 63%;
	}

	.block .img-holder img {
		position: absolute;
		top: 0;
		left: 0;
		max-width: 9999px;
	}

	.block .text-holder {
		margin: 0 63% 0 0;
	}

	.info-section .img-box {
		top: -20px;
	}

	.info-section h2 {
		margin: 30px 0 8px;
	}

	.info-section .brochure-list li {
		margin: 0 17px 21px 0;
	}

	.registration-section > .add-registeration .info-list {
		min-height: 250px;
		font-size: 20px;
		line-height: 24px;
	}

	.registration-section > .add-registeration .info-list li {
		margin: 0 0 36px;
	}

	.registration-section > .add-registeration h3 {
		font-size: 42px;
		line-height: 43px;
	}

	.registration-section > .add-registeration .center > .box .info-list {
		margin: 0 0 60px;
	}

	.exhibitior-section {
		padding: 55px 20px;
	}

	.exhibitior-section .header-holder {
		margin: 0 0 44px;
	}

	.exhibitior-section .header-holder h2 {
		max-width: 450px;
		margin: 0 auto;
	}

	.exhibitior-section .header-holder .btn {
		position: absolute;
		top: 2px;
		right: 0;
		padding: 11px 34px;
	}

	.gallery-section .header-holder {
		margin: 0 0 44px;
	}

	.gallery-section .gallery-list li {
		width: 25%;
		padding: 0 6px 12px;
	}

	.schedule .header-holder {
		margin: 0 0 44px;
	}

	.schedule-area {
		padding: 35px 20px 25px 0;
	}

	.schedule-area .detail-area {
		font-size: 20px;
		line-height: 24px;
	}

	.schedule-area .inner .title-area {
		width: 80%;
	}

	.schedule-area .btn {
		max-width: 192px;
		padding: 11px 36px;
	}
}

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

@media (min-width: 1200px) {
	.add-nav ul li {
		margin: 0 22px;
	}

	.visual-container .visual-holder h1 {
		margin: 0 60px;
	}

	.blocks-list li {
		padding: 0 27px 40px;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.visual-block .img-holder {
		width: 326px;
	}

	.visual-block .text-holder {
		margin: 0 326px 0 0;
	}

	.visual-block .text-holder .heading-holder {
		margin: 0 0 40px;
	}

	.visual-block .text-holder p {
		margin: 0 0 46px;
	}

	.visual-block .text-holder .more {
		margin: 0 0 10px;
	}

	.area .area-holder {
		padding: 0 140px;
	}

	.area .area-box {
		font-size: 18px;
	}

	.list-logos li {
		display: inline-block;
		vertical-align: middle;
		margin: 10px;
	}

	.block .text-holder .heading-holder {
		margin: 0 0 40px;
	}

	.block .text-holder p {
		margin: 0 0 46px;
	}

	.block .text-holder .more {
		margin: 0 0 10px;
	}

	.info-section > .container {
		padding: 0 20px 0 348px;
	}

	.info-section .img-box {
		top: -70px;
		left: 6px;
	}

	.info-section h2 {
		margin: 70px 0 8px;
	}

	.info-section .brochure-list a {
		width: 204px;
	}

	.gallery-section .gallery-list li {
		padding: 0 12px 25px;
	}

	.schedule-area .detail-area {
		width: 81%;
	}

	.schedule-area .inner .title-area {
		width: 60%;
	}
}

@media (max-width: 1199px) {
	.blocks-list li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 10px 40px;
	}
}

@media (max-width: 1023px) {
	.main-holder {
		padding: 0 20px;
	}

	.visual-block .img-holder {
		height: auto !important;
		max-height: 275px;
	}

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

	.block .img-holder {
		height: auto !important;
		max-height: 275px;
	}

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

@media (max-width: 767px) {
	#header .header-holder {
		padding: 29px 20px 28px;
	}

	#header .header-holder .nav-opener {
		display: block;
		position: absolute;
		top: 30px;
		left: 23px;
	}

	#header .header-frame.style01 {
		padding: 0;
	}

	#nav {
		max-height: 0;
		-webkit-transition: max-height .4s ease-in-out;
		transition: max-height .4s ease-in-out;
	}

	.nav-active #nav {
		max-height: 600px;
	}

	#nav ul {
		-webkit-transition: -webkit-transform .4s ease-in-out;
		transition: transform .4s ease-in-out;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.nav-active #nav ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.add-nav ul {
		-webkit-transition: -webkit-transform .4s ease-in-out;
		transition: transform .4s ease-in-out;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.add-nav-active .add-nav ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.main-holder {
		padding: 0 27px;
	}

	.blocks-list li {
		width: 100%;
	}

	.container-contact .contact-info {
		height: auto !important;
	}

	.container-contact .map-holder {
		height: 210px !important;
	}
}

@media (max-width: 374px) {
	.twocolumns {
		margin: 0 0 20px;
	}

	.visual h1 {
		font-size: 36px;
		line-height: 32px;
	}

	.visual-container .details-list li {
		font-size: 14px;
		line-height: 18px;
	}

	.visual-container .visual-holder {
		font-size: 16px;
		line-height: 22px;
	}

	.visual-container .visual-holder > .container {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.visual-container .visual-holder > .container .info-container {
		margin: 0;
	}

	.visual-container .visual-holder h1 {
		font-size: 36px;
		line-height: 32px;
	}

	.visual-container .visual-holder .visual-wrap h1 {
		font-size: 36px;
		line-height: 32px;
	}

	.visual-container .visual-frame {
		font-size: 14px;
		line-height: 22px;
		padding: 30px 20px 10px;
	}

	.visual-container .visual-frame .heading-holder {
		margin: 0 0 10px;
		padding: 0;
		font-size: 16px;
		line-height: 24px;
	}

	.visual-container .visual-frame .heading-holder h2 {
		font-size: 22px;
		line-height: 26px;
	}

	.visual-container .visual-frame .heading-holder p {
		margin: 0 0 10px;
	}

	.visual-container .visual-frame .social-holder {
		padding: 0 0 10px;
	}

	.visual-row > .holder {
		padding: 30px 20px 20px 20px;
	}

	.heading-area h2 {
		font-size: 22px;
		line-height: 22px;
	}

	.heading-container {
		padding: 20px;
	}

	.heading-container h2 {
		font-size: 16px;
		line-height: 22px;
	}

	.visual-box:before {
		height: 200px;
	}

	.visual-box h1 {
		font-size: 36px;
		line-height: 32px;
	}

	.visual-box h2 {
		font-size: 36px;
		line-height: 32px;
	}

	.logo-holder {
		padding: 0 0 20px;
	}

	.main {
		font-size: 14px;
		line-height: 18px;
		padding: 20px 0;
	}

	.main .heading-holder {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 10px;
	}

	.main .heading-holder h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.main .heading-holder p {
		margin: 0 0 10px;
	}

	.main-frame h2 {
		font-size: 22px;
		line-height: 24px;
		margin: 0 0 20px;
	}

	.main-holder {
		padding: 0 20px;
	}

	.btn-holder .btn {
		padding: 10px;
	}

	.blocks-list li {
		padding: 0 0 40px;
	}

	.area .area-box {
		font-size: 16px;
	}

	.area .date {
		font-size: 16px;
	}

	.area .more {
		font-size: 16px;
	}

	.container-contact {
		font-size: 14px;
		line-height: 22px;
	}

	.container-contact h2 {
		font-size: 22px;
		line-height: 22px;
	}

	.container-contact p {
		margin: 0 0 10px;
	}

	.container-contact .contact-info {
		padding: 10px 20px;
	}

	.simple-post {
		font-size: 14px;
		line-height: 18px;
		padding: 0 0 15px;
	}

	.simple-post h3 {
		font-size: 14px;
		line-height: 18px;
		padding: 0 0 15px;
		margin: 0 0 15px;
	}
}

@media print {
	/* Styles for print version */

	* {
		background: none !important;
		color: #000 !important;
		border-color: #000 !important;
		box-shadow: 0 0 0;
	}

	hr {
		border-bottom: 1px solid #000;
	}

	.default-list {
		list-style: disc;
	}

	.default-list li:before {
		top: 0;
		content: "•";
	}

	.visual-container .visual-frame,
	.main,
	.visual-container .visual-holder .visual-wrap,
	.visual-container .visual-holder > .container {
		padding: 0;
	}

	#header .header-holder {
		padding: 20px 0;
		border: 0;
	}

	.visual-box h2:before,
	.visual-box h2:after,
	.visual h1:before,
	.visual h1:after {
		background: #000 !important;
		display: none;
	}

	.visual-box h2,
	.visual h1 {
		border: 2px solid #000;
		border-width: 2px 0;
	}

	.visual-holder,
	.visual-container,
	.visual,
	.visual-box {
		margin: 0 0 10px;
	}

	.visual-holder .bg-stretch,
	.visual-container .bg-stretch,
	.visual .bg-stretch,
	.visual-box .bg-stretch {
		display: none;
		margin: 0 !important;
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
	}

	.container-contact .contact-info {
		padding: 20px 0 0;
		height: auto !important;
	}

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

	.social-holder,
	.box-holder,
	.visual-container .info-container,
	.area-container,
	.visual-row,
	.add-nav,
	.logo-holder,
	#footer,
	.more,
	.btn-holder,
	.box,
	.social-networks,
	#nav,
	.btn,
	.info-section .img-box,
	.registration-section,
	.tabs-section .filter-block,
	.tabs-section .tabset,
	.schedule .badge-block .list,
	.schedule .badge-block .title-text {
		display: none !important;
	}

	.visual:before {
		display: none !important;
		height: auto !important;
	}

	.area {
		page-break-inside: avoid;
	}

	.area .date {
		padding: 0;
	}

	.main-holder {
		padding: 0;
		border: 0;
	}

	.blocks-list {
		padding: 0;
		margin: 0 -10px;
	}

	.blocks-list li {
		display: inline-block;
		vertical-align: top;
		width: 49%;
		padding: 0 10px;
	}

	.visual-block .text-holder h4,
	.thumbnail,
	.visual-block .text-holder p,
	.thumbnail .text-holder p {
		margin: 0 !important;
	}

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

	.four-columns {
		margin: 0 -10px;
	}

	.four-columns > * {
		padding: 0 10px !important;
	}

	.thumbnail .text-holder {
		padding: 10px 0 !important;
	}

	.heading-container {
		padding: 0 0 10px;
	}

	.visual-block .text-holder h4:after {
		display: none;
	}

	.visual-block .text-holder {
		padding: 20px 0;
	}

	.visual-block .text-holder p,
	.visual-block .text-holder .heading-holder {
		margin: 0 0 20px;
	}

	.info-section > .container {
		padding: 0;
	}

	.schedule-area .detail-area {
		width: 100%;
		float: none;
	}
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes f_fadeG {
	0% {
		background-color: black;
	}

	100% {
		background-color: white;
	}
}

@-webkit-keyframes f_fadeG {
	0% {
		background-color: black;
	}

	100% {
		background-color: white;
	}
}
.new-textst{


    color: #d03939;

}

/**
 * CUSTOM IN-HOUSE STYLES
 */
/* Engineering edits since we got the site - DON'T COMPILE THE SASS! */

.ad-wrapper {
	text-align:center;
	margin-bottom:20px;
}

#ad-div-m1 {
	margin-bottom:50px;
}

.add-nav ul li,
.add-nav ul li a {
	color:#333;
	font-size:14px;
	font-weight:400;
}

#header .social-networks li a i {
	font-size:16px;
}
#nav ul li a {
	font-size:18px;
	color:#333;
	font-weight:400;
}

#nav ul li a:hover {
	color:#a7a7a7;
}


.visual-block .text-holder p {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	text-align:center;
	color:#555;
}
.thumbnail .text-holder p {
	font-size: 19px;
	line-height: 1.5;
	font-weight: 300;
	color:#555;
}
.thumbnail .text-holder .heading-holder {
	color:#A7A7A7;
}
.heading-container h2 {
	font-weight:300;
}
.post-section h2 {
	word-spacing: 0;
	font-weight:bold;
	line-height: 50px;
	font-size:40px;
}
.post-section .post p,
.post-section p {
	font-weight: 400;
	line-height: 1.5;
	color: #555;
	font-size: 19px;
}
.list-logos li,
.list-logos.add li {
	margin: 10px;
	width:242px;
	padding:19px;
	background-color:#fff;
	border:1px solid #ccc;
}

a.no-hover {
	transition: none;
}

a.no-hover:hover {
	opacity: 1;
}

section.schedule .header-holder .btn {
	position: static;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
	border: 1px solid #d03939;
	color: #d03939;
	border-radius: 0;
	padding: 11px 32px;
	z-index: 1000;
	margin-bottom:20px;
}

section.schedule .header-holder .btn:hover {
	color: #fff;
	background: #d03939;
}

.schedule-area {
	overflow: visible;
	float: left;
}

@media (max-width: 800px) {
    .list-logos li, .list-logos.add li {
        width:100%;
    }
    .visual-row .frame .btn {
        margin-left:15px;
    }
	.area-frame .container {
		text-align: center;
	}
	.list-logos, .list-logos.add {
		text-align:center;
	}
	.list-logos li, .list-logos.add li {
		margin:10px auto;
	}
}

@media (min-width: 1024px) {
	section.schedule .header-holder .btn {
		position: absolute;
		top: 2px;
		right: 0;
		padding: 11px 34px;
	}
}

