
/*-- New CSS --*/
body {
    background:#fff;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    line-height:26px;
}
li a, a {
    color:#10592d;
    text-decoration: underline;
}
a:hover {
    color:#000;
    text-decoration: underline;
}
p {
    margin: 0px;
}
.clear {
    clear:both;
}
.f_left {
    float:left;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.header .logo img {
    z-index: 1;
    margin: 5px 0 0;
    position: relative;
}
.header .logo .logo-mobile img{
    display: none;
}
.alert-warning {
	text-align: center;
}
.purchase {
    padding: 10px 0 0px;
    border-bottom: none;
    background: url(../img/patterns/breadcrumbs.png) repeat;
}
.content-sm {
    padding-top: 60px;
    padding-bottom: 0px;
}
.content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.headline {
    display: block;
    margin: 10px 0 20px 0;
    border-bottom: 1px dotted #e4e9f0;
}
.footer {
    padding:40px 0 0;
    position: relative;
    bottom: 0;
    background: url('../../images/footer.png') no-repeat center center;
    background-size: cover;
    width:100%;
}
.footer .headline h2 {
	color:#fff;
}
.footer p {
	color:#fff;
	font-size:14px;
	line-height: 22px;
}
.footer-socials li a{
    color: #f1f1f1;
    font-size:24px;
    text-decoration: none;
}
.footer .link-list a {
    color: #eee;
    font-size: 11px;
    padding: 6px 0px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}
.footer-socials {
    text-align:left;
    line-height: 50px;
}
.coinmarketcap-currency-widget {
    background:#f1f1f1;
    float: left;
    border-radius:10px;
    width:100%;
}
.newsletter-footer {
    float: left;
}
.newsletter-footer iframe{
    width:100%;
}
.copyright col-md-8 {
    padding-left:0px;
    padding-right:0px;
}

.link-list li {
    border-top: 1px dotted #e4e9f0;
}
.copy {
	width:100%;
	background:#111;
	margin-top:40px;
    padding:10px 0px 0px;
}
.copy p{
	line-height:50px;
    color:#999;
    border-top:1px solid #333;
    text-align: center;
}
.alert-box {
	background:#faebcc;
    width:100%;
    padding:10px 0px;
    overflow: hidden;
}
.alert-warning h3{
	margin:0px;
	font-size: 12px;
	padding:0px;
	line-height:18px;
}
.dropdown-menu li h3 {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0px 10px 15px;
    text-transform: uppercase;
    line-height: 20px;
    color:#256638;
    margin:0px 0px;
    background:#f3f3f3;
}
.logo img {
    max-width:150px;
    width:100%;
}
/*-- Ticker --*/
.ticker {
    background:#256638;
    width:100%;
    height:40px;
    overflow: hidden;
}
.ticker ul{
    text-align: left;
    margin: 0px;
    padding-left:0px;
}
.ticker ul.ticker-socials{
    float: right;
}
.ticker p, .ticker li{
    color:#fff;
    font-size:13px;
    list-style: none;
    float: left;
    display: inline;
    padding-right:15px;
    line-height:37px;
}
.ticker-socials li a{
    color: #f1f1f1;
    font-size:18px;
    text-decoration: none;
    opacity:0.8;
}
.ticker-socials li a:hover{
    opacity:1;
    transition: 200ms;
}
.ticker-socials li a img{
    max-height:20px;
}
.ticker .link-list a {
    color: #eee;
    font-size: 11px;
    padding: 6px 0px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}
.ticker-socials {
    text-align:left;
    line-height: 50px;
}

/*-- CTA --*/
a.button {
    background:#a5d370;
    border:none;
    padding:10px 15px;
    color:#000;
    font-size:18px;
    max-width:250px;
    width:100%;
    float: none;
    display: block;
    text-align: center;
    margin:0px 5px;
    border-radius: 0px;
    transition: 500ms;
    line-height:21px;
    text-decoration: none;
}
a.button strong{
    font-size:22px;
}
a.button:hover {
	background:#256638;
    transition: 500ms;
    text-decoration: none;
    color:#fff;
}
.btn-u.btn-brd.btn-u-dark {
    border-color: #ccc;
    padding: 7px 15px 5px;
}
.btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
    background: #256638;
    border-color: #256638;
}
ul.secondary-nav {
    padding: 0px;
    margin-top:20px;
}
.secondary-nav li{
    display: inline;
    width:100%;
    color:#fff;
    margin: 10px 0px;
}
.secondary-nav li .btn-u.btn-brd {
    color: #333;
    background: rgba(250,250,250,1);
    padding: 7px 20px;
    font-size:18px;
    margin:5px;
    min-width:279px;
    transition: 500ms;
}

