#mm-menu:not(.mm-menu) {display:none}
@media print {
	body {background:#fff;}
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
.mm-page{
	overflow-x: hidden;
}
.slicknav_menu {
	z-index:9999999;
	position:relative;
}
/* Reset
--------------------------------*/
html,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;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  box-sizing:border-box;
}

body {
	overflow-x:hidden;
	font:300 15px/25px 'Open Sans', sans-serif;
	background: #fff;
	position:relative;
}

html,
body.page-user-register,
body.page-user-login,
body.page-user-password {
	background: #f8f8f8;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block}
:hover, :focus {
	outline:none!important;
}
p {
	margin-bottom:10px;
}
a {
	color: #606e7a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 10px 0px;
  font-weight: 400;
  letter-spacing: 1px;
  }

.node-type-event-galley h1 {
	color: inherit;
}

h1 {
	font-size: 28px;
	line-height: 30px;
}

h2 {
	font-size: 21px;
	line-height: 27px;
	color:#616f7a;
}

#bottom h2 {
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
}

h3 {
	font-size: 20px;
	line-height: 24px;
}
h4 {
	font-size: 17px;
	line-height: 21px;
}
h5 {
	font-size: 15px;
	line-height: 19px;
}
h6 {
	font-size: 13px;
	line-height: 17px;
}

.page-node-delete {
	text-align:center;
}

#bottom a:hover,
#bottom li a.active {
	color: #fff;
}

#bottom .menu a {
	color: #ffffff!important;
	font-weight: normal!important;
	opacity:0.7;
}

#bottom .menu a:hover {
	opacity:1;
}

#bottom ul.menu {
	text-align:center;
	font-size:11px;
}

#bottom ul.menu li {
	margin-left: 0;
	list-style-image: none;
	list-style-type: none;
	line-height: 20px;
	display:  inline-block;
	margin-right: 10px;
	position: relative;
}

#bottom ul.menu li:after {
	content: "|";
	padding-right: 10px;
	position: absolute;
	top: 2px;
	right: -15px;
}

#bottom ul.menu li.last:after {
	display: none;
}

#copyright {
	margin: 40px 0 20px 0;
	text-align:center;
	font-size:11px;
	opacity:0.5;
	text-transform:uppercase;
	letter-spacing:2px;
}

#auth_box h2.title {
  line-height:35px;
  text-align:center;
}

#auth_box input[type="text"],
#auth_box input[type="password"],
#auth_box .form-submit {
	width:100%;
	box-sizing:border-box;
	margin:0px;
}

.container-inline-date > .form-item{
	margin-right: 0;
}
/** Main Menu **/

#navigation {
  margin: 0px auto;
  float: right;
}

.mainmenu {
	z-index:1;
}

#main-menu {
  clear: both;
  font-size: 14px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

#main-menu ul {
  float: right;
  padding: 0;
}

#main-menu ul ul {
  float: left;
  padding:0;
}

#main-menu li {
  float: left;
  list-style-type: none;
}

#main-menu li li {
  border:none;
}

#main-menu li a {
  color: #5e6e7a;
  text-transform: uppercase;
  display: block;
  position: relative;
  font-size:13px;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 5px 10px;
}

#main-menu li li a:hover,
#main-menu li li a:active {
  color: #d5d5d5;
  box-shadow:none;
  padding: 12px 20px 8px 20px;
}

#main-menu li a .sf-sub-indicator {
  display: block;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
}

#main-menu li li a,
#main-menu li li a:link,
#main-menu li li a:visited {
  border-top-width: 0;
  background: #000000;
  margin:1px;
  color: #fff;
  padding: 6px 10px;
  position: relative;
  text-transform: none;
  width: 180px;
}

#main-menu li li a:hover,
#main-menu li li a:active {
  color: #f2c927;
  text-shadow:none;
  padding: 6px 5px 6px 15px;
}

#main-menu li ul {
  height: auto;
  padding: 4px;
  left: -9999px;
  margin: 0 0 0 -10px;
  position: absolute;
  width: 160px;
  z-index: 9999;
}

#main-menu li ul a {
  width: 160px;
}

#main-menu li ul ul {
  margin: -38px 0 0 160px;
}

#main-menu li:hover>ul,
#main-menu li.sfHover ul {
  left: auto;
}

#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed {
  list-style:none;
}
#main-menu ul.menu li {
  margin: 0;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}

/** Mobile Menu **/
.sideviewtoggle {
	padding: 5px 15px;
	padding-bottom: 16px;
	top: 2px;
	right: -2px;
	position:absolute;
	z-index:40;
	color: #222222;
	border-left:none;
	font-size: 40px;
	line-height: 26px;
}

.sideviewtoggle:hover {
	color: #565656;
}

.sideviewtoggle {
	display: none;
}

/** Features **/

.front .field-name-body h2 {
	color:#b58c22;
}

.features {
	overflow:hidden;
}

.feature {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 50px 1%;
}

.feature h4 {
	text-transform:uppercase;
	display:block;
	font-size:14px;
	color:#001c29;
	border-bottom:1px solid #eac956;
	padding-bottom:10px;
}

.feature h4,
.feature p {
	max-width:350px;
	margin:0 auto 10px auto;
}

