/*@charset "utf-8"; 
 CSS Documents
div, ul, li, table, tr, td, img{
border-bottom:1px solid #C3C;
}
*/
/* RESET */
/*
@charset "utf-8"; 
CSS Documents

*{
border-bottom:1px solid #C3C;
border-top:1px solid #09C;
}
*/

    @font-face {
        font-family: 'Century Gothic';
        src: local('Century Gothic Regular'), 
			local('CenturyGothic-Regular'), 
			url(../fonts/century-gothic-reg.woff) format('woff');
        font-style: normal;
        font-weight: 400;
    }

    @font-face {
        font-family: 'Century Gothic';
        src: local('Century Gothic Bold'), 
		local('CenturyGothic-Bold'), 
		url(../fonts/century-gothic-bold.woff) format('woff');
        font-style: normal;
        font-weight: 700;
    }


@font-face {
  font-family:"Accent";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/comic-sans.woff) format('woff');
}

html, body{
	height:100%;
	-webkit-text-size-adjust: none;
	
}

body{
	padding:0;
	margin:0;
	border:0;
	
}

	body,
	input, 
	select,
	textarea,
	button{
		font-family: 'Century Gothic', Calibri, 'Trebuchet MS', sans-serif;
		font-size:11pt;
	}


::placeholder{
    opacity: 1;
}
:-ms-input-placeholder,
::-ms-input-placeholder {
    color:purple;
    opacity: 1;
}	

a, object, img, form{
    border:0;
    padding:0;
    margin:0;
    outline:none;
}
ul, li{
    padding:0;
    margin:0;
}
a, a:hover{
    color: inherit;
    text-decoration:none;
    cursor:pointer;
}
table{
	width:100%;
}
table, tr, td{
    border:0;
    padding:0;
    margin:0;
}


.formBox td{
    padding:3px;
}
.small{
    font-size:0.7em;
	line-height:1.8em;
	font-weight:400;
}

.dotted{
    border:0;
    border-bottom:1px dotted #cbcbcb;
    clear:both;
}

.section{
	position: relative;
}
.label{
    text-align:right;
    padding-right:10px;
}

h1, h2, h3, h4, h5{
    padding:0;
    margin:0;
    font-weight:inherit;
    font-size:inherit;
	
}

p{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	margin:0;	
}
p + p{
	margin:1em 0;
}


i, em{
	font-weight: 300;
}
img{
    vertical-align:middle;
}
.pic,
.pic img{
	width:100%;
}
.fineprint{
    padding:5px 20px;
    text-align:left;
}

.err{
    background:#F60;
    color:#ffffff;
    border-bottom:5px solid #f26522;
}
.err a{
    color:#ffffff;
    text-decoration:underline;
}
/* color */



	.btnPale, input.btnPale{
		background:none;
		color:#fff;
	}
	.btnImage{
		padding:0;
		width:auto;
		height:auto;
		border:0;
		cursor:pointer;
	}
	.btnSub{
		width:160px;
		cursor:pointer;
		text-align:center;
		padding:2px 2%;
	}
	
	.btnSub input{
		border:0;
		background-color:transparent;
		padding:0;
		margin:0;
		height:auto;
		width:auto;
		text-transform:uppercase;
	}

input[type=submit],
input[type=search],
input[type=text],
input[type=email], 
input[type=password], 
select,
option,
textarea,
button{
	display: inline-block;
	outline: none;
	border:0;
	font-size:0.8em;
}
input[type=search],
input[type=text],
input[type=email], 
input[type=password], 
select,
textarea{
	padding:10px 2%;
}
.btn{
	padding:10px 2%;
	width:auto;
	display:inline-block;
}
input[type=search],
input[type=text],
input[type=email], 
input[type=password], 
select,
textarea{
	width:95%;
}
	
option{
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	background:#fff;
}
hr{
    border:0;
    border-top:1px solid #cbcbcb;
    clear:both;
}



.big{
    font-size:1.8em;
	line-height:1.0em;
}
.pale{
    opacity:0.5;
    filter:alpha(opacity=50);
}
.credit{
    text-align:center;
}
.swatch{
    width:22px;
    height:12px;
    margin-right:5px;
    float:left;
    overflow:hidden;
    border:1px solid #e4e4e4;
}



.left, 
.right, 
.center{
    display:inline-block;
	vertical-align:top;
}


.textLeft{
    text-align:left;
    float:left;
}
.textRight{
    text-align:right;
    float:right;
}

.textBox,
.imageBox{
	float:left;
	width:100%;
}

#main{
    height:100%;
	width:100%;
    margin: 0 auto;	
	position:relative;
}
.wrapper{
	clear:both;
	position: relative;
}

/* partHeader */	
#header,
#content,		
#footer{
	width:100%;
	height:auto;
	float:left;
	
}

/* end partFooter */



/*LAYER*/
.overlay{
    position:absolute;
    top:0; 
    left:0; 
	width:100%;
	height: 100%;
	z-index:100;
	display:none;
}
.overlay .transBg{
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    position:fixed;
    opacity:0.5;
	background-color:#000;
}
.overlay .pageLayer {
	background:#fff;
	position: relative;
	width:90%;
	height: auto;
	margin:10% auto;
	max-width:600px;
}

.overlay .close{
    position:absolute;
    top:10px;
    right:10px;
	z-index:4;
	font-size:4.0em;
}



	.imageBox{
		width:100%;
		position:relative;
		margin:0 auto;
		float:none;
		overflow:hidden;
		text-align:center;
	}
	.imageBox .zero{
		z-index:0;
		display:block;
		padding-bottom:40px;
	}
		.imageBox img{
	 		width:100%;
			float:none;
		}
	.imageBox p,
	.imageBox .gallery,
	.imageBox .wp-video{
		position:absolute;
		top:0;
		left:0;
		z-index:2;
		width:100%;
		text-align:center;
	}
	
	
	.arrow{
		position:absolute;
		top:47%;
		display:none;
		z-index:3;
	}
		.arrow_left{
			left:10px;
		}
		.arrow_right{
			right:10px;
		}
		
		

/* CIRCLE */
.circle{
	border:0.01em solid #000;
	background: #fff;
	-webkit-border-top-left-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	

	-moz-border-radius-topleft: 50%;
	-moz-border-radius-bottomleft: 50%;
	-moz-border-radius-topright: 50%;
	-moz-border-radius-bottomright: 50%;
	

	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}


