/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
/* line 6, ../sass/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 26, ../sass/_reset.scss */
body {
  line-height: 1;
}

/* line 29, ../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 33, ../sass/_reset.scss */
nav ul {
  list-style: none;
}

/* line 36, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 39, ../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../sass/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 53, ../sass/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 59, ../sass/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 65, ../sass/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 68, ../sass/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 72, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 77, ../sass/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 85, ../sass/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 1, ../sass/_clear.scss */
.clearfix:after {
  display: block;
  width: 0;
  height: 0;
  content: ' ';
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}

/* line 43, ../sass/upload_v2.scss */
html {
  height: 100%;
}

/* line 46, ../sass/upload_v2.scss */
img {
  display: block;
  border: 0;
}

/* line 50, ../sass/upload_v2.scss */
.hide {
  display: none;
}

/* line 53, ../sass/upload_v2.scss */
.clearfix:after {
  display: block;
  width: 0;
  height: 0;
  content: ' ';
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}

/* line 63, ../sass/upload_v2.scss */
body {
  background: #DDDDDB;
  height: 100%;
}
/* line 66, ../sass/upload_v2.scss */
body .outbox {
  width: 1090px;
  height: 848px;
  margin: 20px auto;
  position: relative;
}
/* line 71, ../sass/upload_v2.scss */
body .outbox .imgSlide {
  float: left;
  width: 556px;
  height: 905px;
  position: relative;
  z-index: 5;
}
/* line 78, ../sass/upload_v2.scss */
body .outbox .imgSlide .bg div {
  width: 100%;
  /*background-image: url("https://weatherimage.ad2iction.com/images/7e7d79f0-34c8-4703-9910-f4a88c3dcb7d.jpeg");*/
  background-size: cover;
  height: 848px;
  background-position: top center;
  border-radius: 30px;
  -webkit-box-shadow: 21px 19px 77px -6px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 21px 19px 77px -6px rgba(0, 0, 0, 0.67);
  box-shadow: 21px 19px 77px -6px rgba(0, 0, 0, 0.67);
  position: absolute;
}
/* line 91, ../sass/upload_v2.scss */
body .outbox .imgSlide .mask {
  width: 100%;
  height: 300px;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.95) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.95) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  color: #ffffff;
  border-radius: 30px;
  bottom: 0;
  position: absolute;
  z-index: 5;
}
/* line 102, ../sass/upload_v2.scss */
body .outbox .imgSlide .mask .region {
  width: 100%;
  font-size: 56px;
  top: 100px;
  position: absolute;
  text-align: center;
  line-height: 0.9em;
}
/* line 109, ../sass/upload_v2.scss */
body .outbox .imgSlide .mask .region span {
  display: block;
  font-size: 25px;
}
/* line 114, ../sass/upload_v2.scss */
body .outbox .imgSlide .mask .author {
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  top: 209px;
  position: absolute;
}
/* line 121, ../sass/upload_v2.scss */
body .outbox .imgSlide .mask .author .name {
  width: 47%;
  margin: 0 auto;
  border: 1px solid #ffffff;
  padding: 10px;
  border-radius: 30px;
}
/* line 127, ../sass/upload_v2.scss */
body .outbox .imgSlide .mask .author .name span {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 137, ../sass/upload_v2.scss */
body .outbox .main {
  float: right;
  width: 454px;
}
/* line 140, ../sass/upload_v2.scss */
body .outbox .main ul {
  width: 568px;
  height: 100px;
  list-style: none;
  top: 11px;
  left: 528px;
  position: absolute;
  z-index: 3;
}
/* line 151, ../sass/upload_v2.scss */
body .outbox .main ul li.select #TAB1:before, body .outbox .main ul li.select #TAB1::before {
  opacity: 1;
  position: absolute;
  z-index: 10;
}
/* line 158, ../sass/upload_v2.scss */
body .outbox .main ul li.select #TAB2:before, body .outbox .main ul li.select #TAB2::before {
  opacity: 1;
  position: absolute;
  z-index: 10;
}
/* line 165, ../sass/upload_v2.scss */
body .outbox .main ul li #TAB1 {
  display: block;
  width: 284px;
  height: 72px;
  top: 0;
  left: 0;
  background: url("../images/tab2-2.png");
  position: absolute;
  z-index: 4;
}
/* line 174, ../sass/upload_v2.scss */
body .outbox .main ul li #TAB1:before, body .outbox .main ul li #TAB1::before {
  content: '';
  width: 284px;
  height: 72px;
  display: block;
  background: url("../images/tab2-1.png");
  opacity: 0;
}
/* line 183, ../sass/upload_v2.scss */
body .outbox .main ul li #TAB2 {
  display: block;
  width: 284px;
  height: 72px;
  top: 0;
  left: 228px;
  background: url("../images/tab1-2.png");
  position: absolute;
}
/* line 191, ../sass/upload_v2.scss */
body .outbox .main ul li #TAB2:before, body .outbox .main ul li #TAB2::before {
  content: '';
  width: 284px;
  height: 72px;
  display: block;
  background: url("../images/tab1-1.png");
  opacity: 0;
}
/* line 205, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conTownship {
  width: 429px;
  height: 754px;
  color: #9D9D9D;
  margin-top: 83px;
  margin-left: -140px;
  padding-left: 90px;
  padding-right: 28px;
  padding-top: 30px;
  background: #ffffff;
  border-radius: 18px;
  -webkit-box-shadow: 21px 19px 77px -6px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 21px 19px 77px -6px rgba(0, 0, 0, 0.67);
  box-shadow: 21px 19px 77px -6px rgba(0, 0, 0, 0.67);
  position: relative;
  z-index: 3;
}
/* line 208, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conTownship a.btn {
  display: block;
  width: 385px;
  border: 1px solid #2FB0CF;
  color: #2FB0CF;
  padding: 20px;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 10px;
}
/* line 220, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conTownship .key1 {
  display: block;
  width: 385px;
  margin: 0 auto;
  text-align: center;
}
/* line 226, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conTownship .key2 {
  display: none;
  width: 385px;
  margin: 0 auto;
  text-align: center;
}
/* line 232, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conTownship .form {
  line-height: 1.4em;
  font-size: 17px;
  font-weight: bold;
  margin-top: 25px;
}
/* line 237, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conTownship .form input.field {
  width: 405px;
  -webkit-appearance: none;
  background: #efefef;
  margin: 10px auto;
  border: none;
  border-radius: 5px;
  padding: 11px;
  font-size: 15px;
}
/* line 247, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conTownship .form a {
  display: inline-block;
  color: #D0021B;
  text-decoration: none;
}
/* line 253, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conTownship .form .btnForm a {
  float: left;
  display: block;
  border-radius: 80px;
  background: #557A9C;
  width: 184px;
  height: 27px;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
/* line 266, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conTownship .form .btnForm .btnCancel {
  background: #999;
  margin-left: 17px;
}
/* line 273, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conSpot {
  display: none;
  width: 429px;
  height: 714px;
  color: #9D9D9D;
  margin-top: 83px;
  margin-left: -140px;
  padding-left: 90px;
  padding-right: 28px;
  padding-top: 30px;
  background: #ffffff;
  border-radius: 18px;
  -webkit-box-shadow: 21px 19px 77px -6px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 21px 19px 77px -6px rgba(0, 0, 0, 0.67);
  box-shadow: 21px 19px 77px -6px rgba(0, 0, 0, 0.67);
  position: relative;
  z-index: 3;
}
/* line 276, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conSpot a.btn {
  display: block;
  width: 385px;
  border: 1px solid #2FB0CF;
  color: #2FB0CF;
  padding: 20px;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 10px;
}
/* line 288, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conSpot .key1 {
  display: block;
  width: 385px;
  margin: 0 auto;
  text-align: center;
}
/* line 294, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conSpot .key2 {
  display: none;
  width: 385px;
  margin: 0 auto;
  text-align: center;
}
/* line 300, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conSpot .form {
  line-height: 1.4em;
  font-size: 17px;
  font-weight: bold;
  margin-top: 25px;
}
/* line 305, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conSpot .form input.field {
  width: 405px;
  -webkit-appearance: none;
  background: #efefef;
  margin: 10px auto;
  border: none;
  border-radius: 5px;
  padding: 11px;
  font-size: 15px;
}
/* line 315, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conSpot .form a {
  display: inline-block;
  color: #D0021B;
  text-decoration: none;
}
/* line 321, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conSpot .form .btnForm a {
  float: left;
  display: block;
  border-radius: 80px;
  background: #557A9C;
  width: 184px;
  height: 27px;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
/* line 334, ../sass/upload_v2.scss */
body .outbox .main .contentTab .conSpot .form .btnForm .btnCancel {
  background: #999;
  margin-left: 17px;
}

