@charset "utf-8";

/******** ^^ Font import and charset *********/

/********begin normailizer*********/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/********end normailizer*********/

/* margin reset */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, input, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
/* default font-size */
html {
	font-size: 1.1em;
	background-color: #000000;
}
body {
	text-align: center;
	color: #4A4237;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	background: #000000;
}
iframe {
	max-width: 100%;
	text-align: center;
	width: 100%;
}
p {
	margin: 1em 0em 1em;
}
a, .showHide {
	color: #275576;
	text-decoration: underline;
	transition: .5s;
	cursor: pointer;
}
a:hover, .showHide:hover {
	color: #42517D;
	text-decoration: none;
}
/*
.mlogo {
	max-height: 100vh;
	width: inherit;
}
*/
header {
	width: 100%;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: url('/images/backwind.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
header .leftlink {
	position: fixed;
	left: 0;
	top: 0;
	float: left;
	width: 30%;
	height: 100%;
	z-index: 1000;
	text-decoration: none;
}
header .rightlink {
	position: absolute;
	float: right;
	width: 40%;
	height: 100%;
	z-index: 1000;
	right: 0;
	top: 0;
	text-decoration: none;
}
.pageWidth {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
header .clear, main :not(.mainWorkshop) .clear {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.logoCenter, .logoCenterOverlay {
	height: auto;
	width: 45%;
	max-width: 500px;
	min-width: 150px;
	text-align: center;
	z-index: 50;
	margin: auto;

}
.logoCenterOverlay {
	z-index: 51;
	position: absolute;
}
.rightLogo {
	height: auto;
	width: 25%;
	float: right;
	/*padding-right: 10px;*/
	position: absolute;
	z-index: 51;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
.leftLogo {
	left: 0;
	right: 0;
	height: auto;
	width: 25%;
	float: left;
	text-align: center;
	position: absolute;
	top: 50%;
	/*padding-left: 10px;
	position: relative;*/
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/*text-shadow: 1px 1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, -1px -1px 0 #333;
	font-family: "Courier New", Courier, monospace;
	font-size: 150%;
	color: #FFFFFF;
	line-height: 2em;
	font-weight: 100;
	letter-spacing: 0.1em;
	z-index: 10;*/
	
}
#logoCenter a {
	text-decoration: none;
	color: #FFFFFF;
}
main {
	width: 1000px;
	text-align: left;
	/*opacity: .8;*/
	color: #483F3C;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	margin: 0px auto;
	/*border-right: 1px solid #29334f;
	border-left: 1px solid #29334f;*/
	line-height: 1.7em;
	background-color: #f1e8de;
	background-image: url(../images/paper.jpg);
	background-repeat: repeat;
	font-family: 'Philosopher', sans-serif;
	font-size: 120%;
}
ul  {
	list-style-type: none;
	display: block;
}
.articleMargin {
	padding-right: 60px;
	padding-left: 60px;
}

.fastFacts {
	overflow: hidden;
	border-radius:10px;
	padding-bottom: 15px;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 115%;
	background-color: #C2CDCB;
	padding-left: 15px;
}
.fastFacts   ul, ul.bull  {
	line-height: 2.1em;
	color: #484E5B;
	padding-left: 20px;
	overflow: hidden;
	list-style: disc outside;
}
.fastFacts   ul   li, ul.bull li  {
	text-indent: 5px;
}
hr {
	display: block;
	position: relative;
	width: 100%;
	max-height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
	margin: 25px auto;
	border-top: 1px solid #666666;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
nav {
	background: #9bbbbf; /* For browsers that do not support gradients */
	background: linear-gradient(#9bbbbf, #718583); /* #64778e, #2e3134 background: linear-gradient(#3e4c5c, #36393d);*/
	text-align: center;
	width: 100%;
	overflow: hidden;
	line-height: 2em;
	font-family: 'Rasa', serif;
	color: #BCC7CF;
	font-size: 80%;
	/*padding-bottom: 20px;*/
}
#showNav {
	background: #121212; /* For browsers that do not support gradients */
	background: linear-gradient(#545c65, #2e3134); /*#4b3d33 #938771*/
	text-align: center;
	width: 100%;
	overflow: hidden;
	line-height: 2em;
	font-family: 'Rasa', serif;
	color: #BCC7CF;
	padding-top: 10px;
	padding-bottom: 7px;
}
#showNav a {
	letter-spacing: 0.1em;
	font-size: 150%;
	color: #dfe4e8;
	text-decoration: none;
	padding: 10px 15px;
	transition: .5s;
	border-radius: 5px;
}
#showNav a:hover {
	background-color: #4b616a;
	color: #FFFFFF;
}
nav a {
	font-size: 150%;
	color: #dfe4e8;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-right: 20px;
	padding-left: 20px;
	transition: .5s;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
nav a:hover {
	background-color: #4b616a;
	color: #FFFFFF;
}
header .pageWidth {
	position: relative;
}
header .pageWidth a {
	display: block;      
	position: absolute;
}
footer {
	padding-bottom: 15px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 110%;
	background-color: #202020;
}
.bg {
	min-height: 100%;
	min-width: 700px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1000;
	display: none;
}
.floatLeft {
	float: left;
	margin-right: 15px;
}
.floatRight {
	float: right;
	margin-left: 15px;
}
.emailFoot, .mailFoot, .phoneFoot {
	text-align: left;
}
#footLinksL a, #footLinksC a, #footLinksR a {
	color: #DDDDDD;
	text-decoration: none;
	display: block;
	height: 35px;
}
#footLinksL a:hover, #footLinksC a:hover, #footLinksR a:hover {
	font-weight: bold;
	color: #DFDFDF;
}
small, .hashFoot, .emailFoot, .mailFoot, footer ul ul li {
	font-size: 80%;
	font-style: italic;
}
h1 {
	font-size: 150%;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	color: #2B3740;
	font-style: italic;
	font-weight: bold;
	margin: 1em 0em 1em 0px;
	padding: 0em;
	text-align: center;
}
h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 0.1em;
	color: #2B3540;
	margin: 1em 0em 1em 0em;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
	text-align: center;
	color: #262B4A;
}
h3 a {
	font-size: 110%;
}
h4 {
	font-size: 110%;
}
h5, h6 {
	font-size: 105%;
	font-style: italic;
}
h6 {
	text-align: center;
}
.nextEvents {
	color: #483F3C;
	position: relative;
	z-index: 50;
    border-bottom: 1px solid #5F5F5F;
    padding-bottom: 15px;
}
.locDat  {
	color: #2B3740;
	font-weight: bold;
}
.homeBn {
	color: #B9C0B4;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 15px;
	max-width: 1000px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
}

.nextEvents h2 {
	font-size: 140%;
	text-align: center;
	color: #275576;
}
.nextEvents h3 {
	color: #3F5F58;
	font-family: 'Bree Serif', serif;
}

.rQuote {
	color: #275576;
	text-align: justify;
}

.allUpcoming {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.allUpcoming a {
	color: #894845;
	text-decoration: none;
	font-size: 130%;
	border-bottom: 1px solid #894845;
}
.allUpcoming a:hover {
	border-bottom-style: none;
}
#footR #go {
	font-style: italic;
	color: #FFFFFF;
	background-color: #354268;
	border: 1px solid #666666;
	margin: 0px;
	font-size: 80%;
	line-height: 1em;
	height: 2.5em;
	padding: 3px 7px;
	border-radius: 5px;
}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  color: #666666;
}
#footR #email {
	width: 70%;
	background-color: #E6EAEE;
	border: 1px solid #333333;
	font-style: italic;
	color: #666666;
	height: 2.5em;
	font-size: 80%;
	margin: 0px 1px 0px 0px;
	line-height: 1.2em;
	padding-left: 5px;
	border-radius: 5px;
}
#footR form {
	padding: 0px 0px 10px;
	margin: 20px 0px 0px;
}
main article {
	padding: 0px 40px 5px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
#footL, #footC, #footR {
	float: left;
	padding: 1%;
	min-height: 120px;
	line-height: 1.5em;
	background-color: #718583;	/*background: linear-gradient(#767063, #818170);*/
}
#footL {
	width: 30%;
}
#footC {
	width: 34%;
}
#footR {
	width: 30%;
}
.sitemap, .classSitemap {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 300px;
	-moz-column-width: 300px;
	column-width: 300px;
	-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
	-moz-column-gap: 10px; /* Firefox */
	column-gap: 10px;
}
#search, #buyForm, #jml, .buyForm {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#search #Submit, #buyButton, #jml .g-recaptcha, #toTop {
	background:linear-gradient(to bottom, #939e96 5%, #647680 100%);
	background-color:#939e96;
	border-radius:10px;
	border:1px solid #5c5c5c;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3b3b3b;
	margin-top: 10px;
}
#search #Submit:hover, #buyButton:hover, #jml .g-recaptcha:hover, #toTop:hover {
	background:linear-gradient(to bottom, #647680 5%, #939e96 100%);
	background-color:#647680;
	color:#ffffff;
}
.allButton {
	background: #9B9FAE;
	background: linear-gradient(#8d9ba7, #5f5b85);
	border-radius:10px;
	border:1px solid #5c5c5c;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:100%;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3b3b3b;
	margin-top: 10px;
}
.allButton:hover {
	background: #917871;
	background: linear-gradient(#5f5b85, #8d9ba7);
	color:#ffffff;
}
#search #keyword, #jml #email2 {
	border-radius:10px;
	border:1px solid #5c5c5c;
	padding: 5px;
	width: 50%;
}
.workshopResult, .exhibitorResult {
	padding-bottom: 15px;
}
.workshopResult p, .mainWorkshop p {
	color: #896A3D;
}
.mainWorkshop div {
	text-align: center;
}
.workshopResult img {
	float: left;
	margin-right: 10px;
}
.swiper-container .caption {
	color: #CCCCCC;
	background-color: #000000;
	display: block;
	position: absolute;
	z-index: 1000;
	opacity: 0;
	font-size: 90%;
	font-style: italic;
	text-align: left;
	width: 97%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 20px;
	margin: 0px;
	transition: bottom 1s;
	bottom: -10%;
}
.swiper-container:hover .caption {
	bottom: 0px;
}
.swiper-container img {
	height: auto;
	width: 100%;
}
#footR a, #footC a, #footL a {
	color: #FFFFFF;
}
#footR a:hover, #footC a:hover, #footL a:hover {
	color: #CCCCCC;
}
#footLinksL, #footLinksC, #footLinksR {
	width: 31%;
	float: left;
	padding: 1%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	float: left;
	display: block;
	left: 50%;
}
nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	right: 50%;
}
nav ul li a {
	display: inline-block;
	text-align: center;
}
nav ul li.icon {
	display: none;
	font-size: 85%;
}
nav ul li:first-child {
	display: none;
	font-style: normal;
	font-size: 70%;
	font-family: "Courier New", Courier, monospace;
}
.clear {
	clear: both;
	display: block;
}
.countdownWrap {
	color: #666666;
	padding-left: 5px;
	white-space: nowrap;
	font-size: 120%;
}
.countdownWrap .smalltext {
	font-size: 60%;
	color: #000000;
	vertical-align: middle;
}
nav ul li.side {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
h1 small a, h2 small a, h3 small a {
	font-size: 80%;
	font-style: normal;
	letter-spacing: 0.1em;
	font-weight: normal;
	vertical-align: text-top;
}
h5.showHide {
	text-decoration: none;
}
h5.showHide:hover {
	text-decoration: underline;
}
#toTop {
	position: fixed;
	bottom: 20px;
	right: 15px;
	cursor: pointer;
	display: none;
	z-index: 1000;
}
.showImg {
	height: auto;
	width: 50%;
	max-width: 400px;
	min-width: 100px;
	float: left;
	margin-right: 15px;
	margin-top: 8px;
}

