@charset "UTF-8";

body {
    font-family:'Open Sans',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    font-size:1rem;
    line-height:1;
    color:rgba(16,65,72,1.0);
    background-color:#fff;
    background-image:url(https://dl.dropboxusercontent.com/s/l01fyvs1vpzefjz/Bears-Optimized.png),url(https://dl.dropboxusercontent.com/s/6z85socfxwi3vjw/Moose.png),url(https://dl.dropboxusercontent.com/s/58u9z7f83i79297/240_F_95537177_hHTg24YCuHXHRJF0sBGm0nyy7Oi7vvYS.jpg);
    background-position:bottom left,bottom right,center;
    background-repeat:no-repeat,no-repeat,repeat;
    background-attachment:fixed,fixed,fixed;
    padding:0;
    margin:0;
  }

  url(https://fonts.googleapis.com/css?family=Open+Sans:600);
  @media only screen and (max-width: 1099px) {
  /* No Background Image at Small Sized Screens */
    bodybackground-image:url();
  }  
}

@media only screen and (min-width: 1100px) and (max-width: 1679px) {
  /* Scaling Background Images */
  body {
    background-size:calc((100vw - 950px) / 2) auto;
  }
}

@media only screen and (min-width: 1680px) {
  /* Maximum size for Background images */
  body {
    background-size:auto 500px;
  }
}

a,a:visited {
  color:#0088cc;
  text-decoration:none;
}

a:hover,a:focus {
  color:#005580;
  text-decoration:underline;
}

ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

.twocolumn {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2;
}

/* ======== Navigation Bar ======== */
.nav {
  background-color:rgba(14,101,85,1.0);
  position:fixed;
  top:0;
  margin:0 15px;
  width:940px;
  z-index:10500;
  display:block;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

.nav ul {
  padding:0 0 0 10px;
  width:940px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.nav ul li {
  display:inline-block;
  list-style-type:none;
  -webkit-transition:all .2s;
  -moz-transition:all .2s;
  -o-transition:all .2s;
  transition:all .2s;
}

.nav > ul > li > a > .caret {
  border-top:4px solid #fff;
  border-right:4px solid transparent;
  border-left:4px solid transparent;
  content:"";
  display:inline-block;
  height:0;
  width:0;
  vertical-align:middle;
  -webkit-transition:color .1s linear;
  -moz-transition:color .1s linear;
  -o-transition:color .1s linear;
  transition:color .1s linear;
}

.nav > ul > li > a:not(.icon) {
  color:#fff;
  display:block;
  line-height:40px;
  padding:0 15px;
  text-decoration:none;
  text-transform:uppercase;
}

.icon {
  padding:0;
}

.nav > ul > li:hover:not(.nocolorchange) {
  background-color:rgba(221,34,45,0.8);
}

.nav > ul > li:hover > a {
  color:rgb(255,255,255);
}

.nav > ul > li:hover > a > .caret {
  border-top-color:rgb(255,255,255);
}

.nav > ul > li > div {
  background-color:rgba(14,101,85,1.0);
  border-top:0;
  border-radius:0 0 5px 5px;
  display:none;
  margin:0;
  opacity:0;
  position:absolute;
  width:165px;
  visibility:hidden;
  -moz-transition:opacity .2s;
  -o-transition:opacity .2s;
  -webkit-transition:opacity .2s;
  transition:opacity .2s;
}

.nav > ul > li:hover > div {
  display:block;
  opacity:1;
  visibility:visible;
}

.nav > ul > li:hover > div > ul {
  padding:0;
}

.nav > ul > li > div ul > li {
  display:block;
}

.nav > ul > li > div ul > li > a {
  color:#fff;
  display:block;
  padding:22px 24px;
  text-decoration:none;
}

.nav > ul > li > div ul > li:hover > a {
  background-color:rgba(255,255,255,0.1);
  width:12.5%;
}

.topmenu-social {
  width:35px;
  height:auto;
  vertical-align:middle;
  margin-bottom:2.5px;
}

.topmenu-social2 {
/*
ASPECT RATIO : HEIGHT Should be 35px
real width 200px x 100 = 70
	 width 250px x 100 = 87.5
	 width 300px x 100 = 105
	 width 400px x 100 = 140
*/
  width:87.5px;
  height:auto;
  vertical-align:middle;
  margin-bottom:2.5px;
  margin-left:-15px;
}

/* ======== Transitions ======== */
.spin {
  -webkit-transition-duration:.5s;
  -moz-transition-duration:.5s;
  -o-transition-duration:.5s;
  transition-duration:.5s;
  -webkit-transition-property:-webkit-transform;
  -moz-transition-property:-moz-transform;
  -o-transition-property:-o-transform;
  transition-property:transform;
  overflow:hidden;
}

.spin:hover {
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  transform:rotate(360deg);
  transition:.5s;
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
}

/* ======== MFC Elements ======== */
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_schedule,#profile_friends,#cam_score_container,#profile_about_me > div:nth-child(1) {
  display:none;
}

div#profile_about_me div#username_container,div#cam_score_container,div#gender_container,div#body_type_container,div#ethnicity_container,div#hair_container,div#eyes_container,div#weight_container,div#height_container,div#age_container,div#city_container,div#country_container,div#sexual_preference_container,div#smoke_container,div#drink_container,div#drugs_container,div#school_container,div#favorite_food_container,div#city_container,div#marital_status_container {
  display:none;
}

#about_me_label {
  display:none;
}

