/*
Theme Name: Light
Author: Roj Design
Author URI: rojdesign.com
Version: 1.4
Date: 2015-09-23
Description: Theme for "Premium URL Shortener" script.
*/

body {
  background-color: #f6f6f6;
  font-size: 13px;
}

body iframe[src="about:blank"] {
  display: none;
}

body a {
  color: #151720;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  outline: 0;
}

body a:hover {
  color: #33a1ff;
  text-decoration: none;
}

h3, h4, h5 {
  color: #0088cc;
}

p {
  color: gray;
  line-height: 24px;
  margin: 0 0 20px;
}



.center {
  text-align: center;
}

#back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 20px;
  background: #151720;
  color: white;
  font-weight: 700;
  padding: 2px 8px;
  font-size: 12px;
  text-decoration: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.chart {
  height: 400px;
}

input,
button {
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}

.label-block {
  width: 100%;
}

.form-horizontal {
  margin-top: 30px;
}

.form-horizontal label.control-label {
  text-align: left;
  color: #151720;
}

.ads {
  margin: 10px auto;
}

.ads small {
  margin: 5px;
  display: block;
}

.ads.ad_468 {
  max-width: 468px;
}

.ads.ad_728 {
  max-width: 728px;
}

.ads.ad_300 {
  max-width: 300px;
}

.ads img {
  width: 100% !important;
}

.panel-light {
  background: #FCFCFC;
  border-color: transparent;
  color: gray !important;
}

.panel-light h3,
.panel-light p,
.panel-light li {
  color: white !important;
}

.panel-light .panel-heading {
  background: #1f222f;
  color: white !important;
  border-bottom-color: transparent;
}

.panel-light .panel-heading a {
  color: white !important;
  padding: 2px 8px;
  background: #008aff;
  font-size: 12px;
  font-weight: 700;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.inline-copy {
  text-decoration: none;
  font-size: 11px;
  padding: 0 3px 1px;
  border: 0;
  position: relative;
  top: 0;
  background: transparent;
  color: gray;
}

.inline-copy:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(0, 120, 222, 0);
  border-right-color: #0078de;
  border-width: 0px;
  margin-top: -4px;
}

.inline-copy:hover {
  color: rgb(97, 153, 255) !important;
}

.alert span {
  display: block;
}

#tooltip {
  display: block;
  background: #151720;
  color: white;
  padding: 5px 10px;
  max-width: 300px;
  z-index: 1000;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.slideup {
  display: none;
}

.pace .pace-progress {
  background: #008aff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  box-shadow: 0 0 1px #007ce6;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

select.filter {
  display: none;
}

header {
	background: #F0F0F0;
	border-bottom: 0;
	min-height: 75px;
   	position: relative;
	z-index: 100;
}

header .navbar {
  padding: 0 5px;
  margin-bottom: 0;
}

header .navbar .navbar-toggle {
  color: white;
  background-color: #4A95C4;
  padding: 2px 5px;
  font-size: 20px;
}

header .navbar .navbar-header {
  margin-top: 15px;
}

header .navbar .navbar-header .navbar-brand {
  font-weight: 700;
  font-size: 18px;
}

header .navbar .navbar-header img {
  max-height: 50px;
  margin-top: -17px;
}

header .navbar .nav {
  margin-top: 25px;
  text-transform: uppercase;
}

header .navbar .nav li a {
  font-weight: 700;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #575F69;
}

header .navbar .nav li a:hover {
  background-color: transparent;
  color: #008aff;
}

header .navbar .nav li a.active {
  background-color: transparent;
  border: 0;
  color: #EE4915;
}

header .navbar .nav li a.active:hover {
  background-color: #008aff;
  color: white;
}

.navbar-collapse.in {
  overflow-y: visible;
}

header.app {
  min-height: 65px;
}


header.app .navbar .navbar-header .navbar-brand {
  font-size: 1.2em;
}

header.app .navbar .navbar-header .navbar-brand img {
  max-height: 45px;
  margin-top: -10px;
}

header.app .navbar .nav {
  margin-top: 15px;
}

header.app .navbar .nav li a {
  padding: 5px 8px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left: 0;
}

header .fa {
  padding: 5px;
}

header .languages {
  position: relative;
  float: right;
  display: inline-block;
  text-align: left;
  margin: 0 20px 0 10px;
}

header .languages #show-language {
  font-size: 26px;
  color: #868C93;
}

header .languages #show-language:hover {
  color: #4E72FF;
}

header .languages .langs {
  display: none;
  padding: 15px;
  background: #FFFFFF;
  position: absolute;
  top: 36px;
  right: 3px;
  z-index: 999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

header .languages .langs a {
  width: 100%;
  padding: 3px;
  color: gray;
  font-weight: bold;
  display: block;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

header .languages .langs a:hover {
  color: rgb(136, 13, 111);
}

.navbar-nav>li>a {
  padding: 5px 12px;
}

html, body {
  height: 100%;
}

.feature {
  padding-top: 30px;
  color: #151720;
}

.feature h2 {
  color: #788991;
}

.feature h2 small {
  display: block;
  font-size: 15px;
  color: #95a2a8;
  padding-top: 5px;
  font-weight: 700;
}

.feature img {
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  max-width: 655px;
  width: 100%;
}

.feature .info {
  padding-bottom: 10px;
}

.feature p {
  margin: 15px 0;
  font-size: 15px;
  line-height: 25px;
  color: #333333;
}

.featurette {
  padding: 30px 0 20px;
}

.featurette >
div {
  text-align: center;
  color: #666666;
}

.featurette >
div .glyphicon {
  background: transparent;
  border: 1px solid #788991;
  color: #788991;
  font-size: 2.5em;
  padding: 20px 20px 20px 22px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  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;
}

.featurette >
div h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #788991;
  font-size: 18px;
}

.featurette >
div:hover .glyphicon {
  background: #788991;
  color: white;
}

.stats {
  padding: 30px 0;
  text-align: center;
}

.stats h3 {
  font-size: 3em;
}

.stats strong {
  font-size: 1.1em;
}

p {
  text-shadow: 0 0 0;
}

.promo h1 {
  text-align: center;
  color: #686868;
}

.promo {
  margin: 60px 0 60px 0;
  position: relative;
}

.promo .title {
  background: #F6f6f6;
  padding: 8px 20px;
  font-size: 28px;
  display: inline-block;
}

.promo #box1words_container {
  font-size: 20px;
  color: red;
  background: #F6f6f6;
  padding: 8px 15px;
  margin: 0 auto;
}
.promo h5 {
  color: gray;
}

.call-to-action {
  width: 100%;
  top: 50%;
  text-align: center;
}

.call-to-action span {
  color: #788991;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.call-to-action .btn {
  padding: 12px 36px;
}

.public_list h2 {
  font-size: 20px;
  color: #788991;
  margin-bottom: 20px;
}

section.light {
  min-height: 30px;
  color: #151720;
}

section.red {
  min-height: 30px;
  background-color: #e22e40;
  color: white;
}

section.red .promo h1 {
  color: white;
}

section.red .promo h1 .description {
  color: white;
}

section.blue {
  min-height: 30px;
  background-color: #008aff;
  color: white;
}

section.blue .promo h1 {
  color: white;
}

section.blue .promo h1 .description {
  color: white;
}

section.yellow {
  min-height: 30px;
  background-color: #f5b632;
  color: white;
}

section.yellow .promo h1 {
  color: white;
}

section.yellow .promo h1 .description {
  color: white;
}

section.green {
  min-height: 30px;
  background-color: #1aa82c;
  color: white;
}

section.green .promo h1 {
  color: white;
}