/** user menu **/
#block-menu-menu-user-links h2{
	display: none;
}
#block-menu-menu-user-links .content li {
    list-style: none;
    display: inline-block;
}
#block-menu-menu-user-links .content li a:hover{
	color: white;
}
/* Some messy grid layouts - need to neaten up */
.container {
	width: 96%;
	margin:  0 auto;
	max-width: 1140px;
}

#content-contain,
.content-contain {
	padding:0px;
	max-width: 1140px;
	display: block;
	margin: 0 auto;
	width: 96%;
}

.mastercontainer {
	margin-bottom: 2px; /* was 20px */
	position:  relative;
	overflow: hidden;
	padding: 10px 0;
	/* min-height:900px; */
}

.node-type-page:not(.page-node-edit) .mastercontainer {
	text-align:center;
	padding-top:0px;
}

.node-type-page:not(.page-node-edit) .mastercontainer #content-contain {
	max-width:100%;
	width:100%;
}

.node-type-page:not(.page-node-edit) .mastercontainer .block {
	padding:20px;
}

.page-user .page-title,
.not-logged-in.node-type-event-gallery:not(.page-node-edit) #menubar,
.user-mod #menubar,
.user-mod #bottom,
.not-logged-in.page-access #menubar,
.not-logged-in.page-access #bottom {
	display:none;
}

.node-type-event-gallery:not(.page-node-edit) .page-title {
	text-align:center;
	margin: 30px 0;
}

#block-block-1 {
	background:#616f7a url(img/umbrella.jpg) center right;
	position:relative;
	height:500px;
}

#block-block-1 .content {
	color:#fff;
	text-align:left;
	margin-left:10%;
	background:#ffffff26;
	display:block;
	width:400px;
	height:300px;
	padding:40px;
	position:absolute;
	top:50%;
	margin-top:-150px;
}

#block-block-1 .content h2 {
	font-size:30px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
}

#block-block-1 .content a,
#block-block-2 .content a {
	background:#001c29;
	padding:10px 20px;
	display:inline-block;
	color:#fff;
}

#block-block-2 {
	background: #edce59 url(img/prop.jpg) no-repeat center right;
	height:600px;
	margin-bottom:60px;
	position:relative;
}

#block-block-2 .content {
	color:#fff;
	text-align:left;
	margin-left:5%;
	background:#ffffff26;
	display:block;
	width:500px;
	height:300px;
	padding:40px;
	position:absolute;
	top:50%;
	margin-top:-150px;
}

#block-block-2 .content h2 {
	font-size:40px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
}

/* REGIONS */
#topbar 		 {background: #31393F;color: #fff;}
#topbarleft 	 {}
#menubarleft 	 {color: #817b57;position: absolute;top: 0px;left: 0px;}
#topbarright,
#menubarright {position: absolute;top: 5px;right: 10px;text-align: right;min-width: 275px;}
#menubarright ul.menu {text-align:right;}

/* GRID */
#inner-sidebar 				 {float: right;width: 24%;margin-left: 1%;margin-top: 23px;}
.page-shop #inner-sidebar,
.node-type-collection #inner-sidebar {margin-top: 0;}
.with-inner-sidebar 		 {float:  left;width: 75%;box-sizing: border-box;}
.without-sidebar 			 {width: 100%;}
.with-sidebar 				 {float: left;width: 70%;}
.sidebar 					 {float: right;width: 28%;margin-left: 2%;}
.bottom-four 				 {width: 25%;float: left;}
.bottom-three 				 {width: 32%;float: left;box-sizing: border-box;overflow: hidden;margin-left: 2%;}
.bottom-three:first-child	 {margin-left:0;}
.bottom-two 				 {width: 49%;margin-left: 2%;float: left;}
.bottom-one 				 {width: 100%}
.bottom-menus				 {overflow:hidden;}
.bottom-menus .container 	 {overflow:hidden;}

/* Form Elements */

input,select {
	border-radius:3px;
	border: 1px solid #ccc;
	padding: 8px 10px;
	color:#444;
	box-sizing:  border-box;
}

select {
	-webkit-appearance:none;
	padding-right: 15px;
}

.form-select {
	background:#fff url("img/arrow.png") no-repeat right top;
	cursor: pointer;
}

select {
	background: #fff url("img/arrow.png") no-repeat right 5px top 1px;
	cursor: pointer;
	margin-bottom: 10px;
	padding-right:25px;
	margin-right: 10px;
	width:100%;
	box-sizing:border-box;
}

.fieldset-wrapper .form-select{
	width: 100%;
}
.page-checkout .fieldset-wrapper .form-select{
	width: auto;
}
input {
	padding: 7px 10px;
	box-sizing:  border-box;
	max-width:100%;
}

.form-item {
	margin:10px 0;
	box-sizing:  border-box;
}

.form-submit {
	cursor:pointer;
	margin:10px 5px 0 0;
	padding:10px 20px;
	color:#fff;
	font-weight:400;
	background-color: #606e7a;
	border: none;
	text-decoration:none;
	border-radius: 0;
	-webkit-appearance: none;
}

.page-cart .form-submit:disabled,
.page-cart #edit-submit:disabled{
	background-color: gainsboro;
	cursor: default;
}

.form-button-disabled {
	opacity:0.4;
	cursor:not-allowed;
}

.form-submit[value="Save"] {
	background-color: #5cb85c;
    border-color: #4cae4c;
}

