/* 
 * Affero - RapidWeavear 6 Theme
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.1.1
 * - Fixed odd menu disapearing bug
 */
html, body {padding: 0;margin: 0;}
html {height: 100%;}
body {font-family:helvetica, sans-serif;line-height: 22px;min-height: 100%;position: relative;-webkit-text-size-adjust: none;}
body * {text-shadow: none;}å
h1, h2, h3, h4, h5, h6 {margin: 10px 0 10px 0;}
/*h1 {font-size: 24px}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}*/
p {margin: 0 0 10px 0;}
p:empty {margin: 0 0 0 0;}
a, a:link, a:active, a:visited, a:hover {text-decoration: none;}
hr {border-top: 1px solid rgba(0,0,0,0.3); border-bottom: 1px solid rgba(255,255,255,0.20); margin-left: 0px; margin-right: 0px;}
/* -------------------------------- MENU */
.mm-menu {}
.mm-menu .mm-list {padding-top:0px;}
.mm-menu h1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15); 
	padding: 10px 20px;
	font-size: 28px;
	margin: 0 -20px 0 -20px;
}
.mm-menu img {
	max-width: 100%;
	height: auto;
}
.mm-menu .affero-site-link img {
	margin-left: -10px;
	margin-right: -10px;
}
.mm-menu .mm-footer {
	text-align: left;
}

.mm-menu .affero-current-page {
	color: #fff;
	background: rgba(0, 0, 0, 0.1); 
}
.mm-menu .affero-current-ancestor {
	color: #fff;
	background: rgba(0, 0, 0, 0.1); 
}
.mm-menu {
	color: #fff;
	color: rgba(255, 255, 255, 0.7); 
}
.mm-menu .mm-list > li:after {
	border-color: rgba(0, 0, 0, 0.15); 
}
.mm-menu .mm-list > li > a.mm-subclose {
	background: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.5); }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
	border-color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:before {
	border-color: rgba(0, 0, 0, 0.15); 
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
	background: rgba(0, 0, 0, 0.1); 
}
.mm-menu .mm-list > li.mm-label {
	background: rgba(255, 255, 255, 0.05); 
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(255, 255, 255, 0.05); 
}
html.mm-opened .mm-page {
	box-shadow: none;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	margin-left: 0px;
}
aside h3, aside h4, aside h5 {
	padding: 5px 20px;
	margin-left: -20px;
	margin-right: -20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: rgba(0, 0, 0, 0.15); 
}
#affero-menu-toggle {
	display: block;
	width: 43px;
	height: 38px;
	margin: 30px 0 0 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
#affero-menu-toggle:active, .mm-opened #affero-menu-toggle {
	transition: all 0.4s;
	-moz-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transform: translateY(0px) !important;
	-moz-transform: translateY(0px) !important;
	-o-transform: translateY(0px) !important;
	transform: translateY(0px) !important;
}
#affero-menu-toggle:before,
#affero-menu-toggle:after,
#affero-menu-toggle span {
	content: '';
	display: block;
	width: 31px;
	height: 5px;
	position: absolute;
	left: 5px;
	border-radius: 2px;
}
#affero-menu-toggle:before {
	top: 8px;
}
#affero-menu-toggle:after {
	bottom: 5px;
}
#affero-menu-toggle span {
	top: 50%;
	margin-top: -1px;
}
#affero-menu-toggle:before,
#affero-menu-toggle:after,
#affero-menu-toggle span {
	transition: all 0.3s;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s; 
}
html.mm-opening #affero-menu-toggle span {
	background-color: transparent;
}
html.mm-opening #affero-menu-toggle:before {
	transform: rotate(45deg) translate(5px, 5px);
	-moz-transform: rotate(45deg) translate(5px, 5px);
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	-o-transform: rotate(45deg) translate(5px, 5px);
}
html.mm-opening #affero-menu-toggle:after {
	transform: rotate(-45deg) translate(7px, -8px);
	-moz-transform: rotate(-45deg) translate(7px, -8px);
	-webkit-transform: rotate(-45deg) translate(7px, -8px);
	-o-transform: rotate(-45deg) translate(7px, -8px);
}

