.mapTooltip {
    position : fixed;
    			background-color : #474c4b;
    			moz-opacity:0.70;
    			opacity: 0.70;
    			filter:alpha(opacity=70);
    			border-radius:10px;
    			padding : 10px;
    			z-index: 1000;
    			max-width: 200px;
    			display:none;
    			color:#fff;
    font-size: 12px ;
    font-weight: bold;
}

#loader-img {
    position: absolute;
    left: 48%;
    margin: 0 auto;
    display: block;
}

#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .95);
}

#login-dp .help-block {
    font-size: 12px
}

#login-dp .bottom {
    background-color: rgba(255, 255, 255, .8);
    border-top: 1px solid #ddd;
    clear: both;
    padding: 14px;
}

#login-dp .social-buttons {
    margin: 12px 0
}

#login-dp .social-buttons a {
    width: 49%;
}

#login-dp .form-group {
    margin-bottom: 10px;
}

.btn-fb {
    color: #fff;
    background-color: #3b5998;
}

.btn-fb:hover {
    color: #fff;
    background-color: #496ebc
}

.btn-tw {
    color: #fff;
    background-color: #55acee;
}

.btn-tw:hover {
    color: #fff;
    background-color: #59b5fa;
}

/* PRICING TABLES */
.plans {
    /*background: #e7f2f0;*/
}

.layer > p {
margin-top: 1em;
margin-bottom: 1em;
color: rgba(39,65,90,.9);
font-size: 1.25em;
line-height: 1.625em;
}


.layer > ol, ul {
list-style: none;
}

strong {
color: rgba(39,65,90,1);
font-weight: 600;
}

.layer {
    clear: both;
    width: 100%;
    height: auto;
    padding: 10px 7.5% 60px;
    display: block;
    text-align: center;
    /*font-family: "Source Sans Pro", "helvetica", sans-serif;sans-serif*/
    font-family: "Open Sans", "helvetica", sans-serif;sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: rgba(39,65,90,1);
    margin: 0;
    padding: 0;
    padding-top: 26px;
    padding-bottom: 26px;
}

.layer > section, .layer > article {
    clear: both;
    width: 100%;
    height: auto;
    max-width: 1092px;
    margin: 0 auto;
    display: block;
}


.layer h4 {
margin-bottom: 12px;
font-size: 1.25em;
font-weight: 400;
text-transform: uppercase;
}

.layer h5 {
font-size: 1.75em;
}

.layer h6 {
    margin: 0;
}

.third {
    width: 27.95%;
    min-width: 250px;
    margin: 0 30px 0 0;
    display: inline-block;
}

.plan-tier {
    background: white;
    vertical-align: baseline;
    border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
}

.lift {
    position: relative;
    -webkit-transition: all .075s ease-out;
    -moz-transition: all .075s ease-out;
    -o-transition: all .075s ease-out;
    transition: all .075s ease-out;
    -webkit-box-shadow: 0 1px 2px rgba(39, 65, 90, .15);
    -moz-box-shadow: 0 1px 2px rgba(39, 65, 90, .15);
    box-shadow: 0 1px 2px rgba(39, 65, 90, .15);
}

.lift:hover {
    top: -3px;
    -webkit-box-shadow: 0 2px 6px rgba(39, 65, 90, .15);
    -moz-box-shadow: 0 2px 6px rgba(39, 65, 90, .15);
    box-shadow: 0 2px 6px rgba(39, 65, 90, .15);
}

.plan-tier h4 {
    padding: 18px 0 15px;
    margin: 0 0 30px;
    background: #00a1ff;
    color: white;
}

.plan-tier {
    cursor: pointer;
}

.plan-tier sup {
    position: relative;
    right: -9px;
}

.plan-tier ul {
    margin: 30px 0 0;
    border-top: 2px solid #e7f2f0;
    padding: 0;
}

.plan-tier ul li {
    font-size: 1.25em;
    padding: 18px 0;
    color: rgba(39, 65, 90, .9);
    border-bottom: 2px solid #e7f2f0;
}

sup {
    vertical-align: top;
}

.plan-tier .plan-price {
    font-size: 5em;
    font-weight: 300;
    letter-spacing: -3px;
}

.plan-tier sub {
    vertical-align: bottom;
    position: relative;
    bottom: .875em;
}

.plan-tier .early-adopter-price {
    color: #0091e5;
}

p:first-of-type {
    margin-top: 0;
}

small, del {
    color: rgba(39, 65, 90, .5);
    font-size: 1em;
    line-height: 1.5em;
}

small {
    font-size: 0.8em;
}
s, strike, del {
    text-decoration: line-through;
}

.layer {

}

.plan-tier.callout h6 {
    width: 100%;
    padding: 15px 0 14px;
    background: #8dcf3f;
    color: rgba(39, 65, 90, .5);
    font-size: 1.25em;
}

.plan-tier.callout h4 {
    background-color: #78b336;
}


/************/


.map {
    background: #eee;
    height: 490px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px
}

@media (max-width: 767px) {
    .map {
        height: 320px;
    }
}

.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

div.jvectormap-tip {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    border-radius: 3px;
    background: #fff;
    color: #333;
    font-family: sans-serif, Verdana;
    padding: 5px;
    margin-left: -10px;
    margin-top: 25px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2)
}

div.jvectormap-tip .location {
    font-size: 13px;
    line-height: 16px
}

div.jvectormap-tip .provider {
    font-size: 10px;
    line-height: 12px;
    color: #666;
    margin-left: 20px
}

div.jvectormap-tip .result {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
    font-size: 11px;
    word-wrap: break-word;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    color: #2b74a7;
    text-align: right
}

#servers_table tr td {
    border-top: none;
    border-left: none;
    border-right: none;
}

.result {
    font-size:11px;
    /* word-wrap: break-word; */
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    color: #2b74a7;
}


