/****** MAP / EXPLORE PAGE ******/
.exploremap-bg {
  background: url("/designsquad/static/images/_bg/video-bg.jpg") repeat; }

#exploremap {
  min-height: 1000px; }

#map-header h1 {
  height: 90px;
  width: 467px;
  background-image: url("/designsquad/static/images/exploremap_title.png"); }

#exploremap h2.shcapt {
  font-family: "felt-tip-roman-1","felt-tip-roman-2", "Felt Tip Roman", arial, helvetica, verdana, sans-serif;
  font-size: 2.625em;
  color: #000;
  margin: 30px 0 50px 80px; }

/*  ----- MAP FEATURE FROM JQVMAP ----- */
#ds_global_map {
  position: relative;
  margin-bottom: 80px;
  padding-top: 50px;
  height: 668px;
  background-image: url("/designsquad/static/images/exploremap-bg.png");
  background-repeat: no-repeat; }

#ds_map_area {
  width: 1030px;
  height: 600px;
  padding: 27px 12px 0;
  margin-left: 66px;
  background-color: #4988C4;
  overflow: hidden;
  z-index: 5; }

.jqvmap-zoomin {
  top: 12px;
  right: 12px; }

.jqvmap-zoomout {
  top: 12px;
  right: 72px; }

.zoom_btns {
  position: absolute;
  width: 46px;
  height: 46px;
  font-family: "felt-tip-roman-1","felt-tip-roman-2", "Felt Tip Roman", arial, helvetica, verdana, sans-serif;
  font-size: 43px;
  line-height: 46px;
  color: #000;
  background-color: #f16724;
  text-align: center;
  cursor: pointer; }

.zoom_btns:hover, .zoom_btns:focus {
  background-color: #fff; }

/*  main loading screen */
#ds_map_loader {
  position: absolute;
  top: 50px;
  left: 66px;
  width: 1054px;
  height: 627px;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 15; }

#ds_map_loader.hidden {
  display: none; }

#lg_loader_box {
  margin: 188px auto;
  width: 480px;
  height: 254px;
  background-color: #fff; }

#lg_loader_box p {
  font-family: "felt-tip-roman-1","felt-tip-roman-2", "Felt Tip Roman", arial, helvetica, verdana, sans-serif;
  color: #000;
  font-size: 2.75em;
  line-height: 1em;
  font-weight: bold;
  padding: 35px 0 20px 158px; }

#lg_loader_box img {
  display: block;
  margin: 0 auto; }

/*  content box */
#ds_map_box {
  position: absolute;
  top: 224px;
  left: 400px;
  width: 400px;
  height: 220px;
  background-color: #61579c;
  border: solid 2px #000;
  z-index: 10; }

#ds_map_box.hidden {
  display: none; }

#ds_map_box button {
  position: absolute;
  border: none;
  font-size: 1em;
  text-indent: -9999px;
  background-repeat: no-repeat;
  cursor: pointer; }

#closebox_btn {
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  background: none;
  background-image: url("/designsquad/static/images/_global/close-white-30.png"); }

#closebox_btn:hover, #closebox_btn:focus {
  background-position: 0 -40px; }

#infoprev_btn {
  width: 25px;
  height: 35px;
  top: 102px;
  left: 10px;
  background-color: #f16724;
  background-image: url("/designsquad/static/images/exploremap-btn-left.png");
  background-position: 4px 4px; }

#infonext_btn {
  width: 25px;
  height: 35px;
  top: 102px;
  right: 10px;
  background-color: #f16724;
  background-image: url("/designsquad/static/images/exploremap-btn-right.png");
  background-position: 4px 4px; }

#infoprev_btn:hover, #infoprev_btn:focus, #infonext_btn:hover, #infonext_btn:focus {
  background-color: #fff; }

#infoprev_btn.inactive:hover, #infoprev_btn.inactive:focus, #infonext_btn.inactive:hover, #infonext_btn.inactive:focus {
  background-color: #f16724; }

#ds_map_box button.inactive {
  opacity: 0.4;
  cursor: default; }

