@import url("ibm-plex.min.css");
.cta:hover{
background:#cccccc;
color:#333;    
}
#insightsBox{
	min-height: 70px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px;
  	background-color: #fdfdfd;
    border-radius: 8px;
    padding: 12px;
    color:#2c3a47;
}
#insightsBox p>a{
color:#5cb85c!important;
border-bottom:0px!important;
}
#insightsBox a.btn {
    font-weight: 700;
}
#insightsBox p{text-shadow:none;font-size: 14px;}
.wallet .col-md-6 {padding-bottom:15px}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
background-color: #2d3436;
}
.spin-primary {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 3px solid #ccc;
    border-radius: 50%;
    border-top-color: #428bca;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    top: 2px;
    position: relative;
  }
.spin-warning {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 3px solid #ccc;
    border-radius: 50%;
    border-top-color: #f0ad4e;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    top: 2px;
    position: relative;
  }
.spin-danger {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 3px solid #ccc;
    border-radius: 50%;
    border-top-color: #d9534f;
    top: 2px;
    position: relative;
  }
.spin {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 3px solid #ccc;
    border-radius: 50%;
    border-top-color: #5cb85c;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    top: 2px;
    position: relative;
  }
  @keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  @-webkit-keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
.sidebar > .nav>li>a {
    letter-spacing: 1px;
    font-weight: 500;
}
.nav>li>a {
    letter-spacing: 1px;
    font-weight: 400;
}
.circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px #5cb85c;
    position: relative;
    top: 148px;
    left: 158px;
  }
  .green-dot{
    background: #5cb85c;
  }
.pulse {
    animation: pulse-animation 2s infinite;
  }
  
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px #337ab7;
    }
    100% {
      box-shadow: 0 0 0 50px #337ab7;
    }
  }

#hero {
    width: 647px;
    height: 379px;
    background-image: url(/assets/img/map.png);
    z-index: -1;
    position: relative;
    left: 40%;
    background-repeat: no-repeat;
    overflow-x: hidden;
}
#secondary-hero{
    background: #0000000d;
    color: #545454;
    padding: 20px;
    border-radius: 2rem;
    position: relative;
    margin-top:150px;
}
#signUpIndex {
    position: relative;
    margin-left: 150px;
    margin-top: -250px;
    width: 35%;
}
#signUpIndex .btn {
    padding: 12px 18px;
    font-size: 22px;}
#signUpIndex .form-control {height:48px;font-size:16px;}
.xdsoft_flipcountdown {
    min-width: 320px!important;
}
#bfBox{
	min-height: 70px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px;
	background-image: url("/assets/img/black_friday.png");
  	background-color: #333;
    border-radius: 6px;
    padding: 30px;
    background-position: right 50px;
    background-repeat: no-repeat;
    color:#f5f5f5;
}
#bfBox p{text-shadow:none;}
#twoFactorBox {
	min-height: 70px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px;
	background-image: url("/assets/img/2fa.png");
  	background-color: #333;
    border-radius: 6px;
    padding: 20px;
    background-position: right 130px;
    background-repeat: no-repeat;
    color:#f5f5f5;
}
#twoFactorBox p{text-shadow:none;font-size:16px;}
.xdsoft_flipcountdown {
    min-width: 320px!important;
}
#newAppBox{
	min-height: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px;
	background-image: url("/assets/img/tree.png");
  	background-color: #333;
    border-radius: 6px;
    padding: 20px;
    background-position: right 0px;
    background-repeat: no-repeat;
    color:#f5f5f5;
}
#getExchangerX {
	min-height: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px;
	background-image: url("/assets/img/get-exchanger-x.png");
  	background-color: #fff;
    border-radius: 6px;
    background-position: right -20px;
    background-repeat: no-repeat;
    text-align:center;
    color:#333;
    font-size:16px;
}
#grabberBox{
	min-height: 70px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px;
	background-image: url("/assets/img/grabber.png");
  	background-color: #333;
    border-radius: 6px;
    padding: 30px;
    background-position: right 50px;
    background-repeat: no-repeat;
    color:#f5f5f5;
}
#grabberBox p{text-shadow:none;}
#import-urls{display:none}
.herobox .btn {
    border-radius: 8px!important;
    border: 1px solid rgb(0 0 0 / 20%)!important;
    font-size: 14px!important;
    padding: 5px!important;
    border: 1px solid rgb(255, 217, 0)!important;
    background: transparent!important;
}

