<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* v1.0 | 20080212 */

body {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
-webkit-font-smoothing:antialiased;
background-color: #ffffff; 
background-repeat: repeat-x;
/*color: #452841;*/
color: #6d3f67;
text-align: center;
}


#arglink img {
	height: 40px;
}

.loadingimg {
	background: #f2f2f2 url('img/loading.svg') center no-repeat;
}

.opacity30{
	opacity: 0.30;
	filter: alpha(opacity =30);
}

body.topmargin {
	margin-top: 143px;
}

#bannersuccess {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(67,76,86,0.7);
	text-align: center;
	z-index: 802;
}

#bannersuccess h2 {
	margin-top: 20%;
	z-index: 999;
	background-color: #452841;
	color: #ffffff;
	padding: 10px;
}

.sprited {
display: block;
background-image: url('/img/argphotography_sprite.png');
background-repeat: no-repeat;
text-indent: -9999px;
}

.width940 {
	width: 940px;
	padding: 0px 10px;
	margin: 0 auto;
}

.greyback {
	background-color: #e6e6e6;
}

.point2 {
	font-size: 2px;
}

.padding16 {
	padding: 16px;
}

.sitecontent, .fullcontent {
	/*min-height: 300px;*/
	margin: 0px auto;
	padding: 48px 72px;
}

.g-recaptcha {
	height: 78px;
	background: url('img/ajax_loader.gif') center no-repeat;
}

/*End General Layout*/

/*General Text*/
h1,h2,h3,h4,h5,h6,.headcolour {
	font-family: 'Oswald', sans-serif;
	/*font-family: 'Dosis', sans-serif;*/
	color: #452841;
	font-weight: 700;
	text-transform: uppercase;
}

h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #452841;
	text-transform: none;
}

.bodyfont {
	font-family: 'Open Sans', sans-serif;
}

.blockhead {
	display: block;
	margin: 0;
	background-color: #f2f2f2;
	padding: 6px 0;
}

a {
	color: #b3b3b3;
	transition: 0.5s;
}

.grey {
	color: #6d3f67;
}

.skyblue {
	color: #6d3f67;
}

.greyblue {
	color: #452841;
}

.narrowtext {
	width: 750px;
	margin: 0 auto 0 auto;
}


a:hover, a:focus {
	text-decoration: none;
	color: #841919;
}

a:active {
	color: #6d3f67;
}

p, address {
	font-size: 80%;
	line-height: 140%;
}

.cmsbody {
}

.cmsbody h1 {
	font-size: 130%;
	line-height: 130%;
}

.cmsbody h2 {
	font-size: 120%;
	line-height: 130%;
}

.cmsbody h3 {
	font-size: 110%;
	line-height: 130%;
}

.cmsbody p {
	font-size: 80%;
	line-height: 140%;
	margin-bottom: 14px;
}

.cmsbody b, .cmsbody strong {
	font-weight: 700;
}

.cmsbody i, .cmsbody em {
	font-style: italic;
}

.cmsbody.point16 {
	font-size: 90%;
}

.cmsbody.point16 {
	font-size: 80%;
}

.cmsbody ul li {
	line-height: 120%;
	color: #452841;
	font-size: 80%;
	list-style-type: disc;
	list-style-position: inside;
}

.cmsbody ul li span {
	color: #6d3f67;
}

hr {
	border: 0;
	background-color: #dacdad;
	color: #dacdad;
	height: 1px;
	border-color: #dacdad;
	margin: 15px 0;
}

hr.white {
	background-color: #ffffff;
	color: #ffffff;
	border-color: #ffffff;
}

#mini_map {
	height: 230px;
}

p.contactdet {
	color: #452841;
}

p.contactdet a {
	color: #6d3f67;
}

p.contactdet a:hover, p.contactdet a:focus {
	color: #452841;
	text-decoration: none;
}

p.contactdet a:active {
	text-decoration: underline;
}


/*End General Text*/

/*Forms*/
div.formrow {
	padding: 2px 0;
}

input {
	background-color: #ffffff;
	height: 16px;
}

form.paypal input {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}

select {
	padding-left: 3px;
	border: #fff 1px solid;
}

.button {
	-moz-box-shadow:inset 0px 1px 3px 0px #d4b6d4;
	-webkit-box-shadow:inset 0px 1px 3px 0px #d4b6d4;
	box-shadow:inset 0px 1px 3px 0px #d4b6d4;
	background-color:#6d3f67;
	border:1px solid #452841;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding: 8px 18px;
	text-decoration: none;
	text-shadow: 0px -1px 0px #595959;
	font-weight: 400;
	text-transform: uppercase;
}
.button:hover {
	background-color:#452841;
	color: #ffffff;
}
.button:active {
	position:relative;
	top:1px;
}


/*.button, input.button {
	background-color: #6d3f67;
	display: inline-block;
	padding: 8px 12px;
	color: #ffffff;
	font-size: 70%;
	text-transform: uppercase;
	border: none;
	height: auto;
	transition: 0.5s
}

.button:hover, .button:focus {
	background-color: #452841;
	cursor: pointer;
	text-decoration: none;
}

.button:active {
	background-color: #6d3f67;
}
*/
div.formrow {
	margin-bottom: 8px;
}

div.marg0 {
	margin-bottom: 0;
}

label {
	display: block;
	padding: 3px 0;
	font-size: 80%;
	line-height: 140%;
}

label.inline {
	display: inline-block;
	padding: 3px 0;
	font-size: 80%;
	width: 210px;
}

label.error {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

input, textarea, select {
	background-color: #ffffff;
	padding: 5px;
	font-size: 80%;
	border: #d7d7d7 1px solid;
	color: #6d3f67;
	text-align: center;
}

input.imageupload {
	border:	none;
	background-color: transparent;
}

form#newsletterinput {
	background-color: #ece8df;
}

input {
	height: 18px;
}

input#newsletter {
	text-align: left;
	width: 20px;
}

textarea {
	height: 200px;
	width: 400px;
}

input.optional, textarea.optional {
	background-color: #f9f9f9;
}

input.error, textarea.error, select.error, form#newsletterinput.error {
	border-color: #452841;
	background-color: #e7f2db;
}

div.formconfirm {
	width: 400px;
}

span.timeEntry_control {
	vertical-align: middle;
	margin-left: 3px;
}

.counter{
	position:absolute;
	display: block;
	padding: 3px;
	right:20px;
	top:0;
	font-size: 65%;
	color:#ccc;
	}
.warning{color:#600;}	
.exceeded{color:#e00;}

label.left {
	display: block;
	float: left;
	vertical-align: middle;
	width: 60%;
	font-size: 60%;
}

input.right, select.right {
	float: right;
	max-width: 40%;
}

.prevnextnext {
	position: absolute;
	top: 0;
	height: 83px;
	width: 80px;
	line-height: 83px;
	background-color: #e6e6e6;
	color: #6d3f67;
	text-align: center;
	font-size: 60%;
	margin: 0px;
	text-transform: uppercase;
	transition: 1s;
}

.prevnextnext:hover, .prevnextnext:focus {
	background-color: #6d3f67;
	color: #ffffff;
	text-decoration: none;
}

.prevnextnext:active {
	background-color: #452841;
}

.prevnextnext.left {
	left: 0;
}

.prevnextnext.right {
	right: 0;
}

.prevnextnext.buttonoff {
	background-color: #f2f2f2 !important;
	color: #ffffff;
	cursor: default;
}


/*End Forms*/ 

/* Lists */
ul.homelist li {
	display: block;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: -964px -143px;
	font-size: 14px;
	margin-bottom: 14px;
}

ul.homelist li span {
	display: block;
	font-size: 18px;
	padding-bottom: 7px;
}

ul.bodylist {
	font-size: 80%;
	list-style-type: disc;
	list-style-position: inside;
}

ul.bodylist li {
	color: #6d3f67;
	line-height: 130%;
}

ul.bodylist li span, ul.bodylist li span a {
	color: #6d3f67;
}

ul.bodylist li ul.bodylist {
	font-size: 100%;
	
}
/* End Lists */

/* Header */
header {
	/*overflow: hidden;*/
	top: 0;
	left: 0;
	/*width: 100%;*/
	z-index: 100;
	padding-top: 15px;
	background-color: #ffffff;
	transition: 0s;
	border-bottom: #e6e6e6 1px solid;
}

header.smaller {
	padding-top: 0px;
	height: 52px;
	position: fixed;
	width: 100%;
}

section#mainlogowrap {
	width: 176px;
	height: 80px;
	margin: 5px auto 8px auto;
}

header.smaller section#mainlogowrap {
	width: 120px;
	height: 45px;
	float: left;
	margin-top: 5px;
	margin-left: 24px;
}