.form-submit[value="Delete"],
.form-submit[value="Cancel"],
.form-submit[value="Go back"],
#edit-cancel {
	background-color: #d9534f;
	border-color: #d43f3a;
	cursor: pointer;
	margin: 10px 5px 0 5px;
	padding: 10px 20px;
	color: white;
	opacity: 0.8;
}

#edit-cancel {
	line-height:15px;
	font-size:13px;
	font-weight:normal;
	display:inline-block
}

.form-submit.fb-button {
	background:#3b5998 url(img/fb_24.png) no-repeat left 5px center;
	padding-left:35px;
	border-radius:5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-submit:hover {
	opacity: 0.8;
}

fieldset {
	border:1px solid #ddd;
	padding:20px;
	margin:10px 0 40px 0!important;
	border-radius:4px;
	position:relative;
	padding-top:45px;
	box-sizing:  border-box;
}

fieldset.collapsed {
	padding:20px;
}

fieldset legend {
	background:#ddd;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	padding:5px 10px;
	font-weight:700;
}

fieldset legend,
fieldset legend a {
	color:#202020;
	font-weight:normal
}

div.messages {
	border:1px solid #eee;
	background:#fff;
	border-radius:4px;
	padding:10px 20px;
	color:#444!important;
}

div.messages.status {
	border-left:4px solid #109810;
}

div.messages.warning {
	border-left:4px solid #f0ad4e;
}

div.messages.error {
	border-left:4px solid #d9534f;
}

/* Page Elements */

table {
	width:100%;
	background:#eee;
	border-radius:5px;
	font-size:0.8em;
}

table th {
	font-size:13px;
	line-height: 16px;
	text-transform:  uppercase;
	padding-right: 3px;
}

table tr {
	border:none!important;
}

table td {
	background: #fff!important;
	padding: 10px 1px;
	border-top:1px solid #eee;
	vertical-align: middle;
}

thead,tbody {
	border:5px solid transparent;
}

.tabs-wrapper {
    text-align:right;
    position:relative;
    display: flex;
    padding: 0px;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
}

.tabs-wrapper .primary {
	z-index:10;
	background:none;
	border:none;
	padding:0px;
	margin-top:10px;
}

table .views-align-right {
	padding-right:5px;
}

ul.primary li a,
ul.primary li.active a,
ul.primary li a:hover {
  background:#ffffff;
  color:#616f7a;
  border:1px solid #d4d4d4;
  border-radius:25px;
  font-size:13px;
  line-height:15px;
  display:inline-block;
  margin:0;
  padding:5px 15px;
}

ul.primary li a:hover {
	border-color:#859099;
}

ul.primary li.active a {
	color:white;
	background:#edce59;
	border-color:#edce59;
	pointer-events:none;
}

/* Regions */

#menubar {
	background: #f8f8f8;
	padding:5px 0;
	overflow: hidden;
}

#logo {
	float:left;
}

#logo img {
	width:120px;
	margin:10px 0 0 15px;
}

#bottom {
	background:#001c29;
	color:#eee;
	padding:10px 0;
	position:  relative;
	overflow: hidden;
}

#foot {
	overflow:hidden;
	position: relative;
}

.page-node-add .field-name-body .filter-wrapper {
	padding: 0;
}

.field-type-image .description {
	line-height: 18px;
	margin-top: 5px;
}

.file-resup-wrapper,
.file-resup-wrapper .drop,
.file-resup-wrapper .progress {
	margin: 5px 0;
}


/* Events */

#block-views-event-block,
#block-views-event-block-4 {
    clear: both;
    display: block;
}

#block-views-event-block .content ul{
	list-style: none;
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
}

#video-list {
	text-align: center;
}

#block-boothgallery-base-videos {
	text-align: center;
}

.video-item,
#block-views-event-block .content ul li {
	display: inline-block;
	width: 23.6%;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin: 0 0.5% 10px 0.5%;
	height: auto;
	vertical-align: top;
}

.delay-loading-wrapper {
	display:block;
	min-height:180px;
	background:#f8f8f8;
}

.video-item video {
	width:100%!important;
	height:100%!important;
	max-height:170px;
	background:#202020;
}

#block-views-event-block .content ul li img {
    max-width:100%;
    max-height:100%;
    width: auto;
    height: auto;
}

#block-views-event-block-4 {
	margin-bottom: 20px;
}

#block-views-event-block-4 .content {
	text-align:center;
}

#block-views-event-block-4 .views-field-nid {
	margin-bottom:15px;
}

#block-views-event-block-4 .views-field-field-event-location {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

#block-views-event-block-5 {
	overflow: hidden;
	position: relative;
}

#block-views-event-block-5 .content img {
	margin: 0 auto;
	display: block;
}

#block-views-event-block-5 .content img,
.view-event.view-display-id-block_3 .view-header img {
	max-width: 300px;
	height: auto;
	max-height: 300px;
	width: auto;
}

.cboxPhoto {
	max-width: 1000px;
	max-height: 1000px;
}

#cboxPrevious, #cboxNext {
	background: #555 url("img/arrow1.png") no-repeat center;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background-size: contain;
	border-radius: 50px;
	width: 28px;
	height: 28px;
	margin-bottom: -15px;
	bottom: 50%;
	left: 5px;
	z-index: 10;
	clip: unset;
	font-size: 0px;
}

#cboxNext {
	left: auto;
	right: 5px;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#block-boothgallery-base-disk-quota {
	padding:10px;
	border:1px solid #c1c6ca;
}

