/**
 * Theme: Version 2.0
 * Author: KBRmedia - http://gempixel.com
 * Date: 2014-01-7
 */
/**
 * Reset
 */
@import "../../static/icons/style.css";
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
img,
a,
p,
i,
div,
header,
section,
footer,
span,
form,
input,
textarea,
button,
select {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  border: none;
}
img,
a img {
  text-decoration: none;
  border: none;
}
form,
input,
textarea,
button,
select {
  outline: none;
}
/**
 * 1.0 General Elements
 */
body {
  background: #edeef0;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  color: #4e5968;
  /**
   * 1.1 Grid Elements
   */
}
body .container {
  width: 980px;
  margin: 0 auto !important;
  padding: 0;
  clear: both;
  overflow: hidden;
}
body .container.addmargin {
  margin-top: 150px !important;
}
body .container.noflow{
  min-height: 113px;
  overflow: visible;
}
body .clear {
  clear: both;
  height: 1px;
}
body a {
  color: #000;
}
body .right {
  float: right !important;
}
body .left {
  float: left !important;
}
body .display {
  display: block !important;
}
body .row {
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
}
body .row .grid {
  display: block;
  float: left;
}
body .row .grid .inner {
  margin: 0 15px;
}
body .row .grid.half {
  width: 50%;
}
body .row .grid.third {
  width: 33.333%;
}
body .row .grid.twothird {
  width: 66.666%;
}
body .row .grid.fourth {
  width: 25%;
}
body .row .grid.threefourth {
  width: 75%;
}
body .row .grid.fifth {
  width: 20%;
}
body .row .grid.twofifth {
  width: 40%;
}
body .row .grid.threefifth {
  width: 60%;
}
body .row .grid.fourfifth {
  width: 80%;
}
body .row:after,
body .row.before {
  clear: both;
}
/**
 * 2.0 Header Elements
 */
header {
  background: #ffffff;
  color: #4e5968;
  border-bottom: 1px solid #e6e6e6;
}
header .header {
  margin-top: 20px;
  overflow: hidden;
}
header .header .logo {
  float: left;
  width: 300px;
  padding-top: 0;
  font-size: 22px;
}
header .header .logo img {
  margin-right: 10px;
  height: 30px;
  float: left;
}
header .header .logo span {
  float: left;
  padding-top: 5px;
}
header .header ul.menu {
  display: block;
  float: right;
}
header .header ul.menu > li {
  float: left;
  margin: 0 5px;
  height: 48px;
  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;
}
header .header ul.menu > li > a {
  color: #4e5968;
  font-weight: 700;
  border: 0;
  padding: 3px 8px;
  border: 2px transparent solid;
  display: block;
  margin-bottom: 22px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
header .header ul.menu > li > a:hover,
header .header ul.menu > li > a.current {
  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;
  border-color: #32a0ee;
}
header .header ul.menu > li:hover ul {
  display: block;
}
header .header ul.menu > li ul {
  background: #ffffff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: none;
  position: absolute;
  z-index: 200;
  color: #4e5968;
  font-size: 12px;
  padding: 10px 0;
  min-width: 80px !important;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
}
header .header ul.menu > li ul li {
  margin: 0 5px;
  padding: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
header .header ul.menu > li ul li a {
  color: #4e5968;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
}
header .header ul.menu > li ul li a:hover {
  color: #fff;
  background: #647285;
}
header .header ul.menu > li div {
  background: #ffffff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: none;
  position: absolute;
  z-index: 200;
  color: #4e5968;
  font-size: 12px;
  margin-left: -65px;
  padding: 30px 10px 10px 10px;
  min-width: 200px;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
}
header .header ul.menu > li div a {
  display: block;
  text-align: center;
}
header .header ul.menu > li div form label {
  clear: both;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
}
header .header ul.menu > li div form input {
  display: block;
  border: 0;
  padding: 5px 10px;
  margin: 5px 0;
  width: 100% !important;
  color: #f2f4f6;
  font-weight: 700;
  background: #647285;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  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;
}
header .header ul.menu > li div form input:hover,
header .header ul.menu > li div form input:focus {
  background: #7e8c9e;
}
header .header ul.menu > li div form button {
  margin-top: 10px;
  padding: 5px 10px;
  cursor: pointer;
}
header .header ul.menu > li div form a {
  display: inline-block;
  margin-top: 14px;
  font-weight: 700;
  font-size: 11px;
  color: #32a0ee !important;
}
/**
 * 3.0 Section Elements
 */
section {
  background: #edeef0;
  padding-bottom: 30px;
}
section.light {
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px !important;
}
section .promo {
  background: #4e5968;
  width: 100%;
  min-height: 100px;
  border-bottom: 1px solid #38404b;
  color: #ffffff;
}
section .promo a {
  color: #9ba6b4;
}
section .promo .features {
  padding-top: 15px;
}
section .promo .features i {
  font-size: 42px;
}
section .promo .container {
  padding: 10px 0;
}
section .promo .container h2.breadcrumb {
  margin: 20px 0;
  font-size: 28px;
}
section .promo .container .features h3 {
  color: #b8c0ca;
  margin-bottom: 10px;
}
section .promo .container .features p {
  color: #e4e7eb;
}
section .promo .container .features .calltoaction {
  padding: 30px 0 0 0;
}
section .promo .container .features .calltoaction .button {
  font-size: 18px;
  padding: 20px 30px;
}
section .url-shortener {
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
}
section .url-shortener .row.noflow{
  overflow: visible !important;
  min-height: 68px;
}
section .url-shortener .dk_container {
  padding: 2px;
  margin-top: 18px;
  margin-left: 10px;
}
section .url-shortener .form {
  overflow: visible !important;
}
section .url-shortener .form .form-holder {
  clear: both;
  color: #000;
  min-height: 61px;
  border-bottom: 1px solid #e6e6e6;
}
section .url-shortener .form .form-holder:after,
section .url-shortener .form .form-holder:before {
  clear: both;
}
section .url-shortener .form .form-holder .pre {
  float: left;
  font-size: 28px;
  padding: 15px 20px 12px;
  color: #32a0ee;
}
section .url-shortener .form .form-holder .main-input {
  background: transparent;
  border: none;
  height: 55px;
  margin-top: 5px;
  width: 81.563%;
  padding: 0 10px;
  float: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #1a1a1a;
  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;
}
section .url-shortener .form .form-holder .main-input:focus {
  color: #000000;
}
section .url-shortener .form .form-holder button {
  float: right;
}
section .url-shortener .form .form-holder #multiple-form {
  margin-bottom: 5px;
  clear: both;
  min-height: 163px;
  display: none;
}
section .url-shortener .form .form-holder #multiple-form textarea {
  background: #4e5968;
  border: none;
  min-height: 100px;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  resize: none;
  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;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}