.argphotographylogo {
	display: block;
	/*background-image: url('/img/argphotography_logo.svg');*/
	/*background-repeat: no-repeat;*/
	/*text-indent: -9999px;*/
	width: 176px;
	height: 80px;
	transition: 0s;
}

header.smaller #mainlogowrap .argphotographylogo {
	float: left;
	width: 88px;
	height: 40px;
}


.argphotographylogo path {
	fill: #452841;
	transition: 0.5s;
}

.argphotographylogo:hover path, .argphotographylogo:focus path {
	fill: #6d3f67;
}	

.argphotographylogo:active path {
	fill: #000000;
}

footer .argphotographylogo path {
	fill: #ffffff;
}

footer .argphotographylogo:hover path, footer .argphotographylogo:focus path {
	fill: #e6e6e6;
}


#footerlogowrap a.argphotographylogo {
	background-position: 0 0;
}

#footerlogowrap a.argphotographylogo:hover, #footerlogowrap a.argphotographylogo:focus {
	background-position: 0 -69px;
}

#footerlogowrap a.argphotographylogo:active {
	background-position: 0 -207px;
}

#sidenavopen, #sidenavclose {
	display: block;
	width: 24px;
	height: 4px;
	top: 14px;
	left: 14px;
	text-indent: -9999px;
	background-color: transparent;
	z-index: 101;
	border-top: #6d3f67 12px double;
	border-bottom: #6d3f67 4px solid;
	/*border-top: #ffffff 12px double;*/
	/*border-bottom: #ffffff 4px solid;*/
	cursor: pointer;
}

#sidenavopen {
	position: fixed;
}

#sidenavopen:hover, #sidenavopen:focus {
	border-color: #452841;
	/*border-color: #6d3f67;*/
}

#sidenavigation {
	z-index: 200;
	display: none;
	position: fixed;
	top: 0;
	width: 250px;
	height: 100%;	
	background-color: #ffffff;
}

#sidenavclose {
	position: absolute;
	top: 14px;
	left: 14px;
	/*z-index: 900;*/
	border-color: #6d3f67;	
}

#sidenavclose:hover,#sidenavclose:focus {
	border-color: #452841;
}

#sidenavclose:active {
	border-color: #841919;
}

#sidenavlogowrap {
	width: 176px;
	height: 80px;
	margin: 56px auto 24px auto;
}

/*Navigation*/
header nav {
	margin-left: 0px;
	height: 50px;
	display: block;
	text-align: center;
	transition: right 1s;
}

header.smaller nav#sidenav {
	height: 50px;
}

nav a {
	display: inline-block;
	position: relative;
	padding: 0px 8px;
	height: 50px;
	color: #8c8c8c;
	/*color: #cccccc;*/
	font-size: 16px;
	line-height: 50px;
	transition: 1s;
}

nav a:hover, nav a:focus, nav a.active {
	background-color: #f2f2f2;
}

nav a:active {
	background-color: #595959;
}


.naver-handle {
	display: none;
}


nav#sidenav a {
	display: block;
	font-size: 80%;
	color: #6d3f67;
	width: 100%;
	padding: 4px 0;
	height: auto;
	line-height: 1;
}

nav#sidenav a:hover, nav#sidenav a:focus, nav#sidenav a.active {
	background-color: #f2f2f2;
	/*color: #ffffff;*/
}

nav#sidenav a:active {
	color: 	
}

#display {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(67,76,86,0.7);
	text-align: center;
	z-index: 101;
	display: none;
}




.bannerwrap {
	height: 350px;
	background-color: #e6e6e6;
	overflow: hidden;
}

img.bannerimg {
	height: 350px;
	width: 2500px;
	position: absolute;
	left: 50%;
	margin-left: -1250px

}

#signupresult {
	background-color: #6d3f67;
	padding: 10px;
	color: #ffffff;
}

.addthis_horizontal_follow_toolbox  {
	height: 53px;
}


.topshadow, .botshadow {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 15px;
	background-repeat: repeat-x;
	z-index: 95;
}

.topshadow {
	top: 0px;
	background-image: url('/img/drop-shadow_top.png');
}

.botshadow {
	bottom: 0;
	background-image: url('/img/drop-shadow_bottom.png');
}

.overslide {
	background: url('img/ajax_loader.gif') center no-repeat;
	text-align: -9999px;
}

/*End Header*/


/*nav a.active:hover {
	cursor: default;
}

nav a.active:hover:after {
	opacity: 0;

}
*/
/*End Navigation*/

/*Breadcrumbs*/
article#breadcrumbs {
	height: 33px;
	/*background-color: #452841;*/
	/*background-color: #6d3f67;*/
	background-color: #f2f2f2;
}

p.breadcrumbs {
	display: block;
	line-height: 33px;
	color: #6d3f67;
	/*text-align: left;*/
}

p.breadcrumbs a {
	color: #6d3f67;
}

p.breadcrumbs a:hover, p.breadcrumbs a:focus {
	color: #6d3f67;
	text-decoration: none;
}

p.breadcrumbs a:active {
	color: #ffffff;
}
/*End Breadcrumbs*/

/*Footer*/
footer {
	width: 100%;
	/*border-top: #452841 20px solid;*/
	/*padding-top: 70px;*/
}

div#newsletterwrap {
	background-color: #6d3f67;
}

div#newsletterwrap p {
	color: #cccccc;
}

article#newsletter {
	padding: 30px 10px;
	margin: 0 auto;
	text-align: center;	
}

form#newsletterform {
}

form#newsletterform input {
	border: 0;
	width: 100px;
	height: 18px;
	padding: 8px 16px;
	margin: 0 2px 7px 2px;
	display: inline;
}

form#newsletterform input#email {
	width: 200px;
}

form#newsletterform input.button {
	background-color: #e6e6e6;
	color: #452841;
	cursor: pointer;
	height: auto;
}

form#newsletterform input.button:hover, form#newsletterform input.button:focus {
	background-color: #452841;
	color: #e6e6e6;
}

form#newsletterform input.button:active {
	background-color: #ffffff;
	color: #452841;
}

.addphotowrap {
	display: inline-block;
	height: 150px;
	width: 150px;
	margin: 4px;
	overflow: hidden;
}

.addphotowrap a {
	display: table-cell;
	width: 150px;
	height: 150px;
	vertical-align: middle;
	text-align: center;
	background-color: #f2f2f2;
	color: #ffffff;
	font-weight: 700;
}

.addphotowrap a:hover, .addphotowrap a:focus {
	background-color: #e6e6e6;
	color: #595959;
}

.addphotowrap a:active {
	background-color: #6d3f67;
	color: #ffffff;
}

.thumbwrap {
	display: inline-block;
	margin: 4px; 
	overflow: hidden;
	background: #f2f2f2 url('img/loading.svg') center no-repeat;
	max-width: calc(100% - 8px);
}

.thumblink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}

.thumbwrap .magnify {
	display: none;
}

.thumbwrap:hover .magnify, .thumbwrap:focus .magnify {
	display: block;
	/*background-image: url('/img/argphotography_sprite.png');*/
	/*background-repeat: no-repeat;*/
	/*background-position: -199px -227px; */
	color: #452841;
	width: 20px;
	height: 20px;
	/*text-indent: -9999px;*/
	position: absolute;
	top: 10px; 
	right: 10px;
	transition: 0s;
	/*background-color: #ffffff;*/
}

