
.banner-div {
    
}
.imageholder, .imageholder-album  {
	float: left;
	margin: 6px;
}
.imageholder-album {
    width: 444px;
    height: 300px;
    padding: 10px 6px;
    border: 1px solid #bdd4de;
    -webkit-box-shadow: 0px 8px 10px -4px rgba(135, 135, 135, 0.5);
	-moz-box-shadow:    0px 8px 10px -4px rgba(135, 135, 135, 0.5);
	box-shadow:         0px 8px 10px -4px rgba(135, 135, 135, 0.5);
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.imageholder-album:hover {
	background: #e1e7ea;
}
.imageholder a, .imageholder-album a {
    display: block;
    color: #2b3a42;
    font-family: 'arbutus_slabregular';
}
.fullwidth .imageholder, .fullwidth .imageholder-album {
	margin: 12px 12px 13px 13px;
}
.content-div .imageholder img, .content-div .imageholder-album img  {
    background: none;
    padding: 0px;
    border: none;
    margin: 0 auto;
    margin-left: 7px;
   
}
 .imageholder-album img {
 	width: 430px;
    height: 275px;
 }
.sidemenu-category-album {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}
.sidemenu-category-album:hover {
    text-decoration: none;
}
.fullwidth a {
	color: #81afb5;
	font-family: 'noto_sansregular';
}
a {
	color: #81afb5;
	font-family: 'noto_sansregular';
}
.fullwidth .imageholder a img {
	padding: 5px;
	border: 1px solid #efefef;
	-webkit-box-shadow: 0px 8px 10px -4px rgba(135, 135, 135, 0.5);
	-moz-box-shadow:    0px 8px 10px -4px rgba(135, 135, 135, 0.5);
	box-shadow:         0px 8px 10px -4px rgba(135, 135, 135, 0.5);
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.fullwidth .imageholder a img:hover {
	-webkit-box-shadow: 0px 8px 10px -4px rgba(135, 135, 135, 0.85);
	-moz-box-shadow:    0px 8px 10px -4px rgba(135, 135, 135, 0.85);
	box-shadow:         0px 8px 10px -4px rgba(135, 135, 135, 0.85);
	border: 1px solid #c6c7c9;
}

.main {
	margin-bottom: 0px;
}
body {
	background-color: #efefef;
}
.wrapper-div {
	background: url(../../layout/images/wrapperDivBackground.png) center top no-repeat;
	overflow: hidden;
}
.content-div {
	margin-top: 26px;
}
h2 {
	font-family: 'arbutus_slabregular';
	color: #2b3a42;
	font-weight: normal;
}
h2 a {
	font-family: 'arbutus_slabregular';
	color: #81afb5;
	font-size: 22px;
	font-weight: normal;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
h2 a:hover {
	color: #2b3a42;
	text-decoration: none;
}
h3 {
	font-size: 22px;
	line-height: 25px;
	color: #81afb5;
	font-weight: normal;
	font-family: 'noto_sansbold';
}
p, li {
	font-size: 15px;
	line-height: 24px;
	font-family: 'noto_sansregular';
}
ul {
	margin-left: 20px;
}
.sidemenu a {
	padding-left: 10px;
	font-family: 'noto_sansregular';
	color: #c6c7c9;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidemenu a:hover {
	color: #2b3a42;
	background: none;
}
.sidemenu-category.current-category, .topmenu-category.current-category {
	color: #ff530d;
	font-weight: normal;
}
.sidemenu-category:hover, .sidemenu-category.current-category:hover, .topmenu-category:hover, .topmenu-category.current-category:hover {
	background: none;
	color: #ff530d;
	font-weight: normal;
}
p a {
	font-family: 'noto_sansitalic';
}

.outer-banner-div {
	height: 100px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff); 
	background: rgba(239,239,239,.85);
	z-index: 5;
}
.banner-div {
	height: 100px;
	background: none;
}
.banner-logo {
	top: 0px;
}
.banner-side-div {
	right: 20px;
}
.banner-socialmedia-div a {
	height: 26px;
	width: 26px;
	display: inline-block;
}
.banner-contact-div {
	text-align: right;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	color: #2b3a42;
	font-family: 'noto_sansregular';
}
.banner-contact-div a {
	color: #2b3a42;
}

.outer-navbar-div {
	height: 50px;
	background: #2b3a42;
	z-index: 5;
}
.navbar-div {
	background: none;
	font-family: 'arbutus_slabregular';
	text-transform: uppercase;
}
.anchMainNav.first {
	margin-left: 85px;
}
.navbar-div a {
	line-height: 50px;
	color: white;
	letter-spacing: .03em;
	padding: 0 20px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navbar-div a:hover {
	background: #bdd4de;
	color: #2b3a42;
}
.navbar-div a:hover, .navbar-div a.current {
	background: #bdd4de;
	color: #2b3a42;
}

.outer-footer-div {
	border-top: 2px solid #c6c7c9;
}
.footer-div {
	text-align: center;
	font-family: 'noto_sansregular';
	font-size: 16px;
	line-height: 30px;
	background: none;	
}
.footer-div a {
	font-size: 16px;
	font-family: 'noto_sansregular';
	color: #2b3a42;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer-div a:hover {
	color: #ff530d;
}
.anchFooterNav {
	text-transform: uppercase;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 5, 2014 */
@font-face {
    font-family: 'arbutus_slabregular';
    src: url('fonts/arbutusslab-regular-webfont.eot');
    src: url('fonts/arbutusslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arbutusslab-regular-webfont.woff') format('woff'),
         url('fonts/arbutusslab-regular-webfont.ttf') format('truetype'),
         url('fonts/arbutusslab-regular-webfont.svg#arbutus_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noto_sansitalic';
    src: url('fonts/notosans-italic-webfont.eot');
    src: url('fonts/notosans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notosans-italic-webfont.woff') format('woff'),
         url('fonts/notosans-italic-webfont.ttf') format('truetype'),
         url('fonts/notosans-italic-webfont.svg#noto_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noto_sansbold_italic';
    src: url('fonts/notosans-bolditalic-webfont.eot');
    src: url('fonts/notosans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notosans-bolditalic-webfont.woff') format('woff'),
         url('fonts/notosans-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/notosans-bolditalic-webfont.svg#noto_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noto_sansbold';
    src: url('fonts/notosans-bold-webfont.eot');
    src: url('fonts/notosans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notosans-bold-webfont.woff') format('woff'),
         url('fonts/notosans-bold-webfont.ttf') format('truetype'),
         url('fonts/notosans-bold-webfont.svg#noto_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noto_sansregular';
    src: url('fonts/notosans-regular-webfont.eot');
    src: url('fonts/notosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notosans-regular-webfont.woff') format('woff'),
         url('fonts/notosans-regular-webfont.ttf') format('truetype'),
         url('fonts/notosans-regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
