/*New Css*/

html {
    -webkit-text-size-adjust: 100%;
}

body {
	background-color:#FFF;
	font-size:14px;
	overflow-x: hidden;
	color:#000;
	font-family: 'Helvetica Neue', Helvetica, sans-serif, Arial;
	min-width:1038px;
}
body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li {
	margin: 0;
	padding: 0;
}
ol, ul {
    list-style: none outside none;
}
a {
	outline:none;
}
h1 {
	font-weight:300;
}
h2 {
	font-weight:400;
	letter-spacing:0.7px;
	word-spacing:3px;
}
.logo, .f-icon, .t-icon, .menu, #question-banner .list li:before {
	background:url(../images/charmalot-norepeat.png) no-repeat scroll 0 0 / 400px 200px rgba(0, 0, 0, 0);
	background-repeat:no-repeat;
}
.charm-bg {
	background-image:url(../images/back-icons.png);
	background-attachment:fixed;
}
header {
    background-color:rgba(255,255,255,0.9);
	box-shadow:0 -1px 9px  rgba(0,0,0,0.1);
    float:left;
    position:fixed;
    width:100%;
    z-index:100;
}
.logo {
    background-position:-14px -12px;
    float:left;
    height:43px;
	margin:16px 0 21px;
    width:158px;
}
.topmenu {
	float:left;
}
.topmenu li {
	float:left;
}
.topmenu li a {
    display:block;
    float:left;
    font-size:16px;
	letter-spacing:0.7px;
	cursor:pointer;
	padding:30px 13px;
	font-weight:300;
}
.topmenu a {
	color:#000;
	font-weight:300;
}
.topmenu #ProductsTab, .topmenu #ServicesTab {
	margin-right:15px;
}
.topmenu .down-arrow {
	display: inline-block;
	margin:0 0 0 6px;
}
.topmenu .down-arrow:before, .topmenu .down-arrow:after {
	background-color:#000;
	content:"";
	position:absolute;
	height:1px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	margin:-4px 5px -5px 0;
	width:8px;
}
.topmenu .down-arrow:after {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	margin:-4px 5px -5px;
}
.topmenu ul {
	display:none;
	background-color:#FFF;
	box-shadow:0px 8px 25px -20px #000;
	box-shadow:0 15px 25px -5px rgba(0,0,0,0.2);
	position:absolute;
	padding:2px 0 10px;
	margin:79px 0 0 -2px;
	width:270px;
}
.topmenu ul li {
	padding:0;
	margin:0;
}
.topmenu ul li a {
	float:left;
	text-align:left;
	font-weight:300;
	margin:0;
	cursor:pointer;
	padding:10px 20px;
	height:auto;
	width:230px;
}
.topmenu ul li:hover a {
	background-color:#fca000;
	color:#FFF;
	font-weight:400;
}
.sign-button, .signup-button {
    color:#fca000;
    float:right;
    font-weight:400;
    height:37px;
    letter-spacing:0.7px;
    line-height:35px;
    margin:-7px 0 -15px;
    text-align:center;
}
.signup-button {
	background-color:#fca000;
	color:#FFF;
	padding:0 20px;
	margin:0 0 0 0;
	position:relative;
}
header .signup-button {
	margin:-7px -18px -11px 0;
}
.header {
	background-color:rgba(72, 201, 190, 1);
	float:left;
	height:63px;
	margin:79px 0 20px;
	width:100%;
}
.header h1, .header h2 {
	color:#FFF;
	font-size:24px;
	font-weight:300;
	float:left;
	margin-top:15px;
}
.h1 {
    font-size:23px;
    margin-bottom:40px;
    text-align:center;
	font-weight:400;
	letter-spacing:0.4px;
	word-spacing:3px;
}

.conf-closed, .conf-closed-ipad {
	background-color:rgba(255,203,5,0.9);
	position:absolute;
	top:190px;
	right:-210px;
	z-index:2;
	padding:20px 0 35px;
	transform:rotate(45deg);
	width:800px;
}
.conf-closed-ipad {
	transform:rotate(0deg);
	top:0;
	right:0;
	margin-bottom:-168px;
	height:113px;
	width:100%;
	position:relative;
}
.conf-closed h1 {
	font-size:68px;
	font-weight:bold;
	letter-spacing:1px;
	padding-bottom:5px;
}
.conf-closed span {
	font-size:20px;
	letter-spacing:1px;
}