.thumbwrap:hover .magnify:hover, .thumbwrap:focus .magnify:focus {
	display: block;
	color: #ffffff;
	/*background-image: url('/img/argphotography_sprite.png');*/
	/*background-repeat: no-repeat;*/
	/*background-position: -179px -227px; */
}


.photoinfo {
	position: absolute;
	display: table;
	background-color: rgba(0, 0, 0, 0.5);
	/*background-color: rgba(255, 255, 255, 0.5);*/
	left: 0;
	bottom: -70px;
	/*display: none;*/
	height: 70px;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.photoinfo.portraitinfo {
	bottom: -150px;
	height: 150px;
}

.photoinfo div {
	width: 100%;
	display: table;
}

.photoinfo h3 {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	/*font-weight: 700;*/
	display: table-cell;
	line-height: 120%;
	height: 70px;
	width: 100%;
	vertical-align: middle;
	padding: 0 10px;
	color: #ffffff;
}

.photoinfo.portraitinfo h3 {
	height: 150px;
}

.thumbwrap:hover .photoinfo {
	bottom: 0;
	display: block;
}

.addalbumwrap {
	display: inline-block;
	width: 216px;
	height: 316px;
	margin: 4px 0;
	overflow: hidden;
	vertical-align: bottom;
}



.addalbumwrap a {
	display: table-cell;
	width: 216px;
	height: 316px;
	vertical-align: middle;
	text-align: center;
	background-color: #f2f2f2;
	color: #ffffff;
	font-weight: 700;
}

.addalbumwrap a:hover, .addalbumwrap a:focus {
	background-color: #e6e6e6;
	color: #595959;
}

.addalbumwrap a:active {
	background-color: #6d3f67;
	color: #ffffff;
}


.albumpanelwrap {
	display: inline-block;
	position: relative;
	width: 200px;
	height: 300px;
	padding: 8px;
	margin: 4px;
	background: #f2f2f2 url('img/ajax_loader.gif') center 100px no-repeat;
	transition: 0.5s;
	vertical-align: bottom;
}

.albumpanelwrap .edit, .collectionpanel .edit {
	display: none;
}

.albumpanelwrap:hover, .albumpanelwrap:focus {
	/*background-color: #e6e6e6;*/
	background-color: #6d3f67;
}

.albumpanelwrap:hover h3, .albumpanelwrap:focus h3, .albumpanelwrap:hover h4, .albumpanelwrap:focus h4 {
	color: #ffffff;
}


.albumpanelwrap:active {
	background-color: #6d3f67;
}

.albumpanelwrap:hover .edit,.albumpanelwrap:focus .edit, .collectionpanel:hover .edit,.collectionpanel:focus .edit {
	display: block;
	/*background-image: url('/img/argphotography_sprite.png');*/
	/*background-repeat: no-repeat;*/
	/*background-position: -199px -247px; */
	color: #452841;
	width: 20px;
	height: 20px;
	/*text-indent: -9999px;*/
	position: absolute;
	top: 16px; 
	right: 16px;
	transition: 0s;
}

.albumpanelwrap:hover .edit:hover,.albumpanelwrap:hover .edit:focus,.albumpanelwrap:focus .edit:hover,.albumpanelwrap:focus .edit:focus,.collectionpanel:hover .edit:hover,.collectionpanel:hover .edit:focus,.collectionpanel:focus .edit:hover,.collectionpanel:focus .edit:focus {
	display: block;
	/*background-image: url('/img/argphotography_sprite.png');*/
	/*background-repeat: no-repeat;*/
	/*background-position: -179px -247px; */
	color: #ffffff;
}

.albumpanelwrap .edit:active, .collectionpanel .edit {
	background-position: -219px -247px; 
}

.albumpanelimgwrap {
	width: 200px;
	height: 200px;
	background: #f2f2f2 url('img/loading.svg') center no-repeat;
}

.albuminfo {
	height: 100px;
}

.albuminfo div {
	width: 100%;
	height: 50px;
	display: table;
}

.albuminfo h3 {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	height: 50px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.albuminfo h4 {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	height: 25px;
	line-height: 25px;
	width: 100%;
	display: block;
}

.albumpanellink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 216px;
	height: 316px;
	text-indent: -9999px;
}

#linkpanels {
	padding: 48px 0;
}

.linkpanel {
	display: inline-block;
	vertical-align: middle;
	background: url('img/ajax_loader.gif') center 79px no-repeat;
	font-size: 20px;
	width: 220px;
	height: 250px;
	margin: 0 10px 20px 10px;
	text-align: center;
	transition: .5s;
}

.collectionpanel {
	display: inline-block;
	/*vertical-align: middle;*/
	position: relative;
	background-color: #f2f2f2;
	padding: 10px;
	font-size: 20px;
	width: 220px;
	height: 320px;
	margin: 0 4px 20px 4px;
	text-align: center;
	transition: .5s;	
}

.collectionpanel:hover, .collectionpanel:focus {
	background-color: #6d3f67;
}

.collectionpanel:hover h3.linkpaneltitle, .collectionpanel:focus h3.linkpaneltitle, .collectionpanel:hover p, .collectionpanel:focus p {
	color: #ffffff;
}

.collectionpanel:active {
	background-color: #452841;
}

.collectionpanelimgwrap {
	width: 220px;
	height: 220px;
	background: #f2f2f2 url('img/loading.svg') center no-repeat;
}

.collectionpanelimgwrap img {
	width: 220px;
	height: 220px;
}

.collectionlink {
	display: block;
	position: absolute;
	width: 240px;
	height: 340px;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
}

.eventimgwrap {
	height: 200px;
	background: url('img/ajax_loader.gif') center 79px no-repeat;
}

.panellink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 250px;
	text-indent: -9999px;
}

.linkpanelimgwrap {
	width: 220px;
	height: 220px;
	background: #f2f2f2 url('img/loading.svg') center no-repeat;
}

.linkpaneltitle {
	font-size: 80%;
	color: #6d3f67;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	width: 200px;
	padding: 0 10px;
	text-align: center;
	transition: 0.5s;
}

.linkpanel:hover .linkpaneltitle {
	color: #452841;
}

.linkpanel .linkpanelimgwrap:after {
	content: '\A';
	position: absolute;
	width: 220px;
	height:220px;
	top:0; 
	left:0;
	background:rgba(175,203,214,0.3);
	opacity: 0;
	transition: all 0.5s;
	/*-webkit-transition: all 1s;*/
}

.linkpanel:hover .linkpanelimgwrap:after {
	opacity: 1;
}

.imgwrap {
	position: relative;
	margin: 0 auto 16px auto;
	background: #f2f2f2 url('img/loading.svg') center no-repeat;
}

.coverimg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#locationmap, #albumlocationmap {
	width: 100%;
	height: 400px;
	margin: 0 auto 16px auto;
}

table.exiftable {
	width: 80%;
	margin: 0 auto;
}

table.exiftable tr {
}

table.exiftable tr th, table.exiftable tr td {
	font-size: 14px;
	padding: 4px 8px;
	width: 50%;
}

table.exiftable tr th {
	font-weight: 700;
	text-align: right;
}

table.exiftable tr td {
	text-align: left;
}

#photo_tags {
	margin:	0 24px;
}

.tagbutton {
	font-size: 13px;
	background-color: #ffffff;
	padding: 0px 8px;
	line-height: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	margin: 0 0 6px 16px;
}

.tagbutton:hover, .tagbutton:focus {
	text-decoration: none;
	background-color: #6d3f67;
	color: #ffffff;
}

.tagbutton:active {
	background-color: #452841;
}

.tagbutton:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height:0;
	border: transparent 10px solid;
	border-right-color: #ffffff;
	top:0;
	left:-20px;
	/*background:rgba(255,255,255,0.2);*/
	/*opacity: 0;*/
	transition: all 0.5s;
	/*-webkit-transition: all 1s;*/
}

.tagbutton:hover:before, .tagbutton:focus:before {
	border-right-color: #6d3f67;
}

.tagbutton:active:before {
	border-right-color: #452841;
}