.add-gallery {
	float:right;
	background:#6cb37b;
	color:#fff;
	padding:2px 15px;
}

#block-boothgallery-base-disk-quota .bar-outer {
	background:#616f7a;
	width:100%;
	display:block;
	padding:1px;
}

#block-boothgallery-base-disk-quota .bar-inner {
	padding:0 4px;
	box-sizing:border-box;
	display:block;
}

.bar-inner.level-green {background:#6cb37b;}
.bar-inner.level-orange {background:#edce59;}
.bar-inner.level-red {background:#e4613b;}


.default-img {
	width: 80px;
	height:  80px;
}

.default-img img {
	width: 100%;
	height: auto;
}

.view-event.view-display-id-block_3 .default-img {
	width: 100%;
	height: auto;
}

#block-views-event-block-1 {
	margin: 20px 0;
	margin-bottom: 40px; /* Accounts for settings menu */
}

#block-views-event-block-1 .content {
	text-align: center;
}

#block-views-event-block-1 .content .view-event {
	text-align: initial;
}

#block-views-event-block-1 .views-row {
	position: relative;
	border: 1px solid #eee;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
	background: #fefefe;
	min-height:104px;
	width: 49%;
	vertical-align: top;
	display:  inline-block;
}

#block-views-event-block-1 .views-field-field-password-protection {
	font-size: 24px;
	line-height: 26px;
}

#block-views-event-block-1 .views-field-field-password-protection .padlock,
#block-views-event-block-1 .views-field-field-password-protection .facebook {
	background:url('img/locked.png') no-repeat center center;
	background-size: auto;
	height:20px;
	width:20px;
	display:inline-block;
}

#block-views-event-block-1 .views-field-field-password-protection .facebook {
	background:url('img/fb.png') no-repeat center center;
}

#block-views-event-block-1 .views-field-field-password-protection .facebook.not-synced,
#block-views-event-block-1 .views-field-field-password-protection .padlock.not-protected {
	opacity:0.3;
}

/*.view-event.view-display-id-block_3 .padlock.not-protected {
	opacity: 0;
}

.view-event.view-display-id-block_3 .views-field-field-password-protection {
	position: relative;
	padding-right: 30px;
}

.view-event.view-display-id-block_3 .padlock {
	background-color: #fff;
	border-radius: 50%;
	height: 24px;
	width: 24px;
	margin-top: 2px;
	position:  absolute;
	top: 10px;
	left: 10px;
	pointer-events: none;
}*/

#block-views-event-block-1 .views-field-field-visiblity {
	float: left;
	margin-right: 10px;
	position: relative;
}

#block-views-event-block-1 .views-field-field-visiblity img {
	position: relative;
}

#block-views-event-block-1 .views-field-field-visiblity img.private-overlay {
	width: 80px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.view-event.view-display-id-block_3 .view-content {
	text-align: left;
}

.view-event.view-display-id-block_3 .views-field-field-password-protection img {
	width: 100%;
	height: auto;
}

.view-event.view-display-id-block_3 .views-row {
	margin: 0 1% 10px 1%;
	position:  relative;
	display: inline-block;
	vertical-align: top;
	width: 17.7%;
}

.view-event.view-display-id-block_3 .views-field-field-password-protection {
	box-sizing: border-box;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	height: 160px;
}

.view-event.view-display-id-block_3 .padlock.protected:before {
	width: 24px;
	height: 24px;
	background: #fff url("img/locked.png") no-repeat center;
	background-size: auto;
	content: "";
	display: block;
	top: 10px;
	left: 10px;
	position: absolute;
	pointer-events: none;
	z-index: 3;
}

