/* CSS Document */
html {
	margin: 0 !important;
}
img {
	max-width: 100%;
	height: auto;
}
body.avatar #wrapper {
	padding-top:0;
	height:100%;
}
body.avatar .mm-page {
	height:100%;
}
body.avatar .header-start {
	height:100%;
}
.photo-box .edit-project {
    right: -10px;
}

.edit-project {
    position: absolute;
    display: block;
    right: -5px;
    top: -10px;
    background: url(../images/edit.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.photo-box {
	float: left;
	width: 150px;
	border: 3px solid #000;
	margin-right: 4%;
	height: 150px;
	max-width: 150px;
	position: relative;
	line-height:14px;
}
.photo-box .info {
	position:absolute;
	top:0;
	left:0;
	font-size:11px;
	line-height:14px;
	padding:10px 5px;
	display:none;
	background:#CCC;
}
.photo-box:hover .info {
	display:block;
}
.add-img {
	overflow:hidden;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	cursor: pointer;
}
.add-img.avatar {
	line-height: 94px
}
.add-img img {
	vertical-align: top;
	max-width:100%;
	max-height:100%;
/*	height:100%;*/
}
img.avatar {
	border:none;
}
.add-img span {
	display: block;
	font-size: 58px;
	line-height: 40px;
	margin-top: 20px;
}
.profile-text-box {
	float: left;
	width: 68%;
	max-width: 205px;
}
.profile-text-box h3 {
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Berthold-Akzidenz-Grotesk-Bold', HelveticaBold, Arial;
	color: #000;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 24px;
}
.edit-poup {
	padding: 15px;
	background: #484848;
	width: 450px;
	color:#fff;
	max-width: 100%;
}
#edit_project, #add_project, #add_pdf {
	display: none;
}

#fancybox-content {
	/*border: none !important*/
	padding:20px;
}
#fancybox-outer {
	/*background: none !important*/
}
/*.single #fancybox-wrap, .single #fancybox-content {
	width:100% !important;
	left:0 !important;
	
}*/
.single #fancybox-overlay {
	z-index:100000;
}
.single .fancybox-bg {
	display: none !important
}
.single a#fancybox-close {
	/*display: none !important*/
}
a#fancybox-close  {
    position: absolute;
    top: 22px !important;
    right: 24px !important;
    width: 20px !important;
    height: 20px !important;
    background: url(../images/fb-close.png) no-repeat !important;
    cursor: pointer;
    z-index: 1103;
}



.avatar #image-cropper {
	text-align:center;
	padding:0 0px;
}
.avatar .cropit-preview {
	background-color: #f8f8f8;
	background-size: cover;
	/*border: 5px solid #bd1823;*/
	border-radius: 3px;
	margin-top: 20px;
	width: 350px;
	height: 350px;
	display:inline-block;
}
.avatar .cropper-view-box {
	outline: 2px solid #a6ce39;
}
.cropit-preview-image-container {
	cursor: move;
}
.avatar .cropit-preview-background {
	opacity: .2;
	cursor: auto;
}
.avatar .image-size-label {
	margin-top: 10px;
}
.avatar .cropit-preview-image, .avatar .cropit-preview-background {
	max-width:initial !important;
	max-height:initial !important;
}