/*Videos Start*/

.shadow-sml {
	background-color:#fff;
	border:1px solid #EEE;
	cursor:pointer;
	display:inline-block;
	margin:46px 37px 29px 0;
	opacity:0.8;
	overflow:hidden;
	padding:10px;
	box-shadow:3px 3px 7px -3px #999;
}
.shadow-sml:hover {
	opacity:0.9
}
.img-brd {
	border:1px solid #C5C4C4;
}
#videodemo span {
	letter-spacing:0.7px;
	word-spacing:3px;
}
.shadow-sml:before {
	background-color:#FFF;
	border:5px solid #555;
	border-radius:100px;
	box-shadow:0 0 54px 8px #FFF;
	box-shadow:0 0 54px 12px #FFF;
	content:"";
	position:absolute;
	cursor:pointer;
	height:60px;
	margin:95px 0 0 190px;
	width:60px;
}
.shadow-sml img {
	margin:0;
	position:inherit;
	float:none;
}
.home .shadow-sml:before {
	margin:143px 0 0 288px;
}
.shadow-sml:after {
	border-left:14px solid #555;
	border-top:14px solid transparent;
	border-bottom:14px solid transparent;
	content:"";
	position:absolute;
	margin:116px 0 0 -231px;
	cursor:pointer;
}
.home .shadow-sml:after {
	margin:163px 0 0 -334px;
}
.video-demo:hover .video:after {
	border-left:18px solid #555;
}
.dialog-cmdiv {
	z-index:1000;
	position:fixed;
	margin:0px auto;
	top:80px;
}
.dialog-video {
	padding:30px;
	width:700px;
	margin-top:10px;
	display:inline-block;
	box-shadow:0 1px 8px rgba(0, 0, 0, 0.2);
	border:1px solid #DDD;
	background-color:#fff
}
.img-brd {
    border:1px solid #c5c4c4;
}
.iframe-div {
	float:left;
	margin-top:20px;
	height:400px;
}
.dialog-hd {
	float:left;
	line-height:0;
	color:#026DA5;
	font-weight:normal;
	font-size:24px;
}
.plcl_icon {
	background-color:#006ca7;
	border-radius:40px;
    cursor:pointer;
    float:right;
    height:28px;
    margin-top:-10px;
    width:28px;
}
.plcl_icon:before, .plcl_icon:after {
	background-color:#FFF;
	border-radius:5px;
	content:"";
	height:16px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	width:3px;
	float:left;
	margin:6px 0 0 13px;
}
.plcl_icon:after {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	margin:6px 0 0 -3px;
}
.freezelayer, .menu-freezelayer {
	background-color:#fff;
    height:100%;
    left:0;
    opacity:0.8;
    position:fixed;
	display:none;
    top:0;
    width:100%;
    z-index:200;
}
.menu-freezelayer {
	background-color:rgba(255,255,255,0.01);
}

/*Videos End*/

/*Form Start*/

.form {
	display:inline-block;
	margin:0 0 0;
	padding:13px 0 0;
	width:70%;
}
.form .check-list {
	display:inline-block;
	vertical-align:top;
    margin-left:9%;
    width:45%;
}
.form .check-list:nth-child(2n) {
	margin:0;
	width:40%;
}
.form .checkbox {
	margin-bottom:10px;
}
.form input, .form textarea, .form select {
	display:inline-block;
	color:#444;
	font-size:14px;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	letter-spacing:1px;
	height:30px;
	padding:0 1.4%;
	-webkit-tap-highlight-color:transparent;
	outline:none;
	width:96%;
}
.form .checkbox input {
	float:left;
	height:18px;
	width:18px;
	webkit-appearance:value;
}
.form .checkbox label {
	float:left;
	font-size:14px;
	text-align:left;
	letter-spacing:0.7px;
	word-spacing:1px;
	margin:5px 0 0 5px;
	width:auto;
}
.form input[type=text], .form input[type=submit], .form input[type=reset], .form textarea, .form select {
	-webkit-appearance:none;
	border:none;
}
.form .button {
	background-color:rgba(26, 186, 188, 0.8);
	color:#FFF;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	cursor:pointer;
	display:inline-block;
	font-size:15px;
	font-weight:400;
	line-height:normal;
	letter-spacing:1px;
	outline:medium none;
	padding:9px 25px;
	margin:10px 0 0 15px;
	height:auto;
	width:auto;
}

