/* Normalized Styles
------------------------------------------------------------------------------*/

body {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  color: #9B9B9B;
  background: #f1f1f1;
}

h1,h2,h3,h4,h5{
  color: black;
}

strong{
  font-weight: bold;
}

input, textarea, select, button {
  outline: none;
}

ul.list{
  list-style: initial;
    margin: initial;
    padding: 0 0 0 20px;
}
ul.list li{
  display: list-item;
  list-style-type: square;
  margin-bottom: 20px
}

.input-field {
  margin: 0;
  margin-bottom: 2.2rem;
}

.input-field label {
  color: #eb5424;
  left: 0;
}

textarea.materialize-textarea {
  padding: 1.5rem 0;
  padding-bottom: 0.5rem;
  margin: 0;
}

span.help-text {
  font-size: 11px;
  line-height: 1.6;
  display: block;
}

input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #eb5424;
  box-shadow: 0 1px 0 0 #eb5424;
}

input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #eb5424;
}

.card-panel{
  padding: 60px;
}

.data .text.secret-data {
  font-size: 20px;
  margin-top: 30px;
}

.data .text.secret-data, .mobile-con .secret-data-mobile {
  word-wrap: break-word;
  white-space: pre;
}

#new_sharelock {
  position: absolute;
  right: 20px;
  top: 125px;
  background-color: #44C7F4;
}

@media (min-width: 768px) {
  #new_sharelock {
    right: -80px;
    top: 25px;
  }
}
.try-app {
  text-align: center;
}

.try-app img {
  width: 30px;
}
.try-app span {
  display: block;
  font-size: 12px;
}

.data .try-app h3 {
  color: white;
}

.try-app.try-app-inverted h3 {
  color: #EB5424;
  margin-bottom: 30px;
}

.try-app a {
  color: white;
  text-align: center;
  display: inline-block;
  width: 40px;
  margin: 10px 25px;
}

.try-app.try-app-inverted a {
  color: #888;
}

#panel-attachment .display-area.active {
  margin: -20px;
  margin-top: 0;
  padding: 40px 20px;
  background: #5C666F;
  color: white;
}



.data #panel-attachment h3 {
  color: white;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #panel-attachment .display-area.active {
    margin: -60px;
    margin-top: 0;
    padding: 60px;
    border-radius: 3px;
  }

  #panel-attachment .display-area.active.non-radius {
    border-radius: none;
  }
}

#urlv {
  text-decoration: underline;
  color: #CACACA;
}

.action-link {
  color: white;
  outline: none;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
}

.action-link.place-top {
  position: absolute;
  top: 60px;
  width: 160px;
  right: 60px;
  text-align: right;
}

.action-link.action-link-inverted {
  color: #999;
}

.action-link.action-link-inverted .circle-ico {
  background: #5C666F;
}

.action-buttons {
  text-align: right;
}

.desktop-only {
  display: none;
}

@media (min-width: 768px) {
  .desktop-only {
    display: inherit;
  }
}

.circle-ico {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
  background: black;
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  top: -3px;
  left: 5px;
}

.circle-ico img {
  width: 10px;
  position: relative;
  top: 5px;
  left: -7px;
}

.preloader-wrapper.big {
  width: 0px;
  height: 0px;
}

.preloader-wrapper.big.active {
  width: 40px;
  height: 40px;
}

.card-panel {
  position: relative;
}

.card-panel-secondary {
  padding-top: 0;
}

.card-panel h2:first-child{
  /*margin-top: 0;*/
  /*margin-bottom: 60px;*/
}

img{
  max-width: 100%;
}

/* Container
------------------------------------------------------------------------------*/

.container {
  width: 670px;
  margin: 0 auto;
  padding: 0;
}

/* Header
------------------------------------------------------------------------------*/

#header {
  height: 220px;
  background: #eb5424;
  position: relative;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
}

#header h1 {
  opacity: 0.5;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 29px;
  float: left;
  font-weight: 100;
  margin: 67px 0 0 0;
}

#header .menu-trigger {
  background: url(../images/ico_more.svg) center no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  top: 67px;
  right: 54px;
  position: absolute;
  cursor: pointer;
}

#logo {
  width: 180px;
  height: 40px;
  display: block;
  cursor: pointer;
  text-indent: -9999em;
  background: url(../images/logo.svg) no-repeat;
  position: absolute;
  top: 63px;
  left: 49px;
}

.home-link {
  position: absolute;
  top: 194px;
  right: 113px;
    background: #44c7f4 url(../images/ico_home.svg) no-repeat 50% 47%;
    height: 56px;
    width: 56px;
    border-radius: 100px;
    padding: 0;
}

.dropdown{
  width: 300px;
}