section .url-shortener .form .form-holder #multiple-form button {
  float: right;
}
section .url-shortener .form button.form-button {
  background: #32a0ee;
  padding: 8px;
  margin: 10px;
  border: none;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  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;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .url-shortener .form button.form-button:hover {
  background: #61b6f2;
}
section .url-shortener .form button.form-button:active {
  background: #1288db;
}
section .url-shortener .form button.form-button#copyurl {
  display: none;
  background: #a6dc5e;
}
section .url-shortener .form button.form-button#copyurl:hover {
  background: #bde588;
}
section .url-shortener .form button.form-button#copyurl:active {
  background: #8fd334;
}
section .url-shortener .form a.advanced {
  background: #32a0ee;
  padding: 8px;
  margin: 18px 0 18px 20px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  clear: both;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: background 0.5s linear;
  -webkit-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
}
section .url-shortener .form a.advanced:hover,
section .url-shortener .form a.advanced.current {
  background: #1288db;
}
section .url-shortener .form .switcher {
  display: block;
  padding-right: 20px;
  padding-top: 18px;
  margin-bottom: 18px;
}
section .url-shortener .form .switcher li {
  display: block;
  float: left;
  background: #32a0ee;
  padding: 8px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}
section .url-shortener .form .switcher li:hover {
  background: #4aabf0;
}
section .url-shortener .form .switcher li.current {
  background: #0e6aac;
}
section .url-shortener .form .switcher li:first-child {
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
section .url-shortener .form .switcher li:last-child {
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}
section .url-shortener .form .advanced-options {
  color: #fff;
  background: #4e5968;
  border-top: 1px solid #e6e6e6;
  padding: 20px;
  line-height: 20px;
}
section .url-shortener .form .advanced-options h3 {
  margin-bottom: 5px;
}
section .url-shortener .form .advanced-options span {
  clear: both;
  display: block;
  min-height: 40px;
}
section .url-shortener .form .advanced-options .input-label {
  position: relative;
}
section .url-shortener .form .advanced-options .input-label i {
  position: absolute;
  color: #32a0ee;
  top: 5px;
  left: 5px;
}
section .url-shortener .form .advanced-options .option-input {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  border: 0;
  color: #fff;
  padding: 5px 8px 5px 25px;
  border: 1px solid #eee;
  color: #32a0ee;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .url-shortener .form .advanced-options .geotarget {
  margin-top: 30px;
}
section .url-shortener .form .advanced-options .geotarget .geo-input {
  margin-top: 10px;
  margin-bottom: 20px;
}
section .url-shortener .form .advanced-options .geotarget .geo-input .row {
  padding-left: 5px;
  background: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .url-shortener .form .advanced-options .geotarget .geo-input a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .url-shortener .form .advanced-options .geotarget .geo-input label {
  float: left;
  margin: 6px 0 0;
  background: #32a0ee;
  color: #fff;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .url-shortener .form .advanced-options .geotarget .geo-input input {
  float: left;
  margin: 8px 5px;
  border: 0;
  font-size: 16px;
  color: #4e5968;
  font-weight: 700;
}
section .url-shortener .form .advanced-options .geotarget .geo-input input.small {
  width: 60%;
}
section .url-shortener .form .advanced-options .geotarget .geo-input input.large {
  width: 88%;
}
section .container.fixed {
  padding: 20px 0;
}
section .container.fixed h2 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 8px;
}
section .container.fixed h2 a {
  margin-top: 3px;
}
section .container.fixed .content {
  width: 638px !important;
  float: left;
}
section .container.fixed .content .inner {
  padding: 20px;
}
section .container.fixed .content iframe:not(.vine-embed),
section .container.fixed .content embed {
  width: 638px !important;
  height: 395px !important;
}
section .container.fixed .content iframe.vine-embed {
  margin: 0 15px;
}
section .container.fixed .content .splash-info {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
section .container.fixed .content .splash-info h3 {
  width: 500px;
  display: inline-block;
}
section .container.fixed .content .splash-info span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  text-align: right;
  width: 130px;
}
section .container.fixed .content .splash-info span strong {
  font-size: 18px;
  display: block;
}
section .container.fixed .content .splash-info p {
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e6e6e6;
}
section .container.fixed .sidebar {
  margin-left: 40px;
  float: left;
  width: 300px !important;
}
section .container.fixed .sidebar .splash-code {
  background: #fff;
  border: 1px solid #e6e6e6;
}
section .container.fixed .sidebar .splash-code h3 {
  padding: 5px 10px;
  color: #4e5968;
  border-bottom: 1px solid #e6e6e6;
}
section .container.fixed .sidebar .splash-code input {
  margin: 10px;
  padding: 5px;
  background: #fff;
  border: 1px solid #4aabf0;
  color: #32a0ee;
  font-weight: 700;
  width: 200px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section #frame {
  color: #fff;
  background: #38404b;
  height: 62px;
}
section #frame h2 {
  margin: 10px 0 0 20px;
}
section #frame .ad {
  min-width: 468px;
}
section #frame .ads {
  margin-top: 0 !important;
}
section #frame .ad > img {
  width: 468px;
}
section #frame .button.right {
  margin: 20px;
}
section #frame p {
  margin-left: 20px;
}
section #splash .thumbnail > img {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section #splash .info h2 {
  margin-left: 20px;
}
section #splash .info .ads {
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 15px;
}
section #splash .info p {
  font-size: 13px;
  line-height: 25px;
  margin-left: 20px;
}
section #splash .info a.button {
  margin-top: 20px;
  margin-left: 20px;
  width: 45%;
  text-align: center;
  display: inline-block;
}
section #splash .info .progress {
  background: #a6dc5e;
  height: 20px;
  width: 0;
  margin-left: 20px;
  margin-top: 10px;
  text-align: right;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .custom-splash .banner img {
  width: 100%;
}
section .custom-splash .custom-message .c-avatar {
  float: left;
  width: 100px;
  margin-right: 10px;
  margin-left: 3px;
}
section .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;
}
section .custom-splash .custom-message .c-message h2 {
  margin-bottom: 5px;
}
section .custom-splash .custom-message .c-countdown {
  float: right;
  font-size: 12px;
  text-align: center;
  padding: 25px;
}
section .custom-splash .custom-message .c-countdown span {
  font-size: 30px;
  display: block;
}
section .custom-splash.preview .c-message {
  width: 517px;
}
section .container.layout {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
section .container.layout h3.heading {
  margin: 10px;
}
section .container.layout .user-nav {
  border-bottom: 1px solid #e6e6e6;
  min-height: 45px;
  overflow: hidden;
}
section .container.layout .user-nav ul.nav {
  width: 100%;
}
section .container.layout .user-nav ul.nav li {
  float: left;
}
section .container.layout .user-nav ul.nav li a {
  color: #000;
  font-weight: 700;
  border-right: 1px solid #f2f2f2;
  display: block;
  padding: 20px;
}
section .container.layout .user-nav ul.nav li a:hover,
section .container.layout .user-nav ul.nav li a.current {
  background: #f2f2f2;
  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;
}
section .container.layout .user-nav ul.nav li.user-account {
  float: right;
}
section .container.layout .user-nav ul.nav li.user-account a {
  border-left: 1px solid #e6e6e6;
}
section .container.layout .user-panel {
  width: 100%;
  max-height: 200px;
}
section .container.layout .user-panel .avatar {
  padding: 12px 15px 0;
}
section .container.layout .user-panel .avatar img {
  height: 70px;
  width: 70px;
}
section .container.layout .user-panel a {
  font-size: 12px;
}
section .container.layout .user-panel h2 {
  font-size: 13px;
  margin-top: 15px;
}
section .container.layout .user-panel span {
  color: #647285;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
section .container.layout .user-panel .stats {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  margin-top: 5px;
  padding: 30px 15px 20px 15px;
}
section .container.layout .user-panel .stats .third {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
section .container.layout .user-panel .stats .third span {
  font-size: 13px;
}
section .container.layout .content {
  width: 678px !important;
}
section .container.layout .content .quick-tools {
  background: #e6e6e6;
  height: 40px;
}
section .container.layout .content .inner {
  padding: 20px;
}
section .container.layout .content .inner > h3 {
  margin: 20px 0;
  clear: both;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 8px;
}
section .container.layout#rightsidebar .content {
  float: left;
  border-right: 1px solid #e6e6e6;
}
section .container.layout#rightsidebar .sidebar {
  float: right;
}
section .container.layout#leftsidebar .content {
  float: right;
  border-left: 1px solid #e6e6e6;
}
section .container.layout#leftsidebar .sidebar {
  float: left;
}
section .container.layout .sidebar {
  width: 300px;
  min-height: 100px;
  background: #ffffff;
  color: #000;
}
section .container.layout .sidebar .share-opt {
  border-bottom: 1px solid #e6e6e6;
}
section .container.layout .sidebar .share-opt h3 {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 5px;
}
section .container.layout .sidebar .share-opt a {
  font-size: 10px;
  margin-left: 10px;
}
section .container.layout .sidebar form.search input {
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  color: #000;
  padding: 20px;
  width: 100%;
  display: block;
  height: 20px;
  font-weight: 700;
}
section .container.layout .sidebar form.search input:hover,
section .container.layout .sidebar form.search input:focus,
section .container.layout .sidebar form.search input.active {
  background: #fafafa;
  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;
}
section .container.layout .sidebar ul.nav {
  padding: 20px 0;
}
section .container.layout .sidebar ul.nav li {
  width: 100%;
  font-weight: 700;
}
section .container.layout .sidebar ul.nav li a {
  display: block;
  padding: 5px 20px;
  color: #000;
}
section .container.layout .sidebar .user-info {
  background: #4e5968;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
}
section .container.layout .sidebar .user-info .form {
  width: 100%;
  clear: both;
  padding-top: 10px;
}
section .container.layout .sidebar .user-info .form input.input {
  width: 100%;
}
section .container.layout .sidebar .user-info img {
  height: 60px !important;
  float: left;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .container.layout .sidebar .user-info .profile {
  width: 200px;
  float: left;
  margin-left: 15px;
  font-weight: 700;
}
section .container.layout .sidebar .user-info .profile h3 span {
  background: #32a0ee;
  float: right;
  font-size: 11px;
  padding: 2px 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .container.layout .sidebar .user-info .profile .grid {
  margin-top: 8px;
  font-size: 15px;
}
section .container.layout .sidebar .user-info .profile .grid span {
  display: block;
  font-size: 12px;
  color: #32a0ee;
}
section .container.layout .toolbar {
  padding: 12px 10px 5px 10px;
  border-bottom: 1px solid #e6e6e6;
}
section .container.layout .toolbar .row {
  overflow: visible !important;
  min-height: 35px;
}
section .container.layout .toolbar .dk_container {
  float: right !important;
  margin-top: 0;
}
section .container.layout #bundles {
  display: block;
  margin: 10px 0;
  line-height: 20px !important;
}
section .container.layout #bundles .bundle {
  margin-bottom: 10px;
  display: inline-block;
  width: 188px;
  background: #4e5968;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .container.layout #bundles .bundle:nth-child(2n+1) {
  margin-left: 32px;
  margin-right: 32px;
}
section .container.layout #bundles .bundle .count {
  margin-top: 5px;
  padding: 10px;
  display: block;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
