charset "UTF-8";
/* Typo
==============================*/ 

@font-face {
	font-family: 'opensans-semibold';
	src: url('font/opensans-semibold-webfont.eot');
	src: url('font/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-semibold-webfont.woff') format('woff'), url('font/opensans-semibold-webfont.ttf') format('truetype'), url('font/opensans-semibold-webfont.svg#opensans-semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansextrabold';
	src: url('font/opensans-extrabold-webfont.eot');
	src: url('font/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-extrabold-webfont.woff') format('woff'), url('font/opensans-extrabold-webfont.ttf') format('truetype'), url('font/opensans-extrabold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansbold';
	src: url('font/opensans-bold-webfont.eot');
	src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-bold-webfont.woff') format('woff'), url('font/opensans-bold-webfont.ttf') format('truetype'), url('font/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sans_lightregular';
	src: url('font/opensans-light-webfont.eot');
	src: url('font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-light-webfont.woff') format('woff'), url('font/opensans-light-webfont.ttf') format('truetype'), url('font/opensans-light-webfont.svg#open_sans_lightregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('font/opensans-regular-webfont.eot');
	src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-regular-webfont.woff') format('woff'), url('font/opensans-regular-webfont.ttf') format('truetype'), url('font/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@-ms-viewport {
 width: device-width;
}
 @viewport {
 width: device-width;
}
/* Reset
====================*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
abbr {
	cursor: help;
	opacity: 0.9;
	text-decoration: none;
}
dfn[title], abbr[title]:hover, abbr[title]:focus {
	border-bottom: 1px dotted;
}
cite {
	color: #333;
	font-weight: normal;
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family:'open_sansregular';
}
html {
	position: relative;
	height: 100%;
	width: 100%;
}

/* Global
==============================*/ 
* {
	outline: none;
}
:focus {
	outline: none;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.clearfix {
	clear: both;
}
a {
	color: #9981d1;
	text-decoration: none;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
}
body {
	background: #60517a url(../images/bg.jpg) center bottom no-repeat fixed;
	background-size: cover;
	position: relative;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.width-360 {
    width: 360px !important;
}
.icon-left {
    position: relative;
    left: 20px;
}
/* Buttons
==============================*/ 
.btn {
	display: block;
	background-color: #655680; /* Old browsers */
	border-radius: 8px;
	font: 16px 'open_sansregular', arial;
	color: #fff;
	border: 1px solid #655680;
	box-shadow: inset 0 -2px 1px rgba(255, 255, 255, 0.4);
	text-shadow: 0 1px 0 #39205a;
	padding: 8px 10px;
	text-align: center;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.btn img.spinner {
	position: absolute;
	right: 20px;
	top: 21px;
}
.btn:hover {
	background: #55476f;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn.big {
	padding: 10px;
	font: 26px 'open_sansbold', arial;
}
.btn.blue {
	background: #0987bb;
	text-shadow: 0 1px 0 #136e9e;
	border: 1px solid #136e9e;
}
.btn.blue:hover {
	background: #119AD2
}
.btn.gray {
	background: #76797c;
	text-shadow: 0 1px 0 #5c5e62;
	border: 1px solid #5c5e62;
	color: #fff;
	text-transform: uppercase;
}
.btn.gray:hover {
	background: #86898c;
}
/* Form Fields
==============================*/
label {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font: 14px opensans-semibold, Arial, Helvetica, sans-serif;
}
input[type="text"], input[type="password"] {
	background: #FFF;
	border: 1px solid #e1e1e1;
	color: #222;
	font: 14px/16px latoregular, Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 5px 0;
	text-indent: 10px;
	width: 100%;
	border-radius: 4px;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-o-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-ms-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
input[type="text"].invalid, input[type="password"].invalid, textarea.invalid, select.invalid {
	border: 1px solid #e17070 !important;
	background-color: #e32d2d;
	color: #FFF!important;
}

/* INPUT FIELD */
input.invalid:-moz-placeholder {
color:#fff;
}
 input.invalid::-moz-placeholder {
color:#fff;
}
 input.invalid:-webkit-input-placeholder {
color:#fff;
}
 input.invalid::-webkit-input-placeholder {
color:#fff;
}

/* Text Area*/
textarea.invalid:-moz-placeholder {
color:#fff;
}
 textarea.invalid::-moz-placeholder {
color:#fff;
}
 textarea.invalid:-webkit-input-placeholder {
color:#fff;
}
 textarea.invalid::-webkit-input-placeholder {
color:#fff;
}
.user-profile-mobile {
	width: 50px;
	height: 50px;
	float: left;
	border: solid 2px #FFFFFF;
	background: #CCCCCC;
	margin-top: 15px;
}
.user-profile-mobile img {
	width: 100%;
	height: auto;
}
.username-mobile {
	float: left;
	width: auto;
	margin-top: 30px;
	margin-left: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	background: #FFF;
	border: 1px solid #e1e1e1;
	color: #7f7f7f;
	font: 14px latoregular, Arial, Helvetica, sans-serif;
	padding: 8px;
	border-radius: 4px;
	resize: none;
	display: block;
	width: 98%;
}
select {
	border: 1px solid #e1e1e1;
	font: 14px/30px latoregular, Arial, Helvetica, sans-serif;
	height: 43px;
	color: #222;
	border-radius: 4px;
	padding: 12px 10px;
	width: 100%;
	background: #FFFFFF;
}
/* General Css
==============================*/

body.hiddenscroll {
	overflow: hidden;
}
.app-wrapper {
	margin: 0 auto;
	max-width: 990px;
	width: 99%;
	position: relative;
}
#inner-wrap {
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	margin: 0 auto;
}
.container-landing {
	position: relative;
	/*top: 40px;*/
	width: 55%;
	margin:30px auto 0;
}
.container-landing h1, .how-it-works h1, .contact-section h1, .container-destination h1 {
	font: 26px open_sansextrabold, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #55476f;
	margin-bottom: 16px;
}
.container-landing p {
	font: 18px/24px open_sansregular, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 #55476f;
	margin: 10px 10px 20px;
}
.container-landing .btn.big, .how-it-works .btn.big, .container-destination .btn.big {
	margin: 0 auto;
	width: 200px;
}
.scrollbar3 {
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.8);
	height: 320px;
	overflow: hidden;
	border: 1px solid #30283B;
	border-radius: 8px;
}
.container-destination {
	position: relative;
	top: 70px;
	margin-top: 0;
	position: relative;
}

.container-destination.destination-space-top{
	top: 0px;
	margin-top: 20px;
}

.container-destination h2 {
	font: 18px open_sansbold, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #CFB9F8;
	text-shadow: 0 1px 0 #333;
}
.container-destination p {
	font: 14px/18px open_sansregular, Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0 1px 0 #55476f;
	margin: 0 0 10px;
}
.container-destination ul {
	margin-left: 40px;
	margin-bottom: 10px;
}
.container-destination ul li {
	list-style: decimal;
	font: 14px/18px open_sansregular, Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 5px;
}
.contact-section {
	position: relative;
	top: 35px;
	left: 0;
}
.contact-section.contact-custom-ja{
	top: 0;
}
.create-event {
    top: 60px !important;
}
header {
	position: relative;
	top: 0;
	z-index: 10;
	text-shadow: 0 1px 0 #55476f;
}
.logo {
	position: relative;
	top: 0;
	width: 150px;
	margin: 0 auto;
}
.logo img {
	width: 100%;
	height: auto;
}
.left-top-links {
	float: left;
	width: 100%;
}
.left-top-links ul {
}
.left-top-links ul li {
	float: left;
	padding: 0px 4px;
}
.left-top-links ul li a {
	color: #fff;
	display: inline-block;
	padding: 20px 4px;
	font: 15px open_sansregular, Arial, Helvetica, sans-serif;
	z-index: 2;
	position: relative;
}
.left-top-links ul li a.gps {
	margin-right: 3px;
	font: 26px open_sansextrabold, Arial, Helvetica, sans-serif;
	padding: 10px 8px;
	background: #3f3453;
}
.right-top-links {
	float: right;
	width: 45%;
}
.right-top-links ul {
	overflow: hidden;
}
.right-top-links ul li {
	float: left;
}
.right-top-links ul li a {
	color: #fff;
	display: inline-block;
	padding: 20px 8px;
	font: 14px open_sansregular, Arial, Helvetica, sans-serif;
}
.right-top-links .btn {
	width: 80px;
	position: absolute;
	right: 105px;
	top: 10px;
	padding: 8px;
}
.right-top-links .btn.gray {
	right: 0;
}
/*===tooltip start====*/
.tooltip-text {
    background-color: #402663;
    border-radius: 100%;
    color: #fff;
    cursor: help;
    display: table-cell;
    font: 11px/12px "open_sansbold";
    height: 14px;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    width: 14px;
}
.tipr_content
{
     color: #fff; 
     background-color: #402663;
     padding: 9px 17px;
	 border-radius:3px;
}
.tipr_container_bottom
{
     display: none;
     position: absolute;
     margin-top: 13px;
     z-index: 1000;
}
.tipr_container_top
{
     display: none;
     position: absolute;
     margin-top: -55px;
     z-index: 1000;
}
.tipr_point_top, .tipr_point_bottom 
{
     position: relative;
	background: #402663;
}
.tipr_point_top:after, .tipr_point_top:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_top:after
{
	border-top-color: #402663;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_top:before 
{
	border-top-color: #402663;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.tipr_point_bottom:after, .tipr_point_bottom:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_bottom:after
{
	border-bottom-color: #402663;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_bottom:before 
{
	border-bottom-color: #402663;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.inner-tooltip
{
     display: inline-block;
     max-width: 700px;
}
.outer-block
{
     padding: 0 30px;
}
.block
{
     margin: 0 auto;
     max-width: 700px;
     padding: 0 30px; 
}
#head
{
     position: fixed;
     top: 0;
     width: 100%;
     background-color: #fff;
     border-bottom: 1px solid #f2f2f2;
     opacity: 0.96;
     z-index: 1000;
}
.head_icon
{
     float: left;
     cursor: pointer;
     padding: 15px;
}
/*===tooltip end====*/
/*how it works*/
.how-it-works {
	width: 90%;
	top: 0px;
	margin: 0 auto;
	position: relative;
}
.how-it-works ul {
}
.how-it-works ul li {
	float: left;
	width: 48%;
	margin-bottom: 20px;
	margin-right: 20px;
}
.how-it-works ul li h3 {
	margin-left: 60px;
	font: 14px/22px open_sansregular, Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0 1px 0 #55476f;
}
.icon-white-circle {
	line-height: 58px !important;
	text-align: center;
	color: #9982ce;
	float: left;
	width: 50px !important;
	height: 50px !important;
	background: #fff;
	box-shadow: 0 0 4px #7f7394;
	border-radius: 50px;
}
.icon-white-circle i {
	font-size: 26px;
}
.how-it-works ul li.last {
	margin-right: 0;
}
#SignIn .popup-content {
	top: 22%;
}

/* Invites Friends start */
.invites-friends.browser-scrollbar {
    max-height: none;
}
.mb-20 {
    margin-bottom: 20px !important; 
}
.home-page footer,.contact-body footer,
.invites-body footer,.destination-body footer,
.how-it-works-body footer,.partner-login-page footer,.partner-signup-body footer{
    position: relative;
    bottom: -120px;
}

.old-events-body footer, .events-page-body footer{
    position: relative;
    bottom: -280px;
}
/* Invites Friends end */

/*Footer*/
footer {
	font: 11px open_sansregular, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 25px 0;
	clear: both;
	background: #210f2e;
	background: rgba(33, 15, 46, 0.9);
	border-top: 1px solid #55476f;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.pages-links {
    float: right;
}
.pages-links li {
    float: left;
    margin-right: 10px;
}

.terms-and-policies li {
    float: right;
    margin-left: 11px;
}
.terms-and-policies {
    float: right;
    margin-right: 8px;
}
.termsnconditions,
.showprivacy a{
	padding-left: 5px;
}
.copyright {
    float: right;
}
.copyright.custom-en-copyright {
    text-align: center;
    margin: 20px 0 0;
    width: 100%;
}
span.partner-login-icon {
    border-radius: 100%;
    background-color: #fff;
    padding: 0px 2px;
}
.partner-login-img {
    padding: 5px 5px;
    border: 2px solid #ccc;
    display: inline-block;
    float: right;
    margin-right: 6px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#016bac+15,016bac+15,006caf+52,1e5799+90 */
	background: #016bac; /* Old browsers */
	background: -moz-linear-gradient(top, #016bac 15%, #016bac 15%, #006caf 52%, #1e5799 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #016bac 15%,#016bac 15%,#006caf 52%,#1e5799 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #016bac 15%,#016bac 15%,#006caf 52%,#1e5799 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016bac', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}
.en-polices {
    margin-right: 40px;
}
.gpsfooter {
    text-align: center;
}
.pages-links {
    float: none;
}
.pages-links li {
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    float: none;
}
.partner-login-en {
    float: none;
    margin: 0 auto;
    display: inline-block;
    width: auto;
    margin: 20px 0 20px 0;
}
.en-polices {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.terms-and-policies li {
    float: none;
    display: inline-block;
    text-align: center;
}

.text-partnerlogin{
	color: #fff;
    font-weight: bold;
    margin-left: 3px;
}
.partner-login-lock-icon{    
    font-size: 9px;
    color: #026ca9;
}
.appstore-btn {
	width: 214px;
	position: absolute;
	right: 13.5%;
	bottom: 80px;
}
.appstore-btn.en-appstore-btn {
    position: relative;
    right: -80%;
    bottom: 20px;
}
.appstore-btn img {
	width: 100%;
	height: auto;
}
.g-map {
	width: 100%;
	/*min-height:1000px;*/
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
	background: #60517a;
}
.g-map-details {
	border-radius: 8px;
	z-index: 9999;
	width: 350px;
	max-height: 150px;
	padding: 10px;
	background: #f7f7f7;
	box-shadow: 0 0 5px #999;
}
.pic80 {
	border-radius: 8px;
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.pic80 img {
	width: 100%;
}
.details-content {
	margin-left: 90px;
}
.details-content h4 {
	margin-bottom: 5px;
	font: 16px open_sansbold, Arial, Helvetica, sans-serif;
	color: #333;
}
.details-content p {
	margin-bottom: 5px;
	font: 12px/18px open_sansregular, Arial, Helvetica, sans-serif;
	color: #666;
}
.details-content p.purple {
	color: #3f3a66;
font-family:
}
.details-content .icon-caret-down {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -18px;
	font-size: 30px;
	color: #f7f7f7;
	text-shadow: 0 2px 2px #999;
}
/*-------------------
Popup start
---------------------*/
.popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #333;
	background: rgba(0, 0, 0, 0.8);
}
.popup-content {
	position: relative;
	margin: 0 auto;
	top: 8%;
	width: 50%;
	padding: 10px 12px 12px;
	background: #655680;
	z-index: 2;
	border-radius: 6px;
}
.popup-content h1, .body-popup h1 {
	overflow: hidden;
	margin-top: 2px;
	text-align: center;
	color: #fff;
	font: 26px 'open_sansextrabold', arial;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #2b274b;
}
.popup-content h1 span {
	margin: 5px 10px 5px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	font: 14px 'open_sansregular', arial;
}
.popup-content h1 span a {
	color: #ccb6f5;
}
.cross {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #666;
	background: #c9cbcd;
	border: 2px solid #fff;
	padding: 2px 0px;
	cursor: pointer;
	width: 30px;
	height: 24px;
	border-radius: 24px;
	text-align: center;
	line-height: 24px;
}
.cross:hover {
	opacity: 1;
}
.show-signin-field {
	display: none;
}
.inner-content {
	background: #fff;
	margin: 12px 0 0;
	padding: 5px 15px 5px;
	border-radius: 6px;
}
/*===dashboard popup===*/
.dashboard-popup {
	background: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	display: table;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o--moz-transition: all 0.2s linear 0s;
	-ms--moz-transition: all 0.2s linear 0s;
	text-align: center;
	z-index: 0;
	top: 0;
	left: 0;
}
.dashboard-popup .inner {
	display: table-cell;
	vertical-align: middle;
}
.dashboard-popup .body-popup {
	background-color: #61537a;
	border-radius: 6px;
	margin: 0 auto;
	width: 50%;
	position: relative;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o--moz-transition: all 0.4s linear 0s;
	-ms--moz-transition: all 0.4s linear 0s;
	top: -200px; /*===animate to top===*/
	padding: 5px 15px;
}

.form-row {
	position: relative;
	padding: 10px 0;
}
.form-row-left {
	width: 49%;
	float: left;
	position: relative;
}
.form-row-right {
	width: 49%;
	float: right;
	position: relative;
}
.form-row label {
	display: block;
	margin-bottom: 10px;
	color: #333;
}
.pic-uploader {
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	border-radius: 4px 4px 4px 4px;
	height: 16px;
	padding: 12px 10px;
	cursor: pointer;
	vertical-align: middle
}
.pic-uploader img {
	width: 95%;
	height: auto;
}
.new-pic {
	overflow: hidden;
	position: relative;
	top: 18px;
	width: 60px;
	height: 60px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 60px;
}
.new-pic img {
	width: 100%;
}
.change-pic {
	position: absolute;
	left: 70px;
	top: 42px;
	text-decoration: underline;
	font: 12px 'open_sansregular', arial;
}
.change-pic:hover {
	text-decoration: none;
}
.forget {
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 12px;
	color: #119AD2;
	font: 12px 'open_sansregular', arial;
}
.form-row-left.long-width {
	width: 100%;
	margin-bottom: 0;
}
.form-row .btn {
	margin-top: 12px;
}
.form-row p {
	font: 12px 'open_sansregular', arial;
	color: #333;
}
.small-spinner {
	width: 20px !important;
	height: 20px !important;
	position: relative;
	left: 10px;
	top: 20px;
}
.form-row.last {
	padding-top: 0;
}
.price-plan {
	border: 1px solid #fff;
	background: #e8e8e8;
	text-align: center;
	margin: 20px 2px 14px;
	border-radius: 6px;
	box-shadow: 0 0 5px #94939d;
	width: 48%;
}
.price-plan h2 {
	text-shadow: 0 1px 0 #fff;
	font: 20px 'open_sansbold', arial;
	color: #333;
	padding: 10px 0;
	border-bottom: 1px solid #c6c6c6;
	box-shadow: 0 1px 0 #fff;
}
.price span {
	font: 90px/90px 'open_sansbold', arial;
	color: #94939d;
	display: block;
}
.price {
	box-shadow: inset 0 -2px 6px #d5d5d5;
	background: #fff;
	padding: 20px 0;
	font: 30px/30px 'open_sans_lightregular', arial;
	color: #666;
}
.select-plan {
	border-top: 1px solid #fff;
	background: #35315a;
	border-radius: 0 0 6px 6px;
	font: 20px 'open_sansbold', arial;
	color: #fff;
}
.select-plan a {
	padding: 10px 0;
	color: #fff;
	display: block;
}
.select-plan:hover {
	background: #3f3a66;
}
.tip {
	border: 1px solid #333;
	border-radius: 4px;
	background: #444;
	display: none;
	font: 12px/16px open_sansregular, Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: none;
	text-transform: none;
	position: absolute;
	padding: 10px;
	right: 0;
	top: 0px;
	box-shadow: 0 0 4px #000;
	width: 264px;
}
.tip i {
	width: 10px;
	height: 10px;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
	font: 14px;
	color: #fff;
	z-index: 1;
}
label.cvc-label .icon-question-sign {
	color: #999;
	cursor: pointer;
}
.small-width48 {
	width: 48%;
}
#Activation .popup-content {
	width: 40%;
}
#Activation .popup-content p {
	margin-top: 15px;
	line-height: 20px;
}
/*-------------- alert messages section start --------------*/
.alert-bar {
	border: 1px solid #d9b069;
	border-radius: 3px;
	padding: 7px 10px;
	font: 12px/16px open_sansregular, Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff4d3;
	margin-top: 14px;
	margin-bottom: 5px;
	display: none;
}
.margtop10 {
	margin-top: 10px;
}
.alert-bar.success {
	background: #d9eed1;
	border: 1px solid #addead;
}
.alert-bar.error {
	background: #ffefee;
	border: 1px solid #f5bbb9;
}
/*-------------- alert messages section end --------------*/
/* Tiny Scrollbar */
.scrollbar2 {
	position: relative;
	margin: 0;
}
.scrollbar3 .viewport {
	height: 320px;
	width: 100%;
	overflow: hidden;
	position: relative;
	left: 0px;
}
.scrollbar3.be-destination .viewport{
	height:auto !important;
	min-height: 200px !important;
	max-height: 200px !important;

}
.scrollbar2 .viewport {
	height: 450px;
	width: 100%;
	overflow: hidden;
	position: relative;
	left: 0px;
}

.scrollbar2 .overview, .scrollbar3 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
.scrollbar2 .scrollbar, .scrollbar3 .scrollbar {
	z-index: 6;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 7px;
	border-radius: 10px;
	position: absolute;
	right: 0px;
	margin: 0;
}
.scrollbar3 .scrollbar {
	right: 5px;
}
.scrollbar2 .track, .scrollbar3 .track {
	height: 100%;
	width: 5px;
	border-radius: 10px;
	position: relative;
	padding: 0;
	background: #b9b4bc;
}
.scrollbar2 .thumb, .scrollbar3 .thumb {
	background: #3f3a66;
	height: 20px;
	width: 6px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	border-radius: 10px;
	top: 0;
	left: 0px;
}
.scrollbar2 .thumb .end, .scrollbar3 .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 25px;
}
.scrollbar2 .disable, .scrollbar3 .disable {
	display: none;
}
.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.dashboard-popup .inner-content {
    text-align: left;
}
.content-section p, .inner-content p {
	font: 13px/18px 'open_sansregular', arial;
	color: #333;
	margin: 10px 0;
}
.content-section h4, .inner-content h2 {
	font: 16px 'open_sansbold', arial;
	color: #333;
	margin: 15px 0 0;
}
#terms h1, #privacy h1, #user-terms h1 {
	margin-bottom: 10px;
}
/*-------------------
Popup end
---------------------*/
.contact-section h1 {
	text-align: center;
}
.contact-form {
	width: 68%;
	clear:both;
	margin: 0 auto;
}
.contact-right {
	width: 29%;
	height: 100px;
	float: right;
}
.contact-right p.venue-detail-para{
	color: #fff;
	margin-bottom: 10px;
}
.contact-details {
	position: relative;
}
.contact-form .inner-content {
	margin-top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid #30283b;
	position: relative;
    width: 87%;
    margin: 0 auto;
}
.contact-form .inner-content label {
	color: #fff;
}
.contact-details .icon-map-marker {
	font-size: 25px;
	position: relative;
	top: -1px;
}
.contact-details .icon-envelope {
	font-size: 16px;
	position: relative;
	top: -4px;
}
.contact-details p {
	font: 15px/24px 'open_sansregular', arial;
	color: #fff;
	position: relative;
	margin-left: 60px;
	margin-bottom: 10px;
}
.contact-section h1.righthead {
    float: right;
    width: 100%;
    margin-top: -52px;
}
p.venue-para{
	color: #fff;
	margin-bottom: 10px;
}

.contact-details p a {
	color: #cfb9f8;
	text-decoration: underline;
}
.contact-details p a:hover {
	text-decoration: none;
}
ul.winners {
}
ul.winners li {
	position: relative;
	border-radius: 6px;
	box-shadow: inset 0 0 5px #ccc;
	margin-bottom: 18px;
	border: 1px solid #fff;
	background: #fff;
}
.pic50 {
	float: left;
	margin: 10px 10px 0;
	width: 50px;
	height: 50px;
	border-radius: 6px;
	overflow: hidden;
}
.pic50 img {
	width: 100%;
}
ul.winners li h3 {
	font: 20px/24px 'open_sansbold', arial;
	margin-top: 25px;
	margin-left: 80px;
	color: #333;
}
.tag {
	background: url(../images/tag.png) no-repeat;
	width: 39px;
	height: 44px;
	font: 18px/24px 'open_sansbold', arial;
	position: absolute;
	right: 10px;
	top: -1px;
	text-align: center;
	color: #fff;
}
.bottom-bar {
	overflow: hidden;
	margin-top: 10px;
	border-top: 1px solid #eee;
	font: 12px/12px 'open_sansregular', arial;
	color: #333;
	background: #f7f7f7;
	box-shadow: inset 0 1px 0px #fff;
}
.bottom-bar-left {
	width: 50%;
	float: left;
	padding: 10px 0;
	text-indent: 12px;
}
.bottom-bar-right {/*width:49.5%;*/
	border-left: 1px solid #eee;
	padding: 10px 0;
	box-shadow: inset 1px 0 0px #fff;
	float: right;
	text-indent: 12px;
}
.bottom-bar span {
	color: #3f3a66
}
.tag span {
	font: 12px/12px 'open_sansregular', arial;
	color: #fff;
	text-align: center;
	display: block;
}
.after-login-info {
    position: absolute;
    right: 28px;
    top: 21px;
    height: 50px;
    width: 170px;
}
.pic-user {
	width: 40px;
	margin-right: 6px;
	height: 40px;
	border-radius: 4px;
	overflow: hidden;
	float: left;
}
.pic-user img {
	width: 100%;
}
/*.after-login-info span{ width:100px;  display:inline-block; font:14px/21px 'open_sansbold', arial; color:#fff;}*/
.after-login-info span {
	color: #FFFFFF;
	display: table-cell;
	font: 14px/21px 'open_sansbold', arial;
	height: 36px;
	text-align: left;
	vertical-align: middle;
	width: 100px;
}
.icon-cog, .icon-cog a {
	margin-left: 6px;
	color: #fff;
	cursor: pointer;
}
.setting-div {
	right: 0px;
	position: absolute;
	top: 6px;
}
.setting-div .icon-off {
	color: #fff;
	margin-left: 7px;
	cursor: pointer
}
/*D2*/
.tab-div {
	left: 15.6%;
	position: absolute;
	top: 23px;
}
.view-tabel {
	position: absolute;
	left: 15.5%;
	top: 25px;
	background: #ccc;
	/*width:273px;*/
	border-radius: 6px;
}
.view-tabel ul li {
	float: left;
}
.view-tabel ul li a {
	padding: 10px;
	display: inline-block;
	background: #fae535;
	font: 16px 'open_sansregular', arial;
	position: relative;
	width: 115px;
	text-align: center;
	border-radius: 6px 0 0 6px;
	border-left: 1px solid #5c5e62;
	border-top: 1px solid #5c5e62;
	border-bottom: 1px solid #5c5e62;
    border-right: 1px solid #5c5e62;
	box-shadow: inset 0 -2px 1px rgba(255, 255, 255, 0.4);
	color: #39205a;
	text-shadow: 0 1px 0 #39205a;
}
.view-tabel ul li.selected a {
	border-right: 1px solid #c7c7c7;
	background: #3f3453;
	-webkit-box-shadow: inset 0 2px 10px #3093d1;
	-moz-box-shadow: inset 0 2px 10px #3093d1;
	box-shadow: inset 0 2px 10px #3093d1;
	border: solid 1px #402663;
	color: #fae535;
	text-shadow: 0 1px 0 #39205a;
	box-shadow: inset 0 -2px 1px rgba(255, 255, 255, 0.4);
}
.view-tabel ul li.first a {
}
.view-tabel ul li.last a {
	border-radius: 0 6px 6px 0;
}
.all-details {
	margin-bottom: 10px;
	overflow: hidden
}
.details-pic {
	background: #fff;
	width: 475px;
	height: 221px;
	border-radius: 6px;
	box-shadow: 0 0 2px #7F7394;
	position: relative;
	overflow: hidden;
}
.details-pic img {
	width: 100%;
	border-radius: 6px;
}
.details-info {
	margin-bottom: 10px;
	height: 227px;
	width: 39%;
}
.details-info h3 {
	color: #fff;
	text-shadow: 0 1px 0 #55476F;
	font: 20px/24px 'open_sansbold', arial;
	margin-left: 15px;
	margin-top: 0px;
}
.awards-winner {
	overflow: hidden;
}
.awards-winner ul {
	margin-left: 0px;
}
.awards-winner ul li {
	float: left;
	margin-bottom: 20px;
	margin-right: 40px !important;
	list-style: none;
	width: 40%;
}
.awards-winner ul li.last {
	margin-right: 0px;
}
.awards-winner ul li h2 {
	color: #FFFFFF;
	font: 16px open_sansbold, Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #55476F;
	margin-bottom: 2px;
}
.awards-winner ul li h3 {
	color: #FFFFFF;
	font: 13px/18px open_sansregular, Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #55476F;
}
.details-info p {
	color: #fff;
	font: 15px/20px open_sansregular, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 6px;
}
.details-info h4 {
	color: #fff;
	font: 16px open_sansbold, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 15px;
}
.details-info p.purple2 {
	color: #CFB9F8;
}
.scrollbar4 {
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid #30283B;
	border-radius: 8px 8px 8px 8px;
	height: 310px;
	overflow: hidden;
	padding: 20px;
	width: 80%;
	margin: 0 auto;
}
.scrollbar4 .viewport {
	height: 320px;
	width: 100%;
	overflow: hidden;
	position: relative;
	left: 0px;
}
.scrollbar4 .viewport {
	height: 320px;
	width: 100%;
	overflow: hidden;
	position: relative;
	left: 0px;
}
.scrollbar4 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
.scrollbar4 .scrollbar {
	z-index: 6;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 7px;
	border-radius: 10px;
	position: absolute;
	right: 85px;
	margin: 0;
}
.scrollbar4 .track {
	height: 100%;
	width: 5px;
	border-radius: 10px;
	position: relative;
	padding: 0;
	background: #b9b4bc;
}
.scrollbar4 .thumb {
	background: #3f3a66;
	height: 20px;
	width: 6px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	border-radius: 10px;
	top: 0;
	left: 0px;
}
.scrollbar4 .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 25px;
}
.scrollbar4 .disable, .scrollbar3 .disable {
	display: none;
}
.container-destination h1.small-font {
	font: 18px open_sansbold, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #CFB9F8;
	text-transform: none;
}
.connect-btn {
    padding: 8px;
    position: absolute;
    right: 33px;
    top: 1px;
    cursor: pointer;
    padding-right: 0;
}
.ab-text {
	background: none repeat scroll 0 0 #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
	border-radius: 4px 4px 0 0;
	color: #000000;
	font: 15px/20px open_sansregular, Arial, Helvetica, sans-serif;
	left: 0;
	padding: 6px 12px;
	position: absolute;
	top: 0;
	width: 95%;
}
.left-top-links ul li a.select {
	color: #9981D1;
}
.right-top-links ul li a.select {
	color: #9981D1;
}
.table-liting-data {
	border-top: 1px solid #CBD0D5;
	border-right: 1px solid #CBD0D5;
	margin: 3px auto;
	background: #efeef0;
}
.table-liting-data tr {
	border-bottom: 1px solid #CBD0D5;
}
.table-liting-data tr:hover {
	background: #f3f3f3;
	box-shadow: 0px 1px 1px #dedede;
}
.table-liting-data tr.title, .table-liting-data tr.title:hover {
	border-right: 1px solid #c7c7c7;
	background: #402663;
	-webkit-box-shadow: inset 0 2px 10px #3093d1;
	-moz-box-shadow: inset 0 2px 10px #3093d1;
	box-shadow: inset 0 2px 10px #3093d1;
	border: solid 1px #402663;
	color: #fff;
	text-shadow: 0 1px 0 #39205a;
	box-shadow: inset 0 -2px 1px rgba(255, 255, 255, 0.4);
}
.table-liting-data tr.title td {
	color: #FFFFFF;
	border-left: 1px solid #55476F;
	height: 21px;
	text-shadow: 0 1px 0 #464648;
	font: 16px 'open_sansregular', arial;
}
.table-liting-data tr td {
	font: 14px open_sans_lightregular, arial;
	color: #333333;
	padding: 9px 10px 7px;
	border-left: 1px solid #CBD0D5;
	text-shadow: 0px 1px 0px #fff;
}
.table-liting-data tr.title td.first {
	border-left: 1px solid #CBD0D5
}
.pay {
}
.pay.last {
	margin-right: 0px;
}
.payment-Div {
	background: #402663;
	color: #fff;
	border-top: 1px solid #2e2858;
	text-shadow: 0 1px 0 #39205a;
	font: 14px open_sansregular, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
}
.payment-Div-inner {
	background: #eeedf0;
	font: 13px open_sansregular, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 10px;
	overflow: hidden;
	border-bottom: 1px solid #cbcad1;
}
.id-div {
	float: left;
	font: 14px open_sansregular, Arial, Helvetica, sans-serif;
	color: #333;
	width: 350px;
}
.id-div span {
	font: 13px open_sansextrabold, Arial, Helvetica, sans-serif;
	width: 29px;
	display: inline-block
}
.slider-on-off {
	float: left;
	margin-top: 7px;
	position: relative;
	width: 262px;
	margin-bottom: 12px;
}
.slider-on-off h3 {
	font: 16px 'droid_sansregular', Arial, Helvetica, sans-serif;
	color: #fff;
}
.slider-on-off h3 i {
	color: #0288BF
}
.bool-slider {
	border: 1px solid #CCC;
	color: #FFF;
	font: 16px open_sansregular, Arial, Helvetica, sans-serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	height: 25px;
	position: absolute;
	right: 0px;
	top: -2px;
	width: 60px;
	border-radius: 25px;
}
.bool-slider.true .inset {
	background-color: #402663;
	font-size: 15px;
 *background-color: #499249;
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bool-slider.true .inset .control {
	float: left;
}
.bool-slider.true .inset .control:after {
	content: 'On';
	position: relative;
	right: -124%;
	top: 17%;
}
.bool-slider.false .inset {
	background-color: #da4f49;
	font-size: 15px;
 *background-color: #bd362f;
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bool-slider.false .inset .control {
	float: right;
}
.bool-slider.false .inset .control:before {
	content: 'Off';
	position: relative;
	left: -114%;
	top: 16%;
}
.bool-slider .inset {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.bool-slider .inset .control {
	background-color: #000;
	width: 41%;
	height: 100%;
	border-radius: 20px;
	background-color: #f5f5f5;
 *background-color: #e6e6e6;
	background: linear-gradient(to bottom, #D1D1D1 0%, #FAFAFA 100%) repeat scroll 0 0 transparent;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6) inset, 0 0 0 2px white inset, 0 0 3px rgba(0, 0, 0, 0.6);
	background-repeat: repeat-x;
}
.bool-slider .inset .control:hover {
	cursor: pointer;
}
.bool-slider.disabled {
	color: #CCC;
}
.bool-slider.disabled .inset {
	background-color: #f5f5f5;
	background-color: #e6e6e6;
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
}
.bool-slider.disabled .control {
	cursor: default;
}
/*top nav css*/

.after-login-info {
	position: absolute;
	right: 0;
	top: 10px;
	height: 50px;
	width: 186px;
}
.pic-user {
	width: 40px;
	margin-right: 6px;
	height: 40px;
	border-radius: 4px;
	overflow: hidden;
	float: left;
}
.pic-user img {
	width: 100%;
}
.after-login-info span {
	color: #FFFFFF;
	display: table-cell;
	font: 14px/21px 'open_sansbold', arial;
	height: 36px;
	text-align: left;
	vertical-align: middle;
	width: 110px;
}
.icon-cog, .icon-cog a {
	margin-left: 6px;
	color: #fff;
	cursor: pointer;
}
.setting-div {
	background: #402663;
	padding: 0px 5px 0px 6px;
	-webkit-box-shadow: inset 0 2px 10px #3093d1;
	-moz-box-shadow: inset 0 2px 10px #3093d1;
	box-shadow: inset 0 2px 10px #3093d1;
	border: solid 1px #402663;
	color: #fff;
	text-shadow: 0 1px 0 #39205a;
	box-shadow: inset 0 -2px 1px rgba(255, 255, 255, 0.4);
	border-radius: 4px;
	position: absolute;
	top: 8px;
	right: 16px;
}
.drop-down-tip {
	background: none repeat scroll 0 0 #402663;
	border: 1px solid #402663;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 -2px 1px rgba(255, 255, 255, 0.4) inset;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	text-shadow: 0 1px 0 #39205A;
	top: 40px;
	width: 143px;
	opacity: 1;
	z-index: 9999;
}
.drop-down-tip ul {
}
.drop-down-tip ul li {
}
.drop-down-tip ul li a {
	border-top: 1px solid #55476F;
	display: inline-block;
	float: left;
	font: 14px/20px open_sansregular, Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding: 6px 14px !important;
	width: 120px;
}
.drop-down-tip ul li:hover a {
	background: #55476F
}
.drop-down-tip ul li.last:hover a {
	background: #55476F;
	border-radius: 0 0 4px 4px;
}
.drop-down-tip ul li.first {
	border-top: none
}
.drop-down-tip .icon-caret-up {
	position: absolute;
	right: 5px;
	top: -16px;
	font-size: 20px;
	color: #402663;
}
.upload-custom {
	background: #FFF;
	border: 1px solid #e1e1e1;
	font: 14px/30px latoregular, Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 5px 0;
	text-indent: 10px;
	width: 100% !important;
	border-radius: 4px;
}
.upload-custom span {
	color: #999999 !important;
}
.input-margn-btm {
	margin-bottom: 15px !important;
}
.btn.sumbit-btn {
	color: #000000 !important;
}
.btn.sumbit-btn:hover {
	background: #ccc !important;
}
.btn.sumbit-btn a {
	color: #60517a !important;
}
.address-listings {
	width: 100%;
	min-height: 100px;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid #30283b;
	border-radius: 6px;
	margin-top: 20px;
}
.address-listings table {
	background: none !important;
}
.address-listings table tr {
	width: 100% !important;
	margin: 0 auto !important;
	background: none !important;
	display: block;
	color: #fff !important;
}
.address-listings .info {
	border-bottom: solid 1px #8a7ba2;
	padding: 10px 0px;
}
.submit-btn {
	display: block;
	background-color: #655680;
	border-radius: 8px;
	font: 16px 'open_sansregular', arial;
	color: #fff;
	border: 1px solid #39205a;
	box-shadow: inset 0 -2px 1px rgba(255, 255, 255, 0.4);
	text-shadow: 0 1px 0 #39205a;
	padding: 8px 10px;
	text-align: center;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	text-decoration: none;
}
.submit-btn:hover {
	background: #55476f;
	transition: all 0.2s ease-in-out 0s;
	text-decoration: none !important;
	color: #FFF;
}
.scrollbar5 {
	width: 100%;
	height: 450px;
	overflow-y: scroll;
	float: left;
	margin-top: 25px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
.content {
	height: 450px;
}
 #ex3::-webkit-scrollbar {
width:8px;
}
 #ex3::-webkit-scrollbar-thumb {
background-color:#e7e8e9;
border-radius:10px;
}
#ex3::-webkit-scrollbar-thumb:hover {
background-color:#e7e8e9;
border:1px solid #333333;
}
#ex3::-webkit-scrollbar-thumb:active {
background-color:#e7e8e9;
border:1px solid #333333;
}
 #ex3::-webkit-scrollbar-track {
border:1px gray solid;
border-radius:10px;
-webkit-box-shadow:0 0 3px gray inset;
}
.thanks_page .logo {
	left: 0;
	margin: 0 auto;
	right: 0;
	top: 40px;
}
.thanks-msg-btn {
	clear: both;
	margin: 0 auto;
	max-width: 350px;
	position: relative;
	text-align: center;
	top: 170px;
	width: 100%;
}
.thanks-msg-btn a.btn {
	margin: 0 auto;
	top: 10px;
	width: 180px;
}
.recent-winners-parent {
	/*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border: 1px solid #30283b;
    */border-radius: 5px;
	float: right;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 55px;
	width: 170px;
}
.recent-winners > h2 {
	color: #cfb9f8;
	font: 16px/18px open_sansregular, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.winner {
	/*    border-	: 1px solid #261e42;*/
	color: #fff;
	font: 12px/14px open_sansregular, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	overflow: hidden;
	padding-bottom: 5px;
}
.winners .winner:last-child {
	border-bottom: medium none;
}
.winner-img {
    border-radius: 100%;
    display: block;
    float: left;
    height: 57px;
    margin-right: 5px;
    overflow: hidden;
    width: 57px;
}
.winner-img > img {
	float: left;
	height: auto;
	width: 100%;
}
.winner p:nth-child(2) {
	margin-top: 5px;
}
.winner > p {
	float: left;
	width: 62%;
	text-shadow: 0 1px 0 #55476f;
    font: 12px/24px open_sansregular, Arial, Helvetica, sans-serif;
}
/*======partners management======*/
.full-width{
	clear:both;
	width:100%;
	margin:0 !important;
	padding:0 !important;
}
th, td {
    width: 198px;
}
.dashboard-inner-content, .contact-form .dashboard-inner-content{
	background-color:#F9F9F9;
}
.dashboard-body p {
    clear: both;
    float: left;
    margin: 5px 0 10px;
    width: 100%;
}
.dashboard-body .btn, .dashboard-body td {
    font-size: 12px;
	background-image:none;
}
.dashboard-body, .dashboard-body p, .dashboard-body th {
    font-size: 14px;
}
.dashboard-body #list_locations .btn {
    display: inline-block;
    margin: 0 5px 5px;
}
.partners-management .app-wrapper {
    max-width: 1310px;
}
.partners-management-section.group {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
	margin-bottom: 40px;
}
.dashboard-body thead th{
	border-top:0;
}
tbody#list_locations td, tbody#list_locations th{
	width:auto;
}
tbody#list_locations td:first-child {
    width: 62px;
}
tbody#list_locations td:nth-child(2) {
    width: 158px;
}
tbody#list_locations td:nth-child(3) {
    width: 188px;
}
tbody#list_locations td:nth-child(4), tbody#list_locations td:nth-child(5) {
    width: 160px;
}
tbody#list_locations td:nth-child(6) {
    width: 160px;
}
tbody#list_locations td:last-child {
    width: 171px;
}
tbody#list_locations.marketing-location-list td:first-child {
    width: 148px;
}
tbody#list_locations.marketing-location-list td:nth-child(2) {
    width: 185px;
}
tbody#list_locations.marketing-location-list td:nth-child(3) {
    width: 199px;
}
tbody#list_locations.marketing-location-list td:nth-child(4) {
    width: 198px;
}
tbody#list_locations.marketing-location-list td:nth-child(5) {
    width: 113px;
}
tbody#list_locations.marketing-location-list td:nth-child(6) {
    width: 183px;
}
tbody#list_locations.marketing-location-list td:last-child {
    width: 158px;
}
.contact-form .inner-content.dashboard-inner-content label {
    color: #333;
}
.partner-setting .contact-form {
    width: 100%;
}
.partner-setting .right {
    float: right;
	margin-top: 10px;
}
.partner-setting .right .btn {
    float: left;
    position: static;
}
.partner-setting .right .btn:first-child {
    margin-right: 60px;
}
.dashboard-body td h3 {
    margin: 0;
}
.dashboard-body .full-width .inner-content.group {
    padding: 15px 20px 20px;
}
.inner-content.group.dashboard-inner-content h1 {
    color: inherit;
    font-size: 15px;
    margin: 0;
}
.marketing-mgt-location-add .form-row.group {
    clear: both;
    font-size: 14px;
    font-weight: normal;
}
.marketing-mgt-location-add h3 {
    font-size: inherit;
    font-weight: inherit;
}
.marketing-mgt-location-add h3 span {
    color: #402663;
    font-weight: bold;
}
.dashboard-top {
    background-color: #34383c;
    clear: both;
    width: 100%;
	overflow: hidden;
	font: 14px open_sansregular,Arial,Helvetica,sans-serif;
    color: #b2b9c0;
}
.dashboard-top a{
    color: #b2b9c0;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
}
.partners-management .logo {
    display: table;
    margin: 35px auto;
    position: static;
    width: 390px;
}
.dashboard-logo.logo img {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
	margin-right: 20px;
	height:auto;
}
.dashboard-logo h2 {
    color: #ffffff;
    display: table-cell;
    font: 50px "open_sansextrabold";
    vertical-align: middle;
}
.dashboard-top .logo {
    background-color: #1e2226;
    float: left;
    margin: 0;
    text-align: center;
    width: 6%;
}
.dashboard-top .logo img {
	height:auto;
}
.dashboard-menu {
    float: left;
    width: 60%;
}
.dashboard-menu li {
    float: left;
    margin: 0 1%;
}
.dashboard-menu ul li a {
    float: left;
    padding: 25px 0;
	text-transform: capitalize;
}
.dashboard-menu .active a,
.dashboard-menu ul li a:hover {
    color: #ffffff;
}
/*===transaction===*/
.table.transaction-table tbody {
    height: auto;
    overflow: visible;
}
.dashboard-body .transaction-table thead th:first-child, .dashboard-body .transaction-table tbody td:first-child {
    width: 100px !important;
}
.dashboard-body .transaction-table thead th:nth-child(2), .dashboard-body .transaction-table tbody td:nth-child(2) {
    width: 350px !important;
}
.transaction-table th:nth-child(3), .transaction-table tbody#list_locations td:nth-child(3), .transaction-table thead th:nth-child(4), .transaction-table tbody#list_locations td:nth-child(4) {
    width: 230px;
}
.transaction-table thead th:nth-child(5), .transaction-table tbody#list_locations td:nth-child(5) {
    width: 200px;
}
/*===transaction===*/
.search {
    float: left;
    width: 17%;
	padding: 15px 0;
	position:relative;
}
.search input {
    background-color: #4b5056;
    border: medium none;
    box-shadow: none;
    color: #b2b9c0;
    padding-left: 40px;
	width:85%;
}
.search i {
    border-right: 1px solid;
    color: #6c757e;
    font-size: 22px;
    left: 10px;
    line-height: 22px;
    padding-right: 10px;
    position: absolute;
    top: 25px;
}
.user-logged-in {
    background-color: #1e2226;
    float: right;
	padding: 23px 0;
	width: 15%;
}
.user-logged-in > span {
    border-radius: 100%;
    display: block;
    float: left;
    height: 32px;
    margin-left: 15px;
    overflow: hidden;
    width: 32px;
	margin-right: 10px;
}
.user-logged-in p{
	cursor:pointer;
	margin-top: 5px;
	 float: left;
	}
