/* ------- MAIN & BODY ------- */


html, body					{ background-position: 0 top;
							margin: 0 auto;
							padding: 0;
							height: 100%;
							background: #736b98; }
							
.center,
.center2,
.center3,
.center4					{ margin: 0 auto;
							text-align: center; }
							
.hide01						{ display: none; }
							

/* ------- BOXES ------- */
							

.alertbox					{ text-align: center;
							margin: 0;
							padding: 25px; 
							color: #ffffff;
							background: #ff0000; /* Old browsers */
							background: -moz-linear-gradient(top,  #ff0000 0%, #c60000 76%); /* FF3.6-15 */
							background: -webkit-linear-gradient(top,  #ff0000 0%,#c60000 76%); /* Chrome10-25,Safari5.1-6 */
							background: linear-gradient(to bottom,  #ff0000 0%,#c60000 76%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
							
.alertbox h1				{ font-size: 30px;
							font-weight: 700;
							color: #ffffff;
							line-height: 1.2;
							text-shadow: 1px 1px 2px #000000;
							margin: 0 0 20px 0; }
							
.alertbox a,
.alertbox a:visited			{ color: #ccff00;
							text-decoration: underline; }
							
.alertbox a:hover,
.alertbox a:active			{ color: #ffffff;
							text-decoration: underline; }
							
.alertbox p					{ color: #ffffff;
							font-size: 16px; }
							
.alertbox .yellow			{ color: #ccff00; 
							font-weight: bold; }
							
.alertbox .small			{ font-size: 14px; }

.box01						{ padding: 10px;
							margin: 20px 0;
							border: 2px solid #cccccc;
							background: #e6e6e6;
							color: #000000; }
							
.box01 p					{ font-color: #000000; }

.box01 h2					{ color: #000000;
							font-size: 14px;
							font-weight: bold;
							line-height: 1.2;
							padding: 0 0 10px 0; }
							
.box01 h3					{ color: #000000; }

.box02						{ padding: 10px;
							margin: 20px 0;
							background-color: #ffffff;
							border: solid 2px #cccccc;  }
							
.box02 ol,
.box02 ul					{ list-style: square; font-size: 16px; font-family: 'Roboto', helvetica, sans-serif; line-height: 1.2; margin: 15px 0 0 20px; }
.box02 li					{ margin: 0 0 15px 0; }

.box03						{ padding: 10px;
							margin: 0 0 20px 0;
							background-color: #dddddd;
							border: none; }
							
.box03 ul					{ list-style-type: square; }
.box03 ul li					{ font-size: 12px; }
							
.box04						{ padding: 10px;
							margin: 20px 0;
							background-color: #f2bdae;
							border: solid 4px #b3566c; }

.box05						{ padding: 10px;
							margin: 10px;
							border: solid 3px #fff000;
							text-align: center; }


/* ------- BUTTONS ------- */

.button01,
.button01:visited			{ display: inline-block;
							position: relative;
							-webkit-box-sizing: content-box;
							-moz-box-sizing: content-box;
							box-sizing: content-box;
							cursor: pointer;
							padding: 7px;
							margin: 10px 20px;
							border: 0px solid #cccccc;
							font: normal 20px/normal 'Roboto', helvetica, sans-serif;
							font-weight: 700;
							text-transform: uppercase;
							text-align: center;
							color: #ffffff;
							text-shadow: 1px 1px 2px #000000;
							border-radius: 7px;
							-o-text-overflow: clip;
							text-overflow: clip;
							background: #ff0000;
							-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							float: right; }

.button01:hover				{ background: #c20000;
							color: #ffffff;
							border: 0px solid #222222; }

.button02,
.button02:visited,
.button03,
.button03:visited,
.button04,
.button04:visited,
.button05,
.button05:visited			{ display: inline-block;
							position: relative;
							-webkit-box-sizing: content-box;
							-moz-box-sizing: content-box;
							box-sizing: content-box;
							cursor: pointer;
							padding: 7px 10px;
							margin: 10px 20px 10px 0;
							width: auto;
							border: none;
							border-radius: 7px;
							font-family: 'Roboto', helvetica, sans-serif;
							font-weight: 400;
							line-height: 1.2;
							/*text-transform: uppercase;*/
							text-align: center;
							color: #222222;
							/*text-shadow: 1px 1px 2px #000000;*/
							-o-text-overflow: clip;
							text-overflow: clip;
							vertical-align: middle;
							-webkit-transform: translateZ(0);
							transform: translateZ(0);
							box-shadow: 0 0 1px rgba(0, 0, 0, 0);
							-webkit-backface-visibility: hidden;
							backface-visibility: hidden;
							-moz-osx-font-smoothing: grayscale;
							-webkit-transition-duration: 0.3s;
							transition-duration: 0.3s;
							-webkit-transition-property: transform;
							transition-property: transform;
							-webkit-transition-timing-function: ease-out;
							transition-timing-function: ease-out;
							-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }
							
.button02					{ background: #cccccc; }
.button02:hover,
.button02:focus,
.button02:active			{ background: #000000;
							color: #ffffff;
							text-shadow: none; }
							
.button03					{ background: #bbbbbb;
							text-align: left;
							color: #222222;
							line-height: 1.4;
							padding: 15px; }
							
.button03 a:link			{ color: #ffff00; }
.button03 a:hover			{ color: #ffffff; }



.button03:hover,
.button03:focus,
.button03:active			{ /*background: #000000;
							color: #ffffff;
							text-shadow: none;*/ }
							
.button04					{ background: #666666; }
.button04:hover,
.button04:focus,
.button04:active			{ background: #000000;
							color: #ffffff;
							text-shadow: none; }
							
.button05					{ background: #7e398c; }
.button05:hover,
.button05:focus,
.button05:active			{ background: #000000;
							color: #ffffff;
							text-shadow: none; }
							

.button07,
.button07:visited			{ display: inline-block;
							position: relative;
							-webkit-box-sizing: content-box;
							-moz-box-sizing: content-box;
							box-sizing: content-box;
							cursor: pointer;
							padding: 7px 10px;
							margin: 10px 7px 10px 0;
							border: none;
							font: normal 16px/normal 'Roboto', helvetica, sans-serif;
							font-weight: 700;
							text-transform: uppercase;
							text-align: center;
							color: #f2bdae;
							-o-text-overflow: clip;
							text-overflow: clip;
							background: #b3566c;
							vertical-align: middle;
							-webkit-transform: translateZ(0);
							transform: translateZ(0);
							box-shadow: 0 0 1px rgba(0, 0, 0, 0);
							-webkit-backface-visibility: hidden;
							backface-visibility: hidden;
							-moz-osx-font-smoothing: grayscale;
							-webkit-transition-duration: 0.3s;
							transition-duration: 0.3s;
							-webkit-transition-property: transform;
							transition-property: transform;
							-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }

.button07:hover,
.button07:focus,
.button07:active			{ background: #40b7cd;
							color: #ffffff;
							text-shadow: none;
							-webkit-transform: scale(1.1);
							transform: scale(1.1); }
							
.button08,
.button08:visited			{ display: inline-block;
							position: relative;
							-webkit-box-sizing: content-box;
							-moz-box-sizing: content-box;
							box-sizing: content-box;
							cursor: pointer;
							padding: 7px 10px;
							margin: 10px 7px 10px 0;
							border: none;
							font: normal 32px/normal 'Roboto', helvetica, sans-serif;
							font-weight: 700;
							text-transform: uppercase;
							text-align: center;
							color: #222222;
							-o-text-overflow: clip;
							text-overflow: clip;
							background: #d29ef6;
							-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }

.button08:hover				{ background: #5e5068;
							color: #ffffff;
							text-shadow: none; }
							
.button-back,
.button-next,
.button-back:visited,
.button-next:visited		{ display: inline-block;
							position: relative;
							-webkit-box-sizing: content-box;
							-moz-box-sizing: content-box;
							box-sizing: content-box;
							cursor: pointer;
							padding: 7px 10px;
							margin: 10px 7px 10px 0;
							border: none;
							font: normal 18px/normal 'Roboto', helvetica, sans-serif;
							font-weight: 700;
							text-transform: uppercase;
							text-align: center;
							color: #666666;
							-o-text-overflow: clip;
							text-overflow: clip;
							background: #cccccc;
							vertical-align: middle;
							-webkit-transform: translateZ(0);
							transform: translateZ(0);
							box-shadow: 0 0 1px rgba(0, 0, 0, 0);
							-webkit-backface-visibility: hidden;
							backface-visibility: hidden;
							-moz-osx-font-smoothing: grayscale;
							-webkit-transition-duration: 0.3s;
							transition-duration: 0.3s;
							-webkit-transition-property: transform;
							transition-property: transform;
							-webkit-transform-origin: 0 100%;
							transform-origin: 0 100%;
							-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }

.button-back:hover,
.button-back:focus,
.button-back:active			{ background: #999999;
							color: #eeeeee;
							text-shadow: none;
							-webkit-transform: skew(10deg);
							transform: skew(10deg); }


.button-next:hover,
.button-next:focus,
.button-next:active			{ background: #999999;
							color: #eeeeee;
							text-shadow: none;
							-webkit-transform: skew(-10deg);
							transform: skew(-10deg); }
							
.button-b2t,
.button-b2t:visited			{ display: inline-block;
							position: relative;
							-webkit-box-sizing: content-box;
							-moz-box-sizing: content-box;
							box-sizing: content-box;
							cursor: pointer;
							padding: 7px 10px;
							margin: 20px 7px 20px 0;
							border: none;
							border-radius: 7px;
							font: normal 16px/normal 'Roboto', helvetica, sans-serif;
							font-weight: 700;
							text-transform: uppercase;
							text-align: center;
							color: #999999;
							-o-text-overflow: clip;
							text-overflow: clip;
							background: #cccccc;
							vertical-align: middle;
							-webkit-transform: translateZ(0);
							transform: translateZ(0);
							box-shadow: 0 0 1px rgba(0, 0, 0, 0);
							-webkit-backface-visibility: hidden;
							backface-visibility: hidden;
							-moz-osx-font-smoothing: grayscale;
							-webkit-transition-duration: 0.3s;
							transition-duration: 0.3s;
							-webkit-transition-property: transform;
							transition-property: transform;
							-webkit-transition-timing-function: ease-out;
							transition-timing-function: ease-out;
							-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
							transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }

.button-b2t:hover,
.button-b2t:focus,
.button-b2t:active			{ background: #000000;
							color: #ffffff;
							text-shadow: none; }


/* ------- TABLES ------- */

table						{ table-layout: auto;
							margin: 0 auto;
							padding: 0;
							border: 0;
							border-spacing: 0;
							border-collapse: collapse; }

td, tr						{ margin: 0 auto;
							padding: 0;
							border: 0; }


/* -- 3px padding, no border -- */

table.t3					{ background-position: 0 top;
							text-align: center;
							margin: 0 auto;
							padding: 3px;
							width: auto;
							border: 0;
							border-collapse: collapse;
							border-spacing: 3px;
							table-layout: auto; }

td.t3						{ background-position: 0 top;
							text-align: center;
							margin: 0 auto;
							padding: 2px;
							border: 0; }

td.t3l						{ background-position: left top;
							text-align: left;
							margin: 0 auto;
							padding: 2px;
							border: 0;
							line-height: 13px; }

td.t3r						{ background-position: right top;
							text-align: right;
							margin: 0 auto;
							padding: 2px;
							border: 0; }


/* -- 5px padding, no border -- */

table.t5					{ background-position: 0 top;
							text-align: center;
							margin: 0 auto;
							padding: 5px;
							width: 98%;
							border: 0;
							border-collapse: collapse;
							border-spacing: 5px;
							table-layout: auto; }

table.t5l					{ background-position: 0 top;
							text-align: left;
							padding: 5px;
							width: auto;
							border: 0;
							border-collapse: collapse;
							border-spacing: 5px;
							table-layout: auto; }

td.t5						{ background-position: 0 top;
							text-align: center;
							margin: 0 auto;
							padding: 5px;
							border: 0; }

td.t5l						{ background-position: left top;
							text-align: left;
							margin: 0 auto;
							padding: 5px;
							border: 0;
							width: auto; }

td.t5lg						{ background-color: #fcfcfc;
							background-position: left top;
							text-align: left;
							margin: 0 auto;
							padding: 5px;
							border: 0;
							width: auto; }

td.t5r						{ background-position: right top;
							text-align: right;
							margin: 0 auto;
							padding: 5px;
							border: 0; }


/* -- 7px padding, no border -- */

table.t7					{ background-position: 0 top;
							text-align: center;
							margin: 0 auto;
							padding: 7px;
							width: 100%;
							border: 0;
							border-collapse: collapse;
							border-spacing: 7px;
							table-layout: auto; }

tr.t7						{ vertical-align: top; }
							
tr.t7g						{ vertical-align: top;
							background-color: #dddddd; }

td.t7						{ vertical-align: top;
							text-align: center;
							margin: 0 auto;
							padding: 7px;
							border: 0; }
							
td.t7c						{ vertical-align: middle;
							text-align: center;
							margin: 0 auto;
							padding: 7px;
							border: 0; }

td.t7l						{ vertical-align: top;
							text-align: left;
							margin: 0 auto;
							padding: 7px;
							border: 0; }
							
td.t7lc						{ vertical-align: middle;
							text-align: left;
							margin: 0 auto;
							padding: 7px;
							border: 0; }

td.t7r						{ vertical-align: top;
							text-align: right;
							margin: 0 auto;
							padding: 7px;
							border: 0; }
							
td.t7rc						{ vertical-align: middle;
							text-align: right;
							margin: 0 auto;
							padding: 7px;
							border: 0; }

/* -- 3px padding, 3px border -- */

table.in3					{ margin: 0 auto;
							padding: 3px;
							border: solid 2px #ccc;
							border-collapse: collapse;
							border-spacing: 3px;
							table-layout: auto;
							width: 100%; }

td.in3						{ background-position: 0 top;
							text-align: center;
							margin: 2px;
							padding: 2px;
							border: solid 3px #ccc; }

td.in3g						{ background-color: #ccc;
							background-position: 0 top;
							margin: 2px; padding: 2px;
							border: solid 3px #ccc; }

td.in3b						{ background-color: #000080;
							background-position: 0 top;
							margin: 2px; padding: 2px;
							border: solid 3px #ccc; }


/* ------- IMAGES ------- */

img 						{ border: 0; }

.imgp						{ border: 0;
							padding-top: 20px;
							padding-bottom: 20px; }

.img-border					{ border: solid 1px #222; }

.img-center					{ border: 0;
							margin: 0 auto; }

.img-left 					{ margin: 7px 15px 7px 0;
							padding: 2px 2px 2px 0;
							float: left; }

.img-right 					{ margin: 7px 0px 7px 10px;
							float: right;
							width: auto; }

/* ------- MAP + FRAMES ------- */

.cc-map-wrapper				{ position: relative;
							padding-bottom: 56.25%; /* 16:9 */
							padding-top: 25px; height: 0; }

.cc-map-wrapper iframe		{ position: absolute;
							top: 0;
							left: 0;
							width: 100%;
							height: 100%; }

.resp-wrapper				{ position: relative;
							padding-bottom: 50%;
							padding-top: 10px;
							padding-right: 30px;
							height: 0; }

.resp-wrapper iframe		{ position: absolute;
							top: 0;
							left: 0;
							width: 100%;
							height: 100%; }

.responsive-iframe-container {
							position: relative; 
							padding-bottom: 50%;
							padding-top: 10px;
							height: 0;
							/*overflow: hidden;*/ }
    
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
							position: absolute;
							top: 0;
							left: 0;
							width: 100%;
							height: 100%; }


@media screen and (max-width: 720px) {
	
	.cc-map-wrapper {
	  position: relative;
	  padding-bottom: 85%;
	  padding-top: 25px;
	  max-height: 200px;
	}

	.cc-map-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50%;
	}
	
	.resp-wrapper {
      position: relative;
      padding-bottom: 85%;
      padding-top: 25px;
      max-height: 250px;
      max-width: 150px;
	}

	.resp-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      padding-right: 20%;
      width: 100%;
      height: 50%;
	}
	
	.hide01 {
	  display: inline-block;
	  visibility: visible;
	}
	
	.button01,.button01:visited	{
	  display: inline-block;
	  margin: 0 auto;
	  margin-top: 20px;
	  float: none !important;
	  left: 45%;
	  -webkit-box-sizing: content-box;
	  -moz-box-sizing: content-box;
	  box-sizing: content-box;
	}
	
	/*.button02,
	.button02:visited,
	.button03,
	.button03:visited,
	.button04,
	.button04:visited,
	.button05,
	.button05:visited {
		margin: 0 auto;
	}*/
}

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

	.imgr {
	  width: 100%;
	}
}

@media screen and (max-width: 400px) {
	
	.resp-wrapper {
	  max-width: none;
	}
	
	.resp-wrapper iframe {
	  padding-right: 2%;
	}
}

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

	.button01,.button01:visited	{
	  left: 40%;
	}
}