/*
  Generic base-template for shop
*/

.text-nowrap{
	white-space:nowrap;
}


.clear {
	clear: both;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}

.datepicker {
	z-index: 1050;
}

.hide-block {
	display: none;
}

.shop-top{
	margin-top: -50px;
}

.embedded .shop-top {
	margin-top: 0;
}

.shop{
	background-color:#fff;
}

.required > input::-webkit-input-placeholder::after { 
	content:"*"; 
}
.required > textarea::-webkit-input-placeholder::after { 
	content:"*"; 
}
.required > input::-moz-placeholder::after { 
	content:"*"; 
}
.required > textarea::-moz-placeholder::after { 
	content:"*"; 
}
.required > input:-ms-input-placeholder::after { 
	content:"*"; 
}
.required > textarea:-ms-input-placeholder::after { 
	content:"*"; 
}

/*
* Shop header
*/


.dropzone-upload {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	background-color: rgba(52, 152, 219, 0);
}

.dz-drag-hover,
.dz-drag-hover .upload-label-wrapper,
.dz-started .upload-label-wrapper {
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	background-color: rgba(52, 152, 219, 0.7);
}

.dz-drag-hover .drop-image,
.dz-started .drop-image {
	display: table-cell;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.drop-image {
	display: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	padding-top: 10%;
	padding-bottom: 10%;
	color: #ffffff;
	font-size: 3rem;
}

.dropzone-field .drop-image {
	font-size: 2rem;
}

.dropzone-field .show-label.drop-image {
	opacity: 1;
	color: #666;
}

.dropzone-field.dz-drag-hover .show-label.drop-image {
	color: #fff;
}

.dz-upload { 
	display: block; 
	background-color: red; 
	height: 10px;
	width: 0%;
}

.dz-drag-hover .drop-label {
	opacity: 1;
}

.dropzone-field .spinner-wrapper {
	height: 20px;
}

.dropzone-upload.dz-started .drop-label,
.dropzone-field.dz-started .drop-label {
	opacity: 0;
}

.dropzone-upload .spinner-wrapper,
.dropzone-field .spinner-wrapper {
	visibility: hidden;
}

.dropzone-upload.dz-started .spinner-wrapper,
.dropzone-field.dz-started .spinner-wrapper {
	visibility: visible;
}

.eventName.animate-title {
	-webkit-animation: slideInDown 1s;
}

.new_ready{
	-webkit-animation: bounce 1s;
}

.modal-open #form-post{
	padding-right: 15px;
}


#form-post{
	-webkit-animation: slideInUp 1s;
}

.eventName input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #ccc;
}
.eventName input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #ccc;
	opacity:  1;
}
.eventName input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #ccc;
	opacity:  1;
}
.eventName input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #ccc;
}


#preFlightCheckListShopOK, #preFlightCheckListNOTOK{
	display:none;
}

/**
  Company overview widget
*/
.company-overview .widget {
	width: 100%;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;  
	padding: 5% 8%;
	line-height: 1.9rem;
}

.company-overview .widget:first-child {
	margin-top: 10px;
}

.company-overview .company-information .company-logo {
	margin-bottom: 10px;
}

.company-overview .paydro-sales h2 {
	font-size: 2.1rem;
	margin-top: 0;
	font-weight:medium;
}

.company-overview-header {
	border-bottom: 3px solid #ffffff;
}

.company-overview-header {
	position: relative;
	padding-top: 10%;
	padding-bottom: 10%;
	background-position: center center;
	background-size: cover;
}

.container-padding {
	padding-left :30px;
	padding-right: 30px;
}

.container .full-width-container {
	margin-left: -15px;
	margin-right: -15px;
}

.company-overview-header h1 {
	margin-top: 0;
	color: #ffffff;
}

.company-overview {
	background-color: #fff;
	margin-top: -50px;
	position: relative;
	padding: 30px;
}

.company-overview .event-list {
	padding: 0 15px;
}

.edit-overview-page > div {
	top: -50px;
	left: 30px;
}

.event-list h2 {
	color: #f7f7f7;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	padding-left: 2%;
	padding-top: 10%;
	padding-bottom: 2%;
	margin: 0;
	position: relative;
}

.event-list .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.upcoming-event {
	margin-top: 30px;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 0px 0px 1px #dcdcdc;
	-moz-box-shadow: inset 0px 0px 0px 1px #dcdcdc;
	box-shadow: inset 0px 0px 0px 1px #dcdcdc;
}

.upcoming-event:first-child,
.company-overview .widget:first-child {
	margin-top: 0;
	padding-top: 0;
}

