body {
  background-color: #01aff2;
  background-image: url(../img/mapbg.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
a {
  color: #2980b9;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3498db;
}
select {
  cursor: pointer;
}
.header {
  background-color: rgba(0, 0, 0, 0.75);
  height: 96px;
  position: relative;
  border-bottom: 2px groove rgba(10, 143, 213, 0.65);
}
.Header .inner {
  padding: 45px 0 15px;
  text-align: center;
}
.logo {
  position: relative;
  margin: auto;
  opacity: 1;
  display: inline-block;
  padding: 0 15px;
}
.badge {
  background-color: #2e2e2e;
  padding: 5px 8px 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 1;
  font-weight: 300;
  font-size: 12px;
}
.clearfix {
  display: block;
  content: "";
  clear: both;
}
.white-box {
  background: #fff;
}
.testimon-body {
  padding: 40px;
}
.testimon-head {
  background: #333;
  padding: 20px 40px;
}
.testimon-head h1 {
  color: #eee;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
}
.testimon-head .fa {
  color: #efefef;
  margin-right: 4px;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.clarity-slider {
  visibility: hidden;
  clear: both;
  display: inline-block;
  margin: 100px 0 0;
  float: left;
}
.clarity-testimon {
  visibility: hidden;
  clear: both;
  display: inline-block;
  margin: 0;
  float: left;
}
.share {
  display: inline-block;
  margin-right: 10px;
  line-height: 100% !important;
  font-size: 100% !important;
  max-height: 10px;
}
share:first-child {
  margin-right: 0;
}
.share_type_gplus {
  margin-right: 0;
}
.share__btn p {
  margin: 0 !important;
  padding: 0 !important;
}
.share_size_large {
  width: 60px;
}
.share__count {
  background-color: #fff;
  border: solid 1px #a5b1bd;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  color: #424a4d;
  float: left;
  font-weight: 400;
  margin-right: 8px;
  padding: 5px;
  position: relative;
  text-align: center;
  font-size: 12px;
}
.share_size_large > .share__count {
  display: block;
  float: none;
  font-size: 18px;
  margin-right: 0;
  margin-bottom: 12px;
  padding: 10px 0;
}
.share__count:before,
.share__count:after {
  content: "";
  display: block;
  height: 0;
  top: 50%;
  position: absolute;
  right: -14px;
  width: 0;
  margin-top: -6px;
}
.share_size_large > .share__count:before,
.share_size_large > .share__count:after {
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: auto;
  width: 0;
}
.share__count:before {
  border: solid 7px transparent;
  border-color: transparent transparent transparent #a5b1bd;
}
.share_size_large > .share__count:before {
  border-color: #a5b1bd transparent transparent transparent;
  bottom: -14px;
  margin-left: -7px;
}
.share__count:after {
  border: solid 6px transparent;
  border-color: transparent transparent transparent #fff;
  right: -12px;
  margin-top: -5px;
}
.share_size_large > .share__count:after {
  margin-left: -6px;
  bottom: -12px;
  border-color: #fff transparent transparent transparent;
}
.share__btn {
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3),
    0 1px 3px rgba(0, 0, 0, 0.15);
  color: #fff !important;
  display: inline-block;
  font-size: 12px !important;
  padding: 5px 15px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.share_size_large > .share__btn {
  padding: 5px 0;
  width: 100%;
}
.share_type_twitter > .share__btn {
  background-color: #4099ff;
}
.share_type_facebook > .share__btn {
  background-color: #3b5999;
}
.share_type_gplus > .share__btn {
  background-color: #f90101;
}
.footer-box {
  background: #2e2e2e;
  padding: 20px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
#containingBlock {
  width: 50%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.blue-text-color {
  color: #0a8fd5;
  font-size: 16px;
}
.white-text-color {
  color: #fff;
  font-size: 19px;
}
.text-regular {
  font-weight: 400;
}
.text-bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.center {
  margin: auto;
}
.pointer {
  cursor: pointer;
}
.display-none {
  display: none;
}
.link-chain {
  margin-bottom: -4px;
  margin-top: -1px;
}
.red {
  color: #fc625d;
}
.orange {
  color: #fbad25;
}
.yellow {
  color: #fdbc40;
}
.green {
  color: #33c748;
}
.blue {
  color: #58bdf4;
}
.navbar-default {
  background-color: rgba(62, 62, 74, 0.97);
  border-bottom: 3px solid rgba(248, 152, 29, 0.2);
  padding: 5px;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-custom .navbar-header,
.navbar-custom .navbar-brand {
  float: none;
}
.navbar-custom .navbar-brand {
  font-size: 24px;
  height: auto;
  display: inline-block;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
  color: #fefefe;
}
.text_green {
  color: #33c748;
}
.text_blue {
  color: #58bdf4;
  font-size: 24px;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
}
.navbar-custom .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.6);
}
.inner-hack {
  position: relative;
}
.div-fix {
  position: relative;
  bottom: 0;
}
.section-hack {
  padding-top: 20px;
  position: relative;
}
.section-hack-two {
  position: relative;
}
.second-panel {
  position: relative;
  bottom: -30px;
}
.section-hack .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.65);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.65);
  border: solid 3px;
  border-color: #2e2e2e;
  background: url(../img/noise_lines.png) repeat;
}
.panel-default > .panel-heading {
  color: #fff;
  background: #2e2e2e;
  border-color: #ddd;
  border-bottom: 0 solid;
  border-radius: 0;
}
.panel-heading {
  padding: 20px 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-body {
  padding: 20px 30px 60px;
  background: #eee url(../img/ag-square.png);
}
.panel-title {
  font-size: 24px;
  font-weight: 300;
}
.panel-title .fa-spin {
  color: #feca08;
}
label {
  font-size: 11px;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.hack-text {
  font-size: 24px;
  padding-top: 0;
}
hr {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 6px;
  background: url(../img/hr-11.png) repeat-x 0 0;
  border: 0;
}
.form-control {
  display: block;
  padding: 0 10px;
  margin: 0;
  line-height: 1.42857143;
  border: 0 solid #bbb;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #fff;
  cursor: pointer;
  background: #2e2e2e;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}
.form-control:focus {
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075),
    0 0 0 rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0.6);
}
.form-control > option {
  cursor: pointer;
}
body form.cmxform label.error,
body label.error {
  text-align: left;
  font-weight: 400;
  font-size: 11px;
  color: #242424;
  text-transform: uppercase;
  margin: 0;
  background: rgba(165, 181, 191, 0.3);
  padding: 10px 15px;
  display: block !important;
  letter-spacing: 1px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
body form.cmxform label.error:before {
  font-family: fontawesome;
  content: "\f071";
  float: left;
  margin-right: 5px;
  color: #f90101;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #333;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-appearance: none;
  border: solid 2px #333;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  padding-top: 0;
  padding-bottom: 15px;
  -webkit-appearance: none;
}
.col-xs-12 {
  text-align: left;
}
.buttonz {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0 3px 0 #01aff2, 0 6px 4px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 0 #01aff2, 0 6px 4px -2px rgba(0, 0, 0, 0.3);
  outline: none;
  cursor: pointer;
}
.buttonz:active {
  position: relative;
  top: 0;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.38);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.38);
}
.buttonz.box {
  width: 100%;
  display: block;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.buttonz.medium {
  padding: 20px 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 20px;
}
.buttonz:after {
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.3);
}
.buttonz.large {
  font-size: 35px;
}
.buttonz.pumpkin,
.buttonz.pumpkin:visited {
  background: #d35400;
  color: #fff;
}
.buttonz.pumpkin:hover,
.buttonz.pumpkin:active {
  background: #c54e00;
  color: #fff;
}
.buttonz.sun-flower,
.button.sun-flower:visited {
  background: #2e2e2e;
  color: #ffffff;
  border: 1px solid #2e2e2e;
}
.buttonz.sun-flower:hover,
.button.sun-flower:active {
  background-color: #ffffff;
  border: 1px solid #01aff2;
  color: #2e2e2e;
}
.btn-default {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(241, 241, 241, 0.9)),
    to(rgba(211, 211, 211, 0.93))
  );
  background: -webkit-linear-gradient(
    rgba(241, 241, 241, 0.9),
    rgba(211, 211, 211, 0.93)
  );
  background: linear-gradient(
    rgba(241, 241, 241, 0.9),
    rgba(211, 211, 211, 0.93)
  );
  border: solid 0 rgba(255, 255, 255, 0.4);
}
.btn-custom {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 6px;
  color: rgba(0, 0, 0, 0.8);
  border: solid 0 rgba(255, 255, 255, 0.8);
  font-size: 19px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(241, 241, 241, 0.9)),
    to(rgba(211, 211, 211, 0.93))
  );
  background: -webkit-linear-gradient(
    rgba(241, 241, 241, 0.9),
    rgba(211, 211, 211, 0.93)
  );
  background: linear-gradient(
    rgba(241, 241, 241, 0.9),
    rgba(211, 211, 211, 0.93)
  );
  -webkit-box-shadow: 0 1px 2px 0 rgba(154, 154, 154, 0.55);
  box-shadow: 0 1px 2px 0 rgba(154, 154, 154, 0.55);
}
.btn-custom:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(211, 211, 211, 0.93)),
    to(rgba(241, 241, 241, 0.9))
  );
  background: -webkit-linear-gradient(
    rgba(211, 211, 211, 0.93),
    rgba(241, 241, 241, 0.9)
  );
  background: linear-gradient(
    rgba(211, 211, 211, 0.93),
    rgba(241, 241, 241, 0.9)
  );
  border: solid 0 rgba(255, 255, 255, 0.8);
  color: #000;
}
.btn-custom:active {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(211, 211, 211, 0.93)),
    to(rgba(241, 241, 241, 0.9))
  );
  background: -webkit-linear-gradient(
    rgba(211, 211, 211, 0.93),
    rgba(241, 241, 241, 0.9)
  );
  background: linear-gradient(
    rgba(211, 211, 211, 0.93),
    rgba(241, 241, 241, 0.9)
  );
  border: solid 0 rgba(255, 255, 255, 0.8);
  color: #000;
}
.btn-default:active:focus {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(211, 211, 211, 0.93)),
    to(rgba(241, 241, 241, 0.9))
  );
  background: -webkit-linear-gradient(
    rgba(211, 211, 211, 0.93),
    rgba(241, 241, 241, 0.9)
  );
  background: linear-gradient(
    rgba(211, 211, 211, 0.93),
    rgba(241, 241, 241, 0.9)
  );
  border: solid 0 rgba(255, 255, 255, 0.8);
  color: #000;
}
.btn-default:focus {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(211, 211, 211, 0.93)),
    to(rgba(241, 241, 241, 0.9))
  );
  background: -webkit-linear-gradient(
    rgba(211, 211, 211, 0.93),
    rgba(241, 241, 241, 0.9)
  );
  background: linear-gradient(
    rgba(211, 211, 211, 0.93),
    rgba(241, 241, 241, 0.9)
  );
  border: solid 0 rgba(255, 255, 255, 0.8);
  color: #000;
}
.btn:active:focus {
  outline: 0 auto -webkit-focus-ring-color;
}
.btn:focus {
  outline: 0 auto -webkit-focus-ring-color;
}
.panel-user {
  margin-top: -205px;
}
.body-user {
  padding: 8px;
}
body-user > hr {
  margin-bottom: 10px;
}
.p-users {
  font-size: 14px;
  margin: 15px 0 0;
  text-transform: uppercase;
  font-weight: 400;
}
.p-users-blue {
}
.flags {
  margin-bottom: 3px;
}
.hr-user {
  margin-bottom: 7px;
  margin-top: 6px;
}
.section-text-one {
  position: relative;
  background-color: rgba(220, 228, 235, 0.88);
  padding-bottom: 27px;
}
.section-text-two {
  position: relative;
  background-color: rgba(220, 228, 235, 0.88);
  padding-bottom: 27px;
}
.h2-about {
  font-size: 24px;
}
.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-bottom: 5px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 6px 15px;
  margin-bottom: -1px;
  color: #312f2f;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(241, 241, 241, 0.9)),
    to(rgba(211, 211, 211, 0.93))
  );
  background: -webkit-linear-gradient(
    rgba(241, 241, 241, 0.9),
    rgba(211, 211, 211, 0.93)
  );
  background: linear-gradient(
    rgba(241, 241, 241, 0.9),
    rgba(211, 211, 211, 0.93)
  );
  border: 0 solid #9a9a9a;
  margin-bottom: 5px;
  list-style: none;
}
.list-group-item:hover {
  position: relative;
  display: block;
  padding: 6px 15px;
  margin-bottom: -1px;
  color: #fb615c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(211, 211, 211, 0.93)),
    to(rgba(241, 241, 241, 0.9))
  );
  background: -webkit-linear-gradient(
    rgba(211, 211, 211, 0.93),
    rgba(241, 241, 241, 0.9)
  );
  background: linear-gradient(
    rgba(211, 211, 211, 0.93),
    rgba(241, 241, 241, 0.9)
  );
  border: 0 solid #9a9a9a;
  margin-bottom: 5px;
}
.p-offers {
  font-size: 15px;
}
.p-steps {
  font-size: 13px;
}
.offers-loader {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.topbox {
  margin-bottom: 10px;
}
.custom-generate-box {
  margin-bottom: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 0;
  border-color: #06c;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  color: green;
}
.custom-generate-header {
  color: #333;
  padding: 1em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #fafafa;
}
.custom-generate-title {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}
.custom-generate-box .panel-body {
  background: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  padding: 20px 30px 80px;
  font-family: inconsolata, monoscape;
}
.custom-generate-title .fa {
  margin-right: 5px;
}
.custom-generate-title .fa-spin {
  color: #000;
}
.custom-generate-title .fa-red {
  color: red;
}
.custom-generate-title .fa-yellow {
  color: blue;
}
.custom-generate-title .fa-green {
  color: green;
}
.btn-operator {
  color: #000;
  background: #fff;
  border: solid 2px #2e2e2e;
  border-right: solid 0 #2e2e2e;
  padding: 5px 12px;
}
#terminal-textbox {
  display: none;
}
#generated-numberbox {
  color: #d40;
  font-weight: 700;
  display: inline-block;
}
.generated-operator {
  color: #d40;
  font-weight: 700;
  display: inline-block;
}
.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
body .numero-prefix {
  background-color: #2e2e2e;
  background-image: none;
  border: 1px solid #2e2e2e;
  border-right: 0 solid #444;
  float: left;
  width: 35% !important;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
body .numero-prefix-input {
  background: #fff;
  color: #000;
  border: solid 1px #2e2e2e;
  width: 65% !important;
  cursor: default;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
select.select-icon {
  font-family: fontawesome, montserrat, helvetica neue, Helvetica, Arial,
    sans-serif;
  font-size: 12px;
}
.typed-cursor {
  opacity: 1;
  font-weight: 700;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.custom-panel-offer {
  margin-top: 40px;
  text-align: center;
  padding: 0 0 20px;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  background: #fff;
}
.panel-offers .panel-body {
  padding: 60px 30px;
  background: #fff;
}
.panel-offers h4 {
  margin: 0 0 20px;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.panel-offers h5 {
  padding: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
}
.panel-offers ul {
  margin: 30px 0 15px;
  padding: 0;
  list-style: none;
}
.panel-offers ul li {
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-weight: 400;
  font-size: 14px;
  border-bottom: solid 1px #e8e8e8;
}
.offer-wallz {
  margin-top: 40px;
  text-align: center;
  padding: 20px 40px 60px;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  background: #fff;
  border-top: solid 5px #06c;
}
.offer-wallz a {
  font-weight: 400;
  font-size: 16px;
}
.offer-wallz h2 {
  text-transform: uppercase;
  border-bottom: solid 1px rgba(57, 63, 67, 0.18);
  padding: 0 0 20px;
  margin: 0 0 30px;
  letter-spacing: 2px;
  font-weight: 700;
}
.footer-list {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: -18px;
}
.footer-list > li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
li > a {
  text-decoration: none;
  color: #fff;
}
li > a:hover {
  text-decoration: none;
  color: #58bdf4;
}
.content-rest {
  position: relative;
  z-index: 2;
  height: auto;
}
.overlay-rest {
  background: url(../img/graphy.png);
  position: absolute;
  width: 100%;
  height: 100%;
}
.inner-rest {
  height: 100%;
  position: relative;
}
.section-rest {
  padding-top: 200px;
  padding-bottom: 220px;
}
.h2-rest {
  font-size: 20px;
  color: #fff;
}
.p-rest {
  font-size: 14px;
  color: #fff;
}
.label-holder {
  text-align: left;
}
@media (max-width: 992px) {
  .social-head {
    margin-top: 10px;
  }
  .text-right,
  .text-left {
    text-align: center;
  }
  .share__count {
    margin-right: 5px;
    font-size: 10px;
  }
  .testimon-head h1 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .custom-panel {
    max-width: 80% !important;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body .numero-prefix {
    width: 100% !important;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-right: 1px solid #999;
  }
  body .numero-prefix-input {
    width: 100% !important;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
  }
  .panel-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }
  .buttonz.medium {
    font-size: 16px;
  }
}
@media (min-width: 400px) {
}
@media (max-width: 400px) {
  .form-control {
    font-size: 12px;
  }
  .share {
    margin-top: 15px;
    font-size: 10px;
    text-align: left;
  }
}