section.green .promo h1 .description {
  color: #f6fef7;
}

.text-rotator {
  width: 100%;
  top: 0px;
  padding: 0 1%;
}

section.break {
  border-bottom: 1px solid #eeeeee;
}

section.bg {
  min-height: 30px;
  background-color: transparent;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  color: white;
}

section.bg h1 {
  text-shadow: 1px 1px 1px #151720;
}

section.bg h1 .description {
  color: white !important;
  opacity: 0.8;
}

.sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 900px;
  background: #151720;
}

.sidebar .navbar-brand {
  color: white;
}

.sidebar .nav-sidebar li {
  margin-bottom: 5px;
}

.sidebar .nav-sidebar a {
  color: white;
}

.sidebar .nav-sidebar a span {
  margin-right: 8px;
}

.sidebar .nav-sidebar a:hover,
.sidebar .nav-sidebar a.active {
  background: #008aff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.sidebar h3 {
  color: #767ea5;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.sidebar .top-stats {
  text-align: left;
  margin-top: 5px;
  margin-left: 15px;
  color: #858daf;
}

.sidebar .top-stats span {
  color: white;
  font-weight: 700;
}

.sidebar .progress {
  height: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.content #user-content .alert {
  margin-top: 10px !important;
}

.content .main-content {
  margin-top: 30px;
}

.content .main-content .toolbox {
  color: #151720;
  background: white;
  border-bottom: 0;
  padding: 15px;
  text-align: center;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.content .main-content .toolbox #search input {
  border-left-width: 0;
  padding-left: 5px;
}
.toolbox .btn-group-sm {
height: 25px;
font-size: 11px;
margin: 5px auto;
}
.content .main-content #data-container >
.btn-group {
  padding: 5px 15px 15px;
}

.content .main-content #data-container .pagination {
  padding: 15px;
}

.url-list .fa-2x {
  font-size: 20px;
}

.content .url-list {
  padding: 10px 5px;
  min-height: 93px;
  border-bottom: 1px solid #e6e6e6;
  clear: both;
}

.content .url-list:last-child {
  border-bottom: 0;
}

.content .url-list .description {
  padding-left: 15px;
  color: #666666;
}

.content .url-list ul.toggle {
  padding-left: 15px;
}

.content .url-list ul.toggle li {
  list-style: none;
  display: inline-block;
}

.content .url-list ul.toggle li >
div {
  margin-top: -2px;
}

.content .url-list ul.toggle li a,
.content .url-list ul.toggle li span {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 8px;
  color: #888888;
}

.content .url-list ul.toggle li .dropdown {
  text-align: left;
  position: absolute;
  z-index: 999;
  background: #008aff;
  min-width: 140px;
  display: none;
  margin-left: 0px;
  padding: 8px;
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
}

.content .url-list ul.toggle li .dropdown a {
  display: block;
  color: white;
  font-weight: 700;
  padding: 5px;
  transition:  0.1s;
  -webkit-transition:  0.1s;
  -o-transition:  0.1s;
  -ms-transition:  0.1s;
  -moz-transition:  0.1s;
}

.content .url-list ul.toggle li .dropdown a:hover {
  padding-left: 8px;
}

.content .url-list ul.toggle li:hover >
a {
  color: #008aff;
}

.content .url-list ul.toggle li:hover >
a.drop {
  background: #008aff;
  color: white;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.content .url-list ul.toggle li:hover .dropdown {
  display: block;
}

.content .url-list .url-info .title {
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  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;
}

.content .url-list .url-info .title img {
  margin-right: 5px;
  vertical-align: top;
}

.content .url-list .url-info .short-url {
  color: gray;
  font-size: 12px;
  padding-left: 15px;
  margin: 8px 0;
}

.content .url-list .url-info .short-url a {
  color: gray;
}

.content .url-list .url-info .info {
  color: gray;
  font-size: 12px;
  padding-left: 25px;
}

.content .url-list .url-info .info span {
  margin-right: 10px;
}

.content .url-list .url-info .info .qr {
  padding: 5px 5px 2px 5px;
}

.content .url-list .url-info .info .qr img {
  width: 16px;
}

.content .url-list .url-stats {
  text-align: center;
}

.content .url-list .url-stats strong {
  font-size: 25px;
  display: block;
}

.content .url-list.fix {
  padding-left: 0;
  padding-right: 0;
}

.content .url-list.fix .description {
  padding-left: 0;
}

.content .url-list.fix .url-info .title {
  padding-left: 0;
}

.content .url-list.fix .url-info .short-url {
  padding-left: 0;
}

.content.bundles.list-group a.active {
  color: #008aff;
}

.content.bundles.list-group .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.content.bundles.list-group p {
  color: #999999;
  font-weight: 700;
  font-size: 12px;
}

.content.bundles.list-group p a {
  color: #555555;
}

.content.bundles.list-group h4 {
  margin-bottom: 8px;
}

.content #widgets {
  padding-top: 30px;
}

.content #widgets ul {
  margin-top: 15px;
  padding: 0;
}

.content #widgets ul li {
  color: #555555;
  border-bottom: 1px solid #eeeeee;
  padding: 8px;
  margin-top: 10px;
  font-size: 12px;
  list-style: none;
}

.content #widgets .nav-tabs li {
  padding: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background-color: slategrey;
  color: white;
  border: 0;
}

.content #widgets ul li.new_item {
  background: #eeeeee;
  padding: 5px 5px 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.content #widgets ul li img {
  margin-right: 5px;
}

.content #widgets ul li a {
  font-weight: 700;
  color: #008aff;
}

#widgets .nav-tabs>li.active>a, #widgets .nav-tabs>li.active>a:focus, #widgets .nav-tabs>li.active>a:hover {
  background-color: slategrey;
  color: white;
}

.content #widgets ul li span {
  color: #999999;
  margin-left: 5px;
}

.content .return-ajax {
  position: relative;
}

.content .return-ajax .clear-search {
  position: absolute;
  top: -20px;
  right: 0px;
  background: lightgray;
  color: saddlebrown;
}

.content .return-ajax .cta,
.content .return-ajax .alert {
  overflow: hidden;
  margin: 5px 15px;
}

.content .panel h3 {
  font-size: 15px;
  margin-top: 0;
  color: #999999;
  font-weight: 700;
}

.content .panel h3 a {
  margin-top: -2px;
}

.content p {
  color: #777777;
}

.content p em {
  font-size: 1.3em;
  font-style: normal;
  font-weight: 700;
}

.content p.center {
  text-align: center;
  font-weight: 700;
}

.content .avatar-holder {
  text-align: left !important;
  padding: 0 15px;
}

.content .avatar-holder .avatar {
  max-width: 48px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.content .avatar-holder strong {
  padding-top: 2px;
  margin-left: 15px;
  display: block;
  font-size: 1.2em;
}

.content .avatar-holder span {
  margin-left: 15px;
}

.centered {
  margin: 50px auto 50px;
}

.centered .site_logo {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  background: transparent;
}

.centered .site_logo a {
  color: gray;
  text-decoration: none;
  font-size: 30px;
}

.centered .site_logo img {
  max-height: 80px;
  background: transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.centered.form {
  max-width: 500px;
  width: 100%;
}

.centered.contactus {
  max-width: 800px;
}

.centered.form form.live_form {
  padding: 45px 25px;
  background: white;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.centered.form .input-group,
.centered.form .form-group {
  margin-bottom: 25px;
}

.centered.form #forgot {
  margin-top: 8px;
  font-size: 13px;
}

.centered.form span.check-box {
  margin-left: 5px;
}

.centered.form label {
  width: 100%;
}

.centered.form .rememberme {
  float: right;
  width: auto;
}

.centered.form label a {
  font-size: 11px;
}

.centered form.passform {
  width: 100%;
  padding: 20px;
}

.centered.poll {
  max-width: 550px;
  width: 100%;
}

#forgot_form {
  display: none;
}

#forgot_form p {
  margin: 0 0 20px;
}