#ds_map_box h3 {
  padding-top: 15px;
  text-align: center;
  font-size: 1.65em;
  color: #fff; }

#box_ctr_cont {
  height: 132px;
  margin: 15px 45px;
  /*	padding:0 10px;		*/
  padding-left: 10px;
  background-color: #fff; }

#box_ctr_cont .subs_design {
  float: left;
  margin-top: 10px;
  height: 112px; }

/* submissions list */
#subs_list_block {
  position: relative;
  width: 290px;
  height: 132px;
  overflow: hidden; }

#subs_list_block ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 1500px;
  display: block;
  list-style-type: none; }

#subs_list_block ul li {
  display: block;
  float: left;
  margin-right: 10px; }

#subs_list_block ul li p {
  color: #000; }

#subs_list_block ul li img {
  border: 1px solid #868686; }

.subs_info {
  position: relative;
  float: left;
  width: 172px;
  margin: 6px 0 0 6px;
  height: 114px; }

#desc_test {
  position: absolute;
  top: 0;
  left: -999px;
  width: 172px; }

.subs_desc, #desc_test p {
  font-family: "felt-tip-roman-1","felt-tip-roman-2", "Felt Tip Roman", arial, helvetica, verdana, sans-serif;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 24px;
  word-wrap: break-word;
  color: #000;
  /*	THIS ONLY WORKS WITH WEB-KIT BROWSERS
  	display:block;
  	height:76px;
  	overflow:hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  */ }

.subs_credit {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 32px; }

.subs_credit img {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 3px; }

.subs_credit p {
  width: 136px;
  padding: 0;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1em; }

.subs_credit a {
  display: block;
  width: 134px;
  margin-left: 37px; }

.subs_credit h4 {
  display: block;
  color: #000;
  font-size: 0.875em;
  padding-top: 2px;
  text-decoration: underline; }

/* country loading block */
#sm_loader_box {
  width: 290px;
  height: 120px; }

#sm_loader_box p {
  font-family: "felt-tip-roman-1","felt-tip-roman-2", "Felt Tip Roman", arial, helvetica, verdana, sans-serif;
  color: #000;
  font-size: 1.5em;
  line-height: 1em;
  padding: 20px 0 6px 103px;
  font-weight: bold; }

#sm_loader_box img {
  display: block;
  margin: 0 auto; }

/* end of list block */
#end_subs_list {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 16px; }

#end_subs_list h4 {
  display: block;
  color: #000;
  text-align: center;
  width: 190px;
  float: left; }

#end_subs_list img {
  float: left;
  margin-bottom: 15px; }

#sugg-cntry {
  clear: both;
  display: block;
  width: 290px;
  height: 32px;
  background-color: #f16724;
  text-align: center;
  text-decoration: none;
  color: #000; }

#sugg-cntry p {
  font-family: "felt-tip-roman-1","felt-tip-roman-2", "Felt Tip Roman", arial, helvetica, verdana, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 32px;
  padding-bottom: 0px; }

#sugg-cntry:hover p, #sugg-cntry:focus p {
  text-decoration: underline; }