.my-gallery {
	width: 100%;
	float: left;
	overflow: hidden;
	-webkit-column-count: 6;
	-moz-column-count: 6;
	column-count: 6;
	-webkit-column-width: 150px;
	-moz-column-width: 150px;
	column-width: 150px;
	-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
	-moz-column-gap: 10px; /* Firefox */
	column-gap: 10px;
	margin-left: -20px;
	margin-right: -20px;
	background: #000000;
	border-radius:10px;
	padding: 20px;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	width: 150px;
}
.my-gallery figcaption {
  display: none;
}
.quickIndex {
	text-align: center;
	font-size: 130%;
}
.quickIndex a {
	padding: 1px;
}
.blockP, .blockP2 {
	margin: 1.5em 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	letter-spacing: 0em;
	border-left: 10px solid #678B8B;
	padding: 0.5em 10px 0.5em 30px;
	color: #4E615C;
}
.blockP2 {
	border-left: 0px none #333333;
	border-right: 10px solid #CDCCBC;
	padding: 0.5em 30px 0.5em 10px;
	color: #807A6A;
}
blockquote {
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	letter-spacing: 0.1em;
	color: #555146;
	position: relative;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CAC7BF;
}
.nextEvents .rQuote {
	margin-right: auto;
	margin-left: auto;
	max-width: 650px;
}

