@import url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css);
@import url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css);
body {
  background-color: #1f2933;
  padding: 0px;
  margin: 0px;
  top: 0px;
}
.navbar {
  background-color: #313f4c;
  background-image: none;
}
.navbar.navbar-header {
  border-bottom: 1px solid #6b8198;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.navbar.navbar-sub {
  border-top: 1px solid #6b8198;
}
.navbar.navbar-sub .navbar-text {
  float: none;
}
.navbar.navbar-sub .navbar-text .btn-success {
  margin-right: 2em;
}
.navbar .navbar-brand {
  margin-left: 0px;
  padding: 10px;
}
.navbar .navbar-brand img {
  height: 30px;
}
.navbar .navbar-text {
  color: #6b8198;
}
.navbar .navbar-nav {
  margin-right: 20px;
}
.navbar .navbar-nav li > a {
  color: #6b8198;
  cursor: pointer;
  text-shadow: none;
}
.navbar .navbar-nav li > a:hover {
  color: white;
}
.navbar .navbar-nav >.active > a {
  background: none;
  color: white;
  border-bottom: 2px solid #63a0d7;
  padding-bottom: 13px;
  box-shadow: none;
  text-shadow: none;
}
.navbar .navbar-nav >.active > a:hover,
.navbar .navbar-nav >.active > a:focus {
  background: none;
  color: white;
  cursor: default;
}
.navbar .menu-button {
  border-left: 1px solid #6b8198;
  margin: 0;
  padding: 11px 0 11px 10px;
  color: white;
}
.navbar .menu-button:hover {
  color: silver;
}
.navbar .menu-button:hover,
.navbar .menu-button:focus {
  text-decoration: none;
}
.navbar .menu-button * {
  vertical-align: middle;
}
.navbar .menu-button span {
  margin: 0 .5em;
}
.subscribeBar {
  position: relative;
  top: 50px;
  padding: 15px 290px;
  background-color: #64a0d7;
  z-index: 1;
  overflow: hidden;
  max-height: 55px;
  -webkit-transition: max-height 0.5s, padding 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  transition: max-height 0.5s, padding 0.5s, opacity 0.5s, transform 0.5s;
}
.subscribeBar.collapsed {
  opacity: 0;
  max-height: 0px;
  padding: 0px 290px;
  -webkit-transition: max-height 0.5s, padding 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  transition: max-height 0.5s, padding 0.5s, opacity 0.5s, transform 0.5s;
}
.subscribeBar .subscribeBtn,
.subscribeBar .closeBtn {
  color: white;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
.subscribeBar .closeBtn {
  margin-left: 20px;
  border: solid 1px white;
  padding: 0px 3px 2px 3px;
}
.btn-small {
  width: 150px;
  padding: 10px 0px;
}
.btn-middle {
  width: 210px;
  padding: 10px 0px;
}
.btn-large {
  width: 260px;
  padding: 15px 0px;
}
.btn-green {
  display: block;
  text-align: center;
  color: white;
  background-color: #00cc99;
  border-radius: 3px;
  font-weight: bold;
}
.btn-green:hover {
  color: white;
  background-color: #4ddbb8;
  text-decoration: none;
  cursor: pointer;
}
.btn-green:active {
  background-color: #009966;
}
.btn-green.disable {
  background-color: #d3d6db;
}
.btn-blue {
  display: block;
  text-align: center;
  color: white;
  background-color: #64a0d7;
  border-radius: 3px;
  font-weight: bold;
}
.btn-blue:hover {
  color: white;
  background-color: #93bde3;
  text-decoration: none;
  cursor: pointer;
}
.btn-blue:active {
  background-color: #336699;
}
.btn-blue.disable {
  background-color: #d3d6db;
}
.btn-gray {
  display: block;
  text-align: center;
  color: white;
  background-color: #6b8198;
  border-radius: 3px;
  font-weight: bold;
}
.btn-gray:hover {
  color: white;
  background-color: #4D5D6F;
  text-decoration: none;
  cursor: pointer;
}
.btn-gray:active {
  background-color: #6b8198;
}
.btn-gray.disable {
  background-color: #d3d6db;
}
.pageWrapper {
  background-color: #313f4c;
}
.upperPart {
  padding-top: 100px;
  max-height: 500px;
  position: relative;
  max-width: 1600px;
  margin: auto;
}
.upperPart a.prev,
.upperPart a.next {
  display: block;
  position: absolute;
  top: 220px;
  font-size: 2em;
  z-index: 50;
  color: white;
}
.upperPart .prev {
  left: 10px;
}
.upperPart .next {
  right: 10px;
}
.lowerPart {
  padding-top: 30px;
  background-color: #1f2933;
}
.lowerPart .header {
  font-size: 1.5em;
  color: white;
  border-bottom: solid 1px #6b8198;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.notice {
  color: white;
  text-align: center;
  background-color: #313f4c;
}
.notice p {
  margin-top: 25px;
}
.notice a {
  margin-top: 60px;
}
.desc {
  position: relative;
  width: 250px;
  min-height: 200px;
  color: #6b8198;
}
.desc .name {
  border-bottom: solid 1px #6b8198;
  padding-left: 5px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: white;
  font-size: 2em;
  overflow: hidden;
  letter-spacing: 3px;
}
.desc .fa-circle {
  vertical-align: middle;
  font-size: 0.3em;
  padding: 0px 5px 2px 10px;
}
.desc .fullViewBtn,
.desc .viewAllBtn {
  padding-left: 5px;
  display: inline-block;
  cursor: pointer;
  color: #6b8198;
  font-weight: 500;
}
.desc .fullViewBtn:hover,
.desc .viewAllBtn:hover {
  text-decoration: none;
  color: #d5d6db;
}
.desc .createBtn {
  position: absolute;
  top: 150px;
}
.desc .indicator {
  margin-left: 5px;
  margin-top: 180px;
  font-weight: bold;
}
.themeContainer {
  overflow: hidden;
  height: 330px;
  max-width: 1000px;
  margin: auto;
}
.thumbPhoto {
  margin-right: 350px;
}
.thumbPhoto img {
  width: 100%;
}
.desc {
  float: right;
  min-height: 300px;
}
.desc .startBtn {
  margin-top: 25px;
}
.backDesignBtn {
  float: left;
  color: white;
  cursor: pointer;
  padding: 15px;
  font-size: 1.1em;
  font-weight: 500;
}
.backDesignBtn i {
  margin-right: 10px;
}
.backDesignBtn:hover {
  color: white;
  text-decoration: none;
}
.copyBtn {
  position: relative;
  width: 100%;
  height: 45px;
}
.copyBtn a {
  right: 45px;
  position: absolute;
}
.packageContainer {
  border: solid 1px #313f4c;
  border-radius: 5px;
  height: 80px;
  margin: 10px 0px;
  overflow: hidden;
}
.packageContainer .packageName {
  color: white;
  margin-right: 200px;
  overflow: hidden;
  padding: 30px;
}
.packageContainer .packageName i {
  color: #6b8198;
  display: inline-block;
  margin-right: 10px;
  font-size: 0.6em;
}
.packageContainer .packageName p {
  vertical-align: middle;
  display: inline-block;
  list-style: circle;
  font-size: 1.1em;
  margin-bottom: 0px;
}
.packageContainer .packageName .defaultPackage {
  display: inline-block;
  float: right;
}
.packageContainer .packageName .defaultPackage span {
  color: #dadada;
  font-weight: 200;
}
.packageContainer .packageName .defaultPackage input {
  display: inline-block;
}
.packageContainer .editBtn {
  padding: 20px;
  border-left: solid 1px #313f4c;
  border-right: solid 1px #313f4c;
  float: right;
}
.packageContainer a.removeBtn {
  float: right;
  font-size: 1.2em;
  padding: 28px 5px;
  color: white;
  background-color: #1e2730;
  cursor: pointer;
}
.packageContainer .borderLine {
  border-right: solid 1px rgba(40,64,88,0.7);
}
#templatePackagePage .notice {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-top: 240px;
}
#templatePackagePage .emptyPackageText {
  text-align: center;
  color: #6b8198;
  font-size: 1.6em;
  margin-top: 50px;
}
#showcasePage .notice {
  padding-top: 170px;
  margin-bottom: 170px;
}
#showcasePage .typeWrapper {
  margin-bottom: 130px;
  max-height: 450px;
  overflow: hidden;
}
#showcasePage .themeSelector {
  position: absolute;
  width: 100%;
  bottom: 0px;
  color: white;
}
#showcasePage .themeSelector a.prev,
#showcasePage .themeSelector a.next {
  position: absolute;
  top: 0px;
  color: #6b8199;
  font-size: 1.7em;
  padding: 0px 20px;
  cursor: pointer;
}
#showcasePage .themeSelector a.prev:hover,
#showcasePage .themeSelector a.next:hover {
  color: white;
  text-decoration: none;
}
#showcasePage .themeSelector .prev {
  left: 0px;
}
#showcasePage .themeSelector .next {
  right: 0px;
}
#showcasePage .themeSelector .fraction {
  text-align: center;
  margin: 0px 20px;
}
#showcasePage .fraction {
  font-size: 1.1em;
  font-weight: 500;
  vertical-align: text-bottom;
}
#showcasePage .fraction .themeName {
  padding: 0px 10px;
  letter-spacing: 1px;
}
#showcasePage .showAllPanel {
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #313f4c;
}
#showcasePage .showAllPanel .layoutWrapper {
  float: left;
  width: 350px;
  margin-right: 30px;
  margin-bottom: 50px;
}
#showcasePage .showAllPanel .layoutWrapper .previewImg {
  height: 250px;
  overflow: hidden;
}
#showcasePage .showAllPanel .layoutWrapper .previewImg img {
  width: 100%;
}
#showcasePage .showAllPanel .layoutWrapper p {
  margin: 10px 0 0 0;
  text-align: center;
  color: white;
  font-size: 1.2em;
  letter-spacing: 3px;
}
#showcasePage .fullPreviewPanel {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 30;
}
#showcasePage .fullPreviewPanel .translucent {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #202a34;
  opacity: 0.9;
  z-index: 10;
}
#showcasePage .fullPreviewPanel .navConainer {
  max-width: 960px;
}
#showcasePage .fullPreviewPanel .navConainer .navBtn {
  float: left;
  color: white;
  cursor: pointer;
  padding: 15px 0px 0px 20px;
  font-size: 1.1em;
  font-weight: 500;
}
#showcasePage .fullPreviewPanel .navConainer .navBtn i {
  margin-right: 10px;
}
#showcasePage .fullPreviewPanel .navConainer .navBtn:hover {
  color: white;
  text-decoration: none;
}
#showcasePage .fullPreviewPanel .navConainer .navBtn .glyphicon-remove {
  border: solid 1px white;
  padding: 2px;
  font-size: 0.8em;
}
#showcasePage .fullPreviewPanel .navConainer .navBtn .fa-arrow-right {
  padding-left: 10px;
}
#showcasePage .fullPreviewPanel .previewContainer {
  z-index: 11;
  position: relative;
  top: 50px;
  max-width: 960px;
  padding-top: 80px;
  height: 100%;
  color: #6b8198;
}
#showcasePage .fullPreviewPanel .previewContainer a.prev,
#showcasePage .fullPreviewPanel .previewContainer a.next {
  position: absolute;
  top: 40%;
  font-size: 4em;
  padding: 20px;
  color: #6b8199;
  cursor: pointer;
}
#showcasePage .fullPreviewPanel .previewContainer a.prev:hover,
#showcasePage .fullPreviewPanel .previewContainer a.next:hover {
  text-decoration: none;
  color: white;
}
#showcasePage .fullPreviewPanel .previewContainer .prev {
  left: -50px;
}
#showcasePage .fullPreviewPanel .previewContainer .next {
  right: -50px;
}
#showcasePage .fullPreviewPanel .previewContainer .fraction {
  padding-bottom: 10px;
}
#showcasePage .fullPreviewPanel .previewContainer .previewImg {
  height: 100%;
  overflow: auto;
  padding-bottom: 80px;
}
#showcasePage .fullPreviewPanel .previewContainer .previewImg img {
  width: 100%;
}