/*
#sticker-overlay-close,
.overlay a.close {
position:absolute;
right:0;
top:0;
text-decoration: none;
margin: 5px 7px 0 0;
z-index: 101;
}

background-image: url("/designsquad/static/images/_global/close-white.png");

#sticker-overlay-close:hover,
.overlay a.close:hover {
}
*/
/*
#everybody-title {
    position: absolute;
    margin-left: 10px;
    width: 570px;
    height: 150px;
    background: url('/designsquad/static/images/every-title.png');
}

#everybody-favorites {
    margin: 95px 0 0 10px;
    overflow: hidden;
    width: 770px;
    height: 240px;
    z-index: 100;
    background: url('/designsquad/static/images/every-fave-bg.png');
}

#everybody-favorites-text {
    display: block;
    margin: 10px 0 0 425px;
    color: #64599e;
}

#everybody-favorites ul {
    overflow: hidden;
    list-style-type: none;
    display: block;
    margin: 30px 0 0 55px;
}

#everybody-favorites ul li {
    display: block;
    float: left;
    margin-right: 25px;
}

#everybody-qa-bar {
    width: 780px;
    height: 80px;
    background: url('/designsquad/static/images/everybody-qa-back.png');
    overflow: hidden;
}

#everybody-qa-question {
    display: block;
    margin: 18px 0 0 53px;
    float: left;
    width: 433px;
    height: 43px;
}

#everybody-qa-button {
    display: block;
    float: left;
    cursor: pointer;
    background: #f16624;
    color: #333;
    width: 256px;
    height: 39px;
    overflow: hidden;
    padding: 3px;
    margin: 15px 0 0 15px;
}

#everybody-qa-button:hover {
    color: #333;
    background: white;
}

#everybody-qa-button img {
    float: left;
    display: block;
    margin-top: 5px;
}

#everybody-qa-button span {
    display: block;
    float: left;
    font-weight: bold;
    text-decoration: underline;
    margin: 7px 0 0 10px;
    font-size: 1.25em;
}

#everybody-findbar {
    width: 760px;
    height: 80px;
    background: url('/designsquad/static/images/every-findbar.png');
}

#everybody-findbar h2 {
    display: block;
    float: left;
    color: #333;
    font-size: 2.5em;
    margin: 25px 0 0 20px;
}

.everybody-button {
    display: block;
    cursor: pointer;
    background: #f16624;
    width: 150px;
    overflow: hidden;
    padding: 3px;
}

.everybody-button-active {
    color: #333;
    background: white;
}

.everybody-button img {
    display: block;
    float: left;
}

.everybody-button span {
    display: block;
    float: left;
    text-decoration: underline;
    font-weight: bold;
    margin: 7px 0 0 5px;
}

#everybody-top-button {
    margin: 15px 0 0 30px;
    float: left;
}

#everybody-all-button {
    float: left;
    margin: 15px 0 0 15px;
}

#everybody-grid {
    overflow: hidden;
    color: black;
    font-weight: bold;
}

#top-players-tags ul {
    margin: 5px 0 5px 5px;
    border-bottom: solid 10px white;
}

#top-players-results ul {
}

#top-players-results ul li {
    display: block;
    float: left;
    width: 240px;
    padding: 5px;
    margin: 5px 10px 5px 0;
    background: white;
}

#top-players-results ul li a {
    color: #333;
    text-decoration: none;
}

.top-player-number {
    position: absolute;
    min-width: 30px;
    padding-right: 4px;
    color: #f16624;
    background: white;
    font-size: 1.25em;
    text-align: center;
}

.top-player-designs img {
    display: block;
    float: left;
    border: solid 1px #333;
}

.top-player-first-design {
    margin-right: 6px;
}

.top-player-name {
    display: block;
    overflow: hidden;
    width: 140px;
    float: left;
}

.top-player-rank {
    font-size: .75em;
    display: block;
    float: right;
}

#all-players {
    display: none;
}

#all-players ul {
    color: black;
}

#all-players-alphabet {
    text-align: center;
    background: white;
    margin-bottom: 10px;
}

#all-players-results {
    display: none;
    background: white;
    background: rgba(255, 255, 255, .6);
    color: black;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 5px;
}

#all-players-results a {
    color: black;
}

#all-players-results ul {
    text-align: left;
}

#all-players-results ul {
    list-style-type: none;
    width: 25%;
    float: left;
}

.player-search {
    text-decoration: underline;
    cursor: pointer;
}

.active-search {
    cursor: default;
    color: #999;
    text-decoration: none;
}


#user-pagination {
    clear: left;
    text-align: center;
    background: white;
}

#user-pagination a {
    cursor: pointer;
    color: black;
}

#user-pagination .active {
    cursor: default;
    text-decoration: none;
    color: #999;
}
*/
/****** END EVERYBODY PAGE ******/

/*# sourceMappingURL=map-page.css.map */