.tagbutton:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height:0;
	border: #e6e6e6 2px solid;
	border-radius: 2px;
	top:8px;
	left:-3px;
	/*background:rgba(255,255,255,0.2);*/
	/*opacity: 0;*/
	transition: all 0.5s;
	/*-webkit-transition: all 1s;*/

}

.tagwrap {
	padding: 10px;
	background-color: #f2f2f2;
}

.cloudtag {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 4px;
}

.cloudtag:hover, .cloudtag:focus {
	background-color: #e6e6e6;
	text-decoration: none;
}

.cloudtag:active {
	background-color: #6d3f67;
}



footer a {
	color: #ffffff;
}

footer a:hover, footer a:focus {
	text-decoration: none;
	color: #ffffff;
}

footer a:active {
}

#colourfooter {
	background-color: #6d3f67;
	min-height: 100px;
	padding: 30px 0;
}

section#footerlogowrap {
	width: 155px;
	height: 76px;
	float: left;
	margin: 0 20px 0 10px;
}


section.footsitemapcol {
	float: left;
	width: 180px;
	padding: 0 9px;
}

ul.smlist li {
	font-size: 70%;
}

ul.smlist li a, footer h2 a {
	display: block;
	position: relative;
	line-height: 150%;
}

ul.smlist li a:after, footer h2 a:after{
	content: '\A';
	position: absolute;
	width: 100%;
	height:100%;
	top:0; 
	left:0;
	background:rgba(255,255,255,0.2);
	opacity: 0;
	transition: all 0.5s;
	/*-webkit-transition: all 1s;*/
}

ul.smlist li a:hover:after, ul.smlist li a:focus:after, footer h2 a:hover:after, footer h2 a:focus:after {
	opacity: 1;
}

ul.smlist li a:active, footer h2 a:active {
	color: #6d3f67;
}

.footerpaypallogo {
	float: right;
	width: 100px;
}

.footerpaypallogo .addthis_horizontal_follow_toolbox {
	margin-top: -15px;
}


div#legalfooter {
	background-color: #452841;
	height: 60px;
	line-height: 60px;
}

section#legalfootleft {
	float: left;
	width: 400px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	text-align: left;
}

section#legalfootleft p {
	display: block;
	height: 60px;
	line-height: 60px;	
}

section#legalfootleft a {
	color: #6d3f67;
}

section#legalfootleft a:hover, section#legalfootleft a:focus {
	color: #452841;
	text-decoration: none;
}

section#legalfootleft a:active {
	text-decoration: underline;
}

section#footarg {
	float: right;
	width: 108px;
	height: 40px;
	margin: 10px 0;
}

section#footarg p {
	/*line-height: 14px;*/
}

.footimg {
	width: 53px; 
	height: 53px;
	text-indent: -9999px;
	float: left;
	margin: 0 3px 3px 0;
}

/*End Footer*/

/* Calendar */

section#calendarwrap {
	margin: 0px;
}

div.calendarcell {
	float: left;
	width: 14.25%;
}

div.calendarcell h2.dayname, div.calendarcell h2.datenumber {
	padding: 7px;
	color: #ffffff;
	font-size: 12px;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	text-align: center;
	margin: 0 2px;
}

div.calendarcell h2.dayname {
	background-color: #452841;
}

div.calendarcell h2.datenumber {
	background-color: #452841;
}

div.calendarcell h2.eventdayname, div.calendarcell h2.albumdatenumber {
	padding: 7px;
	color: #ffffff;
	font-size: 12px;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	text-align: center;
	margin: 4px 2px;
}

div.calendarcell h2.albumdayname {
	background-color: #452841;
}

div.calendarcell h2.albumdatenumber {
	background-color: #452841;
}

div.calendarcell section.albumcell {
	display: block;
	padding: 8px;
	text-align: center;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
*/	margin: 2px;
	color: #ffffff;
	/*background-color: #f2f2f2;*/
	transition: 0.5s;
}

div.calendarcell section.albumcell.bggrey {background-color: #414041;} 
div.calendarcell section.albumcell.bgred {background-color: #530a0a;} 
div.calendarcell section.albumcell.bgblue {background-color: #0a2253;} 
div.calendarcell section.albumcell.bgyellow {background-color: #534b0a;} 
div.calendarcell section.albumcell.bgbrown {background-color: #533a0a	;} 
div.calendarcell section.albumcell.bgpurple {background-color: #6d3f67;} 
div.calendarcell section.albumcell.bgorange {background-color: #983c13;} 
div.calendarcell section.albumcell.bggreen {background-color: #094511;} 
div.calendarcell section.albumcell.bgteal {background-color: #008080;} 

div.calendarcell section.albumcell:hover, div.calendarcell section.albumcell:focus {
	background-color: #452841 !important;
}

div.calendarcell section.albumcell .calendarpanelimgwrap {
	/*min-height: 85px;*/
	display: none;
	transition: 0.5s;
	margin-bottom: 8px;
}

div.calendarcell section.albumcell .calendarpanelimgwrap.autoheight {
	height: auto !important;
}

div.calendarcell section.albumcell .calendarpanelimgwrap img {

	width: 100%;
	height: auto;
}

div.calendarcell section.albumcell h3 {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	word-wrap: break-word;
	color: #ffffff;
}

div.calendarcell section.albumcell p {
	color: #6d3f67;
}

div.calendarcell section.albumcell a.calendarpanellink {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}

a.albumlink {
	display: block;
	font-size: 65%;
	text-align: center;
	padding: 4px;
	color: #ffffff;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
	font-variant: small-caps;
}

.calnavwrap {
	text-align: center;
	font-size: 90%;
	background-color: #6d3f67;
	color: #ffffff;
	padding: 6px 0;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
}

.calnavwrap span, .calnavwrap a {
	vertical-align: baseline;
}

.calnavwrap a {
	color: #f2f2f2;
}

.monthwrap {
	float: left;
	width: 16.6667%;
}

.monthname {
	display: block;
	padding: 30px 10px;
	margin: 2px;
	text-align: center;
	font-size: 80%;
	background-color: #6d3f67;
	color: #ffffff;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

/* End Calendar */

/* Home */

.lastwrap {
	display: none;
}

.switchtriggers.active, .switchtriggers.active:hover,.switchtriggers.active:focus,.switchtriggers.active:active {
	color: #452841;
}

.switchtriggers.inactive {
	color: #e6e6e6;
}

 .switchtriggers.inactive:hover,.switchtriggers.active:focus {
	color: #6d3f67;
	cursor: pointer;
 }

 .switchtriggers.inactive:active {
	color: #841919;
}

/* End Home */

/* EDITING */

.editableform {
	display: none;
	max-width: 920px;
	margin:	0 auto;
}


.inlineeditbutton {
	display: inline-block;
	padding: 6px 12px;
	font-size: 12px;
	background-color: #6d3f67;
	border: none;
	font-family: 'Dosis', sans-serif;
	box-sizing: border-box;
	line-height: normal;
	cursor: pointer;
	color: #ffffff;
}

.inlineeditbutton:hover, .inlineeditbutton:focus {
	background-color: #452841;
	text-decoration: none;
}

.inlineeditbutton:active {
	background-color: #e6e6e6;
	color: #452841;
}

.closebannerimg {
	display: none;
}


.editable, .bannereditable {
	cursor: cell;
}

.editicon {
	position: absolute;
	top: 4px;
	right: 0;
	width: 20px;
	height: 20px;
	color: #b3b3b3;
	vertical-align: top;
	display: block;
	cursor: pointer;
}

.editicon:hover, .editicon:focus {
	color: #6d3f67;
}

.editicon:active {
	color: #6d3f67;
}

/* END EDITING */


/*Home Body*/

#largelogowrap {
	width: 470px;
	height: 196px;
	margin: 0 auto 40px auto;
}

span#largelogo {
	width: 470px;
	height: 196px;
	background-position: -159px -0px; 
}
/*End Home Body*/


.filters {
	background-color: #dfdfdf;
	padding: 10px 0;
	color: #6d3f67;
	font-family: Arial;
}

.filters h3, .filters span, .filters button {
	color: #6d3f67;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 75%;
}

.filters span, .filters button {
	padding: 0 8px;
}

.filters span {
	color: #6d3f67;
}

.filters button {
	position: relative;
	background-color: transparent;
	/*font-size: 80%;*/
	border: none;
	color: #6d3f67;
	cursor: pointer;
}

.filters button:hover {
	/*color: #ffffff;*/
}

.filters button:after {
	content: '\A';
	position: absolute;
	width: 100%;
	height:100%;
	top:0; 
	left:0;
	background:rgba(0,0,0,0.1);
	opacity: 0;
	transition: all 0.5s;
	/*-webkit-transition: all 1s;*/
}

.filters button:hover:after {
	opacity: 1;
}

/* End My Paintings */


#thumbwrap {
	height: 83px;
	overflow: hidden;
}

#albumthumbs {
	overflow: hidden;
	width: 784px;
	height: auto;
	margin: 0 auto;
	height: 75px;
	padding: 4px 4px;
	background: #f2f2f2 url('img/loading.svg') center no-repeat;
	/*display: none;*/
}

.content ul{ 
	opacity: 0;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.content.scroller-ready ul{ opacity: 1; }


/* Contact Us */
.g-recaptcha {
	display: inline-block;
	margin: 0 auto;
}
/* End Contact */

#back-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
}

#back-top a {
	width: 35px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #d4d4d4;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #36e0ff;
}

/* arrow icon (span tag) */
#back-top span {
	width: 35px;
	height: 35px;
	display: block;
	margin-bottom: 7px;
	background: #36e0ff url("/img/up-arrow.png") no-repeat center center;
	opacity: 0.1;

	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	opacity: 0.3;
}

.addthis_native_toolbox {
	margin-bottom: 14px;
}

@media screen and (max-width: 960px) {

	.width940, .sitecontent {
		width: auto;
	}
}

/*@media screen and (max-width: 840px) {
	.not840 {
		display: none;
	}

	header, div#topheader {
		height: auto;
	}

	section#mainlogowrap {
		float: none;
		margin: 0px auto;
		padding-top: 10px;
	}

	header.smaller section#mainlogowrap {
		float: left;
		padding-top: 5px;
		margin-top: 0;
	}

	header.smaller section#mainlogowrap {
	}

	nav {
		margin: 0 auto;
		float: none;
		height: auto;
	}

	nav a {
		padding: 10px;
	}

	header.smaller nav {
		float: right;
		width: 510px;
	}

	header.smaller nav a {
		padding: 25px 10px 10px 10px;
		font-size: 70%;
	}

	section#footerlogowrap {
		float: none;
		margin: 0px auto 10px auto;
	}	

	section.footsitemapcol {
		float: none;
		width: auto;
	}

	.footerpaypallogo {
		float: none;
		width: 100px;
		margin: 20px auto 0 auto;
	}

	div#legalfooter {
		height: auto;
		line-height: 40px;
	}

	section#legalfootleft {
		float: none;
		width: auto;
		height: auto;
		margin: 0 auto;
		text-align: center;
		padding-top: 10px;
	}

	section#footarg {
		float: none;
		margin: 0px auto;
		padding-bottom: 14px;
	}

	.centreimgwrap, .leftimagewrap, .rightpaintingtext {
		width: auto;
		float: none;
	}

	.centreimgwrap img {
		max-width: 100%;
		height: auto;
	}
}*/

#fadeback, #formback {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    text-align: center;
	z-index: 1000;
	display: none;
	background-color:rgba(0,0,0,0.7);
	z-index: 998;
}

#formback div {
	position: absolute;
	top: 50%;
	background-color: #572d41;
    margin-top: -100px;
    width: 100%;
    padding: 30px 0;
    height: 100px;
    display: table;
}

#formback div.working {
	background: #572d41 url('img/loading_panel.svg') center center no-repeat;
}

div#fadecontent {
	position: relative;
	display: table-cell;
	height: 100px;
	vertical-align: middle;
	padding: 0;
	width: inherit;
	top: 0;
	background-color: transparent;
	opacity: 0;
}