.avatar .cropit-image-zoom-input,
.avatar .cropit-image-rotate-input {
	/*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    background: #eee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;*/
	width: 100%;
	vertical-align: middle;
	margin-top:10px;
	background:transparent;
	padding:0;
}
#image-cropper .controls {
	margin-top:20px;
	margin-bottom: 20px;
	border-top:1px solid #CCC;
}
#image-cropper .controls i {
	cursor:pointer;
	float: right;
}
#image-cropper .controls .rotation-elements {
	position: absolute;
	right: -76px;
	top: 42%;
}
.avatar .cropit-image-input {
	display:none;
}
.avatar .select-image-btn {
	/*background-image:url(/wp-content/plugins/buddypress/bp-themes/bp-c21/_inc/images/take-photo.png);
	background-position:center;
	padding-top:30px;*/
	display:inline-block;
	border:1px solid #a6ce3a;
	padding:5px;
	float:right;
	margin-right:10px;
	cursor: pointer;
}
.avatar .delete-btn {
	/*background-image:url(/wp-content/plugins/buddypress/bp-themes/bp-c21/_inc/images/delete-btn.png);
	background-position:center;
	padding-top:30px;*/
	display:inline-block;
	float:left;
	padding:5px;
	cursor: pointer;
}
#zoom-pas, #rotation-pas {
	float:right;
}
.avatar button[type=submit] {
	/*background-image:url(/wp-content/plugins/buddypress/bp-themes/bp-c21/_inc/images/save-btn.png);
	background-position:center;
	padding-top:30px;*/
	display:inline-block;
	background-color:transparent;
	border:none;
	float:right;
	color:#FFF;
	background-color:#a6ce3a;
	padding:5px;
    font-size: 16px;
    font-weight: bold;
	cursor: pointer;
}
.avatar .col {
	width:43%;
	display: inline-block;
	text-align: left;
	float: left;
	margin-top:10px;
	margin-right:5%;
	position: relative;
}
.avatar .col label {
	display: block;
	float: left;
}
.avatar-content header {
	height: 50px;
    font-size: 20px;
    color: #666;
    padding-top: 0px;
}

.avatar-content footer {
	height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

#bp-default.avatar  .page-content, .avatar .avatar-content, .avatar .avatar-content-left {
	height:100%;
	padding:0;
}
#fancybox-wrap {
	padding: 0;
}
.avatar-content p {
	padding:20px;
	font-weight:bold;
	line-height:20px;
	padding-bottom:0;
	padding-top:0;
}
.avatar .buttons {
	width:100%;
	margin-top:30px;
}
sup {
	vertical-align: super;
}
input[type=range] {
  height: 32px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #bd1823;
  border-radius: 25px;
  border: 1px solid #8A8A8A;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #8A8A8A;
  border: 1px solid #8A8A8A;
  height: 24px !important;
  width: 35px !important;
  border-radius: 6px;
  background: #bd1823;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
/*input[type=range]:focus::-webkit-slider-runnable-track {
  background: #B6B6B6;
}*/
input[type=range]::-moz-range-track{
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #bd1823;
  border-radius: 25px;
  border: 1px solid #8A8A8A;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 24px;
  width: 35px;
  border-radius: 6px;
  background: #bd1823;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #B6B6B6;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #B6B6B6;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 24px;
  width: 35px;
  border-radius: 6px;
  background: #DADADA;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #B6B6B6;
}
input[type=range]:focus::-ms-fill-upper {
  background: #B6B6B6;
}

.contact-footer {
	position: fixed;
	bottom: 0;
	right: 0;
}
.sidebar-content .highlights a:hover{
	color: #000000;
}


@media (max-width: 940px) {
	.app #top_banner {
		padding-top:0;
	}
	.agenda-tabs-list li a {
		padding: 16px 15px;
		font-size: 14px;
	}
	.day-tab header span.time {
		font-size: 22px;
	}
	.videoSection {
		height: 425px;
	}
	#menu_events a {
		max-width: 130px;
	}
	#menu_events {
		margin-right: 0;
	}
	.page-navigation ul li, .single-event .page-navigation ul li {
		padding:8px 12px;
		text-align: center;
	}
	.page-navigation ul li a {
		font-size: 12px;
	}
	.custom-slider-box .text-box h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.custom-slider-box .text-box p {
		font-size: 12px;
		line-height: 16px;
	}
	#footer .left_block {
		padding-left: 15px;
		padding-right: 15px;
		width: 16.666%;
		margin-left: 0;
		margin-right: 0;
	}
	#footer .inner {
		width: 100%;
	}
	#footer h4 {
		font-size: 12px;
	}
	#footer .textwidget {
		font-size: 12px;
	}
	.sp-box {
		height: 98px;
	}
	iframe {
		max-width: 100%;
	}
	#more-speakers {
		height: 122px;
	}
	#more-speakers p, #more-speakers a {
		font-size: 11px;
		line-height: 14px;
		color: #FFF;
	}
	#more-speakers h3 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 8px;
	}
}