/*Form End*/

/*ChARMALOT Conference Start*/

#mobile-app-target {
	background-color:#EEE;
	padding: 30px 0 27px;
}

#mobile-app-target span {
	display:inline-block;
	font-size:18px;
	margin:7px 15px 0;
	vertical-align:top;
}
.userconf-banner {
	background-image:url(../images/user-conference.png);
	background-position:0 center;
	background-size:cover;
	display:inline-block;
	text-align:center;
	height:720px;
	margin-top:79px;
	width:100%;
}
.userconf-banner .txt1, .userconf-banner .txt2, .userconf-banner .txt3 {
	color:#FFF;
	font-size:60px;
	font-weight:300;
	letter-spacing:0.7px;
	word-spacing:3px;
	margin:60px 0 0px;
}
.userconf-banner .txt2 {
	font-size:28px;
	margin:20px 0 110px;
}
.userconf-banner .txt3 {
	font-size:22px;
	margin:40px 0 20px;
}
.userconf-banner .txt3 .conf-register {
	font-size:16px;
	font-weight:500;
	cursor:default;
	padding:10px 35px;
}
.userconf-banner .play {
	opacity:0.8;
	margin:-70px 0 45px;
}
.userconf-banner .play span {
	display:inline-block;
	cursor:pointer;
	height:85px;
	margin-left:13px;
	width:85px;
}

.userconf-banner .play span:before {
	border:5px solid #FFF;
	border-radius:100px;
	box-shadow:0 0 10px #FFF;
	content:"";
	display:inline-block;
	cursor:pointer;
	height:75px;
	margin:0 0 -70px -13px;
	width:75px;
}
.userconf-banner .play span:hover:before {
	border:5px solid #f68679;
	box-shadow:0 0 10px #000;
}
.userconf-banner .play span:after {
	border-left:37px solid #FFF;
	border-top:28px solid transparent;
	border-bottom:28px solid transparent;
	content:"";
	display:inline-block;
	margin:0 0 0px;
	cursor:pointer;
}
.userconf-banner .play span:hover:after {
	border-left:37px solid #f68679;
}