.user-logged-in p i {
    vertical-align: top;
}
.no-scroll tbody {
    height: auto;
    overflow: visible;
}
.dashboard-body{
	background-color: #402663;
	overflow:hidden;
	font-family:'open_sansregular';
}
.body-right{
	background-color:#fff;
	min-height:400px;
	width: 94%;
	float:left;
	}	
.left-icons {    
    float: left;
    width: 6%;
}
.left-icons ul li {
    display: table;
    height: 50px;
    text-align: center;
    width: 100%;
}
.dashboard-icon,
.dashboard-location-icon,
.dashboard-event-icon,
.dashboard-participant-icon,
.dashboard-setting-icon,
.dashboard-transaction-icon,
.dashboard-setting-2-icon{
	background-repeat: no-repeat;
    display: inline-block;
    margin: 20px auto 0;
	cursor:pointer;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
}
.dashboard-icon {
    background-image: url("../images/dash-lef-icon1.png");
	background-position: 0 -25px;
	background-size:25px auto;
    height: 26px;
    width: 25px;
}
.dashboard-icon:hover,
.dashboard-location-icon:hover,
.dashboard-event-icon:hover,
.dashboard-participant-icon:hover,
.dashboard-setting-icon:hover,
.dashboard-setting-2-icon:hover,
.dashboard-transaction-icon:hover,
.active .dashboard-icon,
.active .dashboard-location-icon,
.active .dashboard-event-icon,
.active .dashboard-participant-icon,
.active .dashboard-setting-icon,
.active .dashboard-setting-2-icon,
.active .dashboard-transaction-icon{
    background-position: 0 0;
}
.dashboard-location-icon{
    background-image: url("../images/dash-lef-icon2.png");
    background-position: 0 -26px;
	background-size:20px auto;
    height: 27px;
    width: 20px;
}
.dashboard-event-icon{
	background-image: url("../images/dash-lef-icon3.png");
	background-position: 0 -24px;
    background-size: 25px auto;
    height: 25px;
    width: 26px;
}
.dashboard-participant-icon{
	background-image: url("../images/dash-lef-icon4.png");
	background-size:25px auto;
	    background-position: 0 -26px;
    height: 26px;
    width: 25px;
}
.dashboard-setting-icon{
	background-image: url("../images/dash-lef-icon5.png");
	background-size:25px auto;
	background-position: 0 -26px;
    height: 25px;
    width: 25px;
}
.dashboard-transaction-icon{
	background-image: url("../images/transaction.png");
	background-size:25px auto;
	background-position: 0 -26px;
    height: 25px;
    width: 25px;
}
.dashboard-setting-2-icon{
	background-image: url("../images/setting-icon.png");
	background-size:25px auto;
	background-position: 0 -26px;
    height: 25px;
    width: 25px;
}
.user-logged-in .drop-down-tip {
    background-color: #1E2226;
    border-color: #1e2226;
    box-shadow: none;
    top: 70px;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 15%;
}
.user-logged-in .drop-down-tip ul li a {
    display: block;
    padding: 6px !important;
    width: 90%;
	border:none;
}
.user-logged-in .drop-down-tip ul li.last:hover a{
	background:none;
}