div#tags_container {
  display:none;
}

#profile {
  width:1030px;
  margin:60px auto -10px;
  background:#fff url(https://dl.dropboxusercontent.com/s/85cdtkvdknkf2l1/Main%20Background.jpg) top center no-repeat;
  box-shadow:0 0 10px 1px rgba(0,0,0,0.3);
  font-size:.875em;
  line-height:1.25;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

#profile_header {
  padding:0;
}

#profile_avatar {
  padding:4px;
  background-color:#fff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  color:rgba(16,65,72,1.0);
  font-size:1.25rem;
  font-weight:bold;
  border-bottom:rgba(16,65,72,1.0) solid 2px;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:5px;
}

.profile_section_content {
  z-index:auto;
}

#profile_about_me {
  margin:20px 0;
  padding-top:20px;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

img {
  border-radius:0;
  box-shadow:none;
}

.img_radius_shadow {
  border-radius:0;
  box-shadow:none;
}

#img_preview {
  border-radius:0;
  box-shadow:none;
}

img.bw {
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  transition:1s;
  -webkit-transition:1s;
}

img.bw:hover {
  filter:grayscale(0);
  -webkit-filter:grayscale(0);
}

.images {
  margin-top:20px;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
}

.photo_gallery_previews {
  text-align:center;
}

#meaning_life_label {
  margin-top:15px;
}

/* ======== Norde Content ======== */
.social-links {
  margin:20px 0;
  text-align:center;
}

.header-pics {
  text-align:center;
  margin:20px 0;
  margin-left:-22px;
}

.header-pics img {
  margin:0;
  height:195px;
}

.header-pics .caption {
  font-size:1.125em;
  font-weight:bold;
  margin-bottom:5px;
}

.round {
  border-radius:50%;
}