div#fadecontent h2 {
	color: #dad1b4;
	margin-bottom: 12px;
}

div#fadecontent p {
	color: #ffffff;
	margin-bottom: 0;
}

#newsletterthanks, #contactthanks, #loginthanks {
	display: none;
}

#cookieconfirmation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    text-align: center;
	z-index: 1000;
	background-color:rgba(0,0,0,0.6);
	/*display: none;*/
}

#cookieconfirmation article {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	top: 35%;
	background-color: #ffffff;
	padding: 20px;
}

#lb_fade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    text-align: center;
	z-index: 1000;
	background-color:rgba(0,0,0,0.8);
	display: none;
	/*opacity: 0;*/
}

#lb_fade.loading {
	background: rgba(0,0,0,0.8) url('img/loading.svg') center center no-repeat;	
}

#lb_panel {
	position: relative;
	display: table;	
	margin: 20px auto;
	width: 0;
	height: 0;
	opacity: 0;
	/*max-width: 96%;*/
	/*max-height: 100vh;*/
}

#lb_panel div {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	background-color: #ffffff;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

#lb_panel img {
	transition: 1s;
	max-height: 85vh;
	max-width: 85vw;
}

.lb_button {
	background-color: #eeeee7;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	display: block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.lb_button:hover, .lb_button:focus {
	cursor: pointer;
	background-color: #dad1b4;
}

#lb_close {position: absolute; top: -10px; right: -10px;}
#lb_next {position: absolute; bottom: 10px; right: 20px;}
#lb_previous {position: absolute; bottom: 10px; right: 60px;}
#lb_expand {position: absolute; top: -10px; left: -10px;}
#lb_shrink {position: absolute; top: -10px; left: -10px; display: none;}



@media screen and (min-width: 801px) {
	.naver .naver-wrapper { height: auto !important; }
}

@media screen and (max-width: 800px) {
	body.topmargin {
		margin-top: 0;
	}
	.notmobile {
		display: none;
	}

	.mobileonly {
		display: block;
	}

	.width960 {
		width: auto;
	}

	/* Full Mobile version */
	.narrowtext {
		width: auto;
	}

	article#breadcrumbs {
		display: none;
	}

	header {
		position: relative;
		border-bottom: none;
	}

	header.smaller {
		position: relative;
		height: auto;
	}


	section#mainlogowrap {
		padding: 10px;
	}

header.smaller #mainlogowrap .argphotographylogo {
		float: none;
		width: 176px;
		height: 80px;
		padding: 10px;
	}

	section#mainlogowrap {
		padding: 10px;
	}


header.smaller nav#sidenav {
     margin-left: 0; 
     height: auto; 
}

section#mainlogowrap {
	margin: 5px auto 8px auto;
}

header.smaller section#mainlogowrap {
	width: 176px;
	height: 80px;
    float: none;
    margin-top: 5px;
    margin-left: 0px;
}

header.smaller  .argphotographylogo {
	width: 176px;
	height: 80px;
	}





.bannerwrap {
	height: 150px;
	background-color: #e6e6e6;
	overflow: hidden;
}

img.bannerimg {
	height: 150px;
	width: auto;
	position: absolute;
	left: 50%;
	margin-left: -535px

}

	div#legalfooter {
		height: auto;
	}

	section#legalfootleft, section#footarg {
		float: none;
		width: auto;
		height: auto;
		margin: 0px auto;
		padding: 10px 0;
		text-align: center;
	}

	.footerpaypallogo {
		 float: none; 
		 width: auto; 
	}

	.sitecontent, .fullcontent {
		padding: 32px 16px;
	}

	section#footerlogowrap {
		width: 155px;
		height: 76px;
		float: none;
		margin: 0 auto 16px auto;
	}

	section.footsitemapcol {
		float: none;
		width: auto;
		margin-bottom: 16px;
	}

	#sidenavopen, #sidenavclose {
		display: none;
	}

	#display {
		display: none;
	}

	nav#mainnav {
		display: none;
	}

	.imgwrap, .imgwrap img {
		width: 100% !important;
		height: auto !important;
	}

	#thumbwrap {
		width: auto;
		height: auto;
	}

	#albumthumbs {
		width: auto;
		margin: 0 0 16px 0;
	}

	.halfleft, .halfright {
		float: none;
		width: auto;
		margin: 0 0 16px 0;
	}

	.prevnextnext {
		position: relative;
		width: 48%;
	}


	#sidenavigation {
		position: relative;
		display: block;
		width: 100%;
	}

	#sidenavlogowrap {
		display: none;
	}


	nav#sidenav {
		width: auto;
		height: auto;
		padding: 0;
		position: relative;
		margin: 0px;

	}

	section#legalfootleft p {
	    display: block;
	    height: auto;
	    line-height: 1.2;
	}

