* {margin: 0;padding: 0;}

body,html {margin-left: 0px; margin-right:0px; margin-top:0px; margin-bottom:0px; 
	padding-left: 0px; padding-right:0px; padding-top:0px; padding-bottom:0px; 
	font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal;color: #333333; line-height: 1.4;
height: 100%;}

.cycle-slideshow { width: 100%; z-index: position: relative; z-index: 0;  }
.cycle-slideshow img { width: 100%; height: auto; }
.cycle-pager { text-align: left; width: 100%; z-index: 500; position: absolute; bottom: 0px; left: 10px; overflow: hidden;}
.cycle-pager span {  font-family: arial; font-size: 50px; width: 16px; height: 16px;  display: inline-block; color: #fff; cursor: pointer; }
.cycle-pager span.cycle-pager-active { color: green;}
.cycle-pager > * { cursor: pointer;}
#slideshow img { display: none }
#slideshow img.first { display: block }

@font-face {
    font-family: 'Crackvetica';
    src: url('Crackvetica.eot');
    src: url('Crackvetica.eot?#iefix') format('embedded-opentype'),
        url('Crackvetica.woff2') format('woff2'),
        url('Crackvetica.woff') format('woff'),
        url('Crackvetica.ttf') format('truetype'),
        url('Crackvetica.svg#Crackvetica') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Stencil';
    src: url('Stencil.eot');
    src: url('Stencil.eot?#iefix') format('embedded-opentype'),
        url('Stencil.woff2') format('woff2'),
        url('Stencil.woff') format('woff'),
        url('Stencil.ttf') format('truetype'),
        url('Stencil.svg#Stencil') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



#headermenu {display: inline-block;}
#headermenu a {
	width: auto;
	font-family: 'Crackvetica';
	font-size: 1.6em;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	margin: 10px; 
   transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
}
#headermenu a:hover {
	text-shadow: 0px 0px 5px white, 0px 0px 5px white, 0px 0px 5px white;
}


#MinimenuButton {color: white; display:none; text-align: right; font-weight: bold; font-size: 3em; border:none; padding-right: 0px; padding-top: 10px; height: 40px; line-height: 40px; text-decoration: none;text-shadow: 1px 1px 3px black;}
#MinimenuButton:hover {color: white; text-shadow: 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white;}
}

#headermenumini {margin: 0 auto; display: none; width: 90%;
	position: relative;
 	z-index:10; }
#headermenumini a {
	font-size: 2em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	display: table;
	line-height: 70px;
	width: 100%; 
	box-sizing: border-box;
	background: white;
	margin-bottom: 5px;
	box-shadow: 1px 1px 3px black;
   transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
}
#headermenumini a:hover {
	text-shadow: 0px 0px 3px black, 0px 0px 3px black, 0px 0px 3px black;
}

		#a-carousel {
				height: 500px;
				padding: 0;
				margin: 0;
				position: relative;
			}
			#a-carousel * {
				font-family: Verdana, sans-serif;
				font-size: 1em;
				color: #333;
				line-height: 22px;
			}
			#wrappera {
				background-color: #fff;
				width: 100%;
				height: 500px;
				margin-top: -250px;
				overflow: hidden;
				position: absolute;
				top: 50%;
				left: 0;
			}
			#carousela img {
				display: block;
				float: left;
			}
			#preva {
				background: rgba(0,0,0,0.5);
				background: -moz-linear-gradient(left, rgba(0,0,0,1),rgba(0,0,0,1), rgba(0,0,0,0.2));
				background: -webkit-linear-gradient(left, rgba(0,0,0,1),rgba(0,0,0,1), rgba(0,0,0,0.2));
				background: -ms-linear-gradient(left, rgba(0,0,0,1),rgba(0,0,0,1), rgba(0,0,0,0.2));
				background: -o-linear-gradient(left, rgba(0,0,0,1),rgba(0,0,0,1), rgba(0,0,0,0.2));
				display: block;
				height: 500px;
				width: 50%;
				top: 0px;
				position: absolute;
			}
			#nexta {
				background: rgba(0,0,0,0.5);
				background: -moz-linear-gradient(left, rgba(0,0,0,0.2),rgba(0,0,0,1), rgba(0,0,0,1));
				background: -webkit-linear-gradient(left, rgba(0,0,0,0.2),rgba(0,0,0,1), rgba(0,0,0,1));
				background: -ms-linear-gradient(left, rgba(0,0,0,0.2),rgba(0,0,0,1), rgba(0,0,0,1));
				background: -o-linear-gradient(left, rgba(0,0,0,0.2),rgba(0,0,0,1), rgba(0,0,0,1));
				display: block;
				height: 500px;
				width: 50%;
				top: 0px;
				position: absolute;
			}
			
			#preva {
				left: -500px;
			}
			#nexta {
				right: -500px;
			}
			#pagera {
				margin-left: -475px;
				position: absolute;
				left: 50%;
				bottom: 10px;
			}
			#pagera a {
				border: 2px solid #fff;
				border-radius: 10px;
				display: inline-block;
				width: 10px;
				height: 10px;
				margin: 0 5px 0 0;
			}
			#pagera a:hover {
				background-color: rgba(255, 255, 255, 0.5);
			}
			#pagera a span {
				display: none;
			}
			#pagera a.selected {
				background-color: #fff;
			}