.view-event.view-display-id-block_3 .padlock.protected:after {
	background: #eeeeee;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

/* If Display First Image is Ticked */
.view-event.view-display-id-block_3 .padlock.protected.display-first:after {
	display: none;
}

.view-event.view-display-id-block_3 .views-field-title {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}

.view-event.view-display-id-block_3 .views-field-field-event-date-2 {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fff;
	color: #606f7b;
	padding: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
	width: 64px;
	pointer-events: none;
	z-index: 2;
}

.view-event.view-display-id-block_3 .views-field-field-event-date-2 span {
	display: block;
}

.view-event.view-display-id-block_3 .views-field-field-event-date-2 span.month {
	font-size: 18px;
	line-height: 16px;
	letter-spacing: 0px;
}

.view-event.view-display-id-block_3 .views-field-field-event-description {
	line-height: 17px;
	font-size: 14px;
}

.view-event.view-display-id-block_3 .view-header {
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 30px;
}

.node-type-page.user-mod .page-title {
	display: none;
}


/* Expandable Content */

.views-field-nothing .expandable .view-content {
	margin:0px;
	overflow:hidden;
	height:0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.views-field-nothing .expandable.expanded .view-content {
	height:auto;
}

.views-field-nothing .expandable .expand-content {
	cursor:pointer;
	width: 100%;
	display:block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}

.views-field-nothing .expandable .expandable-footer {
	z-index: 5;
}

.views-field-nothing .expandable.expanded .expandable-footer {
	background: #fff;
	display: block;
	width: 100%;
}

.views-field-nothing .expand-content:before {
	display: block;
	content: '';
	background: url("img/gear-select.png") no-repeat 0px 0px;
	height: 20px;
	width: 30px;
	/* position: absolute; */
	right: 0px;
	z-index: 4;
	top: 0px;
	color: #26346d;
	float: right;
}

.views-field-nothing .expand-content:hover:before {
	background-position: 0px -18px;
}

.views-field-nothing .expandable {
	position: relative;
	box-sizing: border-box;
}

.views-field-nothing .expandable .view-content {
	text-align: center;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 18px;
	z-index:10;
}

.action-menu ul {
	background-color: #fff;
	border: 1px solid #ddd;
	white-space: nowrap;
	-moz-border-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px;
}

.views-field-nothing .expandable.expanded {
	top: 0;
	left: 0;
	box-sizing:  border-box;
}

.action-menu ul li {
	padding-left: 35px;
	position: relative;
	list-style: none;
	list-style-type: none;
}

.action-menu li a:hover,
.action-menu li .share-link:hover {
	color: #6d6d6d;
}

.action-menu li a:before,
.action-menu li .share-link:before {
	display: block;
	width: 20px;
	height: 20px;
	background: #ccc;
	content: '';
	position: absolute;
	top: 2px;
	left: 0px;
}

.action-menu li a:hover:before,
.action-menu li .share-link:hover:before {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}


.action-menu li.view a:before {background: url("img/view.png") no-repeat center;background-size: contain;}
.action-menu li.edit a:before {background: url("img/edit.png") no-repeat center;background-size: contain;}
.action-menu li.analytics a:before {background: url("img/analytics.png") no-repeat center;background-size: contain;}
.action-menu li.share .share-link:before {background: url("img/share.png") no-repeat center;background-size: contain;}
.action-menu li.delete a:before {background: url("img/delete.png") no-repeat center;background-size: contain;}

li.share {
	color: #606e7a;
	font-weight: 700;
	cursor: pointer;
}

li.share:hover {
	color: #222;
}

.share-content h2 {
	padding: 10px;
	display: block;
	box-sizing: border-box;
}

.share-content h2.title {
	font-weight: 700;
}

.share-content .url {
	display: block;
	border-radius: 0;
	font-size: 16px;
	line-height: 20px;
	background: #ffffff;
	border: 1px solid #ccc;
	overflow-wrap: break-word;
	word-wrap: break-word;
	width: auto;
	margin: 10px;
}

.share-content {
	background: #eee;
	display: block;
	padding: 10px;
	box-sizing:  border-box;
	text-align: center;
	cursor:  initial;
	border-radius: 4px;
}


.share-block {
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	z-index: 12;
	box-sizing: border-box;
	display: none;
}

.share.open .share-block {
	display: block;
	box-sizing:  border-box;
}


.share.open:before {
	display: block;
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.75;
	position: fixed;
	z-index: -2;
}

.action-menu .share-footer .share-link.cross:before {
	content: 'X';
	text-align: center;
	line-height: 26px;
	color: #fff;
	top: 7px;
	right: 8px;
	left: auto;
	background: #606f7a;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border: 2px solid #fff;
	margin: 0;
	z-index: 15;
	position: absolute;
}

/* Pricing Plans */

#pricing-table {
	overflow: hidden;
	max-width: 1000px;
	display: block;
	margin: 20px auto;
}

#pricing-table .plan {
	display: inline-block;
	border: 1px solid #ddd;
	vertical-align:  top;
	width: 30%;
	margin:  0 1%;
	background: #fff;
	padding-bottom: 50px;
}

#pricing-table .plan#most-popular {
	border-color: #edce58;
}

#pricing-table .plan#most-popular h3:before {
	content: '*** Recommended ***';
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	display: block;
	position: absolute;
	background: #edce57;
	left: 0px;
	top: 8px;
	height: 20px;
	font-weight: 700;
	color:  #fff;
}

#pricing-table .plan h3 {
	padding-top: 30px;
	position: relative;
	margin-bottom: 20px;
}

#pricing-table ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#pricing-table h3 > span {
	display: block;
	font-size: 34px;
	line-height: 37px;
	color: #001c2a;
}

#pricing-table .plan#most-popular h3 span.extra-info,
#pricing-table h3 span.extra-info {
	font-size: 14px;
	line-height: 20px;
	border: none;
	vertical-align: top;
	min-height: 20px;
}

#pricing-table .plan#most-popular h3 span.extra-info {
	font-weight: 400;
}

#pricing-table .plan#most-popular h3 span span.extra-info
#pricing-table .plan h3 span span.extra-info {
	display: inline-block;
	vertical-align: top;
}

#pricing-table .plan .signup {
	background: #edce58;
	color: #fff;
	display: block;
	padding: 10px;
	max-width: 160px;
	margin: 5px auto;
	letter-spacing: 1px;
	font-size: 16px;
	box-sizing:  border-box;
}

#pricing-table .plan .signup:hover {
	opacity: 0.8;
}

#pricing-table .plan#most-popular .signup {
	background: #001c2a;
}

#pricing-table h3 {
	/* background: #f8f8f8; */
	margin:  0;
	padding: 10px;
}

#pricing-table .plan#most-popular h3 {
	background: #edce57;
}

#pricing-table ul {
	padding: 20px;
}

#pricing-table .plan#most-popular h3 span {
	font-weight: 700;
	font-size: 40px;
	border-bottom: 1px solid #001c2a;
	max-width: 120px;
	margin: 0 auto;
}

#edit-field-images {
	float: none;
	width: 100%;
}

#edit-field-images thead {
	display: none!important;
}