nav.naver, ul.naver {
	display: none;
}

nav#sidenav a, ul.naver a {
	display: block !important;
	height: auto;
	background-image: none;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-top: 1px #ffffff solid;
	font-size: 80%;
	color: #ffffff;
	text-indent: 0px;
}

nav#sidenav a.notmobile {
	display: none !important;
}

nav.naver a.indented, nav.naver a.indented.active {
	text-indent: 10px;
}

nav#sidenav a, ul.naver a {
	float: none;
	padding: 0;
	width: 100% !important;
	text-align: center;
}

nav#sidenav a:hover {
	text-decoration: none;
}

nav#sidenav a:active {
	text-decoration: none;
}

nav#sidenav a {
	/*background-color: #6d3f67;*/
	background-color: #f2f2f2;
	color: #6d3f67;
	font-weight: 400;
	font-size: 70%;
}

nav#sidenav a.collnav {
	background-color: #e6e6e6;
}


nav#sidenav a:hover, nav#sidenav a:active, nav#sidenav a.active {
	background-color: #6d3f67;
	color: #ffffff;
}

nav#sidenav a:active {
	color: #6d3f67;
}

nav#sidenav a:hover:after, nav#sidenav a:focus:after, nav#sidenav a.active:after, nav#sidenav .dropdownpanel:after {
	display: none;
}

nav#sidenav .dropdownpanel {
	position: relative;
	top: 0;
	width: auto;
}

nav#sidenav #machinedropdown {
	left: 0;
}

ul.naver a {
	background-color: #6d3f67;
	color: #5e3d48;
}

ul.naver a:hover, ul.naver a:active {
	background-color: #6d3f67;
}

ul.naver a:active {
	color: #000000;
}

.naver .naver-handle { color: #FFFFFF; cursor: pointer; display: none; font-size: 14px; height: 30px; line-height: 30px; text-transform: uppercase;
	text-align: center;
	-webkit-user-select: none;
   -moz-user-select: none;
	-ms-user-select: none;
	 -o-user-select: none;
		user-select: none;
}


.naver .naver-handle:before { background: url('img/fs-naver-icon-white.png') no-repeat center; content: ''; display: block; float: left; height: 15px; margin: 7px 10px 0 7px; width: 20px; }
.naver .naver-wrapper { height: auto; }
.naver .naver-container:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
span.naver-handle {
	padding-right: 35px;
}	

nav.naver.active .naver-handle {
	display: block; 
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	/*font-weight: 700;*/
	background-color: #6d3f67; 	
}

ul.naver.active .naver-handle {
	display: block; 
	background-color: #6d3f67; 	
	color: #5e3d48;
}


.naver.active .naver-wrapper { height: 0px; overflow: hidden; }

/* Animated - Experimental! Performs poorly on mobile */
.naver.animated .naver-wrapper {
	-webkit-transition: height 0.2s ease-out;
	   -moz-transition: height 0.2s ease-out;
		-ms-transition: height 0.2s ease-out;
		 -o-transition: height 0.2s ease-out;
			transition: height 0.2s ease-out;
}
.naver.animated .naver-container { opacity: 0; 
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
		-ms-transition: opacity 0.2s ease-out;
		 -o-transition: opacity 0.2s ease-out;
			transition: opacity 0.2s ease-out;
}
.naver.animated.open .naver-container { opacity: 1; }
}


@media print {
	nav, section#getdirections, footer {
		display: none;
	}
}




/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno &lt;m@tias.me&gt;
 */
@-webkit-keyframes passing-through {
  0% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px); }
  30%, 70% {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px); }
  100% {
	opacity: 0;
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px); }
  30%, 70% {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px); }
  100% {
	opacity: 0;
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px); }
  30%, 70% {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px); }
  100% {
	opacity: 0;
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px); }
  30% {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px); }
  30% {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px); } }
@keyframes slide-in {
  0% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px); }
  30% {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1); }
  10% {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); }
  20% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1); }
  10% {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); }
  20% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1); } }