section h3 {
  font-size: 16px;
  color: #15912E;
  margin-top: 0;
  margin-bottom: 15px;
}

.social {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

#widget_social_count {
  max-width: 300px;
  margin: 0 auto;
}

.btn-facebook {
  background: #3B5998;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  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;
}

.btn-facebook:hover {
  background-color: #4392C7;
  color: white;
}

.btn-twitter {
  background: #45B0E3;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  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;
}

.btn-twitter:hover {
  background-color: #6ab2de;
  color: white;
}

.btn-facebook, .btn-twitter {
  padding: 5px 12px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 5px 1px;
  min-width: 60px;
  direction: ltr;
}

.stats-page .btn-facebook, .stats-page .btn-twitter {
  margin: 5px;
  min-width: 120px;
}

.btn-facebook span, .btn-twitter span {
  font-size: 12px;
  padding: 12px 12px 7px 10px;
  margin-left: 10px;
  vertical-align: middle;
  border-left: solid 1px;
  display: none;
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
}

.btn-facebook:hover span {
  display: initial;
}

.btn-twitter:hover span {
  display: initial;
}

.btn-google {
  background: #DE4C34;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  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;
}

.btn-google:hover {
  background-color: #dc6e60;
  color: white;
}

.is404 {
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.is404 h1 {
  font-size: 250px!important;
  line-height: 250px!important;
}

.is404 h2 {
  text-transform: uppercase;
  font-size: 68px;
}

.is404 h3 {
  text-transform: uppercase;
  font-size: 34px;
  color: #151720;
}

.splash {
  margin-top: 30px;
}

.splash .thumb img {
  width: 100%;
  border: 1px solid black;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.splash h2 {
  color: #555555;
  font-size: 22px;
}

.splash p.description {
  color: #666666;
}

.splash p.disclaimer {
  margin-top: 20px;
  color: #aaaaaa;
  font-size: 12px;
}
.splash .btn {
    padding: 12px 8px;
    font-size: 18px;
    margin-bottom: 8px;
}
.media {
  padding-top: 30px;
}

.media .embed iframe:not(.vine-embed),
.media embed,
.media object {
  width: 100% !important;
  height: 450px !important;
}

.media .embed iframe.vine-embed {
  margin: 0 auto;
}

.media .info {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 15px;
}

.media .info h3 {
  font-size: 16px;
  color: #151720;
}

.media .info .text-right {
  font-size: 13px;
}

.media .info .text-right span {
  display: block;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 700;
}

.stats-page {
  margin-top: 30px;
}

.stats-page .thumb img {
  width: 100%;
  border: 1px solid #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.stats-page .fa-2x {
  font-size: 18px;
  padding: 2px 5px;
}

.stats-page .fa-2x:hover {
  color: white;
}

.stats-page .url-info h2 {
  color: #52597c;
  font-size: 20px;
}

.stats-page .url-info h2 span {
  margin-top: 10px;
  display: block;
  font-size: 13px;
}

.stats-page .url-stats {
  max-height: 80px;
  padding-top: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

.stats-page .url-stats span {
  font-size: 13px;
  display: block;
}

.analytics h3 {
  color: #fff;
  background: cornflowerblue;
  padding: 6px 12px;
}

.stats-page .info {
  border: 0;
}

.stats-page .url-info h5 {
  margin-bottom: 4%;
  font-weight: bold;
}

.stats-page .url-info .pull-right {
  background: gray;
  padding: 4px 8px;
  color: white;
  margin: 5px;
}

.stats-page .url-info .fa {
  padding: 0 4px;
}

.addmargin {
  margin-top: 30px;
}

.analytics {
  padding: 30px 0;
}

.analytics #country-list {
  margin: 0;
  padding: 0 20px;
}

.analytics #country-list li {
  margin-bottom: 10px;
  color: white;
  font-weight: bold;
}

.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 .banner {
  padding: 5px;
}

.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;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  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;
}

footer {
  padding: 20px 0 20px;
  color: #8c8c8c;
}

footer .languages {
  position: relative;
  clear: both;
  display: inline-block;
  text-align: left;
}

footer .languages .langs {
  width: 310px;
  display: none;
  padding: 5px;
  background: #1f222f;
  position: absolute;
  bottom: 15px;
  right: 0;
  -moz-border-radius: 2px 2px 0 2px;
  -webkit-border-radius: 2px 2px 0 2px;
  border-radius: 2px 2px 0 2px;
}

footer .languages .langs a {
  width: 90px;
  color: white !important;
  display: block;
  float: left;
}

footer a {
  margin-left: 5px;
  padding: 2px 5px;
}

footer a:hover,
footer a.active {
  background-color: #151720;
  color: white;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.footer-section {
  background: #2a3542;
}

.pagewrap {
  min-height: 80%;
  overflow: auto;
  padding-bottom: 80px;
}

.pagewrap .page-title {
  background: lightslategray;
  color: white !important;
  ;
padding: 8px;
}

#country {
  border-right: solid 1px #B2B2B2;
  padding: 0 20px;
}

#main-form {
  max-width: 1000px;
  margin: auto;
  background: #FFFFFF;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#main-form select {
  color: black;
  width: 100%;
  margin-top: 10px;
}

#main-form .main-form {
  border: 0;
  padding: 12px 1%;
}

#main-form .main-form ul.form_opt {
  display: inline-block;
  float: left;
}

#main-form .main-form .input-group-addon {
  border-color: #e6e6e6;
  font-size: 1.5em;
  color: #151720;
  border-width: 0;
  padding: 0 10px;
  border: solid #ccc;
  border-width: 1px 0 1px 0;
}

#main-form .main-form .main-input {
  font-size: 1.5em;
  padding: 0 10px;
  color: #151720;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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;
  background: #fff;
  border: solid 1px #ccc;
  border-right: 0;
  border-left: 0;
  height: 50px;
}

#main-form .main-form .main-input.error,
#main-form .main-form .main-input.error:focus {
  color: #e22e40;
}

#main-form .main-form .main-input:focus {
  color: #151720;
}

#main-form .main-form .main-input:hover {
  color: #008aff;
}

#main-form .main-form .main-input::-ms-clear {
  display: none;
}

#main-form .main-form .clear_link {
  display: none;
}

#main-form .main-form .main-textarea {
  background-color: #f2f2f2;
  color: #151720;
  font-weight: 700;
  padding: 10px;
  box-shadow: none;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  line-height: 22px;
}

#main-form .main-form .main-button {
  font-size: 18px;
  border: 0;
  background-color: #4b8df8;
  color: white;
  border-color: #4b8df8;
  max-width: 150px;
  min-width: 70px;
  padding: 2px;
  float: left;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 50px;
}

#main-form .main-form .main-button#copyurl {
  margin-top: 0 !important;
  background-color: #1aa82c;
  display: none;
}

#main-form .main-form #clear_link {
  cursor: pointer;
  color: rgb(237, 125, 125);
}

#main-form .main-form .clear_link {
  background: #fff;
  border-right: solid 1px #ddd;
}

#main-form .main-options .chosen-container {
  margin-left: 10px;
  max-width: 150px;
  float: right;
}

#main-form .main-options .chosen-container .chosen-single {
  background: #008aff;
  color: white;
  border: 0;
}