.group-main-files {
	float: right;
	width: 80%;
	box-sizing: border-box;
}

.group-event-details fieldset .fieldset-wrapper legend,
.group-main-files fieldset .fieldset-wrapper legend,
.group-event-details .field-name-field-event-date .form-item.form-type-textfield label {
	display: none;
}

.group-event-details .form-wrapper,
.group-event-details .field-name-field-event-date fieldset.date-combo .container-inline-date .date-padding,
.group-main-files fieldset .fieldset-wrapper .form-wrapper {
	padding: 0px;
	border:  none;
}

.group-event-details .field-name-field-event-date .fieldset-wrapper {
	padding-top: 24px;
}

.group-event-details .field-name-field-event-date fieldset {
	margin-bottom: 0!important;
}

.group-event-details .field-name-field-event-date legend {
	background: none;
	padding: 0;
	font-weight: 600;
}

.group-event-details .form-item-title {
	text-align: left;
}

.group-event-details .field-name-field-event-description .filter-wrapper {
	display: none;
}

.form-disabled {
  opacity:0.6;
  position:relative;
  cursor:not-allowed
}

.form-disabled * {
	pointer-events:none;
}

.form-disabled:hover:before {
	content:"Upgrade to use this feature";
	position:absolute;
	top:0px;
	left:0px;
	background:red;
	color:#fff;
	font-weight:bold;
	padding:3px 10px;
}

#user-profile-form .field-name-field-business-name,
#user-profile-form .field-name-field-facebook-page-id,
#user-profile-form .field-name-field-subdomain {
	background:#f8f8f8 url('img/24_business.png') no-repeat 10px 20px;
	padding:5px 10px 5px 50px;
	border-radius:10px;
	margin-top:10px;
	display:inline-block;
	width:100%;
	box-sizing: border-box;
}

#user-profile-form .field-name-field-facebook-page-id {background-image:url('img/24_fb.png');}
#user-profile-form .field-name-field-subdomain {background-image:url('img/24_subdomain.png');}

#user-profile-form .collapsible legend,
.group-account-details legend								  {padding-left: 36px;background:url('img/24_boothgallery.png') no-repeat 10px 8px;}
#user-profile-form .group-share-links legend				  {background:url('img/24_star.png') no-repeat 10px 7px;}
#user-profile-form .collapsible#edit-timezone legend 		  {background:url('img/24_clock.png') no-repeat 10px 7px;}
#user-profile-form .collapsible#edit-mimemail legend 		  {background:url('img/24_email.png') no-repeat 10px 7px;}
#user-profile-form .collapsible.group-default-branding legend {background:url('img/24_brush.png') no-repeat 10px 10px;}
#user-profile-form .collapsible.api-credentials legend  	  {background:url('img/24_key.png') no-repeat 10px 10px;}
#user-profile-form .group-account-details legend  			  {background:url('img/24_person.png') no-repeat 10px 10px;height:36px;padding-left: 50px;}
#user-profile-form #edit-block legend 						  {background:url('img/24_pencil.png') no-repeat 10px 10px;}