.upcoming-event .eventHeader {
	padding: 0;
	position: relative;
	overflow: hidden;
	border-bottom: 0;
}

.upcoming-event .event .heading {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1rem;
	margin-bottom: 5px;
}

.upcoming-event .event {
	padding: 2% 0;
}

.upcoming-event .event * {
	margin: 0;
}

.upcoming-event .row {
	margin-right: 0;
	margin: auto 0;
}

.upcoming-event .row.event-meta > div {
	padding: 0;
}

.upcoming-event .event-button, .event-button, p-button {
	display: block;
	padding: 10px 5%;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;  
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.upcoming-event .event-button {
	background-color: #39cd69;
}

.upcoming-event .event-button:hover, .event-button:hover, p-button:hover {
	opacity: 0.8;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.upcoming-event p {
	margin: 0;
}


.company-information {
	position: relative;
}

.company-logo img {
	max-height: 80px;
	display: inline-block;
}

.edit-company-information {
	position: absolute;
	top: 0;
	right: 0;
}

.edit-company-information-buttons {
	margin-bottom: 30px;
}

div.error-message {
	border-top: solid 2px #cc0000;
	color: #cc0000;
	font-size: 9pt;
	padding: 5px 0;
	margin-top:-2px;
	position: relative;
}

#flashMessage {
	margin-top:20px;
}

#logo_footer{
	padding: 10px;
}

div.submit {
	margin-top: 1em;
}


.producttotals{
	font-weight: 200;
	font-size:1.7em;
}

/* @end */

/* @group eventHeader */


.selfservice_product {
	float: right;
}

/* @end */

/* @group Promocode */

.promocode {
	padding: 20px 0px 5px 20px;
}

form .promocode  .input ,form .promocode .submit {
	display: inline;
}
form .promocode .input label {
	font-size: 1.2em;
	padding: 10px 10px 10px 0;
}
form .promocode .input input {
	padding: 2px;
}

.used-promocode {
	position: relative;
	height: 50px;
}

