/*
	Theme Name: Simplex
	Author: KBRmedia
	Author URI: http://gempixel.com  
	Version: 1.0
	Date: 2014-05-07
	Copyright: This theme is designed to be used only with a valid license of Premium URL Shortener and cannot be resold or reused in any other applications without prior consent from the author. You are however free to customize this theme for your own purpose. Please contact the author, if needed, to clarify.

	This file and formating is used to identify each theme and provide information about the author and version. Keep the formating as clean as possible.
*/
@import url("static/fonts/awesome.css");
body {
  background-color: #e7eaed;
  font-size: 13px;
  min-height: 100%;
}
body iframe[src="about:blank"] {
  display: none;
}
body a {
  color: #232730;
  text-decoration: none;
}
body a:hover {
  color: #ff848d;
  text-decoration: none;
}
body a#back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  background: #232730;
  color: white;
  font-weight: 700;
  padding: 2px 8px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .chart {
  height: 400px;
}
body input,
body button {
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}
body .form-group .form-control:hover {
  border-color: #ff515e;
}
body select {
  color: black;
  width: auto;
  display: inline-block;
  margin: 0 10px;
  padding: 8px;
  vertical-align: top;
  border: 0;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .label-block {
  width: 100%;
}
body .form-horizontal {
  margin-top: 30px;
}
body .form-horizontal label.control-label {
  text-align: left;
  color: #232730;
}
body .ads {
  margin: 10px auto;
}
body .ads small {
  margin: 5px;
  display: block;
}
body .ads.ad_468 {
  max-width: 468px;
}
body .ads.ad_728 {
  max-width: 728px;
}
body .ads.ad_300 {
  max-width: 300px;
}
body .ads img {
  width: 100% !important;
}
body .panel-dark {
  background: #232730;
  border-color: transparent;
  color: white !important;
}
body .panel-dark h3,
body .panel-dark p,
body .panel-dark li {
  color: white !important;
}
body .panel-dark .panel-heading {
  background: #2e333f;
  color: white !important;
  border-bottom-color: transparent;
}
body .panel-dark .panel-heading a {
  color: white !important;
  padding: 2px 8px;
  background: #54ace7;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .panel-theme {
  border-bottom: 3px solid #ff515e;
}
body .inline-copy {
  position: relative;
  background: #ff515e;
  color: white !important;
  text-decoration: none;
  font-size: 11px;
  top: -2px;
  margin-left: 2px;
  padding: 0 3px 1px;
  border: 1px solid #ff1e2f;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .inline-copy:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: #ff1e2f;
  border-width: 4px;
  margin-top: -4px;
}
body .alert span {
  display: block;
}
body #tooltip {
  display: block;
  background: #232730;
  color: white;
  padding: 5px 10px;
  max-width: 300px;
  z-index: 100;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .slideup {
  display: none;
}
body .pace .pace-progress {
  background: #ff515e;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  box-shadow: 0 0 1px #ff3746;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
body .pace-inactive {
  display: none;
}
body select.filter {
  display: none;
}
body .btn-primary {
  background-color: #ff3746;
  border-color: transparent !important;
}
body .btn-primary:hover {
  background-color: #ff515e;
}
body .btn-primary:active,
body .btn-primary:focus,
body .btn-primary.active {
  background-color: #ff1e2f;
}
body .btn-default {
  background-color: #232730;
  border-color: transparent !important;
}
body .btn-default:hover {
  background-color: #393f4d;
}
body .btn-default:active,
body .btn-default:focus {
  background-color: #121418;
}
body .btn-center {
  margin: 25px auto 0;
}
body .btn-transparent {
  max-width: 300px;
  border: 2px solid #232730;
  font-weight: 700;
}
body .btn-transparent:hover {
  background: #232730;
}
body .btn-facebook {
  background: #3b5998;
  color: white;
  padding: 10px 5px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
body .btn-facebook i {
  font-size: 23px;
  vertical-align: middle;
  margin-right: 10px;
}
body .btn-facebook:hover {
  background-color: #4c70ba;
}
body .btn-twitter {
  background: #409dd5;
  color: white;
  padding: 10px 5px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
body .btn-twitter i {
  font-size: 23px;
  vertical-align: middle;
  margin-right: 10px;
}
body .btn-twitter:hover {
  background-color: #6ab2de;
}
body .btn-google {
  background: #d34836;
  color: white;
  padding: 10px 5px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
body .btn-google i {
  font-size: 23px;
  vertical-align: middle;
  margin-right: 10px;
}
body .btn-google:hover {
  background-color: #dc6e60;
}
header {
  background: white;
  min-height: 121px;
  padding-bottom: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
header .topbar {
  background: white;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0;
  min-height: 25px;
}
header .topbar a {
  padding: 2px 5px;
  display: inline-block;
  color: #232730;
  font-weight: 700;
  font-size: 12px;
}
header .topbar a:hover,
header .topbar a.active {
  color: white;
  background: #ff515e;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
header .topbar .languages {
  position: relative;
  clear: both;
  display: inline-block;
  text-align: left;
  padding-right: 15px;
}
header .topbar .languages .langs {
  width: 310px;
  display: none;
  padding: 5px;
  background: #ff515e;
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 999;
  border-radius: 2px 0 2px 2px;
  -moz-border-radius: 2px 0 2px 2px;
  -webkit-border-radius: 2px 0 2px 2px;
}
header .topbar .languages .langs a {
  width: 33.3333%;
  color: white !important;
  display: block;
  float: left;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
header .topbar .languages .langs a:hover {
  background: #ff3746;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar .navbar-toggle {
  background-color: #232730;
  color: white;
}
header .navbar .navbar-header {
  margin-top: 15px;
}
header .navbar .navbar-header .navbar-brand {
  font-size: 1.8em;
  font-weight: 700;
}
header .navbar .navbar-header img {
  max-height: 60px;
  margin-top: -17px;
}
header .navbar .nav {
  margin-top: 15px;
}
header .navbar .nav li {
  margin-left: 20px;
  margin-right: 0;
  padding-right: 0;
}
header .navbar .nav li a {
  font-weight: 700;
  border-bottom: 4px solid transparent;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}
header .navbar .nav li a:hover,
header .navbar .nav li a.active {
  background-color: transparent;
  border-color: #ff515e;
  color: #232730;
}
header.app {
  min-height: 65px;
  padding-bottom: 0;
}
header.app .navbar {
  border: 0;
}
header.app .navbar .nav-holder {
  min-height: 65px;
  background: #2e333f;
}
header.app .navbar .nav-holder .navbar-header {
  margin-top: 8px;
}
header.app .navbar .nav-holder .navbar-header .navbar-brand {
  color: white;
  font-size: 1.2em;
}
header.app .navbar .nav-holder .navbar-header .navbar-brand:hover {
  color: white;
}
header.app .navbar .nav-holder .navbar-header .navbar-brand img {
  max-height: 45px;
  margin-top: -10px;
}
header.app .navbar .nav {
  margin-top: 18px;
}
header.app .navbar .nav li {
  margin-right: 10px;
}
header.app .navbar .nav li a {
  padding: 5px 8px;
  border: 0;
  text-transform: none;
}
header.app .navbar .nav li a:hover {
  background-color: #ff515e;
  color: white;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
header.app .navbar .nav li a.active {
  background: transparent;
  border: #ff515e 1px solid;
  color: #ff515e;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
header.app .navbar .nav li a.active:hover {
  background: #ff515e;
  color: white;
}
section.light {
  padding-top: 30px;
  color: #232730;
  background: white;
}
section.break {
  border-bottom: 1px solid #e6e6e6;
}
section.feature {
  padding: 60px;
}
section.feature h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  width: auto;
  display: inline-block;
  border-bottom: 5px solid #232730;
}
section.feature h2 span {
  margin-top: 10px;
  display: block;
  font-size: 17px;
  text-transform: none;
  color: #999999;
}
section.feature p {
  color: #232730;
  font-size: 18px;
}
section .featurette {
  padding: 60px 0;
}
section .featurette > div {
  text-align: center;
  color: #666666;
}
section .featurette > div .glyphicon {
  background: #ff515e;
  color: white;
  font-size: 2.5em;
  padding: 20px 20px 20px 22px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .featurette > div:hover .glyphicon {
  background: #232730;
}
section .featurette > div h3 {
  margin-top: 25px;
  color: #222222;
  font-size: 18px;
}
section .featurette > div p {
  font-size: 15px;
}
section .stats {
  padding: 30px 0;
  text-align: center;
}
section .stats h3 {
  font-size: 3em;
}
section .stats strong {
  font-size: 1.1em;
}
section .promo {
  margin: 50px 0;
}
section .promo h1 {
  text-align: center;
  text-shadow: 0 2px #ff1e2f;
  color: white;
  font-weight: 700;
}
section .promo h1 span {
  margin-top: 10px;
  color: white;
  display: block;
  font-size: 18px;
  text-shadow: none;
}
section.main-section {
  background: #ff515e;
  background-size: cover !important;
  border-bottom: 1px solid #ff1e2f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 2px solid #ff1e2f;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  color: white;
  padding: 30px 0 120px;
  position: relative;
}
section.main-section #section-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 81, 94, 0.3);
}
section.dark {
  min-height: 30px;
  background-color: #232730;
  color: white;
}
section.dark.feature {
  color: white;
}
section.dark.feature h2 {
  color: white;
  border-bottom-color: white;
}
section.dark.feature h2 span {
  display: block;
  color: #b9bfcc;
}
section.dark.feature p {
  color: white;
}
section.dark h3 {
  color: white !important;
}
section.dark .btn-transparent {
  border-color: white;
  color: white;
}
section.dark .btn-transparent:hover {
  background: white;
  color: #232730;
}
section.light {
  min-height: 30px;
  background-color: white;
  color: #232730;
}
section.theme {
  min-height: 30px;
  background-color: #ff515e;
  color: white;
}
section.theme h3 {
  color: white;
}
section.urls-holder {
  color: white !important;
  padding-bottom: 25px;
}
section.urls-holder h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
  min-width: 138px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid white;
}
section.urls-holder .url-list {
  border-bottom-color: #292e39 !important;
}
section.urls-holder .url-list p,
section.urls-holder .url-list span,
section.urls-holder .url-list .short-url {
  color: #b9bfcc !important;
}
section.urls-holder .url-list a {
  color: white !important;
}
section .breadcrumb {
  background: transparent;
  padding-top: 30px;
}
section .breadcrumb li {
  font-size: 25px;
  color: white !important;
}
section .breadcrumb li:before {
  color: white;
}
section .breadcrumb li a {
  color: white;
}
section .sidebar {
  padding: 30px 0;
  background: #232730;
  min-height: 900px;
}
section .sidebar .navbar-brand {
  color: white;
}
section .sidebar .nav-sidebar li {
  margin-bottom: 5px;
}
section .sidebar .nav-sidebar a {
  padding-right: 5px;
  color: #c8ccd7;
}
section .sidebar .nav-sidebar a span {
  margin-right: 8px;
}
section .sidebar .nav-sidebar a:hover,
section .sidebar .nav-sidebar a.active {
  background: #ff515e;
  color: white;
}
section .sidebar .nav-sidebar .label {
  margin-top: 2px;
}
section .sidebar h3 {
  color: #d7dae1;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding-right: 15px;
}
section .sidebar .side-stats {
  text-align: left;
  margin-top: 5px;
  margin-left: 15px;
  padding-right: 15px;
  color: #9ca4b6;
}
section .sidebar .side-stats span {
  color: white;
  font-weight: 700;
}
section .sidebar .progress {
  height: 10px;
  margin-right: 15px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .content #user-content .alert {
  margin-top: 30px !important;
}
section .content .main-content {
  margin-top: 30px;
}
section .content .main-content .toolbox {
  background: #232730;
  color: white;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}
section .content .main-content .toolbox #search input {
  border-left-width: 0;
  padding-left: 0;
}
section .content .main-content #data-container > .btn-group {
  padding: 5px 15px 15px;
}
section .content .main-content #data-container .pagination {
  padding: 15px;
}
section .content .url-list {
  padding: 10px 5px;
  min-height: 93px;
  border-bottom: 1px solid #e6e6e6;
  clear: both;
}
section .content .url-list:last-child {
  border-bottom: 0;
}
section .content .url-list .description {
  padding-left: 15px;
  color: #666666;
}
section .content .url-list ul.toggle {
  padding-left: 15px;
}
section .content .url-list ul.toggle li {
  list-style: none;
  display: inline-block;
}
section .content .url-list ul.toggle li > div {
  margin-top: -2px;
}
section .content .url-list ul.toggle li a,
section .content .url-list ul.toggle li span {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 8px;
  color: #888888;
}
section .content .url-list ul.toggle li .dropdown {
  text-align: left;
  position: absolute;
  z-index: 999;
  background: #ff515e;
  min-width: 140px;
  display: none;
  margin-left: 0px;
  padding: 8px;
  border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
}
section .content .url-list ul.toggle li .dropdown a {
  display: block;
  color: white;
  font-weight: 700;
  padding: 5px;
  transition: all padding 0.1s;
  -webkit-transition: all padding 0.1s;
  -o-transition: all padding 0.1s;
  -ms-transition: all padding 0.1s;
  -moz-transition: all padding 0.1s;
}
section .content .url-list ul.toggle li .dropdown a:hover {
  padding-left: 8px;
}
section .content .url-list ul.toggle li:hover > a {
  color: #ff515e;
}
section .content .url-list ul.toggle li:hover > a.drop {
  background: #ff515e;
  color: white;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}
section .content .url-list ul.toggle li:hover .dropdown {
  display: block;
}
section .content .url-list .url-info .title {
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  padding-bottom: 0;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
section .content .url-list .url-info .title img {
  margin-right: 5px;
  vertical-align: top;
}
section .content .url-list .url-info .short-url {
  color: gray;
  font-size: 12px;
  padding-left: 15px;
  margin: 8px 0;
}
section .content .url-list .url-info .short-url a {
  color: gray;
}
section .content .url-list .url-info .info {
  color: gray;
  font-size: 12px;
  padding-left: 25px;
}
section .content .url-list .url-info .info span {
  margin-right: 10px;
}
section .content .url-list .url-info .info .qr {
  padding: 5px 5px 2px 5px;
}
section .content .url-list .url-info .info .qr img {
  width: 16px;
}
section .content .url-list .url-stats {
  text-align: center;
}
section .content .url-list .url-stats strong {
  font-size: 25px;
  display: block;
}
section .content .url-list.fix {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
}
section .content .url-list.fix .description {
  padding-left: 0;
}
section .content .url-list.fix .url-info .title {
  padding-left: 0;
}
section .content .url-list.fix .url-info .short-url {
  padding-left: 0;
}
section .content.bundles.list-group a.active {
  color: #54ace7;
}
section .content.bundles.list-group .list-group-item {
  padding-left: 0;
  padding-right: 0;
}
section .content.bundles.list-group p {
  color: #999999;
  font-weight: 700;
  font-size: 12px;
}
section .content.bundles.list-group p a {
  color: #555555;
}
section .content.bundles.list-group h4 {
  margin-bottom: 8px;
}
section .content .bundles li {
  padding-left: 0;
  padding-right: 0;
}
section .content .bundles li:first-child {
  border-top: 0;
}
section .content #widgets {
  padding-top: 30px;
}
section .content #widgets ul {
  margin-top: 15px;
  padding: 0;
}
section .content #widgets ul li {
  color: #555555;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-top: 10px;
  font-size: 12px;
  list-style: none;
}
section .content #widgets ul li.new_item {
  background: #ff515e;
  color: white;
  padding: 5px 5px 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .content #widgets ul li.new_item a {
  color: #232730;
  font-weight: 700;
}
section .content #widgets ul li.new_item span {
  color: white !important;
}
section .content #widgets ul li img {
  margin-right: 5px;
}
section .content #widgets ul li a {
  font-weight: 700;
  color: #54ace7;
}
section .content #widgets ul li span {
  color: #999999;
  margin-left: 5px;
}
section .content .return-ajax {
  position: relative;
}
section .content .return-ajax .clear-search {
  position: absolute;
  top: -45px;
  right: 10px;
}
section .content .return-ajax .cta,
section .content .return-ajax .alert {
  overflow: hidden;
  margin: 5px 15px;
}
section .content .panel > h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #ff515e;
}
section .content .panel h3 {
  font-size: 15px;
  margin-top: 0;
  color: #ff6b76;
  font-weight: 700;
}
section .content .panel h3 a {
  margin-top: -2px;
}
section .content p {
  color: #777777;
}
section .content p em {
  font-size: 1.3em;
  font-style: normal;
  font-weight: 700;
}
section .content p.center {
  text-align: center;
  font-weight: 700;
}
section .content .avatar-holder {
  text-align: left !important;
  padding: 0 15px;
}
section .content .avatar-holder .avatar {
  max-width: 48px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .content .avatar-holder strong {
  padding-top: 2px;
  margin-left: 15px;
  display: block;
  font-size: 1.2em;
}
section .content .avatar-holder span {
  margin-left: 15px;
}
section .centered {
  margin: 100px auto 30px;
}
section .centered .site_logo {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  background: transparent;
}
section .centered .site_logo a {
  color: #232730;
  font-size: 30px;
}
section .centered .site_logo img {
  max-height: 80px;
  background: transparent;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .centered.form {
  max-width: 450px;
  width: 100%;
}
section .centered.form.login {
  max-width: 766px;
}
section .centered.form form.live_form {
  padding: 30px 20px;
  background: white;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .centered.form .input-group,
section .centered.form .form-group {
  margin-bottom: 25px;
}
section .centered.form #forgot {
  margin-top: 8px;
  font-size: 13px;
}
section .centered.form span.check-box {
  margin-left: 5px;
}
section .centered.form label {
  width: 100%;
}
section .centered.form label a {
  font-size: 11px;
}
section .centered form.passform {
  width: 100%;
  padding: 20px;
}
section #forgot_form {
  display: none;
}
section h3 {
  font-size: 16px;
  font-weight: 700;
  color: #393f4d;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
section .social {
  margin-bottom: 30px;
}
section .social a {
  margin-bottom: 10px;
}
section .left-border {
  border-left: 1px solid #e6e6e6;
}
section .is404 {
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .is404 h1 {
  font-size: 250px!important;
  line-height: 250px!important;
}
section .is404 h2 {
  text-transform: uppercase;
  font-size: 68px;
}
section .is404 h3 {
  text-transform: uppercase;
  font-size: 34px;
  color: #232730;
}
section .splash {
  margin-top: 30px;
}
section .splash .thumb img {
  width: 100%;
  border: 1px solid black;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .splash h2 {
  color: #555555;
  font-size: 22px;
}
section .splash p.description {
  color: #666666;
}
section .splash p.disclaimer {
  margin-top: 20px;
  color: #aaaaaa;
  font-size: 12px;
}
section .media {
  padding-top: 30px;
}
section .media .embed iframe:not(.vine-embed),
section .media embed,
section .media object {
  width: 100% !important;
  height: 450px !important;
}
section .media .embed iframe.vine-embed {
  margin: 0 auto;
}
section .media .info {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 15px;
}
section .media .info h3 {
  font-size: 16px;
  color: #232730;
}
section .media .info .text-right {
  font-size: 13px;
}
section .media .info .text-right span {
  display: block;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 700;
}
section .stats-page {
  margin-top: 30px;
}
section .stats-page .thumb img {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .stats-page .url-info h2 {
  color: #646f88;
  font-size: 20px;
}
section .stats-page .url-info h2 span {
  margin-top: 10px;
  display: block;
  font-size: 13px;
}
section .stats-page .url-stats {
  max-height: 80px;
  padding-top: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
section .stats-page .url-stats span {
  font-size: 13px;
  display: block;
}
footer {
  padding: 20px 0 10px;
}
footer a {
  margin-left: 5px;
  padding: 2px 5px;
}
footer a:hover,
footer a.active {
  background-color: #232730;
  color: white;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.addmargin {
  margin-top: 30px;
}
.analytics {
  padding: 30px 0;
}
.analytics #country-list {
  margin: 0;
  padding: 0 20px;
}
.analytics #country-list li {
  margin-bottom: 10px;
}
.analytics #referrer {
  margin: 0;
  padding: 0px;
}
.analytics #referrer li {
  list-style: none;
  margin-bottom: 10px;
}
.custom-splash {
  margin-top: 30px;
  overflow: hidden;
}
.custom-splash .banner img {
  width: 100%;
}
.custom-splash .custom-message .c-avatar {
  float: left;
  width: 100px;
  margin-right: 10px;
  margin-left: 3px;
}
.custom-splash .custom-message .c-message {
  padding: 10px;
  float: left;
  height: 100px;
  line-height: 25px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.custom-splash .custom-message .c-message h2 {
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 18px;
}
.custom-splash .custom-message .c-countdown {
  float: right;
  font-size: 12px;
  text-align: center;
  padding: 25px;
}
.custom-splash .custom-message .c-countdown span {
  font-size: 30px;
  display: block;
}
#main-form {
  background: white;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#main-form .main-form {
  padding: 20px;
  background: #232730;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#main-form .main-form .input-group-addon {
  border-color: #e6e6e6;
  font-size: 2.0em;
  color: #232730;
  border-width: 0;
  padding: 0 10px;
}
#main-form .main-form .main-input {
  padding: 0 10px;
  border-width: 0;
  font-size: 2.3em;
  background: white;
  height: 43px;
  color: #232730;
  padding-left: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
#main-form .main-form .main-input.error,
#main-form .main-form .main-input.error:focus {
  color: #f75151;
}
#main-form .main-form .main-input:focus {
  color: #ff515e;
}
#main-form .main-form .main-input:hover {
  color: #ff515e;
}
#main-form .main-form .main-input::-webkit-input-placeholder {
  color: #84000a;
}
#main-form .main-form .main-input:-moz-placeholder {
  color: #84000a;
}
#main-form .main-form .main-input::-moz-placeholder {
  color: #84000a;
}
#main-form .main-form .main-input:-ms-input-placeholder {
  color: #84000a;
}
#main-form .main-form .main-textarea {
  background-color: white;
  color: #232730;
  font-weight: 700;
  font-size: 1.3em;
  padding: 10px;
  outline: none;
  box-shadow: none;
  border: 0;
  width: 100%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#main-form .main-form .main-textarea::-webkit-input-placeholder {
  color: #84000a;
}
#main-form .main-form .main-textarea:-moz-placeholder {
  color: #84000a;
}
#main-form .main-form .main-textarea::-moz-placeholder {
  color: #84000a;
}
#main-form .main-form .main-textarea:-ms-input-placeholder {
  color: #84000a;
}
#main-form .main-form .main-button {
  padding: 5px;
  font-size: 18px;
  height: 43px;
}
#main-form .main-form .main-button#copyurl {
  margin-top: 0 !important;
  background-color: #54ace7;
  display: none;
}
#main-form .main-options {
  padding: 10px 20px;
}
#main-form .main-options .chosen-container {
  margin-left: 10px;
  max-width: 150px;
  float: right;
}
#main-form .main-options .chosen-container .chosen-single {
  background: #ff515e;
  color: white;
  border: 0;
}
#main-form .main-advanced {
  padding: 20px;
  background: #2e333f;
  color: white;
}
#main-form .main-advanced h3 {
  font-size: 1.1em;
  font-weight: 700;
  color: white;
  margin-top: 0;
}
#main-form .main-advanced p {
  font-size: 0.9em;
  color: #aab1c1;
}
#main-form .main-advanced .input-group-addon {
  border: 0;
}
#main-form .main-advanced input {
  color: #2e333f;
  font-weight: 700;
  border: 0;
  padding-left: 0;
}
#main-form .main-advanced #geo {
  padding-top: 20px;
}
#main-form .main-advanced #geo select {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 7px;
  background: white;
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
#main-form .main-advanced #geo .chosen-single {
  border: 0;
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
#main-form .main-advanced #geo .chosen-single > span {
  font-size: 13px;
  font-weight: 700;
  color: #232730;
}
#main-form .main-advanced #geo .geo-input .row {
  margin-bottom: 10px;
}
#main-form .main-advanced #geo a {
  font-size: 11px !important;
}
section.main-section #main-form {
  background: #ff1e2f;
  background: rgba(0, 0, 0, 0.25);
}
section.main-section #main-form .main-form {
  border: 0;
  background: transparent;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section.main-section #main-form .main-form .input-group-form {
  background: white;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section.main-section #main-form .main-form .input-group-addon {
  color: #ff0417;
  background: transparent;
}
section.main-section #main-form .main-form .main-input {
  background: transparent;
  color: #ff0417;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