.conf-register {
	background-color:#FCA000;
    color:#FFF;
    cursor:pointer;
    display:inline-block;
    font-size:20px;
	font-weight:300;
    letter-spacing:2px;
    padding:14px 45px;
}
.conf-address .box {
	background-color:rgba(69,202,189,0.9);
	display:inline-block;
	margin:25px 30px 0 0;
	vertical-align:top;
	text-align:left;
	padding:30px 30px 35px;
	width:330px;
}
.conf-address .box:nth-child(2n) {
	margin-right:0;
}
.conf-address .label1, .conf-address .label2, .conf-address .label3 {
	color:#FFF;
	font-size:16px;
	letter-spacing:0.7px;
	word-spacing:3px;
}
.conf-address .label2 {
	font-size:28px;
	margin:5px 0 10px;
	font-weight:300;
}
.down-time {
	background-color:#FE595B;
	border-radius:3px;
	display:inline-block;
	color:#FFF;
	letter-spacing:0.7px;
	word-spacing:3px;
	text-align:left;
	height:40px;
	padding:30px 5%;
	width:80%;
}
.down-time .label1 {
	float:left;
	font-size:25px;
}
.down-time .label2 {
	float:right;
	font-size:30px;
}
.down-time .label2 span {
	float:left;
	width:125px;
}
.down-time .label2 span span {
	float:none;
	font-size:16px;
	margin-left:5px;
	width:auto;
	
}
.speakers {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	letter-spacing:1px;
	word-spacing:1px;
	margin:10px 1.5% 0; 
	width:30%;
}
.speakers span {
	border-left:;
	float:left;
	font-size:18px;
	font-weight:400;
	width:100%;
}
.speakers span span {
	color:#555;
	font-size:15px;
	margin-top:8px;
}
.speakers p {
	border-top:1px solid #48C9BE;
	float:left;
	font-weight:300;
	line-height:26px;
	padding:10px 0;
	margin:15px 0 0;
	width:100%;
}
.conf-video {
	margin:0 0 10px;
}
.conf-video:before {
	margin:150px 0 0 290px;
}
.conf-video:after {
	margin:171px 0 0 -331px;
}
#question-banner {
	padding:50px 0;
}
.conf-msg {
	font-family:comic sans ms, Trebuchet MS;
	font-size:16px;
	font-weight:300;
	text-align:left;
	line-height:35px;
	letter-spacing:0.7px;
	word-spacing:3px;
	margin:30px 0 0;
}
#question-banner .list {
	float:left;
    list-style:outside none none;
    margin:-10px 0 0 20px;
	font-size:16px;
    padding:0;
    text-align:left;
    width:90%;
}
#question-banner .list li {
    display:inline-block;
    font-weight:300;
    letter-spacing:0.7px;
    line-height:28px;
    padding-top:15px;
    width:100%;
    word-spacing:1px;
}
#question-banner .list li:before {
	background-position:-53px -71px;
	content:"";
	display:inline-block;
	height:17px;
	margin:0 20px -2px 0;
	width:17px;
}
/*#question-banner .list li:after {
	background-color:#40CABF;
	content:"";
	display:inline-block;
	height:3px;
	position:absolute;
	left:0;
	margin:12px 0 0 23px;
	width:16px;
}*/
#downtime-banner {
	background-color:#F5F5F5;
	padding:50px 0;
}
#register-banner {
	padding:50px 0;
}
#agenda-banner {
	background-color:#389EE4;
	padding:50px 0;
}
#attendee-banner {
	padding:50px 0;
}
#interest-banner {
	background-color:#F5F5F5;
	padding:50px 0;
}
#agenda-banner h1 {
	color:#FFF;
}
#exhibitors-banner {
	padding:50px 0;
}
#exhibitors-banner span {
	font-size:18px;
	font-weight:300;
	line-height:30px;
	letter-spacing:0.7px;
	word-spacing:1px;
}
.topmenu .ena {
	background-color:#EEE;
}

/*.agenda {
	color:#FFF;
	text-align:center;
	margin-top:15px;
	font-weight:300;
	letter-spacing:0.7px;
	word-spacing:2px;
	font-family:Trebuchet MS;
}
.agenda .box {
	display:inline-block;
	font-size:18px;
	line-height:50px;
	text-align:left;
	margin:0 20px 20px;
	padding:15px 30px 35px;
	vertical-align:top;
	width:300px;
}
.agenda .line {
	border-left:2px solid #FFF;
	display:inline-block;
	height:130px;
}
.agenda .box span {
	font-size:26px;
	font-weight:400;
}
.agenda .meg-txt {
	font-size:16px;
	margin:8px 0;
}*/


.agenda {
	letter-spacing:1px;
	word-spacing:1px;
}
.agenda .day {
	border-bottom:2px solid #48C9BE;
	border-bottom:2px solid #FFF;
	float:left;
	color:#FFF;
	font-size:18px;
	font-weight:500;
	text-align:left;
	padding:0 0 10px;
	width:170px;
}
.agenda .day:after {
	border:2px solid #FFF;
	content:"";
	float:right;
	height:8px;
	margin:10px 0 -30px 0;
	width:69px;
}
.agenda ul {
	background-color:#FFF;
	display:inline-block;
	text-align:left;
	line-height:30px;
	margin:8px 8% 40px;
	padding:8px 0 0 10px;
	width:80%;
}
.agenda ul li {
	border-radius:0 3px 3px 0;
	margin:0 0 10px 4px;
	padding:5px 0;
	text-align:right;
}
.agenda ul li:before {
	border:2px solid #389EE4;
	border-radius:40px;
	box-shadow:0 0 0 4px #FFF;
	content:"";
	float:left;
	height:10px;
	margin:9px 5px 0 -20px;
	width:10px;
}
.agenda ul li time {
	float:left;
	font-size:15px;
	color:#ff8a00;
	width:125px;
}
.agenda ul li span {
	display:inline-block;
	font-size:15px;
	text-align:left;
	width:82%;
}
.agenda ul li span:nth-child(odd) {
	margin-top:10px;
}