/*======partners management======*/

/*=========================
forbes logo after winners
==========================*/
.winner.forbes-logo {
	background-color: #402663;
    padding: 10px;
}
.winner.forbes-logo p {
    margin-bottom: 2px;
    text-shadow: 0 1px 0 #55476f;
    width: 100%;
}
.winner.forbes-logo img {
    width: 100%;
}
.video-links {
    clear: both;
    margin:5% auto 0;
    width: 280px;
}
.video-links ul {
    overflow: hidden;
}
.video-links li {
    clear: both;
    display: table;
}
.video-links ul li span {
    display: block;
    float: left;
    height: auto;
    width: 50px;
    margin-right: 10px;
}
.video-links span img {
    width: 100%;
}
.video-links ul li a {
    color: #fff;
    display: table-cell;
    font: 18px/28px open_sansregular,Arial,Helvetica,sans-serif;
    text-decoration: underline;
    text-shadow: 0 1px 0 #55476f;
    vertical-align: middle;
}

/*css start*/

/*main index page css start*/

span.fbbtn-text {
    font-size: 16px;
    font: 10px/24px open_sansregular, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
}
.custom-fb-btn{    
    border: 1px solid #3b5998;
    border-radius: 4px;
    padding: 3px 10px 5px 11px;
    display: inline-block;
    background: #5d96e9;
    background-color: #3b5998;
    margin-right: -25px;
}
.custom-fb-btn .fbicon i{
    display: inline-block;
    color: #3b5998;
    background-color: #fff;
    margin-top: 2px;
    padding: 2px 6px;
    padding-bottom: 0px;
    border-radius: 2px;
    margin-left: -3px;
    vertical-align: middle;

}
.margin-top-5px{
	margin-top: 5px;
}
.logo-top a.gps {
    margin-right: 3px;
    font: 26px open_sansextrabold, Arial, Helvetica, sans-serif;
    padding: 7px 8px;
    background: #3f3453;
}
.logo-top img{
	width: 87px;
	display: block;
	padding: 0px 0px;
}
.logo-top a {
    color: #fff;
    display: inline-block;
    padding: 20px 4px;
    font: 15px open_sansregular, Arial, Helvetica, sans-serif;
    z-index: 2;
    position: relative;
}
.main-menu .left-top-links{
	width: 67%;
    position: relative;
    top: -53px;
    left: 150px;
}