#main-form .main-advanced {
  padding: 20px;
  background: #FFFFFF !important;
  color: #151720;
  margin: 0 auto;
  width: 98%;
  border-top: 1px solid #ddd;
  position: relative;
  z-index: 1000;
}
#main-form .main-advanced h3 {
  font-size: 1.1em;
  font-weight: 700;
  color: #151720;
  margin-top: 0;
  margin-bottom: 5px;
}

#main-form .main-advanced #geo {
  padding-top: 20px;
}

#main-form .main-advanced #geo select {
  max-width: 200px;
}

#main-form .main-advanced #geo .chosen-single {
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

#main-form .main-advanced #geo .geo-input .row {
  margin-bottom: 10px;
}

#main-form .main-advanced #geo a {
  font-size: 11px !important;
}

#main-form .main-form .fa-arrow-right {
  padding: 5px;
}

#main-form .main-form .ajax {
  width: 100px;
  margin: 0 auto;
}

#main-form .col-md-10 .input-group {
  border: solid 2px #C5C5C5;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border-left: 4px solid rgb(71, 192, 71);
}

#main-form .main-options .chosen-container {
  float: left;
}

#main-form .main-options {
  display: none;
  width: 100%;
  float: left;
  padding: 0;
}
#main-form select, select.filter{
width: 33%;
padding: 2px 4px;
background: inherit;
color: rgb(77, 77, 77);
margin: 5px;
height: 30px;
}
select.filter {
display: block;
width: 100%;
height: 30px;
margin: 3px auto;
}
.country select{
width: 100%;
height: 30px;
margin: 0;
}

/* fortawesome */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.input-group-addon .advanced {
  color: darkorchid;
  cursor: pointer;
  font-size: 24px;
  padding: 0px;
}

#main-form .main-form .main-button-span {
  padding: 0;
  border: 0;
  width: 15%;
}

#main-form .main-options .chosen-container .chosen-single {
  background: transparent;
  border: solid 1px gray;
  color: rgb(90, 90, 90);
}

#main-form #multiple .main-button {
  padding: 8px;
  float: none;
}

#main-form .main-options .chosen-container .chosen-single {
  height: 30px;
  padding: 3px 10px;
}

#main-form .chosen-container .chosen-results {
  background: #fff;
}

#main-form .main-options .chosen-container {
  margin-left: 20px;
  margin-bottom: 10px;
}

#main-form .main-advanced .input-group-addon:first-child {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

#main-form .main-advanced input {
  color: #1f222f;
  font-weight: normal;
  font-size: 12px;
  height: 36px;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

#main-form .main-advanced .fa {
  font-size: 18px;
}

#main-form .main-advanced p {
  font-size: 0.9em;
  color: #949bb9;
  margin-bottom: 15px;
  margin-right: 5px;
  margin-bottom: 0;
  float: right;
  margin-top: -40px;
  z-index: 1000;
  position: relative;
}

#main-form #single .input-group {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border-left: 4px solid rgb(71, 192, 71);
  width: 100%;
}

#main-form .main-form .main-button:hover {
  background-color: #2474f6;
  border-color: #2474f6;
}

.shortener #main-form .main-options {
  width: 100%;
  height: 35px;
}

#main-form .main-options .faspin {
  padding: 5px;
  width: 33%;
  margin-top: 10px;
  float: left;
  text-decoration: none;
  color: rgb(103, 103, 103);
}

#main-form .main-options .faspin i {
  font-size: 18px;
}

#main-form .main-options .chosen-container .chosen-single {
  border: 0;
  border-left: 1px solid #ddd;
}

#main-form .main-options .chosen-container {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 33%;
  float: right;
}

.share-this {
  margin: auto;
  max-width: 1000px;
  overflow: visible;
}

.share-this .fa-times-circle {
  float: right;
  margin-top: -25px;
  font-size: 20px;
  cursor: pointer;
  background: #f6f6f6;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.share-this .panel {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.share-this .panel p {
  margin: 0 0 15px;
}

.share-this .qr {
  float: right;
}

.share-this .qr img {
  max-width: 80px;
}

ul.form_opt {
  list-style: none;
  padding: 0;
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;
  min-height: 60px;
  margin-bottom: 10px;
}

.main-form ul.form_opt {
  min-height: 30px;
  margin-bottom: 5px;
}

ul.form_opt li {
  float: right;
  margin-top: 15px;
}

ul.form_opt li.text-label {
  width: 60%;
  float: left;
  color: #151720;
  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 {
  text-decoration: none;
  background: #151720;
  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 {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

ul.form_opt li a.first {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

ul.form_opt li a.last {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

ul.form_opt li a:hover {
  background: #33a1ff;
}

ul.form_opt li a.current {
  background: #008aff;
}
#main-form .multiple-form{
padding: 5px;
  min-height: 30px;
  margin-bottom: 0;
}
#modal-shadow {
  background: #1f222f;
  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;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#modal-alert form {
  overflow: visible !important;
}

#modal-alert .title {
  margin: -10px -10px 10px -10px;
  padding: 10px;
  display: block;
  background: #151720;
  color: white;
  font-weight: 700;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

#modal-alert >
p {
  margin: 10px 0;
  line-height: 25px;
}

.flat .plan {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  list-style: none;
  padding: 0 0 20px;
  margin: 50px 0 15px;
  border: 0;
  background: #008aff;
  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: #33a1ff;
}

.flat .plan li {
  padding: 10px 15px;
  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 {
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  padding: 15px;
  font-size: 18px;
  line-height: 18px;
  color: white;
  background: #010101;
  margin-bottom: 30px;
  border-top: 0;
}

.flat .plan li >
strong {
  color: #010101;
}

.flat .plan li.plan-action {
  margin-top: 10px;
  border-top: 0;
}

.flat .plan.featured li.plan-name {
  background: black;
}

.flat .plan.featured:hover li.plan-name {
  background: #0b0c11;
}

.flat .plan.featured li.plan-price {
  font-size: 20px;
  padding: 15px 0;
  background: #151720;
  margin: 0 10% 20px 10%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.flat .plan.featured li.plan-price strong {
  font-size: 35px;
  color: white;
  display: block;
}

#recaptcha_widget_div {
  background: transparent;
  margin-bottom: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#recaptcha_widget_div .recaptchatable {
  border: 0px solid transparent !important;
  background: white;
  margin: 0 auto !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: #FFFFFF;
  color: rgb(60, 60, 60);
  padding: 4px 10px;
}

#recaptcha_logo,
#recaptcha_privacy {
  display: none;
}

@media screen and (max-width: 990px) {
  #main-form .main-form .col-md-10 {
    margin-bottom: 10px;
  }

  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;
  }

  .main-advanced .col-md-4 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  header .navbar-brand {
    font-size: 1.2em !important;
  }

  .is404 h1 {
    font-size: 12em !important;
    line-height: 1em!important;
  }

  footer .text-right {
    text-align: left !important;
    margin-top: 10px;
  }

  footer .text-right a:first-child {
    margin-left: 0;
  }

  #recaptcha_table >
t>
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;
  }
}

.tooltip {
  display: none;
  position: absolute;
  border: 0px solid mediumseagreen;
  background-color: mediumseagreen;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  opacity: 1;
  z-index: 1010;
}

#menu-toggle i {
  margin-top: 12px;
  font-size: 18px;
  float: left;
}

.top-stats section {
  display: flex;
  border: solid 1px #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.light .top-stats {
  display: flex;
  border: solid 1px #ddd;
}

.top-stats {
  margin-top: 5px;
  padding: 0px;
}

.top-stats .symbol {
  background: darkslategray;
}

.top-stats .symbol i {
  color: #fff;
  font-size: 36px;
}

