﻿/*! 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.
 */

/* 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;
	color: #e02b2e
}

/**
 * 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;
}

a:visited, a:link { font-weight: normal; }

/* 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;
}
.ResponsiveLayout { position: relative; }

.ResponsiveLayout h1, .ResponsiveLayout h2, .ResponsiveLayout h3 {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

.ResponsiveLayout h1,.h1 {
	font-size: 30px;
    line-height: 30px;
}

.ResponsiveLayout h2,.h2 {
   	font-size: 27px;
    line-height: 27px;
}

.ResponsiveLayout h3,
.h3 {
	font-size: 20px;
    line-height: 20px;
    font-weight: normal;
}

.ResponsiveLayout h2 {
	background: #000;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	margin: 0 0 10px;
	font-weight: 400;
}


.ResponsiveLayout h2 a {
	color: #fff;
}

.ResponsiveLayout h2 a:hover {
	opacity: .7;
}

/**
 * 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;
}

#nav .slide,
#nav .dropdown,
.performer-list,
.member-list,
.prize-list,
.social-network,
.info-form .checkbox-list,
.login-list,
.link-list,
.cycle-gallery .pagination,
.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
#twocolumns:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}



body {
	color: #000;
	background: #282828;
	font: 14px/20px Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	border-style: none;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

p {
	margin: 0 0 1em;
}

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;
	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: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #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;
}

@font-face {
	font-family: "icomoon";
	src: url("/fonts/icomoon.eot?e02o2w");
	src: url("/fonts/icomoon.eot?#iefixe02o2w") format("embedded-opentype"), url("/fonts/icomoon.ttf?e02o2w") format("truetype"), url("/fonts/icomoon.woff?e02o2w") format("woff"), url("/fonts/icomoon.svg?e02o2w#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	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-play:before {
	content: "\e607";
}

.icon-instagram:before {
	content: "\e606";
}

.icon-google-plus:before {
	content: "\e604";
}

.icon-soundcloud2:before {
	content: "\e605";
}

.icon-youtube:before {
	content: "\e603";
}

.icon-twitter:before {
	content: "\e602";
}

.icon-facebook:before {
	content: "\e601";
}

.icon-vk:before {
	content: "\e600";
}

@font-face {
	font-family: "filmotype_escort";
	src: url("/fonts/filmotype_escort-webfont.eot");
	src: url("/fonts/filmotype_escort-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/filmotype_escort-webfont.svg#filmotype_escortregular") format("svg"), url("/fonts/filmotype_escort-webfont.woff") format("woff"), url("/fonts/filmotype_escort-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "khmer_sangam_mn";
	src: url("/fonts/khmer_sangam_mn-webfont.eot");
	src: url("/fonts/khmer_sangam_mn-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/khmer_sangam_mn-webfont.svg#khmer_sangam_mnregular") format("svg"), url("/fonts/khmer_sangam_mn-webfont.woff") format("woff"), url("/fonts/khmer_sangam_mn-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}


.intro-block .text-info {
	text-transform: uppercase;
	color: #fff;
	background: #dc0000;
	font-weight: 700;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
}

.intro-block .text-info strong {
	display: block;
	margin: 0 0 7px;
}

.intro-block .text-info a {
	color: #fff;
}

.intro-block .text-info a:hover {
	opacity: .7;
}

.text-holder {
	font-family: "khmer_sangam_mn", Arial, Helvetica, sans-serif;
	background: #000;
	color: #fff;
	padding: 15px 10px;
}

.text-holder p {
	margin: 0;
}

.intro {
	background: url(/images/responsive/img1.jpg);
	background-size: cover;
	background-position: center;
	padding: 25px 10px 15px;
	margin: 0 0 5px;
	text-align: center;
    position: relative;
}

.intro h1 {
	color: #fff;
	font-family: "filmotype_escort", Arial, Helvetica, sans-serif;
	margin: 0 0 20px;
	font-size: 40px;
	line-height: 44px;
	text-align: center;
	font-weight: 400;
}

.intro .img-holder {
	padding: 0 20px;
	margin: 0 0 25px;
}

.intro .img-holder img {
	max-width: 100%;
	height: auto;
}

.intro .info {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #fff;
	margin: 0 auto;
	padding: 0 5px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	max-width: 300px;
	text-transform: uppercase;
}

.intro .info dt {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 10px 0 0;
	margin: 0 0 15px;
	font-weight: 700;
	width: 40%;
}

.intro .info dd {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0 0 15px;
	width: 60%;
}

.intro .info dd a {
	color: #fff;
}

.intro .info a:hover {
	opacity: .7;
}

.intro .info .map-link a { font-size: 16px; font-weight: bold }
.intro .info .address { padding: 10px 0 }

.responsive-image-container {
  position: relative;
	margin: 0 0 10px;
	overflow: hidden;
    background-color: #dc0000;
    padding:5px;
}

.responsive-image-container a {
  position: relative;
  width: 100%;
  height: 0;
  display: block;
  padding: 100% 0 0 0;
  overflow: hidden;
}

.responsive-image-container img {
	max-width: 100%;
	max-height: 100%;
    min-width: 95%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    margin: auto;
	-webkit-transition: -webkit-transform .5s ease 0s;
	transition: transform .5s ease 0s;
}

.responsive-image-container a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.responsive-image-container .description {
    background: url(/images/bg-decoration.png);
    width: 100%;
    padding: 0 0 3px;
    position: absolute;
    left: 0;
    bottom: 9px;
    font-size: 12px;
}
.responsive-image-container .description span {
    color: #fff;
    text-transform: uppercase;
    font: 1.3em/ 1.3em 'FuturaStdMedium', Verdana, Arial, Helvetica, sans-serif;
    display: block;
}

.performer-block {
	margin: 0 0 20px;
}

.performer-block .text-holder {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}

.performer-block .text-holder p {
	margin: 0;
}

.performer-block .text-holder p a {
	color: #fff;
}

.performer-block .text-holder p a:hover {
	opacity: .7;
}

.section.performer-list {
	font-size: 24px;
    line-height: 24px;
}
.performer-list .name {
	text-transform: uppercase;
	color: #fff;
}

.section.performer-list a {
    padding: 0 0 5px 5px;
    margin: 0;
    float:none;
}

.performer-list a:hover {
	opacity: .7;
}

.embed-block {
	margin: 0 0 20px;
}

.embed-block img {
	width: 100%;
	height: auto;
}

.member-list {
	margin: 0 0 10px;
	text-align: center;
}

.member-list li {
    padding: 0 1px 5px;
	width: 49%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
}

.member-list .li-wrap {
	background: #000;
	padding: 10px;
}

.member-list .description {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 17px;
}

.member-list .description p {
	margin: 0;
}

.member-list .name {
	display: block;
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 18px;
}

.member-list .twitter-link {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: 700;
	margin: 0 0 15px;
}

.member-list .twitter-link:hover {
	opacity: .7;
}

.prize-block h2 {
	margin: 0 0 20px;
}

.box-info {
	text-align: center;
	margin: 0 10px 20px;
	border: 1px solid #000;
	padding: 15px 0;
}

.box-info h3 {
	margin: 0 0 10px;
	font-family: "filmotype_escort", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 44px;
	font-weight: 400;
}

.prize-list li {
	padding: 5px 10px;
}

.prize-list li:nth-child(2n+1) {
	background: #e5e5e5;
}

.comment-block img {
	width: 100%;
	height: auto;
}

.widget-block {
    padding: 0;
}

.widget-block.video {
    padding: 0;
}

.widget-block {
	margin: 0 0 1px;
}

.widget-block {
	background: #dc0000;
	text-align: center;
	overflow: hidden;
}


.widget-block.about span,
.widget-block.sign-up span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.widget-block.about span a,
.widget-block.sign-up span a {
	color: #fff;
}

.widget-block.about span a:hover,
.widget-block.sign-up span a:hover {
	opacity: .7;
}

.widget-block h2 {
    margin: 0;
	padding: 0 0 5px;
	color: #fff;
	background: none;
    font-size: 35px;
    line-height: 35px;
}

.social-network {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-family: "khmer_sangam_mn", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 0 50px;
	font-weight: 700;
}

.social-network li {
	margin: 0 0 15px;
}

.social-network a {
	color: #fff;
	position: relative;
}

.social-network a:before {
	position: absolute;
	font-family: "icomoon";
	font-size: 25px;
	line-height: 25px;
	color: #000;
	top: 50%;
	left: -40px;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	font-weight: 400;
}

.social-network a:hover {
	opacity: .7;
}

.social-network .facebook:before {
	content: "\e601";
}

.social-network .instagram:before {
	content: "\e606";
}

.social-network .vk:before {
	content: "\e600";
}

.social-network .twitter:before {
	content: "\e602";
}

.social-network .youtube:before {
	content: "\e603";
}

.social-network .soundcloud:before {
	content: "\e605";
}

.social-network .googleplus:before {
	content: "\e604";
}

.video-block {
	background: #000;
	padding: 10px;
	margin: 0 0 20px;
	color: #fff;
	font-family: "khmer_sangam_mn", Arial, Helvetica, sans-serif;
	font-weight: 700;
	overflow: hidden;
}

.video-block .video {
	position: relative;
	margin: 0 0 20px;
}

.video-block .video img {
	width: 100%;
	height: auto;
}

.video-block .video .icon-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 70px;
	line-height: 1;
	color: #d5d5d5;
}

.video-block .video .icon-play:hover {
	opacity: .7;
}

.video-block h1 {
	text-align: center;
	margin: 0 0 15px;
	font-family: "filmotype_escort", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
}

.video-block p {
	margin: 0 0 10px;
}

.info-form {
	border: 1px solid #000;
	margin: 0 10px 30px 0;
	padding: 15px 10px 0;
}

.info-form h2 {
	background: none;
	padding: 0;
	margin: 0 0 15px;
	color: #000;
}

.info-form .row {
	overflow: hidden;
	margin: 0 0 15px;
}

.info-form label {
	display: block;
	letter-spacing: 0;
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.info-form label .small {
	text-transform: none;
}

.info-form label .lowercase {
	text-transform: none;
	display: block;
}

.info-form input[type=text],
.info-form input[type=email],
.info-form textarea,
.info-form .UploadOptionsContainer {
	background: #e5e5e5;
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 7px 10px;
	border: 1px solid #b8b8b8;
	display: block;
	letter-spacing: 0;
	outline: none;
	box-shadow: none;
	font-size: 16px;
	line-height: 20px;
}

.info-form textarea,
.info-form .UploadOptionsContainer {
    height: auto;
}

.info-form select {
	letter-spacing: 0;
	width: 100%;
	height: 35px;
	outline: none;
	border: 1px solid #b8b8b8;
	background: #e5e5e5;

}

.info-form input[type=submit] {
	background: #dc0000;
	color: #fff;
	text-transform: uppercase;
	margin: 10px auto;
	padding: 10px;
	font-weight: 700;
	border: none;
	display: block;
	font-size: 16px;
	line-height: 20px;
    width: 80%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.info-form input[type=submit]:hover {
	opacity: .7;
}

.info-form .checkbox-list {
	margin: 0 0 15px;
}

.info-form .checkbox-list li {
	overflow: hidden;
	margin: 0 0 5px;
}

.info-form .checkbox-list input[type=checkbox] {
	float: left;
	margin: 3px 10px 0 0;
}

.info-form .checkbox-list label {
	overflow: hidden;
	text-transform: none;
	font-size: 14px;
	line-height: 18px;
}

.login-list {
	margin: 0 0 25px;
	text-align: center;
}

.login-list li {
	display: inline-block;
    vertical-align: middle;
    width: 220px;
	margin: 0 5px 5px;
}

.login-list img {
	width: 100%;
	height: auto;
}

.login-list a:hover {
	opacity: .7;
}

.event-block {
	margin: 0 0 35px;
}

.event-block h2 {
	margin: 0 0 15px;
}

.more.light {
	color: white;
    background-color: #dc0000;
}

.event-info {
	margin: 0 0 20px;
	padding: 0 10px 10px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.event-info .img-holder {
	margin: 0 0 15px;
	overflow: hidden;
}

.event-info .img-holder img {
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform .5s ease 0s;
	transition: transform .5s ease 0s;
}

.event-info .img-holder a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.event-info .text {
	text-transform: uppercase;
	text-align: center;
}

.event-info .text h3 {
	font-family: "filmotype_escort", Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin: 0 0 15px;
	font-size: 44px;
	line-height: 45px;
}

.event-info .text h3 a {
	color: #000;
}

.event-info .text h3 a:hover {
	opacity: 1;
	color: rgba(0, 0, 0, .7);
}

.event-info time {
	display: block;
	font-weight: 700;
	margin: 0 0 5px;
}

.link-list {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

.link-list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	letter-spacing: 0;
	margin: 0 0 10px;
	padding: 0 10px;
}

.link-list a {
	color: #dc0000;
}

.link-list a:hover {
	color: #00aeef;
}

.link-list .facebook:before,
.link-list .twitter:before {
	content: "\e602";
	font-family: "icomoon";
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin: 1px 8px 0 0;
	font-weight: 400;
}

.link-list .facebook:before {
	content: "\e601";
}

.bg-stretch {
	width: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.bg-stretch img {
	width: 100%;
	position: relative;
	left: -50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 435px;
	max-width: none;
	height: auto;
}

.cycle-gallery {
	position: relative;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.cycle-gallery .slideset {
	width: 100%;
	float: left;
}

.cycle-gallery .slide {
	width: 100%;
	float: left;
	position: relative;
}

.cycle-gallery .slide.active {
	z-index: 1;
}

.cycle-gallery .text-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	padding: 5px;
}

.cycle-gallery .text-wrap:after {
	content: "";
	min-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.cycle-gallery .text-wrap .text {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	overflow: hidden;
	max-height: 100%;
}

.cycle-gallery p {
	display: none;
}

.cycle-gallery h1 {
	font-size: 35px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	font-family: "filmotype_escort", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.cycle-gallery h1 span {
	background: #dc0000;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	display: none;
}

.cycle-gallery .pagination {
	display: none;
}

.events-holder {
	margin: 0 0 11px;
    position:relative;
}

.events-holder .event {
	background: #000;
	margin: 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    position:relative;
}

.events-holder .img-holder img.event-background {
	display: none;
}

.events-holder .img-holder img.event-flyer {

}


.events-holder .img-holder img {
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
    opacity: .4;
}

.events-holder .img-holder a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.events-holder .text {
	text-align: center;
	padding: 16px 0 0;
	color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.events-holder time {
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 17px;
	letter-spacing: 5px;
	padding: 0 10px;
}

.events-holder h2 {
	background: none;
	margin: 0 0 12px;
	padding: 0 5px;
    font-size: 7vw;
	line-height: 7vw;
	text-transform: none;
}

.events-holder h3 {
    font-size: 4vw;
	line-height: 4vw;
}

.events-holder h2 a {
	color: #fff;
}

.events-holder h2 a:hover {
	opacity: .7;
}

.events-holder .link-list {
	text-transform: uppercase;
	background: #dc0000;
	font-size: 3vw;
	line-height: 3vw;
    letter-spacing: -6px;
}

.events-holder .link-list .hidden {
	display: none;
}

.events-holder .link-list li {
	margin: 0;
	padding: 5px 0;
	position: relative;
    width: 50%;
}

.events-holder .link-list li:nth-child(2n):before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	bottom: 0;
	background: #fff;
	width: 1px;
}

.events-holder .link-list a {
	color: #fff;
}

.events-holder .link-list a:hover {
	opacity: .7;
}

.wireframe-page .more {
	font-size: 27px;
	line-height: 31px;
	padding: 5px;
	letter-spacing: 7px;
	margin: 0 auto;
}

/* C2C addtions */

