/* MOODBOARD */

#rum_sst_tab {
	display: none;
}
	
.sf_animscroll {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sf_animscroll.sf_animtop {
  -moz-transition-property: margin-top;
  -o-transition-property: margin-top;
  -webkit-transition-property: margin-top;
  transition-property: margin-top;
}
.sf_animscroll.sf_animleft {
  -moz-transition-property: margin-top;
  -o-transition-property: margin-top;
  -webkit-transition-property: margin-top;
  transition-property: margin-top;
}


#sf_mb input[type="submit"]
{
    border: 0;
    width: 80px;
    height:25px;
	font: normal Montserrat;
    background: #333333;
	float:right;
	margin-bottom:20px;
	margin-right:17px;
	color:#FFFFFF;
}
.sf_mb_label {
	margin-top: -190px;
}
.sf_mb_label.sf_mb_open {
	right: 420px !important;
}

#sf_mb {
	display: none;
	position: fixed;
	top: 4%;
	right: 0;
	width: 434px;
	bottom: 1%;
	border: 16px solid #333;
	border-bottom: 40px solid #333;
	background: white;
	z-index: 9000;
	overflow: visible;
	-webkit-box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.83);
	-moz-box-shadow:    1px 1px 20px 0px rgba(50, 50, 50, 0.83);
	box-shadow:         1px 1px 20px 0px rgba(50, 50, 50, 0.83);
}
#sf_mb.sf_mb_open {
	display: block;
}
#sf_mb h1 {
	font-weight: 100;
	text-align: center;
}
#sf_mb_img_form {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: calc(100% - 30px);
}
#sf_mb_pics {
	background-color: white;
	color: black;
	position: relative;
	vertical-align: top;
	width: 300%;
	height: 100%;
	-webkit-transition: margin 2s;
	transition: margin 1.5s;
}

#sf_mb_pics.cols {
    
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    
    -webkit-column-fill: auto;
    -moz-column-fill: auto;	
	column-fill: auto;
}

.3col > br {
    -webkit-column-span: all;
    column-span: all;
}

.sf_mb_tile {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	margin: 8px 0 0 8px;
}
.sf_mb_tile img {
	width: 100%;
	height: auto;
	display: block;
}
.sf_mb_tile img.close_button {
	position: absolute;
	top: 5px;
	right: 5px;
	width: auto;
	height: auto;
	outline: none;
	cursor: pointer;
}
.sf_mb_tile h5{
	margin: 0.2em 0;
	font-weight: 300;
	font: normal 13px Montserrat;
	letter-spacing: 0px;
}

#sf_mb_frame {
	width: 100%;
	height: 100%;
}

#sf_mb_actions {
	text-align: right;
}
#sf_mb_actions {
	
}
#sf_mb_nav {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	height: 38px;
	top: 100%;
	margin-top: 2px;
	z-index: 100;
}
#sf_mb_nav .mb_arrows {
	height: 20px;
}
#sf_mb_nav button.sf_mb_arrow {
	margin: 5px 10px 0 10px;
	padding: 1px 8px;
	height: 20px;
	font-size: 12px;
	line-height: 14px;
}
#sf_mb_nav button.sf_mb_arrow:disabled {
	color: #666;
}
#sf_mb_nav button.sf_mb_arrow:disabled:hover {
	background-color: transparent;
	border-color: transparent;
}
#sf_mb_nav button {
	height: auto;
	line-height: auto;
}
#sf_mb_nav div.mb_buttons {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0;
}
#sf_mb_nav .sf_mb_button {
	width: 40px;
	height: 36px;
	margin: 0 3px;
	padding: 0;
}
#sf_mb_nav button#sf_mb_pdf {
	background: transparent url(../images/buttons/mb_pdf.png) no-repeat scroll center center;
}
#sf_mb_nav button#sf_mb_email {
	background: transparent url(../images/buttons/mb_email.png) no-repeat scroll center center;
}
#sf_mb_nav button#sf_mb_print {
	background: transparent url(../images/buttons/mb_print.png) no-repeat scroll center center;
}

/* MOBILE */

@media only screen and (max-width: 799px) {
	#sf_mb {
		display: none;
		position: fixed;
		top: 4%;
		right: 0;
		width: 95%;
	}
	.sf_mb_label.sf_mb_open {
	    right: 93% !important;
	}
	
	#sf_mb_pics.cols {
		-webkit-column-count: 0;
		-moz-column-count: 0;
		column-count: 0;
		-webkit-column-fill: auto;
		-moz-column-fill: auto;
		column-fill: auto;
	}
	
	.sf_mb_tile {
	    display: inline-block;
	    vertical-align: top;
	    box-sizing: border-box;
	    position: relative;
	    margin: 8px 0 0 8px;
	    width: 46%;
	}
}