.top-stats .symbol, .top-stats .value {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.top-stats .symbol {
  width: 50%;
  padding: 25px 5px;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.top-stats h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.top-stats p {
  margin: 10px 0;
}

.feature-box {
  text-align: center;
}

.feature-box .feature-box-icon {
  display: block;
  line-height: 50px;
  text-align: center;
  background: transparent;
  width: 99px;
  height: 99px;
  margin: 0 auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px dashed #8b8b8b;
  color: #5A5A5A;
  font-size: 20px;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.feature-box .feature-box-icon:hover {
  -moz-border-radius: 10%;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  background: orange;
  color: white;
  border: 1px solid rgba(0,0,0,0);
}

.feature-box .feature-box-icon .fa-2x {
  padding: 28px;
}
/******************************************/
.counters .symbol {
  width: 23%;
  padding: 35px 5px;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.counters .symbol, .counters .value {
  display: inline-block;
  text-align: center;
}

.counters .value {
  width: 75%;
}

.counters h2 {
  font-size: 34px;
  font-weight: bold;
  color: dimgray;
  margin-top: 15px;
  margin-bottom: 5px;
}

.counters p {
  margin: 10px 0px 20px 0px;
  font-size: 16px;
}

.counters .symbol i {
  color: #FF7878;
  font-size: 50px;
}

.light .counters section {
  display: flex;
  border: solid 1px #ddd;
}

/**********************************************************/
.main .row {
  background: #2a3542;
  padding: 15px 25px;
}

.main .row a {
  color: #aeb2b7;
}

.main .row a:hover, .main .row a.active {
  background-color: #2AB835;
  color: #fff;
}

.social-icon {
  display: inline-block !important;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.social-icons {
  display: inline-block;
  float: left;
  padding: 5px;
}

.social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin-right: 4px;
  margin-bottom: 5px;
  text-indent: -9999px;
  background-color: white;
  border-radius: 3px;
}

.social-icons li >
a {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.social-icons li:hover >
a {
  background-position: 0 -38px;
}

.social-icons li .facebook {
  background: url(img/social/facebook.png) no-repeat;
}

.social-icons li .googleplus {
  background: url(img/social/googleplus.png) no-repeat;
}

.social-icons li .twitter {
  background: url(img/social/twitter.png) no-repeat;
}

.social-icons li .linkedin {
  background: url(img/social/linkedin.png) no-repeat;
}

.social-icons li .pinterest {
  background: url(img/social/pinterest.png) no-repeat;
}

.social-icons li .tumblr {
  background: url(img/social/tumblr.png) no-repeat;
}

.social-icons li .instagram {
  background: url(img/social/instagram.png) no-repeat;
}

.social-icons li .vimeo {
  background: url(img/social/vimeo.png) no-repeat;
}

.social-icons.social-icons-color >
li >
a {
  opacity: 0.7;
  background-position: 0 -38px !important;
}

.social-icons.social-icons-color >
li >
a:hover {
  opacity: 1;
}

.social-icons.social-icons-circle >li >a {
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  border-radius: 25px !important;
}

.info {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 5px 20px;
}

.info div {
/* display: inline-block;
padding-right: 3%; */;
}

.info .progress {
  width: 150px;
  height: 15px;
  display: inline-flex;
}

.zclip embed {
  vertical-align: top;
}

.short-link-icon {
  margin-bottom: -5px;
  margin-top: 4px;
}

.short-link-icon i {
  font-size: 14px;
  color: rgb(174, 174, 174) !important;
}

.short-link-icon i:hover {
  color: rgb(97, 153, 255) !important;
}

.short-link-icon .clicks {
  float: right;
  font-weight: bold;
  padding: 0 5px;
}

.urls-table {
  margin-bottom: 0px;
}

.urls-table thead {
  background: #E2E2E2;
}

.urls-table .toggle2 ul {
  padding: 0;
}

.urls-table .toggle2 li, #bundles-table .toggle2 li {
  list-style: none;
  display: inline-block;
  margin: -1px;
}

.urls-table .toggle2 .fa-2x {
  font-size: 24px;
  padding: 4px 8px;
  color: #fff;
}

.urls-table .toggle2 li:hover .dropdown {
  display: block;
}

.urls-table .toggle2 li .dropdown {
  background: #6593BB;
}

.urls-table .toggle2 li .dropdown {
  text-align: left;
  position: absolute;
  z-index: 999;
  background: #648EBD;
  min-width: 140px;
  display: none;
  padding: 8px;
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
}

.urls-table .toggle2 li .dropdown a {
  display: block;
  color: white;
  font-weight: normal;
  padding: 2px 0;
  transition:  0.1s;
  -webkit-transition:  0.1s;
  -o-transition:  0.1s;
  -ms-transition:  0.1s;
  -moz-transition:  0.1s;
}

.urls-table .toggle2 li .dropdown a:hover {
  padding-left: 5px;
}

.urls-table .toggle2 .drop .fa-gear {
  color: #31708f;
}

.urls-table .toggle2 li:hover, #bundles-table .toggle2 li:hover {
  background: gainsboro;
}

.urls-table .toggle2, #bundles-table .toggle2 ul {
  text-align: center;
}

.urls-table .toggle2 .dropoption ul {
  margin: 0;
  background: #F5F5F5;
  padding: 5px 5px 5px 20px;
}

#bundles-table .toggle2 .dropoption ul {
  margin: 0;
  background: #F5F5F5;
}

.urls-table .toggle2:hover .dropoption, #bundles-table .toggle2:hover .dropoption {
  display: block;
}

.urls-table .toggle2 .dropoption {
  background: #B5DCFF;
}

.urls-table .toggle2 .dropoption {
  right: 20px;
  margin-top: -35px;
  text-align: left;
  position: absolute;
  z-index: 999;
  background: white;
  padding: 0 5px;
  min-width: 140px;
  display: none;
  margin-left: 0px;
  padding: 8px;
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
}

#bundles-table .toggle2 .dropoption {
  right: 50px;
  margin-top: -25px;
  text-align: left;
  position: absolute;
  z-index: 999;
  background: transparent;
  padding: 0 5px;
  min-width: 140px;
  display: none;
  margin-left: 0px;
  padding: 8px;
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
}

.urls-table .toggle2 .dropoption a, #bundles-table .toggle2 .dropoption a {
  display: inline-block;
  font-weight: 700;
  transition:  0.1s;
  -webkit-transition:  0.1s;
  -o-transition:  0.1s;
  -ms-transition:  0.1s;
  -moz-transition:  0.1s;
}

.urls-table .toggle2 .dropoption, #bundles-table .toggle2 .dropoption {
  padding: 0;
  color: white;
}

.urls-table td {
  vertical-align: middle;
  padding: 6px;
}

ul.form_opt li {
  float: left;
  margin-top: 5px;
}

ul.form_opt li a {
  background: #A3A3A3;
  padding: 5px 10px;
  font-weight: normal;
}

.shortlink {
  font-weight: bold;
}

.top-stats .hand-o-up {
  background: #7C38BC;
}

.top-stats .link {
  background: #40BBEA;
}

.top-stats .folder-open {
  background: #68B828;
}

.top-stats .folder-open2 {
  background: #6CCAC9;
}

.panel-light {
  background: #FCFCFC;
  border: 1px solid lightgrey;
}

.panel-light p {
  color: gray;
}

#widget_countries {
  background: rgb(104, 115, 136);
}

.sidebar {
  padding-top: 10px;
  background: #F1F4F9;
  border-right: solid 1px #ddd;
}

.sidebar .center {
}

.sidebar .nav-sidebar a {
  color: rgb(116, 114, 114);
}