/* Responsive video container */

.video-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.login-options { 
    position: absolute; 
    top: 0;
    right: 10px;
    display: none;
}

.login-options .welcome {
    font-size: 12px;
    float:right;
    padding-right: 10px;
}


.top-nav {
    list-style: none;
    padding: 5px;
    text-transform: uppercase;
    font: bold 12px/18px 'FuturaStdBold',Helvetica,sans-serif;
    margin:0;
}

.top-nav li {
    float: left;
    padding: 0 0 0 15px;
}

.top-nav a {
    color: #212121;
    padding:5px;
}

.top-nav a:hover {
    background-color: #e00000;
    color: #212121;
    text-decoration: none;
}

.widget-block a:hover {
    background-color: white;
    color: #212121;
    text-decoration: none;
}

.widget-block ul {
    margin: 0;
    padding: 0;
}

.widget-block ul li {
    list-style: none;
    font-size: 24px;
    line-height: 28px;
    background-color: #212121;
    margin-bottom: 5px;

}
.widget-block ul li a {
    display:inline-block;
    width: 100%;
    color: #fff;
}

.section { 
    color: #fff;
    padding: 8px;
    margin-top:2px;
    text-transform: uppercase;
    font-family: 'FuturaStdMedium',Verdana, Arial, Helvetica, sans-serif;
}