/* -------------------------------- PAGE */
#affero-page {
	width: 100%;
	overflow: visible;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
#affero-page h2.affero-slogan {
	text-align: center;	
}
.affero-padding {
	padding: 20px 50px 20px 50px;
}
nav:not(.mm-menu){
	display: none;
}
header {
	display: block;
}
.affero-banner {
	text-align: center;
}
.affero-banner img {
	margin-bottom: -5px;
	max-width: 100%;
}
.affero-banner .slider-instructions {
	padding: 20px 50px;
	text-align: left;
	display: none;
	background: #ddd;
}
.affero-banner .slider-instructions strong {
	font-size: 20px;
	margin-left: 10px;
}
.affero-banner .slider-instructions li {
	margin: 10px 0;
}
.affero-header,
.affero-content,
.affero-footer{
	
}
.affero-header {
	box-sizing: border-box;	
	width: 100%;
	padding: 0px 50px 0px 50px;
}
.affero-header img {
	margin-top: 15px;	
}
.affero-footer {
	line-height: 40px;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 5px 20px;
}
.affero-content {
	
}
/* -------------------------------- IMAGES */
.imageStyle {
	width: auto;
	max-width: 100%;
	height: auto;
	background: #fff;
  	position:relative;  
  	border-radius: 2px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/* -------------------------------- BREADCRUMBS */
.affero-breadcrumbs {
	padding: 0;
	margin-bottom: 20px;
}
.affero-breadcrumbs li {
	display: inline-block;
}
/* -------------------------------- PHOTO ALBUM */
@media (max-width: 600px){
 	.thumbnail-frame {
		width: 295px !important;
	}
	#fullResImage {
		width: 290px !important;
		height: auto !important;
	}
	.thumbnail-wrap {
		margin-left: -20px !important;
	}
}
.album-title {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
}
.album-description {
	
}
.album-wrapper {
	margin: 0 auto;
	position: relative;
	display: inline-block;
}
.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	height: auto;
	margin-bottom: 40px;
	margin-right: 10px;
	margin-left: 10px;
}
.thumbnail-frame {
    position: absolute;
    top: 0;
    left: 0;
}
.thumbnail-frame img {
    margin: auto;
    border: none;
    overflow: hidden;
    position: relative;
    display: block;
}
.thumbnail-frame img {
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}

.thumbnail-caption {
	
}

.thumbnail-frame {
	
}

.thumbnail-frame p {
	margin: 10px 0 15px 0;
}
.thumbnail-frame:hover p {
}
/* -------------------------------- PHOTO PAGE */
.photo-background {
	text-align: center;
}

.photo-navigation {
	margin: 6px auto; 
	text-align: center;
	padding: 15px 0;
	max-width: 640px;
	width: 100%;
}

.photo-navigation a, .photo-navigation a:visited {
	text-decoration: none;
}

.photo-navigation a:hover {
	
}

.photo-frame {
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-size: 28px;
	margin: 0;
}

.photo-caption {
	padding: 0px;
	font-size: 1.25em;
}
/* -------------------------------- MOVIE PAGE */
.movie-description {
	text-align: center;
}
.movie-page-title {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
}

.movie-page-description {
	
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 5px;
	text-align: center;
	margin-bottom: 60px;
}
.movie-thumbnail-frame img{
	width: 190px;
	height: 140px;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}
.movie-thumbnail-frame {}

.movie-thumbnail-frame a {
	
	  
}
.movie-thumbnail-frame:hover {}
.movie-thumbnail-caption {
	text-align: center;
	margin-bottom: 3px;
}
.movie-thumbnail-frame {
	overflow: hidden;
}