.sidebar .nav-sidebar a:hover, .sidebar .nav-sidebar a.active {
  color: white;
}

.sidebar .nav-sidebar li {
  border-bottom: solid 1px #ddd;
  margin-bottom: 0px;
}

.sidebar .nav-sidebar {
  border-bottom: solid #C9C9C9 2px;
  border-top: solid #C9C9C9 2px;
}

.sidebar .nav-sidebar .pull-right {
  position: absolute;
}

.sidebar .nav-sidebar .label-primary {
  background-color: #06C88E;
}

.sidebar .top-stats span {
  color: lightcoral;
}

.sidebar .top-stats {
  margin: 5px 15px;
}

/* Toggle Styles */

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 180px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: absolute;
  width: 0;
  height: 100%;
  margin-left: -180px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 180px;
}

#page-content-wrapper {
  width: 100%;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -180px;
}

/* Sidebar Styles */
.sidebar {
  min-height: 150px !important;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 180px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav >
.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav >
.sidebar-brand a {
  color: #999999;
}

.sidebar-nav >
.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.content #widgets ul li.new_item {
  background: lightyellow;
  padding: 10px 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#widget_activities {
  max-height: 450px;
  overflow: scroll;
}


#myTabContent {
  border: solid 1px #ddd;
}

.home-urls .nav-tabs {
  border: 0;
}

.public-link-td {
  width: 65%;
}

.public_list .public-short-td {
  vertical-align: middle;
  font-weight: bold;
}

.public-clicks-td {
  width: 15%;
  min-width: 150px;
  text-align: center;
  vertical-align: middle !important;
}

.public-clicks-td a {
  padding: 0 20px;
}

.public_list hr {
  margin-top: 8px;
  margin-bottom: 8px;
}

.public_list .description, .public-link-td .description {
  display: none;
  margin-bottom: 5px;
}

#picker {
  margin: 0;
  padding: 0;
  border: 0;
  width: 70px;
  height: 20px;
  border-right: 20px solid green;
  line-height: 20px;
}

.Announcement {
  display: inline-flex;
  border: solid 1px #ddd;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 8px;
}

.Announcement section {
  display: flex;
  border: solid 1px #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.Announcement .bullhorn {
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  width: 100px;
  padding: 5px 0px;
  background: rgb(85, 189, 33);
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.Announcement .bullhorn h5 {
  color: #fff;
  margin-top: 2px;
}

.Announcement .value {
  text-align: left;
  padding: 15px;
}

.pricing-table {
  margin: 50px 0;
}

.pricing-table ul {
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 3px;
  width: 100%;
  text-align: center;
  list-style: none;
  float: left;
  padding: 0px;
  background-color: #FFFFFF;
}

.pricing-table ul li {
  padding: 10px 0;
  background-color: #EFEFEF;
  border-width: 2px;
  border-color: #B83737;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-bottom-width: 2px;
  font-size: 14px;
}

.pricing-table li:nth-child(odd) {
  background-color: #F7F7F7;
}

.pricing-table ul .heading {
  color: #FFFFFF;
  background-color: #4396DF;
  font-size: 16px;
}

.pricing-table ul .price {
  font-size: 25px;
}

.pricing-table ul .action {
  font-size: 14px;
  color: #2A6496;
}

.feature {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 3px 5px 7px rgba(0,0,0,.7);
}

.pricing-table .action a {
  border-color: #B83737;
  border-width: 0px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #EEEEEE;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-style: solid;
  color: #000000;
}

.plan-action a {
  color: #fff;
  background-color: #4396DF;
  border-color: #4396DF;
  width: 75%;
  margin: 0 auto;
}

.plan-action a:hover {
  background-color: #3AA2C8;
  border-color: #3AA2C8;
}

#FCarousel {
  background-color: #ECECEC;
  margin: 40px 0;
  border: 1px solid #ddd;
}

.carousel h3 {
  font-size: 18px;
  font-weight: normal;
  color: #25834A;
}

.carousel-control {
  width: 8%;
}

.carousel-caption {
  height: 100%;
  width: 50%;
  right: 0%;
  left: 3%;
  text-align: left;
  text-shadow: 0 0px 0px rgba(0,0,0,.6);
}

.carousel-indicators .active {
  background-color: #D55555;
}

.carousel-indicators li {
  border: 1px solid #D55555;
}

.rotate {
  margin: 25px auto;
  display: flex;
}

.url-list .fa-chevron-down {
	padding: 1px 4px;
    color: #A5A5A5;
	cursor: pointer;
}
.url-list .fa-chevron-down:hover {
    color: #FB9494;
}
section.map .container {
  background-color: #959DAD;
  padding: 15px;
}

section.map .container h3 {
  color: #fff;
  background: cornflowerblue;
  padding: 6px 12px;
}

.call-to-action .btn {
  background-color: #4A95C4;
  border-color: #4A95C4;
  margin: 0 1%;
}

footer a {
  margin-left: 5px;
  padding: 5px 8px;
}

a#back-to-top {
    background: rgb(42, 53, 66);
    color: white;
}

.counters {
  margin: 25px 0;
}

.stat2 {
  margin: 10px 0;
}

.effect2 {
  position: relative;
}

.wpb_wrapper {
  background: #ECECEC;
}

.wpb_wrapper:before, .wpb_wrapper:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 20px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.wpb_wrapper:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 20px;
  left: auto;
}

.fact {
  padding: 12px;
  width: auto;
  height: auto;
  display: block;
  cursor: default;
  text-align: center;
}

.fact h2 {
  font-size: 50px;
  color: #FF5454;
  margin-top: 3px;
  padding: 0;
  letter-spacing: 1px;
  font-weight: bold;
}

.fact h3 {
  margin-top: 5px;
}

#FCarousel {
  background-color: transparent;
  border: 0;
}

#FCarousel .feature-box-icon {
  height: 90px;
  text-align: center;
  padding: 20px;
  background: #529CB6;
  color: white;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

#FCarousel h4 {
  text-align: center;
  color: #00B081;
}

#FCarousel .carousel-indicators {
  bottom: -25px;
}

#FCarousel .fa {
  font-size: 400%;
}

#FCarousel .fa-angle-left, #FCarousel .fa-angle-right {
  font-size: 20px;
  font-weight: bold;
  color: white;
  background: lightskyblue;
  padding: 2px 8px;
  cursor: pointer;
}

#FCarousel .carousel-indicators .active {
  width: auto;
  height: auto;
}

#FCarousel .thumbnail {
  min-height: 260px;
  background: white;
  border: 2px solid #ddd;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

#FCarousel >
.item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-control {
  width: 2%;
}

.carousel-control.right {
  right: 47%;
}

.carousel-control.left {
  left: 47%;
}

.carousel-control.left,.carousel-control.right {
  background: transparent;
  color: red;
}

.effect5 {
  position: relative;
}

.effect5:before, .effect5:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 30px;
  left: 10px;
  width: 55%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 20px 25px #777;
  -moz-box-shadow: 0 20px 25px #777;
  box-shadow: 0 20px 25px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  margin: 13px;
}

.effect5:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

.thumb .panel {
  padding: 0px;
}

.splash .thumb img {
  border: 1px solid rgb(186, 186, 186);
}

.public_list thead {
  background: white;
}

#bundles-table td {
  vertical-align: middle;
}

#bundles-table th {
  text-align: center;
}

.panel .bundles .options {
  color: white;
}

.panel .bundles .list-group-item {
  margin-bottom: 10px;
  border-bottom: 0;
}

.panel .bundles .list-group-item-text {
  margin-top: 6px;
}

.panel .bundles .fa {
  font-size: 18px;
  padding: 4px 8px;
}

