body {
	background-color: #fff;
}


.cfsig {
	margin-top: 25px;
}

a.activelink {
	color: #2d7bc7 !important;
}


.paget {
	margin-top: 40px;
}

h2 {
	margin-top: 0px;
	font-family: texgyreadventorbold;
	-webkit-font-smoothing: antialiased;
	font-size: 22px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
}

h2 a {
	color: #333;
	text-decoration: none;
}

h2 a:hover {
	color: #333;
	text-decoration: none;
}

.writings {
	margin-bottom: 40px;
}

.writings img {
	margin-bottom: 20px;
}

.writings p {
	line-height: 175%%;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	}

.readmore {
	text-transform: uppercase;
	font-family: texgyreadventorbold;
	-webkit-font-smoothing: antialiased;
}

.readmore a {
	color: #2d7bc7;
}

.readmore a:hover {
	color: #9795bd;
	text-decoration: none;
}

.navigation {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
	font-size: 13px;
	font-family: texgyreadventorregular;
	-webkit-font-smoothing: antialiased;
}

.navigation > ul {
	list-style-type: none;
	display: block;
}

.navigation > ul > li {
		display: inline-block;
		border-right: solid 1px #b2b2b2;
}

.navigation > ul > li > a {
		color: #7d7d7d;
		padding: 2px 15px;
}

.navigation > ul > li > a:hover {
		color: #2d7bc7;
		text-decoration: none;
}


.side-navigation {
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	font-size: 16px;
	font-family: texgyreadventorbold;
	-webkit-font-smoothing: antialiased;
}

.side-navigation > ul {
	list-style-type: none;
	display: block;
	margin-top: 0px;
}

.side-navigation > ul > li {
		margin-bottom: 15px;
}

.side-navigation > ul > li > a {
		color: #7d7d7d;
		padding: 2px 15px;
}

.side-navigation > ul > li > a:hover {
		color: #2d7bc7;
		text-decoration: none;
}


.romantic a {
	display: inline-block;
	height: 165px;
	width: 220px;
	text-align: left;
	font-family: texgyreadventorregular;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	background: url("../images/gallery/romantic-thumb.jpg");
	background-size: 220px 165px;
	background-repeat: no-repeat;
	padding-top: 168px;
	color: black;
}

.romantic a:hover {
	color: #2d7bc7;
	text-decoration: none;
}

.landscapes a {
	display: inline-block;
	height: 165px;
	width: 215px;
	text-align: left;
	font-family: texgyreadventorregular;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	background: url("../images/gallery/landscapes-thumb.jpg");
	background-size: 215px 165px;
	background-repeat: no-repeat;
	padding-top: 168px;
	color: black;
}

.landscapes a:hover {
	color: #2d7bc7;
	text-decoration: none;
}

.harbourscapes a {
	display: inline-block;
	height: 165px;
	width: 228px;
	text-align: left;
	font-family: texgyreadventorregular;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	background: url("../images/gallery/harbourscapes-thumb.jpg");
	background-size: 228px 165px;
	background-repeat: no-repeat;
	padding-top: 168px;
	color: black;
}

.harbourscapes a:hover {
	color: #2d7bc7;
	text-decoration: none;
}

.florals a {
	display: inline-block;
	height: 165px;
	width: 121px;
	text-align: left;
	font-family: texgyreadventorregular;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	background: url("../images/gallery/florals-thumb.jpg");
	background-size: 121px 165px;
	background-repeat: no-repeat;
	padding-top: 168px;
	color: black;
}

.florals a:hover {
	color: #2d7bc7;
	text-decoration: none;
}

.drawings a {
	display: inline-block;
	height: 165px;
	width: 91px;
	text-align: left;
	font-family: texgyreadventorregular;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	background: url("../images/gallery/drawings-thumb.jpg");
	background-size: 91px 165px;
	background-repeat: no-repeat;
	padding-top: 168px;
	color: black;
}

.drawings a:hover {
	color: #2d7bc7;
	text-decoration: none;
}




.bx-wrapper {
	margin: 60px auto 60px;
	text-align: center;
}

.bx-wrapper img {
    margin: 0 auto;
}

ul {
	padding-left: 0px;
}


.galmenu {
	display: inline-block;
	list-style-type: none;
	text-align: left;
}

.gallerythumbs {
	margin-top: 100px;
	display: block;
	text-align: center;
}

.galth {
	margin-top: 20px;
	display: inline-block;
	text-align: left;
	font-family: texgyreadventorregular;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
}

.galth p {
	margin-top: 3px;
}

.galth a {
	color: black;
}

.galth a:hover {
	color: #2d7bc7;
	text-decoration: none;
}

ul.gallerythumbs {
	list-style-type: none;
}

ul.gallerythumbs > li {
		display: inline-block;
		margin-right: 5px;
}

#bx-pager {
	text-align: center;
	margin-top: -30px;
}

#bx-pager img {
	margin-right: 5px;
	margin-bottom: 5px;
	border: solid 1px #fff;
    opacity: .5;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

#bx-pager img:hover {
	opacity: 1;
	border: solid 1px #7d7d7d;
}

.last {
		padding-right: none !important;
		border-right: none !important;
}

.first {
	padding-left: none !important;
}

.footer {
	padding-top: 60px;
	text-align: center;
	font-size: 12px;
	color: #818181;
	font-family: texgyreadventorregular;
	-webkit-font-smoothing: antialiased;
}

.footer a {
	color: #818181;
}

.footer a:hover {
	color: #2d7bc7;
	text-decoration: none;
}

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

}

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

}

.text-white {
	color: #FFF;
}
.text-bold {
	font-weight: bold;
}
.text-small {
	font-size: 12px;
}