/*-- What is --*/

.what-is p{
    text-align: left;
    margin-top: 20px;
    width:90%;
}
.what-is a{
    clear: left;
}
/*-- Video --*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    clear: left;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.headline h2 {
    font-size: 26px;
}

/*-- Why pot --*/
.why-pot {
    background: url('../../images/why-pot.png') no-repeat center center;
    background-size: cover;
    width:100%;
    padding:60px 0px;
}
.why-pot p, .why-pot h2{
    color:#fff;
    text-align: left;
    box-sizing: border-box;
}
.why-wrap p{
    padding: 0px 40px;
}
.why-pot .why-wrap p, .why-pot .why-wrap h2{
    color:#fff;
    text-align: center;
}
.why-pot img{
    margin:0px auto;
    width:100px;
    display:block;
}

/*-- Start --*/
.box-container {
    background:#eeeeee;
    box-sizing: border-box;
    padding:20px;
    float: left;
    width:100%;
    margin-top: 20px;
}
.box-container h3{
    font-size: 35px;
    margin:0px auto;
}
.box-container ul{
    box-sizing: border-box;
    padding:0px;
}
.box-container li{
    list-style: none;
    padding: 10px 0px 0px;
    text-align: center;
    border-bottom:1px solid #aeaeae;
    width:100%;
    font-size:18px;
    color:#000;
    font-weight:bold;
}
.box-container ul li img{
    width:20px;
	display: inline;
	position: relative;
	top:-13px;
}
.box-container .button {
    float: none;
    width:50%;
    margin: 0px auto;
    clear: left;
    display: block;
    margin-top:20px;
}
.box-container img{
	display: block;
	margin:20px auto 0 auto;
	width:100%;
	max-width:200px;
}

/*-- Start --*/
.newsletter {
	position: relative;
	display: block;
	margin: 15px 0 0;
}
.newsletter iframe{
	position: relative;
	display: block;
	width:770px !important;
	margin:0px auto;
	height:85px;
}
.newsletter h2 {
    text-align: center;
    box-sizing: border-box;
    padding: 0px 8px;
    font-size: 20px;
}
.newsletter p {
	text-align: center;
	padding-bottom:10px;
}

/*-- Banner --*/
.banner ul {
    padding:0px;
    margin:0px;
}
.banner ul li {
    list-style: none;
    display: inline;
}
.banner ul li img{
    width:16.66%;
    float: left;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.banner ul li img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: 300ms;
}