.prize-event-details{
	position: absolute;
	top: 30%;
}

.prize-event-details li a{
	display: inline-block;
	color: #fff;
    font: 15px/24px open_sansregular, Arial, Helvetica, sans-serif;
}

.prize-event-details li:nth-child(2){
	padding-top:10px;
}
textarea.contactMsg{
	width: 97%;
}
.contact-section .form-row-left.custom-full-width,
.form-row-left.custom-full-width{
	width: 100%;
}
.partnerloginsignup .noaccount{
	color: white;
	margin-right: 10px;
	float: left;
}
.icon-white-circle {
    margin-right: 10px !important;
}
/* Browser scrollbar*/
.browser-scrollbar{
	position: relative;
	margin: 0;
	float: left;
	width:100%;
	background-color: rgba(0, 0, 0, 0.8);
	overflow-y:auto; 
	border-radius: 8px;	
	height: 100%;
	max-height:240px;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

.browser-scrollbar.event-scrollbar{
	max-height:280px;
}

.browser-scrollbar.oldevent-scrollbar{
	max-height:342px;
}

.browser-scrollbar.oldevent-scrollbar-2{
	max-height:280px;
}

/* Browser scrollbar end*/

.scrollbarcustom
{
	position: relative;
	margin: 0;
	float: left;
	width: 80%;
	background: #30283b;
	overflow-y:auto; 
	border-radius: 8px;
}
.force-overflow
{
	min-height: 450px;
}
#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
    background-color: #b9b4bc;
}