@keyframes pulse {
  0% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1); }
  10% {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); }
  20% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
	cursor: pointer; }
	.dropzone.dz-clickable * {
	  cursor: default; }
	.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
	  cursor: pointer; }
  .dropzone.dz-started .dz-message {
	display: none; }
  .dropzone.dz-drag-hover {
	border-style: solid; }
	.dropzone.dz-drag-hover .dz-message {
	  opacity: 0.5; }
  .dropzone .dz-message {
	text-align: center;
	margin: 2em 0; }
  .dropzone .dz-preview {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 16px;
	min-height: 100px; }
	.dropzone .dz-preview:hover {
	  z-index: 1000; }
	  .dropzone .dz-preview:hover .dz-details {
		opacity: 1; }
	.dropzone .dz-preview.dz-file-preview .dz-image {
	  /*border-radius: 20px;*/
	  background: #999;
	  background: linear-gradient(to bottom, #eee, #ddd); }
	.dropzone .dz-preview.dz-file-preview .dz-details {
	  opacity: 1; }
	.dropzone .dz-preview.dz-image-preview {
	  background: white; }
	  .dropzone .dz-preview.dz-image-preview .dz-details {
		-webkit-transition: opacity 0.2s linear;
		-moz-transition: opacity 0.2s linear;
		-ms-transition: opacity 0.2s linear;
		-o-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear; }
	.dropzone .dz-preview .dz-remove {
	  font-size: 14px;
	  text-align: center;
	  display: block;
	  cursor: pointer;
	  border: none; }
	  .dropzone .dz-preview .dz-remove:hover {
		text-decoration: underline; }
	.dropzone .dz-preview:hover .dz-details {
	  opacity: 1; }
	.dropzone .dz-preview .dz-details {
	  z-index: 20;
	  position: absolute;
	  top: 0;
	  left: 0;
	  opacity: 0;
	  font-size: 13px;
	  min-width: 100%;
	  max-width: 100%;
	  padding: 2em 1em;
	  text-align: center;
	  color: rgba(0, 0, 0, 0.9);
	  line-height: 150%; }
	  .dropzone .dz-preview .dz-details .dz-size {
		margin-bottom: 1em;
		font-size: 16px; }
	  .dropzone .dz-preview .dz-details .dz-filename {
		white-space: nowrap; }
		.dropzone .dz-preview .dz-details .dz-filename:hover span {
		  border: 1px solid rgba(200, 200, 200, 0.8);
		  background-color: rgba(255, 255, 255, 0.8); }
		.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
		  overflow: hidden;
		  text-overflow: ellipsis; }
		  .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
			border: 1px solid transparent; }
	  .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
		background-color: rgba(255, 255, 255, 0.4);
		padding: 0 0.4em;
		border-radius: 3px; }
	.dropzone .dz-preview:hover .dz-image img {
	  -webkit-transform: scale(1.05, 1.05);
	  -moz-transform: scale(1.05, 1.05);
	  -ms-transform: scale(1.05, 1.05);
	  -o-transform: scale(1.05, 1.05);
	  transform: scale(1.05, 1.05);
	  -webkit-filter: blur(8px);
	  filter: blur(8px); }
	.dropzone .dz-preview .dz-image {
	  /*border-radius: px;*/
	  overflow: hidden;
	  width: 120px;
	  height: 120px;
	  position: relative;
	  display: block;
	  z-index: 10; }
	  .dropzone .dz-preview .dz-image img {
		display: block; }
	.dropzone .dz-preview.dz-success .dz-success-mark {
	  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
	.dropzone .dz-preview.dz-error .dz-error-mark {
	  opacity: 1;
	  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
	.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
	  pointer-events: none;
	  opacity: 0;
	  z-index: 500;
	  position: absolute;
	  display: block;
	  top: 50%;
	  left: 50%;
	  margin-left: -27px;
	  margin-top: -27px; }
	  .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
		display: block;
		width: 54px;
		height: 54px; }
	.dropzone .dz-preview.dz-processing .dz-progress {
	  opacity: 1;
	  -webkit-transition: all 0.2s linear;
	  -moz-transition: all 0.2s linear;
	  -ms-transition: all 0.2s linear;
	  -o-transition: all 0.2s linear;
	  transition: all 0.2s linear; }
	.dropzone .dz-preview.dz-complete .dz-progress {
	  opacity: 0;
	  -webkit-transition: opacity 0.4s ease-in;
	  -moz-transition: opacity 0.4s ease-in;
	  -ms-transition: opacity 0.4s ease-in;
	  -o-transition: opacity 0.4s ease-in;
	  transition: opacity 0.4s ease-in; }
	.dropzone .dz-preview:not(.dz-processing) .dz-progress {
	  -webkit-animation: pulse 6s ease infinite;
	  -moz-animation: pulse 6s ease infinite;
	  -ms-animation: pulse 6s ease infinite;
	  -o-animation: pulse 6s ease infinite;
	  animation: pulse 6s ease infinite; }
	.dropzone .dz-preview .dz-progress {
	  opacity: 1;
	  z-index: 1000;
	  pointer-events: none;
	  position: absolute;
	  height: 16px;
	  left: 50%;
	  top: 50%;
	  margin-top: -8px;
	  width: 80px;
	  margin-left: -40px;
	  background: rgba(255, 255, 255, 0.9);
	  -webkit-transform: scale(1);
	  border-radius: 8px;
	  overflow: hidden; }
	  .dropzone .dz-preview .dz-progress .dz-upload {
		background: #333;
		background: linear-gradient(to bottom, #666, #444);
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 0;
		-webkit-transition: width 300ms ease-in-out;
		-moz-transition: width 300ms ease-in-out;
		-ms-transition: width 300ms ease-in-out;
		-o-transition: width 300ms ease-in-out;
		transition: width 300ms ease-in-out; }
	.dropzone .dz-preview.dz-error .dz-error-message {
	  display: block; }
	.dropzone .dz-preview.dz-error:hover .dz-error-message {
	  opacity: 1;
	  pointer-events: auto; }
	.dropzone .dz-preview .dz-error-message {
	  pointer-events: none;
	  z-index: 1000;
	  position: absolute;
	  display: block;
	  display: none;
	  opacity: 0;
	  -webkit-transition: opacity 0.3s ease;
	  -moz-transition: opacity 0.3s ease;
	  -ms-transition: opacity 0.3s ease;
	  -o-transition: opacity 0.3s ease;
	  transition: opacity 0.3s ease;
	  border-radius: 8px;
	  font-size: 13px;
	  top: 130px;
	  left: -10px;
	  width: 140px;
	  background: #be2626;
	  background: linear-gradient(to bottom, #be2626, #a92222);
	  padding: 0.5em 1.2em;
	  color: white; }
	  .dropzone .dz-preview .dz-error-message:after {
		content: '';
		position: absolute;
		top: -6px;
		left: 64px;
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #be2626; }



/* -------------------------------- 

Primary style

-------------------------------- */
/**, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #2c343b;
  background-color: #f2f2f2;
}

a {
  color: #d44457;
  text-decoration: none;
}

img {
  max-width: 100%;
}
*/
/* -------------------------------- 

Main Components 

-------------------------------- */

.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #21272c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .cd-header {
	height: 70px;
	background-color: transparent;
  }
}

#cd-logo {
  float: left;
  margin: 13px 0 0 5%;
}
#cd-logo img {
  display: block;
}
@media only screen and (min-width: 768px) {
  #cd-logo {
	margin: 23px 0 0 5%;
  }
}

.cd-primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../assets/cd-icon-menu.svg") no-repeat center center;
}
.cd-primary-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-primary-nav ul.is-visible {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-primary-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #21272c;
  border-top: 1px solid #333c44;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
	/* reset navigation values */
	width: auto;
	height: auto;
	background: none;
  }
  .cd-primary-nav ul {
	position: static;
	width: auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	line-height: 70px;
  }
  .cd-primary-nav ul.is-visible {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
  }
  .cd-primary-nav li {
	display: inline-block;
	margin-left: 1em;
  }
  .cd-primary-nav a {
	display: inline-block;
	height: auto;
	font-weight: 600;
	line-height: normal;
	background: transparent;
	padding: .6em 1em;
	border-top: none;
  }
}


#sliders {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#sliderwrap {
	/*width: 100%;*/
	height: 600px;
	position: relative;

/*	-webkit-transition:all 1.0s ease-in-out;
	-moz-transition:all 1.0s ease-in-out;
	-o-transition:all 1.0s ease-in-out;
*/	transition:all 1.0s ease;

}

#sliders.sliderloading {
	display: inline-block;
	background: url('img/loading_panel.svg') 50% 50% no-repeat;	
}

.slider {
	/*width: 33.3333333%;*/
	height: inherit;
	display: block;
	position: relative;
	overflow: hidden;
	background-position: center;
	/*background-size: auto 100%;*/
	background-size: cover;
	float: left;
	opacity: 0;
}

.slidernav {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	opacity: 0;
	color: #ffffff;
	vertical-align: center;
}

#navleft {left: 30px;}
#navright {right: 30px;}

#sliders:hover .slidernav {opacity: 0.7;}
.slidernav:hover, .slidernav:focus {
	cursor: pointer;
}
.slidernav:hover path, .slidernav:focus path {fill: #572d41;}

#navbars {
	position: absolute;
	display: inline-block;
	bottom: 15px;
	right: 15px;
}

span.clicknav {
	display: inline-block;
	width: 12px;
	margin: 0 5px;
	height: 12px;
	text-indent: -9999px;
	background-color: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	opacity: 0.6;
}

span.clicknav:hover, span.clicknav:focus {
	cursor: pointer;
	opacity: 1;
}

span.clicknav.selected {
	background-color: #391d27;
}

.slidertext {
	/*background-color: rgba(87, 45, 65, 0.9);*/
	padding: 30px;
	/*opacity: 0;*/
}

.slidertext.stleft {
	position: absolute;
	max-width: 30%;
	top: 45%;
	left: 8%;
	text-align: left;
}

.slidertext.stright {
	position: absolute;
	max-width: 30%;
	top: 25%;
	right: 10%;
	text-align: right;
}

.slidertext.stcentre {
	position: relative;
	width: 20%;
	margin: 15% auto;
	text-align: center;
}

.slidertext.stbottom {
	position: absolute;
	/*display: inline-block;*/
    /*margin: inherit auto;*/
    /*margin-top: 60%;*/
    display: block;
    width: calc(100% - 60px);
    bottom: 10%;
    text-align: center;
}


.slidertext h2 {
	display: inline-block;
	clear: both;
	padding: 10px;
	background-color: rgba(87, 45, 65, 0.6);
	font-size: 140%;
	line-height: 120%;
	margin-bottom: 24px;
	/*opacity: 0;*/
}

.slidertext p {
	display: inline-block;
	clear: both;
	font-size: 110%;
	padding: 10px;
	/*color: #572d41;*/
	background-color: rgba(255, 255, 255, 0.8);
	/*opacity: 0;*/
}

.slidertext a {
	height: 40px;
	line-height: 40px;
	padding: 6px 12px;
	/*background-color: #dad1b4;*/
	/*font-family: 'Merriweather', serif;*/
	/*color: #572d41 !important;*/
	text-transform: uppercase;
	font-size: 18px;
}

.slidertext a svg {
	margin-right: 8px;
}

@media only screen and (max-width: 1000px) {
	.slidertext {
		width: 25%;
		top: 20%;
	}
}