.what-is, .start-now, footer{
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

/*-- Getting Started --*/
.pricing-mega-v1 {
    padding: 0px 0px 0 15px;
}
.pricing h3 {
    color: #222;
    padding: 12px 0;
    font-size: 21px;
    font-family: Arial;
    background: #eee;
    border-radius: 3px 3px 0 0;
    text-shadow: 0 0px 0 #fff;
    text-align: center;
}
.pricing:hover {
    box-shadow: 0 0 0px #fff;
}
.price-active, .pricing:hover {
    z-index: 9;
    margin-top: 0px;
}
.pricing-table-v1 .pricing-v1-content li {
    text-align: center;
    border-bottom:0px;
    line-height:22px;
}
.pricing-table-v1 .pricing-v1-blue .pricing-v1-content li {
    border-bottom:0px;
}
.pricing-v1 {
    border:1px solid #eee;
    padding-bottom:10px;
    z-index: 1;
    background:#F9F9F9;
}
.header .navbar-nav > li > a {
    color: #687074;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
    padding:10px 20px;
}
.header .navbar-toggle .fa {
    color: #256638;
    font-size: 19px;
}
.header .navbar-toggle, .header .navbar-toggle:hover, .header .navbar-toggle:focus {
    background: #ffffff;
    padding: 5px 10px 5px 9px;
    transition: 500ms;
    border-color:#eee;
    color:#256638;
}
.header .navbar-toggle:hover {
    background: #ffffff !important;
    border-color:#256638;
    transition: 500ms;
    border:1px solid;
}
.pricing-v1:hover {
    z-index: 2;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
}
.pricing-table-v1 .pricing-v1-blue .pricing-v1-head {
    background: #256638;
}
.pricing-v1-head img {
    max-width:85px;
    margin-bottom: 10px;
}
.pricing-v1-head i {
    max-width:85px;
    margin-bottom: 10px;
    color:#fff;
    font-size: 85px;
}
.pricing-table-v1 .pricing-v1-content {
    margin-bottom: 0;
    background: #f9f9f9;
    min-height: 115px;
}
.pricing-v1-footer a.button{
    width:100%;
    max-width:160px;
    float: none;
    display: block;
    text-align: center;
    margin: 0px auto;
    border-radius: 0px;
    line-height: 21px;
}
.pricing p {
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 21px;
}
.pricing-table-v1 .pricing-v1-grey .pricing-v1-head {
    background: rgba(189,195,199,1);
}
.pricing-table-v1 .pricing-v1-grey .pricing-v1-content li {
    border-bottom: none;
}
.pricing-v1-grey a.button{
    cursor:default;
    background:#eee;
}
.getting-started.parallax-quote {
    color: #fff;
    padding: 20px 0 10px;
    position: relative;
    text-align: center;
    background: url(../../images/merchant_testimonial.png?v4) 50% 0 repeat fixed;
}
.getting-started .parallax-quote-in h2 {
    color:#fff;
    font-size: 20px;
}
.getting-started .parallax-quote-in p {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Open Sans",Arial,sans-serif;
}
.getting-started .parallax-quote-in a.button {
    margin:20px;
    display: inline-block;
    float: none;
    max-width:150px;
    padding:8px;
}
ul.page-nav {
    text-align: center;
    display: block;
    overflow: hidden;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 30px;
}
.get-started .page-nav li a {
    min-width: 280px;
    margin: 0 auto;
    font-size: 18px;
    text-decoration: none;
    transition: 500ms;
}
.get-started-123 {
    padding-top: 20px;
}
.get-started-123 h4 {
    font-size: 18px;
}
.get-started-123 h4,
.get-started-123 h5 {
    display: inline-block;
}
.get-started-123 a.button {
    width: 100%;
    max-width: 300px;
    margin: 30px 0;
}
.get-started-123 h2 span {
    background-color: #256638;
    color: #fff;
    width: 1.5em;
    display: inline-block;
    text-align: center;
    border-radius: 60px;
    height: 1.5em;
    margin: 0 15px 0 0;
    line-height: 1.5em;
    font-weight: 600;
    font-size: 25px;
}
.get-started-123 h2 {
    font-size: 25px;
    color: #256638;
    padding: 10px 35px 5px 0;
    line-height: 1.2em;
}
.get-started-123 p {
    padding: 10px 0;
}
.testimonials-v6 .testimonials-info img {
    float: left;
    width: 150px;
    height: auto;
    margin-right: 20px;
}
.testimonials-v6 .testimonials-info {
    padding: 20px 0px;
    background: #fff;
    border-bottom: solid 3px #eee;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    float: left;
}
.testimonials-v6 .testimonials-desc p {
    margin-bottom: 0px;
}
.step2-cta a {
    margin-top:10px;
    min-width:100px;
    text-align: center;

}
.step2-cta a.button {
    display: inline-block;
    max-width:130px;
}
.step2-cta .btn-u.btn-brd {
    padding: 7px 15px 5px;
}

/*-- About --*/
.headline-center.headline-light p {
    color: #fff;
}
.headline-center p {
    font-size: 16px;
}
.bg-image-v1 {
    width: 100%;
    height:100%;
    height: auto;
    background-size:cover;
    background: url(../../images/about_mission.png?v4) 50% 50% no-repeat fixed;
}
.margin-bottom-80 {
	margin-bottom:80px;
}
.roadmap-right {
    position: relative;
    right: 0px;
}
.roadmap h3{
	margin-top: 45px;
}
.roadmap-info{
    background:#fff;
    position: relative;
    z-index: 1;
}
.roadmap img{
	max-width:180px;
    width:100%;
    margin: 0px auto;
    z-index: 1;
    position: relative;
}
.roadmap img.numbers-left{
    max-width:80px;
    width:100%;
    margin: 0px auto;
    z-index: 1;
    position: absolute;
    float: left;
    right:-60px;
    top:25px;
}
.roadmap img.numbers-right{
    max-width:80px;
    width:100%;
    margin: 0px auto;
    z-index: 1;
    position: absolute;
    float: left;
    left:-60px;
    top:25px;
}
.roadmap-line {
	content:"";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px dashed green;
}

/* -- poloniex -- */
a.fancybox {
    border:solid 2px #256638;
    width:100%;
    display: block;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
}

/* -- Developers -- */
.developers .intro {
    padding: 50px 0 30px;
}
.developers .intro p {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
}
.developers .content .headline {
    margin: 10px 15px 20px;
}
.developers .content img,.developers .content p {
    margin-bottom: 20px;
}
.developers .row:nth-child(even){
  background-color: #f4f7f5;
}
.developers .row:nth-child(even) .headline {
    border-bottom: 1px solid #ffffff;
}
.developers a.button {
    max-width: 360px;
}

/* -- MERCHANTS -- */
.parallax-quote {
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center;
    background: url(../../images/merchant_testimonial.png?v4) 50% 0 repeat fixed;
}
.parallax-quote-in p {
    line-height: 35px;
}
.merchants-accepting a.button{
    float: none;
    margin:20px auto;
    display: block;
    width:100%;
    max-width: 300px;
}

/*-- News --*/
.blog h1 {
    color:#10592d;
}
.blog h2 {
    margin-top:20px;
}
.blog-post-tags {
    margin-bottom: 20px;
}
.media-page .post {
    padding: 0 10px 15px;
}
.read-more-link {
    padding-bottom: 15px;
    border-bottom: 1px dotted #e4e9f0;
}
.read-more-link a {
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
}
.read-more-link a .fa {
    padding-left: 5px;
}
.news-page .post h2 {
	font-size: 19px;
	line-height: initial;
	display: inline-block;
	margin-right: 100px;
	font-weight: 600;
}
.news-page .post h2 a{
    text-decoration: none;
}
.news-page .post h2 a:hover {
    text-decoration: none;
}
.news-page .post p.time-published {
    font-size: 12px;
	font-weight:600;
    line-height: 1em;
}
.news-page .post p {
    font-size: 14px;
    line-height: 23px;
}
.news-page .post p {
    margin-bottom: 5px;
}
.blog-entry {
    margin:20px 0px;
}
.press-logos {
    margin: 30px 0;
    float: left;
}
.press-logos a{
    border: 1px solid #eee;
    float: left;
    width:100%;
    min-height:75px;
    padding:10px;
    margin:5px 0px;
}
.press-logos img{
    text-align: center;
    margin:0px auto;
}

/*-- Media --*/
.vid-container iframe{
    margin:0px 0px;
    width:100%;
}
a.radio-spot {
    float: left;
    text-decoration: none;
}
a.radio-spot i {
    border-radius: 100px;
    height: 100px;
    width: 100px;
    border: solid 2px #006633;
    font-size: 38px;
    line-height: 91px;
    text-align: center;
    padding-right: 6px;
    display: block;
    margin: 0 40px 0 0;
}
a.radio-spot:hover {
    text-decoration: none;
}
a.radio-spot:hover i {
    color: #a5d370;
}
.radio-ads {
    margin-top: 20px;
    float: left;
}

/*-- Breadcrumb Headers --*/
.breadcrumbs-about,
.breadcrumbs-merchants,
.breadcrumbs-poloniex,
.breadcrumbs-home,
.breadcrumbs-dev,
.breadcrumbs-news,
.breadcrumbs-media {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.breadcrumbs-home.img-home {
    background: url(../../images/home_bg_2.jpg?v4) repeat 50% 50%;
    background-size: cover;
    background-position: center center;
}
.breadcrumbs-about.img-about {
    background: url(../../images/about_bg.png?v2) no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcrumbs-contact.img-contact {
    background: url(../../images/about_bg.png?v2) no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcrumbs-news.img-news {
    background: url(../../images/news_bg.png?v3) no-repeat;
    background-size: cover;
    background-position: center 20%;
}
.breadcrumbs-merchants.img-merchants {
    background: url(../../images/merchant_bg.png?v2) no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcrumbs-poloniex.img-poloniex {
    background: url(../../images/poloniex.png?v3) no-repeat;
    background-size: cover;
    background-position: center top;
}
.breadcrumbs-dev.img-dev {
    background: url(../../images/staking_bg.png?v2) no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcrumbs-media.img-media {
    background: url(../../images/media_bg.png?v2) no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcrumbs-merchants,
.breadcrumbs-poloniex,
.breadcrumbs-dev,
.breadcrumbs-home,
.breadcrumbs-about,
.breadcrumbs-news,
.breadcrumbs-media,
.breadcrumbs-contact {
    z-index: 1;
    padding: 60px 0;
    position: relative;
}
.breadcrumbs-news, .breadcrumbs-contact {
    z-index: 1;
    padding: 100px 0;
    position: relative;
}
.breadcrumbs-merchants h1,
.breadcrumbs-poloniex h1,
.breadcrumbs-dev h1,
.breadcrumbs-about h1,
.breadcrumbs-home h1,
.breadcrumbs-news h1,
.breadcrumbs-media h1,
.breadcrumbs-contact h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px #000;
}
.breadcrumbs-merchants p,
.breadcrumbs-poloniex p,
.breadcrumbs-dev p,
.breadcrumbs-about p,
.breadcrumbs-home p,
.breadcrumbs-news p,
.breadcrumbs-media p,
.breadcrumbs-contact p {
    color: #fff;
    font-size: 22px;
    padding:10px;
}

.breadcrumbs-home a.button {
    background:#a5d370;
    border:none;
    padding:10px 15px;
    color:#000;
    font-size:18px;
    max-width:365px;
    width:100%;
    display: inline-block;
    text-align: center;
    margin:10px 5px;
}
.breadcrumbs-home a.button:hover {
    background: #256638;
    transition: 500ms;
    text-decoration: none;
    color: #fff;
}
.breadcrumbs-home button:first-child {
    margin-right:10px;
}
.breadcrumbs-home .button-wrapper {
    text-align: center;
}

/*-- LINKS --*/
#source,
#explorer,
#potchain-api,
#potcoin-api,
#potcoin-js,
#wordpress,
#coinpayments,
#marketing-tools,
#buying,
#selling,
#get-started,
#benefits,
#help-form,
#history,
#mission,
#roadmap,
#audio-video,
#graphics,
#wallets,
#wallets-gt;
#sync {
    position: relative;
    top: -100px;
}

/*-- Contact --*/
.email-widget button{
    background: #8E44AD;
    border:none;
    padding: 10px 15px;
    font-size: 18px;
    max-width: 250px;
    width: 100%;
}
.email-widget .modal-header button{
    background: #fff;
    max-width: 50px;
}
.email-widget input, .email-widget select{
    height:40px;
}

.disclaimer {
    font-size: 11px;
    line-height: 1.5em;
    color: #929191;
}

@media (min-width: 992px) {
		/*Navbar Nav*/
	.header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
		padding-top: 25px;
		padding-bottom: 17px;
	}

}

@media (max-width: 1200px) {
    .pricing-table-v1 .pricing-v1-content {
        margin-bottom: 0;
        background: #f9f9f9;
        min-height: 160px;
    }
}
@media (max-width:1199px) and (min-width:991px) {
    .header .logo img{
        display: none;
    }
    .header .logo .logo-mobile img{
        display: inline-block;
        width:50px;
        margin:10px;
    }

}
@media (max-width: 991px) {
    .header .logo img {
        z-index: 1;
        margin: 0px 0;
        position: relative;
    }
    .videoWrapper {
        margin-top: 20px;
        clear: left;
        display: block;
    }
    .pricing-table-v1 .pricing-v1-content {
        margin-bottom: 0;
        background: #f9f9f9;
        min-height: 100px;
    }
    .what-is a {
	    clear: left;
	    margin-bottom: 30px;
	}
    .why-pot .col-lg-4{
        border-bottom: 1px dotted #e4e9f0;
        padding-bottom:20px;
        padding-top:10px;
    }
    .box-container {
        margin-bottom:30px;
    }
    .coinmarketcap-currency-widget {
        float: none;
    }
    .banner ul{
        text-align: center;
        margin-bottom:20px;
    }
    .banner ul li img{
        width: 32%;
        float: none;
        text-align: center;
    }
    .header .navbar-toggle {
	    display: block;
	    margin-top: 16px;
	}
    .header .navbar-nav {
        margin: 0 0 0px;
        float: none!important;
    }
    .roadmap-line {
        display:none;
    }
    .headline-center p {
        padding: 0 0px;
    }
    .newsletter-footer {
        height:auto;
    }
    .newsletter-footer iframe{
        height:135px !important;
    }
    .testimonials-v6 p {
        text-align: center;
    }
    .testimonials-v6 img {
        text-align: center;
        margin:0px auto;
        display: block;
        float: none !important;
        margin-right:auto !important;
        width:220px !important;
    }
    .step2-cta{
        text-align: center;
        margin:10px auto;
        display: inline-block;
    }
    .copy p {
        line-height: 50px;
        color: #999;
        border-top: 1px solid #333;
        text-align: center;
        float: left;
        width: 100%;
    }
}
@media (max-width: 800px) {
	.newsletter iframe{
		position: relative;
		display: block;
		width:100% !important;
		margin:0px auto;
		height:140px;
	}
}
@media (max-width: 768px){
    .breadcrumbs-about, .breadcrumbs-merchants, .breadcrumbs-poloniex, .breadcrumbs-home, .breadcrumbs-dev {
        padding: 50px 0;
    }
    .footer-socials {
        text-align: left;
        line-height: 40px;
    }
    .pricing-table-v1 .pricing-v1-content li {
        padding: 20px;
    }
    .pricing-table-v1 .pricing-v1-content {
        margin-bottom: 0;
        background: #f9f9f9;
        min-height: 70px;
    }
}
@media (max-width: 730px) {
    .ticker li {
        font-size:12px;
    }
}

@media (max-width: 655px) {
    .ticker {
        height:55px;
    }
    .ticker li {
        font-size: 12px;
        max-width: 50%;
        line-height: 15px;
        text-align: center;
        padding-top: 8px;
        width:100%;
    }
    .ticker .ticker-socials li {
        font-size: 12px;
        max-width: 100%;
        width: 40px !important;
        line-height: 15px;
        text-align: center;
        padding-top: 8px;
        width:100%;
    }
    .ticker ul {
        width: 100%;
        margin:0 auto;
        padding-left:0px;
    }
    .ticker ul.ticker-socials {
        width: 280px;
        margin:0 auto;
        padding-left:0px;
        float:none;
    }
    .numbers-right, .numbers-left {
        display: none;
    }
    .secondary-nav li {
        margin: 0px;
    }
    .secondary-nav li .btn-u.btn-brd {
        color: #333;
        background: rgba(250,250,250,1);
        padding: 3px 0px;
        font-size: 14px;
        margin: 5px;
        min-width: 202px;
    }
    .breadcrumbs-merchants h1, .breadcrumbs-poloniex h1, .breadcrumbs-dev h1 {
        color: #fff;
        font-size: 30px;
        line-height: 30px;
        text-transform: uppercase;
        text-shadow: 0px 0px 10px #000;
    }
    .parallax-quote-in a{
        clear: left;
        display: block !important;
        margin:20px auto !important;
    }
}
@media (max-width: 600px) {
    .roadmap h3 {
        margin-top: 20px;
    }
    .breadcrumbs-home h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .box-container h3 {
        font-size: 24px;
    }
    .newsletter h2 {
        text-align: center;
        box-sizing: border-box;
        padding: 0px 10px;
        font-size: 18px;
        line-height: 27px;
    }
    .why-wrap p {
        padding: 0px 0px;
    }
    .getting-started .parallax-quote-in h2 {
        color: #fff;
        font-size: 18px;
        line-height: 25px;
    }
}
@media (max-width: 494px) {
    .content {
        padding-top:20px;
        padding-bottom: 30px;
    }
    .margin-bottom-60 {
        margin-bottom: 30px;
    }
    .sm-margin-bottom-40 {
        margin-bottom: 10px;
    }
    .headline h2 {
        font-size: 22px;
        font-weight: bold;
    }
    .breadcrumbs-merchants h1,
    .breadcrumbs-poloniex h1,
    .breadcrumbs-dev h1,
    .breadcrumbs-about h1,
    .breadcrumbs-home h1,
    .breadcrumbs-news h1,
    .breadcrumbs-media h1,
    .breadcrumbs-contact h1 {
        color: #fff;
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
        text-shadow: 0px 0px 10px #000;
    }
    .breadcrumbs-merchants p,
    .breadcrumbs-poloniex p,
    .breadcrumbs-dev p,
    .breadcrumbs-about p,
    .breadcrumbs-home p,
    .breadcrumbs-news p,
    .breadcrumbs-media p,
    .breadcrumbs-contact p {
        color: #fff;
        font-size: 16px;
        padding:10px;
    }
    .breadcrumbs-news, .breadcrumbs-contact {
        z-index: 1;
        padding: 50px 0;
        position: relative;
    }
    .service-block-v5 .service-inner {
        padding: 40px 20px;
    }
    .content-sm {
        padding-top: 30px;
        padding-bottom: 0px;
    }
}
@media (max-width: 450px) {
    .developers .secondary-nav li .btn-u.btn-brd {
        color: #333;
        background: rgba(250,250,250,1);
        padding: 3px 0px;
        font-size: 11px;
        margin: 5px;
        min-width: 160px;
    }
}

@media (max-width: 450px) {
    .box-container img{
        width:152px;
    }
    .box-container h3 {
        width:100% !important;
    }
    .roadmap h3 {
        margin-top: 0px;
    }
    .roadmap h3, .roadmap p {
        text-align: left;
        line-height: 22px;
    }
}

@media (min-width: 768px){
    .why-pot .container {
        padding-left:0px;
        padding-right:0px;
    }
}