@charset "utf-8";
/*RESET CSS*/
* {box-sizing: border-box;}
html, body {padding:0;margin:0;}
img {border:0;}
a img {	border:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline;}
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

a { color: #00e; }
a:visited { /*color: #551a8b;*/ }
a:hover { color: #06e; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }


@-webkit-keyframes autofill { 0%,100% {color: #727272;background: #FFF;}}
input:-webkit-autofill {-webkit-animation-delay: 1s; -webkit-animation-name: autofill;-webkit-animation-fill-mode: both;}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.clearboth {
	display:block;
	clear:both;
}
/*SITE COMMON*/
#zmodaloverlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.3); z-index: 999999; display:none; }
#zmodalcont { position: relative; margin: 25px auto; padding: 10px; border-radius: 2px; background: #fff;}
#zmodalmsg { height:100%;overflow-y:auto;}
#zmodalClose { line-height: 25px; position: absolute; right: -8px; text-align: center; top: -8px; width: 24px; text-decoration: none; font-weight: bold; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; z-index:1000; background: #C4C4C5; color: #FFFFFF; -moz-box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000;box-shadow: 1px 1px 3px #000; }
#zmodalClose:hover { background: #AAAAAA; }
#zmodalbuttons{text-align: center; margin: 10px 0 0 0;  }
.zmodalbutton,.zmodalbutton:hover,.zmodalbutton:active,.zmodalbutton:focus{color:#FFF;background-color:#a32121;padding:5px 10px;	margin:5px;	text-decoration:none;}
#zmodalmsg a{color: #888;text-decoration: underline;}

.ui-autocomplete { max-height: 200px; overflow-y: scroll; overflow-x: hidden;z-index:1000!important;}


.crow:before{
	display: table;
	content: " ";
}

.crow{
	box-sizing:border-box;
}

.crow:after{
	clear:both;
	display: table;
	content: " ";
}


.col2{
	float:none;
	width:100%;
}

@media only screen and (min-width: 1024px) {
	.col2{
		width:49%;
		margin:0;
	}
	.col2:nth-child(odd) {
		float:left;
		margin-right:1%;
		clear:left;
	}

	.col2:nth-child(even) {
		float:left;
		margin-left:1%;
	}
	
}

figure.left, img.left{
	float: left;
	margin-right: 15px;
}

figure.right, img.right{
	float: right;
	margin-left: 15px;
}

figure.center, img.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


figure.resp-30, img.resp-30{width:30%;}
figure.resp-40, img.resp-40{width:40%;}
figure.resp-50, img.resp-50{width:50%;}
figure.resp-60, img.resp-60{width:60%;}
figure.resp-70, img.resp-70{width:70%;}
figure.resp-80, img.resp-80{width:80%;}
figure.resp-90, img.resp-90{width:90%;}
figure.resp-100, img.resp-100{width:100%;}
figure.resp-20, img.resp-20{width:20%;}
figure.resp-25, img.resp-25{width:25%;}
figure.resp-33, img.resp-33{width:33%;}
figure.resp-66, img.resp-66{width:66%;}
figure.resp-75, img.resp-75{width:75%;}


figure img{
	width:100%;
	margin:0!important;
}

figure figcaption{
	text-align:center;
}


@media only screen and (max-width: 768px){
	figure.resp-30, img.resp-30{width:100%;}
	figure.resp-40, img.resp-40{width:100%;}
	figure.resp-50, img.resp-50{width:100%;}
	figure.resp-60, img.resp-60{width:100%;}
	figure.resp-70, img.resp-70{width:100%;}
	figure.resp-80, img.resp-80{width:100%;}
	figure.resp-90, img.resp-90{width:100%;}
	figure.resp-100, img.resp-100{width:100%;}
	figure.resp-20, img.resp-20{width:100%;}
	figure.resp-25, img.resp-25{width:100%;}
	figure.resp-33, img.resp-33{width:100%;}
	figure.resp-66, img.resp-66{width:100%;}
	figure.resp-75, img.resp-75{width:100%;}
	
	figure.left, img.left{
		float: none;
		margin-right: 0;
	}

	figure.right, img.right{
		float: none;
		margin-left: 0;
	}
	
	
}


.ifrcont{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.ifrcont iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


figure {
	margin-bottom:20px;
}

div.video16-9{
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

div.video16-9 iframe, div.video16-9 object, div.video16-9 object embed, div.video16-9 img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

input::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #CECECE;
	opacity: 1; /* Firefox */
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #CECECE;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
	color: #CECECE;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.loadingSpin {
	border: 2px solid #bfbfbf;
	border-top: 2px solid #3498db;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	animation: spin 1s linear infinite;
	display: inline-block;
	margin-bottom: -3px;
	margin-left: 5px;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.flash {
  -moz-animation: flash 0.2s ease-out;
  -moz-animation-iteration-count: 3;

  -webkit-animation: flash 0.2s ease-out;
  -webkit-animation-iteration-count: 3;

  -ms-animation: flash 0.2s ease-out;
  -ms-animation-iteration-count: 3;
}

@keyframes flash {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes flash {
    0% { background-color: transparent; }
    50% { background-color: #fbf8b2; }
    100% { background-color: transparent; }
}

@-moz-keyframes flash {
    0% { background-color: transparent; }
    50% { background-color: #fbf8b2; }
    100% { background-color: transparent; }
}

@-ms-keyframes flash {
    0% { background-color: transparent; }
    50% { background-color: #fbf8b2; }
    100% { background-color: transparent; }
}

.vertalign {
	position: relative;
	top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
}


/* html5 boilerplate */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline;}
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { 
	font-size: calc(10px + (22 - 12) * ((100vw - 400px) / (2000 - 400)));
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	
}

body { margin: 0; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif;	color:#000; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }


svg:not(:root) { overflow: hidden; }


figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }


legend { border: 0; *margin-left: -7px; padding: 0; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; *overflow: visible; }

table button, table input { *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }


textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

.hidden { display: none !important; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* layout01 */


img, object, embed, video {
	max-width: 100%;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width:100%;

}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}