.used-promocode h4 {
	position: absolute;
	line-height: 50px;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: 400;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

body .shop .used-promocode .remove-promocode {
	background-color: transparent;
	color: #ffffff;
	border-color: #fff;
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;
	top: 10px;
	margin-right: 15px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.shop .used-promocode .remove-promocode:hover {
	background-color: #ffffff;
	color: inherit;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* @end */

/* @group Products */

.products {
	position: relative;
	clear: both;
}
.product-table-heading {
	position: absolute;
	top: 10px;
	width: 100%;
	font-weight: bold;
}


.product-table-heading .product-in-stock-header, 
.product-table-heading .product-price-header{
	ppadding-right:0;
}

.add-button,
.add-button:hover,
.add-button:active,
.add-button:focus {
	color: #ffffff;
}

input.edit-category-header,
.category-header {
	min-height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	font-weight: 400;
  line-height: 1.5;
}

input.edit-category-header {
	font-size: 30px;
	border: none;
	outline: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	display: none;
	background: transparent;
}

.extra-questions-group {
	width: 100%;
}

.category-edit-flyout{
	display:none;
	position: absolute;
	left: -96px;
	top: 7px;
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
	box-shadow: -3px 0px 6px -3px rgba(0,0,0,.4);
}
.category-header-wrapper {
	position: relative;
}

.not_sortable .category-header-wrapper:hover .category-edit-flyout, .not_sortable .category-header-wrapper.active:hover .category-edit-flyout  {
	display:block;
}
.category-header-wrapper.active:hover .category-edit-flyout  {
	display:none !important;
}

.category-header-wrapper.active {
	background-color: #fafafa;
	border-bottom: 1px solid #e5e5e5;
}

.category-header-wrapper .category-hidden {
	color: #ccc;
}

.group-options {
	bbackground-color: #fafafa;
	display: none;
	margin-bottom: 20px;
}

.liveEdit .products .single-ticket:hover {
	background-color: #f7f7f7;
	cursor: pointer;
}

.liveEdit .products .ui-sortable-placeholder {
	/*border: 1px dashed #ccc;*/
	visibility: visible !important;
}

.keep-in-shop-soldout {
	margin-top: 0;
}

.keep-in-shop-soldout .checkbox {
	margin-top: 0;
}

.single-ticket .sold-out {
	margin-top: 5px;
  display: inline-block;
}

.products select.inputAmount {
	width: auto;
	margin-top: 5px;
	padding: 0;
}

.products .product-price {
	display: block;
}

.products .product-price .input-group-addon {
	padding: 5px;
	background-color: #ffffff;
	border: none;
}

.products .product-price input.form-control {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.products .default-price {
	display: block;
}

.dummy-ticket, .dummy-group {
	display: none;
}

#loading {
	display: inline;
	float: right;
}

.popover {
	max-width: 150px;
}

.popover .error {
	color: #e74c3c;
	display: none;
	font-size: 1.2rem;
}

.popover-content {
	padding-bottom: 10px;
}

.popover-content .popover-amount {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.popover-content .popover-choose {
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 10px;
}

// Vat wizard
.vat-wizard-title {
	margin-bottom: 20px;
	display: inline-block;
}

.currency-wizard {
	margin-top: 20px;
}

.setting-label {
	/*line-height: 30px;*/
	margin-top: 5px;
	margin-bottom: 0;
}

/* @group Packages */

.ticket-group {
	width: 100%;
}

.ticket-group select {
	width: auto;
}

.package.package-wrapper {
	margin-top: 40px;
}

.package.package-wrapper:first-child {
	margin-top: 0;
}

/* @end */


/* @end */


/* @group OrderLines */

.orderline {
	padding-top: 30px;
}

.orderline:first-child {
	padding-top: 0;
}

.orderline h4{
	/*margin: 10px 0 0 0;*/
	margin-bottom: 10px;
	margin-top: 3px;
}

.orderline h5{
	font-size: 1.2em;
	margin: 0;
	font-weight: 300;
	margin-bottom: 10px;
}

.orderlines {
	padding: 20px 0px 5px 0px;
}

.orderlines .orderline {
	list-style-type: none;
}

.orderlines .removeLine{
	margin-top: -5px;
	margin-bottom: 10px;
}

fieldset .radio legend {
	font-size: 1.2em;
}

.orderlines .packge_product{
	border:none;
}

.orderlines .input.checkbox label {
	font-size: 1.2em;
	display: inline;
}

.orderlines .radio label {
	display: inline !important;
}

.orderlines div.mandatory {
	font-weight: bold;
}

.orderline input.removeLine {
	float: right;
	margin-top: 0;
	font-size:.87em;
}

.product-question-title {
	font-weight: bold;
	font-size: 1.5rem;
}

.products-form .dropzone-field {
	height: 200px;
}


/*
    Invoice
*/


/* @end */
#attendees .attendee{
	width: 50%;
	float:left;
	overflow:hidden;
	white-space:nowrap;
	height: 50px;
	margin: 10px 0;
}

#attendees .attendee-avatar {
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center center;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	float: left;
	background-color: #ccc;
}

#attendees .attendee-profile {
	display: table;
	width: auto;
	height: 50px;
	margin-left: 70px;
}

#attendees .attendee-profile-inner {
	display: table-cell;
	width: auto;
	height: 100%;
	vertical-align: middle;
}

#attendees .attendee-name {
	font-size: 1.7rem;
  font-weight: 400;
}

#attendees .attendee-company {
	color: #999999;
	line-height: 1.6rem;
}

.paydro_footer a{
	color:#333;
	display: block;
}

.paydro_footer .p-logo {
	vertical-align: middle;
	max-width: 30px;
	width: 100%;
	margin-bottom: 10px;
}


/* @group info */



/* @end */


/* @group register */
#businessOrder #businessOrderCheckbox {
	margin: 0 5px 0 0;
	vertical-align: baseline;
}

.telesalesDiscount {
	float: right;
	text-align: right;
}

.telesalesDiscount label {
	margin-right: 10px;
	font-size: 1.2em;
}

.telesalesDiscount input {
	width: 15%;
	text-align: right;
}

.reservation label {
	margin: 0 0 0 5px;
}

.saveReservation {
	float: right;
}

.newReservation {
	float: left;
}

.allReservations {
	float: right;
}

.reservationConfirmed {
	margin: 10px 0;
}

.telesalesInput[type="text"] {
	width: 100%;
}

textarea.telesalesDescription {
	width: 100%;
	height: 60px;
}

.telesalesProductHeading[type="text"] {
	font-weight: bold;
}

.telesalesProductAmount[type="text"] {
	text-align: right;
}

.defaultmailtext{
	padding:10px;
	margin:10px 0;
	border: solid 5px rgba(100,100,100,.1);
}

/* @end */

/* @group Shop settings */
.show-date-on-shop label {
	line-height: 30px;
}

.section.setting-language .header {
	float: left;
	margin-bottom: 0;
	line-height: 35px;
}

.setting-language .shop-language {
	float: right;
	max-width: 150px;
}