.section a,.profile a,.section div.more {
    float: none;
    color: #fff;
    padding: 14px 0 0;
    margin: 0;
    font-size: 26px;
    line-height: 26px;
}

.section div.more a {
    float: none
}

.featured-block { vertical-align: top; text-align: center; position: relative; height:100%; background-color: #232323; overflow: hidden; }
.featured-block .heading { margin: 0 0 8px; padding: 0; }
.featured-block a img { max-width: 100%; max-height: 100%; transition: transform 0.5s ease;}
.featured-block a:hover img { transform: scale(1.1,1.1); }
.featured-block a:hover { text-decoration: none; }
.featured-block .description {
    background: url(/images/bg-decoration.png);
    width: 100%;
    padding: 0 0 3px;
    position: absolute;
    left: 0;
    bottom: 9px;
    font-size: 12px;
}
.featured-block .description span {
    color: #fff;
    text-transform: uppercase;
    font: 1.3em/ 1.3em 'FuturaStdMedium', Verdana, Arial, Helvetica, sans-serif;
    display: block;
}

.featured-block .description .mark { color: #db0000; }

.EventLogoContainer {
    position: relative;
    display: block;
}

.homePageSection .EventLogoContainer img,
.homePageSection .SubmissionOppLogoContainer img { 
    max-height: 100px;max-width: 120px; 
}

.homePageSection {
    width: 49%;
    height: auto;
    padding: 0 0 5px 5px;
    display: inline-block;
}
.homePageSection  img { width: 100%; height: 100%; }

.event-page-header-title {
    display: none;
}

.c2c-button {
    text-align: center;
    z-index: 1;

	border: 1px solid #000;
	text-transform: uppercase;
    background-color: #db0000;
	color: #fff;
	font-family: "filmotype_escort", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 26px;
	padding: 5px 10px;
	letter-spacing: 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px auto;
}

.c2c-button:hover {
	opacity: .7;
}

.signup-link {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
}


.radiusSearch {
    margin: 0 auto;
    width: auto;
    font-size:26px;
    line-height: 26px;
}

.FullyBookedEvent.overlay {
    width: 120px;
    height: 100px;
    background: transparent url(/images/fully_booked.png) no-repeat;
    background-size: 110px 80px;
    position: absolute;
    left: -10px;
    top: 25%
}

.section.winners img {
    width: 40px;
}

.submissionbox {
    background-color: #db0000;
    padding:20px;
    margin-bottom:10px;
}

.LatestReleaseIntro .events-holder .event {
    width:100%;
}
.LatestReleaseIntro .events-holder .img-holder {
    display: inline-block;
    width:30%;
    vertical-align: top;
    margin: 0 auto;
}
.LatestReleaseIntro .events-holder .img-holder img {
    width: 100%;
    opacity: 1;
}


.LatestReleaseIntro .events-holder .text {
    display: inline-block;
    text-align: center;
    margin: 0;
    vertical-align: top;
    width: 60%;
}

.LatestReleaseIntro .events-holder .text h3 {
    font-size: 3.3vw;
    line-height: 3.3vw;
}
 .LatestReleaseIntro .events-holder .text .deadline {
     display: block;
     text-align: center;
     font-size: 3vw;
 }

.submission-type-details {
    display: none;
    padding: 5px;
}

.submit-form {
    text-align: center;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.searchWrapper {
    display: block;
    float: left;
    width: 100%;
    background-color: white;
    border-radius: 6px;
    border-style: none;
    border: 1px solid #575757;
    white-space: nowrap;
    margin-bottom: 10px;
}
input.searchField {
    font-size: 16px;
    height: 40px;
    width: 80%;
    color: #575757;
    line-height: 1.5;
    padding: .41px 0 0 0;
    margin-left: 10px;
    border: none;
    float:left
}
.searchIcon {
    background: url('/images/search.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    margin-right: 5px;
    float: right;
}

.bioSection {
    word-wrap: break-word; min-height:50px; max-height:100px; padding:10px; line-height: 1.3em; margin: 20px 10px 0 10px;
}

.autoscroll {
    overflow: auto;
    overflow-x: hidden
}

.fbComments {
    width:auto;
    clear: both;
    margin: 0 auto;
    margin:0 10px;
    color: #3a3a3a;
    border: 1px solid #bbb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 4px 4px 6px #777;
    -webkit-box-shadow: 4px 4px 6px #777;
    box-shadow: 4px 4px 6px #777;
    background: -moz-linear-gradient(center bottom,#c8c8c8 0,#dcdcdc 100%);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c8c8c8),color-stop(1,#dcdcdc))
}

div.pagecontrols {
	float:right;
    background-color: #dc0000;
	color:#fff;
    padding: 5px 3px;
    margin-bottom: 5px;
}

div.pagecontrols a, 
div.pagecontrols .curPage {
    float: none;
    margin: 0;
	font-size: 16px;
    color:#fff;
	font-size: 22px;
    line-height: 22px;
}

div.pagecontrols .curPage {
	font-size: 24px;
    line-height: 24px;
}

div.pagecontrols .navButton {
    font-size: 28px;
    line-height: 28px;
}

div.pagecontrols .curPage
{
  text-decoration: underline;
}

div.pagecontrols .numberButton {
    position: relative;
    top: -1px;
}

div.pagecontrols .label {
    padding: 3px 8px;
    margin-left: 2px;
}
div.pagecontrols .prevPage {
    margin-left: 2px;
    margin-right: 10px;
}
div.pagecontrols .nextPage {
    margin-left: 10px;
}

.login-nav {
    display:block;
}

/* temp for ad server styles - old style*/
        .ad-server #PlayerContainer, #jwplayer_embed_wrapper {
            margin: 0 auto;
            text-align: center;
        }
        .ad-server #PlayerContainer {
            margin-top: 10px;
            clear: both;
        }
        .ad-server .leftSideHeading {
            max-width:470px;
        }
        .ad-server #footerAd {
            margin:0 auto; text-align: center; padding-top:10px; clear:both;
        }
        .ad-server .ad-footer-links {
            margin: 10px;
            padding-bottom: 10px;
            font-weight: bold;
            background: none;
        }
        .ad-server .nextProject,
        .ad-server .servicesLink {
            float: none; 
            margin: 0 0 20px 0;
            text-align: center;
        }
        .ad-server .nextProject a,
        .ad-server .servicesLink a {
            width:80%;
        }
        .ad-server .projectInfo {
            font-size: 16px;
            color: rgb(163, 165, 160);
            margin-bottom: 8px;
        }
        .ad-server .projectInfo tr.artist, .projectInfo tr.project {
            font-weight: bold;
        }
        .ad-server .projectInfo td.contents {
            background-color: rgb(88, 86, 86);
            padding:2px 5px 2px 5px;
        }
        .ad-server .projectInfo td {
            vertical-align: middle;
        }
        .ad-server .projectInfo tr.artist a {
            color: rgb(163, 165, 160);
        }
        .moreInfo {
            color:rgb(163, 165, 160); display: block; margin:5px 0 5px 0; font-size: 14px;
            text-align: center;
        }

		.spinner {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	display: block;
	position: relative;
	top: 20px;
	background: url(/images/loading-spin_og.svg);
}

.loading-mask  {
    position: relative;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 1000;
}

.hni_loading-mask--page { background-color:#fff; }
.loading-mask-helper {
    position: absolute;
    top: 40%;
    display: block;
    width: 100px; 
	height: 100px;
	background-color: #e4e4e1;
	opacity: .8;
	border-radius: 4px;
}

.message--loading {
    text-align: center;
    position: relative;
    right: 0;
    left: 0;
    top: -64px;
    bottom: 0;
    margin: auto;
    max-width: 360px;
}

.vertical-center { position: absolute;  top: 0;  bottom: 0; margin-top: auto; margin-bottom: auto; }

.horizontal-center { position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; }

.social-button {
    position: relative;
    padding: 5px 5px 5px 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
a.social-button {     
	cursor: pointer;
    -ms-touch-action: manipulation;
}
.social-button.btn-sm {
    padding: 3px 5px 3px 40px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 3px;
}

.social-button>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}

.social-button.btn-sm>:first-child
{
	line-height: 24px;
}

.social-button.btn-facebook {
    color: #fff;
    border-color: rgba(0,0,0,0.2);
    background:#3b5998
} 

.social-button.btn-twitter {
    color: #fff;
    border-color: rgba(0,0,0,0.2);
    background-color: #55acee;
}

.social-button.btn-spotify {
    color: #fff;
    border-color: rgba(0,0,0,0.2);
	background: #1DB954;
}

.social-button.btn-google-plus {
    color: #fff;
    border-color: rgba(0,0,0,0.2);
    background:#dd4b39
}

.btn-block {
    display: block;
    width: 100%;
}

/* for iframe ad server - width of content area*/
@media (min-width: 500px) {
    .ad-server .nextProject {
        float:right;
        width: auto;
    }
    .ad-server .servicesLink {
        float: left; 
        width: auto;
    }
}

/* End of C2C Additions */
@media (min-width: 768px) {
/* Start of C2C Additions */

/* temp */

	.ResponsiveLayout h3,
	.h3 {
		font-size: 24px;
		line-height: 24px;
	}

    .w2, .w3 { width:1000px}
    #main {
        margin: 0;
    }
    #sociallinks {
        padding: 8px 0;
    }

    .info-form input[type=submit] {
        width: 30%;
    }
    .searchWrapper {
        display: inline-block;
    }
    .section { 
        font-size: 2.5vw;
    }
    .widget-block {
        padding: 10px;
    }
    .widget-block ul li {
        font-size: 18px;
    }
    .login-options { display: block; }

    .homePageSection {
        width: 32%;
    }
    .event-page-header-title {
        display: block;
    }
    .signup-link {
        bottom: 35px;
        font-size: 20px;    
    }

    .cycle-gallery h1 {
        font-size: 50px;
    }
    .radiusSearch {
      float:right;
      padding-right: 10px;
    }
    .section.winners img {
        width: 80px;
    }
    .submission-type-details-toggle {
        /* display:none; */
        display:block;
        text-align: center;
        font-size: 18px;
        margin-top:5px;
    }
    .submission-type-details {
        display: none; /*block; */
    }
    .video-container.submission {
        width:512px;
        height: 288px;
        margin:0 auto;
        padding-bottom: 0;
    }

    .LatestReleaseIntro .events-holder .text {
        display: inline-block;
        text-align: left;
        margin-left: 20px;
        vertical-align: top;
        top: 40%;
		-webkit-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		transform: translatey(-50%);
    }
    .LatestReleaseIntro .events-holder .text h2 {
        font-size: 3.8vw;
    }
    .LatestReleaseIntro .events-holder .text h3 {
        font-size: 2.2vw;
        line-height: 2.2vw;
    }
    .LatestReleaseIntro .events-holder .text .deadline {
         display: inline-block;
         text-align: left;
         font-size: 1.5vw;
     }
/* End of C2C Additions */

	#twocolumns.wireframe-page #content {
		margin: 0 0 25px;
	}


	.intro-block .text-info {
		margin: 0 0 2px;
		font-size: 18px;
		line-height: 22px;
	}

	.intro-block .text-info strong {
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}

	.intro {
		padding: 24px 21px 15px;
		margin: 0 0 2px;
	}

	.intro h1 {
		font-size: 54px;
		line-height: 58px;
		margin: 0 0 17px;
	}

	.intro .info-holder {
		overflow: hidden;
	}

	.intro .img-holder {
        position: absolute;
        top: 30px;
		width: 25%;
        max-width: 250px;
		margin: 0 17px 0 0;
		padding: 0;
	}

	.intro .info {
		padding: 0;
		display: block;
		font-size: 15px;
		line-height: 17px;
		max-width: 100%;
		margin: 0;
		padding: 0 20px;
		overflow: hidden;
        margin-left: 33%;
	}

	.intro .info dt {
		width: 30%;
		margin: 0 0 22px;
	}

	.intro .info dd {
		margin: 0 0 22px;
		width: 70%;
	}

	.member-list {
		margin: 0 -10px 10px 0;
	}

	.member-list li {
	    padding: 0 5px 10px;
		width: 33.33%;
	}

    .member-list.four-wide li {
        width: 25%;
    }

	.box-info {
		margin: 0 0 20px 10px;
	}

	.widget-block h2 {
		font-size: 32px;
		line-height: 36px;
	}

	.social-network {
		padding: 0 0 0 30px;
		font-size: 12px;
		line-height: 16px;
	}

	.social-network a:before {
		font-size: 20px;
		line-height: 20px;
		left: -30px;
	}

    .video-block {
		padding: 20px;
	}

	.video-block .video .icon-play {
		font-size: 100px;
	}

	.video-block h1 {
		font-size: 50px;
		line-height: 52px;
	}

	.video-block p {
		margin: 0 0 20px;
	}

	.info-form {
		margin: 0 0 30px 10px;
	}

	.event-info {
		overflow: hidden;
		margin: 0 0 30px;
		padding: 0;
		box-shadow: none;
	}

	.event-info .img-holder {
		float: left;
		margin: 0 10px 0 0;
		width: 35%;
	}

	.events-holder .event {
		overflow: hidden;
		position: relative;
		margin: 0 0 1px;
        width:100%;
	}

	.events-holder .img-holder {
		display: block;
		float: left;
		overflow: hidden;
		width: 53.9%;
	}

	.events-holder .text {
		position: absolute;
		top: 50%;
		right: -5px;
		-webkit-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		transform: translatey(-50%);
		background: #fff;
		text-align: left;
		padding: 10px 17px;
		color: #000;
		width: 64%;
		overflow: auto;
		max-height: 190px;
	}

	.events-holder time {
		font-size: 17px;
		line-height: 21px;
		padding: 0;
		margin: 0 0 12px;
	}

	.events-holder h2 {
		text-align: left;
		padding: 0;
		margin: 0 0 10px;
		font-size: 5vw;
		line-height: 4vw;
		text-transform: uppercase;
	}


    .events-holder h3 {
        font-size: 2.5vw;
		line-height: 2vw;
    }

	.events-holder h2 a {
		color: #000;
	}

	.events-holder .link-list {
      background: none;
      font-size: 1.3vw;
      line-height: 18px;
      position: absolute;
      bottom: 5px;
	}

	.events-holder .link-list .hidden {
		display: inline-block;
		vertical-align: top;
	}

	.events-holder .link-list li {
		margin: 0 15px 5px 0;
		padding: 0;
        width: auto;
	}

	.events-holder .link-list li:nth-child(2n):before {
		display: none;
	}

	.events-holder .link-list a {
		color: #dc0000;
	}

	.events-holder .link-list a:hover {
		opacity: 1;
		color: #00aeef;
	}

	.events-holder .link-list .facebook:before,
	.events-holder .link-list .twitter:before {
		font-size: 13px;
		margin: 3px 2px 0 0;
	}

	.event-info .text {
		overflow: hidden;
		text-align: left;
		padding: 0 5px;
	}

	.event-info .text h3 {
		font-size: 39px;
		line-height: 40px;
		margin: 0 0 10px;
	}

	.event-info time {
		font-size: 14px;
		line-height: 18px;
	}

	.link-list li {
		padding: 0 10px 5px 0;
	}

	.cycle-gallery {
		margin: 0 0 2px;
	}

	.cycle-gallery .text-wrap {
		padding: 30px;
	}

	.cycle-gallery .text-wrap .text {
		max-width: 500px;
		font-size: 18px;
		line-height: 26px;
	}

	.cycle-gallery p {
		display: block;
		margin: 0;
	}

	.cycle-gallery h1 {
		margin: 0 0 5px;
		background: #dc0000;
		padding: 5px 0;
		font-size: 60px;
		line-height: 50px;
	}

	.cycle-gallery h1 span {
		display: inline;
		padding: 0 7px;
		background: none;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		display: block;
		position: absolute;
		top: 50%;
		left: 20px;
		margin: -30px 0 0;
		z-index: 1;
		line-height: 1;
		background: url(/images/responsive/arrow-prev.png) no-repeat;
		width: 49px;
		height: 57px;
	}

	.cycle-gallery .btn-prev:hover,
	.cycle-gallery .btn-next:hover {
		opacity: .7;
	}

	.cycle-gallery .btn-next {
		left: auto;
		right: 20px;
		background: url(/images/responsive/arrow-next.png) no-repeat;
	}

	.cycle-gallery .pagination {
		display: block;
		padding: 0 10px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		z-index: 1;
	}

	.cycle-gallery .pagination li {
		margin: 0 5px;
		display: inline-block;
		vertical-align: top;
	}

	.cycle-gallery .pagination li.active a {
		background: #dc0000;
	}

	.cycle-gallery .pagination a {
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #fff;
	}

	.cycle-gallery .pagination a:hover {
		background: #dc0000;
	}

	body {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (min-width: 768px) and (min-width: 1400px) {
	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		left: 32px;
	}

	.cycle-gallery .btn-next {
		right: 32px;
		left: auto;
	}

	.cycle-gallery .pagination {
		bottom: 3px;
	}

	.cycle-gallery .pagination li {
		margin: 0 1px;
	}

	.cycle-gallery .pagination a {
		width: 18px;
		height: 18px;
	}
}

@media (min-width: 1024px) {

	.intro h1 {
		font-size: 75px;
		line-height: 80px;
		margin: 0 0 20px;
	}

	.intro .img-holder {
		margin: 3px 30px 0 0;
	}

	.intro .info {
		font-size: 20px;
		line-height: 24px;
	}

	.performer-block .text-holder {
		font-size: 18px;
		line-height: 20px;
	}

	.performer-list li {
		width: 20%;
	}

	.member-list .description {
		font-size: 15px;
		line-height: 20px;
	}

	.box-info h3 {
		font-size: 60px;
		line-height: 65px;
	}


	.social-network {
		font-size: 16px;
		line-height: 20px;
		padding: 5px 0 0 35px;
	}

	.social-network a:before {
		font-size: 25px;
		line-height: 25px;
		left: -37px;
	}

	.info-form label {
		display: inline-block;
		vertical-align: top;
		width: 38%;
		padding: 0 10px 0 0;
		font-size: 18px;
		line-height: 22px;
	}

	.info-form input[type=text],
	.info-form input[type=email],
    .info-form textarea,
    .info-form .UploadOptionsContainer
    {
		display: inline-block;
		vertical-align: middle;
		width: 60%;
		font-size: 18px;
		line-height: 22px;
		height: 40px;
		padding: 4px 10px;
	}

    .info-form textarea,
    .info-form .UploadOptionsContainer {
        height: auto;
    }

	.info-form select {
		display: inline-block;
		vertical-align: middle;
		width: 60%;
	}

	.info-form .right-block {
		float: right;
		width: 60%;
	}

	.info-form .checkbox-list li {
		margin: 0 0 10px;
	}

	.info-form .checkbox-list label {
		display: block;
		width: auto;
		padding: 0;
		font-size: 16px;
		line-height: 20px;
	}

	.event-info .img-holder {
		margin: 0 20px 10px 0;
	}

	.event-info .text {
		padding: 5px 5px 0;
	}

	.event-info .text h3 {
		font-size: 54px;
		line-height: 50px;
		margin: 0 0 12px;
	}

	.event-info time {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 10px;
	}

	.link-list {
		font-size: 15px;
		line-height: 19px;
	}

	.link-list li {
		padding: 0;
		width: auto;
		margin: 0 15px 5px 0;
	}

	.link-list .facebook:before,
	.link-list .twitter:before {
		font-size: 15px;
		margin: 1px 4px 0 0;
	}

	.cycle-gallery .text-wrap .text {
		max-width: 630px;
		font-size: 22px;
		line-height: 28px;
	}

	.cycle-gallery h1 {
		font-size: 75px;
		line-height: 65px;
		margin: 0 0 15px;
	}


	body {
		font-size: 20px;
		line-height: 26px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

.scammer-alert {
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
 
    /* make it white but fully transparent */
    background-color: white; 
    opacity:.90; 
    filter: alpha(opacity=00); 
	z-index: 1000;
	overflow: auto;
}

.scammer-text { padding: 10px; width: 95%; background-color: #f5f1f1; }