.node-event_gallery-form fieldset {border-color: #f8f8f8;border-radius: 10px;}
.node-event_gallery-form fieldset legend {border-radius: 10px 10px 0 0;padding-left: 36px;background: #f8f8f8 url('img/24_image.png') no-repeat 10px 5px;}

.node-event_gallery-form .group-videos legend {background:#f8f8f8 url('img/24_video.png') no-repeat 10px 5px;}
.node-event_gallery-form .group-event-details legend {background:#f8f8f8 url('img/24_calendar.png') no-repeat 8px 5px;}
.node-event_gallery-form .group-branding legend {background:#f8f8f8 url('img/24_brush.png') no-repeat 8px 5px;}
.node-event_gallery-form .group-privacy legend {background:#f8f8f8 url('img/24_padlock.png') no-repeat 8px 4px;}
.node-event_gallery-form .group-automation legend {background:#f8f8f8 url('img/24_sync.png') no-repeat 7px 4px;}
.node-event_gallery-form .group-downloads legend {background:#f8f8f8 url('img/24_download.png') no-repeat 7px 5px;}

.node-event_gallery-form .field-type-datetime legend {background: none;}

.node-event_gallery-form .group-videos table {
	background: #f8f8f8;
}

.node-event_gallery-form .group-videos table th {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px;
	border-color: #f8f8f8;
}

.node-event_gallery-form .group-videos table th:nth-child(2) {
	font-size: 0px;
}

.node-event_gallery-form .group-videos table th:nth-child(2):after {
	content: "Display Order";
	font-size: 14px;
}

.node-event_gallery-form .group-videos table td:nth-child(2) {
	display: table-cell !important;
}

.node-event_gallery-form .group-videos table .form-submit {
	margin: 2px auto;
	display: block;
}
.node-event_gallery-form .group-videos table select {
	margin: 0;
}

.node-event_gallery-form .group-videos table th:last-child {
	text-align: center;
	display: none;
}

.node-event_gallery-form .group-videos .fieldset-description span {
	font-size: 12px;
}

.node-event_gallery-form .group-videos .fieldset-description {
	margin-bottom: 10px;
}

/* remove when live - hidden for current users...*/

.node-event_gallery-form .field-name-field-display-image {
	/* display: none; */
}

/* ...to here */

.group-privacy .field-name-field-display-image * {
	width: initial;
}


#user-profile-form .fieldset-legend,
.group-account-details legend {
    height: 26px;
}

#user-profile-form fieldset {
	margin-bottom: 10px!important;
	background: #f8f8f8;
	border: none;
	border-radius: 10px;
}

#user-profile-form .group-account-details input,
#user-profile-form .group-account-details .description,
#user-profile-form .confirm-parent,
#user-profile-form .password-parent {
	box-sizing: border-box;
	min-width: 10px;
	width: auto;
}

#user-profile-form fieldset legend a,
.group-account-details legend {
	font-weight: 700;
	width: 100%;
	display:block
}

.password-strength {
	width: 280px
}

#user-profile-form select {
	background: #fff url("img/arrow.png") no-repeat right top;
	cursor: pointer;
}

#user-profile-form fieldset legend {
	background: #f8f8f8;
	border-radius: 10px;
}

#user-profile-form .description {
	line-height: 17px;
}

.form-item .description,
.text-format-wrapper .description {
	font-size: 13px;
	line-height: 17px;
}

/* Register */

.page-user-register .group-account-details legend {
	display: none;
}

.page-user-register .group-account-details {
	padding: 0;
	border: none;
}

.page-user-register .group-account-details .description {
	display:none;
}

.page-user-register .group-account-details .form-item {
	margin-top: 0;
}

.page-batch .mastercontainer {
	text-align:center;
	padding-top:50px;
}

.page-batch .page-title {
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:15px;
}

.progress .filled {
  background: #f2c926;
}

.page-batch .message {
	font-size:18px;
	text-align:center;
	width:100%;
	display:block;
	line-height:50px;
	margin-top:10px;
	color:#001c29;
	font-weight:normal;
}

.page-batch .message .upload-message {
	font-size:22px;
	color:#9aa2a9;
	font-weight:bold;
}

.page-user-plan .packages,
.page-user-plan .update-upgrade {
	overflow:hidden;
	border:1px solid #edce58;
	padding:1%;
	margin-top:30px;
}

.page-user-plan .packages.claim-boothbook {
	background: #5898db;
	color: #fff;
	text-align: left;
	border: none;
	padding: 2%;
}

.page-user-plan .packages.claim-boothbook input {
	margin-bottom: 5px;
	width: 24.5%;
}

.page-user-plan .packages.claim-boothbook input:last-child {
}

.page-user-plan .packages.claim-boothbook h2 {
	color: #fff;
	margin-top: 0;
}

.page-user-plan .packages.claim-boothbook a {
	color: #fff;
}

.page-user-plan .packages.claim-boothbook p {
	margin-bottom: 0;
}

.page-user-plan .packages .plan,
.page-user-plan .update,
.page-user-plan .upgrade {
	float:left;
	width:48%;
	background:#f8f8f8;
	padding:10px 10px 20px 10px;
	margin:1%;
}

.page-user-plan .update p,
.page-user-plan .upgrade p {
	line-height: 20px;
	font-size: 14px;
	margin-top: 10px;
}

.page-user-plan .upgrade .form-submit {
	position: relative;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	background: #1275ff;
	background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
	border: 1px solid #1275ff;
}

.page-user-plan .upgrade .form-submit:hover {
	opacity:1;
}

#block-views-admin-views-user-block-1 {
	overflow: hidden;
	position: relative;
	margin: 10px 0;
}

#block-views-admin-views-user-block-1 .views-field-field-business-name {
	float: left;
}

#block-views-admin-views-user-block-1 .views-field-views-conditional {
	float: right;
	text-align: right;
}

#block-views-admin-views-user-block-1 .views-field-views-conditional a {
	background: #edce58;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	padding: 8px;
	letter-spacing: 1px;
	display:  block;
	text-align: center;
	margin: 5px 0;
}

#block-views-admin-views-user-block-1 .views-field-views-conditional a:hover {
	opacity: 0.8;
}

/** user mod pages **/
.user-mod #block-block-1,
.user-mod #content_top{
	display: none;
}

.user-mod .mastercontainer {
	padding-top:50px!important;
}

.boothbook {
	background:#5898db url('img/bb.png') no-repeat 10px 9px;
	background-size:100px;
	color:#fff;
	padding:10px 10px 10px 120px;
	margin-bottom:20px;
	text-align:right;
	line-height: 18px;
}

.boothbook.success {
	color: #ffffff;
}

.boothbook a {
	color:#fff;
}

.page-access {
	text-align:center;
}

.page-access .page-title {
	background:url(img/locked_64.png) no-repeat center top;
	padding-top:80px;
	margin-top:20px;
}

.success{
	color: green;
}
.error{
	color: red;
}
.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
	display: none;
}

.spinner > div {
  background-color: #edce59;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.social-share-wrapper .spinner{
	display: block!important;
	margin: 0 auto;
}
.download-warning{
	border-bottom: solid 1px #edce59;
display: inline-block;
}
.file-resup-wrapper .item-list ul li {
	display:none;
}

#block-boothgallery-base-quick-start {
	margin-bottom:20px;
	z-index:1;
	position:relative;
}

#block-boothgallery-base-quick-start .content:after {
	content:"";
	position:fixed;
	/* background:rgba(255, 255, 255, 0.78); */
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:-1;
	pointer-events:none
}

#block-boothgallery-base-quick-start .content {
	background: #f8f8f8 url(img/g_96.png) no-repeat bottom 10px right 10px;
	padding:20px;
	box-sizing:border-box;
}