.dropdown-content li>a{
  color: #666;
}

/*  About Page */
.about-page img{
  border-radius: 3px;
}

/* error
------------------------------------------------------------------------------*/

.error-404 {
  min-height: 100%;
}

.error-404 h2 {
  font-size: 300px;
  color: #EB5424;
  line-height: 360px;
  font-weight: 900;
  text-align: center;
  padding: 85px 0 0 0;
  margin-bottom: -53px;
}

.error-404 h3 {
  font-size: 50px;
  color: #9B9B9B;
  line-height: 60px;
  text-align: center;
}

.error-404 {
  min-height: 100%;
}

.error-404 h2 {
  font-size: 300px;
  color: #EB5424;
  line-height: 360px;
  font-weight: 900;
  text-align: center;
  padding: 85px 0 0 0;
  margin-bottom: -53px;
}

.error-404 h3 {
  font-size: 50px;
  color: #9B9B9B;
  line-height: 60px;
  text-align: center;
}

.invalid{
  margin-top: 20px;
}

.invalid h2{
  font-weight: 100;
  font-size: 2em;
  color: black;
  margin-bottom: 20px;
}

/* Content
------------------------------------------------------------------------------*/

#content {
  margin: -60px 0 -28px 0;
  position: relative;
  z-index: 99;
  margin-bottom: 30px
}

.create-sharelock{
  margin-bottom: 30px;
}

.inputs-intro {
  margin-bottom: 60px;
}

.log-in {
  padding: 100px 120px;
}

.log-in p{
  line-height: 1.8;
  padding-bottom: 30px;

}

.log-in p strong {
  color: #666;
}

.log-in h2 {
  font-size: 24px;
  color: #4A4A4A;
  line-height: 29px;
  padding: 0 0 10px 0;
}

.log-in .btns a {
  background: #4A90E2;
  border-radius: 2px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  line-height: 46px;
  height: 46px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  font-size: 14px;
  position: relative;
}

.log-in .btns a:hover {
  text-decoration: none;
}

.log-in .btns a:after {
  position: absolute;
  width: 46px;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.10) url(../images/ico_facebook.svg) no-repeat 50% 50%;
  content: "";
}

.log-in .btns a:before {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 10px;
  left: 10px;
  bottom: 0;
  background: no-repeat 50% 50%;
  content: "";
  z-index: 1;
}

.log-in .btns a.google-oauth2 {
  background: #f44336;
}

.log-in .btns a.windowslive {
  background: #034086;
}

.log-in .btns a.twitter {
  background: #55acee;
}

.log-in .btns a.windowslive:after,
.log-in .btns a.twitter:after  {
  background: rgba(0,0,0,0.10) no-repeat 50% 50%;
}

.log-in .btns a.google-oauth2:after {
  background: rgba(0,0,0,0.10) url(../images/ico_googleplus.svg) no-repeat 50% 50%;
}

.log-in .btns a.windowslive:before {
  background: url(../images/ico_msoft.svg) no-repeat 50% 50%;
  background-size: cover;
  width: 26px;
  height: 26px;
}

.log-in .btns a.twitter:before {
  background: url(../images/ico_twitter.svg) no-repeat 50% 50%;
  background-size: cover;
}

.data h3 {
  font-size: 12px;
  color: #EB5424;
  line-height: 16px;
  margin: 0;
  /*font-weight: bold;*/
  letter-spacing: 1px;
}

.data .text {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  word-wrap: break-word;
  margin-bottom: 0;
}

.data .sharelocked-date {
  margin: 0 -35px 0 -60px;
  background: #5c666f;
  padding: 43px 60px 70px 60px;
  font-size: 12px;
  line-height: 20px;
}

.data .sharelocked-date h2 {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  position: relative;
  margin: 0;
  padding-bottom: 14px;
}

.data .sharelocked-date h2:after {
  position: absolute;
  content: "";
  background: url(../images/ico_case.svg) no-repeat;
  height: 18px;
  width: 14px;
  display: block;
  top: -1px;
  left: -35px;
}

.data .sharelocked-date .link {
  opacity: 0.5;
  color: #FFFFFF;
  text-decoration: underline;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  word-wrap: break-word;
  line-height: 1.5;
}

.data .sharelocked-date .link:hover {
  text-decoration: none;
}

.data .sharelocked-date .share {
  float: left;
  font-size: 14px;
  color: #adb2b6;
  line-height: 17px;
}

.data .sharelocked-date .share a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  background: url(../images/ico_data.svg);
  height: 24px;
  width: 24px;
  overflow: hidden;
  border-radius: 50px;
}

.data .sharelocked-date .share a.facebook {
  background-position: -24px 0;
}