#style-2::-webkit-scrollbar
{
	width: 7px;
	background-color: #b9b4bc;
    border-radius: 10px;
}

#style-2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #3f3a66;
}



.style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
    background-color: #b9b4bc;
}

.style-2::-webkit-scrollbar
{
	width: 7px;
	background-color: #b9b4bc;
    border-radius: 10px;
}

.style-2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #3f3a66;
}
.already-user-login {
    float: right;
    margin-top: 35px;
}
.contact-form.privacy-policy-bg .inner-content{
	background-color: rgba(0, 0, 0, 0.8);
}
.contact-form.privacy-policy-bg .inner-content p{
	color: #fff;
}
.contact-form.pull-left.group.privacy-policy-bg {
    width: 100%;
} 
.after-login-info {
    position: absolute;
    right: 28px;
    top: 10px;
    height: 50px;
    width: 170px;
}
.contact-form .inner-content.forget-pass{
	width: 57%;

}
.email-width-custom{
	width: 100%;
}
.contact-form.partner-marketing-color .inner-content{
	color: #000;
	background-color: #F9F9F9;
}
.contact-form.partner-marketing-color .inner-content label{
	color: #000;
}
.table.table-partner-marketing{
    margin-bottom: 20px;
    width: 1080px;
    margin-left: 60px;
}
.no-scroll.dashboard-table {
    width: 1100px;
}
.table.table-partner-location{
	margin-left: 38px;
	width: 1170px;
}
.partner-cvs-temp.inner-content.group.dashboard-inner-content h1{
	text-align: left !important;	
}
.partner-event-add-heading.inner-content.group.dashboard-inner-content h1{
	text-align: left;
}
.contact-section h1.righthead.partner-event-add-venue {
    float: left;
    display: block;
    width: 57%;
}
.user-logged-in{
	padding: 29px 0;
}
.user-logged-in .drop-down-tip{
	width: 195px;
	top: 68px;
}
.submit-spinner {
    display: inline-block;
}
.table.table-bordered.table-striped.table-partner-location-list-ja {
    border-left: 1px solid #dddddd;;
}
.contact-form .inner-content.privacy-policy-width{
	width: 91%;
}
.overflow-hidden{
	overflow-y: hidden;
}
.browser-scrollbar.popup-scrollbar {
    max-height: 390px;
    background-color: rgba(255, 255, 255, 0.8);
    overflow-x: hidden;
}
.browser-scrollbar.popup-scrollbar-terms {
    max-height: 340px;
    background-color: rgba(255, 255, 255, 0.8);
    overflow-x: hidden;
}
.inner-content.popup-terms-policy-scroll{
	padding: 0px !important;
}
/*main index page css end*/
 .contact-form .inner-content.partner-signup-width {
 	width: 89%;
 } 