blockquote:before, blockquote:after {
	color: #ccc;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	content: open-quote;
}
blockquote:after {
	content: close-quote;
	margin-left: 0.25em;
	position: absolute;
	right: 0px;
	bottom: 25px;
}
blockquote  a, blockquote span {
	font-style: italic;
	color: #515B6F;
	display: block;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 80%;
}

blockquote p {
  display: inline;
}
.buyAll {
	text-align: center;
	padding: 10px 10%;
	font-weight: bold;
	font-size: 90%;
	background-image: url(https://www.artsandcraftsshow.com/images/airplane.png);
	background-repeat: no-repeat;
	background-position: 150% -180%;
}
.cdsLogo {
	text-align: center;
	top: -50px;
	position: relative;
	margin-bottom: -50px;

}

.buttonTop {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	color: #275576;
}
.buyAll .floatLeft {
	width: 70px;
	margin-right: auto;
	margin-left: auto;
}

.buyAll .month {
	display: block;
	background: #283D3E;
	font-weight: bold;
	color: #FFFFFF;
}
.buyAll .days {
	display: block;
	background: #FFFFFF;
	font-weight: bold;
	color: #000000;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	font-size: 110%;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.2em;
}
.buyAll .week {
	display: block;
	font-weight: normal;
	font-size: 70%;
	line-height: 2em;
}
.lowerC {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.lowerC p {
	text-align: justify;
}
.lowerC h1 {
	text-align: center;
}
ul.lister  {
	line-height: 2.1em;
	padding-left: 20px;
	list-style: disc outside;
}
ul.lister li  {
	text-indent: 5px;
}

/****** mobile / responsive styles ********/

@media all and (max-width: 1020px) {
	.pageWidth {
		width: 100%;
	}
	main {
		width: 100%;
		border: none;
	}
	body {
		background: #677663;
	}
}
@media all and (max-width:980px) {
	.buyAll {
		background: none;
	}
	.logoCenterOverlay, .logoCenter {
		width: 44%;
	}
	.swiper-container .caption {
		color: #CCCCCC;
		background-color: #000000;
		display: block;
		position: static;
		z-index: auto;
		bottom: 0px;
		opacity: 1;
		width: 100%;
		padding-top: 15px;
		padding-right: 10px;
		padding-bottom: 40px;
		padding-left: 20px;
		margin-top: -10px;
	}
	nav {
		font-family: "Courier New", Courier, monospace;
		font-weight: bold;
	}
	nav ul li:not(:first-child) {
		display: none;
	}
	nav ul li:first-child {
		display: inline;
		right: 0%;
	}
	nav ul li:first-child span {
		font-style: normal;
		padding-right: 10px;
	}
	nav ul li:first-child a {
		display: block;
		text-align: left;
	}
	nav ul {
		position: relative;
		float: none;
		display: block;
		left: 0%;
	}
	nav ul li {
		float: none;
		right: 0%;
	}
	nav ul li.side, nav ul.responsive li.side {
		float: right;
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
	}
	nav ul li.side a, nav ul.responsive li.side a {
		font-size: 100%;
		display: inline-block;
	}
	nav ul.responsive li {
		float: none;
		display: inline;
		right: 0%;
	}
	nav ul.responsive li a {
		display: block;
		text-align: left;
	}
}
@media all and (max-width:770px) {
	.logoCenterOverlay, .logoCenter {
		width: 37%;
	}
	.rightLogo, .leftLogo {
		width: 29%;
	}
	.fastFacts {
		clear: both;
	}
	footer {
		padding-top: 0px;
		border-top-style: none;
	}
	header {
		opacity: 1;
	}
	main article, .articleMargin {
		padding: 0px 20px 5px;
	}
	.homeBn {
		padding-left: 5px;
		padding-right: 5px;
	}
	.bg {
		display: none;
	}
	#footLinksL, #footLinksC, #footLinksR {
		width: 98%;
		float: none;
		margin: 20px 0px 0px 0px;
	}
	#footL, #footC, #footR {
		width: 98%;
		float: none;
		margin: 0px;
		border-bottom: #666666 1px solid;
		min-height: 10px;
		background: #564643;
	}
	#footL {
		border-bottom: #666666 1px solid;
	}
	.phoneFoot, .emailFoot, .mailFoot {
		text-align: center;
	}
	.upcomingShows {
		margin-top: 10px;
		padding-top: 1px;
	}
	#showNav a {
		display: block;
	}
	.lowerC .floatLeft, .lowerC .floatRight {
		width: 100%;
	}
}
@media all and (max-width: 650px) {
	.buyAll {
		padding: 10px 0px;
	}
	.buttonTop {
		margin-top: 15px;
	}
	.buyAll .floatLeft, .buyAll .floatRight {
		float: none;
		margin: 0px auto;
	}
	.cdsLogo {
		top: 0px;
		margin-bottom: 0px;
	}
}
@media all and (max-width: 600px) {
	h1 {
		font-size: 140%;
	}
	h2 {
		font-size: 120%;
	}
	h3 {
		font-size: 110%;
	}
	nav a {
		padding-top: 4px;
		padding-bottom: 4px;
		border-radius: 3px;
	}
	nav ul li.side, nav ul.responsive li.side {
		display: none;
	}
	nav a {
		font-size: 140%;
	}
	#search #keyword, #jml #email2 {
		width: 100%;
	}
}
@media all and (max-width: 500px) {
	/*.leftLogo, .rightLogo {
		display: none;
	}
	.logoCenterOverlay, .logoCenter {
		width: 55%;
	}*/
	html {
		font-size: 1em;
	}
}
@media all and (max-width: 400px) {
	.swiper-container .caption {
		font-size: 70%;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 25px;
		padding-left: 10px;
		margin: 0px;
	}
}

/****** workshop registration styles *********/
#info {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#info .row, #info .rowCheck {
	border-bottom:1px solid #eee;
	position:relative;
	max-width: 600px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
#info .rowCheck {
	text-align: center;
	font-size: 110%;
}
.row label {
	display:block;
}
.row input, .row textarea, .row select {
	height:40px;
	width:95%;
	border: 1px inset #666666;
	padding: 2px 10px;
	margin: 0px;
}
.grandP {
	font-size: 120%;
}
.row textarea {
	height: 100px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('https://www.beadagio.com/workshop_registration/images/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

body.loading {
    overflow: hidden;   
}
body.loading .modal {
    display: block;
}
body.ticket {
	background-color: #FFFFFF;
	font-size: 15px;
}
.ticket #page {
	max-width: 800px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	text-align: center;
	margin-top: 15px;
}
.ticket hr {
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
}
p.date {
	text-align: center;
}
#ssbottom {
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #000000;
	color: #dfe4e8;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 0.1em;
	font-size: 120%;
}