.herobox{color: #fff!important;background: #2d3436;font-family: 'IBM Plex Sans',sans-serif;font-weight: 400;font-size: 14px;cursor: pointer;padding: 5px;}
.banner{background:linear-gradient(141deg, #DCECEB 0%, #6D9EAF 51%, #DCECEB 75%);padding:4em 2em 2em;text-shadow:none;font-weight:bold}
.banner p, .banner p>a, .banner .text-muted{text-shadow:none;}
.banner h1{font-weight:bolder;display:inline-block}
.vdr-block, .vdr-output{display:none;}
.slider-selection{background:#0e90d2!important;}
.clone-qty{display:inline;width:150px;}
.delete-action {display:inline;width:auto}
.myurls .modal-dialog{width:650px}
.modal-dialog {
    box-shadow: 0px 5px 0px #555;
    border-radius: 8px;
}
.jq-toast-single {font-family: 'IBM Plex Sans',sans-serif!important;font-weight:400;font-size:14px!important;border:1px solid #333;border-radius:8px!important;box-shadow: 0px 5px 0px #555!important;line-height:18px!important}
.jq-toast-single > h3 {font-size:18px!important;line-height:22px!important;}
.jq-toast-loader {
    bottom:-5px!important;
    top:auto!important;
    height: 5px!important;
    border-radius: 8px!important;
    background:#d9534f!important;
}
.modify-settings{display:none}
.modify-settings label{width:100%}
.modify-settings .active {background-color: #428bca;border-radius: 4px;}
.quick-actions{display:inline}
.quick-actions>ul.dropdown-menu {left: -60px;}
.select-actions{width: 150px;display: inline;}
*[id^='copy_button-'] {cursor:pointer;}
.surf-link-box {border: 4px dashed rgba(0,0,0,0.1);padding: .5em;cursor: pointer;}
#copied {position: absolute;font-size: 5em;opacity: 0.5;text-align: center;width: 90%;}
.settings #copied {font-size: 2em;text-align: right;width: 100%;padding: 0 .5em;font-weight: bold;}
.col-url {word-wrap:break-word;word-break:break-word;}
.promo-code {margin-bottom:20px}
.checkout-font {font-size:1.5em;}
.globalsign_seal {opacity:0.5}
.globalsign_seal:hover {opacity:1}
.intro{width:80%;margin:0 auto}
.intro-video{position:absolute;display:none;cursor:pointer}
.intro-default{cursor:pointer}
.things-to-know img{display: block;max-width: 100%;height: auto;-webkit-filter: grayscale(100%);filter: gray; filter: grayscale(100%);filter: url(desaturate.svg#greyscale);width:100%}
.things-to-know img:hover{filter:none;-webkit-filter:none;}
.overview .block {display:block;padding:5px;opacity:0.5}
.overview .block:hover {opacity:1}
a.benefits:hover{color:#545454}
.rc-anchor-standard {
background: transparent;
border: 0;
color: #545454;
}
::selection {background-color:#5cb85c;color:#fff}
::-moz-selection {background-color:#5cb85c;color:#fff}
#show-advanced-block,#hide-advanced-block {cursor:pointer;margin-bottom:0}
.spinner {margin-top: 2px;position: absolute;}
.download-options {width: auto;margin: 0 auto;}
.blue-lg {font-size:16em;color:#428bca;}
.agreement {padding:10px 0;font-weight:normal}
#carousel-testimonials blockquote {border-left: none;text-align: center;padding: 0 0 3em;margin:0}
.carousel-inner{position:relative}
.testimonial-link {position: absolute;width: 100%;margin-top:-30px;}
.no-padding-right {padding-right:0;}
.guide-text {padding-top:22%;color:#fdf9e0;}
.submit-tkt {width:300px;}
.or-space{line-height:3em;}
.up-now {font-weight: bold;}
.display-inline {display:inline;padding-top:10%;}
.panel-default>.panel-heading {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#home .star-rating .clear-rating{display:none}
#home .rating-gly-star{font-size:24px}
#home .caption{display:none}
#features p{font-size:1.15em}
#features .row {margin-bottom:6em}
#features .fanatics {margin-bottom:0!important}
#features h3{color:#5cb85c;margin-top:20px}
#how-it-works p{font-size:1.15em}
#how-it-works .row {margin-bottom:6em}
#how-it-works .fanatics {margin-bottom:0!important}
#how-it-works h3{color:#5cb85c;margin-top:20px}
#download .hero {margin:40px auto 0;}
.box {border: 1px solid #999;
padding: 20px;
display: inline-block;
width: 100%;
margin-bottom: 10px;}
.install-sub li{border: 1px solid #999;
padding: 20px;
display: inline-block;
width: 95%;
margin-bottom: 10px;}
.about-para {text-align: justify;line-height: 2em;font-size:1.2em;}
.landing h4{line-height:1.5em;}
.landing h1{text-transform: capitalize;margin-top: 0;margin-bottom: 0;font-size:24px;}
.landing ul {list-style-type: none;}
.margin-top {margin-top:15px;}
.b-landing {line-height: 1!important;}
#userlic
{
    width:100%;
	height:400px;
	overflow-y:scroll;
}
#landing-modal .modal-header {border-bottom:none;padding: 15px 15px 0 15px;}
#landing-modal .modal-body {padding: 10px 15px 15px 15px;}
#landing-modal .tap {margin-top: 10px;
margin-bottom: 10px;}
.tap {padding-left: 0;}
.keyword a{color: #5cb85c;font-weight:bold;}
.keyword a:hover{text-decoration: underline;}
.landing p{line-height:1.5em;}
.landing {font-size:1.2em;line-height:1.4em;}
.download-now {width: 342px;min-width: 250px;margin-bottom:100px;}
.download-now h3{margin-bottom:0;margin-top:0}
.wallet h3 {cursor:pointer;display:inline-block}
.support textarea{resize:none;width:100%;outline:none;overflow:hidden}
.support-textarea{resize:vertical!important;}
pre {white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: normal!important;word-break:normal!important}
.admin .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
color: #fff;
background-color: #428bca;
border: 1px solid #428bca;
}
p{text-shadow:0 1px 0 #fff;}
.dashboard.admin.console.users.edit .input-sm{height:19px;padding:0 10px;}
.tickets .subject {width: 40%;}
.admin tr{cursor:pointer}
.admin tr:hover{color:#47a447;}
.change-pass {display:inline-block;}
.input-settings{background:transparent;border:none;border-bottom:1px dotted #545454;outline:none;padding:0;}
.input-settings:focus{color:#47a447;}
.settings label .close {float:none;border:0}
.sidebar {margin-bottom:2em;}
.sidebar-stretch {min-height:600px}
.take-action {color:#e74c3c;font-size:85%}
.what-to-do {border-top:none}
.announcements {border-top:none;border-bottom: 1px solid rgba(0,0,0,0.1);}
.history .timestamp .fa:hover {color:#d9534f}
.history .col-report {width:10%;text-align:right}
.dropdown-menu-buy {padding: 0 15px!important;min-width:323px}
.available-label {cursor:pointer;font-size: 24px;}
.geo-countries label{display:inline;margin-right:10px}
.reqacc {color:#47a447;text-transform:uppercase}
.rating-container .rating-stars {color:#5cb85c}
.prorata {color: #47a447;}
.modal-content {
-webkit-box-shadow: none;
box-shadow: none;
}

.alert-dismissable .close {
position: relative;
top: 2px;
right: -21px;
color: inherit;
}

.error {background:#e74c3c!important}
.close {
float: right;
font-size: 16px;
font-weight: bold;
line-height: 1;
text-shadow: 0 1px 0 #fff;
opacity: 1;
filter: alpha(opacity=100);
}

.modal .close {padding: 0;
cursor: pointer;
background: #f5f5f5;
border:0;
-webkit-appearance: none;
padding: 5px 8px;
border-radius: 4px;
color: #999;}

.global {
border: none;
border-radius: 0px;
font-size:16px;
background:#3b434f;
padding: 15px;
margin-bottom: 20px;
color:#fff;
}
.global a {color:#fff}
body{color: #545454;margin: 0;font-size: 14px;line-height: 1.4;background:#f5f5f0 url(../img/noise.png) 0 0;overflow-x:hidden;-webkit-font-smoothing: antialiased;font-smoothing:antialiased;font-family: 'IBM Plex Sans', sans-serif;}
header{padding: 20px 0px;}
.seal {opacity:.4;filter:grayscale(100%);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);filter: gray;margin-bottom:10px;margin-right:8px;}
.seal-sm {opacity:.4;filter:grayscale(100%);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);filter: gray;margin-bottom:10px;}
.seal:hover {opacity:1;filter:none;-webkit-filter:none;-moz-filter:none;-webkit-transition-duration: .5s;transition-duration: .5s;-moz-transition-duration: .5s;}
.seal-sm:hover {opacity:1;filter:none;-webkit-filter:none;-moz-filter:none;-webkit-transition-duration: .5s;transition-duration: .5s;-moz-transition-duration: .5s;}
.required:after{content: " *";font-size: 70%;color: red;}
.form-block {margin-bottom:4em}
.lobster2{font-family: 'Roboto Slab', serif;line-height:2em;margin:0;text-shadow: 0 1px 0 white;}
dl{color:rgba(255,255,255,0.5)}
.btn {box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,.20);}
.logo-xs {background:url('../img/logo_100.png');width:100px;height:39px;display:inline-block;vertical-align:bottom;border-bottom:none}
.logo-sm {background:url('../img/logo_145.png');width:145px;height:57px;display:inline-block;vertical-align:bottom;border-bottom:none}
.logo-lg {background:url('../img/logo_180.png');width:180px;height:71px;display:inline-block;vertical-align:bottom;border-bottom:none}
.account-actions {padding-top:20px}
.main-menu{display:inline-block;margin:0;padding:20px 0 0;list-style-type:none;font-size:1em}
.main-menu li{display:inline-block;border-right:1px solid rgba(0,0,0,0.1);line-height:2.5em}
.main-menu li:last-child{border-right:none}
.main-menu a{padding:11px 20px 11px;text-shadow: 0 1px 0 #fff;border-bottom:none}
.main-menu a:hover{transition-duration: .4s;-webkit-transition-duration:.4s;}
.sign-up{width:30%;min-width:250px;}
.sign-up2{width: 100%;
min-width: 230px;}
.sign-up2 .glyphicon-ok-sign{font-size: 2em;vertical-align: middle;}
.sign-up2 h3{margin-bottom:0;margin-top:0}
.sign-up h3{margin-bottom:0;margin-top:0}
.sign-up .glyphicon-ok-sign{font-size: 2em;vertical-align: middle;}
.my-tickets .subject {width:50%}
.view-ticket .list-replies li{padding: 2em 0;}
.view-ticket .list-replies a {word-break:break-all!important;}
.view-ticket ul{list-style-type:none;padding:0;margin:0}
.view-ticket small {font-size:65%;}
.view-ticket .original-post {border-bottom: 1px solid rgba(0,0,0,0.1);padding: 0 0 2em 0;}
.view-ticket .block {padding:2em}
section{border-top:1px solid rgba(0,0,0,0.1);padding-bottom:40px;}
.download-intro{padding-bottom:0;}
footer a{color:#545454;text-shadow:0 1px 0 white}
a{color:#545454;}
p > a {text-shadow: 0 1px 0 #fff;}
.anchor-dotted {border-bottom:1px dotted}
.anchor-global {color:#fff}
.anchor-global:hover{color:#fff;border-bottom:none}
.list-group-item-heading {text-shadow:0 1px 0 white;font-weight:bold}
a:hover, a:focus {color: #47a447;text-decoration: none;}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {background-color: rgba(0,0,0,0.1);border-color:#292722}
.pagination a.active {
background-color: #eee;
border-color: #ddd;
}
a.list-group-item:hover, a.list-group-item:focus{background-color:rgba(0,0,0,0.08);}
.list-group-item{background-color:rgba(0,0,0,0.08);border:1px solid rgba(0,0,0,.02)}
a.list-group-item .list-group-item-heading{color:#47a447}
.hero {margin:40px auto;display:block;}
.dl-hero {margin: 0 auto;}
.link {font-size:16px;color:#47a447;text-decoration:none;border-bottom:none;font-weight:bold;}
#plans #proPlan {
    background: #fff;
    color:#333;
    border-radius:8px;
    box-shadow:inset 0px -10px 0px 0px rgb(0 0 0 / 20%);
    border:1px solid rgb(0 0 0 / 20%);
}
#plans #mBooster {
    background: #ff9966;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff5e62, #ff9966);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff5e62, #ff9966); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color:#fff;
    border-radius:8px;
    z-index:0;position:relative;
    margin-top:100px;
    margin-left:-40px;
    padding:80px 40px;
    cursor:pointer;
    min-width:338px;
    box-shadow:inset 0px -10px 0px 0px rgb(0 0 0 / 20%);
    border:1px solid rgb(0 0 0 / 20%);
}
#plans #businessPlan {
background: #8E2DE2;background: -webkit-linear-gradient(to left, #4A00E0, #8E2DE2);background: linear-gradient(to left, #4A00E0, #8E2DE2);color:#fff;border-radius:8px;min-height:550px;
position:relative;z-index:1;box-shadow:inset 0px -20px 0px 0px rgb(0 0 0 / 20%);border:1px solid rgb(0 0 0 / 20%);
}
.buy #plans #businessPlan{min-height:auto;}
.pricing-box{background-color:#f27474;padding:40px 0;border-radius:8px;color:#fff;cursor:pointer;box-shadow:inset 0px -15px 0px 0px rgb(0 0 0 / 20%);border:1px solid rgb(0 0 0 / 20%);}
.pricing-box>h2{font-size:8em!important;font-weight:500;font-family:'IBM Plex Serif', serif;}
.pricing section {border-top:0;}
.buy section {border-top:0}
section#plans {border-top:1px solid rgba(0,0,0,0.1);}
.pricing-box span {font-size:2em}
.business-box{background-color:#428bca;background:linear-gradient(to left, #4A00E0, #8E2DE2);background: -webkit-linear-gradient(to left, #4A00E0, #8E2DE2);}
.first-box{background-color:#f27474;padding:70px 50px;border-radius:4px;color:#fff;margin-bottom:15px;line-height: 1.5em!important;}
.first-box h3{line-height: 1.4em;
	-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;cursor:default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;}
.first-box h3:hover{-webkit-transform: scale(1.2);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-backface-visibility: hidden;}
.sec-box{background-color:#7bc688;padding:70px 50px;border-radius:4px;color:#fff;margin-bottom:15px;line-height: 1.5em!important;}
.sec-box h3{line-height: 1.4em;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;cursor:default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;}
.sec-box h3:hover{-webkit-transform: scale(1.2);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-backface-visibility: hidden;}
.third-box{background-color:#b8c7e0;padding:70px 50px;border-radius:4px;color:#fff;margin-bottom:15px;line-height: 1.5em!important;}
.third-box h3{line-height: 1.4em;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;cursor:default;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;}
.third-box h3:hover{-webkit-transform: scale(1.2);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-backface-visibility: hidden;}
.ads small{font-size:.4em;font-family: 'IBM Plex Sans', sans-serif;}
.greeting {background-color:rgba(0,0,0,.02);padding-bottom:0px;}
.block {background-color: rgba(0,0,0,0.08);border:1px solid rgba(0,0,0,.02);border-radius:4px;}
.df-block {background-color: rgba(0,0,0,0.08);border:1px solid rgba(0,0,0,.02);border-radius:4px;min-height:190px;padding-top: 12%;}
.co-text {line-height:3em;}
.co-text2 {line-height:2em;}
.margin-right {margin-right:15px;}
.promo-block {font-size:4em;background: linear-gradient(transparent 40%, #ff9 40%);font-weight:bold;line-height:1em;}
.callout.block {background-color:rgba(255,255,255,0.5);border: 1px solid rgba(0,0,0,0.07);width: 100%;margin: 15px auto;-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}
.ew-resize {
	cursor:ew-resize!important;
}
#home .rating-container {
	cursor:ew-resize!important;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
content: ''!important;
}
.btn {border-radius:8px;box-shadow:inset 0px -5px 0px 0px rgb(0 0 0 / 20%);border:1px solid rgb(0 0 0 / 20%);}
.full-deco{font-weight: bold;
text-decoration: underline;
font-size: 1.2em;}
.free-plan{padding:5em}
.add-on{border:1px solid rgb(0 0 0 / 20%);border-radius:8px;padding:5px 10px;background:#fff;margin-bottom:5px;box-shadow:inset 0px -5px 0px 0px rgb(0 0 0 / 20%);}
blockquote{padding:0 0 10px 20px;border-left: 5px solid rgba(0,0,0,.08);}
blockquote p {font-size: 14px;}
.add-on .pricing{color:#5cb85c;font-weight:800;border-right:1px solid lightgray}
.add-on h2{font-family:'IBM Plex Serif',serif;font-size:4em;margin-top:0}
.add-on h3{margin-top:0;margin-bottom:0}
.items {width:30%}
.items ul {
margin: 0;
padding: 0;
list-style: none;
}
.list-group{margin-bottom:10px}
footer{margin-top:4em;padding:2em 0;border-top:1px solid rgba(0,0,0,0.1);
background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
-webkit-background-size: 50px 50px;
-moz-background-size: 50px 50px;
background-size: 50px 50px;}
footer h4{text-transform:uppercase;font-size:1em;font-weight:800}
footer ul{list-style-type:none;margin:0;padding:0}
footer li{padding:.2em}
.footer-desc {text-align:justify;line-height:1.25em;width:85%;margin-top:1em}
textarea {resize:vertical}
.copyright{text-shadow:0 1px 0 white}
.fa-border-round{background-color: rgba(0,0,0,0.08);border-radius: 4em;width: 2em;height: 2em;padding: .4em .7em;font-size: 2em;font-weight: bold;}

.accepted-payments {
background-color: whitesmoke;
padding: 10px 0;}
.light-stripes{
	margin-bottom:25px;
background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
-webkit-background-size: 50px 50px;
-moz-background-size: 50px 50px;
background-size: 50px 50px;
}

.global-stripes {
    /* margin-bottom: 25px; */
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .02) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .01) 50%, rgba(255, 255, 255, .02) 75%, transparent 75%, transparent);
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
}
.boost-block {
    background-color: rgba(255,255,255,1);
    border:1px solid rgba(212,212,212,0.7);
    }
.boost-block .desc {
        font-size: 14px;
        padding: auto 1em;
    }
.stripes{
background-color: gainsboro;
background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
-webkit-background-size: 50px 50px;
-moz-background-size: 50px 50px;
background-size: 50px 50px;
}
.current-user .btn {border-radius:6px}
p>a{border-bottom:1px dotted #545454;color:#545454;}
.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color:rgba(0,0,0,0.08);
}
.nav>li>a:focus {
text-decoration: none;
background-color: #2d3436;
color: #fff;
}
.nav-pills>li>a{border-bottom:none;}
.dropdown a{border-bottom:none;}
.dropdown-menu {
    text-align:left;
    border-radius:8px;
    border: 1px solid rgba(0,0,0,1);
    box-shadow: 0px 5px 0px #555;
}
.dropdown-menu > li:last-child > a {
    border-radius:8px;
}

.h1, .h2, h1, h2 {
font-weight:500;
}

.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
font-weight:400;
}
.home footer{margin-top:0}
.login>.container, .signup>.container, .reset>.container{margin-top:80px}
.lbl-norm{font-size: 14px;
	margin-top: 10px;
margin-bottom: 10px;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;}
.secure {line-height:45px!important; text-align:center;}
.secure2 {line-height:45px!important; text-align:center;}
.hook h1{margin-top:50px;font-size:48px;}
.big-font {font-size: 68px;margin-top: 10px;}
.nf-margin {margin-top:75px;}
.landing-page {padding-left:96px;padding-right:96px;}
.dashboard #preview {height:500px;}
.dashboard section{padding:20px 0;}
.dashboard>.container{margin-top:40px}
.dashboard>.container:first-child{margin-top:20px}
.dashboard>.top-nav {margin-top: 10px!important;}
.dashboard .nav{margin: 1em 0;font-size:14px}
.dashboard .fa-stack {width:4em;height:4em}
.dashboard .fa-stack-4x{font-size:4em;}
.dashboard .fa-stack-2x {line-height: 2em;}
.dashboard .hero{margin:0 0 40px}
.dashboard h1,h2,h3{margin-top:0}
.dashboard .fa-border-round {font-size: 1em;position: absolute;top: 6em;right: -1em;}
.dashboard .account-information{border-top:none;padding:10px 0 40px!important}
.dashboard .overview .alert{margin-bottom:5px;}
.wallet .alert {
    border: 1px solid rgba(0,0,0,.3)!important;
    box-shadow: inset 0 -5px 0 0 rgba(0,0,0,.1);
    border-radius: 8px!important;}
.dashboard .modal-footer {margin-top: 0px;padding: 0px 20px 20px;text-align: right;border-top:none}
.dashboard .logo-sm {margin:0 auto 2em}
.wallet .row {margin-left:10px;}
.referral .banner{border: 5px solid rgba(0,0,0,.08);border-radius: 4px;}
.addurl section{padding:10px 0;}
.addurl label{width:100%}
.addurl .active{background-color:#428bca;border-radius: 4px}
.traffic-source-bg {position: relative;display: block;padding:10px 15px;text-decoration: none;background: transparent;cursor:pointer;border-radius: 4px;}
.traffic-source-bg:hover {background: rgba(0,0,0,0.08);border:none}
.traffic-source-bg>a:focus {color: #fff;background-color: #428bca;}
.organic-input{padding:1em}
.hitslimit-bg {position: relative;display: block;padding:10px 15px;text-decoration: none;background: transparent;cursor:pointer;border-radius: 4px;}
.hitslimit-bg:hover {background: rgba(0,0,0,0.08);border:none}
.hitslimit-bg>a:focus {color: #fff;background-color: #428bca;}
.cart section:nth-of-type(1){padding:0 0 40px}
.traffic-source .form-control{display:inline;}
.hits-limit .form-control{display:inline;width:80%;text-align:right}
.inline-block{display:inline-block}
.inline{display:inline}
.custom-traffic-label {width:auto!important}
.input-custom-traffic {width:300px!important}
.hits-limit .col-md-6 {
border-radius: 4px;
padding: 2em;
border:1px solid transparent;
cursor:pointer;
}
.hits-limit .hits-limit-input {display:none}
.hits-limit .nav {margin:0;}

.hits-limit .col-md-6:hover {
background: rgba(0,0,0,0.08);
border: 1px solid rgba(0,0,0,0.02);
}

.dropdown-menu>li>a.solid {background:#545454;color:#fff;}
.dropdown-menu>li>a {border-bottom: 1px solid #ebeced;padding: 15px 20px;}
.dropdown-menu::after {
  position: absolute;
  top: -6px;
  right: 18px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #545454;
  border-left: 6px solid transparent;
  content: '';
}
.overview-dropdown .dropdown-menu::after {
    position: absolute;
      top: -6px;
      left: 10px;
      right:auto;
      display: inline-block;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #545454;
      border-left: 6px solid transparent;
      content: '';
    }
.dropdown-nsfw::after {
display:none;
}

.dropdown-menu {top: 30px;padding:0}
.line {border-bottom:1px solid whitesmoke}
.myurls-dropdown {
	display:inline;
}
.myurls-dropdown .dropdown-menu::after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #545454;
  border-left: 6px solid transparent;
  content: '';
}
.myurls-dropdown .dropdown-menu {top: 35px;left:-126px;padding:0}
.myurls .panel-body .col-md-3:hover .help-block, .myurls .panel-body .col-md-6:hover .help-block {
color:#5cb85c;
}
.myurls .site-config .col-md-3 {
border: 1px solid whitesmoke;
margin-left: -1px;
height: 71px;
overflow: hidden;
}
.site-details .col-md-3 {
border: 1px solid whitesmoke;
border-bottom:none;
height: 71px;
margin-left: -1px;
overflow: hidden;
}
.anchor-scroll {
overflow-y: auto;
display: block;
max-height: 35px;
}

.myurls .site-config {
margin: 0 auto;
}

.myurls .site-details {
margin: 1px auto 0;
}

.green {color:#5cb85c;}
.yellow {color: #ed9c28}
.lightblue {color:#39b3d7}
.blue {color:#428bca}
.red {color:#d9534f}
.gray {color:#999999}
.form-control{border:2px solid #cccccc;border-radius: 8px;}
.form-control:hover{border:2px solid #999;}
.form-control:focus{border:2px solid #5cb85c;-webkit-box-shadow:none;box-shadow:none}
.landing input[placeholder] {
   font-size: 1.4em;
}
.free-box {background-color: rgba(0,0,0,.06);
padding: 10px 10px 0 10px;
border-radius: 4px;margin-bottom:10px;}
.form-signup-heading{font-size:24px}

.alert{border-radius:0}
.testimonials .gravatar {position:absolute;margin-top:-5px}
.testimonials small{margin-left:40px;}
.gravatar {border-radius:8em}
.statistics {margin-top:10px;}

.site-block {word-wrap:break-word;margin-bottom:5px}
.extra-slot {
color: #333333;
background-color: #fff;
border: 2px dashed #ccc;
cursor: pointer;
height: 37px;
padding: 7px 15px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
margin: 5px 0;}

.myurls .label {display:inline-block;width: 19px;min-width: 19px;max-width: 19px;border-radius:4em}
.panel-body {padding:0 15px}
.panel-body small {font-size:80%;line-height:1.2em;display:block}
.extra-points td{width:25%;}

.buy .panel{text-align: center;}
.buy .panel-body{padding: 0px;text-align: center;}
.buy .panel-primary{border:0}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
border-top: 1px solid #ddd;
}

.buy #plans .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top:none;
    font-size:16px;
}
.buy #plans .table {margin: 0 auto;text-align: left;width:50%}
.buy .table {margin: 0 auto;text-align: left;}
.buy abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: none;
}
.buy abbr[title] {
    text-decoration:none;
}
.buy #proPlan .the-price{padding-top: 10px;margin: 0;}
.buy #businessPlan .the-price{padding-top: 20px;margin: 0;}
.buy .the-price .initialism {font-size:100%;letter-spacing:3px;font-weight:600}
.buy #businessPlan .the-price h2{line-height: 1em;padding-top:40px;padding-bottom:20px;margin:0;font-size:6em;font-family:'IBM Plex Serif',serif;}
.buy #proPlan .the-price h2{line-height: 1em;padding-top:20px;padding-bottom:10px;margin:0;font-size:4em;font-family:'IBM Plex Serif',serif;}
.buy #mBooster .the-price h2{line-height: 1em;margin:0;font-size:2em;font-family:'IBM Plex Serif',serif;}
.buy .subscript{font-size: 25px;}
.buy .panel-danger {border-color:#f27474;}
.buy .panel-danger>.panel-heading {color: #fff;background-color: #f27474;border-color: #f27474;}
.myurls .panel-heading:focus, .myurls .panel-heading:active {background-color: #545454;}
.myurls .active{color:#fff!important;}
.myurls .panel-heading.active {background-color: #545454!important;color:#fff!important;border-color:#545454!important}
.myurls .panel-heading:hover {background-color: #545454;color: #fff;border-color: #545454;}
.buy .fa-ban {color:red}
.buy .fa-check {color:#4cd137}
.buy .fa-close {color:#ff5e62}
.buy table{margin-bottom:0;}
.buy .promo {padding: 10px;}
.buy .insert-code {width: 70%;margin-right: 5%;display:inline;}
.buy .qty {width:10%;}
.buy .form-control {display:inline}

.knowledgebase li {margin-bottom:10px}
.knowledgebase ul {list-style-type:none;padding:0}
.announcements li {margin-bottom:10px}
.announcements ul {list-style-type:none;padding:0}

.checkout section:nth-of-type(1){padding:0 0 0;}

.billing-history p{padding:15px;}


/* CSS-only ribbon styles    */
.cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner
{
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}

.myurls .fa-exclamation-circle {margin-left:2px;color: #d9534f;}
.myurls .fa-check {margin-left: -1px;}
.myurls .caret {margin-top: -2px;}
.myurls .fa-check-circle {color: #5cb85c;}
.myurls .fa-minus-circle {color:#f0ad4e;}
.myurls .fa-circle {color: #f0ad4e;}
.myurls .fa-times-circle{color: #999;}
.myurls .url-bar{padding: 10px 0;cursor:pointer}

pre{overflow:inherit}

.callout {
position: relative;
padding: 15px;
margin: 1em 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border:none;
margin-left: 10px;
}

.myurls .dropdown>a{padding:.7em 0 .7em .7em}
.myurls .dropdown .label {display:inline;width: inherit;min-width: inherit;max-width: inherit;border-radius: .25em;}

#toTop {
    padding: 5px 3px;
    color: rgba(0,0,0,.3);
    position: fixed;
    bottom: 0;
    right: 5px;
    display: none;
    cursor:pointer;
}
#toTop:hover {
    color: rgba(0,0,0,.5);
}
.img-center {margin:0 auto;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;}
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px)
    and (orientation : portrait)
    and (-webkit-device-pixel-ratio : 3) {
        .booster-packs {margin-top:2em}
        .boost-block .desc {padding:1em}
        .extra-points {font-size:13px;}
        #plans #mBooster {margin-left:0!important;margin-top:0!important;min-width:auto;}
        #signUpIndex {
            margin-left: 0px;
            margin-top: 0px;
            margin-bottom: 40px;
        }
        #hero{
            max-width:375px;
        }
        #secondary-hero{
            margin-top:40px;
        }
        .free-plan {
            padding:1em;
        }
    }
@media (max-width: 767px) {
    #grabberBox {background-position:right 150px!important}
    .booster-packs {margin-top:2em}
    .boost-block .desc {padding:1em}
.myurls  .panel-settings > small {
        display: none;
    }
.list-replies .label {font-size:60%!important}
.buy #plans #mBooster {margin-left:0!important;margin-top:0!important;min-width:auto;}
.buy #plans .table {
width:100%;
text-align:center!important;
}
#hero{
    height:179px;
    left:-10%;
}
#secondary-hero{
    margin-top:40px;
}
#signUpIndex {
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 40px;
}
#signUpIndex .btn{
    width:100%;
}
body {font-size:1.7em;}
.container {padding-left:40px;padding-right:40px;}
.df-block {padding-top: 7%;}
.account-actions {text-align:center;}
.account-actions .dropdown {float:none!important}
.logo-holder {text-align:center;}
figure .img-responsive{margin:0 auto}
.sign-up2{width: 100%;min-width: 170px;}
.secure2 {line-height:1.5em!important; text-align:center;}
.big-font{font-size:36px;}
.sign-up h3{font-size:18px;}
.sign-up {min-width:200px;}
.pull-right>.dropdown-menu{right:0;left:0}
.dropdown-menu::after {
border:none;
}
.contact-links {text-align: center;}
.contact-desc {display:none;}
}
@media (min-width: 768px) and (max-width: 991px) {
    #grabberBox {background-position:right 150px!important}
    .booster-packs {margin-top:2em}
    .boost-block .desc {padding:1em}
    #signUpIndex {
        margin-left: 0px;
        margin-top: 0px;
        width:100%;
        margin-bottom: 40px;
    }
    #hero{
        left:5%;
        height: 189px;
    }
    #secondary-hero{
        margin-top:40px;
    }
    #signUpIndex .btn {
        width: 100%;
    }
.buy #plans #mBooster {margin-left:0!important;margin-top:0!important;}
.buy #plans .table {width:100%;text-align:center!important;}
.df-block {padding-top: 7%;}
.account-actions {text-align:center;}
.account-actions .dropdown {float:none!important}
.logo-holder {text-align:center;}
figure .img-responsive{margin:0 auto}
.big-font{font-size:39px;}
.pull-right>.dropdown-menu{right:0;left:0}
.dropdown-menu::after {
border:none;
}
.contact-links {text-align: center;}
.contact-desc {display:none;}
}
@media (min-width: 992px) and (max-width: 1199px) {
.free-plan h3{
margin-top:0;}
.free-plan {
padding:1em;}
.add-on .pricing{border-right:none;border-bottom:1px solid gainsboro;}
.ads .col-xs-6{margin-bottom:2em}
.main-menu li{border-right:none;}
.col-md-2 {margin-bottom:5em;}
.account-actions {text-align:right;}
.account-actions .dropdown {float:right;}
.logo-holder {text-align:left;}
.secure {line-height:inherit!important;}
.sign-up2{width: 100%;min-width: 180px;}
.big-font{font-size:54px;}
}
@media (min-width: 1200px) {
.account-actions {text-align:right;}
.account-actions .dropdown {float:right}
.logo-holder {text-align:left;}
.big-font{font-size:68px;}
}
.deals-halign {
	line-height:446px;
}
.deals-font {
	font-size:50px;
	font-family: 'Robotic Slab',serif;
    margin: 0;
    text-shadow: 0 1px 0 white;
}
.deals-bg {
	background-color: #8a8a8a;
	color: #fff;
	padding: 40px;
	line-height: 22px;
	margin-bottom:50px;
	font-family: Helvetica,Arial,sans-serif;
}