.table-partner-location-list-ja{
	    width: 1100px !important;
        margin-left: 35px;
}
.loadmore-oldevents{
	text-align: center;
}


/*css end*/







/*For Facebook Canvas and Tablet Devices 
============================================================*/ 
@media all and (max-width: 51em) {
.app-wrapper {
	width: 99%;
	max-width: 820px;
}
.left-top-links ul li a.gps {
	font-size: 16px;
	padding: 16px 12px;
	margin-right: 0;
}
.left-top-links ul li a {
	/*padding:20px 5px;*/
	font-size: 12px;
}
.right-top-links ul li a {
	padding: 20px 5px;
	font-size: 12px;
}
.right-top-links .btn {
	width: 70px;
	position: absolute;
	font-size: 14px;
	padding: 8px 2px;
	right: 80px;
	top: 10px;
}
.right-top-links .btn.gray {
	right: 0;
}
.logo {
	width: 130px;
	z-index: 1;
}
.container-landing {
	position: relative;
	top: 100px;
	width: 60%;
}
.container-landing h1 {
	font-size: 24px;
	margin-bottom: 15px;
}
.container-landing p {
	font-size: 14px;
	margin-bottom: 15px;
}
.appstore-btn {
	right: 4%;
	width: 150px
}
.popup-content {
	width: 80%;
}
/*.after-login-info {
	position: absolute;
	right: 0;
	top: 10px;
	height: 50px;
	width: 170px;
}*/
.pic-user {
	width: 30px;
	margin-right: 6px;
	height: 30px;
	border-radius: 4px;
	overflow: hidden;
	float: left;
}
.pic-user img {
	width: 100%;
}
.after-login-info span {
	width: 100px;
	font: 13px/16px 'open_sansbold', arial;
	color: #fff;
	height: 30px;
}
.icon-cog, .icon-cog a {
	margin-left: 6px;
	position: relative;
	top: -5px;
	color: #fff;
	cursor: pointer;
}
.container-destination {
	top: 100px;
}
.view-tabel {
	width: 186px !important;
}
.view-tabel ul li {
	width: 50% !important;
}
.view-tabel ul li a {
	width: 100% !important;
	padding: 10px 0 !important;
	font-size: 14px !important;
}
#connect_button {
	/*width: 160px;*/
	margin-top: 0px;
}
#connect_button img {
	width: 100%;
}
.bottom-bar-image-left {
	width: 48% !important;
}
/*.view-tabel.list-view {
	left: 77px !important;
	z-index: 1;
}*/
.event-view {
	font-size: 18px;
	padding: 8px 10px 9px;/*right: 0px !important;*/

}
.scrollbar4 .scrollbar {
	right: 65px;
}
}