@media only screen and (max-width: 840px) {
	#sliderwrap {
		height: 350px;
	}

	.slidertext {
		width: 40%;
		padding: 20px;
		top: 15%;
		left: 10%;
	}

	.slidertext h2 {
		font-size: 100%;
		margin-bottom: 12px;
	}

	.slidertext p {
		font-size: 70%;
	}
}



.imgareaselect-border1 {
	background: url('img/border-v.gif') repeat-y left top;
}

.imgareaselect-border2 {
	background: url('img/border-h.gif') repeat-x left top;
}

.imgareaselect-border3 {
	background: url('img/border-v.gif') repeat-y right top;
}

.imgareaselect-border4 {
	background: url('img/border-h.gif') repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
	background-color: #fff;
	border: solid 1px #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {  
}


/*
== jquery thumbnail/image scroller ==
Plugin URI: http://manos.malihu.gr/jquery-thumbnail-scroller/
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. SCROLLING BUTTONS STYLE - buttons size, background, color, positioning etc. 
	3. THUMBNAILS STYLE - basic thumbnails CSS.
	4. THEMES - Scroller colors, dimensions, backgrounds etc. via ready-to-use themes. 
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mThumbnailScroller{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
	.mThumbnailScroller.mTS_no_scroll, .mThumbnailScroller.mTS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

	.mTSWrapper{
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mTSContainer{
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	ul.mTSContainer, ol.mTSContainer{ list-style: none; }

	.mTSThumb, 
	ul.mTSContainer &gt; li img { 
		vertical-align: bottom; 
		height: 75px; 
		width: auto; 
		opacity: 0.5;
    	filter: alpha(opacity=50); /* For IE8 and earlier */
    	transition: 1s;
	}

	.mTSThumb:hover, 
	ul.mTSContainer &gt; li img:hover, 
	.mTSThumb:focus, 
	ul.mTSContainer &gt; li img:focus,
	ul.mTSContainer &gt; li img.current {
		opacity: 1.0;
    	filter: alpha(opacity=100); /* For IE8 and earlier */
	}

	.mTS_vertical .mTSContainer{
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.mTS_horizontal .mTSContainer{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. SCROLLING BUTTONS STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mTSButton{
		/* button size (if changed, also change the buttons top and left margins below) */
		width: 20px;
		height: 20px;
		line-height: 20px;
		padding: 14px;
		/* ---------- */
		overflow: hidden;
		text-align: center;
		background-color: #000; /* button background */
		color: #fff; /* non-svg button icon color */
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		/* show button effect (fades-in button from zero size) */
		opacity: 1;
		-webkit-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
		-moz-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
		-o-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
		-ms-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
		transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
		/* ---------- */
	}

	/* buttons positioning */
	
	.mTSButtonDown{
		top: auto;
		bottom: 0;
	}

	.mTSButtonRight{
		left: auto;
		right: 0;
	}

	.mTSButtonUp, 
	.mTSButtonDown{ /* margin is half the button size */
		left: 50%;
		margin-left: -24px;
	}

	.mTSButtonLeft, 
	.mTSButtonRight{ /* margin is half the button size */
		top: 50%;
		margin-top: -24px;
	}

	.mTSButtonIconContainer{
		display: inline-block;
		position: relative;
		width: 100%;
		padding-bottom: 100%;
		overflow: hidden;
	}

	.mTSButtonIcon{ /* SVG icon */
		display: inline-block;
		fill: #fff; /* button icon color */
		position: absolute;
	    top: 0;
	    left: 0;
	}

	.mTSButton.mTS-hidden, 
	.mThumbnailScroller.mTS_no_scroll .mTSButton{
		/* hide button effect (fades-out button to zero size) */
		opacity: 0;
		height: 0;
		width: 0;
		padding: 0;
		-webkit-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
		-moz-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
		-o-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
		-ms-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
		transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
		/* ---------- */
	}



/* 
------------------------------------------------------------------------------------------------------------------------
3. THUMBNAILS STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	/* thumbnail container (default: li) */
	
	.mTS_horizontal .mTSThumbContainer, 
	.mTS_horizontal ul.mTSContainer &gt; li{ float: left; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. THEMES 
------------------------------------------------------------------------------------------------------------------------
*/

	/* theme: "buttons-in" */

	.mTS-buttons-in{
		padding: 4px 4px;
		background-color: #e6e6e6; 
	}

	.mTS-buttons-in .mTSButtonIcon{ fill: #fff; }

	.mTS-buttons-in .mTSWrapper, 
	.mTS-buttons-in .mTSButton{ background-color: inherit; }

	.mTS-buttons-in .mTSButtonLeft, 
	.mTS-buttons-in .mTSButtonRight{ 
		width: 24px;
		height: 48px;
		padding: 24px 4px 0 4px;
		margin-top: -36px;
	}

	.mTS-buttons-in .mTSButtonUp, 
	.mTS-buttons-in .mTSButtonDown{ 
		width: 24px;
		height: 24px;
		padding: 4px 24px;
		margin-left: -36px; 
	}
	
	.mTS-buttons-in .mTSButton.mTS-hidden{
		height: 0;
		width: 0;
		padding: 0;
	}

	.mTS-buttons-in .mTSButton:not(.mTS-hidden){ opacity: .4; }

	.mTS-buttons-in:hover .mTSButton:not(.mTS-hidden){ opacity: 1; }

	.mTS-buttons-in .mTS_vertical .mTSThumbContainer{ margin: 14px 0; }

	.mTS-buttons-in .mTS_vertical .mTSThumbContainer:first-child{ margin-top: 0; }

	.mTS-buttons-in .mTS_vertical .mTSThumbContainer:last-child{ margin-bottom: 0; }

	.mTS-buttons-in .mTS_horizontal .mTSThumbContainer{position: relative; margin: 0 2px; }

	.mTS-buttons-in .mTS_horizontal .mTSThumbContainer .magnify {display: none;}

	.mTS-buttons-in .mTS_horizontal .mTSThumbContainer:hover .magnify {position: absolute; top: 3px; right: 5px; color: #ffffff; display: block;}

	.mTS-buttons-in .mTS_horizontal .mTSThumbContainer:first-child{ margin-left: 0; }

	.mTS-buttons-in .mTS_horizontal .mTSThumbContainer:last-child{ margin-right: 0; }

	/* ---------------------------------------- */



	/* theme: "buttons-out" */

	.mTS-buttons-out{
		padding: 6px;
		background: #000;
	}

	.mTS-buttons-out .mTSButtonIcon{ fill: #000; }

	.mTS-buttons-out .mTSButton{
		background-color: transparent;
		width: 36px;
		height: 36px;
		line-height: 42px;
		padding: 6px;
	}
	
	.mTS-buttons-out .mTSButton.mTS-hidden{
		height: 0;
		width: 0;
		padding: 0;
	}

	.mTS-buttons-out .mTS_vertical .mTSThumbContainer{ margin: 6px 0; }

	.mTS-buttons-out .mTS_vertical .mTSThumbContainer:first-child{ margin-top: 0; }

	.mTS-buttons-out .mTS_vertical .mTSThumbContainer:last-child{ margin-bottom: 0; }

	.mTS-buttons-out .mTS_horizontal .mTSThumbContainer{ margin: 0 3px; }

	.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:first-child{ margin-left: 0; }

	.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:last-child{ margin-right: 0; }

	/* ---------------------------------------- */



	/* theme: "hover-full" */

	.mTS-hover-full{
		padding: 8px;
		background: rgba(0,0,0,.2);
	}

	.mTS-hover-full .mTS_vertical .mTSThumbContainer{ margin: 8px 0; }

	.mTS-hover-full .mTS_vertical .mTSThumbContainer:first-child{ margin-top: 40px; }

	.mTS-hover-full .mTS_vertical .mTSThumbContainer:last-child{ margin-bottom: 40px; }

	.mTS-hover-full .mTS_horizontal .mTSThumbContainer{ margin: 0 4px; }

	.mTS-hover-full .mTS_horizontal .mTSThumbContainer:first-child{ margin-left: 40px; }

	.mTS-hover-full .mTS_horizontal .mTSThumbContainer:last-child{ margin-right: 40px; }

	/* ---------------------------------------- */

</pre></body></html>