section .container.layout #bundles .bundle .count a {
  color: #32a0ee;
}
section .container.layout #bundles .bundle .count a span {
  font-size: 13px;
  color: #fff;
}
section .container.layout #bundles .bundle > a {
  display: block;
  margin: 5px 10px;
  color: #fff;
  font-weight: 700;
}
section .container.layout #bundles .bundle > span {
  display: block;
  font-size: 12px;
  margin: 5px 10px;
}
section .container.layout #bundles .bundle .tools a {
  width: 50% !important;
  float: left;
  margin: 0;
  text-align: center;
}
section .container.layout #bundles .bundle .tools a:first-child {
  border-radius: 0 0 0 2px;
  -moz-border-radius: 0 0 0 2px;
  -webkit-border-radius: 0 0 0 2px;
}
section .container.layout #bundles .bundle .tools a:nth-child(2) {
  border-radius: 0 0 2px 0;
  -moz-border-radius: 0 0 2px 0;
  -webkit-border-radius: 0 0 2px 0;
}
section #url-container {
  min-height: 400px;
}
section #url-container #top-urls {
  display: none;
}
section #url-container .url-list {
  overflow: hidden;
  padding: 20px 10px;
  height: 93px;
  border-bottom: 1px solid #e6e6e6;
}
section #url-container .url-list .option {
  width: 70px !important;
  padding-top: 10px;
  float: left;
}
section #url-container .url-list .option div {
  margin-left: 20px;
}
section #url-container .url-list .option ul.toggle {
  padding-top: 15px;
  padding-left: 5px;
}
section #url-container .url-list .option ul.toggle li a {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
}
section #url-container .url-list .option ul.toggle li .dropdown {
  position: absolute;
  z-index: 9999999;
  background: #32a0ee;
  min-width: 135px;
  display: none;
  margin-left: -10px;
  padding: 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
