/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * 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-face {
	font-family: "nb_grotesk_m_pro";
	src: url("../fonts/nbgroteskmpro-bold-webfont.woff2") format("woff2"), url("../fonts/nbgroteskmpro-bold-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "nb_grotesk_m_pro";
	src: url("../fonts/nbgroteskmpro-light-webfont.woff2") format("woff2"), url("../fonts/nbgroteskmpro-light-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}*/

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?4tjyct");
	src: url("../fonts/icomoon.eot?4tjyct#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4tjyct1") format("truetype"), url("../fonts/icomoon.woff?4tjyct1") format("woff"), url("../fonts/icomoon.svg?4tjyct1#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
	content: "\e905";
}

.icon-minus:before {
	content: "\e906";
}

.icon-checked:before {
	content: "\e904";
}

.icon-right-arrow:before {
	content: "\e903";
}

.icon-tick:before {
	content: "\e90b";
}

.icon-instagram:before {
	content: "\e901";
}

.icon-twitter:before {
	content: "\e902";
}

.icon-facebook:before {
	content: "\e900";
}
.icon-youtube:before {
    content: "\ea9d";
}
.thumbnails-carousel .thumbnails,
.switcher ul,
.voting-form .tabset,
.accordion,
#nav ul,
.social-networks ul,
#footer .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.picture-items:after,
.gallery .big-images:after,
.gallery .text-container:after,
.thumbnails-carousel .thumbnails-mask:after,
.paging:after,
.voting-form .tabset:after,
.your-details:after,
.your-details .row-text:after,
.confirm-frame:after,
.verification:after,
.verification .sub-row:after,
.accordion li:after,
.accordion .top-box:after,
.accordion .slide dl:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
	background: #e6e6e6;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #e6e6e6;
	font: 14px/1.313 "Georgia", "Times New Roman", "Times", 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: "Roboto", "Arial", "Helvetica", sans-serif;
	font-weight: 300;
	margin: 0 0 .5em;
	color: inherit;
	line-height: 1.25;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #662d91;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, border-color .3s ease-in-out;
}

a:hover {
	text-decoration: none;
	opacity: .5;
}

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 #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

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;
}

#wrapper {
	position: relative;
}