.conf-focus {
	float:left;
    height:1px;
    margin:-79px 0 79px;
	padding:0;
    width:100%;
}

#venue-banner {
	background-color: #389ee4;
	height:530px;
}
#venue-banner .txt {
	float:left;
	color:#FFF;
	font-size:28px;
	padding:50px 8% 24px;
	width:84%;
}
#venue-banner .txt span {
	font-size:18px;
	font-weight:300;
	letter-spacing:1px;
	line-height:35px;
	margin:15px 0 0;
}
#venue-banner .map {
	float:right;
	height:100%;
	width:50%;
	background-image:url(../images/map.png);
	background-position:center 0;
}

header .t-icon, header .f-icon {
	background-color:#F5F5F5;
	margin:25px 10px 0 0;
}

.hotel {
	float:left;
	color:#FFF;
	padding:20px 8% 24px;
	width:84%;
}
.hotel span {
	font-size:15px;
	font-weight:300;
	letter-spacing:1px;
	line-height:35px;
}
.hotel .h2 {
	font-size:28px;
	font-weight:400;
	margin-bottom:15px;
}
.hotel .name {
	color:#FFF;
	font-size:20px;
	font-weight:400;
}
.hotel .price {
	font-style:italic;
}
.hotel .button {
	background-color:#fcd630;
	margin-top:10px;
	padding:8px 22px;
	float:left;
	color:#000;
	font-weight:500;
}

a.link {
    color: #009bc8;
}
/*ChARMALOT Conference End*/

/*footer Start*/

footer {
	background-color:#EEE;
	float:left;
	margin-top:5px;
	width:100%;
}
.footer {
	background-color:rgba(72, 201, 190, 1);
	float:left;
	text-align:center;
	padding:8px 0;
	width:100%;
}
.footer span {
	display:inline-block;
	color:#FFF;
	letter-spacing:0.4px;
	word-spacing:3px;
	margin-right:20px;
}
.f-icon, .t-icon, .y-icon {
	background-position:-142px -167px;
	background-color:#FFF;
	border-radius:40px;
	cursor:pointer;
    float:left;
    height:29px;
    margin:8px 15px 0 0;
    width:29px;
}
.t-icon {
	background-position:-100px -167px;
}
.y-icon {
	background-position:-179px -167px;
}

/*Footer End*/

/*common css Start*/

a {
	text-decoration:none;
	cursor:pointer;
}
.show {
	display:block;
}
.hide {
	display:none;
}
.cm-wd {
    margin:0 auto;
	max-width:1020px;
	min-width:1020px;
	padding:0 10px;
	position:relative;
	z-index:1;
}
.mar-tb15 {
    margin:15px 0;
}
.mar-top15 {
    margin-top:15px;
}
.mar-top20 {
    margin-top:20px;
}
.mar-top40 {
    margin-top:40px;
}
.mar-bot30 {
    margin-bottom:30px;
}
.mar-bot10 {
    margin-bottom:10px;
}
.mar-bot15 {
    margin-bottom:15px;
}
.mar-bot20 {
    margin-bottom:20px;
}
.mar-l30 {
    margin-left:30px;
}
.mar-l15 {
    margin-left:15px;
}
.mar-r40 {
    margin-right:40px;
}
.cmfw25 {
	display:inline-block;
	width:25%;
}
.cmfw30 {
	display:inline-block;
	width:30%;
}
.cmfw40 {
	display:inline-block;
	width:40%;
}
.cmfw45 {
    float:left;
    width:45%;
}
.cmfw48 {
	display:inline-block;
	width:48%;
}
.cmfw50 {
    float:left;
    width:50%;
}
.cmfw55 {
    float:left;
    width:55%;
}
.cmfw90 {
    float:left;
    width:90%;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cmfw {
	float:left;
	width:100%;
}


@media (max-width:1040px) {
	body {
		width:100%;
		min-width:inherit;
		max-width:inherit;
	}
	.cm-wd {
		padding:0;
		width:100%;
		min-width:inherit;
		max-width:inherit;
	}
	.logo {
		margin-left:10px;
	}
	.f-icon {
		margin:25px 10px 0 0;
	}
	.leader p, #agenda-banner .p {
		padding:0 2%;
		width:96%;
	}
	.agenda {
		padding:0 3%;
		width:94%;
	}
	.agenda ul {
		margin:8px 3% 40px;
		width:93%;
	}
	#exhibitors-banner span, .conf-msg {
		display:inline-block;
		padding:0 2%;
		width:88%;
	}
}