section #url-container .url-list .option ul.toggle li .dropdown a {
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  transition: padding 0.1s linear;
  -webkit-transition: padding 0.1s linear;
  -o-transition: padding 0.1s linear;
  -ms-transition: padding 0.1s linear;
  -moz-transition: padding 0.1s linear;
}
section #url-container .url-list .option ul.toggle li .dropdown a:hover {
  padding-left: 8px;
}
section #url-container .url-list .option ul.toggle li:hover .dropdown {
  display: block;
}
section #url-container .url-list.full {
  padding: 20px 0;
}
section #url-container .url-list.full .url-info {
  width: 560px !important;
}
section #url-container .url-list.full .url-info .short-url {
  margin-top: 10px;
}
section #url-container .url-list .url-info {
  float: left;
  width: 510px !important;
}
section #url-container .url-list .url-info .title {
  margin-bottom: 10px;
}
section #url-container .url-list .url-info .title img {
  margin-right: 5px;
  vertical-align: top;
}
section #url-container .url-list .url-info .short-url {
  color: #808080;
  font-size: 12px;
  padding-left: 28px;
  margin-top: 5px !important;
}
section #url-container .url-list .url-info .short-url a {
  color: #808080;
}
section #url-container .url-list .url-info .info {
  color: #808080;
  font-size: 12px;
  padding-left: 25px;
}
section #url-container .url-list .url-info .info span {
  margin-right: 10px;
}
section #url-container .url-list .url-info .info .qr {
  padding: 5px 5px 2px 5px;
}
section #url-container .url-list .url-info .info .qr img {
  width: 16px;
}
section #url-container .url-list .url-stats {
  float: left;
  width: 76px !important;
  text-align: center;
}
section #url-container .url-list .url-stats strong {
  font-size: 25px;
  display: block;
}
section #stats {
  margin-top: 10px;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  overflow: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section #stats .thumbnail {
  float: left;
  margin-bottom: -2px;
}
section #stats .thumbnail > img {
  max-height: 170px;
  border-right: 1px solid #eee;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section #stats .info {
  margin: 10px 0px;
  width: 750px;
  padding: 5px 20px;
  float: left;
}
section #stats .info h2 a {
  color: #32a0ee;
}
section #stats .info h2 a small {
  float: right;
  background: #32a0ee;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 2px 5px;
  margin-top: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section #stats .info h2 a span {
  color: #999;
  font-size: 12px;
  display: block;
}
section #stats .info .tools {
  margin-top: 20px;
}
section #stats .info .tools .input {
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 2px solid #4aabf0;
  color: #32a0ee;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  padding: 5px 5px 0 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section #stats .info .tools .input input {
  color: #4e5968;
  background: transparent !important;
  font-weight: 700;
  border: 0;
  width: 500px;
}
section #stats .info .tools .row {
  padding-top: 19px;
}
section #stats .info .tools .row .grid.owner img {
  width: 22px;
  display: inline;
  border: 1px solid #1288db;
  margin-right: 5px;
  vertical-align: middle;
}
section #stats .info .tools .row .grid.owner span {
  color: #333333;
  vertical-align: middle;
  display: inline;
  font-size: 12px;
}
section #stats .info .tools .row .grid.owner a {
  font-weight: 700;
}
section #stats .info .tools .row .grid:last-child {
  text-align: right;
}
section #stats .substats {
  border-top: 1px solid #e6e6e6;
}
section #stats .substats .grid {
  border-right: 1px solid #e6e6e6;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 700;
}
section #stats .substats .grid span {
  color: #32a0ee;
  font-size: 13px;
  display: block;
}
section #stats .substats .grid:last-child {
  border-right: 0;
}
section .analytics {
  margin: 20px 0;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .analytics .chart {
  border-bottom: 1px solid #e6e6e6;
  color: #32a0ee;
  padding: 10px;
}
section .analytics .chart.row {
  overflow: visible !important;
  min-height: 49px;
}
section .analytics .chart a {
  margin-top: 5px;
  margin-left: 5px;
}
section .analytics .chart .dk_container {
  margin: 0;
  float: right;
  z-index: 9999 !important;
}
section .analytics #clicks {
  margin: 10px;
  width: 97%;
  height: 350px;
}
section .analytics #clicks .legend > div {
  background: transparent !important;
}
section .analytics #clicks .legendColorBox > div {
  border: 0 !important;
}
section .list-stats h2 {
  border-bottom: 1px solid #b5b9c2;
}
section .list-stats .grid {
  margin-top: 30px;
  height: 400px;
}
section .list-stats .grid:last-child {
  padding-left: 20px;
}
section .list-stats ul.table {
  color: #4e5968;
  font-weight: 700;
}
section .list-stats ul.table li {
  border-bottom: 1px solid #dfe1e4;
  padding-bottom: 5px;
  margin: 10px 0;
}
section .list-stats ul.table li span {
  float: right;
  font-weight: 700;
  background: #32a0ee;
  color: #fff;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .centered {
  background: #ffffff;
  width: 391px;
  margin: 30px auto;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .centered#user-forgot {
  display: none;
}
section .centered h3 {
  margin: 10px 0;
  color: #9ba6b4;
}
section .centered.login_w_promotion {
  margin: 30px 0;
  float: left;
}
section .centered .social {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
section .centered a.button {
  width: 100%;
  display: block;
  text-align: center;
}
section .centered #captcha {
  margin: 0;
}
section .centered #captcha .recaptchatable .recaptcha_image_cell center img {
  width: 250px;
}
section .box {
  background: #ffffff;
  color: #4e5968;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
section .box .title {
  background: #4e5968;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-weight: 700;
}
section .box .inner {
  padding: 10px;
  line-height: 25px;
}
section .share-this {
  border: 2px solid #4e5968;
  background: #ffffff;
  margin-top: 10px;
  padding: 10px;
  overflow: hidden;
  display: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .share-this a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .share-this .qr {
  float: left;
  margin-right: 10px;
}
section .share-this .qr img {
  height: 80px;
}
section .share-this .share-message {
  line-height: 25px;
  float: left;
  padding: 10px;
}
section .share-this .share-message p {
  margin-bottom: 4px;
}
section .share-this .share-message a.button {
  padding: 2px 8px;
}
section#page {
  overflow: hidden;
}
section#page .content .inner {
  line-height: 25px;
}
section#page .content .inner p {
  margin: 10px 0;
}
section#page .content .inner pre {
  background: #4e5968;
  color: #fff;
  padding: 10px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