.w1 {
	background: -webkit-linear-gradient(top, #f2edf0 0%, #f2edf0 50%, #cfdae6 100%);
	background: linear-gradient(to bottom, #f2edf0 0%, #f2edf0 50%, #cfdae6 100%);
}

.alt-gradient .w1 {
	background: -webkit-linear-gradient(top, #d0dee5 0%, #e9dcdf 100%);
	background: linear-gradient(to bottom, #d0dee5 0%, #e9dcdf 100%);
}

.visual-page .w1 {
	position: relative;
}

body {
	height: auto !important;
}

main {
	padding-bottom: 30px;
}

.visual-page main {
	padding-bottom: 10px;
}

.container {
	max-width: 1320px;
	padding: 0 20px;
	margin: 0 auto;
}

.container.container-sm {
	max-width: 1118px;
}

.container.container-xsm {
	max-width: 600px;
}
.grid-item {
	width: 100%;
	height: 230px;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}

.grid-item.grid-sizer {
	height: 0 !important;
}

.grid-item .covered-image,
.grid-item .bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.grid-item .bg-stretch {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block !important;
	max-width: none !important;
	z-index: 1;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.grid-item .covered-image {
	white-space: nowrap;
	text-align: center;
}

.grid-item .covered-image:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 250px;
}

.grid-item .covered-image > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.grid-item .caption {
	position: relative;
	z-index: 10;
	color: #fff;
	padding: 0 20px;
}

.grid-item h2 {
	font-family: "Roboto", "Arial", "Helvetica", sans-serif;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}

.grid-item p {
	margin: 0;
}

.grid-item a {
	display: block;
}

.grid-item a:hover {
	opacity: 1;
}

.grid-item a:hover .bg-stretch {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.grid-item a:hover .image:before {
	opacity: 0;
}

.grid-item .content {
	max-width: 1010px;
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 10px;
	right: 10px;
	z-index: 2;
	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-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.grid-item .content .logo {
	float: left;
	width: 190px;
}

.grid-item .content .title {
	float: right;
	color: #fff;
	text-align: left;
	padding-top: 15px;
	font-family: "Roboto", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
}

.grid-item .content .title time {
	display: block;
	margin-bottom: 5px;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
}

.covered-image {
	position: relative;
}

.covered-image:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .9;
	z-index: 3;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

a:hover .covered-image:before {
	opacity: 0;
}

.covered-image.gradient-purple-blue:before {
	background: -webkit-linear-gradient(left, #acabd4 0%, #8bbbdb 100%);
	background: linear-gradient(to right, #acabd4 0%, #8bbbdb 100%);
}

.covered-image.gradient-purple-blue.vertical-direction:before {
	background: -webkit-linear-gradient(top, #acabd4 0%, #8bbbdb 100%);
	background: linear-gradient(to bottom, #acabd4 0%, #8bbbdb 100%);
}

.covered-image.gradient-purple-blue.diagonal-direction:before {
	background: -webkit-linear-gradient(45deg, #acabd4 0%, #8bbbdb 100%);
	background: linear-gradient(45deg, #acabd4 0%, #8bbbdb 100%);
}

.covered-image.gradient-red-pink:before {
	background: -webkit-linear-gradient(left, #bf1e2e 0%, #ec008b 100%);
	background: linear-gradient(to right, #bf1e2e 0%, #ec008b 100%);
}

.covered-image.gradient-red-pink.vertical-direction:before {
	background: -webkit-linear-gradient(top, #bf1e2e 0%, #ec008b 100%);
	background: linear-gradient(to bottom, #bf1e2e 0%, #ec008b 100%);
}

.covered-image.gradient-red-pink.diagonal-direction:before {
	background: -webkit-linear-gradient(45deg, #bf1e2e 0%, #ec008b 100%);
	background: linear-gradient(45deg, #bf1e2e 0%, #ec008b 100%);
}

.covered-image.gradient-blue-violet:before {
	background: -webkit-linear-gradient(left, #8bbbdb 0%, #673093 100%);
	background: linear-gradient(to right, #8bbbdb 0%, #673093 100%);
}

.covered-image.gradient-blue-violet.vertical-direction:before {
	background: -webkit-linear-gradient(top, #8bbbdb 0%, #673093 100%);
	background: linear-gradient(to bottom, #8bbbdb 0%, #673093 100%);
}

.covered-image.gradient-blue-violet.diagonal-direction:before {
	background: -webkit-linear-gradient(45deg, #8bbbdb 0%, #673093 100%);
	background: linear-gradient(45deg, #8bbbdb 0%, #673093 100%);
}

.covered-image.gradient-gray-yellow:before {
	background: -webkit-linear-gradient(left, #a79dbe 0%, #f5e1b4 100%);
	background: linear-gradient(to right, #a79dbe 0%, #f5e1b4 100%);
}

.covered-image.gradient-gray-yellow.vertical-direction:before {
	background: -webkit-linear-gradient(top, #a79dbe 0%, #f5e1b4 100%);
	background: linear-gradient(to bottom, #a79dbe 0%, #f5e1b4 100%);
}

.covered-image.gradient-gray-yellow.diagonal-direction:before {
	background: -webkit-linear-gradient(45deg, #a79dbe 0%, #f5e1b4 100%);
	background: linear-gradient(45deg, #a79dbe 0%, #f5e1b4 100%);
}

.covered-image.gradient-light-red-gray:before {
	background: -webkit-linear-gradient(left, #efa0a9 0%, #a79dbe 100%);
	background: linear-gradient(to right, #efa0a9 0%, #a79dbe 100%);
}

.covered-image.gradient-light-red-gray.vertical-direction:before {
	background: -webkit-linear-gradient(top, #efa0a9 0%, #a79dbe 100%);
	background: linear-gradient(to bottom, #efa0a9 0%, #a79dbe 100%);
}

.covered-image.gradient-light-red-gray.diagonal-direction:before {
	background: -webkit-linear-gradient(45deg, #efa0a9 0%, #a79dbe 100%);
	background: linear-gradient(45deg, #efa0a9 0%, #a79dbe 100%);
}

.covered-image.gradient-blue-light-blue:before {
	background: -webkit-linear-gradient(left, #5fabd1 0%, #85c3d2 100%);
	background: linear-gradient(to right, #5fabd1 0%, #85c3d2 100%);
}

.covered-image.gradient-blue-light-blue.vertical-direction:before {
	background: -webkit-linear-gradient(top, #5fabd1 0%, #85c3d2 100%);
	background: linear-gradient(to bottom, #5fabd1 0%, #85c3d2 100%);
}

.covered-image.gradient-blue-light-blue.diagonal-direction:before {
	background: -webkit-linear-gradient(45deg, #5fabd1 0%, #85c3d2 100%);
	background: linear-gradient(45deg, #5fabd1 0%, #85c3d2 100%);
}

.covered-image.gradient-blue-purple:before {
	background: -webkit-linear-gradient(left, #8bbbdb 0%, #acabd4 100%);
	background: linear-gradient(to right, #8bbbdb 0%, #acabd4 100%);
}

.covered-image.gradient-blue-purple.vertical-direction:before {
	background: -webkit-linear-gradient(top, #8bbbdb 0%, #acabd4 100%);
	background: linear-gradient(to bottom, #8bbbdb 0%, #acabd4 100%);
}

.covered-image.gradient-blue-purple.diagonal-direction:before {
	background: -webkit-linear-gradient(45deg, #8bbbdb 0%, #acabd4 100%);
	background: linear-gradient(45deg, #8bbbdb 0%, #acabd4 100%);
}

.covered-image.gradient-pink-red:before {
	background: -webkit-linear-gradient(left, #ec008b 0%, #bf1e2e 100%);
	background: linear-gradient(to right, #ec008b 0%, #bf1e2e 100%);
}

.covered-image.gradient-pink-red.vertical-direction:before {
	background: -webkit-linear-gradient(top, #ec008b 0%, #bf1e2e 100%);
	background: linear-gradient(to bottom, #ec008b 0%, #bf1e2e 100%);
}

.covered-image.gradient-pink-red.diagonal-direction:before {
	background: -webkit-linear-gradient(45deg, #ec008b 0%, #bf1e2e 100%);
	background: linear-gradient(45deg, #ec008b 0%, #bf1e2e 100%);
}

.covered-image.gradient-violet-blue:before {
	background: -webkit-linear-gradient(left, #673093 0%, #8bbbdb 100%);
	background: linear-gradient(to right, #673093 0%, #8bbbdb 100%);
}

.covered-image.gradient-violet-blue.vertical-direction:before {
	background: -webkit-linear-gradient(top, #673093 0%, #8bbbdb 100%);
	background: linear-gradient(to bottom, #673093 0%, #8bbbdb 100%);
}

.covered-image.gradient-violet-blue.diagonal-direction:before {
	background: -webkit-linear-gradient(45deg, #673093 0%, #8bbbdb 100%);
	background: linear-gradient(45deg, #673093 0%, #8bbbdb 100%);
}

.covered-image.gradient-yellow-gray:before {
	background: -webkit-linear-gradient(left, #f5e1b4 0%, #a79dbe 100%);
	background: linear-gradient(to right, #f5e1b4 0%, #a79dbe 100%);
}

.covered-image.gradient-yellow-gray.vertical-direction:before {
	background: -webkit-linear-gradient(top, #f5e1b4 0%, #a79dbe 100%);
	background: linear-gradient(to bottom, #f5e1b4 0%, #a79dbe 100%);
}

.covered-image.gradient-yellow-gray.diagonal-direction:before {
	background: -webkit-linear-gradient(45deg, #f5e1b4 0%, #a79dbe 100%);
	background: linear-gradient(45deg, #f5e1b4 0%, #a79dbe 100%);
}

.covered-image.gradient-gray-light-red:before {
	background: -webkit-linear-gradient(left, #a79dbe 0%, #efa0a9 100%);
	background: linear-gradient(to right, #a79dbe 0%, #efa0a9 100%);
}

.covered-image.gradient-gray-light-red.vertical-direction:before {
	background: -webkit-linear-gradient(top, #a79dbe 0%, #efa0a9 100%);
	background: linear-gradient(to bottom, #a79dbe 0%, #efa0a9 100%);
}

.covered-image.gradient-gray-light-red.diagonal-direction:before {
	background: -webkit-linear-gradient(45deg, #a79dbe 0%, #efa0a9 100%);
	background: linear-gradient(45deg, #a79dbe 0%, #efa0a9 100%);
}

.covered-image.gradient-light-blue-blue:before {
	background: -webkit-linear-gradient(left, #85c3d2 0%, #5fabd1 100%);
	background: linear-gradient(to right, #85c3d2 0%, #5fabd1 100%);
}

.covered-image.gradient-light-blue-blue.vertical-direction:before {
	background: -webkit-linear-gradient(top, #85c3d2 0%, #5fabd1 100%);
	background: linear-gradient(to bottom, #85c3d2 0%, #5fabd1 100%);
}

.covered-image.gradient-light-blue-blue.diagonal-direction:before {
	background: -webkit-linear-gradient(45deg, #85c3d2 0%, #5fabd1 100%);
	background: linear-gradient(45deg, #85c3d2 0%, #5fabd1 100%);
}

.load-more-row {
	text-align: center;
	width: 100%;
	padding-top: 25px;
}

.load-more {
	display: inline-block;
	vertical-align: top;
	padding-top: 24px;
	position: relative;
	font-size: 14px;
	line-height: 36px;
	font-weight: 400;
	font-style: italic;
	color: #231f20;
}

.load-more:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	border-bottom: 1px solid #231f20;
	border-right: 1px solid #231f20;
	width: 25px;
	height: 25px;
}

.gallery-container h1 {
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", "Arial", "Helvetica", sans-serif;
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
}

.gallery {
	position: relative;
	overflow: hidden;
}

.gallery .slick-track {
	overflow: hidden;
}

.gallery .mask {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: visible !important;
}

.gallery .mask:before,
.gallery .mask:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	right: -9999px;
	height: 180px;
	background: rgba(1, 1, 1, .8);
	z-index: 10;
}

.gallery .mask:before {
	content: "";
	left: -9999px;
	right: 100%;
}

.gallery .slides {
	width: 100%;
}

.gallery .slide {
	width: 320px;
	float: left;
	position: relative;
	/*display: none;*/
}

.gallery .slide.slick-center .caption {
	opacity: 1;
}

.gallery .visual {
	position: relative;
	width: 100%;
	height: 180px;
	z-index: 1;
}

.gallery .bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block !important;
	max-width: none !important;
	z-index: 1;
}

.gallery img {
	display: block;
}

.gallery .caption {
	position: absolute;
	bottom: 12px;
	left: 17px;
	color: #fff;
	font-family: "Arial", "Helvetica", sans-serif;
	opacity: 0;
	z-index: 2;
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.gallery .prev,
.gallery .next {
	position: absolute;
	left: 20px;
	top: 90px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border: solid #fff;
	border-width: 0 0 1px 1px;
	border-color: transparent transparent #fff #fff;
	z-index: 20;
	outline: none;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

.gallery .prev:hover,
.gallery .next:hover {
	border-color: #fff;
	opacity: 1;
	border-width: 0 0 2px 2px;
	border-color: transparent transparent #fff #fff;
}

.gallery .next {
	border-width: 1px 1px 0 0;
	border-color: #fff #fff transparent transparent;
	left: auto;
	right: 20px;
}

.gallery .next:hover {
	border-width: 2px 2px 0 0;
    border-color: #fff #fff transparent transparent;
}

.gallery .video {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.gallery .video iframe {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.gallery .text-container {
	padding: 20px 20px 15px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.gallery .text-container h1 {
	font-size: 25px;
	line-height: 20px;
	font-weight: 300;
}

.gallery .text-container p {
	margin-bottom: 10px;
}

.thumbnails-carousel {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.thumbnails-carousel .thumbnails-mask {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.thumbnails-carousel .thumbnails-mask:before,
.thumbnails-carousel .thumbnails-mask:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: -9999px;
	height: 180px;
	background: rgba(1, 1, 1, .8);
	z-index: 10;
}

.thumbnails-carousel .thumbnails-mask:before {
	content: "";
	left: -9999px;
	right: 100%;
}

.thumbnails-carousel .thumbnails {
	width: 100%;
	position: relative;
}

.thumbnails-carousel .thumbnails li {
	position: relative;
	width: 80px;
	float: left;
}

.thumbnails-carousel .thumbnails li.active {
	z-index: 1;
}

.thumbnails-carousel .thumbnails li a {
	display: block;
}

.custom-slideshow {
	position: relative;
}

.custom-slideshow h1 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
}

.custom-slideshow h1 mark {
	background: none;
	color: #b9529f;
}

.custom-slideshow .mask {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.custom-slideshow .slides {
	width: 99999px;
	float: left;
}

.custom-slideshow .slide {
	width: 320px;
	float: left;
	position: relative;
}

.custom-slideshow .slide.active {
	z-index: 1;
}

.custom-slideshow .image {
	margin-bottom: 16px;
}

.custom-slideshow img {
	width: 100%;
	display: block;
}

.switcher ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 14px 20px 0;
}

.switcher ul li.active a {
	background: #000;
	border-color: #000;
}

.switcher ul li a {
	display: block;
	border-radius: 50%;
	border: 1px solid #777a7d;
	width: 4px;
	height: 4px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

.switcher ul li a:hover {
	background: #000;
	border-color: #000;
	opacity: 1;
}

.desc-text h2 {
	font-family: "Lato", "Arial", "Helvetica", sans-serif;
	font-weight: 300;
	margin-bottom: 0;
}

.desc-text .title-text {
	display: block;
	font-family: "Lato", "Arial", "Helvetica", sans-serif;
	margin-bottom: 12px;
}

.desc-text .link-row {
	text-align: right;
}

.more {
	display: inline-block;
	vertical-align: top;
	color: #000;
	font-style: italic;
}

.more [class^="icon-"],
.more [class*=" icon-"] {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 1;
	font-weight: 400;
	margin-left: 6px;
}

.desc-slideshow {
	position: relative;
}

.desc-slideshow .desc-slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity .5s ease, visibility .5s ease, -webkit-transform .5s ease;
	transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
	padding-right: 40px;
}

.desc-slideshow .desc-slide.prev {
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
}

.desc-slideshow .desc-slide.next {
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
}

.desc-slideshow .desc-slide.active {
	z-index: 1;
	opacity: 1;
	visibility: visible;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.columns {
	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: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.columns .video-block {
	width: 100%;
}

.columns.three-columns .video-block {
	padding-top: 7px;
	width: 50%;
}

.video-block {
	padding-top: 15px;
}

.video-block h2 {
	font-family: "Lato", "Arial", "Helvetica", sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 0;
}

.video-block h2 a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
}

.video-block h3 {
	font-family: "Lato", "Arial", "Helvetica", sans-serif;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}

.video-block h3 a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
}

.video-image {
	width: 100%;
	height: 230px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.three-columns .video-image {
	height: 130px;
	margin-bottom: 5px;
}

.video-image .bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block !important;
	max-width: none !important;
	z-index: 1;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.video-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.video-image a:hover {
	opacity: 1;
}

.video-image a:hover .btn-play {
	opacity: .5;
}

.video-image a:hover .bg-stretch {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.video-image .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 2;
	border-radius: 50%;
	background: -webkit-linear-gradient(top, rgba(139, 180, 219, .6) 0%, rgba(106, 58, 152, .6) 100%);
	background: linear-gradient(to bottom, rgba(139, 180, 219, .6) 0%, rgba(106, 58, 152, .6) 100%);
	width: 200px;
	height: 200px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.three-columns .video-image .btn-play {
	width: 100px;
	height: 100px;
}

.video-image .btn-play:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
	border: solid #fff;
	border-width: 1px 1px 0 0;
	border-color: #fff #fff transparent transparent;
	margin-left: -20px;
	width: 80px;
	height: 80px;
}

.three-columns .video-image .btn-play:before {
	margin-left: -10px;
	width: 40px;
	height: 40px;
}

.about-article {
	text-align: center;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.about-article .visual-section {
	width: 100%;
	min-height: 215px;
	padding: 20px 0;
	position: relative;
	color: #fff;
	margin-bottom: 20px;
	white-space: nowrap;
	text-align: center;
}

.about-article .visual-section:before {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 0;
	min-height: 215px;
}

.about-article .visual-section > * {
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
	max-width: 99%;
}

.about-article .visual-section * {
	position: relative;
	z-index: 2;
}

.about-article .visual-section .bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block !important;
	max-width: none !important;
	z-index: 1;
}

.about-article .visual-section h1 {
	max-width: 700px;
	margin: 0 auto 5px;
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
}

.about-article .title-text {
	font-family: "Lato", "Arial", "Helvetica", sans-serif;
	padding-bottom: 4px;
}

.about-article .text-content {
	position: relative;
	padding-bottom: 20px;
}

.about-article .posted {
	display: block;
	font-family: "Roboto", "Arial", "Helvetica", sans-serif;
	padding-bottom: 15px;
	font-size: 26px;
	line-height: 26px;
	font-weight: 700;
}

.about-article .posted mark {
	background: none;
	color: #662d91;
}

.about-article a {
	color: #000;
}

.paging {
	margin: 0 -20px;
}

.paging h2 {
	margin-bottom: 0;
}

.paging .grid-item {
	float: left;
	width: 50%;
}

.paging .grid-item .caption {
	padding: 0 15px;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.voting-form {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	padding: 18px 0 0 0;
}

.voting-form h1 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	color: #231f20;
	font-size: 30px;
	line-height: 38px;
	margin: 0 0 10px;
	text-align: center;
}

.voting-form p {
	margin: 0;
}

.voting-form .tabset {
	padding: 20px 0;
}

.voting-form .tabset li {
	text-align: center;
	border-bottom: 2px solid #d9dee0;
	font-style: italic;
	color: #ccc;
	font-size: 16px;
	padding: 5px 10px 5px;
	display: block;
}

.voting-form .tabset li.active {
	border-color: #ca7f8a;
	font-weight: bold;
	color: #231f20;
	font-style: normal;
}

.voting-form strong {
	display: block;
	color: #231f20;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 10px 20px;
	position: relative;
	z-index: 2;
}

.voting-form strong span {
	padding: 3px 0 0;
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	color: #5d5d5d;
}

.voting-form .row {
	text-align: center;
	padding: 30px 0 0;
	display: block;
}

.voting-form .btn-next,
.voting-form .btn-prev,
.voting-form .home {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-style: italic;
	font-size: 16px;
	border: 1px solid #3e3c3c;
	color: #000;
	padding: 6px 10px;
	margin: 0 5px;
	width: 120px;
}

.voting-form .btn-next:hover,
.voting-form .btn-next:focus,
.voting-form .btn-prev:hover,
.voting-form .btn-prev:focus,
.voting-form .home:hover,
.voting-form .home:focus {
	background: #000;
	color: #fff;
	opacity: 1;
}

.voting-form .btn-next {
	float: right;
}

.voting-form .btn-prev {
	float: left;
}

.voting-form .info-album {
	overflow: hidden;
	text-align: left;
}

.voting-form .info-album span {
	display: block;
	color: #231f20;
	padding: 0;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 20px;
}

.voting-form .info-album strong {
	display: block;
	padding: 0;
	color: #231f20;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 3px;
}

.voting-form .info-album a {
	color: #231f20;
}

.voting-form .info-album .gender {
	padding: 13px 0 0;
}

.voting-form .info-album .verification a {
	color: #000;
}

.holder {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px 0 -3px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.holder .radio-label {
	display: block;
	cursor: pointer;
}

.holder .image-holder {
	display: block;
	position: relative;
	overflow: hidden;
}

.holder .image-holder img {
	vertical-align: top;
	width: 100%;
}

.holder [type="radio"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.holder .fake-input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.holder [type="radio"] + .image-holder:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	background: -webkit-linear-gradient(top, #e90286 0%, #c21b36 100%);
	background: linear-gradient(to bottom, #e90286 0%, #c21b36 100%);
	border-radius: 100%;
	opacity: 0;
}

.holder [type="radio"] + .image-holder:after {
	font-family: "icomoon" !important;
	content: "\e904";
	clear: both;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 100px;
	line-height: 1;
	color: #fff;
	text-align: center;
	opacity: 0;
}

.holder [type="radio"]:checked + .image-holder:before {
	opacity: .7;
}

.holder [type="radio"]:checked + .image-holder:after {
	opacity: 1;
}

.holder input:disabled + .fake-input,
.holder input:disabled ~ .fake-label {
	opacity: .5;
}

.holder [type="radio"]:checked ~ strong {
	background: -webkit-linear-gradient(top, #e90286 0%, #c21b36 100%);
	background: linear-gradient(to bottom, #e90286 0%, #c21b36 100%);
	color: #fff;
}

.holder [type="radio"]:checked ~ strong span {
	color: #fff;
}

.holder [type="radio"]:checked ~ strong:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	height: 100px;
	background: #c21b36;
	z-index: 1;
}

.your-details {
	/*margin: 0 -10px;*/
}

.your-details label {
	display: block;
	font-weight: bold;
	color: #231f20;
	font-size: 16px;
	margin: 0 0 6px;
	text-align: center;
}

.your-details .text {
	display: block;
	padding: 0;
	margin: 0 0 20px;
	background: #fff;
	border: 1px solid #fff;
	outline: none;
	color: #808080;
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	padding: 10px 10px;
	width: 100%;
	text-align: center;
}

/*.your-details .error-row .text {
	border-color: #f00;
}*/

.thanks-frame {
	text-align: center;
}

.thanks-frame img {
	vertical-align: top;
}

.thanks-frame .image-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.thanks-frame span {
	position: absolute;
	top: 50%;
	left: 25%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: left;
	color: #fff;
	font-size: 43px;
	line-height: 40px;
}

.album-photo {
	margin: 0 auto 15px;
	max-width: 250px;
}

.album-photo .holder {
	width: 100%;
	pointer-events: none;
}

.album-photo .image-holder img {
	vertical-align: top;
}

.album-photo .text-box {
	background: -webkit-linear-gradient(top, #e90286 0%, #c21b36 100%);
	background: linear-gradient(to bottom, #e90286 0%, #c21b36 100%);
	padding: 10px;
}

.album-photo .text-box h3 {
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	font-weight: normal;
	color: #fff;
}

.album-photo .text-box span {
	display: block;
	font-style: italic;
	font-size: 12px;
	line-height: 12px;
}

.album-photo .radio-label strong {
	background: -webkit-linear-gradient(top, #e90286 0%, #c21b36 100%);
	background: linear-gradient(to bottom, #e90286 0%, #c21b36 100%);
	color: #fff;
}

.album-photo .radio-label strong span {
	color: #fff;
}

.verification .img-frame {
	float: left;
}

.verification img {
	vertical-align: top;
}

.verification a {
	overflow: hidden;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	outline: none;
	color: #000;
	margin: 2px 0 0 10px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.verification .sub-row {
	text-align: left;
	margin: 0 0 12px;
}

.verification .text {
	display: block;
	padding: 0;
	margin: 0 0 20px;
	background: #fff;
	border: 0;
	outline: none;
	color: #808080;
	font-size: 16px;
	line-height: 18px;
	height: 40px;
	padding: 11px 10px;
	width: 135px;
}

.accordion li {
	display: block;
	border-top: 1px solid #9a9595;
	position: relative;
	padding: 15px 0 0;
}

.accordion li:last-child {
	border-bottom: 1px solid #9a9595;
}

.accordion li:first-child {
	border-top: 0;
}

.accordion li:hover .top-box {
	background: #000;
	color: #fff;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.accordion li.active .top-box {
	background: #000 !important;
	color: #fff !important;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.accordion li.active .opener {
	color: #fff;
}

.accordion li.active .opener em {
	display: none;
}

.accordion li.active .opener i {
	display: block;
	display: inline-block;
}

.accordion li.active .opener:after {
	background: #fff;
	content: "\e906";
}

.accordion .top-box {
	padding: 5px 80px 5px 5px;
	color: #000;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.accordion .opener {
	position: absolute;
	top: 20px;
	right: 11px;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	font-style: italic;
	padding: 35px 0 0;
	width: 60px;
	text-align: center;
}

.accordion .opener i {
	display: none;
}

.accordion .opener:after {
	font-family: "icomoon" !important;
	content: "\e905";
	clear: both;
	display: block;
	font-size: 25px;
	line-height: 25px;
	color: #000;
	font-style: normal;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -12px;
}

.accordion span {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	display: block;
	margin: 0 0 10px;
}

.accordion span.year,
.accordion span.nomanation {
	font-style: italic;
}

.accordion .year {
	max-width: 60px;
}

.accordion .name-singer {
	padding: 0 10px 0 0;
}

.accordion .name-album {
	padding: 0 10px 0 0;
}

.accordion .slide dl {
	margin: 0;
	padding: 0;
}

.accordion .slide dt {
	margin: 0;
	float: left;
	clear: both;
	border-top: 1px solid #c1c8cc;
	width: 43%;
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 5px;
}

.accordion .slide dt:first-child {
	border-top: 0;
}

.accordion .slide dd {
	margin: 0;
	float: left;
	border-top: 1px solid #c1c8cc;
	width: 57%;
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 5px;
}

.accordion .slide dd:nth-child(2) {
	border-top: 0;
}

.js-tab-hidden {
	display: block  !important;
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 100% !important;
}

.hide {
	display: none !important;
}

#header {
	padding: 10px 0;
	z-index: 101;
	position: relative;
}

#header .logo {
	float: left;
	margin: 0 0 0 -10px;
	width: 90px;
}

#header .logo a {
	display: block;
}

#header .logo a:hover {
	opacity: .8;
}

#header .logo img {
	display: block;
	width: 100%;
}

.nav-opener {
	float: right;
	position: relative;
	margin: 30px -5px 0 0;
	background: rgba(0, 0, 0, .8);
	border-radius: 50%;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 40px;
	height: 40px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	position: absolute;
	top: 19px;
	left: 10px;
	width: 20px;
	height: 2px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
    .nav-opener span {
        text-indent: 1000000px;
    }

    .nav-opener:before,
    .nav-opener:after {
        content: "";
        top: 14px;
    }

.nav-opener:after {
	top: 24px;
}

.nav-opener:hover {
	text-decoration: none;
	opacity: .5;
}

.nav-opener.close {
	float: none;
	display: block;
	margin: 0 auto 0 0;
}

.close {
	border-radius: 0;
	background: #000;
	position: absolute;
	left: 15px;
	top: 15px;
}

.close:before,
.close:after {
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 19px;
	left: 5px;
	background: #fff;
	opacity: 1;
	width: 30px;
	height: 2px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav {
	position: fixed;
	background: rgba(34, 31, 31, .9);
	top: 0;
	bottom: 0;
	left: -100%;
	z-index: 150;
	text-align: right;
	font-family: "Roboto", "Arial", "Helvetica", sans-serif;
	-webkit-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
}

.nav-active #nav {
	left: 0;
}

#nav a {
	color: #fff;
}

#nav ul {
	height: 100%;
}

#nav ul li {
	padding-bottom: 20px;
	text-align: right;
}

#nav ul li.active a {
	opacity: .5;
}

.social-networks {
	font-size: 22px;
	padding-bottom: 10px;
}

.social-networks .container {
	padding: 0;
	position: relative;
}

.social-networks ul li {
	padding: 0 10px 10px;
	display: inline-block;
	vertical-align: top;
}

.social-networks ul a {
	color: #000;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .3), -1px -1px 1px rgba(255, 255, 255, .3), -1px 1px 1px rgba(255, 255, 255, .3), 1px -1px 1px rgba(255, 255, 255, .3);
}

.social-networks ul a:hover {
	opacity: .5;
}

#footer {
	text-align: center;
	position: relative;
	padding: 28px 0 12px;
	background: #e6e6e6;
	z-index: 99;
}

.alt-gradient #footer {
	background: #dadada;
}

#footer a {
	color: #231f20;
}

#footer .menu {
	word-spacing: 2px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 36px;
	font-weight: 400;
}

#footer .menu li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 10px;
}

#footer .menu a {
	color: #231f20;
}

#footer .logo {
	width: 100px;
	margin: 0 auto 25px;
}

#footer .logo a:hover {
	opacity: .8;
}

#footer .logo img {
	width: 100%;
	height: auto;
}

.copyright {
	display: block;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: 400;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: hidden;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.album {
    border-bottom: solid lightgray;
    margin-bottom: 50px;
}
.album .date table {
    width: 100%;
}
.registration-form {
    padding-bottom: 20px;
}
.registration-form .form-group .verification .form-group {
    float: none;
}
.registration-form .verification .text {
    border: 1px solid #fff;
    width: 200px;
}
.registration-form .your-details .verification .error-row .text {
    border-color: red;
}
.validation-summary-errors ul {
    list-style: none;
}
.validate-form {
    margin-bottom: 20px;
}
.captcha-text {
    margin-bottom: 10px;
}
/*#header .logo img, .logo img {
	display: none;
}*/
.hyperlink {
    text-decoration: underline;
}
/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 768px) {
	body {
		font-size: 16px;
	}

	.nav-active #wrapper:before {
		content: "";
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 101;
	}

	main {
		padding: 229px 0 67px;
	}

	.container {
		padding: 0 60px;
	}

	.grid-item {
		width: 50%;
		height: 450px;
		float: left;
		font-size: 16px;
		line-height: 20px;
		font-weight: 400;
	}

	.grid-item.size-2 {
		height: 900px;
	}

	.grid-item.size-2 .covered-image {
		white-space: nowrap;
		text-align: center;
	}

	.grid-item.size-2 .covered-image:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 900px;
	}

	.grid-item.size-2 .covered-image > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.grid-item.size-3 {
		width: 100%;
	}

	.grid-item .covered-image {
		white-space: nowrap;
		text-align: center;
	}

	.grid-item .covered-image:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 450px;
	}

	.grid-item .covered-image > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.grid-item h2 {
		margin-bottom: 14px;
	}

	.grid-item .content .title {
		width: 23.5%;
		font-size: 30px;
		line-height: 29px;
		font-weight: 300;
	}

	.load-more-row {
		padding-top: 30px;
	}

	.gallery-container {
		margin-top: -17px;
	}

	.gallery-container h1 {
		font-size: 50px;
		line-height: 60px;
		font-weight: 300;
	}

	.gallery .mask {
		width: 548px;
	}

	.gallery .mask:before,
	.gallery .mask:after {
		height: 308px;
	}

	.gallery .slide {
		width: 548px;
	}

	.gallery .slide.slick-center .text-container {
		opacity: 1;
	}

	.gallery .visual {
		height: 308px;
	}

	.gallery .prev,
	.gallery .next {
		top: 154px;
		left: -70px;
		border-color: #999;
		width: 100px;
		height: 100px;
	}

	.gallery .next {
		left: auto;
		right: -70px;
	}

	.gallery .text-container {
		opacity: 0;
		padding: 20px 0 15px;
	}

	.gallery .text-container h1 {
		font-size: 40px;
		line-height: 35px;
		font-weight: 300;
	}

	.thumbnails-carousel .thumbnails-mask {
		width: 548px;
	}

	.thumbnails-carousel .thumbnails li {
		width: 137px;
	}

	.switcher ul li {
		padding: 0 25px 20px 0;
	}

	.switcher ul li a {
		width: 6px;
		height: 6px;
	}

	.columns .video-block {
		width: 50%;
	}

	.columns.three-columns .video-block {
		width: 33.33%;
		padding-top: 40px;
	}

	.video-block .text-block {
		padding-right: 20px;
	}

	.about-article {
		padding-bottom: 15px;
	}

	.about-article .visual-section {
		margin-top: -229px;
		padding: 229px 0 20px;
		min-height: 460px;
		white-space: nowrap;
		text-align: center;
	}

	.about-article .visual-section:before {
		content: "";
		display: inline-block;
		vertical-align: bottom;
		width: 0;
		min-height: 210px;
	}

	.about-article .visual-section > * {
		white-space: normal;
		display: inline-block;
		vertical-align: bottom;
		max-width: 99%;
	}

	.about-article .visual-section h1 {
		margin-bottom: 10px;
		font-size: 50px;
		line-height: 55px;
		font-weight: 700;
	}

	.paging {
		margin: 0;
	}

	.voting-form h1 {
		font-size: 48px;
		line-height: 52px;
		margin: 0 0 22px;
		text-align: left;
	}

	.voting-form .tabset {
		padding: 73px 0 90px 0;
	}

	.voting-form .tabset li {
		float: left;
		width: 33.333%;
		padding: 0 10px 2px;
	}

	.voting-form .tabset li {
		font-size: 18px;
	}

	.voting-form .frame-holder {
		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-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.voting-form strong {
		padding: 12px 24px 48px;
		font-size: 24px;
		line-height: 24px;
	}

	.voting-form .row {
		text-align: right;
	}

	.voting-form .btn-next,
	.voting-form .btn-prev,
	.voting-form .home {
		padding: 8px 10px 9px 10px;
		margin: 0 0 0 10px;
		width: 135px;
	}

	.voting-form .info-album {
		padding: 0 0 0 25px;
	}

	.voting-form .info-album span {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 23px;
	}

	.voting-form .info-album strong {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 12px;
	}

	.voting-form .info-album .gender {
		padding: 33px 0 0;
	}

	.holder {
		text-align: left;
		margin: 0;
	}

	.holder [type="radio"] + .image-holder:after {
		font-size: 130px;
	}

	.your-details label {
		font-size: 18px;
		text-align: left;
	}

	.your-details .text {
		font-size: 18px;
		line-height: 24px;
		height: 50px;
		padding: 13px 26px;
		margin: 0 0 51px;
		text-align: left;
	}

	.your-details .row-text .form-group {
		float: right;
		width: 48%;
	}

	.your-details .row-text .form-group:first-child {
		float: left;
	}

	.album-photo {
		margin: 0;
		width: auto;
		float: left;
		width: 40%;
	}

	.album-photo .text-box {
		padding: 12px 26px 52px;
	}

	.verification a {
		font-size: 18px;
		margin: 14px 0 0 30px;
	}

	.verification .text {
		font-size: 16px;
		line-height: 24px;
		height: 50px;
		padding: 13px 10px;
		margin: 0 0 51px;
	}

	.accordion li {
		padding: 0;
	}

	.accordion .top-box {
		padding: 20px 114px 20px 13px;
	}

	.accordion .opener {
		top: 13px;
	}

	.accordion span {
		float: left;
	}

	.accordion .nomanation {
		float: right;
	}

	.accordion .year {
		margin: 0 15px 0 0;
	}

	.accordion .name-singer {
		width: 202px;
	}

	.accordion .name-album {
		max-width: 235px;
	}

	#header {
		height: 0;
		position: fixed;
		left: 0;
		right: 0;
		padding: 0;
	}

	#header > .container {
		height: 0;
	}

	#header .logo {
		width: 181px;
		margin: 25px 0 0 -5px;
	}

	.nav-opener {
		margin: 85px 46px 0 0;
		width: 70px;
		height: 70px;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		width: 33px;
		height: 2px;
		left: 18px;
		top: 34px;
	}

	.nav-opener:before,
	.nav-opener:after {
		top: 26px;
	}

	.nav-opener:after {
		top: 42px;
	}

	.close {
		width: 60px;
		height: 60px;
		left: 60px;
		top: 90px;
	}

	.close:before,
	.close:after {
		top: 29px;
		left: 15px;
	}

	#nav {
		left: -50%;
		width: 50%;
		bottom: 0;
		top: 0;
		padding: 150px 40px 90px 60px;
		letter-spacing: 2px;
		word-spacing: 2px;
		font-size: 32px;
		line-height: 40px;
		font-weight: 700;
	}

	#nav ul li {
		padding: 0;
	}

	.social-networks {
		position: fixed;
		bottom: 23px;
		left: 0;
		right: 0;
		height: 0;
		padding-bottom: 0;
		font-size: 22px;
	}

	.footer-visible .social-networks {
		position: absolute;
		bottom: auto;
		top: -145px;
	}

	.footer-visible .visual-page .social-networks {
		position: fixed !important;
		bottom: 23px;
		left: 0;
		top: auto;
	}

	.footer-visible .home .social-networks {
		top: -142px;
	}

	.social-networks .container {
		padding: 0 10px;
	}

	.social-networks ul {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 30px;
		height: auto;
	}

	.social-networks ul li {
		padding-top: 25px;
		display: block;
	}

	.home .social-networks ul li {
		padding-top: 43px;
	}

	#footer .menu {
		padding-bottom: 16px;
	}

	.home #footer .menu {
		padding-bottom: 31px;
	}

	#footer .menu li {
		padding: 0 28px 20px;
	}

	#footer .logo {
		width: 172px;
		margin-bottom: 126px;
	}

	.home #footer .logo {
		width: 151px;
		margin-bottom: 154px;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 72px;
		line-height: 80px;
		font-weight: 300;
	}

	h2,
	.h2 {
		font-size: 32px;
		line-height: 36px;
		font-weight: 300;
	}

	h3,
	.h3 {
		font-size: 29px;
		line-height: 34px;
		font-weight: 300;
	}

	h4,
	.h4 {
		font-size: 24px;
		line-height: 30px;
		font-weight: 300;
	}

	h5,
	.h5 {
		font-size: 20px;
		line-height: 24px;
		font-weight: 300;
	}

	h6,
	.h6 {
		font-size: 18px;
		line-height: 24px;
		font-weight: 300;
	}

	.visual-page .w1 {
		background: #f2edf0;
	}

	.visual-page .w1:before {
		content: "";
		position: fixed;
		left: 0;
		top: 20px;
		right: 0;
		bottom: 0;
		background: -webkit-linear-gradient(top, #f2edf0 0%, #cfdae6 100%);
		background: linear-gradient(to bottom, #f2edf0 0%, #cfdae6 100%);
	}

	.grid-item .caption {
		padding: 0 80px;
		max-width: 720px;
	}

	.grid-item h2 {
		letter-spacing: 1px;
		word-spacing: 1px;
		font-size: 32px;
		line-height: 36px;
		font-weight: 700;
	}

	.grid-item .content {
		left: 95px;
		right: 95px;
		top: 72px;
	}

	.grid-item .content .logo {
		width: 376px;
	}

	.grid-item .content .title {
		padding-top: 43px;
		letter-spacing: 1px;
	}

	.grid-item .content .title time {
		font-size: 60px;
		line-height: 58px;
		font-weight: 700;
	}

	.gallery-container h1 {
		letter-spacing: 3px;
		word-spacing: 2px;
		margin: 0;
		font-size: 72px;
		line-height: 78px;
		font-weight: 300;
	}

	.gallery .mask {
		width: 822px;
	}

	.gallery .mask:before,
	.gallery .mask:after {
		height: 460px;
	}

	.gallery .slide {
		width: 822px;
	}

	.gallery .visual {
		height: 460px;
	}

	.gallery .prev,
	.gallery .next {
		top: 230px;
	}

	.gallery .text-container {
		padding: 42px 0 0;
	}

	.gallery .text-container .col {
		float: left;
		width: 50%;
		padding-right: 30px;
	}

	.gallery .text-container h1 {
		text-align: left;
		letter-spacing: -1px;
		font-size: 60px;
		line-height: 55px;
		font-weight: 300;
	}

	.thumbnails-carousel .thumbnails-mask {
		width: 822px;
	}

	.custom-slideshow h1 {
		font-size: 9vh;
		line-height: 1;
		font-weight: 300;
		margin-bottom: 3.078vh;
	}

	.custom-slideshow .mask {
		height: auto !important;
	}

	.custom-slideshow .slides {
		margin: 0 !important;
		height: auto !important;
		width: 100% !important;
		float: none;
	}

	.custom-slideshow .slide {
		float: none;
		width: 100% !important;
		position: static !important;
		left: auto !important;
		padding: 20px 0;
	}

	.custom-slideshow .image {
		margin-bottom: 0;
	}

	.switcher ul li {
		padding-bottom: 3vh;
	}

	.desc-text h2 {
		font-size: 4vh;
		line-height: 1.125;
		font-weight: 300;
	}

	.desc-text .link-row {
		padding: 2.5vh 20px 0 0;
	}

	.intro-section {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 30vh 0 0;
	}

	.intro-section .text-column {
		float: left;
		width: 47%;
		font-size: 2vh;
		line-height: 1.313;
	}

	.scrollable-column {
		float: right;
		width: 46%;
	}

	.scrollable-column .desc-text {
		display: none;
	}

	.columns .video-block {
		padding-top: 38px;
	}

	.video-block .text-block {
		padding-right: 20px;
	}

	.video-block h2 {
		letter-spacing: -2px;
		word-spacing: 2px;
		margin-bottom: 20px;
		font-size: 40px;
		line-height: 44px;
		font-weight: 300;
	}

	.video-block h3 {
		letter-spacing: -1px;
		word-spacing: 3px;
		font-size: 28px;
		line-height: 32px;
		font-weight: 300;
	}

	.video-image {
		height: 450px;
		margin-bottom: 38px;
	}

	.three-columns .video-image {
		height: 225px;
		margin-bottom: 24px;
	}

	.video-image .btn-play {
		width: 425px;
		height: 425px;
	}

	.three-columns .video-image .btn-play {
		width: 215px;
		height: 215px;
	}

	.video-image .btn-play:before {
		width: 160px;
		height: 160px;
		margin: -8px 0 0 -42px;
	}

	.three-columns .video-image .btn-play:before {
		width: 80px;
		height: 80px;
		margin: -4px 0 0 -20px;
	}

	.about-article {
		font-size: 21px;
		line-height: 34px;
		font-weight: 400;
	}

	.about-article .visual-section {
		min-height: 764px;
		padding-bottom: 35px;
		margin-bottom: 62px;
		white-space: nowrap;
		text-align: center;
	}

	.about-article .visual-section:before {
		content: "";
		display: inline-block;
		vertical-align: bottom;
		width: 0;
		min-height: 500px;
	}

	.about-article .visual-section > * {
		white-space: normal;
		display: inline-block;
		vertical-align: bottom;
		max-width: 99%;
	}

	.about-article .visual-section h1 {
		font-size: 80px;
		line-height: 94px;
		font-weight: 700;
	}

	.about-article p {
		margin: 0 0 34px;
	}

	.about-article .text-content {
		padding: 0 100px 50px;
	}

	.about-article .posted {
		position: absolute;
		right: 0;
		top: 70px;
		letter-spacing: 1px;
		text-align: left;
		font-size: 36px;
		line-height: 50px;
		font-weight: 700;
	}

	.voting-form .btn-next {
		float: none;
	}

	.voting-form .btn-prev {
		float: none;
	}

	.holder {
		width: 25%;
	}

	.verification {
		padding: 13px 0 0 0;
	}

	.accordion li:hover .opener {
		color: #fff;
	}

	.accordion li:hover .opener:after {
		background: #fff;
		content: "\e905";
	}

	.accordion .top-box {
		padding: 32px 114px 30px 13px;
	}

	.accordion .opener {
		top: 33px;
	}

	.accordion span {
		font-size: 24px;
		line-height: 24px;
		margin: 0;
	}

	.accordion .nomanation {
		padding: 0 0 0 10px;
		max-width: 150px;
	}

	.accordion .year {
		margin: 0 32px 0 0;
	}

	.accordion .name-singer {
		width: 302px;
	}

	.accordion .slide {
		padding: 0 184px 0 96px;
	}

	.accordion .slide dl {
		padding: 9px 0 0;
	}

	.accordion .slide dt {
		font-size: 18px;
		line-height: 20px;
		padding: 18px 10px 15px 9px;
	}

	.accordion .slide dd {
		font-size: 18px;
		line-height: 20px;
		padding: 18px 10px 15px 9px;
	}

	.visual-page #header .logo {
		width: 22vh;
		max-width: 181px;
		min-width: 90px;
		margin-top: 3vh;
	}

	.visual-page .nav-opener {
		margin-top: 10vh;
	}

	.visual-page .nav-opener.close {
		margin-top: 0;
	}

	.close {
		width: 70px;
		height: 70px;
		left: 70px;
	}

	.close:before,
	.close:after {
		top: 34px;
		left: 20px;
	}

	#nav {
		padding: 160px 40px 90px 70px;
		font-size: 30px;
		line-height: 50px;
		font-weight: 700;
	}

	#nav ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#nav ul li {
		padding: 0;
	}

	.visual-page #footer {
		position: absolute;
		top: -9999px;
		height: 0;
	}

	.visual-page #footer > .container {
		height: 0 !important;
	}
}

@media (min-width: 1200px) {
	.gallery .prev,
	.gallery .next {
		border-width: 0 0 2px 2px;
		left: -100px;
		width: 176px;
		height: 176px;
	}

	.gallery .prev:hover,
	.gallery .next:hover {
		border-width: 0 0 3px 3px;
		border-color: transparent transparent #fff #fff;
	}

	.gallery .next {
		border-width: 2px 2px 0 0;
		border-color: #fff #fff transparent transparent;
		left: auto;
		right: -100px;
	}

	.gallery .next:hover {
		border-width: 3px 3px 0 0;
		border-color: #fff #fff transparent transparent;
	}

	.custom-slideshow h1 {
		/*font-size: 12.31vh;*/
		line-height: .87;
		font-weight: 300;
	}

	.switcher {
		margin-bottom: 4vh;
	}

	.switcher ul li {
		padding: 0 28px 2.5vh 7px;
	}

	.desc-text h2 {
		font-size: 6vh;
		line-height: 1.083;
		font-weight: 300;
	}

	.desc-text .title-text {
		margin-bottom: 19px;
		font-size: 20px;
		line-height: 26px;
		font-weight: 400;
	}

	.more [class^="icon-"],
	.more [class*=" icon-"] {
		font-size: 36px;
		line-height: 1;
		font-weight: 400;
		margin-left: 10px;
	}

	.accordion .name-album {
		max-width: 300px;
	}
}

@media (min-width: 1280px) {
	.switcher ul li {
		padding-right: 30px;
	}
}

@media (min-width: 1281px) {
	.gallery.video-gallery .visual {
		height: 562px;
	}

	.gallery.video-gallery .mask {
		width: 1000px;
	}

	.gallery.video-gallery .mask:before,
	.gallery.video-gallery .mask:after {
		height: 562px;
	}

	.gallery.video-gallery .prev,
	.gallery.video-gallery .next {
		top: 272px;
	}
}

@media (min-width: 1380px) {
	.gallery.video-gallery .prev,
	.gallery.video-gallery .next {
		left: -134px;
	}

	.gallery.video-gallery .next {
		left: auto;
		right: -134px;
	}
}

@media (max-width: 1023px) {
	.intro-section > .container {
		padding: 0;
	}

	.desc-slideshow {
		display: none;
	}

	.about-article .posted br {
		display: none;
	}

	.paging .grid-item {
		height: 200px;
	}

	.paging .grid-item .covered-image {
		white-space: nowrap;
		text-align: center;
	}

	.paging .grid-item .covered-image:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 200px;
	}

	.paging .grid-item .covered-image > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.accordion li:hover .top-box {
		color: #000;
		background: none;
	}

	.accordion .opener {
		opacity: 1 !important;
	}
}

@media (max-width: 767px) {
    .verification {
        margin-top: 20px;
    }
	body.nav-active {
		overflow: hidden;
		position: fixed;
		width: 100%;
		height: 100%;
	}

	.three-columns .video-block .text-block {
		padding: 0 5px;
	}

	.video-block .text-block p {
		display: none;
	}

	.voting-form p {
		font-size: 16px;
	}

	#nav {
		width: 100%;
		overflow: auto;
		padding: 55px 15px 15px;
		font-size: 22px;
		line-height: 36px;
		font-weight: 700;
	}
}