@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1279px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1.5)

{
	div.content {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
	.content-left, .content-right {
		float: none;
		width: 100%;
	}
	.more-speakers {
		display:none;
	}
	.day-tab header span.switch {
		height:38px;
		width:38px;
	}
	.day-tab header span.switch::after {
		top:15px;
		left:10px;
	}
	.day-tab header > span, .day-tab header > div {
		white-space:normal;
	}
	.day-tab header span.title, .day-tab header div.title, .day-tab header .title span {
		line-height:25px;
	}
	#agenda_rooms_container tr td, #agenda_rooms_container tr th {
		padding:0 !important;
	}
	#agenda_rooms_container h3 {
		font-size:12px;
	}
	.mobile, div.clear.mobile, div.clear.desktop {
		display: none !important;
	}
	body.mobile {
		display:block !important;
	}
	.color-text {
		font-size:9px;
	}
	.page-content h2 {
		font-size:11px;
	}
	.slider-section {
		display:none;
	}
	.bbpm h3 {
		font-size:15px;
	}
	.bbp-header .bbp-reply-author {
		display:none;
	}
	#bbpress-forums .bbp-replies li.bbp-header .bbp-reply-content {
		margin-left: 0;
	}
	.app #header {
		display:block;
		padding:15px 0 15px;
	}
	.apphome #header .content a {
		display:none;
	}
	
	.bbpress #menu_events {
		display:none;
	}

	.app .event-header .menu-toggle {
		background-size:cover;
		width: 30px;
		height: 20px;
	}

	.select2-result-repository img.avatar {
		margin-right: 10px;
		max-width: 36px;
	}
	#bbpress-forums .bbp-forum-title, .bbp-topic-title a.bbp-topic-permalink {
		font-size: 18px;
		line-height:18px;
	}
	.tinynav {
		display: block;
		height: 50px;
		border-radius: 5px;
		background-color: #ffffff;
		margin: 20px 0;
		width: 100%;
		font-size: 14px;
		border: 1px solid #d0d0d0;
		color: #95c300;
		font-weight: bold;
		background: url(../images/arrow-down.png) 97% 21px no-repeat;
		padding: 15px;
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: '';
	}
	.delegate .avatar {
		float: left;
		width: 13%
	}
	.n_menu {
		display: none;
	}
	.delegate .details {
		float: left;
		width: 87%;
		padding-right:30px;
	}
	#delegates_list .delegate span {
		width: 100%;
		padding: 4px 15px;
		font-size: 13px;
	}
	#delegates_list .delegate span.job {
		padding: 0 15px 10px;
		color: #d0d0d0;;

	}
	.breadcrumb {
		/*display: none;*/
	}
	.title-box {
		background-color: #484848;
		padding: 10px 15px;
		/*margin-top: 30px;*/
		margin-bottom: 15px;
	}
	.fixed .page-content {
		margin-top: 180px;
	}
	li.bbp-forum-info, li.bbp-topic-title {
		width: 40%;
	}
	li.bbp-forum-freshness, li.bbp-topic-freshness {
		width: 30%;
	}
	.bbp-topic-revision-log-item img {
		display: none
	}
	#bbpress-forums div.bbp-reply-author img.avatar {
		top: 0
	}
	#bbpress-forums .bbp-body div.bbp-reply-author {
		margin-top: 0
	}
	#bbpress-forums .bbp-body div.bbp-reply-author {
		min-height: 80px
	}
	.bbp-topic-started-by a {
		display: block;
	}
	.bbp-topic-started-by a img, .bbp-topic-freshness-author a img{
		max-height:60px;
		max-width:60px;
	}
	.fl-filter-field {
		float: none;
	}
	.fl-filter-field select {
		width: 100%;
	}
	.page-content {
		margin-top: 10px;
	}
	#delegates h1 {
		color: #fff;
		font-size: 20px;
		margin-bottom: 0;
		margin-top: 12px;
		float: left;
	}
	#delegates .new_message {
		position: relative;
		float: right;
		top: inherit;
		right: inherit;
	}
	#delegates .new_message a, #bbp_reply_submit {
		padding: 10px;
		height: 34px;
		min-width: 120px;
		font-size: 13px
	}
	#delegates_list .load_more {
		padding: 10px;
		height: 34px;
		min-width: 120px;
		font-size: 13px
	}
	.page-menu { display:none; }
	.event-header .menu-toggle {
		display: block;
		float: right;
		border: none;
		width: 24px;
		position: relative;
		top: inherit;
		right: inherit;
		height: 13px;
		background:url(../images/menu-icon-event.png) no-repeat;
	}
	.page-navigation ul {
		display: none;
	}
	.videoSection {
		display: none
	}
	.agenda-tabs-list li a {
		float: none;
		width: 100%;
		display: block;
		font-size: 14px;
	}
	.agenda-tabs-list li {
		display: block;
		margin:  0 0 10px;
	}
	.agenda-tabs-list li a:hover:after, .agenda-tabs-list li a.active:after {
		display: none;
	}
	#starring .spk-starring {
		max-width: 100%;
		margin: 0 auto;
	}
	div.speaker-box {
		width: 25%;
		text-align: center;
	}
	#more-speakers {
		width: 100%;
	}
	.sp-box {
		height: 135px;
		width: 350px;
	}
	#more-speakers {
		height: auto;
	}
	#more-speakers p {
		margin-bottom: 5px;
	}
	#footer .left_block {
		width: 100%;
		float: none;
		padding: 10px 15px 0px;
	}
	#footer h4 {
		color: #a6ce39;
		font-size: 18px;
		background: url(../images/footer-menu-arrow.png) 94% center no-repeat #484848;
		padding: 15px 50px 15px 15px;
		font-weight: bold;
		margin: 0px;
		line-height: 28px;
	}
	#footer h4.active {
		background: url(../images/footer-menu-arrow-up.png) 94% center no-repeat #484848;
	}
	#footer {
		background: #fff;
	}
	#footer .textwidget {
		font-size: 14px;
		color: #555555;
		display: none;
		line-height: 22px;
		padding: 15px;
		background: #f3f3f3
	}
	.sidebar-content .video video{
		height: 216px;
	}
	.sidebarlogo .sponsor-box {
		text-align: center !important
	}
	div#countdown {
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 0;
	}
	#footer .footer_menu {
		text-align: center;
		margin: 0;
		padding: 15px 15px 10px
	}
	#footer .footer_info {
		border-bottom: none;
		padding-bottom: 0px;
	}
	h2.section-title, .page-content h2.section-title, h1.section-title, .page-content h1.section-title {
		font-size: 18px !important;
		line-height: 28px !important;
		background: #505050;
		color: #fff !important;
		margin-top: 10px !important;
		padding: 10px 15px !important;
		border: none;
		position: relative;
		margin-bottom: 30px !important;
	}
	
	#top_banner, .app #top_banner {
		padding-top: 29px;
	}
	#menu_events {
		display: block;
		position: relative;
		left: inherit;
		bottom: inherit;
		right: inherit;
		text-align: left;
		padding-top: 5px;
		top: inherit;
	}
	#menu_events a {
		width: 100%;
		margin-right: 2%;
		margin-left: 0;
		max-width:100%;
	}
	#menu_events a:last-child {
		margin-right: 0
	}
	#menu_events a img {
		width:100%;
		height:auto;
	}
	.spk-starring .section-title {
		display:none;
	}
	.app #menu_events a img {
		width:100%;
		height:auto;
	}
	.custom-slider-box .text-box {
		padding: 25px 14px 25px
	}
	.day-tab header span.time, .day-tab header span.room, .day-tab header span.title, .day-tab header div.title, .day-tab header .title span {
		display: block;
		width: 100%;
		float: none;
		height: 38px;
	}
	.day-tab header span.title, .day-tab header div.title, .day-tab header .title span {
		font-size: 12px;
		height: auto;
		line-height: 36px;
	}
	.day-tab header .speakers {
		float: none;
		height: auto;
		width: 100%;
	}
	.day-tab .speakers a {
		display: inline-block;
		border: 1px solid #FFF;
		border-radius: 2px;
		margin-left: 0px;
		margin-right: 10px;
	}
	.day-tab header .speakers {
		padding: 0px 0px 15px
	}
	.day-tab header {
		padding-right: 0;
	}
	.day-tab header span.time {
		font-size: 18px;
	}
	.session_container .speakers .speaker .sp-img {
		float: none;
	}
	.session_container .speakers .speaker .details {
		float: none;
		width: 100%;
	}
	.session_container .speakers .speaker {
		width: 48%;
		margin-right: 2%
	}
	.session_container {
		padding: 27px 15px;
	}
	.session_container .speakers .speaker .details span {
		font-size: 12px;
	}

	.article  .speaker-text table {
		table-layout:fixed;
	}
	.article  .speaker-text table td {
		overflow:hidden;
	}



}
@media (max-width: 380px) {
	#fancybox-wrap {
		padding:0;
		left:20px !important;
		top:20px !important;
	}
}
#fancybox-wrap {
	z-index:999999;
}
#fancybox-content {
	overflow:scroll;
}
/* Added for profile upload popup new design */
.avatar .cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    /* border: 5px solid #bd1823; */
    border-radius: 3px;
    margin-top: 20px;
    width: 100%;
    height: 300px;
    display: inline-block;
    overflow: hidden;
} 
.cropme-container {
	overflow: visible !important;
	margin-top:25px !important;
}
.viewport {
	border:2px solid #FFF !important;
}
.avatar button.save-btn {
    display: inline-block;
    background-color: transparent;
    border: none;
    float: right;
    color: #FFF;
    background-color: #a6ce3a;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.avatar button.delete-btn,
.avatar button.select-image-btn {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.avatar button.delete-btn {
	border:none;
	background: transparent;
}

.cropme-slider {
	display:none;
}

.fixed #wrapper {
	padding-top: 21px;
}
.fancybox-bg {
    background: #AFADAD;
    height: 100%;
    width: 100%;
}
.profile.single .fancybox-bg {
	display:block !important;
}

.fancybox-is-open .fancybox-bg {
    opacity: .6;
}

#edit_avatar .avatar, .fancybox-content .avatar {
	max-width: 915px;
}
.fancybox-content {
	max-width: 970px;
	overflow: hidden;
	width: 100%;
}
/*.drag_text {
	display: block;
	margin-top: -21px;
}*/
.avatar-content header {
	height: 30px;
}
.avatar div.content {
	max-width: 900px;
}
#image-cropper .controls {
	margin-bottom:7px;
}