/* line 347, ../sass/upload_v2.scss */
select#soflow {
  width: 425px;
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: baseline;
  margin: 10px auto;
}

/* line 351, ../sass/upload_v2.scss */
select#nameSpot {
  width: 345px;
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: baseline;
  margin: 10px auto;
}

/* line 357, ../sass/upload_v2.scss */
[type="radio"] {
  border: 0;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 0.5px;
  display: none;
}

/* line 366, ../sass/upload_v2.scss */
label {
  cursor: pointer;
  /*hand view when on hover*/
  line-height: 1.9em;
}

/* line 372, ../sass/upload_v2.scss */
[type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  /* vertical-align: -0.25em; */
  border-radius: 1em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 0.1em #ccc;
  margin-right: 0.5em;
  transition: 0.5s ease all;
  margin-left: 0.5em;
}

/* line 386, ../sass/upload_v2.scss */
[type="radio"]:checked + span:before {
  background: #edd327;
  box-shadow: 0 0 0 0.18em #ccc;
}

/* line 392, ../sass/upload_v2.scss */
.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(45, 45, 45, 0.98);
  z-index: 9999;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}

/* line 403, ../sass/upload_v2.scss */
.lightbox-target .content {
  width: 90%;
  height: 90%;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding-top: 50px;
  box-sizing: border-box;
  max-height: 0%;
  max-width: 0%;
  transition: .5s ease-in-out;
  line-height: 1.8em;
  overflow: auto;
}

/* line 421, ../sass/upload_v2.scss */
.lightbox-target .content p {
  font-size: 16px;
  margin: 20px auto;
  color: #ffff99;
}

/* line 426, ../sass/upload_v2.scss */
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #fff;
  box-sizing: border-box;
  max-height: 0%;
  max-width: 0%;
  transition: .5s ease-in-out;
}

/* line 439, ../sass/upload_v2.scss */
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}

/* line 444, ../sass/upload_v2.scss */
.lightbox-target:target .content, .lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}

/* line 448, ../sass/upload_v2.scss */
.lightbox-target:target .lightbox-close {
  top: 2%;
}

/* line 451, ../sass/upload_v2.scss */
.lightbox-close {
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 2%;
  right: 5%;
  transition: .5s ease-in-out;
  background: url("../images/btnClose.png");
}