@media (max-width:960px) {
	.topmenu {
		background-color:#fff;
		box-shadow:0 5px 13px rgba(0,0,0,0.1);
    	position:absolute;
		right:10px;
		display:none;
    	top:80px;
    	width:160px;
		z-index:201;
	}
	.topmenu li a {
		border-top:1px solid #F5F5F5;
		line-height:24px;
		padding:5px 10px;
		width:140px;
	}
	.topmenu li a:hover {
		background-color:#F5F5F5;
	}
	.menu {
		background-position:-11px -69px;
		float:right;
		height:25px;
		margin:29px 15px 8px 9px;
		width:30px;
	}
}

@media (max-width:920px) {
	.agenda ul {
		margin:8px 3% 40px;
		padding:8px 15px 0 10px;
		width:91%;
	}
	.agenda ul li {
		text-align:left;
	}
	.agenda ul li span {
		width:75%;
	}
	footer .list {
		margin:0;
		width:24%;
	}
}

@media (max-width:850px) {
	.conf-address .box {
		width:300px;
	}
}

@media (max-width:800px) {
	.userconf-banner {
		height:auto;
		padding-bottom:30px;
	}
	.userconf-banner .txt3 .label {
		display:inline-block;
		padding:0 4%;
		margin-bottom:20px;
		width:88%;
	}
	.conf-address .box, .conf-address .box:nth-child(2n) {
		margin:25px 50px 0;
	}
	.speakers {
		width:96%;
	}
	.form {
		width:90%;
	}
	#venue-banner {
		height:750px;
		overflow:hidden;
	}
	#venue-banner .cmfw50 {
		width:100%;
	}
	#venue-banner .map {
		width:100%;
	}
	footer {
		padding:30px 0 0;
	}
	footer .list {
		margin:0 0 30px;
		width:240px;
	}
	footer br {
		display:block;
	}
}

@media (max-width:720px) {
	#agenda-banner, #attendee-banner {
		padding:30px 0;
	}
	#attendee-banner h1 {
		margin-bottom:20px;
	}
}

@media (max-width:670px) {
	.agenda ul li span {
		width:65%;
	}
	.form {
		width:98%;
	}
	.form .check-list {
		margin-left:6%;
		width:48%;
	}
	.form .check-list:nth-child(2n) {
		width:40%;
	}
}

@media (max-width:600px) {
	#mobile-app-target {
		padding:15px 0 20px;
	}
	#mobile-app-target span {
		margin:7px 5% 15px;
		width:90%;
	}
	.leader p, #agenda-banner .p {
		padding:0 4%;
		width:92%;
	}
	.speakers {
		text-align:center;
	}
}

@media (max-width:570px) {
	.userconf-banner .txt1, .userconf-banner .txt2 {
		padding:0 8%;
		width:84%;
	}
	.userconf-banner .txt2 br {
		display:none;
	}
	.form .check-list {
		margin-left:0;
		width:52%;
	}
	.form .check-list:nth-child(2n) {
		width:45%;
	}
}

@media (max-width:510px) {
	footer .list {
		width:200px;
	}
	.form .checkbox label {
		line-height:24px;
		margin-top:0;
		width:80%;
	}
}

@media (max-width:480px) {
	.conf-address .box, .conf-address .box:nth-child(2n) {
		margin:25px 10px 0;
	}
	.agenda ul li span {
		margin:0 5%;
		width:90%;
	}
}

@media (max-width:430px) {
	footer .list {
		text-align:center;
		width:90%;
	}
}

@media (max-width:390px) {
	.conf-address .box {
		margin:10px 5px 30px;
		width:260px;
	}
	.userconf-banner {
		padding:20px 0 15px;
	}
	.agenda ul {
		width:88%;
	}
}
@media (max-width:390px) {
	#venue-banner {
		height:830px;
	}
}

@media (max-width:414px) {
}