/*-------------- Retina version css start--------------*/
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
body {
/*	background: #60517a url(../images/bg@2x.jpg) center bottom no-repeat;
	background-size: 1440px 805px;*/
/*    background: #60517a url(../images/bg@2x.jpg);
    background-position: center;
    background-repeat: no-repeat;*/
}

}
.new-pic img {
	width: 100%;
	height: auto;
}
.pic-uploader img {
	width: 95%;
	height: auto;
}
}
.event-view {
	border-radius: 6px 6px 6px 6px;
	font-size: 19px;
	padding: 7px 8px;
	right: 128px;
	text-align: center;
	top: 6px;
	width: 22px;
	z-index: 9;
}

/*ipad media query*/
/*
@media only screen (min-width: 769px) and (max-width: 1024px){*/

@media only screen (max-width: 1024px){
.app-wrapper .li.PartnerLoginBtn a.PartnerLoginImg{
	padding: 0 37px;
}
.left-top-links li.gps span{
	position: absolute;
    left: 91px !important;
}
}
/* ipad media query portrait*/
@media only screen and (max-width: 768px){

.left-top-links li span{
	position: absolute;
    left: 91px !important;
}
.connect-btn .fbconnectbtn{
	width: 150px !important;
	height: auto;
	margin-top: 10px !important;
}
/*.container-landing {
	position: relative;
	top: 0px;
}*/
.app-wrapper a.PartnerLoginImg {
    position: relative;
    right: 15px;
    top: 7px;
}
.scrollbar3{
/*    margin-right: 20px;*/
    margin-left: 20px;
}
.container-landing .EventListView{
    margin-bottom: 30px !important;
    margin-top: 75px !important;
}
.container-landing{
	top: 84px;
}
.container-destination{
	top: 0px;
}
.contact-section{
    top: 0px !important;
}

.left-top-links ul{
	display: none;
}

.custom-menu-icon{
    position: relative;
    width: 30px;
    height: 30px;
    right: -5px;
    top: 11px;
    margin-top: 10px;
    float: right;
}

.custom-menu-icon span{
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 5px;
	background: #fff;
	cursor: pointer;
}
.close{
    position: relative;
    width: 30px;
    height: 22px;
    right: -35px;
    float: right;
    transition: all 0.2s linear;
    top: 20px;
    display: none;
}
.close span:first-child{
	transform: rotate(45deg);
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 5px;
    background: #fff;
    cursor: pointer;
    position: absolute;
    top: 0px;
}
.close span:nth-child(2){
	transform: rotate(-45deg);
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 5px;
	background: #fff;
	cursor: pointer;
}
.mobile-menu .custom-menu-icon{
	display: none;
}
.mobile-menu .close{
	display: block;
    right: 20px;
    top: 32px;
    position: fixed;
}
.main-menu .left-top-links{
    width: calc(100% - 161px);
    position: relative;
    top: -53px;
    left: 150px;	
}
#connect_button{
	right: 45px;	
}
.app-wrapper {
    width: 96%;
    max-width: 760px;
}
.prize-event-details{
    position: absolute;
    top: 30%;
}
.appstore-btn {
    position: absolute;
    bottom: 134px;
}
.mobile-menu{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(13, 3, 24, 0.9);
    top: 0;
}
.middle-align{
	display: table;
	height: 100%;
	width: 100%;
}
.middle-align-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.middle-align-inner li {
    margin-bottom: 30px;
    font-size: 33px;
}
.middle-align-inner li a {
    color: #fff;
    font-size: 30px;
    font: 26px/24px open_sansregular, Arial, Helvetica, sans-serif;
}
.how-it-works ul li{
	width: 48%;
}
#inner-wrap{
	top: 42px;
}
.form-row-left.long-width{
	width: 93%;
}
.gpsfooter {
    text-align: center !important;
}
.pages-links{
	float: none;
	margin: 0 auto;
	text-align: center;
}
.pages-links li{
	float: none;
	display: inline-block;
	text-align: center;
}
.partner-login-img{
    float: none;
    margin: 0 auto;
    display: inline-block;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.terms-and-policies{
	float: none;
	margin: 0 auto;
	text-align: center;
}
.terms-and-policies li{
	float: none;
	display: inline-block;
}
.copyright{
	float: none;
	text-align: center;
    margin-top: 10px;
}
.details-info {
    width: 100%;
    margin-top: 15px;
}
.scrollbar4 .scrollbar {
    right: 49px !important;
}
.contact-right{
	width: 100%;
}
.contact-form.mobile.pull-left.group {
    float: none;
}
h1.create-event-heading1{
	float: none;
	padding-left: 0 !important;
}
.contact-form .inner-content{
	width: 94%;
}
p.venue-para {
    text-align: center;
}
.contact-section h1.righthead{
	margin-top: 30px !important;
}
.venue-details-input{
	margin: 0 auto;
	width: 69%;
}
#map-canvas.location-map-canvas{
	position: relative !important;
}
.contact-right.event-create-right-div {
    height: auto;
}
.venue-details-input {
    margin: 0 auto;
    width: 69%;
    padding: 23px 24px 20px;
    border-radius: 6px;
    border: 1px solid #30283b;
    background-color: rgba(0, 0, 0, 0.3);
}
.setting-div{
	top: 33px;
}
.after-login-info{
	top: 20px;
}
.contact-form .inner-content.forget-pass{
	width: 87%;
}
.contact-form.partner-login-width .inner-content{
	width: 87%;
}
.responsive-msg{
	top: -23px !important;
    position: absolute !important;
    color: white !important;
    display: block !important;
    left: 3px !important;
}
.partnerloginsubmit a{
	top: 7px !important;
}
.responsive-spinner{
    top: 12px !important;
    left: 135px !important;
    display: block !important;
    position: absolute;
}
.partnerloginsignup .partnersignupbtn {
    top: 10px !important;
}
span.noaccount {
    margin-top: 17px !important;
}

}