.container.shop .location-setting {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.location-setting .location-country-select {
	float: left;
	max-width: 400px;
	width: 100%;
}

.location-setting .show-map label {
	line-height: 30px;
	margin-right: 30px;
}

.location-setting #map-canvas {
	padding-left: 0;
	padding-right: 0;
}

.social-setting .header {
	margin-bottom: 0;
	line-height: 30px;
}

#vatModal .charge-vat-label {
	line-height: 30px;
}

.section.ticket-availability .header,
.section.attendee-list .header,
.section.shop-status .header,
.shop .section .header {
	margin-bottom: 0;
  line-height: 30px;
}

.shop-ticket-settings {
	margin-top: 20px;
}

/**
	Social
*/

.social-buttons {
	text-align: center;
	vertical-align: middle;	
}
.social-buttons .social-button {
	border-radius: 999px;
	width: 50px;
	height: 50px;
	display: inline-block;
	border: 1px solid #cccccc;
	margin-left: 5px;
	margin-right: 5px;
	color: #cccccc;
}

.social-buttons .social-button:focus {
	outline: none;
}

.social-buttons .social-button i {
	vertical-align: middle;
  line-height: 50px;
	font-size: 2rem;
}

.social-buttons .social-button {
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social-buttons .social-button:hover {

	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social-buttons .social-twitter {
	border-color: #55acee;
	color: #55acee;
}

.social-buttons .social-twitter:hover {
	background-color: #55acee;
	color: #ffffff;
}

.social-buttons .social-facebook {
	border-color: #3b5998;
	color: #3b5998;
}

.social-buttons .social-facebook:hover,
.social-buttons .social-facebook.active-social{
	background-color: #3b5998;
	color: #ffffff;
}

.social-buttons .social-google {
	border-color: #DC4E41;
	color: #DC4E41;
}

.social-buttons .social-google:hover,
.social-buttons .social-google.active-social {
	background-color: #DC4E41;
	color: #ffffff;
}

.social-buttons .social-linkedin {
	border-color: #0077b5;
	color: #0077b5;
}

.social-buttons .social-linkedin:hover,
.social-buttons .social-linkedin.active-social {
	background-color: #0077b5;
	color: #ffffff;
}

.social-buttons .social-pinterest {
	border-color: #bd081c;
	color: #bd081c;
}

.social-buttons .social-pinterest:hover,
.social-buttons .social-pinterest.active-social {
	background-color: #bd081c;
	color: #ffffff;
}

.social-buttons .social-whatsapp {
	border-color: #4dc247;
	color: #4dc247;
}

.social-buttons .social-whatsapp:hover,
.social-buttons .social-whatsapp.active-social {
	background-color: #4dc247;
	color: #ffffff;
}

/**
	Widgets example
*/


/**
	Extra order fields
*/
.extra-fields-form table {
	width: 100%;
}

/**
	Contact info
*/
.organization-logo {
	margin-top: 15px;
	margin-bottom: 10px;
	max-height: 80px;
}

.view-all-events {
	margin-top: 20px;
}

#about_section h3 {
	margin-top: 0;
}

/**
	Map
*/
.event-address {
	position: relative;
	height: 400px;
}

.event-address .address {
	position: absolute;
	z-index: 2;
	background-color: #fff;
	top: 20px;
	right: 20px;
	padding: 10px;
	font-size: 1.5rem;
	line-height: 2rem;
}

/* @end */

/*
	iFrame process payment
*/
.processing-overlay {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.processing-overlay .spinner {
	top: 50%;
	position: absolute;
	width: 50px;
	height: 50px;
	opacity: 0.7;
	margin-top: -25px;
	margin-left: -25px;
}

/* @end */

.bb .typcn:before{
	padding-top: 3px;
}
.bb .typcn{

	padding-left: 8px;

	vertical-align: top;
	font-size: 3.1em;
	line-height: 1.25em;
}

.bb{ 
	position: relative;
	background-color: #fff;
	width: 60px;
	height: 60px;
	border: solid 1px #1385c8;
	border-radius: 100px;
	margin-bottom: 10px;
	float: left;
	margin-right: 15px;
}
.bb.cta{
	width:auto;
	font-size:1.5em;
	font-weight: 300;

}
.bb.cta div{
	padding:16px;
}
.bb:hover .network-info{
	display:block;
	-o-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	opacity:1;	
}
.network-info{
	opacity:0;
	top:70px;
	position:absolute;
	width:200px;
}

.network-page .shop {
	max-width: 100%;
}

.network-page .update-contact-button {
	margin-top: 10px;
}


.border-bottom-inherit{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
}



.border-top-inherit{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: inherit;
}


#social_links  {
	float:right;
	font-size:10px;
}

#social_links ul {
	padding:0;
}