.panel .bundles .fa-files-o {
  font-size: 13px;
}

.panel .bundles .right {
  float: right;
}

.panel .bundles a {
  display: inline-block;
}

.panel .bundles span {
  padding: 5px 10px;
  display: table-cell;
  color: #fff;
  font-size: 12px;
  border-left: solid 1px #fff;
}

.panel .bundles thead {
  background: #ddd;
}

.urls-holder .table-public thead {
  background: #ddd;
}
.urls-holder .container {
    width: 100%;
}

#modal-alert .title {
  background: #B2B2B2;
}

.panel-bundles {
  max-height: 300px;
  overflow-y: scroll;
}


/* 	Core Owl Carousel*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls .owl-buttons div {
  color: gray;
  display: inline-block;
  zoom: 1;
  *display: inline;
/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: transparent;
  filter: Alpha(Opacity=50);
/*IE7 fix*/
  opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: inline;
/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

#owl-demo .owl-item > div img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 4px;
}

.wrapper-with-margin {
  margin: 0px 50px;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -30px;
  top: 55px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -30px;
  top: 55px;
}

#owl-demo .item {
  padding: 30px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.owl-item .fa {
  font-size: 45px;
  color: white;
  background: #FF7447;
  padding: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  margin-bottom: 15px;
}

.owl-item .fa:hover {
  background: #fff;
  color: #02BAF7;
  border: 1px solid #ddd;
  box-shadow: 0 0 0 4px #77BE32;
}

#owl-demo .owl-item div {
  padding: 5px;
}

#slider {
  margin-top: 0px;
  border: 1px solid #DADADA;
  padding: 20px;
  border-top: 0;
}

#slider .owl-item img {
  display: block;
  width: 100%;
  max-height: 275px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}

.call-to-action .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 99px;
  height: 99px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px dashed rgb(184, 184, 184);
  background-clip: content-box;
  padding: 8px;
  transition: .5s;
  color: #D7D0BE;
  margin-left: 3%;
  margin-right: 3%;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2),
0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 70px;
}

.call-to-action .link span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
  color: white;
}

.call-to-action .link:hover {
  padding: 12px;
  color: white;
  transform: translateX(0px) rotate(360deg);
}

.call-to-action .link.google-plus {
  background-color: tomato;
  color: white;
  margin: 10px 1%;
}

.call-to-action .link.twitter {
  background-color: #00ACEE;
  color: white;
  margin: 10px 1%;
}

.call-to-action .link.facebook {
  background-color: #3B5998;
  color: white;
  margin: 10px 1%;
}

.call-to-action .link.mail {
  background-color: #48A70A;
  color: white;
  margin: 10px 1%;
}

.register-1, .register-2, .register-3 {
  background: gainsboro;
  padding: 50px 0;
}

.register-1 .signup, .register-2 .signup{
  margin: 5px auto;
  max-width: 225px;
}
 .register-3 .signup{
  margin: 5px auto;
  max-width: 500px;
}
.register-1 h3, .register-2 h3, .register-3 h3 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #272727;
}

.register-1 .signup .fa, .register-2 .signup .fa, .register-3 .signup .fa {
  color: rgb(165, 165, 165);
  font-size: 18px;
}

.register-1 .signup input, .register-2 .signup input, .register-3 .signup input {
  height: 38px;
}

.register-2 #social {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
  max-width: 600px;
  margin: 0 auto;
}

.register-2 ul li {
  min-height: 55px;
  list-style-type: none;
}

.register-2 #social ul {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.register-2 #social p {
  color: #B23030;
  text-align: center;
  font-size: 20px;
  opacity: 1;
  padding: 10px;
}

.register-2 #social ul > li {
  display: inline-block;
  margin: 0 5px;
  opacity: 1;
}

.register-2 #social ul > li.facebook a {
  color: #2980B9;
}

.register-2 #social ul > li.twitter a {
  color: #3498DB;
}

.register-2 #social ul >  li.google a {
  color: #E74C3C;
}

.register-2 #social ul > li > a {
  font-size: 22px;
  border: solid 1px rgb(200, 200, 200);
}
	
.register-3 button{
	width: 100%;
    border-radius: 0;
	    margin: 8px 0;
		color: #fff;
    background-color: #708090;
    border-color: #6A7A8A;
}
.register-3 button:hover{
    background-color: #7B8692;
    border-color: #7B8692;
}
.register-3 input{
	width: 100%;
    border-radius: 0;
	margin:2px 0;
	color: #777;
    border: 1px solid rgba(0,0,0, .1);
}
.register-3 ul{
    text-align: center;
    padding: 0;
}
.register-3 li{
	list-style-type: none;
    display: inline-block;
	padding: 0 5px;
}

.flipper {
  color: #03c;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -o-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.flipper span {
  display: block;
  position: relative;
  padding: 4px 20px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flipper:hover span {
  background: #DCDCDC;
  -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  -o-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
}

.flipper span:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 20px;
  background: snow;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  -o-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}

.home-signup {
  margin: 40px auto 10px auto;
  text-align: center;
}

.counter1-section,.counter3-section {
  padding: 50px 0 20px 0;
}

.counter1-section h3, .counter2-section h3,.counter1-section h3, .counter2-section h3, .counter3-section h3, .register-1 h3, .register-2 h3, .register-3 h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #272727;
  margin: 2% 0 5% 0;
}

.counter1-section .title, .counter2-section .title, .counter3-section .title, .register-1 .title, .register-2 .title, .register-3 .title, .features-1 .title, .features-2 .title, .features-3 .title, .features-4 .title {
  padding: 8px;
  border-bottom: solid 1px #ddd;
  color: #22313F;
  display: inline-block;
}

.counter2-section {
  padding: 50px 0 20px 0;
  margin-bottom: 10px;
}
.light .counter3-section .counters   section {
    border: 0;
	    background-color: transparent;
		box-shadow: none;
}
.light .counter3-section .counters .value {
    width: 100%;
}
.light .counter3-section .counters .fa {
    width: 100%;
    text-align: center;
	font-size: 36px;
    color: slategrey;
}

.large-header {
  background-color: #333;
  background-position: 50% 0px;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  background-size: cover;
  min-height: 600px;
  z-index: 1;
}

.shortener {
  padding: 0;
  margin: 60px 0;
}


.shortener-section .alert {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 0;
}

.features-1, .features-2, .features-3, .features-4{
  padding: 50px 0 50px 0px;
}

 

.features-1 h3, .features-2 h3, .features-3 h3, .features-4 h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #272727;
  margin: 2% 0 5% 0;
}

.features-3 .panel-group .panel-heading a:before {
  font-family: FontAwesome;
  content: "\f057";
  color: rgb(250, 122, 122);
  padding-right: 2px;
  top: 5px;
}

.features-3 .panel-group .panel-heading a.collapsed:before {
  content: "\f055";
  color: rgb(176, 176, 176);
}

.features-3 .panel-title>a {
  color: inherit;
  text-decoration: inherit;
}

.features-3 .panel-default>.panel-heading {
  text-align: left;
}

.features-3 .panel-group .panel {
  border: 0;
}

.features-3 .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
}

.features-3 .panel-body {
  background: #f6f6f6;
  text-align: left;
  padding: 5px 0 12px 50px;
}

.features-4  .tab-content .tab-pane {    
    position: relative;
}
 
