.row {
  margin-right: 0px;
  margin-left: 0px;
}
#shortening_result {
  color: SeaGreen;
  background-color: SpringGreen;
  border: 1px dashed SeaGreen;
  padding: 10px; margin: 10px;
  display: none;
}
#copy-link-button {
/*  background-color: SpringGreen;
  color: SeaGrean;
  border: 2px solid black;
  margin-left: auto;
  margin-right:auto;
  display: block;*/
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.fotter {
  background-color: #1f0b74;
  color: white;
  position: fixed;
  bottom: 0px;
}
.ad-center{
  text-align: center;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.menu-main-link{
  font-weight: bold;
}
.navbar-nav{
  margin-bottom: 10px;
}
.main-skracovac{
  margin-left: 50px;
  margin-right: 50px;
}
.nahlad-img{
  border: 1px #DEDFE3 solid;
  max-width: 476px;
  height: 249px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(inc/default.png);
}
.nahlad{
  border: 1px #DEDFE3 solid;
  max-width: 476px;
}
.nahlad-domian{
  padding-top: 9px;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  color: #90949c;
}
.nahlad-description{
  font-family: Helvetica, Arial, sans-serif;
  line-height: 16px;
  max-height: 80px;
  overflow: hidden;
  font-size: 12px;
}
.nahlad-title{
  font-family: Georgia, serif;
  letter-spacing: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 5px;
  max-height: 110px;
  overflow: hidden;
  word-wrap: break-word;
}
.nahlad-meta{
  height: auto;
  margin: 10px 12px;
  /*max-height: 100px;*/
}
.col-12{
  margin-bottom: 20px;
}
.navbar{
  margin-bottom: 15px;
}
#skrat-novy-link{
  background-color: #a84646;
}
#skrat-novy-link-div{
  text-align: center;
  margin-top: 10px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: -apple-system,".SFNSText-Regular","Helvetica Neue","Roboto","Segoe UI",sans-serif;
}

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  /*background: #ccc;*/
  background:#7e7ea7;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
  background: #56c080;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.sipka {
  padding-left: 10px;
  padding-right: 10px;
  color: #1c0772;
}
.utm-oznam {

}
@media only screen and (max-width: 575px) {
  .utm-oznam{
    text-align: center;
  }
}
@media only screen and (min-width: 576px){
  .fixed{
    position: fixed;
    top: 85px;
  }
}

#utm-builder-options {
  display: none;
}

#image-quality-input {
  display: none;
}

#upload-image-input {
  display: none;
}

#final-url-container {
  /*display: none;*/
}

.final_utm_link{
  border: solid 2px;
  border-color: #1f0a74;
  margin-right: -5px;
  padding-right: 5px;
  margin-left: -5px;
  padding-left: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  background-color: #56c08045;
}
.gen_wrapper{
  /*max-width: 476px;*/
  border: solid 1px;
  padding: 5px;
  /*margin-top: 10px;*/
  margin-bottom: 10px;
  border-color: #dedfe3;
}
#gen-builder-options{
  display: none;
}
.gen_social_switch{
  /*max-width: 476px;*/
  border: solid 1px;
  padding: 10px;
  margin-top: 10px;
  /*margin-bottom: 10px;*/
}
.label-social{
  margin: 0px;
}
.form-fist{
  margin-top: 10px;
}
#instagram-preview{
  display: none;
}
#facebook-preview{
  display: none;
}
.social-preview{
  margin-top: 10px;
}
.social-title{
  margin-bottom: 5px;
  color: #b95946;
  text-align: center;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
}
#fb-download{
  display: none;
  padding: 8px;
  /*margin: -8px;*/
  border: solid 1px;
  margin-top: 10px;
  border-color: #dedfe3;
}
#step2{
  display: block;
}