#block-boothgallery-base-quick-start .content h2 {
	font-size:30px;
	line-height:35px;
	font-weight:bold;
	color: #606e7a;
	display:block;
	margin:0;
}

#block-boothgallery-base-quick-start .content h3 {
	font-size:15px;
	line-height:18px;
	color: #606e7a;
	font-weight:bold;
	margin:10px 0 20px 0;
	display:block;
	letter-spacing:0px;
}

#block-boothgallery-base-quick-start .content ul {
	margin-left:20px;
	font-weight:bold;
	list-style:none;
	margin:0;
}

#block-boothgallery-base-quick-start .content ul li {
	max-width:400px;
	width:100%;
	margin-bottom:10px;
	padding:0 25px 0 5px;
	position:relative;
	border-radius:5px;
	color:#ffffff;
}

#block-boothgallery-base-quick-start .content ul li.complete-yes {
	background:#6cb37b;
	color:#3f6547
}

#block-boothgallery-base-quick-start .content ul li.complete-no {
	background: #c55353;
}

#block-boothgallery-base-quick-start .content ul li.complete-yes:before {
	content:"✔";
	text-shadow:
	   -1px -1px 0 #ffffff,
		1px -1px 0 #ffffff,
		-1px 1px 0 #ffffff,
		 1px 1px 0 #ffffff;
	position:absolute;
	top:-5px;
	right:-5px;
	font-size:30px;
	color:#5898db;
}

#block-boothgallery-base-quick-start a.help {
	display: inline-block;
	float: none;
	margin-left: 5px;
	margin: 3px 0 0 5px;
	line-height: 14px;
	font-size:  11px;
	height: 18px;
	width: 19px;
}

a.help {
	position: relative;
	display: block;
	z-index: 2;
	color: #5797db;
	font-size: 12px;
	line-height: 16px;
	width: 20px;
	height: 20px;
	text-align:  center;
	border-radius: 30px;
	background: #fff;
	border: 2px solid #619edd;
	float: right;
	box-sizing:  border-box;
	margin: 1px;
}


a.help:after {
	content: '?';
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 16px;
	height: 16px;
	box-sizing:  border-box;
}

.description a.help {
	width: 16px;
	height: 16px;
	font-size: 11px;
	line-height: 13px;
}

.description a.help:after {
	left: -2px;
}

#block-boothgallery-base-quick-start li.complete-yes a.help {
	display: none;
}

.social-result {
    display: inline-block;
    margin: 10px;
    padding: 5px 20px;
    background-color: aliceblue;
	color: white;
}
span.number {
    font-weight: bold;
    margin-left: 20px;
}
.social-result.fb {
    background-color: #3b5998;
}
.social-result.tw {
    background-color: #1da1f2;
}
.social-result.gp {
    background-color: #dd4b39;
}
.social-result.pi {
    background-color: #bd081c;
}
.download-link .fa-circle:before{
    color: #edce59;
}

.boothbook-field {
	height:33px;
	width:30px;
	background:#5691cf url('img/b.png') no-repeat center center;
	display:inline-block;
	float:left;
	border-radius:3px 0px 0px 3px;
}

.boothbook-field-input {
	width:calc(100% - 30px)!important;
	border-radius:0px 3px 3px 0px;
	border-color:#5691cf;
	margin:0px;
}

.share-review-box {
    padding: 10px;
    border: solid 1px gainsboro;
}
a.facebook-review {
    background-color: #3b5998;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
}
a.google-review {
    background-color: #c92228;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(1, 1, 1, 0.6);
    height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: 99999;
}
.close-popup {
    margin-bottom: -5px;
    font-size: small;
    margin-top: 30px;
		cursor: pointer;
}
.popup-review-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 30px;
	text-align: center;
	border-radius: 5px;
	width: 90%;
	max-width: 550px;
}

div.image-preview.rotate-enabled {
    padding-left: 9px;
}

div.image-preview.rotate-enabled a.rotate-icon {
	color:#606e7a;
	background:#dddddd;
	font-size:20px;
	line-height:20px;
	border-radius:50%;
	padding:1px 3px;
	left:5px;
}

/* Adverts */

.view-adverts {
	text-align: center;
}

.view-adverts .views-row {
	display: inline-block;
	width: 49.8%;
	vertical-align:  top;
	box-sizing:  border-box;
	position:  relative;
	overflow: hidden;
	max-height: 200px;
	margin-bottom: 5px;
}

.view-adverts .views-row img {
	width: 100%;
	height: auto;
}

#block-views-adverts-block-1 .view-adverts .views-row {
	width: 33.1%;
}

#block-views-adverts-block,
#block-views-adverts-block-1 {
	margin: 10px 0
}

/* Hide Facebook Synced Areas */

#user-profile-form #edit-field-facebook-page-id {
	display: none;
}

#block-views-event-block-1 .views-field-field-password-protection .facebook {
	display: none;
}

.asset-tabs {
	border-bottom:1px solid #ccc;
	margin:40px 0;
}

.asset-tabs a {
	display:inline-block;
	padding:10px 20px;
	border:1px solid #ccc;
	border-radius:10px 10px 0 0;
	background:#ccc;
	margin:0px 5px -1px 5px;
}

.asset-tabs a.active {
	background:#fff;
	border-bottom:1px solid #fff;
	pointer-events:none;
}