#featuresTab .tab-content  {
	padding: 25px 0;
} 
#featuresTab .tab-content .more {
	text-align: center;
} 
#featuresTab .nav-tabs {
    text-align: center;
}
#featuresTab .nav-tabs>li {
    width: 154px;
    float: none;
    display: inline-block;
    zoom: 1;
	margin-top: 15px;
}
#featuresTab i {
    font-size:50px;
}
#featuresTab .more i {
    font-size: 18px;
    background-color: #708090;
    color: white;
    padding: 3px;
    width: 28px;
    text-align: center;
    margin-right: 5px;
}
#featuresTab img {
    max-height: 375px;
    margin: 0 auto;
}
#featuresTab h3, #featuresTab h4 {
	text-transform: uppercase;
}
#featuresTab p {
	font-size: 15px;
    max-width: 900px;
    margin-top: 18px;
}
#featuresTab .nav-tabs {
    border-bottom: 0;
    margin-bottom: 25px;
}
#featuresTab .nav-tabs>li>a {
    color: #708090;
}
#featuresTab .nav-tabs>li>a span {
    display: block;
    padding-top: 8px;
}
#featuresTab .nav-tabs>li.active>a {
    color: #fff;
}
	
#demo-canvas {
  position: absolute;
  width: 100%;
}

.rotating {
  display: inline-block;
  position: relative;
  white-space: pre-wrap;
}
.rotating .front, .rotating .back {
  position: relative;
  display: inline-block;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
}

.rotating .front {
  left: 0;
  top: 0;
  position: absolute;
  display: inline-block;
}

.rotating .front.flipInY {
  z-index: 1;
  display: block;
}

.rotating .front span {
  width: auto;
  position: relative;
}

.rotating .back {
  opacity: 0;
}

.rotating .back.flipInY {
  opacity: 1;
  z-index: 2;
}

.alert {
  margin-bottom: 0px;
  width: 98%;
  margin: 0 auto;
}

.alert-info {
  background-color: #8CCBD8;
  border-color: #6DBBCB;
}

.recaptchatable #recaptcha_image {
  position: relative;
  margin: auto;
  border: 0;
}

.largeImage {
  max-width: 400px;
}

#tsetting img {
  max-width: 500px;
}

.btn-primary {
  color: #fff;
  background-color: #56A3E5;
  border-color: #56A3E5;
}

.btn-primary:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #31b0d5;
}

.btn-danger {
  color: #fff;
  background-color: #FF6559;
  border-color: #FF6559;
}

.btn-danger:hover {
  color: #fff;
  background-color: #E8413C;
  border-color: #E8413C;
}

.breadcrumb {
  margin-top: 15px;
  background-color: transparent;
  border-bottom: solid 1px #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  background: #f6f6f6;
}

.modal-login, .modal-register {
  padding: 5% 12%;
}

.registeriframe {
  width: 100%;
  height: 500px;
}

.popup {
  padding: 0 12px;
}

.modal-login .social-icons, .modal-register .social-icons,  .popup .social-icons {
  float: none;
  padding: 0;
}

.poplogin {
  max-width: 450px;
}

.poplogin .modal-header {
  background: rgb(86, 163, 229);
}

.poplogin .modal-title {
  color: white;
  text-align: center;
  font-family: 'Philosopher',sans-serif;
}

.poplogin .rememberme {
  float: right;
  width: auto;
}

.dropzone .dz-preview .dz-image img {
  height: 120px;
  width: 120px;
}

.dropzone {
  border: 2px dashed #0087F7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: white;
}

.custom-ads {
  padding: 8px 0;
}

.custom-ads img {
  width: 100% !important;
}

.custom-ads.ads_300 {
  max-width: 300px;
  margin: 0 auto;
}

.custom-ads.ads_728 {
  max-width: 728px;
  margin: 0 auto;
}

.home-urls {
  padding: 20px 0;
}

.dots-overlay {
  background: url(img/overlay1.png);
  height: 100%;
  position: absolute;
  width: 100%;
  margin-top: -75px;
}


#toast-container.toast-top-full-width>div {
min-width: 350px;
}

@media (min-width: 992px) {
 
  #wrapper {
    padding-left: 180px;
  }

  #wrapper.toggled {
    padding-left: 0;
  }

  #sidebar-wrapper {
    width: 180px;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }

  #page-content-wrapper {
    padding: 20px;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

@media (max-width: 992px) {
	header .navbar .navbar-header img {
    max-width: 180px;
	}
   .features-1 h3, .features-2 h3, .features-3 h3, .register-1 h3, .register-2 h3, .counter1-section h3, .counter2-section h3 {
    font-size: 3.0vh;
  }

  .counters .symbol i {
    font-size: 36px;
  }

  .counters p {
    margin: 10px 0px 10px 0px;
    font-size: 14px;
  }

  .call-to-action .link {
    width: 80px;
    height: 80px;
  }

  .call-to-action .link span {
    font-size: 28px;
  }
  .promo {
	margin: 40px 0;
	}
    .promo #box1words_container {
	font-size: 20px;
	padding: 5px 10px;
	}
	.promo .title {
	padding: 5px 15px;
	font-size: 26px;
	}
	 .shortener {
     margin: 40px 0px;
    }
	#main-form .main-form {
	padding: 6px 1%;
	}
	#main-form .main-form .main-input {
	font-size: 1.2em;
	height: 42px;
	}
	#main-form .main-form .main-button {
	font-size: 15px;
	height: 42px;
	}
	#main-form .main-advanced input {
	  font-size: 12px;
	  height: 32px;
	}

	.fact h2 {
	  font-size: 36px;
	}
	.flipper span {
	  padding: 4px 15px;
	}
	header .navbar .navbar-toggle {
	  padding: 1px 5px;
	  font-size: 18px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	header .navbar .navbar-header img {
    max-width: 150px;
	}
  #main-form .main-options .faspin {
    width: 10%;
  }

  #main-form .main-options .chosen-container {
    max-width: 45%;
  }
 .promo #box1words_container {
	font-size: 18px;
	padding: 5px 10px;
	}
	.promo .title {
	padding: 5px 15px;
	font-size: 24px;
	}
  .register-2 #social ul > li {
    margin: 0 5px;
  }
  .register-2 #social ul > li > a {
    font-size: 18px;
	}
  .register-2 #social ul > li {
    margin: 0 1px;
	}
	.promo {
		margin: 30px 0;
		}

	.top-stats {
	margin-bottom: 20px;
	}
	.top-stats p {
	  margin: 5px 0;
	}
	.top-stats .symbol {
	  padding: 18px 5px;
	}
	.top-stats section {
	margin-bottom: 4px;
	}
	.top-stats h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	 .shortener {
		 margin: 30px 0px;
		}
	#main-form select, select.filter {
	width: 40%;
	height: 25px;
	}
	.toolbox select.filter, #main-form .country select {
	width: 100%;
	margin: 2px;
	height: 30px;
	}
	footer a {
	padding: 2px;
	}
	.home-urls .nav>li>a {
	padding: 8px 5px;
	}
	.home-signup {
	margin: 20px auto 10px auto;
	}  
  
}

.navbar-form .input-group>.form-control {
  position: initial;
}

.modal-open .modal {
  overflow-y: hidden;
}

body.modal-open {
padding-right:0px !important;
margin-right:0px !important;
}

.header2{
background: rgba(79, 79, 79, 0.4);
}
.header2 .navbar .nav li a {
  color: #FFFFFF;
}
.header2 .languages #show-language {
  color: #FFFFFF;
}
.header2 .navbar .nav li a:hover {
  color: #F1FF27;
}
.header2 .languages .langs {
  background: rgba(104, 107, 119, 0.69);
}
.header2 .languages #show-language:hover {
  color: #F1FF27;
}
.header2 .nav>li>a:focus, .header2 .nav>li>a:hover {
  background-color: #35BCF7;
}
  
.warp-video video{
    bottom: 0px;
}
.large-video {
  height: 100%;
}