#social_links ul li {
	display:block;
	float:left;
	list-style:none outside none;
	margin-right:7px;
	padding:0;
	text-align:center;
}

#social_links img {
	-moz-border-radius:2px 2px 2px 2px;
	border:2px solid #DDDDDD;
	height:16px;
	margin:0 0 3px;
	width:16px;
}

#social_links ul li a.nounderline {
	text-decoration:none;
}


/* @group Totals */
.totals dd {
	margin-left: 200px;
	text-align: right;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit;

}
.totals dt{
	float: left;
	width: 200px;
	text-align: right;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
}


.totals .grandTotal {
	font-weight: bold;
}

.totals .small {
	font-size: .8em;
}

.totals .no-line{
	border:none;
}

.totals div.row div {
	text-align: right;
	border-top:solid 1px #ccc;
	padding-top:5px;
	padding-bottom:5px;
}
.totals div.row:last-child{
	border-bottom: none;
}

.test_mode, .shop_mode {
	margin-top:10px;
	padding: 10px 10px;
	background-color: #fff;
	position:fixed;
	top:0;
	right: 0;
}
/* @end */

/* @group Overview */

dl.info{
	margin-top:0;
}

.overview dt{
	float: left;
	padding-top: 5px;
}

.overview dd {
	margin-left: 130px;
	height: 20px;
	padding-top: 5px;
}

.button-row {
	margin-bottom: 10px;
}

.paydro-terms {
	float: right;
	margin-top: 10px;
	clear: both;
}
/* @group Vouchers */

.voucherTestMode {
	font-weight: bold;
	color: #FF0000;
}

#VoucherPaymentVoucherForm input[type="text"] {
	margin-bottom: 0;
}

.VoucherCodeLabel {
	margin-right: 20px;
}

#RedeemVoucher {
	margin-left: 20px;
}


/* @end */

/* @group Event select */

.eventSelect {
	margin: 5px 0;
}

/* @end */


.p-wrapper{
	float:left;

	width:49%;
	margin-bottom:10px;
}
.p-wrapper:nth-child(odd){
	clear: left;
}
.p-image{
	width:80px;height:80px;
	border-radius: 100px;

}

.p-anon-image{
	float:left;
	margin:0 10px 0 0;
	width:90px;
	height:90px;
	background-image: url(/img/anon.png);
	border: 5px solid #fff;
	border-radius: 100px;
}
.p-anon-image:hover{
	border-color:#ccc;
}
.p-name{
	font-size: 1.3em;
	padding-top:.5em;
}
.p-headline{
	font-size: 1.1em;
}




.section {
	padding: 30px;

}

.section.no-padding-top {
	padding-top: 0;
}

/**
	Network
*/
.network-header .container {
	max-width: 780px;
}

.network-user-profile {
	padding: 20px;
}

.network-page {
	background-color: #fff;
	max-width: 780px;
	margin: 0 auto;
	position: relative;
	top: -50px;
}

.network-header {
	background-color: transparent;
}

.network-menu {
	max-width: 780px;
	margin: 0 auto;
}

#network_content h2 {
	margin-top: 0;
}

#network_content .event-list .featured-image h2,
#network_content .event-list a {
	color: #ffffff;
}

#network_content .event-list a:hover {
	text-decoration: none;
}


@media (max-width: 767px) {
	.design_menu_image_picker_wrapper{
		top:-50px;
		left:15px;
	}

	.section{
		padding:15px 0;
	}
	.eventName, .eventDate{

		margin:0 0 0 0px;
	}
	.shop-top{
		margin-top:0;
	}

	.p-wrapper{
		width:100%;
	}

	.orderlines, .info, .register{
		padding:5px;
	}


	.products .th-amount{
		text-align: left;
	}

	.company-overview-page .event-list {
		padding: 0;
	}

	.edit-overview-page > div {
		left: 15px;
	}

	.upcoming-event .event-meta > div {
		padding: 0;
	}

	.upcoming-event h2 {
		padding: 15% 4% 3% 4%;
	}

	.upcoming-event .event {
		padding: 15px;
		padding-top: 0
	}

	.upcoming-event .event .heading {
		margin-top: 10px;
	}

	.upcoming-event .event-button {
		margin-top: 10px;
	}

	.company-overview-page .sidebar {
		margin-top: 50px;
	}

}
@media (max-width: 320px) {
	#attendees .attendee{
		width:100%
	}
}


@media (min-width: 1200px){
	.container {
		width: 970px; 
	}
}