@media (max-width: 576px) {
	.fancybox-content {
		padding:10px;
		height: 100%;
	}
	.fancybox-slide {
		padding: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#edit_avatar .avatar, #fancybox-content .avatar {
		width:100%;
		height: 100%;
	}
	.avatar-content-left p {
		display: none;
	}
	.avatar .cropit-preview {
		margin-top: 0;
	}
	.cropme-container {
		margin-top:3px !important;
		margin-bottom: 3px !important;
	}
	.avatar button.delete-btn {
		background-image:url(/wp-content/plugins/buddypress/bp-themes/bp-c21/_inc/images/delete-btn.png);
		background-position:center;
		background-size:cover;
		width:25px;
		height:30px;
		text-indent: -9999px;
	}
	.avatar button.save-btn {
		background-image:url(/wp-content/plugins/buddypress/bp-themes/bp-c21/_inc/images/save-btn.png);
		background-position:center;
		background-size:cover;
		width:31px;
		height:30px;
		text-indent: -9999px;
		background-color: transparent !important;
	}
	.avatar button.select-image-btn {
		background-image:url(/wp-content/plugins/buddypress/bp-themes/bp-c21/_inc/images/take-photo.png);
		background-position:center;
		background-size:cover;
		width:40px;
		height:30px;
		text-indent: -9999px;
		border:none;
		margin-right: 0;
		float:none;
		background-color:transparent;
	}
	.avatar .cropit-preview {
		height:auto;
	}
	.avatar-content footer {
		text-align: center;
		position: fixed;
		bottom: 15px;
		width: 90%;
	}
	.col-zoom {
		display: none !important;
	}
	.col-rotate {
		width: 74% !important;
	}
}