/* ui styles start */
.content-form .row:after,
.container:after{
	content: '';
	display: block;
	clear: both;
}
.container{
	width: 960px;
	margin: 0 auto;
}
.block{
	background: #fff;
	padding:15px 21px;
}
input[type="text"],input[type="email"],input[type="password"],textarea{
	font: 400 13px 'Ubuntu', Arial, Helvetica, sans-serif;
	background: #fff;
	color: #394345;
	margin: 0;
	padding: 11px 9px 11px;
	border: 1px solid #000;
	height: 16px;
	outline:none;
}
textarea{height: auto;}
label{
	color: #394345;
	font-weight: 700;
}
::-webkit-input-placeholder{
	color:#313131;
	opacity: 1;
}
::-moz-placeholder{
	color: #313131;
	opacity: 1;
}
:-ms-input-placeholder{
	color: #313131;
	opacity: 1;
}
input:-moz-placeholder{
	color: #313131;
	opacity: 1;
}
a{
	text-decoration: none;
	color: #dc1c00;
}
a:hover{text-decoration: underline;}
p{margin: 0 0 22px;}
i.icon{
	vertical-align: top;
	display: inline-block;
}
.placeholder{display: block;}
/* content images styles start */
.align-left{
	float: left;
	margin: 0 24px 24px 0;
}
.align-right{
	float: right;
	margin: 0 0 24px 24px;
}
.align-center{
	margin: 0 auto 24px;
	display: block;
}
.stretch{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 24px;
}
/* content images styles end */
h1{
	margin: 0 0 19px;
	font-size: 19px;
	line-height: 26px;
}
h2{
	font-size: 15px;
	line-height: 21px;
	margin: 0 0 13px;
}
h3{margin: 0;}
.btn-red,
.btn-grey{
	width:219px;
	height:50px;
	background: #e03030;
	font: 400 13px/50px 'Ubuntu', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding:0;
	margin: 0;
	overflow: visible;
	text-align:center;
	border:none;
}
.btn-grey{background:#333a4b;}
.btn-red:hover,
.btn-grey:hover{
	background: #c62424;
	text-decoration: none;
}
.btn-grey:hover{background:#3d4760;}
.btn-grey.pressed,
.btn-red.pressed{
	box-shadow:inset 0 3px 2px rgba(0,0,0,0.24);
	-webkit-box-shadow:inset 0 3px 2px rgba(0,0,0,0.24);
}
.btn-grey.pressed{background:#333a4b;}
button.btn-red,
input[type="submit"].btn-red{
	line-height: normal;
	height: 43px;
	border:none;
}
.small{
	height: 37px;
	line-height: 37px;
	font-size: 16px;
}
.xsmall{
	height: 32px;
	line-height: 32px;
	text-transform: none;
	font-size: 13px;
	padding: 0 15px;
}
button.btn-red.small,
input[type="submit"].btn-red.small{height: 38px;}
button.btn-red.xsmall,
input[type="submit"].btn-red.xsmall{height: 33px;}
.btn-archive{
	display: inline-block;
	text-transform:uppercase;
	font: 700 12px/20px 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464e51;
	position:relative;
	text-decoration:underline;
	margin:0 0 8px;
}
.btn-archive:hover{text-decoration: none;}
.btn-archive .icon{
	background: url('../images/icons.png') no-repeat -168px -46px;
	width: 11px;
	height: 10px;
	margin: 4px 5px 0 0;
}
.btn-dark{
	background: #465052;
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#465052), color-stop(0.23, #424c4e), color-stop(0.52, #394345), to(#313a3c));
	background-image: -webkit-linear-gradient(#465052 0%, #424c4e 23%, #394345 52%, #313a3c 100%);
	background-image: -moz-linear-gradient(#465052 0%, #424c4e 23%, #394345 52%, #313a3c 100%);
	background-image: -o-linear-gradient(#465052 0%, #424c4e 23%, #394345 52%, #313a3c 100%);
	background-image: linear-gradient(#465052 0%, #424c4e 23%, #394345 52%, #313a3c 100%);
	font: 700 13px/32px 'Ubuntu', Arial, Helvetica, sans-serif;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
	border-bottom: 1px solid #1b2121;
	display: inline-block;
	vertical-align: top;
	padding: 0 11px;
	cursor: pointer;
	margin: 0;
	overflow: visible;
}
.btn-dark:hover{
	background: #313a3c;
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#313a3c), color-stop(0.48, #394345), color-stop(0.77, #424c4e), to(#465052));
	background-image: -webkit-linear-gradient(#313a3c 0%, #394345 48%, #424c4e 77%, #465052 100%);
	background-image: -moz-linear-gradient(#313a3c 0%, #394345 48%, #424c4e 77%, #465052 100%);
	background-image: -o-linear-gradient(#313a3c 0%, #394345 48%, #424c4e 77%, #465052 100%);
	background-image: linear-gradient(#313a3c 0%, #394345 48%, #424c4e 77%, #465052 100%);
}
button.btn-dark,
input[type="submit"].btn-dark{
	line-height: normal;
	height: 33px;
}
.download .icon{
	background: url('../images/icons.png') no-repeat -198px -43px;
	width: 13px;
	height: 17px;
	vertical-align:middle;
	margin: 0 6px 0 0;
}
/* content table styles start */
.content-table{
	width: 100%;
	border-collapse: collapse;
	color: #394345;
	text-align:center;
}
.content-table a{color:#333a4b;}
.content-table a:hover{
	color:#e03030;
	text-decoration:none;
}
.autorList .content-table a:hover{
	font-weight:bold;
}
.content-table th{
	background: #333a4b;
	height: 36px;
	padding: 0 10px 0 18px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
}
.content-table.alt th{
	width: auto;
	border:none;
}
.content-table td{border-left:1px solid #d6d8db;}
.content-table th{border-left:1px solid #515766; line-height: 1.2em;}
.content-table tr td:first-child,
.content-table tr th:first-child{
	padding: 0 15px;
	border: none;
	text-align:left;
	width:285px;
}
.content-table.alt td:last-child,
.content-table.alt th:last-child{width: 104px;}
.content-table td{
	height: 41px;
	background:#f6f6f6;
    line-height: 1.2em;
}
.content-table.alt td{
	height: 31px;
	border:none;
}
.content-table .odd td{background: #fff;}
.content-table .sales{border-bottom: 1px solid #f5c5bf;}
.content-table .sales:hover{
	border-color: transparent;
	text-decoration: none;
}

.autorList .content-table tr:hover{cursor:pointer;}
.autorList .content-table[data-attr="none-hover"] tr:hover{cursor:default;}
.autorList .content-table tr:hover a,
.autorList .content-table tr:hover td{
	color:#e03030;
	font-weight:bold;
	position:relative;
}
.autorList .content-table[data-attr="none-hover"] tr:hover a,
.autorList .content-table[data-attr="none-hover"] tr:hover td{
	color:#394345;
	font-weight:500;
}
.autorList .content-table tr:hover td{box-shadow:2px 0px 2px rgba(0, 0, 0, 0.27);}
.autorList .content-table tr:hover td:first-child{box-shadow:1px 0px 2px rgba(0, 0, 0, 0.27)}
.content-table[data-attr="none-hover"] tr:hover td{box-shadow:none;}
.content-table .time{
	color: #bbb;
	font-style: italic;
}
.content-table[data-attr="none-hover"] tr:hover a:hover{
	color:#e03030;
	font-weight:bold;
}
.table-info{
	overflow: hidden;
	padding: 10px 0 0;
}
.total{
	float: right;
	margin: 0;
	font-weight: 700;
	color: #394345;
	font-size: 15px;
}
.total dt{
	margin: 0 14px 0 0;
	float: left;
}
.total dd{
	float: left;
	margin: 0;
}
.content-table .on-moderation .icon{
	background:#b2b3b3;
	display:block;
	border-radius:50%;
	-webkit-border-radius:50%;
	width:16px;
	height:16px;
	margin:0 auto;
}
.content-table .on-selling .icon{
	background:#549a3b;
	display:block;
	border-radius:50%;
	-webkit-border-radius:50%;
	width:16px;
	height:16px;
	margin:0 auto;
}
.content-table .on-stop .icon{
	background:#bc7004;
	display:block;
	border-radius:50%;
	-webkit-border-radius:50%;
	width:16px;
	height:16px;
	margin:0 auto;
}
.content-table .options-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.content-table .options-list a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.content-table .options-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 12px 0 0;
}
*+ html .content-table .options-list li{display:inline;}
.content-table .edit{
	background: url(../images/icons.png) no-repeat -143px -148px;
	width: 11px;
	height: 11px;
	margin-top:1px;
}
.content-table .stop{
    background:url(../images/icons.png) no-repeat -171px -148px;
    width: 13px;
    height: 12px;
}
.content-table .start{
    background:url(../images/icons.png) no-repeat -195px -148px;
    width: 13px;
    height: 12px;
}
/* content table styles end */
/* content form styles start */
.content-form{width: 100%;}
.tabs-content .content-form{
	margin:0;
	position: relative;
}
.content-form .cols{
	overflow:hidden;
	width:100%;
}
.content-form .cols .col-1{
	float:left;
	width:332px;
}
.content-form .cols .col-2{
	float:right;
	width:332px;
}
.content-form h2{
	font-size: 19px;
	line-height: 26px;
	border-top: 1px solid #d5d5d5;
	padding: 8px 0 10px;
	margin:0;
}
.content-form .row{
	margin: 0 0 19px;
	width:100%;
	position:relative;
}
.content-form .row.alt{
	margin: -6px 0 20px;
	position: relative;
}
.content-form .row.alter label{margin-top: -2px;}
.content-form .row.alt label{margin-top: 0;}
.content-form .row > label{
	display:block;
	font-weight:500;
	text-transform:uppercase;
	margin:0 0 5px;
}
.content-form .row .required{
	display:inline-block;
	padding-right:8px;
	background:url(../images/decorations/bg-required.png) no-repeat 100% 7px;
}
.content-form .row .error-label{
	position:absolute;
	right:0;
	top:8px;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#e03030;
	display:none;
}
.content-form .row.error .error-label{display:block;}
.content-form .row.error input[type="text"],
.content-form .row.error input[type="file"],
.content-form .row.error input[type="email"],
.content-form .row.error input[type="password"],
.content-form .row.error textarea{border-color:#e03030;}
.content-form .row > label img{display: block;}
.content-form .row > label .tip{
	display: block;
	color: #959595;
	margin: -3px 0 0;
	position: relative;
	font-style: normal;
	font-weight: 400;
	line-height: 13px;
	font-size: 12px;
}
.content-form .row .tip{
	font-style: italic;
	color: #acacac;
	margin: 0 0 0 19px;
}
.content-form input[type="text"],
.content-form input[type="email"],
.content-form input[type="password"]{width: 312px;}
.content-form .radio-list{
	list-style: none;
	padding: 6px 0 10px;
	margin: 0;
	overflow:hidden;
	border-top:1px solid #606060;
	text-transform:uppercase;
}
.content-form input[type="submit"].btn-red{
	width:203px;
	height:40px;
	text-transform:uppercase;
	font-size:14px;
}
.content-form .date-holder{
	border:1px solid #000;
	height:38px;
	overflow:hidden;
	background:url(../images/decorations/bg-date-holder.png) no-repeat 60px 50%;
}
.content-form .date-holder input[type="text"]{
	border:none;
	width: 42px;
	margin: 0 6px 0 0;
	float:left;
	text-align:center;
}
.content-form .date-holder input[type="text"].long{
	margin:0;
	text-align:left;
	width:180px;
}
/* custom input file styles start */
.NFI-button{
	position:absolute !important;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}
.NFI-button .ico{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	left:0;
	background:url(../images/decorations/ico-file.png) no-repeat 305px 50%;
}
.NFI-button .ico input[type="file"]{
	width:100%;
	height:39px !important;
	position:relative;
}
.NFI-filename{padding: 11px 9px !important;}
/* custom input file styles end */
.content-form .radio-list li{
	float: left;
	margin: 0 32px 0 0;
}
.content-form .radio-list label{font-weight: 500;}
.content-form .radio-list input[type="radio"]{
	margin: 0;
	height: 14px;
	width: 15px;
}
/* custom radio styles start */
.radioAreaChecked,
.radioArea{
	background: url(../images/sprite.png) no-repeat -15px -156px;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: -2px 8px 0 0;
}
.radioAreaChecked{background-position: 0 -156px;}
/* custom radio styles end */
.content-form .agreement{
	width: 100%;
	padding: 0 0 12px;
	margin-top: -11px;
}
.content-form .agreement label{
	display: inline-block;
	font-weight: 400;
	vertical-align: middle;
	border-bottom:2px solid #b0b0b0;
}
/* custom checkbox styles start */
.checkboxAreaChecked,
.checkboxArea{
	background: url(../images/sprite.png) no-repeat -48px -157px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 7px 0 0;
}
.checkboxAreaChecked{background-position: -30px -157px;}
/* custom checkbox styles end */
.content-form .date-list{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
.content-form .date-list > li{
	float: left;
	margin: 0 19px 0 0;
}
.content-form .short-select{width: 64px;}
.content-form .middle-select{width: 109px;}
.content-form .large-select{width: 330px;}
.content-form textarea{
	height: 106px;
	width: 312px;
	resize:none;
}
.content-form textarea.large{
	width:668px;
	height:116px;
}

/* custom select styles start */
.selectArea{
	font: 400 13px 'Ubuntu', Arial, Helvetica, sans-serif;
	background: #fff;
	color: #394345;
	overflow: hidden;
	margin: 0;
	border: 1px solid #000;
	height: 40px;
	position: relative;
}
.selectArea .left{display: none;}
.selectArea .center{
	padding: 0 24px 0 9px;
	line-height:40px;
	height:40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.selectArea.custom-item .left{
	float: left;
	height: 12px;
	width: 12px;
	text-indent: -9999px;
	overflow: hidden;
	border: 1px solid #fff;
	margin: 4px -1px 0 5px;
}
.selectArea.custom-item .center{overflow: hidden;}
.selectButton{
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
}
.selectButton .icon{
	background: url(../images/icons.png) no-repeat -261px -143px;
	width: 12px;
	height: 8px;
	right: 8px;
	position: absolute;
	top: 50%;
	margin-top:-6px;
}
.selectOptions{
	font: 400 11px 'Ubuntu', Arial, Helvetica, sans-serif;
	z-index: 2000;
}
.selectOptions .select-list{
	position: relative;
	background: #fff;
	color: #888;
	overflow: hidden;
	margin: 0 -1px;
	border: 1px solid #333a4b;
}
.selectOptions.drop-short-select .select-list{margin:0 1px 0 3px;}
.selectOptions ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.selectOptions li{border-top: 1px solid #fff;}
.selectOptions li:first-child{border: none;}
.selectOptions a{
	-webkit-transition: background .25s ease;
	-moz-transition: background .25s ease;
	-ms-transition: background .25s ease;
	-o-transition: background .25s ease;
	transition: background .25s ease;
	color: #394345;
	display: block;
	padding: 7px 10px;
	min-height: 13px;
	text-decoration: none;
	cursor: pointer;
}
.selectOptions a:hover{background: #ededed;}
/* custom select styles end */
/* autocomplete styles start */
.ui-autocomplete{
	color: #313131;
	overflow: hidden;
	margin: 0;
	list-style: none;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	font-size: 11px;
	background:#fff;
	border:1px solid #333a4b;
	line-height:28px;
	font-weight:400;
	max-height:300px;
	overflow-x:auto;
}
.ui-autocomplete .ui-menu-item{border-top: 1px solid #fff;}
.ui-autocomplete .ui-menu-item:first-child{border: none;}
.ui-autocomplete .ui-menu-item a{
	-webkit-transition: background .25s ease;
	-moz-transition: background .25s ease;
	-ms-transition: background .25s ease;
	-o-transition: background .25s ease;
	transition: background .25s ease;
	color: #394345;
	display: block;
	padding: 0 17px;
	min-height: 13px;
	text-decoration: none;
	cursor: pointer;
}
.ui-autocomplete .ui-menu-item a:hover{background: #ededed;}
/* autocomplete styles end */
/* custom multiple select styles start */
.ui-multiselect{
	font: 400 13px/38px 'Ubuntu', Arial, Helvetica, sans-serif;
	background: #fff;
	color: #394345;
	overflow: hidden;
	margin: 0;
	padding: 0 30px 0px 9px;
	border: 1px solid #000;
	height: 40px;
	position: relative;
	text-align: left;
	cursor: pointer;
	display:block;
}
.ui-multiselect .ui-icon-triangle-1-s{
	background: url(../images/icons.png) no-repeat -258px -129px;
	width: 24px;
	height: 38px;
	position:relative;
	margin-right:-30px;
	float:right;
}
.ui-multiselect-menu{
	font: 400 11px 'Ubuntu', Arial, Helvetica, sans-serif;
	z-index: 2000;
	position: absolute;
	display: none;
}
.ui-multiselect-checkboxes{
	list-style: none;
	padding: 0;
	position: relative;
	background: #fff;
	color: #888;
	overflow: hidden;
	margin: 0;
	border: 1px solid #000;
	border-top: none;
	overflow-y: auto;
	height: auto !important;
	max-height: 260px !important;
	min-height: 0 !important;
}
.ui-multiselect-checkboxes label{
	-webkit-transition: background .25s ease;
	-moz-transition: background .25s ease;
	-ms-transition: background .25s ease;
	-o-transition: background .25s ease;
	transition: background .25s ease;
	font-weight: 400;
	padding: 0 46px 0 32px;
	display: block;
	cursor: pointer;
	min-height: 29px;
}
.ui-multiselect-checkboxes .checkboxArea,
.ui-multiselect-checkboxes .checkboxAreaChecked{
	position: relative;
	margin:0 6px 0 -22px;
}
.ui-multiselect-checkboxes label.ui-state-hover{background: #fff;}
.ui-multiselect-checkboxes input[type="checkbox"]{
	width: 15px;
	height: 14px;
	position: relative;
	margin:0 6px 0 -22px;
}
.ui-multiselect-checkboxes li{
	padding:3px 0;
	cursor: pointer;
}
.ui-multiselect-checkboxes li:first-child{border-top: none;}
.ui-multiselect-checkboxes .text{
	display: inline-block;
	vertical-align: middle;
	min-height: 13px;
	padding: 7px 0;
	text-transform:uppercase;
}
.ui-multiselect-checkboxes .img-holder{
	margin: 0;
	position: relative;
	width: 46px;
	display: inline-block;
	vertical-align: middle;
}
.ui-multiselect-checkboxes img{
	display: block;
	margin: 0 auto;
}
/* custom multiple select styles end */
.content-form .btn-holder{padding: 3px 0 0;}
.NFI-wrapper{
	vertical-align: top;
	position:relative;
}
/* content form styles end */
/* social styles start */
.social{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.social li{
	float: left;
	margin: 0 0 0 9px;
}
.social li:first-child{margin: 0;}
.social a{
	display: block;
	width: 16px;
	height: 16px;
}
.social .facebook,
.social .twitter,
.social .vkontakte,
.social .odnoklassniki,
.social .more{
	background: url(../images/icons.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.social .more:hover{opacity:0.7;}
.social .facebook{background: url('../images/icons.png') no-repeat -140px -21px;}
.social .twitter{background: url('../images/icons.png') no-repeat -165px -21px;}
.social .vkontakte{background: url('../images/icons.png') no-repeat -191px -21px;}
.social .odnoklassniki{background: url('../images/icons.png') no-repeat -215px -21px;}
.social .more{
	background-position: -69px -44px;
	width: 20px;
	height: 20px;
	margin: 2px 0 0;
}
#header .social .facebook,
#header .social .twitter,
#header .social .vkontakte,
#header .social .odnoklassniki,
#header .social .more{
	background: url(../images/icons.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#header .social .facebook:hover,
#header .social .twitter:hover,
#header .social .vkontakte:hover,
#header .social .odnoklassniki:hover,
#header .social .more:hover{opacity:0.7;}
#header .social .facebook{background-position:-140px 0;}
#header .social .twitter{background-position: -165px 0;}
#header .social .vkontakte{background-position: -191px 0;}
#header .social .odnoklassniki{background-position: -215px 0;}
#header .social .more{
	background-position: -69px -44px;
	width: 20px;
	height: 20px;
	margin: 2px 0 0;
}
/* social styles end */
/* rating styles start */
.rating{
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    display: inline-block;
}
.rating.notActive a{
    cursor: default;
}
.rating a{
	background:url(../images/content/img-rating-2.png) no-repeat;
	width:18px;
	height:17px;
	display:inline-block;
	font-size:0;
	vertical-align:top;
    padding: 0 3px;
    cursor: pointer;
}
.rating .active{background: url(../images/content/img-rating-1.png) no-repeat;}

.rating img{display: block;}
.rating li{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 5px;
}
.rating li:first-child{margin: 0;}
.rating-list,
.rating-placed{
	background: url(../images/backgrounds/bg-rating.png) repeat-x;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 117px;
	height: 19px;
	position: relative;
}
.rating-placed{
	background: none;
	width: 100%;
}
.rating-placed li,
.rating-list li{
	float:left;
	margin:0 3px 0 0;
}
.rating-list li img{display:block;}
.rating-list li a{
	height: 19px;
	width: 21px;
	position: absolute;
	text-decoration: none;
	text-indent:-9999px;
	overflow: hidden;
	z-index: 2;
}
.rating-list li a:hover,
.rating-list li.active a,
.rating-list li.setted a{
	background: url(../images/backgrounds/bg-star.png) 0 -21px;
	z-index: 1;
	left: 0px;
}
.rating-list li.setted a,
.rating-list li.setted a:hover{background-position: 0 17px;}
.rating-list a.one-star{left: 0px;}
.rating-list a.one-star:hover,
.rating-list li.active a.one-star,
.rating-list li.setted a.one-star{width: 24px;}
.rating-list a.two-stars{left: 24px;}
.rating-list a.two-stars:hover,
.rating-list li.active a.two-stars,
.rating-list li.setted a.two-stars{width: 48px;}
.rating-list a.three-stars{left: 48px;}
.rating-list a.three-stars:hover,
.rating-list li.active a.three-stars,
.rating-list li.setted a.three-stars{width: 72px;}
.rating-list a.four-stars{left:72px;}
.rating-list a.four-stars:hover,
.rating-list li.active a.four-stars,
.rating-list li.setted a.four-stars{width: 96px;}
.rating-list a.five-stars{left: 96px;}
.rating-list a.five-stars:hover,
.rating-list li.active a.five-stars,
.rating-list li.setted a.five-stars{width: 117px;}
/* rating styles end */
.outtaHere{
	position: absolute !important;
	left: -9999px !important;
}
.outtaHere-touch{
	position: absolute !important;
	top:0 !important;
	left:0 !important;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0;
}
/* ui styles end */