.hidden {display:none;}
.relative {position:relative;}
.clear {clear:both;}
.pointer {cursor:pointer;}
.center {
	text-align:center;
}
a {
	color: #c03e3e;
	text-decoration:none;
}
.remind a {
	text-decoration: underline;
	font-weight: bold;
}
.remind {
	margin-top:20px;
}
span.error {
	font-size:11px;
	color:#ff0000;
	display:block;
}
#chillout-uploaded-image  {
	margin-bottom:10px;
	clear:both;
	text-align:center;
}
#chillout-uploaded-image img {
	max-width:100%;
}
#infobox {
	width:100%;
	position:fixed;
	display:none;
	left:0px;
	top:0px;
	z-index:10000000;
	cursor:pointer;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	font-size:20px;
	text-align:center;
	-webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px rgba(50, 50, 50, 0.75);
	background:#181818;
	border-bottom:2px solid #fff;
}
#infobox.ok {
	background:#181818;
}

#infobox.error {
	background:#8f191f;
}
#infobox.info {
	background:#d06c02;
}
span.ico {
	width:32px;
	height:32px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
* html .ui-autocomplete {
  	height: 250px;
}

 .ui-autocomplete li {
  	max-width:350px;
 }
 .ui-autocomplete img {
  	float:left;
  	margin-right:5px;
 }
 .ui-autocomplete .name {
 	font-weight:bold;
 	color:#000;
 	margin-bottom:5px;
 }
  .ui-autocomplete .desc {
 	font-size:10px;
 }
#imagesComments img {
	max-height:80px;
	margin:3px;
	cursor:pointer;
}
.data-form label {
	width:180px;
	display:inline-block;
	text-align:right;
	margin-right:10px;
	vertical-align:top;
	padding-top:5px;
}
.data-form.contact {
	margin-top:30px;
}
.data-form.contact label {
	width:100px;
}
.data-form p {
	margin-bottom:7px;
}
.data-form input[type="text"],
.data-form input[type="password"],
.data-form select {
	width: 200px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border:1px solid #d5d5d5;
	border-radius: 2px;
	background: #fff;
	color: #111;
	padding: 5px;
	outline:none;
	font: 13px 'Open Sans', sans-serif;
}
.data-form input[type="text"].long,
.data-form input[type="password"].long {
	width:300px;
}
.data-form input[type="checkbox"] {
	vertical-align: bottom;
}
.data-form textarea {
	width: 300px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	color: #111;
	padding: 5px;
	outline:none;
	border:1px solid #d5d5d5;
	font: 13px 'Open Sans', sans-serif;
}
.data-form textarea.long {
	width:500px;
	height:320px;
}
.data-form input[type="submit"] {
	background: #c03e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #c03e3e 0%, #b23333 50%, #ac2f2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c03e3e), color-stop(50%,#b23333), color-stop(100%,#ac2f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c03e3e 0%,#b23333 50%,#ac2f2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c03e3e 0%,#b23333 50%,#ac2f2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c03e3e 0%,#b23333 50%,#ac2f2f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c03e3e 0%,#b23333 50%,#ac2f2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c03e3e', endColorstr='#ac2f2f',GradientType=0 ); /* IE6-9 */
	padding: 8px 20px;
	border: none;
	color: #fff;
	font-size:14px;
	outline:none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	cursor:pointer;
}
.data-form.contact input[type="submit"] {
	margin-left:110px;
}
.data-form input[type="submit"].add {
	margin-left:190px;
	background: #c03e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #c03e3e 0%, #b23333 50%, #ac2f2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c03e3e), color-stop(50%,#b23333), color-stop(100%,#ac2f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c03e3e 0%,#b23333 50%,#ac2f2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c03e3e 0%,#b23333 50%,#ac2f2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c03e3e 0%,#b23333 50%,#ac2f2f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c03e3e 0%,#b23333 50%,#ac2f2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c03e3e', endColorstr='#ac2f2f',GradientType=0 ); /* IE6-9 */
	font-size:14px;
	color:#fff;
	text-transform:none;
	padding: 5px 35px;
}
.data-form span.error {
	display:block;
	margin-left:190px;
	text-align:center;
	margin-top:4px;
}
.data-form.add-form span.error {
	text-align:left;
}
.data-form.contact span.error {
	text-align:left;
	margin-left:110px;
}
.fb-like-box {
	background:#fff;
}
.fb-like-box.nobgpag {
	margin-top:20px;
	width:100%;
	text-align:center;
	background: transparent !important;
}
span.fb-share {
	padding-left:75px;
	height:20px;
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
	background:transparent url('images/share.png') no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
}
span.fb-share span {
	padding:3px 6px;
	font-size:11px;
	color:#000;
	text-align:center;
	background:#fff;
	position:relative;
}
span.fb-share span:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -5px;
	top: 5px;
}
span.fb-share:hover {
	background:transparent url('images/share.png') no-repeat 0 -20px;
}
.loader {
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:1000000;
	position:absolute;
	background:rgba(0,0,0,0.5) url('images/486.gif') no-repeat center 30%;
}
body > .loader {
	position:fixed !important;
}
.simplemodal-wrap {
	overflow:visible !important;
}
.simplemodal-container {
	top:20%;
}
.simplemodal-overlay {
	background-color:#000;
}
.simplemodal-close {
	width:20px;
	height:20px;
	position:absolute;
	z-index:10000;
	right:10px;
	top:10px;
	cursor:pointer;
	background:transparent url('images/ico-close.png') no-repeat 0 0;
	background-size:100% 100%;
}
.popup {
	padding:20px;
	min-width:400px;
	position:relative;
	background:#000;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
}
.popup .btn-red {
	padding:5px 20px;
	font-size:16px;
	font-weight: 500;
}

