html,body{
  top: 0;
  margin: 0px !important;
  padding: 0px !important;
  height: 100%;
  width: 100%;
  overflow-x:hidden;
  background-color: #ffffff;
  border: none;
  color: #343434;
  line-height: 0;
  font-size: 0;
  cursor: default;
  font-family: 'Oswald', sans-serif;
  scrollbar-base-color: #aaaaaa;
  scrollbar-face-color: #eb00ab;
  scrollbar-3dlight-color: #eb00ab;
  scrollbar-highlight-color: #eb00ab;
  scrollbar-track-color: #aaaaaa;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #eb00ab;
  scrollbar-dark-shadow-color: #eb00ab;
  -webkit-tap-highlight-color: #eb00ab;
  -webkit-font-smoothing: antialiased;
}
*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
::-webkit-scrollbar {width:6px;height:6px;}
::-webkit-scrollbar-button {width:0px;height:0px;background-color:#aaaaaa;}
::-webkit-scrollbar-track {background-color:#aaaaaa;}
::-webkit-scrollbar-track-piece {background-color:#aaaaaa;}
::-webkit-scrollbar-thumb {height:6px; background-color:#eb00ab; border-radius:3px;}
::-webkit-scrollbar-corner {background-color:#aaaaaa;}
::-webkit-resizer {background-color:#aaaaaa;}
::selection {background-color:#eb00ab;color:#ffffff;}
::-moz-selection {background-color:#eb00ab;color:#ffffff;}
::-o-selection {background-color:#eb00ab;color:#ffffff;}
::-ms-selection {background-color:#eb00ab;color:#ffffff;}
::-webkit-selection {background-color:#eb00ab;color:#ffffff;}

h1,h2,h3,h4,h5{ margin: 0px; display: inline; word-wrap: break-word; }
p{ margin: 0px; padding: 0px; word-wrap: break-word; max-height: 5000px; }

*{
  -webkit-font-smoothing: antialiased;
  outline: none;
}

.header{
  position: relative;
  left: 0;
  right:0;
  top: 0px;
  width: 100%;
  height: 150px;
}
.logo{
  position:absolute;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  top:60px;
  height:100px;
  width:504px;
  cursor:pointer
}
.logo img{
  position:absolute;
  left:0;
  top:0;
  height:100%;
}
.logo .logoname{
  position:absolute;
  left:74px;
  top:2px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #464646;
  word-wrap: break-word;
  letter-spacing: -1px;
  font-size:51px;
  line-height:1em;
}
.logo .logoslogan{
  position:absolute;
  left:74px;
  top:53px;
  font-family:'Dancing Script',cursive;
  font-weight:700;
  font-size:19.3pt;
  line-height:1em;
  color:#464646;
}
.website{
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  min-height: 1040px;
  _height: 1040px;
}

.topmenuback{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height:30px;
  width:100%;
  background-color:#f8f8f8;
}
.topmenu{
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  text-align: center;
}
.topmenu_phone{
  display: none;
  position: relative;
  left: 0;
  right: 0;
  top: 0px;
  text-align: center;
}
.menutoggle_phone{
  z-index:2830;
  position: absolute;
  right: 4px;
  top: 4px;
  display: none;
}
.topmenutext, .topmenulink, .topmenulink_phone{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #666666;
}
.topmenutext, .topmenulink{
  font-size: 10pt;
}
.topmenutext, .topmenulink_phone{
  font-size: 12pt;
}
.topmenulink{
  margin: 0px 8px;
  text-decoration: none;
  padding: 4px;
}
.topmenulink:hover{
  color: #eb00ab;
}
.topmenulink_on{
  color: #000000;
  font-weight: 400;
}
.topmenulink_phone{
  display: block;
  margin: 4px;
  text-decoration: none;
  padding: 4px;
}
.topmenulink_phone:hover{
  color: #eb00ab;
}
.topmenulink_phone_on{
  color: #000000;
  font-weight: 400;
}

.menu{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 190px;
  width: 100%;
  height: 19px;
  text-align: center;
  border-bottom: solid 1px #cccccc;
}
.menulink{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 13pt;
  margin-right: 30px;
  color: #666666;
  text-decoration: none;
  padding: 8px 0px 3px 0px;
}
.menulink:hover{
  color: #eb00ab;
}
.menulink_on{
  color: #000000;
  font-weight: 300;
  border-bottom: solid 2px #414141;
}

.paddingbox{
  padding: 20px;
}
.blockcontainer{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.block2, .block3, .block4{
  position:relative;
  left:0;
  top:0;
  display:inline-block;
  margin-bottom:4px;
  vertical-align:top;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex:0 0 auto;
}
.block2{ width:calc(50% - 2px); }
.block2:nth-child(2n-1){ margin-left:0; margin-right:2px; }
.block2:nth-child(2n){ margin-left:2px; margin-right:0; }
.block3{ width:calc(33.33% - 20px); margin-bottom: 40px; }
.block3:nth-child(3n-2){ margin-left:0; margin-right:20px; }
.block3:nth-child(3n-1){ margin-left:10px; margin-right:10px; }
.block3:nth-child(3n){ margin-left:20px; margin-right:0; }
.block4{ width:calc(25% - 2px); }
.block4:nth-child(4n-3){ margin-left:0; margin-right:2px; }
.block4:nth-child(4n-1), .block4:nth-child(4n-2){ margin-left:2px; margin-right:0; }
.block4:nth-child(4n){ margin-left:2px; margin-right:0; }




.blockspacer{
  height:100px;
}

.only_desktop{
  display: inline;
}
.only_phone{
  display: none;
}

.box0, .box100, .box5, .box10, .box15, .box20, .box25, .box30, .box33, .box35, .box40, .box45, .box50, .box55, .box60, .box65, .box70, .box75, .box80, .box85, .box90, .box95{
  display: inline-block;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex:1 1 auto;
}
.box0, .box5, .box10, .box15, .box20, .box25, .box30, .box33, .box35, .box40, .box45, .box50, .box55, .box60, .box65, .box70, .box75, .box80, .box85, .box90, .box95, .box100{
  position:relative;
  left:0;
  top:0;
  padding: 0px;
  vertical-align:top;
}
.box0{ width: auto; } .box5{ width: 5%; } .box10{ width: 10%; } .box15{ width: 15%; } .box20{ width: 20%; } .box25{ width: 25%; } .box30{ width: 30%; } .box33{ width: 33.3%; } .box35{ width: 35%; } .box40{ width: 40%; } .box45{ width: 45%; } .box50{ width: 50%; } .box55{ width: 55%; } .box60{ width: 60%; } .box65{ width: 65%; } .box70{ width: 70%; } .box75{ width: 75%; } .box80{ width: 80%; } .box85{ width: 85%; } .box90{ width: 90%; } .box95{ width: 95%; } .box100{ width: 100%; }

.pngfix{
	behavior: url(iepngfix.htc);
}
.pngfix2{
	behavior: url(iepngfix2.htc);
}
h1,h2,h3{
  margin: 0px;
  display: inline;
  word-wrap: break-word;
}
hr{
  border:0;
  background:#d4d4d4;
  height:1px;
  width:100%;
}
form{
  display: inline;
  margin: 0;
}
ul{
  margin-left: 0px;
  padding-left: 20px;
}
a{
  outline: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #eb00ab;
  text-decoration: none;
}
a:focus{
  outline: none;
}
input{
  outline: none;
  -webkit-appearance: none;
}
input[type=checkbox]{
  -webkit-appearance: checkbox;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px #fff inset;
}
input:focus {
  outline: none;
}
textarea{
  resize: none;
}
textarea:focus {
  outline: none;
}


.greybox{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #eeeeee;
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
  overflow: hidden;
  margin-bottom: 1px;
}
.greybox2{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #dddddd;
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
  overflow: hidden;
  margin-bottom: 1px;
}
.bluebox{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #e4ecf2;
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
  overflow: hidden;
  margin-bottom: 1px;
}
.pinkbox{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #FFE1F4;
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
  overflow: hidden;
  margin-bottom: 1px;
}

.image{
  border-radius:2px;
  -webkit-border-radius:2px;
  background-image:url(loadimage.gif);
  background-repeat:no-repeat;
  background-position:center center;
}

.searchbox{
  position: absolute;
  right: 8px;
  top: 36px;
  width: 174px;
}
.searchinput{
  border: solid 1px #ffffff;
  border-radius: 5px;
  background: #ffffff;
  height: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 8pt;
  font-weight: 300;
  padding: 1px 3px 3px 3px;
  color: #414141;
}

.footerlink{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #414141;
  text-decoration: none;
}
.footerlink:hover{
  color: #eb00ab;
}
.footerspacer{
  display: inline-block;
  width: 8px;
}

.linkbutton{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #777777;
  text-decoration: none;
  background-color: #eeeeee;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1px 6px 2px 6px;
  cursor: pointer;
}
.linkbutton:hover{
  color: #565656;
  background-color: #ddeddd;
}
.linkbutton_on{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #565656;
  background-color: #ddeedd;
  text-decoration: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1px 6px 2px 6px;
  cursor: pointer;
}
.inputbox{
  background: #ffffff;
  border: 2px solid #999999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Oswald', sans-serif;
  font-size: 11pt;
  font-weight: 300;
  padding: 3px 12px 5px 12px;
  margin-bottom: 2px;
  margin-left: 0px;
  color: #414141;
}
.loading{
  display: none;
  background: none;
  border: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #565656;
  font-size: 10pt;
  line-height: 10pt;
  padding: 8px 3px 8px 22px;
  margin: 0;
  background-image: url('../images/loading.gif');
  background-position: left center;
  background-repeat: no-repeat;
}
.inputbutton{
  background: #eb00ab;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 11pt;
  line-height: 11pt;
  padding: 9px 12px 9px 12px;
  margin: 0;
  _width: 1px;
  overflow: visible;
  cursor: pointer;
}
.inputbutton:hover{
  background: #ff7bdb;
}
.inputbutton1{
  background: #eb00ab;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 11pt;
  line-height: 11pt;
  padding: 9px 30px 9px 30px;
  margin: 0;
  _width: 1px;
  overflow: visible;
  cursor: pointer;
}
.inputbutton1:hover{
  background: #ff7bdb;
}
.inputbutton1light{
  background: #ffffff;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #414141;
  font-size: 9pt;
  padding: 3px 10px 4px 10px;
  margin: 0;
  _width: 1px;
  overflow: visible;
  cursor: pointer;
}
.inputbutton1light:hover{
  background: #dddddd;
}
.inputbutton1light_on{
  background: #eb00ab;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 9pt;
  padding: 3px 10px 4px 10px;
  margin: 0;
  _width: 1px;
  overflow: visible;
  cursor: pointer;
}
.inputbutton1light_on:hover{
  background: #FB49CC;
}
.inputbutton1light_off{
  background: #dddddd;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 9pt;
  padding: 3px 10px 4px 10px;
  margin: 0;
  _width: 1px;
  overflow: visible;
}
.inputbutton1lightgrey{
  background: #eeeeee;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #414141;
  font-size: 9pt;
  padding: 3px 10px 4px 10px;
  margin: 0;
  _width: 1px;
  overflow: visible;
  cursor: pointer;
}
.inputbutton1lightgrey:hover{
  background: #dddddd;
}
.inputbutton1lightblue{
  background: #0191FF;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 9pt;
  padding: 3px 10px 4px 10px;
  margin: 0;
  _width: 1px;
  overflow: visible;
  cursor: pointer;
}
.inputbutton1lightblue:hover{
  background: #54B5FF;
}
.inputbutton1lightblue_on{
  background: #eb00ab;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 9pt;
  padding: 3px 10px 4px 10px;
  margin: 0;
  _width: 1px;
  overflow: visible;
  cursor: pointer;
}
.pagenav{
  background: #ffffff;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #414141;
  font-size: 8pt;
  padding: 3px 6px 4px 6px;
  margin: 0;
  _width: 1px;
  overflow: visible;
  cursor: pointer;
}
.pagenav:hover{
  background: #dddddd;
  color: #eb00ab;
}
.pagenav_on{
  background: #eb00ab;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 8pt;
  padding: 3px 6px 4px 6px;
  margin: 0;
  _width: 1px;
  overflow: visible;
  cursor: pointer;
}
.inputbutton2{
  background: #999999;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 11pt;
  line-height: 11pt;
  padding: 10px 12px 9px 12px;
  margin: 0;
  _width: 1px;
  overflow: visible;
  cursor: pointer;
}
.inputbutton2:hover{
  background: #bbbbbb;
}
.inputbutton2_off{
  background: #dddddd;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #f1f1f1;
  font-size: 11pt;
  line-height: 11pt;
  padding: 10px 12px 9px 12px;
  margin: 0;
  _width: 1px;
  overflow: visible;
}
.inputbutton2light{
  background: #eb00ab;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 9pt;
  padding: 3px 10px 4px 10px;
  margin: 0;
  _width: 1px;
  overflow: visible;
  cursor: pointer;
}
.inputbutton2light:hover{
  background: #ff7bdb;
}
.inputfile{
  position: relative;
  left: 0;
  top: 0;
  width: 450px;
  height: 28px;
  float: left;
  display: inline-block;
  background: #ffffff;
  border: 2px solid #999999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 11pt;
  margin: 1px 0 0 0;
  overflow: hidden;
  cursor: pointer;
}
.inputfilebutton{
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  background: #999999;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  padding: 6px 12px 7px 12px;
  font-size: 11pt;
  line-height: 12pt;
  margin: 0;
  cursor: pointer;
}
.inputfileinfo{
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #888888;
  font-size: 11pt;
  line-height: 11pt;
  padding: 7px 5px 6px 13px;
}
.inputselect{
  background: #ffffff;
  border: 2px solid #999999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Oswald', sans-serif;
  font-size: 11pt;
  font-weight: 300;
  padding: 2px 36px 4px 7px;
  margin-bottom: 2px;
  margin-left: 0px;
  color: #414141;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url('../images/selectboxarrow.png?v3');
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}
select::-ms-expand{
  display:none;
}

.title{
  font-family: 'Oswald', sans-serif;
  font-size: 18pt;
  line-height: 22pt;
  color: #343434;
  word-wrap: break-word;
}
a .head{
  -webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
  -ms-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
}
a .head:hover{
  color: #eb00ab;
}

.pink{
  color: #eb00ab !important;
}
.grey{
  color: #aaaaaa !important;
}
.blue{
  color: #0191FF !important;
}
.black{
  color: #343434 !important;
}

.head{
  font-family: 'Oswald', sans-serif;
  font-size: 21pt;
  font-weight: 700;
  line-height: 26pt;
  color: #343434;
  word-wrap: break-word;
}
.subhead{
  font-family: 'Oswald', sans-serif;
  font-size: 18pt;
  font-weight: 700;
  line-height: 22pt;
  color: #343434;
  word-wrap: break-word;
}
.subhead2{
  font-family: 'Oswald', sans-serif;
  font-size: 16pt;
  font-weight: 700;
  line-height: 20pt;
  color: #343434;
  word-wrap: break-word;
}
.minihead{
  font-family: 'Oswald', sans-serif;
  font-size: 13pt;
  font-weight: 700;
  line-height: 19pt;
  color: #343434;
  word-wrap: break-word;
}
.text{
  font-family: 'Oswald', sans-serif;
  font-size: 13pt;
  line-height: 1.6;
  font-weight: 300;
  color: #535353;
  word-wrap: break-word;
}
.text1{
  font-family: 'Oswald', sans-serif;
  font-size: 11pt;
  font-weight: 300;
  line-height: 19pt;
  color: #535353;
  word-wrap: break-word;
}
.text2{
  font-family: 'Oswald', sans-serif;
  font-size: 13pt;
  line-height: 24pt;
  font-weight: 300;
  color: #eb00ab;
  word-wrap: break-word;
}
.text3{
  font-family: 'Oswald', sans-serif;
  font-size: 10pt;
  line-height: 17pt;
  font-weight: 300;
  color: #eb00ab;
  word-wrap: break-word;
}
.info{
  font-family: 'Oswald', sans-serif;
  font-size: 10pt;
  font-weight: 300;
  line-height: 13pt;
  color: #777777;
  word-wrap: break-word;
}
.alert{
  font-family: 'Oswald', sans-serif;
  font-size: 10pt;
  font-weight: 400;
  line-height: 16pt;
  color: #0191FF;
  word-wrap: break-word;
}
@-webkit-keyframes blinkimg {
  0% { opacity: 1.0; }
  50% { opacity: 0.3; }
  100% { opacity: 1.0; }
}
.blinkimg {
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: blinkimg;
  -webkit-animation-timing-function: ease;
}
@-webkit-keyframes blink {
  0% { color: rgba(255,255,255,1); }
  50% { color: rgba(255,255,255,0.3); }
  100% { color: rgba(255,255,255,1); }
}
.blink {
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: blink;
  -webkit-animation-timing-function: ease;
}
@-webkit-keyframes blinkpink {
  0% { color: rgba(235,0,171,1); }
  50% { color: rgba(235,0,171,0.3); }
  100% { color: rgba(235,0,171,1); }
}
.blinkpink {
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: blinkpink;
  -webkit-animation-timing-function: ease;
}
.infolink{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #9a0000;
  text-decoration: none;
}
.infolink:hover{
  color: #e40000;
}
.link{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #eb00ab;
  text-decoration: none;
}
.link:hover{
  color: #FF7EDD;
}
.link2{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #414141;
  text-decoration: none;
}
.link2:hover{
  color: #eb00ab;
}
.whitelink{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
.whitelink:hover{
  color: #eeeeee;
}
.taglink{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #777777;
  text-decoration: none;
  background-color: #f4f4f4;
  padding: 3px 7px 3px 7px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.taglink:hover{
  background-color: #f4f1f1;
  color: #9a0000;
}

#purr-container {
	position: fixed;
	top: 3px;
	right: 3px;
  z-index: 6500;
}
.notice {
	position: relative;
	width: 324px;
}
.notice .close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 6510;
  display: block;
  width: 18px;
  height: 17px;
  text-indent: -9999px;
  background: url(../images/purrClose.png) no-repeat 0 10px;
}
.notice-body {
	min-height: 50px;
	padding: 22px 22px 0 22px;
  z-index: 6505;
	background: url(../images/purrTop.png) no-repeat left top;
	color: #f9f9f9;
}
.notice-body img	{ width: 50px; margin: 0 10px 0 0; float: left;}
.notice-body h3	{ margin: 0; font-size: 13pt;}
.notice-body p { margin: 3px 0 0 60px; font-size: 8.5pt; line-height: 11pt;}
.notice-bottom {
	height: 22px;
	background: url(../images/purrBottom.png) no-repeat left top;
}

.uppercase{
  text-transform: uppercase;
}
.justify, .justify_right{
  text-justify: inter-word;
  text-align: justify;
}
.justify_right{
  text-align-last: right;
}

.textspacer{
  display: none;
}
.textbreak{
  display: block;
}
.textbreak2{
  display: inline;
}
.textalign-top tr td{
  vertical-align: top;
}
.textalign-center{
  text-align: center;
}
.textalign-left{
  text-align: left;
}
.textalign-left-center{
  text-align: left;
}
.textalign-right{
  text-align: right;
}
.textalign-right-left{
  text-align: right;
}
.textalign-right-center{
  text-align: right;
}
.textalign-center-left{
  text-align: center;
}
.float-left-center{
  float: left;
}
.float-right-center{
  float: right;
}
.textmargin{
  width:100%;
  padding:25px 1% 50px 1%;
}
.textspace-nowrap-wrap{
  white-space: nowrap;
}
.textblock-left{
  padding:0px 50px 0px 0px;
}
.textblock-center{
  padding:0px 50px 0px 50px;
}
.textblock-right{
  padding:0px 0px 0px 50px;
}

.content{
  position: relative;
  left: 0px;
  top: 0px;
  width: 842px;
  min-height: 850px;
  _height: 850px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  color: #535353;
  word-wrap: break-word;
}
.footer{
  position: relative;
  left: 0px;
  top: 0px;
  clear: both;
  width: 100%;
  margin-top:50px;
  padding: 13px 10px 17px 10px;
  background-color: #f8f8f8;
}
.footercontent{
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #414141;
  font-size: 10pt;
  line-height: 13pt;
}

.articlebox{
  float: left;
  width: 404px;
}
.articlefull{
  width: 842px;
}





.animated{ -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
@-webkit-keyframes fadeInLeft{ 0% { opacity: 0; -webkit-transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); } }
@keyframes fadeInLeft{ 0% { opacity: 0; transform: translateX(-20px); } 100% { opacity: 1; transform: translateX(0); } }
.fadeInLeft{ -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }
@-webkit-keyframes fadeInRight{ 0% { opacity: 0; -webkit-transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); } }
@keyframes fadeInRight{ 0% { opacity: 0; transform: translateX(20px); } 100% { opacity: 1; transform: translateX(0); } }
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }
@-webkit-keyframes fadeIn{ 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeInTop { 0% { opacity: 0; -webkit-transform: translateY(-30px); } 100% { opacity: 1; -webkit-transform: translateY(0); } }
@keyframes fadeInTop { 0% { opacity: 0; transform: translateY(-30px); } 100% { opacity: 1; transform: translateY(0); } }
.fadeInTop { -webkit-animation-name: fadeInTop; animation-name: fadeInTop; }
@-webkit-keyframes fadeInBottom { 0% { opacity: 0; -webkit-transform: translateY(30px); } 100% { opacity: 1; -webkit-transform: translateY(0); } }
@keyframes fadeInBottom { 0% { opacity: 0; transform: translateY(30px); } 100% { opacity: 1; transform: translateY(0); } }
.fadeInBottom { -webkit-animation-name: fadeInBottom; animation-name: fadeInBottom; }
.animationNo1 { animation-delay: 0.2s; -moz-animation-delay: 0.2s; -webkit-animation-delay: 0.2s; -o-animation-delay: 0.2s; }
.animationNo2 { animation-delay: 0.4s; -moz-animation-delay: 0.4s; -webkit-animation-delay: 0.4s; -o-animation-delay: 0.4s; }
.animationNo3 { animation-delay: 0.6s; -moz-animation-delay: 0.6s; -webkit-animation-delay: 0.6s; -o-animation-delay: 0.6s; }
.animationNo4 { animation-delay: 0.8s; -moz-animation-delay: 0.8s; -webkit-animation-delay: 0.8s; -o-animation-delay: 0.8s; }
.animationNo5 { animation-delay: 1s; -moz-animation-delay: 1s; -webkit-animation-delay: 1s; -o-animation-delay: 1s; }






@media screen and (max-width: 920px) {
  .table, .table100, .footer, .footer2, .row, .page{
    display: block;
  }
  .boxflex{
    display: block;
  }
  .box0, .box5, .box10, .box15, .box20, .box25, .box30, .box33, .box35, .box40, .box45, .box50, .box55, .box60, .box65, .box70, .box75, .box80, .box85, .box90, .box95, .box100{
    display:block;
    padding: 0px;
    width: 100%;
    flex: 0 0 auto;
  }
  .breakingtable tr, .breakingtable tr td{
    display:block;
  }
  .header{
    height:auto;
  }
  .topmenuback{
    display: none;
  }
  .topmenu{
    display: none;
  }
  .menu{
    display: none;
  }
  .menutoggle_phone{
    display: block;
  }
  .logo{
    position:relative;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    top:40px;
    height:auto;
    width:100%;
    cursor:pointer
  }
  .logo img{
    position:relative;
    display:inline-block;
    left:0;
    top:0;
    height:156px;
  }
  .logo .logoname{
    position:relative;
    display:inline-block;
    left:0;
    right:0;
    width:100%;
    top:10px;
    text-align:center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #464646;
    word-wrap: normal;
    letter-spacing: -1px;
    font-size:30px;
    line-height:1.2em;
  }
  .logo .logoslogan{
    position:relative;
    display:inline-block;
    left:0;
    right:0;
    top:0px;
    margin-top:10px;
    text-align:center;
    font-family:'Dancing Script',cursive;
    font-weight:700;
    font-size:16pt;
    line-height:1.2em;
    color:#464646;
  }
  .content{
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
  }
  .footerspacer{
    display:block;
  }
  .width-auto-full{
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .imagealign-left-full{
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .imagealign-right-full{
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0;
    float:none;
  }
  .textspace-nowrap-wrap{
    white-space: normal;
  }
  .textblock-left, .textblock-center, .textblock-right{
    padding:0px 5px 0px 5px;
  }
  .textalign-left-center{
    text-align: center;
  }
  .textalign-right-left{
    text-align: left;
  }
  .textalign-right-center{
    text-align: center;
  }
  .textalign-center-left{
    text-align: left;
  }
  .justify, .justify_right{
    text-justify: auto;
    text-align: inherit;
  }
  .justify_right{
    text-align-last: auto;
  }
  .textspacer{
    display: block;
  }
  .textbreak{
    display: none;
  }
  .textbreak2{
    display: block;
    height:auto;
  }
  .float-left-center{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .float-right-center{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .paddingbox{
    padding: 10px;
  }
  .blockcontainer{
    display: block;
  }
  .block, .block1, .block2, .block3{
    width:100%;
    margin-left:auto !important;
    margin-right:auto !important;
    display: block;
    margin-bottom: 70px;
  }
  .blockspacer{
    height:70px;
  }
  .only_desktop{
    display: none;
  }
  .only_phone{
    display: inline;
  }
}
