/* NEW */
@font-face{
    font-family:Promo;
    src:url(/fonts/collection/Promo-Med.eot);
    src:url(/fonts/collection/Promo-Med.eot?#iefix) format("embedded-opentype"),url(/fonts/collection/Promo-Med.woff) format("woff"),url(/fonts/collection/Promo-Med.ttf) format("truetype"),url(/fonts/collection/Promo-Med.svg) format("svg");
    font-weight:300;
    font-style:normal
}
@font-face{
    font-family:Promo;
    src:url(/fonts/collection/Promo-Bold.eot);
    src:url(/fonts/collection/Promo-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/collection/Promo-Bold.woff) format("woff"),url(/fonts/collection/Promo-Bold.ttf) format("truetype"),url(/fonts/collection/Promo-Bold.svg) format("svg");
    font-weight:500;
    font-style:normal
}

@font-face {
    font-family: Linearicons;
    src: url(../coinlayer_fonts/Linearicons/Linearicons.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../coinlayer_fonts/Linearicons/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../coinlayer_fonts/Linearicons/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../coinlayer_fonts/Linearicons/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../coinlayer_fonts/Linearicons/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../coinlayer_fonts/Linearicons/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../coinlayer_fonts/Linearicons/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

body {
    background: #e9e9e9;
    font-family: "Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    text-rendering: unset !important;
    -webkit-font-smoothing: unset !important;
    -moz-osx-font-smoothing: unset !important;
    color: #333333;
}

.thankyou-container{
    background-color: #FFF;
    margin-top: 70px!important;
    padding-top: 50px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thankyou-container .breadcrumbs.bg{
    width: 100%;
    margin-bottom: 100px;
    opacity: .8;
} 

.thankyou-container .breadcrumbs.bg .container .br-title{
    padding-top: 20px;
}

.content_container.real_dashboard p {
    font-family: "Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif !important;
}

.container{
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px;
    max-width:1170px;
   
    
}
.button{
    display:inline-block;
    margin-bottom:0;
    text-align:center;
    touch-action:manipulation;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    line-height:1.42857;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.header .logo img{
    height: 50px;
    display:inline-block;
    margin-right:10px;
    top: 8px;
    position:relative;
}
.header .logo{
    float:left;
    padding-left:15px
}
.header{
    right:0;
    left:0;
    border-radius:0;
    top:0;
    position:absolute;
    background-color:transparent;
    border:none;
    height:70px;
    background: #2255c5 url(../coinlayer_images/coinlayer_hero_reduced.png) no-repeat center !important;
}
.header ul{
    margin:0;
    float:right;
    padding-left:0;
    list-style:none
}
.header ul:after,.header ul:before{
    content:" ";
    display:table
}
.header ul>li,.header ul>li>a{
    display: -webkit-inline-box;
    position:relative
}
.header ul>li{
    float:left
}
.header ul>li>a{
    color: #ffffff;
    font-weight: 500;
    line-height:35px;
    margin:16px 15px 19px;
    font-family:"Promo",Helvetica,Arial,sans-serif;
    text-decoration: initial;
    font-size: 13px;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
}
.header.light ul>li>a{
    color:#fff
}
.header ul>li.status>a:before{
    content:'';
    width:10px;
    height:10px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    display:inline-block;
    background-color:#47C652;
    position:relative;
    top:1px;
    left:-6px;
    margin-left:4px
}
.header ul>li.status>a{
    padding:0 10px 1px;
    border-radius:3px;
    background: transparent;
    margin-right:0;
    margin-left: 6px;
}
.header ul>li.action>a{
    background: rgba(0,0,0,.05);
    padding:0 10px;
    border-radius:3px;
    margin-right: 0;
}
.header ul>li.action.login>a{
    padding:0 10px 1px;
}
.header ul>li.action.cta>a{
    background:#df7055;
    color:#fff;
    text-transform:uppercase;
    padding:0 10px 1px;
    margin-right:0
}
.header.light ul>li.login>a,
.header ul>li.go_to_dashboard>a{
    background: transparent;
    color: #fff;
    border: 2px solid #d7d7d9;
    top: -2px;
}
.header .logo a{
    font-family: "Promo",Helvetica,Arial,sans-serif;
    color:#333;
    font-weight: 500 !important;
    float:left;
    font-size:24px;
    line-height:normal;
    margin-left:-15px;
    text-decoration: initial;
    margin-top: 1px;
}
.header.light .logo a{
    color:#fff
}
.header a:hover{
    text-decoration: underline;
}
footer{
    text-align:center;
    padding-top:50px;
    background: #e9e9e9;
    font-size:14px;
}
footer .right_side,footer ul{
    display:inline-block;
    text-align:left;
    width:150px
}
footer ul{
    list-style:none;
    padding:0;
    margin:0
}
footer ul li{
    line-height:20px
}
footer ul li.heading{
    font-weight: 700 !important;
    color:#333;
    margin-bottom:10px;
}
footer ul li a{
    color: #333 !important;
    cursor:pointer;
    text-decoration:  none;
    font-weight: normal !important;
}
footer ul li a:hover{
    text-decoration:  underline;
}
footer .right_side{
    margin-left:35px;
    font-size:12px;
    position:relative;
}
footer .right_side span{
    font-size:16px
}
footer p{
    border-top:1px solid rgba(0,0,0,.1);
    margin-top:40px;
    padding-top:10px;
    font-size:13px;
    margin-bottom:0
}
.strip-alt.dashboard {
    margin-top: 70px;
}
.doc_heading, 
.doc_subheading, 
.login_button_container {
	-webkit-font-smoothing: unset !important;
    -moz-osx-font-smoothing: unset !important;
}
.strip {
	border-bottom: 0;	
}
.reset_accesskey {
	padding: 5px;
    margin: 0;
    float: right;
    font-size: 14px;
    letter-spacing: normal;
    position: absolute;
    right: 5px;
    top: 5px;	
	background: #283f59;
}
.alert.accesskey, .alert.api_url {
	position: relative;	
}
.alert.api_url.quickstart,
.alert.api_url {
	font-size: 14px;
}
ul.ipstack_methods {
	padding-left: 19px;
	margin: 0;
	margin-bottom: 25px;
}
ul.ipstack_methods li {margin-bottom: 5px;}
ul.ipstack_methods li strong {

}
.popup_button.yes.blue_button,
.login_button.no_popup, 
.save_changes_button {
    background: #283f59 !important;
}
.save_changes_button {
    padding: 5px 10px;
}
p.notification {
    padding-left: 30px;
    background: url(../images/assets/notification_x2.png) 3px 0 no-repeat;
    background-size: 18px;
    padding-bottom: 0;
    font-weight: 400;
}
.big_button {
    float: right;
    font-weight: 300;
    color: #000!important;
    border: 1px solid #e1e1e1;
    padding: 20px 0;
    background: #fff;
    margin-top: 18px;
    width: 37%;
    text-align: center;
    text-decoration: none;
    padding-right: 25px;
}
.big_button + .big_button{
    padding-right: 24px;
}
@media screen and (max-width:1024px){
    .api-section .container .copyright-section {
        width: 300px!important;
    }
}
@media screen and (min-width: 948px){
}
.big_button:hover {
    background: #f9f9f9;
}
.content_container.real_dashboard p {
    color: #333;	
}
.upgrade_box.current {
    background: #283f59;
    border-color: #283f59;
}
section.subscription_plans{margin-top: 20px;}
section.subscription_plans .subs_wrapper .plan{
    box-sizing: border-box;
    display:inline-block;
    width: 25%;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #d1d1d1;
    background: #f9f9f9;
    float: left;
    border-right: 0;
}
section.subscription_plans .subs_wrapper .plan.current{
    background: #ffffff;
}
section.subscription_plans .subs_wrapper .plan:last-of-type{
    border-right: 1px solid #d1d1d1;
}
section.subscription_plans .subs_wrapper .plan .heading{
    padding-bottom:10px;
    background: transparent;
}
section.subscription_plans .subs_wrapper .plan.professional .heading:before{
    display: none;
    background:#283f59;
    color:#fff;
    font-weight:700;
    content:'MOST POPULAR';
    font-size:12px;
    padding:5px 0;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
section.subscription_plans .subs_wrapper .plan.enterprise .heading{
    background:#283f59
}
section.subscription_plans .subs_wrapper .plan .heading p{
    font-size:14px;
    line-height:18px;
    font-weight:700;
    padding-top:20px;
    padding-bottom:10px
}
section.subscription_plans .subs_wrapper .plan .heading h3{
    font-size:25px;
    line-height: 25px;
    color:#283f59;
    font-weight:600;
    margin-bottom: 15px;
}
section.subscription_plans .subs_wrapper .plan .heading h6{
    font-size:13px;
    font-weight:500;
    margin-bottom: 0;
}
section.subscription_plans .subs_wrapper .plan small{
    display: block;
    margin-top: 3px;
    font-weight: bold;
    color: #999;
}
section.subscription_plans .subs_wrapper .plan .heading .button{
    height:auto;
    background-color:#507eb1;
    padding: 6px 8px 8px 8px;
    margin-top:20px;
    margin-right: 0;
    width: 100%;
    box-sizing:  border-box;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #507eb1;
    text-transform: inherit;
}
section.subscription_plans .subs_wrapper .plan .heading .button.current,
section.subscription_plans .subs_wrapper .plan .heading .button.current:hover{
    background: transparent;
    color: #333;
    border: 1px solid #333333;
    cursor: default;
    pointer-events: none;
}
section.subscription_plans .subs_wrapper .plan.downgrade .heading .button,
section.subscription_plans .subs_wrapper .plan.downgrade .heading .button:hover{
    border-color: #e1e1e1;
    background: #e1e1e1;
    color: #333333 !important;
}
section.subscription_plans .subs_wrapper .plan .heading .button:hover {
    color: #ffffff;
}
section.subscription_plans .subs_wrapper .plan.downgrade .heading .button:hover {
    color: #787c81;
}
section.subscription_plans .subs_wrapper .plan.enterprise .heading .button{
    background:#ff6a2e;
    width:230px
}
section.subscription_plans .subs_wrapper .plan .features{
    text-align:left;
    margin-top: 5px;
    padding-left: 5px;
}
section.subscription_plans .subs_wrapper .plan.marked .features,section.subscription_plans .subs_wrapper .plan.professional_plus .features{
    border-right:0
}
section.subscription_plans .subs_wrapper .plan .features h4{
    font-size: 13px;
    line-height:25px;
    color:#080059;
    margin-bottom:0;
    font-weight:500;
    letter-spacing:0;
}

/* tooltip icon */

section.subscription_plans .subs_wrapper .plan .features h4.api_calls:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e90b";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.currency_module:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e75f";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.support_level:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e7ed";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.updates:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e661";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.historical:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e663";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.target:before {
    font-family: Linearicons;
    font-size: 14px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e75c";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.expand:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e68d";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.ssl:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e668";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.conversion:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e8da";
    position: relative;
    top: 2px;
    color: #080059;
}

section.subscription_plans .subs_wrapper .plan .features h4.timeframe:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e789";
    position: relative;
    top: 2px;
    color: #080059;
}
section.subscription_plans .subs_wrapper .plan .features h4.change:before {
    font-family: Linearicons;
    font-size: 15px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-right: 6px;
    margin-top: -3px;
    content: "\e7fb";
    position: relative;
    top: 2px;
    color: #080059;
}


/*  */

section.subscription_plans .subs_wrapper .plan .features span.billing_module:before
{
    content: "\1F6C8";
}


section.subscription_plans .subs_wrapper .plan .features span:before {
    font-family: Linearicons;
    font-size: 17px;
    display: inline-block;
    speak: none;
    font-weight: 400;
    margin-left: 5px;
    margin-top: -3px;
    content: "\1F6C8";
    position: relative;
    top: 2px;
    cursor: pointer;
    color: #080059;
}





section.faq ul+span,section.hero_small,section.preapp h2,section.stats .container>p,section.stats ul li .heading{
    font-family:"Roboto Mono",Helvetica,Arial,sans-serif
}
section.subscription_plans .subs_wrapper .plan.marked .features h4,section.subscription_plans .subs_wrapper .plan.marked .footer .tagline,section.subscription_plans .subs_wrapper .plan.marked .heading h3{
    color:#fff
}
section.subscription_plans .subs_wrapper .plan .features h6{
    margin-top:0;
    margin-bottom:20px
}
section.subscription_plans .subs_wrapper .plan .footer{
    padding: 5px 10px 10px;
}
section.subscription_plans .subs_wrapper .plan .footer .tagline{
    padding:20px 10px
}
section.subscription_plans .subs_wrapper .plan .footer .cta{
    width:100%;
    height:auto;
    background-color:#507eb1;
    padding:12px;
    margin-top:8px
}
section.subscription_plans .subs_wrapper .plan.marked{
    width:250px;
    background-color:#283f59;
    position:relative;
    top:71px
}
section.subscription_plans .subs_wrapper .plan.marked .heading p{
    margin-bottom:5px;
    color:#fff
}
section.subscription_plans .subs_wrapper .plan.marked .footer .cta{
    background-color:#ff6a2e;
    padding:7px 12px;
    margin-top:15px
}
section.quote {
	display: block;
	top: 20px;
	position: relative;
	clear: both;
	margin-bottom: 20px;
	background: #f9f9f9;
	padding: 15px 15px;
	border: 1px solid #d1d1d1;
	max-height: 45px;
}
section.quote a {
	background-color: #507eb1;
	padding: 6px 10px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 13px;
	border-radius: 3px;
	float: right;
	position: relative;
	top: -6px;
	color: #fff;
}
.codebox{
    background:#28323f
}
.codebox header,.codebox header .button-dark,.codebox header nav .codebox_button{
    background:-webkit-linear-gradient(top,#323c49,#1d232b);
    background:linear-gradient(to bottom,#323c49,#1d232b)
}
.codebox header .button-dark,.codebox header nav .codebox_button.disabled{
    background:rgba(33,33,40,0);
    color:rgba(255,255,255,.6)
}
.codebox header .button-dark.selected,.codebox header .button-dark:active,.codebox header nav .codebox_button.selected,.codebox header nav .codebox_button:active{
    background:#465568
}
.codebox header .button-dark.selected,.codebox header .button-dark:active,.codebox header nav .codebox_button.disabled.selected,.codebox header nav .codebox_button:active{
    background:rgba(33,33,40,0);
    color:rgba(255,255,255,.6);
    outline:0
}
.prettyprint{
    background:#28323f!important
}
.tipr_content{
    background-color:#28323f
}
.code_snippet {
    background: #cce4ff;
}
.code_snippet.quickstart {
    font-size: 14px;
}
.mobile_menu_icon {
	display: none;	
}
/* new footer */
/*API PANEL SYTLING*/

.api-section {
    /* background: #334662; */
    padding: 20px 0;
    margin-bottom: 40px;
}

.api-section .container {
    display: flex;
    justify-content: space-between;
}

.api-section .container .inner-section {
    width: calc(73% / 5 - 20px);
}

.api-section .container .copyright-section {
    width: 27%;
}

.api-section .container .inner-section h3 {
    color: white;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    margin: 0 0 12px;
    line-height: 20px;
}

.api-section .container .inner-section ul li a {
    font-size: 14px;
    color: white!important;
}

.api-section .container .copyright-section p {
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.api-section .container .copyright-section li {
    float: left;
}

.api-section .container .inner-section ul li {
    margin-bottom: 8px;
}

.api-section .container .copyright-section .social-links {
    display: flex;
    margin: 13px 0;
}

.social-links {
    margin-top: unset;
}

.api-section .container .copyright-section .social-links span {
    font-size: 14px;
    color: white;
    margin-right: 15px;
    font-weight: 600;
}

.api-section .container .copyright-section .social-links li {
    cursor: pointer;
    margin-right: 8px;
}

.api-section .container .copyright-section .social-links li img {
    max-width: 22px;
}

.api-section .container .copyright-section .copyright-content>p:first-of-type {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 22px;
    text-align: right;
}

.api-section .copyright-content {
    color: #697e96;
}

.api-section .container .copyright-section .copyright-content>p:nth-of-type(2) span {
    margin: 8px 0;
    display: block;
    text-align: right;
}

.api-section .container .copyright-section .social-links ul {
    width: auto;
}
.footer-inner {
    background-color: #334662;
    padding: 40px 0px;
}

.footer-logo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.new-logo {
    max-width: 100%;
    height: 60px;
}

.api-section .container.custom-container {
    display: flex;
    justify-content: flex-start;
    width:100%;
}

.api-new-section {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.api-section .container .inner-section {
    width: calc(100% / 4 - 76px);
    text-align: left;
}

.api-parrel-content {
    padding-top: 15px;
}
.api-section .container .copyright-section .social-links ul {
    width: auto;
}

@media screen and (max-width: 800px) {
.header .logo img {
	top: 5px;
}
.api-section .container.custom-container {
    display: block;
}
.api-section .container .inner-section {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
footer {
	font-size: 15px;	
	padding: 20px 0 0px;
}
footer ul {
	display: block; 
    width: 100%;	
}
footer ul li {
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	border-radius: 0;
	background: rgba(0,0,0,.05);
	border: 1px solid rgba(0,0,0,.05);
	margin-top: -1px;
}
footer ul li.empty {
	display: none;
}
footer ul li.heading {
    margin-bottom: 0;
    margin-top: 10px;
    background: #8a94a3;
    color: #fff;
    border-bottom: 0;
}
.footer-logo {
    justify-content: center;
}
.new-logo {
    max-width: 100%;
    margin: 0px auto 20px;
}
footer ul li a {
}
footer .right_side {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;	
}
footer p {
    line-height: normal;	
}
.header {
	height: 64px;	
}
.header .mobile_menu_icon {
	display: block;
	position: absolute;
	padding: 17px;
	right: 0;
	z-index: 999999999999999999999;
	background: url(../images/assets/menu_60.png) center center no-repeat!important;
	width: 30px!important;
	height: 30px!important;
	background-size: 30px!important;
}
.header .mobile_menu_icon:before {
    background: url(../images/assets/menu_60.png) center center no-repeat!important;
    width: 30px!important;
    height: 30px!important;
    background-size: 30px!important;
}
.header.light .mobile_menu_icon:before {
	color: #ffffff;
}
.header ul {
    display: none;
	background: #283f59;
    color: #fff;
    position: absolute;
    margin: 0;
    float: none;
    left: 0;
    width: 100%;
    top: 64px;
}
.header ul>li>a {
	color: #ffffff;
	margin: 5px 0 !Important;
	padding-left:  20px !important;
}
.header ul>li {
	display: block;
	float: none;
	width: 100%;
	padding-left: 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.header ul>li:last-child {
	border-bottom: 0;
}
.header ul>li.status>a:before {
	margin-left: 6px;
}
.header ul>li.status>a {
    padding: 0 7px 1px;	
}
.header ul>li.action>a {
	padding: 0;
}
.header ul>li.action.cta>a {
	margin: 0 !important;
    border-radius: 0;
    padding: 6px;	
}
.strip-alt.dashboard {
    margin-top: 64px;	
}
footer .container {
    width: auto;
    min-width: unset;
}
a.big_button {
	float: none !important;
    width: 100%;
    display: inline-block;
    margin: 0;
    border: 1px solid #e1e1e1 !important;
    padding-right: 0;
    padding-left: 0;
}
.big_button + .big_button {
    padding-right: unset;
    margin-top: 15px;
}
.big_button + .divide_line.fullwidth {
	height: 25px;	
}
.divide_line.fullwidth + .divide_line.fullwidth {
	display: none !important;	
}
.reset_accesskey {
    float: none;
    width: 95%;
    position: relative;
    display: block;
    padding-right: 0;
    padding-left: 0;
    right: unset;
    top: unset;
    margin: 0 auto !important;
    margin-top: 10px !important;
}
section.subscription_plans .subs_wrapper .plan {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    float: none;
    border-right: 1px solid #d1d1d1;
    margin-bottom: 10px;
}
section.subscription_plans .subs_wrapper .plan .features {
	text-align: center;	
}
section.subscription_plans .subs_wrapper .plan .features h4.empty {
	display: none;	
}
.header.light ul>li.login>a, .header ul>li.go_to_dashboard>a {
	border: 0;
    top: unset;	
}

/* new */
.api-section .container .copyright-section {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}
.api-section .container .copyright-section .social-links {
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.api-section .container .copyright-section .social-links span {
    width: 100%;
}
.api-section .container .copyright-section .social-links ul {
    width: 100%;
    justify-content: center;
    display: flex;
    margin: 3px 0 6px;
}
.api-section .container .copyright-section .social-links li {
    background: transparent;
    border: none;
    width: auto;
}
.api-section .copyright-content {
    width: 100%;
    text-align: center;
}
.api-section .container .copyright-section p,
.api-section .container .copyright-section p span {
    justify-content: center;
    text-align: center !important;
}
.api-section .container .copyright-section .copyright-content>p:first-of-type {
    margin-bottom: 16px;
}
/*API SECTION STYLING*/

}

/* Thank-you */
section.breadcrumbs {
    background: #123962 !important;
}

/* Popup Styling */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
}
.popup img{
    width:100%;
}
a.apilayer-support {
    cursor: pointer;
}

/* signup page css */

.hero-signups-section {
    background: #2255c5 url(../coinlayer_images/coinlayer_hero_reduced.png) no-repeat center !important;
}

.popular-badge {
    background: #0e2c4b !important;
}

.plan-chip-wrap {
    border: 1px dashed #0e2c4b !important;
}

.login_button.login.no_popup.actual_signup.enabled {
    background: #0e2c4b !important;
}

footer {
    padding-top: 0 !important;
}

.modal-free, .modal-starter, .modal-basic, .modal-pro, .modal-proplus {
    z-index: 1111 !important;
}

.modal-header {
    width: auto !important;
}