.fadeout {
   opacity: 1;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;

   }
   .fadeout:hover {
      opacity: 0.7;
      }

.flickout {
   opacity: 1;
   transition: opacity .2s ease-in-out;
   -moz-transition: opacity .2s ease-in-out;
   -webkit-transition: opacity .2s ease-in-out;

   }
   .flickout:hover {
      opacity: 0.7;
      }

.flickin {
   opacity: 0.5;
   transition: opacity .2s ease-in-out;
   -moz-transition: opacity .2s ease-in-out;
   -webkit-transition: opacity .2s ease-in-out;

   }
   .flickin:hover {
      opacity: 1;
      }

.bump {
   position: relative;
   top: -10px;
   transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -webkit-transition: all .5s ease-in-out;

   }
   .bump:hover {
      top: 0px;
      }


img {  border-style: none; display: inline-block; max-width: 100%;}
input { height: 26px; font-family: "Verdana";}
select { height: 26px; font-family: "Verdana";}
textarea { font-family: "Verdana";}
ul { margin-left: 10px; padding-left: 10px; }
ol { margin-left: 20px; padding-left: 20px; }

a:link {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #ff9900; text-decoration: none}
a:visited {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #ff9900; text-decoration: none}
a:hover {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #ff9900; text-decoration: none}
a:active {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #ff9900; text-decoration: none}

p a {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
}
p a:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
p a:hover:after {
	width: 100%;
	background: green;
}

a.footer:link {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none; text-shadow: 1px 1px 1px #000000;}
a.footer:visited {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none; text-shadow: 1px 1px 1px #000000;}
a.footer:hover {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: underline; text-shadow: 1px 1px 1px #000000;}
a.footer:active {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none; text-shadow: 1px 1px 1px #000000;}

a.submenu:link {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #fff; text-decoration: none}
a.submenu:visited {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #fff; text-decoration: none}
a.submenu:hover {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #fff; text-decoration: underline}
a.submenu:active {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #fff; text-decoration: none}

a.inquiry:link { font-size: 1.6em; color: #ffffff; text-decoration: none; background: #ff9900; display: inline-block; border-radius: 20px; width: 90%; margin: 2px; text-align: center; border: 2px white solid;
	transition: all .2s ease-in-out;
   	-moz-transition: all .2s ease-in-out;
   	-webkit-transition: all .2s ease-in-out; }
a.inquiry:visited { font-size: 1.6em; color: #ffffff; text-decoration: none; background: #ff9900; display: inline-block; border-radius: 20px; width: 90%; margin: 2px; text-align: center; border: 2px white solid; }
a.inquiry:hover { font-size: 1.6em; color: #ff9900; text-decoration: none; background: white; display: inline-block; border-radius: 20px; width: 90%; margin: 2px; text-align: center; border: 2px #ff9900 solid; }
a.inquiry:active { font-size: 1.6em; color: #ffffff; text-decoration: none; background: #ff9900; display:inline-block; border-radius: 20px; width: 90%; margin: 2px; text-align: center; border: 2px white solid; }
a.inquiry:after {
	content: '';
	display: none;
}
a.inquiry:hover:after {
	width: 100%;
	background: none;
}

a.hometab:link {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #fff; text-decoration: none; background: -moz-linear-gradient(top, #333333, #666666);background: -webkit-linear-gradient(top, #333333, #666666); background: -ms-linear-gradient(top, #333333, #666666); background: -o-linear-gradient(top, #333333, #666666); line-height: 30px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: inline-block; padding: 5px; padding-left: 10px; padding-right: 10px; border: transparent 1px solid; border-bottom: #666666 1px solid; position: relative; top: 1px;}
a.hometab:visited {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #fff; text-decoration: none; background: -moz-linear-gradient(top, #333333, #666666);background: -webkit-linear-gradient(top, #333333, #666666); background: -ms-linear-gradient(top, #333333, #666666); background: -o-linear-gradient(top, #333333, #666666); line-height: 30px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: inline-block; padding: 5px; padding-left: 10px; padding-right: 10px; border: transparent 1px solid; border-bottom: #666666 1px solid; position: relative; top: 1px;}
a.hometab:hover {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #fff; text-decoration: none; background: -moz-linear-gradient(top, #333333, #666666);background: -webkit-linear-gradient(top, #333333, #666666); background: -ms-linear-gradient(top, #333333, #666666); background: -o-linear-gradient(top, #333333, #666666); line-height: 30px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: inline-block; padding: 5px; padding-left: 10px; padding-right: 10px; border: transparent 1px solid; border-bottom: #666666 1px solid; position: relative; top: 1px;}
a.hometab:active {  font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #fff; text-decoration: none; background: -moz-linear-gradient(top, #333333, #666666);background: -webkit-linear-gradient(top, #333333, #666666); background: -ms-linear-gradient(top, #333333, #666666); background: -o-linear-gradient(top, #333333, #666666); line-height: 30px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: inline-block; padding: 5px; padding-left: 10px; padding-right: 10px; border: transparent 1px solid; border-bottom: #666666 1px solid; position: relative; top: 1px;}


a.faq:link { font-size: 1em; color: green; text-decoration: none; background: #e8e8e8; display: inline-block; border-radius: 10px; margin: 2px; text-align: center; padding: 5px 10px 5px 10px;
	transition: all .2s ease-in-out;
   	-moz-transition: all .2s ease-in-out;
   	-webkit-transition: all .2s ease-in-out; }
a.faq:visited { font-size: 1em; color: green; text-decoration: none; background: #e8e8e8; display: inline-block; border-radius: 10px; margin: 2px; text-align: center; padding: 5px 10px 5px 10px; }
a.faq:hover {font-size: 1em; color: #ffffff; text-decoration: none; background: green; display: inline-block; border-radius: 10px; margin: 2px; text-align: center; padding: 5px 10px 5px 10px; }
a.faq:active { font-size: 1em; color: green; text-decoration: none; background: #e8e8e8; display: inline-block; border-radius: 10px; margin: 2px; text-align: center; padding: 5px 10px 5px 10px; }


table.GREYcolour,table.GREY { border-style: solid; border-width: 1px; border-color: #cccccc}
td.GREYcolour,td.GREY { border-style: solid; border-width: 1px; border-color: #cccccc; padding: 3px;}

a.BLUEring, a.BLUEring:link, a.BLUEring:visited, a.BLUEring:active{ display:block;border:1px solid #e8e8e8;}
a.BLUEring:hover { display:block; border:1px solid #ff9900;}

hr {color: #ccc; background-color: #ccc; border: 0px; height: 1px; width: 100%;}

input.big {font-family: "Verdana"; font-size: 1.6em; width: auto; min-width: 200px; height: 50px; background: #ff9900; border: #ff9900 2px solid; border-radius: 25px; height: 50px; color: white; 
   transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;

   }
   input.big:hover {
      color: #ff9900;
	background: white;
      }

h1 { font-family: Stencil,"Verdana"; font-size: 4em; font-style: normal; font-weight: bold; color: #999999; text-decoration: none; margin-bottom: 20px;}
h2 { font-family: "Verdana"; font-size: 2.5em; font-style: normal; font-weight: bold; color: #333333; text-decoration: none; margin-bottom: 20px;}
	h2::after  {content: ""; display: block; width: 100%; height: 5px;
	background: rgba(255,153,0,0.5);
	background: -moz-linear-gradient(left, rgba(255,153,0,1), rgba(255,153,0,0));
	background: -webkit-linear-gradient(left, rgba(255,153,0,1), rgba(255,153,0,0));
	background: -ms-linear-gradient(left, rgba(255,153,0,1), rgba(255,153,0,0));
	background: -o-linear-gradient(left, rgba(255,153,0,1), rgba(255,153,0,0));}

h3 { font-family: "Verdana"; font-size: 1.3em; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
b,strong { font-family: "Verdana"; font-size: 1.1em; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
p,td,li { font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #333333; text-decoration: none; line-height: 1.4;}
p.footer { font-family: "Verdana"; font-size: 1em; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none; text-shadow: 1px 1px 1px #000000;}
b.footer {color: white;text-shadow: 1px 1px 1px #000000;}
b.footer2 {color: white; font-size: 1em;text-shadow: 1px 1px 1px #000000;}
li.footer {color: white;text-shadow: 1px 1px 1px #000000;}
hr.footer {color: #ffffff; background-color: #ffffff; margin-top: 10px; margin-bottom: 10px;}

    #native {
    -webkit-column-width:       200px;
    -moz-column-width:      200px;
    -o-column-width:        200px;
    -ms-column-width:       200px;
    column-width:           200px;

    -webkit-column-rule:	1px solid #cccccc;
    -moz-column-rule:  		1px solid #cccccc;
    -o-column-rule:  		1px solid #cccccc;
    -ms-column-rule:  		1px solid #cccccc;
    column-rule:  		1px solid #cccccc;
    }



/* LAYOUT DEFINITIONS */
#center {width: 90%; margin: 0 auto;}

#header {width: 100%;  border: 0px red solid;  padding-bottom: 20px;
	background: rgba(0,0,0,0.9);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,1));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,1));
	background: -ms-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,1));
	background: -o-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,1));}
#whiteblendtop {height: 100px; background: rgba(255,255,255,0.5);
	background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background: -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));}
#whiteblendbottom {height: 150px; background: rgba(255,255,255,0.5);
	background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
	background: -ms-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
	background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));}
#paper {background: #efefef url(../images/background-greypaper.jpg); position: relative;}
  #paper:after{
     content:" ";
     display:block;
     height: 65px;
     background-image:url(../images/torn-border2upside.png);
     position:absolute;
     bottom:-65px;
     width:100%;
     left:0px;    
}
  #paper:before{
     content:" ";
     display:block;
     width:100%;
     height: 45px;
     background-image:url(../images/torn-border2.png);
     position:absolute;
     margin-top:-45px;
     left:0px;
       z-index:1;
}


#headerwrapper {width: 100%; height: 150px; display: table;}
 #header1 {display: table-cell; vertical-align: top; border: red 0px solid; width: 50%; color: white;}
 #header2 {display: table-cell; vertical-align: middle; text-align: center; border: red 0px solid; width: 466px; min-width: 466px; position: relative;}
  #header2overlay {position: absolute; z-index: 9; margin-top: -10px; border: blue 0px solid;}
 #header3 {display: table-cell; vertical-align: top; text-align: right; border: red 0px solid; width: 50%; color: white; }
 #logo {width: 466px;}

#bodywrapper {width: 100%; display: table; padding-bottom: 50px; padding-top: 50px; }
#body {display: table-cell; vertical-align: top;}
#marginleft {display: table-cell; width: 300px; vertical-align: top; padding: 25px; background: white;box-sizing: border-box; color: #666666;}
#margingap {display: table-cell; width: 100px; vertical-align: top;}
#marginright {display: none; padding: 25px; background: white;box-sizing: border-box;  color: #666666;}

#footer1 {text-align: center; border-bottom: white 1px solid; background: #111111 url(../pages/background_contact.jpg) no-repeat center center; background-size: 100% auto; color: white; font-size: 1.8em; font-weight: normal; height: 400px; display: table; width: 100%;}
	#footer1inner {vertical-align: middle; display: table-cell;}
#footer2 {text-align: center; border-bottom: white 1px solid; background: white;}
#footer3 {text-align: center; border-bottom: white 1px solid; background: #efefef; height: 100px; padding: 20px; box-sizing: border-box; display: table; width: 100%;}
	#footer3inner {vertical-align: middle; display: table-cell;}
	.footer3box {width: 220px;}
#footer {width: 100%; background: url(../images/diamondplate.png) repeat top left; clear:both; }
	#footerinner {	background: rgba(0,0,0,0.9);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,1));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,1));
	background: -ms-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,1));
	background: -o-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,1));
	padding: 20px; box-sizing: border-box;}
	.footerbox {display: inline-block; width: 260px; color: white; font-size: 0.9em; vertical-align: top; margin-right: 20px; margin-bottom: 20px; text-align: left;}
textarea { width: 400px; }
input { width: 400px; }


#searchbox {display: table; width: 220px;}
	#searchbox2 {display: table-cell; vertical-align: middle;text-align: left;}
	#searchbox5 {display: table-cell; vertical-align: middle;text-align: right;}
	input.searchbox,select.searchbox {font-size: 1em; color: #666666; padding-left: 5px; margin-right: 10px; border-radius: 5px; border: #cccccc 1px solid; width: 160px; box-sizing: border-box; height: 38px;
	background: #ffffff;
   	background: -webkit-linear-gradient(#efefef, #ffffff);
    	background: -o-linear-gradient(#efefef, #ffffff);
    	background: -moz-linear-gradient(#efefef, #ffffff);
    	background: linear-gradient(#efefef, #ffffff);}
	input.searchbutton {font-size: 1.1em; box-sizing: border-box; border-radius: 5px; border: #187400 1px solid; width: auto; color: white; width: 50px; height: 38px; font-weight: normal;box-shadow: 1px 1px 2px rgba(0,0,0,0.4); -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4); -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	background: #187400;
	background: -moz-linear-gradient(top, #209D00, #187400);
	background: -webkit-linear-gradient(top, #209D00, #187400);
	background: -ms-linear-gradient(top, #209D00, #187400);
	background: -o-linear-gradient(top, #209D00, #187400);}
	input.searchbutton:hover {background: #666666; border: #333333 1px solid;}

#marginsearchpair  { display: table; margin: 0 auto; margin-bottom: 3px; width: 250px; }
#marginsearchleft  { display: table-cell; width: 100px;}
#marginsearchright { display: table-cell; width: 150px;}
#list  { display: table; width: 100%; margin-bottom: 20px; box-sizing: border-box; }
#listpair1 {display: table-cell; border-right: 1px #cccccc solid; padding: 5px; width: 20%; box-sizing: border-box;}
#listpair2 {display: table-cell; border-right: 1px #cccccc solid; padding: 5px; width: 20%; box-sizing: border-box;}
#listpair3 {display: table-cell; padding: 5px; width: 20%; box-sizing: border-box;}

	#bluebox {background: #ff9900; color: white; text-align: center; padding: 20px; }
	#bluebox div {border: white 3px solid; border-radius: 20px; padding: 10px;}
	#bluebox h3 {color: white;}


/* TINYMCE IMAGE & VIDEO RESIZING*/
.youtube {width: 100%; max-width: 300px; height: auto; border: #cccccc 0px solid; box-sizing: border-box; }
@media screen and (max-width:1300px) { img.image1000 {width: 100%; height: auto;} object.image1000 {width: 100%; height: 100%;}}
@media screen and (max-width:1200px) { img.image900 {width: 100%; height: auto;} object.image900 {width: 100%; height: 100%;}}
@media screen and (max-width:1100px) { img.image800 {width: 100%; height: auto;} object.image800 {width: 100%; height: 100%;} }
@media screen and (max-width:1000px) { img.image700 {width: 100%; height: auto;} object.image700 {width: 100%; height: 100%;}}
@media screen and (max-width:900px) { img.image600 {width: 100%; height: auto;} object.image600 {width: 100%; height: 100%;} .youtube {width: 80vw; height: 45vw; }}
/* REMOVE 300px AT NO MARGIN BREAK POINT */
@media screen and (max-width:500px) { img.image500 {width: 100%; height: auto;} object.image500 {width: 100%; height: 100%;}}
@media screen and (max-width:400px) { img.image400 {width: 100%; height: auto;} object.image400 {width: 100%; height: 100%;}}



/* MEDIUM VERSION REFINEMENTS */
@media screen and (max-width:1600px) { 
#center{width: 90%;}
}
@media screen and (max-width:1200px) { 
#center{width: 96%;}
#margingap {width: 30px;}
}


/* SMALL VERSION REFINEMENTS */
@media screen and (max-width:950px) {
#header1 span {display: none;}
}
@media screen and (max-width:900px) { 
#header3 span {display: none;}
#headermenu {display: none;}
#MinimenuButton {display:inline-block;}
#body {display: block; vertical-align: top;}
#marginleft {display: none;}
#marginright {display: table; width: 100%; text-align: center; margin-top: 100px;}
#margingap {display: none;}
}

@media screen and (max-width:800px) { 
#footer1 {background-size: auto 100%;}
}


/* VERY SMALL VERSION REFINEMENTS */
@media screen and (max-width:600px) {  
textarea { width: 300px; }
input { width: 300px; }
.resizeiframe {width: 100%; min-height: 80%;}
#footer1 {font-size: 1.3em;}
	#a-carousel { height: 250px;}
	#wrappera { height: 250px; margin-top: -125px;}
	#preva, #nexta { height: 250px;}
	#preva { left: -250px;}
	#nexta { right: -250px;}
#logo {width: 70vw;}
#header2 {width: 70vw; min-width: 70vw;}
}

/* MOBILE VERSION REFINEMENTS */
@media screen and (max-width:480px) { 
h1 { font-size: 3em;}
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
b,strong { font-size: 1em;}
p,td,li { font-size: 0.9em; }
textarea { width: 100%; }
input { width: 100%; }
#headermenumini a {font-size: 1.6em;}
#headerwrapper {height: 120px;}
}

@media screen and (max-width:400px) {  
	#a-carousel { height: 175px;}
	#wrappera { height: 175px; margin-top: -88px;}
	#preva, #nexta { height: 175px;}
	#preva { left: -175px;}
	#nexta { right: -175px;}
}


/* PRINT VERSION REFINEMENTS */
@media print { 
}

  a[href^="x-apple-data-detectors:"] {
    color: inherit;
    text-decoration: inherit;
  }