.movie-thumbnail-frame .movie-thumbnail-caption {
	
	
}
.movie-thumbnail-frame:hover .movie-thumbnail-caption {

	

}
/* -------------------------------- SITE MAP */
.sitemap-header h1 {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
}
.rw-sitemap {
	font-size: 1.25em;
}
.rw-sitemap .tree {
	list-style: none;
}
.rw-sitemap .tree ul {
	margin: 0;
	padding-left: 20px;
	font-size: 1em;
}
/* -------------------------------- MOVIE */
.movie-background {
	background: #ffffff;
	margin-top: 5px;
}
.movie-title {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
}
.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
/* -------------------------------- FILE SHARING */
.filesharing-description {
	margin: 0px 0 0 0;
}
.filesharing-description h1 {
	font-size: 20px;
	margin: 15px 0;
}
.filesharing-item-title {
	width: auto;
	display: inline-block;
	margin: 20px 0 10px 0;
	padding: 0 !important;
}
.filesharing-item-title a {
	padding: 18px 24px 18px 55px;
	font-size: 16px;
	display: inline-block;
	text-align: left;
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.3s ease, color 0.3s ease;
}
.filesharing-item-title:active,
.filesharing-item-title.active {
  outline: 0;
  box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.0), inset 0 -6px 20px 7px rgba(0, 0, 0, 0.3), 0 2px 6px 0 rgba(0, 0, 0, 0), inset 0 1px 2px 0 rgba(0, 0, 0, 0.6);
}
.filesharing-item-title:after {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 74px;
  line-height: 56px;
  font-size: 36px;
  border-radius: 4px;
  box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  padding: 8px 0px 8px 16px;
  content:"\e026";
  font-family:'Glyphicons Halflings';
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.filesharing-item-description {
	
}
/* -------------------------------- CONTACT */
.message-text h1{
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
} 
.required-text {
} 
.form-input-field {
	color: #777;
	outline: 0;
	max-width: 100%;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	box-shadow: 0px -1px 3px rgba(0,0,0, .12), inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px -1px 3px rgba(0,0,0, .12), inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -1px 3px rgba(0,0,0, .12), inset 0 1px 0px rgba(255,255,255,0.15), inset 0 -1px 0px rgba(0,0,0,0.3);
	height: auto;
	padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea.form-input-field {
	box-shadow: 0px -1px 3px rgba(0,0,0, .12), inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px -1px 3px rgba(0,0,0, .12), inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -1px 3px rgba(0,0,0, .12), inset 0 1px 0px rgba(255,255,255,0.15), inset 0 -1px 0px rgba(0,0,0,0.3);
	width: 315px;
} 
.button {
	display: inline-block;
	margin-top: 8px;
}
.form-input-button, .button, .filesharing-item-title {
  position: relative;
  outline: none;
  cursor: pointer;
  border: 1px solid;
  border-color: rgba(0,0,0,0.4) rgba(0,0,0,0.3) rgba(0,0,0,0.4);
  padding: 18px 24px;
  border-radius: 4px;
}
.form-input-button:after, .button:after {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 0;
  display: block;
  border-radius: 4px;
  content:"";
  width: 100%;
  height: 100%;
  padding: 8px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.form-input-button:hover, .button:hover {
}
.form-input-button:active, .button:active {
  border-color: rgba(0,0,0,0.5) rgba(0,0,0,0.4) rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.5);
  border-bottom: 1px solid rgba(0,0,0,0.5);
  background-color: rgba(0,0,0,0.1);
}

/* -------------------------------- BLOG */
.blog-entry {
	margin-bottom: 40px;
	padding-bottom: 10px;
	padding: 0px 0px 15px 0px;
}
.blog-entry-title {
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	margin: 10px 0 5px 0;
	padding: 5px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.25);
}
.blog-entry-tags {
	margin: 15px 0 0 0;
}
.blog-entry-tags ul {

}
.blog-tag-cloud {
	display: inline-block;
	margin: 0 !important;
}
.blog-tag-cloud li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0px;
	list-style: none;
}
.blog-tag-cloud li a {
	padding: 5px;	
}
.blog-tag-cloud li:after {
    content: " /";
}
.blog-tag-cloud li:last-child:after {
    content: "";
}
.blog-entry-date {
	
}