section#page .content .inner blockquote {
  border-left: 3px solid #a6dc5e;
  padding-left: 10px;
  font-style: italic;
}
section#page .content .inner a {
  color: #32a0ee;
  font-weight: 700;
}
section#page .content .inner a.button {
  line-height: 15px;
}
/**
 * 4.0 Footer Elements
 */
footer {
  padding-bottom: 20px;
  background: #edeef0;
}
footer .site-stats {
  font-size: 20px;
  font-weight: 700;
}
footer .site-stats .stats-middle {
  text-align: center;
}
footer .site-stats .stats-right {
  text-align: right;
}
footer .site-stats span {
  display: block;
  font-size: 12px;
  color: #7e8c9e;
}
footer .footer-nav {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d1d4d9;
}
footer .footer-nav .nav {
  text-align: right;
}
footer .footer-nav .nav a {
  margin-left: 5px;
}
footer .footer-nav .nav .bookmark,
footer .footer-nav .nav .current {
  background: #4e5968;
  color: #fff;
  padding: 5px;
  display: inline-block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/**
 * 5.0 UI Eements
 */
/**
 * 5.1 Buttons
 */
.button {
  color: #fff !important;
  background: #32a0ee;
  border: 0;
  padding: 5px 8px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
  cursor: pointer !important;
  transition: background 0.5s linear;
  -webkit-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
}
.button.round {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.button:hover {
  background: #4aabf0;
}
.button:active,
.button.active {
  background: #1a95ec;
}
.button.small {
  font-size: 11px;
  padding: 2px 5px;
}
.button.large {
  width: 80%;
  font-size: 16px;
  text-align: center;
}
.button.blue {
  background: #32a0ee;
}
.button.blue:hover {
  background: #4aabf0;
}
.button.blue:active,
.button.blue.active {
  background: #1a95ec;
}
.button.blue.disabled {
  background: #ffffff;
}
.button.red {
  background: #e74c3c;
}
.button.red:hover {
  background: #ea6153;
}
.button.red:active,
.button.red.active {
  background: #e43725;
}
.button.red.disabled {
  background: #ffffff;
}
.button.light-blue {
  background: #7cd2ff;
}
.button.light-blue:hover {
  background: #96dbff;
}
.button.light-blue:active,
.button.light-blue.active {
  background: #62c9ff;
}
.button.light-blue.disabled {
  background: #ffffff;
}
.button.transparent {
  background: none;
  color: #808080 !important;
}
.button.transparent:hover {
  color: #333333 !important;
}
.button.transparent:active,
.button.transparent.active {
  color: #333333 !important;
}
.button.facebook {
  background: #3b5998;
}
.button.facebook:hover {
  background: #4264aa;
}
.button.facebook:active,
.button.facebook.active {
  background: #344e86;
}
.button.twitter {
  background: #409dd5;
}
.button.twitter:hover {
  background: #55a8da;
}
.button.twitter:active,
.button.twitter.active {
  background: #2d92ce;
}
/**
 * 5.2 Pagination
 */
.pagination {
  padding: 20px;
}
.pagination a {
  background: none;
  border: 2px solid #cccccc;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 700;
  color: #333333;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -ms-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear;
}
.pagination a:hover {
  border-color: #808080;
}
.pagination span {
  border: 2px solid #4e5968;
  background: #4e5968;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 700;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/**
 * 5.3 Ad Codes
 */
.ads {
  margin: 10px auto;
}
.ads small {
  margin: 5px;
  display: block;
}
.ads.ad_468 {
  width: 468px;
}
.ads.ad_728 {
  width: 728px;
}
.ads.ad_300 {
  width: 300px;
}
.ads img {
  width: 100% !important;
}
/**
 * 5.4 Notification Message
 */
div.message {
  cursor: pointer;
}
.message {
  margin: 5px 0;
  display: block;
  padding: 10px;
  font-weight: 700;
  clear: both;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.message.note {
  background: #4e5968;
  color: #fff;
}
.message.info {
  color: #596577;
  border: 1px solid #4e5968 !important;
}
.message.success {
  background: #a6dc5e;
  color: #fff;
}
.message.error {
  background: #e74c3c;
  color: #fff;
}
.message span {
  display: block;
  margin: 5px 0;
}
a.tooltip {
  color: #a6dc5e;
  font-size: 16px;
  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;
}
a.tooltip i {
  margin-top: 5px;
}
a.tooltip:hover {
  color: #bde588;
}
#tooltip {
  display: block;
  background: #596577;
  color: #fff;
  padding: 5px 10px;
  max-width: 300px;
  z-index: 100;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/**
 * 5.5 Modal
 */
#modal-shadow {
  background: #596577;
  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: 75%;
  max-width: 500px;
  min-height: 150px;
  position: absolute;
  z-index: 999;
  display: none;
  background: #fff;
  text-align: left;
  padding: 10px;
  clear: both;
  color: #222;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#modal-alert .title {
  margin: -10px -10px 10px -10px;
  padding: 10px;
  display: block;
  background: #4e5968;
  color: #fff;
  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;
}
/**
 * 5.6 Forms
 */
form.form {
  clear: both;
  display: block;
  overflow: hidden;
}
form.form.addline {
  margin-top: 10px;
  border-top: 1px solid #e6e6e6;
}
form.form.fixed .input,
form.form.fixed .button {
  width: 450px !important;
}
form.form h2 {
  margin: 30px 0 10px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
form.form label {
  display: block;
  margin: 20px 0 10px 0;
  font-weight: 700;
}
form.form label a {
  float: right;
  margin-top: 1px;
  color: #32a0ee;
  font-size: 12px;
}
form.form .input {
  width: 100%;
  background: #fff;
  border: 2px solid #4aabf0;
  color: #32a0ee;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  padding: 5px 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  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;
}
form.form .input:hover,
form.form .input:focus {
  border-color: #32a0ee;
  color: #000;
}
form.form input[disabled] {
  background: #79c1f4;
  color: #fff;
  border: 0;
}
form.form input[disabled]:hover,
form.form input[disabled]:focus {
  color: #fff;
}
form.form .error {
  border-color: #e74c3c;
}
form.form textarea.input {
  width: 100%;
  min-height: 100px;
}
form.form > button {
  margin: 20px 0;
  width: 100%;
}
form.form ul.form_opt {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}
form.form ul.form_opt li {
  float: right;
  margin-top: 15px;
}
form.form ul.form_opt li.label {
  width: 60%;
  float: left;
  font-weight: 700;
  margin-top: 0;
}
form.form ul.form_opt li.label small {
  display: block;
  margin-top: 5px;
  color: #777;
  font-weight: 400;
}
form.form ul.form_opt li a {
  background: #32a0ee;
  color: #fff;
  padding: 5px 10px;
  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;
}
form.form ul.form_opt li a.round {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
form.form 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;
}
form.form 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;
}
form.form ul.form_opt li a:hover {
  background: #61b6f2;
}
form.form ul.form_opt li a.current {
  background: #0e6aac;
}
form.form .block {
  border-bottom: 1px solid #eee;
  margin: 10px 0;
  padding-bottom: 10px;
}
form.form .checkbox {
  margin-top: 10px;
  display: block;
}
form.form .checkbox label {
  margin: 8px;
  float: left !important;
}
form.form .checkbox label a {
  float: none;
}
form.form .checkbox div {
  top: 5px !important;
  float: left !important;
}
/**
 * 5.7 Others
 */
a#back-to-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #4e5968;
  color: #fff;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/**
 * Recaptcha theme
 */
#captcha {
  margin: 10px;
  display: none;
}
#captcha #recaptcha_logo {
  display: none;
}
#captcha #recaptcha_table {
  border-color: #eee !important;
}
#captcha #recaptcha_privacy {
  display: none;
}
#captcha .recaptchatable .recaptcha_image_cell #recaptcha_image {
  border: 0 !important;
}
#captcha #recaptcha_response_field {
  padding: 5px;
  border-color: #eee !important;
  color: #4e5968;
  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;
}
#captcha #recaptcha_response_field:hover,
#captcha #recaptcha_response_field:focus {
  border-color: #32a0ee !important;
}
.page404 {
  text-align: center;
}
.page404 h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
}
.page404 h1 span {
  display: block;
  font-size: 120px;
  line-height: 120px;
}
.private {
  line-height: 25px;
}
.private h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
}
.private a {
  font-weight: 700;
  border-bottom: 1px dotted #fff;
}
/* 
 * jQuery UI
 */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 999 !important;
}
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: 700;
  color: #fff;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  background: #4aabf0;
}
.ui-widget-content {
  border: 1px solid #0a4d7d;
  background: #32a0ee;
  color: #fff;
}
@media screen and (max-width: 640px) {
  body {
    width: 100%;
  }
  body .container {
    width: 92% !important;
    margin: auto auto;
    max-width: 640px;
  }
  header .header .logo {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    font-size: 1.5em;
  }
  header .header ul.menu {
    float: none;
    margin: 5px 0;
  }
  header .header ul.menu li {
    margin-left: 0;
  }
  header .header ul.menu li:first-child {
    margin-left: 0;
  }
  section .container.fixed .content {
    width: 100% !important;
  }
  section .sidebar {
    margin: 10px !important;
  }
  section#page .breadcrumb {
    font-size: 1.3em;
  }
  section#page .content {
    width: 100%;
    float: none;
  }
  section#page .content .inner {
    margin: 0 !important;
  }
  section#page .sidebar {
    width: 100%;
    float: none;
  }
  section .promo {
    padding: 10px;
  }
  section .promo .breadcrumb{
  }
  section .promo .row {
    margin-bottom: 20px;
  }
  section .promo .row .grid.third {
    width: 100%;
    clear: both;
    display: block;
  }
  section #shortener {
    overflow: visible !important;
  }
  section #shortener .main-form {
    min-height: 100px;
  }
  section #shortener .main-form .main-input {
    font-size: 1.2em;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-right: 0;
  }
  section #shortener .main-form button {
    display: block;
    float: right;
  }
  section #shortener button.form-button {
    padding: 5px 20px;
    font-size: 1.1em;
    margin-top: 8px;
  }
  section #shortener .pre {
    display: none;
  }
  section #shortener .advanced-options .row .grid.third {
    width: 100%;
    display: block;
    float: none;
    margin: 25px 0;
  }
  section #shortener .advanced-options .row .grid.third .inner {
    margin: 0;
  }
  section #shortener .advanced-options .geotarget {
    margin-top: 30px;
  }
  section #shortener .advanced-options .geotarget .geo-input .row .grid.half {
    display: block;
    width: 100%;
    float: none;
    margin: 5px 0;
    min-height: 30px;
    overflow: hidden;
  }
  section #shortener .advanced-options .geotarget .geo-input input.small {
    width: 70%;
  }
  section #shortener .advanced-options .geotarget .geo-input input.large {
    width: 80%;
  }
  section .url-shortener .grid {
    display: block;
    clear: both;
    float: none;
  }  
  section .url-shortener .advanced{
    clear: both;
    float: none;
    margin: 10px !important;
  }
  section .url-shortener .switcher{
    display: none !important;
  }
  section .centered {
    width: 100%;
  }
  section .share-this .qr {
    float: none;
    margin-left: 10px;
  }
  section .share-this .qr img {
    height: 80px;
  }
  section .share-this .share-message {
    line-height: 25px;
    margin-left: 0;
    float: none;
  }
  section .share-this .share-message p {
    margin-bottom: 10px;
  }
  section .share-this .share-message a.button {
    width: 100%;
    display: block;
    padding: 2px 8px;
  }
  section #url-container .url-list {
    height: auto;
  }
  section #url-container .url-list > a.button {
    margin-left: 5px;
  }
  section #url-container .url-list:last-child {
    border-bottom: 0;
  }
  section #url-container .url-list h3 {
    min-height: 40px;
  }
  section #url-container .url-list h3 img {
    margin-right: 5px;
  }
  section #url-container .url-list h3 a.right {
    float: none !important;
    clear: both;
    display: block;
    padding: 5px auto;
    margin-top: 5px;
  }
  section #url-container .url-list a.button.right {
    float: none !important;
  }
  section #url-container .url-list strong {
    display: block;
    width: 100%;
    padding: 5px auto;
    margin-bottom: 10px;
  }
  section #url-container .url-list span {
    margin-top: 20px;
  }
  section #url-container .url-list span i {
    font-size: 1.1em;
    vertical-align: middle;
  }
  section #url-container .url-list .option {
    margin-bottom: 5px;
    margin-top: 0px;
    padding-top: 0;
  }
  section #url-container .url-list .url-stats {
    display: none;
  }
  section #url-container .url-list.full .url-info {
    width: 100% !important;
  }
  section #url-container .url-list .url-info {
    width: 100% !important;
  }
  section .toolbar {
    background: #4e5968;
    overflow: hidden;
    padding: 5px 5px 0 5px;
    display: block;
    width: 100%;
    height: auto !important;
    z-index: 100;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  section .toolbar .grid {
    width: 100% !important;
    display: block;
    float: none;
  }
  section .toolbar .grid a {
    margin: 5px;
  }
  section .toolbar .grid a.red {
    float: none;
  }
  section .toolbar .red {
    float: left;
  }
  section .toolbar form {
    float: left;
    margin-left: 20px;
  }
  section .toolbar form input {
    padding: 3px 5px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  section .toolbar .pagination {
    float: right !important;
  }
  section .toolbar .pagination a {
    padding: 3px 8px;
  }
  section .toolbar .pagination span.current {
    color: #fff !important;
  }
  section .url-shortener.margin {
    margin-top: 0 !important;
  }
  section #bundles .bundle {
    width: 100%;
  }
  section #bundles .bundle .tools a {
    width: 100% !important;
    float: none;
  }
  section #bundles .bundle .tools a:first-child {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  section #bundles .bundle .tools a:nth-child(2) {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  section .user-info a {
    text-align: center !important;
    display: block;
  }
  section .user-info a img {
    float: none;
  }
  section .user-info .profile {
    width: 100%;
    float: none;
    clear: both;
    margin: 10px 0;
  }
  footer .row .grid.half {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  footer a.button {
    display: block;
    width: 100%;
  }
  footer p {
    clear: both;
    width: 100%;
  }
  footer .footer-nav {
    font-size: 0.9em;
  }
  footer .footer-nav .copy {
    text-align: left;
    margin-top: 10px;
  }
  footer .footer-nav .row .grid.half {
    display: block;
    width: 100%;
    float: none;
  }
  form.form .input,form.form.fixed .input,form.form.fixed .button {
    width: 100% !important;
    -webkit-appearance: none;
  }
  form.form > button {
    margin: 20px 0;
    width: 100%;
  }
  #chart,
  #clicks {
    display: none;
  }
  section .container,section .container.layout .content {
    width: 100% !important;
    float: none;
  }  
}