section.main-section #main-form .main-form .main-input:focus {
  color: #ff515e;
}
section.main-section #main-form .main-form .main-input:hover {
  color: #ff515e;
}
section.main-section #main-form .main-form .main-textarea {
  background-color: #232730;
  color: white;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
section.main-section #main-form .main-form .main-button {
  background-color: #b7000e;
  background: rgba(0, 0, 0, 0.75);
  border: 0;
}
section.main-section #main-form .main-form .main-button:hover {
  background-color: #ff3746;
  background: rgba(0, 0, 0, 0.65);
}
section.main-section #main-form .main-form .main-button#copyurl {
  background-color: #54ace7;
}
section.main-section #main-form .main-options {
  padding: 0 20px 20px;
}
section.main-section #main-form .main-options .btn {
  background-color: #84000a;
  border: 0;
}
section.main-section #main-form .main-options .chosen-container .chosen-single {
  background: #84000a;
  color: white;
  border: 0;
}
section.main-section #main-form .main-advanced {
  background: #ea0011;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
}
section.main-section #main-form .main-advanced p {
  font-size: 0.9em;
  color: white;
}
section.main-section #main-form .main-advanced input {
  color: #2e333f;
  font-weight: 700;
}
.share-this {
  margin-top: 30px;
  overflow: hidden;
}
.share-this .qr {
  float: right;
}
.share-this .qr img {
  max-width: 80px;
}
.share-this .share-message p {
  margin-bottom: 20px;
  font-size: 14px;
}
.share-this .btn {
  padding: 6px 12px;
}
ul.form_opt {
  list-style: none;
  padding: 0;
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;
  min-height: 60px;
}
ul.form_opt li {
  float: right;
  margin-top: 15px;
}
ul.form_opt li.text-label {
  width: 60%;
  float: left;
  color: #232730;
  font-weight: 700;
  text-align: left;
  margin-top: 0;
  font-size: 13px;
}
ul.form_opt li.text-label small {
  display: block;
  margin-top: 5px;
  color: #777777;
  font-weight: 400;
}
ul.form_opt li a {
  background: #232730;
  color: white;
  padding: 5px 10px;
  font-weight: 700;
  border: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
ul.form_opt li a.round {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
ul.form_opt li a.first {
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
}
ul.form_opt li a.last {
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
ul.form_opt li a:hover {
  background: #ff848d;
}
ul.form_opt li a.current {
  background: #ff515e;
}
#modal-shadow {
  background: #2e333f;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  display: none;
  clear: both;
}
#modal-alert {
  width: 90%;
  max-width: 500px;
  min-height: 150px;
  position: fixed;
  z-index: 999;
  display: none;
  background: white;
  text-align: left;
  padding: 10px;
  clear: both;
  color: #222222;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#modal-alert form {
  overflow: visible !important;
}
#modal-alert .title {
  margin: -10px -10px 10px -10px;
  padding: 10px;
  display: block;
  background: #232730;
  color: white;
  font-weight: 700;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}
