body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
}



a:link {

	text-decoration: none;

	color: #666666;

}



a:visited {

	text-decoration: none;

	color: #666666;

}



a:hover {
	border-bottom: 2px solid red;
}



a:active {

	text-decoration: none;

	color: #666666;

}



.bodyStd {

	font-family: Verdana, "Trebuchet MS";

	font-size: 12px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	color: #000;

}



.bodyBig {

	font-family: Verdana, "Trebuchet MS";

	font-size: 16px;

	font-style: normal;

	font-weight: bold;

	color: #000;

}

.bodyBigComicStrips {


	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	color: #000;
	font-family: 'amatic sc';
}

.bodyBigGrey {
	font-family: 'cabin condensed';
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	color: #C70003;
	text-shadow: 1px 1px 2px #000000;
}



.bodyMed {

	font-family: Verdana, "Trebuchet MS";

	font-size: 14px;

	font-style: normal;

	font-weight: normal;

	color: #000;


}





.footer {
	font-family: 'cabin condensed';
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #666;
	text-align: center;
}





a img {

	border: 0px;
}





table {
	max-width: 900px;
	height: auto;/*  width: 900px;*/

}



.overrideheaderwidth {
	width: 100%;
	height: 1px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #606060;
}

.overridewidth {
	width: 100%;
	height: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color:#fff;
	border-top-color:#606060;
	border-top-style: solid;
	border-top-width: 1px;
	opacity: 1;
}

.toplogo {
	width:80px;
	height:auto;
}

.headerspace {
	height: 59px;	
}

.wmstyle {
	width:100%;
	height:700px;	
}

@media screen and (max-width: 375px) {
.wmstyle {
	width:100%;
	height:360px;	
}	
	
}

@media (min-width: 376px) and (max-width: 420px) {
.wmstyle {
	width:100%;
	height:500px;	
}	
	
}

@media (min-width: 421px) and (max-width: 520px) {
.wmstyle {
	width:100%;
	height:600px;	
}	
	
}
.selections {
	font-family: 'cabin condensed';
	font-size: 16px;
	font-weight: 400;
	color: #666;
	text-decoration: none;
	font-style: normal;
}

nav {
        display: none;
    }

.dropbtn {
	background-color:#fff;
	border:none;
	cursor: pointer;
	text-align: right;
}
  
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 180px;
	padding: 0px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #606060;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu > li > a {
	display: block;
	padding: 12px 20px;
	clear: both;
	font-weight: bold;
	font-size:18px;
	line-height: 1;
	white-space: nowrap;
	border-bottom-color: #606060;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.dropdown-menu:last-child {border-bottom: none;}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #eeeeee;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.selectbox select {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	border: 1px dotted #999;

	-webkit-appearance: none;

	-moz-appearance: none;

	width: 80px;

	color: #666;

	border-radius: 0px;

	padding: 2px;

	background-image: url(images/tuned.gif);

	background-size: 8px auto;

	background-repeat: no-repeat;

	background-position: 97%;
	background-color:#FFFFFF;

}



.button {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 9px;

	border: 1px dotted #999;

	-webkit-appearance: none;

	-moz-appearance: none;

	background-color: #ffffff;
	opacity:0.7;

	color: #666;

	border-radius: 0px;

	padding: 2px;

	resize: none;

}

.slogan{
	width: 70%;
	height: auto;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 62%;
	left: 0;
	right: 0;
	font-family: 'cabin condensed';
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	color: #606060;
}
.description{
	width: 70%;
	height: 100px;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 71%;
	left: 0;
	right: 0;
	font-family: 'cabin condensed';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: #606060;
}



        .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {

            background: url(images/b21.png) no-repeat;

            overflow: hidden;

            cursor: pointer;

        }



        .jssorb21 div {

            background-position: -5px -5px;

        }



            .jssorb21 div:hover, .jssorb21 .av:hover {

                background-position: -35px -5px;

            }



        .jssorb21 .av {

            background-position: -65px -5px;

        }



        .jssorb21 .dn, .jssorb21 .dn:hover {

            background-position: -95px -5px;

        }

 

        /* jssor slider arrow navigator skin 21 css */

        /*

            .jssora21l              (normal)

            .jssora21r              (normal)

            .jssora21l:hover        (normal mouseover)

            .jssora21r:hover        (normal mouseover)

            .jssora21ldn            (mousedown)

            .jssora21rdn            (mousedown)

            */

        .jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn {

            position: absolute;

            cursor: pointer;

            display: block;

            background: url(images/a21.png) center center no-repeat;

            overflow: hidden;

        }



        .jssora21l {

            background-position: -3px -33px;

        }



        .jssora21r {

            background-position: -63px -33px;

        }



        .jssora21l:hover {

            background-position: -123px -33px;

        }



        .jssora21r:hover {

            background-position: -183px -33px;

        }



        .jssora21ldn {

            background-position: -243px -33px;

        }



        .jssora21rdn {

            background-position: -303px -33px;

        }
.shadow {
	-webkit-box-shadow: 0px 40px 40px 0px #929292;

}

.form{
	font-size:10px;
	font-family: Verdana, "Trebuchet MS";
	width:40%;
	right:12%;
	top:9%;
	position:absolute;
	text-align:left;
}

.audio {
	position: absolute;
	top: 850px;
	width: 90%;
	left: 5%;
	height: 90px;
}

.audio2 {
	height: 90px;
}
.audiobutton1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px dotted #999;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #FFC9C9;
	opacity: 0.6;
	color: #666;
	border-radius: 0px;
	padding: 3px;
	resize: none;
}
.audiobutton2 {
	float:right;
	font-size: 13px;
	border-radius: 7px;
	padding: 2px;
	resize: none;
	background-color: #E4E4E4;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(211,211,211,1.00) 55.25%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(211,211,211,1.00) 55.25%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(211,211,211,1.00) 55.25%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(211,211,211,1.00) 55.25%,rgba(255,255,255,1.00) 100%);
}