.popup .top {
	font-size:20px;
}
.inside p {
	margin-top:10px;
	margin-bottom:10px;
	font-size:16px;
}
.btn-red,
.btn-blue {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	padding:15px 5px;
	text-decoration:none !important;
	cursor: pointer;
	display: inline-block;
	text-align:center;
}
.btn-red {
	background: #c03e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #c03e3e 0%, #b23333 50%, #ac2f2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c03e3e), color-stop(50%,#b23333), color-stop(100%,#ac2f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c03e3e 0%,#b23333 50%,#ac2f2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c03e3e 0%,#b23333 50%,#ac2f2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c03e3e 0%,#b23333 50%,#ac2f2f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c03e3e 0%,#b23333 50%,#ac2f2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c03e3e', endColorstr='#ac2f2f',GradientType=0 ); /* IE6-9 */
}
.btn-red:hover{
	background: #9c2222;
}
.btn-blue {
	background: #4c6bb8; /* Old browsers */
	background: -moz-linear-gradient(top, #4c6bb8 0%, #4560ae 50%, #3a52a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c6bb8), color-stop(50%,#4560ae), color-stop(100%,#3a52a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c6bb8 0%,#4560ae 50%,#3a52a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c6bb8 0%,#4560ae 50%,#3a52a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c6bb8 0%,#4560ae 50%,#3a52a1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4c6bb8 0%,#4560ae 50%,#3a52a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c6bb8', endColorstr='#3a52a1',GradientType=0 ); /* IE6-9 */
}
.btn-blue:hover{
	background: #264593;
}
.btn-no {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	padding:5px;
	text-decoration:none !important;
	padding-right:20px;
	padding-left:20px;
	background:#dedede;
	cursor: pointer;
	display: inline-block;
}
img.avatar {
	border:2px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding:3px;
	margin:3px;
}
.share-iframe {
	width:100%;
	height:25px;
	border:0px;
}
.share-container {
	background:#0c0c0c;
	text-align:center;
}
.fb-share {
	position:relative;
	top:-5px;
}
h1.maintenance {
	font-size:50px;
	color:#fff;
	text-align:center;
	padding-top:40px;
	background:transparent url('images/logo.png') no-repeat center top;
}
a.btn-next-page {
	width:79%;
	float:left;
	margin:0px auto;
	display:block;
	padding:10px 0px;
	margin-bottom:10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #c03e3e; /* Old browsers */
	/* background: -moz-linear-gradient(top, #c03e3e 0%, #b23333 50%, #ac2f2f 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c03e3e), color-stop(50%,#b23333), color-stop(100%,#ac2f2f));
	background: -webkit-linear-gradient(top, #c03e3e 0%,#b23333 50%,#ac2f2f 100%);
	background: -o-linear-gradient(top, #c03e3e 0%,#b23333 50%,#ac2f2f 100%); 
	background: -ms-linear-gradient(top, #c03e3e 0%,#b23333 50%,#ac2f2f 100%);
	background: linear-gradient(to bottom, #c03e3e 0%,#b23333 50%,#ac2f2f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c03e3e', endColorstr='#ac2f2f',GradientType=0 ); IE6-9 */
	color:#fff;
	font-size:22px;
	text-align:center;
	text-decoration:none;
	margin-right:1%;
}

a.btn-next-page:hover {
    background: #8c0101;
	-moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.btn-next-page.sub {
	width:467px;
	margin-left:20px;
}
a.btn-next-page.full {
	width:100%;
	padding-left:0px;
	padding-right:0px;
	float:none;
}
a.random {
	display:block;
	width:20%;
	height:50px;
	float:left;
	position:relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #c03e3e; /*
	background: -moz-linear-gradient(top, #c03e3e 0%, #b23333 50%, #ac2f2f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c03e3e), color-stop(50%,#b23333), color-stop(100%,#ac2f2f));
	background: -webkit-linear-gradient(top, #c03e3e 0%,#b23333 50%,#ac2f2f 100%);
	background: -o-linear-gradient(top, #c03e3e 0%,#b23333 50%,#ac2f2f 100%);
	background: -ms-linear-gradient(top, #c03e3e 0%,#b23333 50%,#ac2f2f 100%);
	background: linear-gradient(to bottom, #c03e3e 0%,#b23333 50%,#ac2f2f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c03e3e', endColorstr='#ac2f2f',GradientType=0 ); IE6-9 */
	}
a.random:hover {
    background: #8c0101;
	-moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.random span {
	width:70px;
	height:56px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-28px;
	margin-left:-35px;
	background-image:url('images/ico-random.png');
	background-repeat:no-repeat;
}
.popup-black {
	width:550px;
	border:2px solid #f12125;
	padding:20px;
	background:#191919
}
.app-pop .head {
	font-family:"Impact";
	font-size:60px;
	color:#bbc52e;
	margin-bottom:10px;
}
.app-pop p {
	font-size:19px;
	line-height:39px;
	color:#fff;
}
.app-pop p img {
	float:right;
}
.app-pop p a {
	display:inline-block;
	padding:6px 30px;
	font-family:"Impact";
	font-size:24px;
	color:#000;
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
	-moz-box-shadow:    4px 4px 5px rgba(0, 0, 0, 1);
	box-shadow:         4px 4px 5px rgba(0, 0, 0, 1);
}
.app-pop p a.no {
	background:#ec2024;
}
.app-pop p a.yes {
	background:#b9c32e;
}

.bubble 
{
	position: absolute;
	top:47px;
	right:0px;
	z-index:100;
	width: 135px;
	padding: 0px;
	background: #0e0e0e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:none;
	text-align:center;
}
.adbottom {
	margin-bottom:10px;
}
.nextoad {
	text-align:center;
	margin-bottom:10px;
}
.a750x300 {
	width:750px;
	height:300px;
	background:#d8d8d8;
}
ul.listing .doublead {
	min-width:336px;
	float:left;
	text-align:center;
}
ul.listing .doublead.full {
	min-width:600px;
	margin:0px !important;
}
ul.listing .doublead > ins:first-of-type {
	margin-right:15px !important;
}
ul.listing .doublead:first-of-type {
	margin-right:28px;
}
.adbox.mrg {
	margin-bottom:20px;
}
span.favorite {
	width:33px;
	height:33px;
	display:block;
	cursor:pointer;
	margin:0px auto;
	background:transparent url('images/fav.png') no-repeat 0 0;
	background-size:100% 100%;
	opacity:0.3;
}
span.favorite.active {
	opacity:1;
}
textarea.push {
	outline:none;
	width: 350px;
	height: 140px;
	font-family:"Open Sans";
	font-size:14px;
	padding:5px;
	border:0px;
	max-width:360px;
}
.btn-fb-log {
	width:241px;
	height:39px;
	display:block;
	margin:0px auto;
	text-indent:-20000px;
	outline:none;
	background:transparent url('images/btn-fb-log.png') no-repeat 0 0;
}
.gal-pic {
	display:block;
	margin-top:30px;
}
.imagesgallery .doublead {
	min-width:702px !important;
}
.screening-swf {
	text-align: center;
	margin:20px 0px;
	margin-top:60px;
}
.doublead > div {
	display:inline-block;
}
.paginbox {
	text-align:center;
}
.paginbox span.bx {
	width:170px;
	height:120px;
	overflow: hidden;
	display:inline-block;
	-webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	 border-radius: 2px;
	 border: solid 1px rgba(99,99,99,.3);
}
.paginbox span.bx:hover {
	opacity: 0.4;
}