.data .sharelocked-date .share a.mail {
  background-position: -48px 0;
}

.data .sharelocked-date .share a:hover {
  background-image: url(../images/ico_data_hover.svg);
}

.data .sharelocked-date .clipboard {
  float: right;
  font-size: 14px;
  color: #adb2b6;
  line-height: 22px;
  position: relative;
  overflow: hidden;
}

.data .sharelocked-date .clipboard a{
  display: block;
  color: white;
  opacity: .5;
}

.data .sharelocked-date .clipboard a i{
  background: url(../images/ico_data.svg) no-repeat -72px 0;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  overflow: hidden;
  border-radius: 50px;
}

.mobile-con {
  display: none;
}

.spinner-red,
.spinner-green,
.spinner-blue,
.spinner-yellow {
  border-color: #eb5424;
}

/* Footer
------------------------------------------------------------------------------*/

#footer {
  clear: both;
  overflow: hidden;
  line-height: 28px;
  position: fixed;
  bottom: 30px;
  left: 50px;
  font-size: 12px;
}

#footer a{
  margin-right: 20px;
  color: #888;
}

#footer .design {
  font-weight: 100;
  line-height: 17px;
  margin-top: 5px;


}

#footer .design img {
  margin-left: 3px;
  position: relative;
  top: 6px;
}

.social {
  font-weight: 100;
  float: right;
  font-size: 14px;
  color: #888;

  position: fixed;
  bottom: 30px;
  right: 50px;
}

.social a {
  display: inline-block;
  background: url(../images/ico_social.svg) no-repeat;
  height: 28px;
  width: 28px;
  margin-left: 3px;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50px;
}

.social a:hover {
  background-image: url(../images/ico_social_hover.svg);
}

.social a.facebook {
  background-position: -28px 0;
}

/* Media
------------------------------------------------------------------------------*/

@media screen and (max-width: 1100px) {

  #header .menu-trigger {
    top: 20px;
    right: 20px;
  }

  #logo {
    top: 18px;
    left: 20px;
  }

  #header .menu {
    top: 20px;
    right: 20px;
  }

  #content {
    margin-bottom: 20px;
  }




}

/* Media
------------------------------------------------------------------------------*/
@media screen and (max-width: 1500px) {

  #footer, .social{
    position: static;
    padding: 20px;
  }

  #footer{
    float: left;
  }


}

@media screen and (max-width: 767px) {

  body {
    background: #fff;
  }

  .card-panel{
    box-shadow: none
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }

  #header {
    height: 150px;
  }

  #header h1 {
    opacity: 1;
    margin: 100px 0 0 0;
    font-size: 16px;
  }

  .card-panel{
    padding: 0px;
  }



  #content {
    box-shadow: none;
    margin: 0;
    background: none;
  }

  .log-in {
    padding: 20px 0 30px 0;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
  }

  .log-in p {
    padding-bottom: 10px;
    margin-top: 0;
  }

  .log-in h2 {
    display: none;
  }

  .log-in .btns a {
    text-align: left;
    padding-left: 62px;
    max-width: 360px;
    margin: 0 auto 10px auto;
  }

  body {
    position: relative;
  }

  #footer {
    display: none;
  }

  .mobile-con .links {
    position: absolute;
    bottom: 0;
    right: 20px;
  }

  #content {
    position: static;
  }

  .mobile-con {
    font-size: 16px;
    color: #000000;
    padding-bottom: 50px;
    line-height: 19px;
    display: block;
    word-wrap: break-word;
  }

  .mobile-con p {
    padding-bottom: 96px;
  }

  .data {
    padding: 36px 0 0 0;
  }

  .data h3 {
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 16px;
  }

  .data .sharelocked-date,
  .data .text {
    display: none;
  }

  .data .scale {
    float: right;
    clear: right;
    background: #FFFFFF url(../images/ico_scale.svg) no-repeat 50% 50%;
    height: 55px;
    width: 55px;
    border-radius: 100px;
    margin-right: -5px;
    padding: 0;
    margin-bottom: 11px;
    display: none;
  }

  .data .plus {
    float: right;
    clear: right;
    background: #44c7f4 url(../images/ico_plus.svg) no-repeat 50% 50%;
    height: 56px;
    width: 56px;
    border-radius: 100px;
    padding: 0;
    margin-right: -5px;
    display: none;
  }


  .home-link {
    position: absolute;
    top: auto;
    bottom: 16px;
    right: 15px;
  }

  .404 h2 {
    font-size: 132px;
    line-height: 150px;
    padding: 72px 0 0 0;
    margin-bottom: -20px;
  }

  .404 h3 {
    font-size: 21px;
    line-height: 25px;
  }

}