about-me {
  padding:0 20px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.about-me .header {
  font-size:36px;
  font-weight:bold;
  margin-top:-65px;
  margin-left:85px;
  margin-bottom:-10px;
}

.whats-new {
  margin-bottom:20px;
}

.raffle {
  padding-left:65px;
  padding-bottom:20px;
}

.store {
  font-size:1rem;
  line-height:1;
  margin-left:-0;
}

.store a {
  color:#fff;
  text-decoration:none;
}

.desc-header {
  color:rgba(16,65,72,1.0);
  margin:auto;
  font-size:1.25em;
  font-weight:bold;
  padding:0 0 0 15px;
}

.desc-text {
  color:rgba(16,65,72,1.0);
  font-size:.92em;
  margin:auto;
  padding:5px 0 0 15px;
}

.faq-header {
  color:rgba(16,65,72,1.0);
  font-size:15px;
  margin:auto;
  font-weight:bold;
}

.faq-text {
  color:rgba(16,65,72,1.0);
  font-size:14px;
  margin:auto;
}

.store-header {
  color:rgba(16,65,72,1.0);
  border-bottom:rgba(16,65,72,1.0) solid 2px;
  margin:auto;
  font-size:1.25em;
  font-weight:bold;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-list {
  border:5px solid #fff;
  margin:auto;
  height:432px;
  overflow:auto;
}

.shop-block-one {
  height:1280px;
  margin:0 15px;
}

.shop-block-two {
  height:451px;
}

.shop-block-three {
  height:288px;
}

.shop-block-four {
  height:451px;
}

.shop-block-five {
  height:288px;
}

.shop-block-six {
  height:320px;
}

.store-footer {
  border-top:rgba(16,65,72,1.0) solid 2px;
  margin-left:-0;
  height:15px;
  margin-bottom:20px;
}

.store-footer-message {
  color:rgba(16,65,72,1.0);
  margin:auto;
  border-top:rgba(221,34,45,0.95) solid 2px;
  font-size:.8rem;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:20px;
}

.store-item {
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  background-color:rgba(16,65,72,1.0);
  border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}

.store-item-singlecolumn {
  width:99%;
  height:135px;
  margin:.5%;
  float:left;
  background-color:rgba(16,65,72,1.0);
  border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}

.store-item-singlecolumn2 {
  width:99%;
  height:250px;
  margin:.5%;
  float:left;
  background-color:rgba(16,65,72,1.0);
  border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}

.store-item .image,.store-item-singlecolumn .image {
  width:40%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.store-item-singlecolumn2 .image {
  width:40%;
  height:100%;
  max-height:135px;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.store-item .gif,.store-item-singlecolumn .gif {
  width:40%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.store-item-singlecolumn2 .gif {
  width:40%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.image img {
  height:100%;
}

.store-item .desc {
  width:59.7%;
  height:100%;
  background-color:rgba(16,65,72,1.0);
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.15s .15s ease-in-out;
  -o-transition:.15s .15s ease-in-out;
  -webkit-transition:.15s .15s ease-in-out;
  transition:.15s .15s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-item-singlecolumn .desc {
  width:80%;
  height:100%;
  background-color:rgba(16,65,72,1.0);
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.15s .15s ease-in-out;
  -o-transition:.15s .15s ease-in-out;
  -webkit-transition:.15s .15s ease-in-out;
  transition:.15s .15s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-item-singlecolumn2 .desc {
  width:80%;
  height:100%;
  background-color:rgba(16,65,72,1.0);
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.15s .15s ease-in-out;
  -o-transition:.15s .15s ease-in-out;
  -webkit-transition:.15s .15s ease-in-out;
  transition:.15s .15s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-item-singlecolumn2 .desc-content {
  height:200px;
  width:100%;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  font-size:.75em;
  line-height:1.2;
}

.store-item:hover .desc,.store-item:hover .desc a,.store-item-singlecolumn:hover .desc,.store-item-singlecolumn:hover .desc a,.store-item-singlecolumn2:hover .desc,.store-item-singlecolumn2:hover .desc a {
  background-color:rgba(255,255,255,0.08);
  color:#fff;
}

.store-item .bottom-img,.store-item-singlecolumn .bottom-img,.store-item-singlecolumn2 .bottom-img {
  top:0;
  left:0;
  position:absolute;
  z-index:-10;
}

.store-item .top-img,.store-item-singlecolumn .top-img,.store-item-singlecolumn2 .top-img {
  -moz-transition:.2s .2s ease-in-out;
  -o-transition:.2s .2s ease-in-out;
  -webkit-transition:.2s .2s ease-in-out;
  transition:.2s .2s ease-in-out;
  z-index:1;
}

.store-item:hover .top-img,.store-item-singlecolumn:hover .top-img,.store-item-singlecolumn2:hover .top-img {
  opacity:0;
}

.store-item .overlay,.store-item-singlecolumn .overlay,.store-item-singlecolumn2 .overlay {
  top:0;
  left:0;
  position:absolute;
  z-index:2;
}

.desc .title {
  height:16px;
  width:100%;
  margin:7px 0 0;
  font-size:1em;
  font-weight:bold;
}

.desc .titlesmaller {
  height:16px;
  width:100%;
  margin:7px 0 0;
  font-size:.95em;
  font-weight:bold;
}

.desc .titlesmaller2 {
  height:16px;
  width:100%;
  margin:7px 0 0;
  font-size:.9em;
  font-weight:bold;
}

.desc-content {
  height:85px;
  width:100%;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  font-size:.75em;
  line-height:1.2;
}

.desc-content ul {
  list-style-type:disc;
  list-style-position:inside;
}

.desc-content li {
  margin:1.5px;
  font-size:.75rem;
  line-height:1;
}

.desc-footer {
  height:20px;
  width:100%;
  text-align:right;
  left:180px;
  padding-right:180px;
  position:absolute;
  bottom:5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  z-index:30;
}

.item-tag {
  font-size:.625em;
  color:#fff;
  background-color:rgba(221,34,45,0.95);
  padding:2px 10px;
  border-radius:8px;
}

.purchase {
  background-color:#990067;
}

.purchase:hover {
  background-color:#cc3399;
}

.store-list::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  height:12px;
}

.store-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid rgb(16,65,72);
  background-color:#ccc;
}

.videopreview-footer {
  height:20px;
  width:100%;
  text-align:right;
  padding-right:5px;
  position:absolute;
  bottom:5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.videopreview-tag {
  font-size:.625em;
  color:#fff;
  background-color:rgba(221,34,45,0.95);
  padding:2px 10px;
  border-radius:8px;
  float:left;
  position:relative;
  top:4px;
  left:3px;
  z-index:9999;
}

.winners {
  height:351px;
  width:750px;
  margin-left:65px;
  margin-bottom:20px;
  background-image:url(https://dl.dropboxusercontent.com/s/i2bif7e686dub27/Crew%20Lottery%20Winners%20compressed.jpg);
  background-position:top;
  background-repeat:no-repeat;
  text-align:center;
}

.winners-text {
  position:relative;
  top:95px;
  height:256px;
  font-size:22px;
  font-weight:bold;
/*
	color: lightgoldenrodyellow;
 */
  text-shadow:1px 0 0 #000,0 -1px 0 #000,0 1px 0 #000,-1px 0 0 #000;
  -webkit-column-count:4;
/* Chrome, Safari, Opera */
  -moz-column-count:4;
/* Firefox */
  column-count:4;
}

.lumberjack {
  height:1010px;
  width:750px;
  margin-left:65px;
  background-image:url(https://dl.dropboxusercontent.com/s/texxm3rn0xq0hvo/1-to-post-Lumberjack-Club.jpg);
  background-position:top;
  background-repeat:no-repeat;
  text-align:center;
}

.lumberjack-text {
  font-size:15px;
  position:relative;
  margin-right:180px;
  text-shadow:0 0 10px rgba(255,255,255,1);
}

.mooseballs {
  height:1010px;
  width:750px;
  margin-left:65px;
  background-image:url(https://dl.dropboxusercontent.com/s/9vyzy750ds65yry/1-moose-ballers-to-post.jpg);
  background-position:top;
  background-repeat:no-repeat;
  text-align:center;
}

.mooseballs-text {
  text-align:center;
  font-size:15px;
  position:relative;
  margin-top:130px;
  color:rgb(0,0,0);
  text-shadow:0 0 1px rgba(255,255,255,1);
}

.moosegold {
  height:710px;
  width:750px;
  margin-left:65px;
  background-image:url(https://dl.dropboxusercontent.com/s/jsdt76wcunx9thh/Moose%20Gold%20Count.jpg);
  background-position:top;
  background-repeat:no-repeat;
  text-align:center;
}

.bdayclub {
  height:841px;
  width:750px;
  margin-left:65px;
  background-image:url(https://dl.dropboxusercontent.com/s/zady8m75tlkq6cg/ed-birthday-club-to-post.jpg);
  background-position:top;
  background-repeat:no-repeat;
  text-align:center;
}

.bdayclub-text {
  text-align:center;
  font-size:15px;
  position:relative;
  margin-top:130px;
  color:rgb(0,0,0);
  text-shadow:0 0 5px rgba(255,255,255,1);
}

.vault {
  height:933px;
  width:750px;
  margin-left:65px;
  background-image:url(https://dl.dropboxusercontent.com/s/d34tzbr1ghclabz/ready-to-post-moose-dollars-vault.jpg);
  background-position:top;
  background-repeat:no-repeat;
  text-align:center;
}

.vault-text {
  text-align:center;
  font-size:15px;
  position:relative;
  margin-top:10px;
  color:rgb(0,0,0);
  text-shadow:0 0 5px rgba(255,255,255,1);
  column-count:2;
/* Firefox */
  -moz-column-count:2;
/* Chrome, Safari, Opera */
  -webkit-column-count:2;
}

.extras {
  height:1748px;
  width:750px;
  margin-left:65px;
  background-image:url(https://dl.dropboxusercontent.com/s/rlx0ymxdcs2vqrd/extras-light.jpg);
  background-position:top;
  background-repeat:no-repeat;
  text-align:center;
}

.extras-text {
  text-align:center;
  font-size:15px;
  position:relative;
  margin-top:10px;
  color:rgb(0,0,0);
  text-shadow:0 0 5px rgba(255,255,255,1);
  column-count:2;
/* Firefox */
  -moz-column-count:2;
/* Chrome, Safari, Opera */
  -webkit-column-count:2;
}

.raffleclub {
  height:835px;
  width:750px;
  margin-left:65px;
  background-image:url(https://dl.dropboxusercontent.com/s/82zic8ourzrbffy/ready-to-post.jpg);
  background-position:top;
  background-repeat:no-repeat;
  text-align:center;
}

.raffleclub-text {
  text-align:center;
  font-size:15px;
  position:relative;
  margin-top:140px;
  color:rgb(0,0,0);
  text-shadow:0 0 5px rgba(255,255,255,1);
}

/*-webkit-column-count:2;
/* Chrome, Safari, Opera */
/* -moz-column-count:2; */
/* Firefox */
/* column-count:2; */
/* ======== Footer ======== */
.footer {
  background-color:#990067;
  position:fixed;
  left:0;
  bottom:0;
  width:100%;
  z-index:500;
  box-shadow:0 -3px 10px 1px rgba(0,0,0,.8);
  color:#fff;
  display:block;
  height:20px;
}