#modal-alert > p {
  margin: 10px 0;
  line-height: 25px;
}
.flat .plan {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  list-style: none;
  padding: 0 0 20px;
  margin: 50px 0 15px;
  border: 0;
  background: #ff515e;
  text-align: center;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.flat .plan:hover {
  background: #ff6b76;
  margin-top: 30px;
}
.flat .plan li {
  padding: 10px 0;
  color: white;
  font-weight: 700;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.flat .plan li.plan-price {
  border-top: 0;
}
.flat .plan li.plan-name {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  padding: 15px;
  font-size: 18px;
  line-height: 18px;
  color: white;
  border-top: 0;
  margin-bottom: 0;
  background: transparent;
}
.flat .plan li > strong {
  color: #0d0f13;
}
.flat .plan li.plan-action {
  margin-top: 10px;
  border-top: 0;
}
.flat .plan.featured li.plan-name {
  background: transparent;
}
.flat .plan.featured:hover li.plan-name {
  background: transparent;
}
.flat .plan.featured li.plan-price {
  font-size: 20px;
  padding: 15px 0;
  background: #232730;
  margin: 0 0 20px 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.flat .plan.featured li.plan-price strong {
  font-size: 35px;
  color: white;
  display: block;
}
.flat .plan .btn {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
#recaptcha_widget_div {
  background: white;
  margin-bottom: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#recaptcha_widget_div .recaptchatable {
  border: 0px solid transparent !important;
}
#recaptcha_widget_div .recaptchatable .recaptcha_image_cell {
  background: transparent;
}
#recaptcha_widget_div .recaptchatable .recaptcha_image_cell center img {
  width: 250px;
  height: 54px;
}
#recaptcha_widget_div .recaptchatable #recaptcha_response_field {
  background: #232730;
  color: white;
  padding: 5px 8px;
}
#recaptcha_logo,
#recaptcha_privacy {
  display: none;
}
@media screen and (max-width: 990px) {
  #main-form .main-form .col-md-10 {
    margin-bottom: 10px;
  }
  .sidebar {
    min-height: 150px !important;
  }
  ul.form_opt li {
    float: left;
  }
  ul.form_opt li.text-label {
    display: block;
    float: none;
    width: 100%;
  }
  ul.form_opt li.text-label small {
    display: none;
  }
  ul.form_opt li a.first {
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
  }
  ul.form_opt li a.last {
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
  }
  .main-advanced .col-md-4 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 766px) {
  header .topbar .languages {
    padding: 0;
  }
  header .topbar .languages .langs {
    width: 250px;
    right: 0;
  }
  header.app .navbar .nav-holder .navbar-header {
    margin-top: 0;
    padding-top: 8px;
  }
  .left-border {
    border-color: transparent;
  }
}
@media screen and (max-width: 450px) {
  header .navbar-brand {
    font-size: 1.2em !important;
  }
  body .is404 h1 {
    font-size: 12em !important;
    line-height: 1em!important;
  }
  #main-form select {
    display: block;
    width: 95%;
    margin-top: 20px;
  }
  #main-form .main-form {
    padding: 10px;
  }
  #main-form .main-form .main-input {
    font-size: 1.5em;
  }
  #main-form .main-form .input-group-addon {
    font-size: 1.5em;
  }
  #main-form .main-options {
    padding: 10px!important;
  }
  #main-form .main-advanced {
    padding: 10px;
  }
  section .stats h3 {
    font-size: 2em;
  }
  #geo .col-md-6 {
    margin-top: 3px;
  }
  footer .text-right {
    text-align: left !important;
    margin-top: 10px;
  }
  footer .text-right a:first-child {
    margin-left: 0;
  }
  #recaptcha_table > tbody > tr:nth-child(1) > td:nth-child(2) {
    display: none;
  }
  .recaptcha_input_area {
    width: 77% !important;
  }
  .recaptcha_input_area input {
    width: 100% !important;
  }
  #recaptcha_image {
    width: 104% !important;
  }
  #recaptcha_image img {
    width: 100% !important;
  }
}