html {
  height: 100%;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  min-height: 100%;
  height: auto !important;
  position: relative;
  padding-bottom: 375px;
  background-repeat: repeat;
  background-attachment: fixed;
}
body.clouds_midnight {
  background-image: url('../images/footer_lodyas.png');
  color: #fff !important;
}
body.clouds_midnight input,
body.clouds_midnight select,
body.clouds_midnight .fa.toggle-color {
  color: #2c3e50 !important;
}
body.crimson_editor {
  background-image: url('../images/cubes.png');
  color: #2c3e50 !important;
}
body.crimson_editor input,
body.crimson_editor select,
body.crimson_editor .label > .fa {
  color: #2c3e50 !important;
}
.no-padding {
  padding: 0px !important;
}
.warning-notice {
  margin: 0px 8.6666666%;
  text-align: center;
  margin-bottom: 25px;
  padding: 20px;
  background-color: #EDCB62;
  color: #2C3E50;
  font-weight: bold;
  border-radius: 5px;
}
.collab-options .checkbox {
  padding: 10px;
  padding-left: 30px;
  border-radius: 5px;
}
.collab-options .checkbox.red-box {
  border: 3px solid #EDCB62;
}
.collab-options .checkbox.green-box {
  border: 3px solid #18BC9C;
}
.checkbox.checkbox-tall label::before,
.checkbox.checkbox-tall label::after {
  margin-top: 10px;
}
.checkbox.checkbox-tall i.fa-question-circle {
  margin-top: 9px;
}
.collab-header {
  font-size: 14px;
  font-weight: bold;
}
div.hopscotch-bubble .hopscotch-bubble-close {
  background: transparent url(../../images/sprite-green.png) -192px -92px no-repeat !important;
}
@media (max-width: 991px) {
  body {
    padding-bottom: 450px;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
p,
ol li {
  font-size: 20px;
}
p.small {
  font-size: 16px;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #18BC9C !important;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #18BC9C;
  color: white;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: #18BC9C;
  color: white;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
.login-signup {
  width: 342px;
  padding: 25px;
  background-color: #fff;
  border: 6px solid #2C3E50;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  top: 80px;
}
.login-signup span.name-label {
  font-size: 16px;
}
.login-signup form span {
  background-color: #18BC9C;
  border-radius: 3px 0px 0px 3px;
  color: #fff;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.login-signup form input {
  height: 50px;
}
.login-signup form input[type="text"],
input[type="password"] {
  background-color: #fff;
  border-radius: 0px 3px 3px 0px;
  color: #606468;
  margin-bottom: 1em;
  padding: 0 16px;
  width: 230px;
}
.login-signup form input[type="submit"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #18BC9C;
  color: #fff !important;
  font-weight: bold;
  margin-bottom: 2em;
  text-transform: uppercase;
  width: 280px;
}
.login-signup form input[type="submit"]:hover {
  background-color: #32D6B6;
}
.login-signup > p {
  text-align: center;
}
.login-signup > p span {
  padding-left: 5px;
}
.deleted-pile span.fa,
.no-subscription span.fa {
  font-size: 100px;
  color: #18BC9C;
  text-shadow: 2px 1px 1px #000;
}
.deleted-pile h1,
.no-subscription h1 {
  display: inline;
  margin-left: 50px;
  line-height: 100px;
  vertical-align: top;
}
.profile-tabs .nav li {
  border-bottom: 2px solid #2C3E50;
}
.profile-tabs .nav li a {
  border: none;
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
}
.profile-tabs .nav li.active {
  border: 2px solid #2C3E50;
  border-bottom: none;
  border-radius: 5px 5px 0px 0px;
}
.profile-tabs .nav li.active a,
.profile-tabs .nav li.active a:hover {
  border-bottom: none !important;
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  color: #2C3E50 !important;
}
.profile-tabs .tab-content {
  border: 2px solid #2C3E50;
  border-top: none;
  border-radius: 0px 0px 5px 5px;
}
.profile-tabs .tab-content table {
  margin-bottom: 0px !important;
}
.profile-tabs .tab-content table thead {
  background-color: #fff;
  cursor: pointer;
}
.clouds_midnight .profile-tabs .nav li {
  border-bottom: 2px solid #fff;
}
.clouds_midnight .profile-tabs .nav li.active {
  border: 2px solid #fff;
  border-bottom: none;
}
.clouds_midnight .profile-tabs .nav li.active a,
.clouds_midnight .profile-tabs .nav li.active a:hover {
  color: #fff !important;
}
.clouds_midnight .profile-tabs .tab-content {
  border: 2px solid #fff;
  border-top: none;
}
.clouds_midnight .profile-tabs .tab-content table thead {
  background-color: #000;
}
ng-count-up {
  font-size: 48px;
}
.pile-filter {
  width: 50%;
  margin: 0 auto;
  position: relative;
  top: 10px;
  margin-bottom: 20px;
}
#start-view .panel:hover {
  cursor: pointer;
  background-color: #18BC9C;
  color: #fff !important;
}
#start-view .start-block {
  height: 290px;
  text-align: center;
}
#start-view .start-block .start-block-icon {
  font-size: 100px;
  margin-bottom: 20px;
  padding-top: 50px;
}
.about-areas {
  text-align: center;
  font-weight: bold;
  border: 1px solid #c0c0c0;
  height: 150px;
  line-height: 150px;
  margin-bottom: 25px;
}
.about-row {
  margin-top: 100px;
}
.about-image:nth-child(odd) {
  text-align: right;
}
.about-image > img {
  max-width: 100%;
}
.about-text {
  margin-top: 25px;
}
.about-text > p {
  max-width: 400px;
}
.about-text:nth-child(odd) > ul {
  float: right;
  max-width: 400px;
  text-align: right;
}
.about-text:nth-child(odd) > p {
  float: right;
}
#splash-page .page-splash-message {
  text-align: center;
  padding-top: 150px;
}
#splash-page .page-splash-message h2 {
  width: 150px;
  margin: 0 auto;
  margin-top: -30px;
}
body.clouds_midnight .login-signup > p,
body.clouds_midnight #about .panel p,
body.clouds_midnight #code-view .user.me .user-name,
body.clouds_midnight #start-view .panel {
  color: #2C3E50;
}
body.clouds_midnight .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #808080 !important;
}
#code-view > .container {
  position: relative;
  /* Safari */
  transition: right 1s;
}
#code-view .user-list {
  position: absolute;
  right: -135px;
  width: 150px;
  margin-top: 20px;
}
#code-view .user-list .user {
  height: 30px;
  line-height: 30px;
  border-left: 8px solid #ff8095;
  padding-left: 5px;
  border-top: 1px solid #eee;
}
#code-view .user-list .user .user-edit {
  width: 120px;
  height: 30px;
  line-height: 30px;
}
#code-view .user-list .user .user-edit-icon:hover {
  cursor: pointer;
}
#code-view .user-list .user.me {
  background-color: #eee;
}
#code-view .user-list .user-heading {
  border-left: none;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  line-height: 30px;
  height: 30px;
}
#code-view .user-list .firepad-userlist-name-input,
#code-view .user-list .firepad-userlist-name,
#code-view .user-list .firepad-userlist-name-static {
  border-left-width: 8px;
  border-left-style: solid;
  padding-left: 5px;
  margin-top: 5px;
}
#code-view .user-list .firepad-userlist-name-input,
#code-view .user-list .firepad-userlist-name-static {
  float: left;
}
#code-view .user-list .firepad-userlist-name-btn {
  position: absolute;
  margin-left: 5px;
  margin-top: 10px;
  cursor: pointer;
}
#code-view .drop-caret {
  width: 40px !important;
  border-left: 1px solid #ccc !important;
}
#code-view .code-title {
  width: 75%;
}
#code-view .language-options {
  margin-right: 25px;
}
#code-view .language-options,
#code-view .theme-options {
  display: inline-block;
  text-align: left;
}
#code-view .theme-options {
  position: relative;
  top: -5px;
}
#code-view .language-select,
#code-view .autocomplete-select,
#code-view .theme-select,
#code-view .title-select,
#code-view .link-to-share {
  margin-right: 10px;
  display: inline-block;
}
#code-view .autocomplete-select {
  margin-top: 5px;
  margin-bottom: 10px;
}
#code-view .fullScreen #code-view .autocomplete-select {
  margin-top: 25px !important;
}
#code-view .ace_editor {
  height: 500px;
  min-height: 500px;
  border: 1px solid #eee;
  margin-top: 20px;
  position: relative;
}
#code-view .firepad-expanded .ace_editor {
  height: auto;
}
#code-view .btn-expand-code {
  opacity: 0.4;
  position: relative;
  top: -50px;
  left: 100%;
  margin-left: -125px;
  z-index: 999;
}
#code-view .btn-expand-code:hover {
  opacity: 0.8;
}
#code-view .btn-save-code,
#code-view .btn-code-sync,
#code-view .btn-code-delete,
#code-view .btn-show-chat,
#code-view .btn-code-clone,
#code-view .btn-code-bookmark {
  margin-top: 20px;
}
#code-view .btn-code-delete,
#code-view .btn-code-sync,
#code-view .btn-code-clone {
  margin-left: 25px;
}
#code-view .btn-code-bookmark {
  border: 1px solid #fff;
  border-radius: 4px;
}
#code-view .btn-code-clone {
  opacity: 0.7;
}
#code-view .code-sharing {
  margin-top: 10px;
}
#code-view .code-link {
  width: 100%;
}
#code-view .checkbox label {
  font-size: 12px;
}
#code-view .powered-by-firepad {
  display: none !important;
}
#code-view .clip-copy {
  float: right;
  position: relative;
  top: -22px;
  right: 8px;
  cursor: pointer;
  font-size: 100%;
}
.fullScreen {
  overflow: hidden;
}
.fullScreen ht-top-nav {
  display: none;
}
.fullScreen .btn-expand-code {
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  top: auto !important;
  left: auto !important;
  margin-left: 0px !important;
  z-index: -1 !important;
}
.fullScreen #collab-options,
.fullScreen .theme-select {
  margin-top: 20px !important;
}
.fullScreen .checkbox {
  text-align: left !important;
}
.fullScreen #code-view .btn-save-code,
.fullScreen #code-view .btn-code-sync,
.fullScreen #code-view .btn-code-delete,
.fullScreen #code-view .btn-show-chat,
.fullScreen #code-view .btn-code-clone,
.fullScreen #code-view .btn-code-bookmark {
  margin-top: 0 !important;
}
.fullScreen .language-default {
  float: right;
}
.fullScreen .user-list {
  display: none !important;
}
.fullScreen .container {
  position: fixed !important;
  max-width: 320px !important;
  text-align: right;
  margin-right: 0px;
  opacity: .99 !important;
  right: 0px;
}
.fullScreen .collapse-to-right {
  margin-top: 0 !important;
}
.fullScreen .collapse-to-right .col-md-1,
.fullScreen .collapse-to-right .col-md-2,
.fullScreen .collapse-to-right .col-md-3,
.fullScreen .collapse-to-right .col-md-4,
.fullScreen .collapse-to-right .col-md-5,
.fullScreen .collapse-to-right .col-md-6,
.fullScreen .collapse-to-right .col-md-7,
.fullScreen .collapse-to-right .col-md-8,
.fullScreen .collapse-to-right .col-md-9,
.fullScreen .collapse-to-right .col-md-10,
.fullScreen .collapse-to-right .col-md-11,
.fullScreen .collapse-to-right .col-md-12 {
  float: none !important;
  width: 100% !important;
  margin-top: 20px !important;
}
.fullScreen .collapse-to-right .col-md-10.snapshot-notice {
  width: 280px !important;
  margin-bottom: 0px !important;
  margin-left: 20px !important;
}
.fullScreen .fullScreen-editor {
  height: auto!important;
  width: auto!important;
  border: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  text-align: left;
}
.fullScreen #footer {
  display: none;
}
.fullScreen.hideSidebar #code-view .container {
  right: -304px;
}
.fullScreen.crimson_editor .collapse-to-right {
  background-color: #fdfdfd;
  border-left: 1px solid #ccc;
}
.fullScreen.crimson_editor .collapse-to-right:last-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.fullScreen.clouds_midnight .collapse-to-right {
  background-color: #444;
  border-left: 1px solid #fff;
}
.fullScreen.clouds_midnight .collapse-to-right:last-child {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #18BC9C;
    -webkit-box-shadow: 0 0 3px #18BC9C;
  }
  50% {
    background-color: #2C3E50;
    -webkit-box-shadow: 0 0 40px #2C3E50;
  }
  100% {
    background-color: #18BC9C;
    -webkit-box-shadow: 0 0 3px #18BC9C;
  }
}
@keyframes glowing {
  0% {
    background-color: #18BC9C;
    box-shadow: 0 0 3px #18BC9C;
  }
  50% {
    background-color: #2C3E50;
    box-shadow: 0 0 40px #2C3E50;
  }
  100% {
    background-color: #18BC9C;
    box-shadow: 0 0 3px #18BC9C;
  }
}
button.flash-alert {
  -webkit-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.ladda-button[data-color=success] {
  background: #18BC9C;
}
/* Begin Side Chat Panel Style */
.chat-count {
  position: absolute;
  top: 15px;
  background-color: red;
  border-radius: 25px;
  min-width: 20px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0px 5px;
  font-size: 0.8em;
}
.cd-panel {
  visibility: hidden;
  transition: visibility 0s 0.6s;
  color: #2c3e50;
}
.cd-panel .cd-panel-container {
  position: fixed;
  width: 350px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 999999;
  padding: 10px;
  box-shadow: 0px 0px 15px #000;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.cd-panel .cd-panel-container .cd-user-list {
  height: 50px;
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.cd-panel .cd-panel-container .cd-user-list .cd-user {
  color: #000;
  background-color: #c0c0c0;
  padding: 3px 10px 3px 4px;
  border-radius: 10px;
  border-left-width: 10px;
  border-left-style: solid;
  margin-right: 5px;
}
.cd-panel .cd-panel-container .cd-chat-history {
  border: 1px solid #c0c0c0;
  margin-bottom: 5px;
  width: 330px;
  position: fixed;
  bottom: 70px;
  top: 235px;
  overflow-y: auto;
  overflow-x: hidden;
}
.cd-panel .cd-panel-container .cd-chat-history .cd-chat-entry {
  padding: 5px;
}
.cd-panel .cd-panel-container .cd-chat-history .cd-chat-entry .cd-chat-who {
  font-weight: bold;
}
.cd-panel .cd-panel-container .cd-chat-history .cd-chat-entry .cd-chat-when {
  font-style: italic;
  font-size: .8em;
}
.cd-panel .cd-panel-container .cd-chat-history .cd-chat-entry:nth-child(even) {
  background-color: #f2f2f2;
}
.cd-panel .cd-panel-container .cd-enter-comment {
  width: 330px;
}
.cd-panel .cd-panel-container .cd-enter-comment textarea {
  width: 100%;
  height: 75px;
  padding: 3px 8px;
}
.cd-panel .btn-send-chat {
  bottom: 20px;
  right: 10px;
  margin-top: 5px;
}
.cd-panel .btn-hide-chat {
  position: absolute;
  bottom: 20px;
  left: 10px;
}
.cd-panel.is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}
.cd-panel.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}
/* End Side Chat Panel Style */
/* Begin On/Off Switch Style */
.bold-text {
  font-weight: bold;
}
.onoffswitch {
  position: relative;
  width: 43px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
  width: 43px !important;
  padding-left: 0px !important;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #18BC9C;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #EDCB62;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 20px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/* End On/Off Switch Style */
.recent-pile-rows {
  line-height: 2em;
  border-bottom: 1px solid #ccc;
}
.recent-pile-rows:hover {
  background-color: #f4f4f4;
  opacity: 0.5;
}
@media (max-width: 460px) {
  #code-view .editor-options {
    margin-top: -15px;
  }
  #code-view .theme-select {
    margin-left: 0px;
    margin-top: 15px;
  }
  #code-view .theme-select:before {
    content: "";
    display: block;
    height: 15px;
  }
}
@media (min-width: 768px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
  .navbar-fixed-top {
    padding: 25px 0;
    transition: padding 0.3s;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    transition: all 0.3s;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}
.navbar {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav {
  letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
.navbar .new-pile-btn {
  margin-top: 8px;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: bold;
}
.login-signup-wrap {
  padding-top: 19.5px;
  padding-bottom: 19.5px;
  margin-left: 5px;
  color: #fff;
}
.login-signup-wrap a {
  color: #fff;
  text-decoration: none;
}
.login-signup-wrap:hover {
  color: #18BC9C;
}
.signup-link {
  color: #EDCB62 !important;
}
.profile-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.profile-link:hover {
  text-decoration: none;
}
.fullScreen .login-signup-wrap {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
body.pile .navbar-fixed-top {
  position: static;
}
.navbar-default,
.navbar-inverse {
  border: none;
}
section {
  padding-top: 110px;
  padding-bottom: 55px;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
body.pile section {
  padding-top: 0px;
}
section.success {
  background: #18BC9C;
  color: white;
}
section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
  color: #2C3E50 !important;
  outline: none;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
@media (max-width: 991px) {
  #code-view .editor-options {
    text-align: left;
    margin-top: 20px;
  }
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #18BC9C;
  background: white;
  border: solid 2px white;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 20px;
  background-color: #2C3E50;
  position: relative;
}
footer .footer-col {
  margin-bottom: 20px;
}
footer .footer-below {
  padding: 15px 0;
  background-color: #233140;
}
.sa-icon.sa-custom {
  width: 100% !important;
  height: 200px !important;
}
#wufoo-z1vy3ea41iey55h {
  padding: 20px;
  background-color: #eeeeee;
  padding-bottom: 0;
  position: fixed;
  bottom: -10px;
  left: 20px;
  border: 5px solid #18bc9c;
  border-radius: 5px;
  box-shadow: 5px 5px 35px #444;
  border-bottom: none;
  z-index: 99999;
  height: 500px;
  overflow-x: auto;
}
#show-feedback,
#show-donate {
  position: fixed;
  left: 20px;
  bottom: 0px;
  background-color: #18bc9c;
  color: #fff !important;
  padding: 10px 20px;
  z-index: 99999;
  cursor: pointer;
}
#show-donate {
  left: 160px;
}
#wufoo-closeForm {
  position: fixed;
  bottom: 446px;
  left: 332px;
  color: #444;
  font-size: 18px;
  cursor: pointer;
  z-index: 99999;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
#google_translate_element {
  position: fixed;
  top: 110px;
  right: 0;
  display: block;
  z-index: 999;
}
.firepad-userlist-heading {
  display: none;
}
.logout-link,
.logout-link:hover {
  color: red !important;
}
/* CARBON ADS */
#carbonads,
.cp-ad {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  max-width: 330px;
  background-color: #000;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0px;
  bottom: -125px;
}
.cp-ad {
  right: 350px;
}
.fullScreen .cp-ad {
  right: 0px;
  bottom: -270px;
}
.light #carbonads,
.light .cp-ad {
  background-color: #fff;
}
#carbonads_1 {
  display: none;
}
#carbonads a,
.cp-ad a {
  color: inherit;
  text-decoration: none;
}
#carbonads a:hover,
.cp-ad a:hover {
  color: inherit;
}
#carbonads span,
.cp-ad span {
  position: relative;
  display: block;
  overflow: hidden;
}
#carbonads .carbon-wrap,
.cp-ad .cp-ad-wrap {
  display: flex;
}
.carbon-img,
.cp-ad-img {
  display: block;
  margin: 0;
  line-height: 1;
}
.carbon-img img,
.cp-ad-img img {
  display: block;
}
.carbon-text,
.cp-ad-text {
  font-size: 13px;
  padding: 10px;
  line-height: 1.5;
  text-align: left;
}
.carbon-poweredby,
.cp-ad-poweredby {
  display: block;
  padding: 8px 10px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(0, 0, 0, 0.025) 5px, rgba(0, 0, 0, 0.025) 10px) rgba(241, 243, 244, 0.4);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 9px;
  line-height: 1;
}
.fullScreen #show-feedback,
.fullScreen #show-donate {
  bottom: -35px;
}
.fullScreen #show-feedback:hover,
.fullScreen #show-donate:hover {
  bottom: 0px;
}
.columns {
  margin: 0 auto;
  max-width: 250px;
  padding: 8px;
}
.price {
  list-style-type: none;
  border: 1px solid #BBB;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  transition: 0.3s;
}
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}
.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}
.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}
.price .grey {
  background-color: #eee;
  font-size: 20px;
}