.blog-entry-body {
	text-align: left;
	margin-top: 20px;
}

.blog-entry-comments {
	padding-top: 5px;
}

.blog-entry-category {
}

.blog-category-link-disabled {
}

.blog-category-link-enabled {
}

.blog-archive-headings-wrapper {
	margin-bottom: 2em;
}

.blog-archive-month {

}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
	margin: 0 5px;
}

.blog-archive-link-disabled {
	margin: 0 5px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
	margin: 0 5px;
}

.blog-category-link-disabled {
	margin: 0 5px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}
/* -------------------------------- FONTS */
@font-face {
    font-family: 'Quicksand';
    src: url('css/fonts/Quicksand_Book-webfont.eot');
    src: url('css/fonts/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Quicksand_Book-webfont.woff') format('woff'),
         url('css/fonts/Quicksand_Book-webfont.ttf') format('truetype'),
         url('css/fonts/Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Quicksand';
    src: url('css/fonts/Quicksand_Bold-webfont.eot');
    src: url('css/fonts/Quicksand_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Quicksand_Bold-webfont.woff') format('woff'),
         url('css/fonts/Quicksand_Bold-webfont.ttf') format('truetype'),
         url('css/fonts/Quicksand_Bold-webfont.svg#QuicksandBold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-ExtraLight-webfont.eot');
    src: url('css/fonts/SourceCodePro-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-ExtraLight-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-ExtraLight-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-ExtraLight-webfont.svg#SourceCodeProExtraLight') format('svg');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-ExtraLight-webfont.eot');
    src: url('css/fonts/SourceCodePro-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-ExtraLight-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-ExtraLight-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-ExtraLight-webfont.svg#SourceCodeProExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-Light-webfont.eot');
    src: url('css/fonts/SourceCodePro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-Light-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-Light-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-Light-webfont.svg#SourceCodeProLight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-Regular-webfont.eot');
    src: url('css/fonts/SourceCodePro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-Regular-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-Regular-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-Regular-webfont.svg#SourceCodeProRegular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-Semibold-webfont.eot');
    src: url('css/fonts/SourceCodePro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-Semibold-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-Semibold-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-Semibold-webfont.svg#SourceCodeProSemibold') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-Semibold-webfont.eot');
    src: url('css/fonts/SourceCodePro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-Semibold-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-Semibold-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-Semibold-webfont.svg#SourceCodeProSemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-Bold-webfont.eot');
    src: url('css/fonts/SourceCodePro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-Bold-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-Bold-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-Bold-webfont.svg#SourceCodeProBold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-Black-webfont.eot');
    src: url('css/fonts/SourceCodePro-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-Black-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-Black-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-Black-webfont.svg#SourceCodeProBlack') format('svg');
    font-weight: bold;
    font-style: normal;

}
 @font-face{
 	font-family:'Glyphicons Halflings';
 	src:url('css/fonts/glyphicons-halflings-regular.eot');
 	src: url('css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
 		 url('css/fonts/glyphicons-halflings-regular.woff') format('woff'),
 		 url('css/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
 		 url('css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
    font-family: 'caviar_dreams';
    src: url('css/fonts/CaviarDreams-webfont.eot');
    src: url('css/fonts/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/CaviarDreams-webfont.woff') format('woff'),
         url('css/fonts/CaviarDreams-webfont.ttf') format('truetype'),
         url('css/fonts/CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'caviar_dreams';
    src: url('css/fonts/CaviarDreams_Italic-webfont.eot');
    src: url('css/fonts/CaviarDreams_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/CaviarDreams_Italic-webfont.woff') format('woff'),
         url('css/fonts/CaviarDreams_Italic-webfont.ttf') format('truetype'),
         url('css/fonts/CaviarDreams_Italic-webfont.svg#caviar_dreamsitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'caviar_dreams';
    src: url('css/fonts/CaviarDreams_BoldItalic-webfont.eot');
    src: url('css/fonts/CaviarDreams_BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/CaviarDreams_BoldItalic-webfont.woff') format('woff'),
         url('css/fonts/CaviarDreams_BoldItalic-webfont.ttf') format('truetype'),
         url('css/fonts/CaviarDreams_BoldItalic-webfont.svg#caviar_dreamsbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}
@font-face {
    font-family: 'caviar_dreams';
    src: url('css/fonts/Caviar_Dreams_Bold-webfont.eot');
    src: url('css/fonts/Caviar_Dreams_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Caviar_Dreams_Bold-webfont.woff') format('woff'),
         url('css/fonts/Caviar_Dreams_Bold-webfont.ttf') format('truetype'),
         url('css/fonts/Caviar_Dreams_Bold-webfont.svg#caviar_dreamsbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'droid_sans';
    src: url('css/fonts/DroidSans-webfont.eot');
    src: url('css/fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/DroidSans-webfont.woff') format('woff'),
         url('css/fonts/DroidSans-webfont.ttf') format('truetype'),
         url('css/fonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face { 
    font-family: 'droid_sans';
    src: url('css/fonts/DroidSans-Bold-webfont.eot');
    src: url('css/fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('css/fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('css/fonts/DroidSans-Bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_slab';
    src: url('css/fonts/RobotoSlab-Light-webfont.eot');
    src: url('css/fonts/RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/RobotoSlab-Light-webfont.woff') format('woff'),
         url('css/fonts/RobotoSlab-Light-webfont.ttf') format('truetype'),
         url('css/fonts/RobotoSlab-Light-webfont.svg#roboto_slablight') format('svg');
    font-weight: 200;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_slab';
    src: url('css/fonts/RobotoSlab-Regular-webfont.eot');
    src: url('css/fonts/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/RobotoSlab-Regular-webfont.woff') format('woff'),
         url('css/fonts/RobotoSlab-Regular-webfont.ttf') format('truetype'),
         url('css/fonts/RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_slab';
    src: url('css/fonts/RobotoSlab-Bold-webfont.eot');
    src: url('css/fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/RobotoSlab-Bold-webfont.woff') format('woff'),
         url('css/fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'),
         url('css/fonts/RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_slab';
    src: url('css/fonts/RobotoSlab-Thin-webfont.eot');
    src: url('css/fonts/RobotoSlab-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/RobotoSlab-Thin-webfont.woff') format('woff'),
         url('css/fonts/RobotoSlab-Thin-webfont.ttf') format('truetype'),
         url('css/fonts/RobotoSlab-Thin-webfont.svg#roboto_slabthin') format('svg');
    font-weight: 100;
    font-style: normal;

}




/* -------------------------------- MEDIA QUERIES */
	.mm-menu {max-width: 440px;}
	.bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-controls-direction a.bx-next {
		top: 50%;
		margin-top: -20px;
		border-radius: 4px 4px 4px 4px;
	}
	html .mm-page {
		display: inline-block;
		width: 100%;
	}
	.affero-site-link {
		display: none;
	}
	.affero-padding {
		padding: 0px 30px 30px 30px;
	}
	.affero-header {
		padding: 0px 30px;
		text-align: center;
	}
	.affero-header h1 {
		font-size: 28px;
	}

/* -------------------------------- <=IE8 */
.ie8Message {
	display: inline-block;
	width: 100%;
}
.info-box {
	margin: 18px auto;
	padding: 18px 36px;
	opacity: 1;
	position: relative;
}
.box-warning {
	background: #f7d5d2 url(images/box-warning-icon.png) no-repeat 24px center;
	border: 1px solid #e3c6c3;
	color: #bf7069;
	padding-left: 86px;
}


