/*for mobile*/


@media only screen and (max-width:1380px){
	.events-body{
		padding-bottom: 100px;
	}
	.padding-b-event{
		padding-bottom: 100px;
	}
}

@media only screen and (min-width:769px){
	footer{
		position: fixed;
	}
}

@media only screen and (max-width:1024px){
	.events-body{
		padding-bottom:0px;
	}
	.setting-div{
		top: 8px;
	}
}


@media only screen and (max-width: 767px){

body{
	padding-bottom:0px;
	background-attachment: fixed;
    background-size: cover;
}
.details-info {
    width: 100%;
    margin-top: 15px;
}
.logo{
	margin: 0 auto;
}
.prize-event-details {
	top: 0px;
    position: relative;
    margin: 24px auto 0;
    text-align: center;
    display: block;
    max-width: 100px;
    cursor: pointer;
}
.recent-winners-parent {
    position: relative;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin: 20px auto 0px;
    float: none;
    top: 0px;
}
.container-landing {
    top: 0;
    width: 85%;
}
.video-links{
	position: relative;
    margin: 4% auto 0;
}
.appstore-btn {
    width: 150px;
    position: relative;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 2px;
}
.how-it-works ul li{
	width: 100%;
}
.how-it-works{
	top: -65px;
}
#inner-wrap{
	top: 0;
}
.form-row-left{
	width: 100%;
}
.form-row-right{
	width: 100%;
}
.form-row-left.long-width{
	width: 95%;
}
.contact-form{
	width: 80%;
}
.scrollbar3 .viewport{
    height: 286px;
}
.custom-country-margin{
	margin-top: 15px;
}
.custom-email-margin{
	margin-top: 15px;
}
.recent-winners h2{
	text-align: center;
}
.awards-winner ul li{

}
textarea.contactMsg{
	width: 98%;
}
.partnerloginsignup .partnersignupbtn{
	top: 0 !important;
}
.partnerloginsignup .noaccount{
	margin-top: 5px;
}
.partnerloginsignup{    
   /*margin-left: 11px;*/
   float: right !important;
}
.logo-top a.gps {
    font: 16px open_sansextrabold, Arial, Helvetica, sans-serif;
}
.trademark{
	left: 80px !important;
    top: -2px !important;
}
.connect-btn .fbconnectbtn {
    width: 118px !important;
    height: auto;
    margin-top: 0 !important;
}
span.fbbtn-text{
	font: 9px/24px open_sansregular, Arial, Helvetica, sans-serif;
}
.details-pic{
	width: 100%;
    font: 14px/20px open_sansregular, Arial, Helvetica, sans-serif;
}
.details-info {
    margin-top: 17px;
    width: 100%;
}
.container-landing.event-list{
	width: 90%;
}
.awards-winner ul li {
	width: 100%;
}
.awards-winner .event_awards .icon-white-circle {
    margin-right: 10px;
}
.container-landing.oldevent-width{
	width: 100%;
}
.scrollbar4 .scrollbar{
	right: 20px;
}
.winner > p{
    width: 100%;
    text-align: center;
    float: none;
    display: inline-block;
    font: 13px/24px open_sansregular, Arial, Helvetica, sans-serif;
}
.winner{
	text-align: center;
	margin-bottom: 25px;
}
.winner.forbes-logo {
    margin-bottom: 0px;
}
.winner-img{
	display: inline-block;
    text-align: center;
    float: none;
    margin: 0 auto;
}
.container-landing.old-events.group {
    width: 94%;
}
.view-tabel.list-view {
    top: -34px;
    left: 57px;
}
.custom-click{
	font-size: 12px !important;
}
.scrollbarcustom.scrollbar3{
    margin: 0 auto;
    float: none;	
}

.scrollbarcustom.scrollbar3 .viewport {
	padding-bottom: 30px;
}

footer{
	position: relative;
	margin-top: 30px;
}
.partnerloginsignup {
    display: inline-block !important;
}
.partnerloginsubmit {
    float: right;
}
.margin-left-0px{
	margin-left: 0px !important;
}
.bool-slider.update-setting-toggle-btn{
	right: 37px;
}
.slider-on-off h3{
	font: 13px 'droid_sansregular', Arial, Helvetica, sans-serif;
}
.contact-form.create-event-form{
	width: 95%;
}
p.venue-para {
    text-align: center;
    width: 86%;
    margin-left: 27px;
}
.after-login-info {
    top: 11px;
}
.view-tabel.list-view {
    left: 70px !important;
    z-index: 1;
}
.custom-fb-btn{    
    border: 1px solid #3b5998;
	border-radius: 4px;
	padding: 2px 10px 3px 7px;
	display: inline-block;
	background: #5d96e9;
	background-color: #3b5998;
}
/*.already-user-login.custom-mobile-left{
	float: left;
}*/
/*spinner*/
.responsive-msg{
	top: -23px !important;
    position: absolute !important;
    color: white !important;
    display: none !important;
}
.partnerloginsubmit a{
	top: 7px !important;
}
.responsive-spinner{
    top: 12px !important;
    left: 145px !important;
    display: none !important;
    position: absolute;
}
.partnerloginsignup .partnersignupbtn {
    top: 10px !important;
}
span.noaccount {
    margin-top: 17px !important;
}

/*spinner*/
}
@media all and (max-width: 414px){
	.scrollbar4 .scrollbar{
	right: 24px !important;
}
.already-user-login.custom-partner-login-spinner.no-account-small{
	float: left;
}
.already-user-login.forget-password-signupbtn{
	float: left !important;
}
}

/*for iphone5*/
@media only screen and (max-width: 320px){

.video-links{
	position: relative;
    margin: 4% auto 0;
}
.appstore-btn {
    width: 150px;
    position: relative;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 2px;
}
.video-links ul li a {
    font: 15px/28px open_sansregular,Arial,Helvetica,sans-serif;
}
.form-row-left{
	width: 100%;
}
.form-row-right{
	width: 100%;
}
.partnerloginsignup .noaccount {
    color: white;
    margin-right: 10px;
    float: left;
}
.partnerloginsignup .noaccount {
    font-size: 11px;
}
.container-landing.event-list{
	width: 100%;
}
.awards-winner ul li {
	width: 100%;
}
.icon-white-circle {
    margin-right: 10px !important;
}
.container-landing.oldevent-width{
	width: 100%;
}
.scrollbar4 .scrollbar{
	right: 17px !important;
}
.container-landing.old-events.group {
    width: 94%;
}
ul.winners li h2{
	top: 0px !important;
}
.custom-partner-login-spinner{
	float: left;
}
.custom-partner-login-spinner span{
	float: left;
}
.already-user-login.custom-signup-partner {
    float: right;
    display: inline-block;
}
.already-user-login.custom-mobile-left{
	float: left;
}
.already-user-login.custom-partner-login-spinner.no-account-small{
	float: left;
}
.custom-iphone-spinner-head{
	left: 10px !important;
    position: absolute !important;
    top: 43px !important;
    width: 20px !important;
    display: none;
}
}
@media only screen and (max-width : 1024px) {
	.appstore-btn{
		right: 2%;
	}
}
/*@media all and (max-width: 1024px){

}*/

@media screen and (max-width: 767px) and (min-width: 412px){
	.partnerloginsubmit {
    float: left !important;
}
}


@media all and (max-width: 360px){
.partnerloginsignup .noaccount {
    font-size: 11px;
}

}



}