﻿
#pricing {
    padding: 80px 0;
    background-color: #f8f8f8
}

.pricing-table-item {
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14);
    -webkit-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out
}

.pricing-table-item.popular,
.pricing-table-item:hover {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    z-index: 1
}

.pt-head {
    padding: 15px 0 0;
    border-top: 5px solid #6aaf08;
    text-align: center
}

.pt-head .popular-indicator {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 15px 10px 10px;
    color: #fff;
    background-color: #6aaf08;
    font-size: 18px;
    line-height: 22px
}

#datacenterLocations .container,
.datacenter-locations {
    position: relative
}

.pt-head .caption {
    color: #333;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: .12em;
    border-bottom: 1px solid #6aaf08;
    display: inline-block;
    padding: 0 0 5px
}

#compare table th,
#pricingTable2 table th {
    letter-spacing: 1px;
    text-transform: uppercase
}

.pt-price-tag {
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 700
}

.pt-price-tag span {
    font-size: 24px;
    font-weight: 500
}

.pt-plan {
    padding: 20px 0;
    color: #fff;
    background-color: #6aaf08;
    font-size: 24px;
    line-height: 28px
}

.pt-features {
    padding-top: 10px;
    text-align: center
}

.pt-features ul {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap
}

.pt-features ul li {
    color: #737373;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    text-overflow: ellipsis;
    overflow: hidden
}

.pt-footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.pt-footer a.btn {
    width: 100px;
    padding: 8px 0
}

#blog {
    padding: 80px 0 50px
}

.blog-item {
    margin-bottom: 15px
}

.blog-item-img,
.blog-page-post-video {
    margin-bottom: 16px
}

.blog-item-img img {
    width: 100%
}

.blog-item-content h2 {
    margin: 0;
    font-size: 20px;
    line-height: 24px
}

.blog-item-content h2 a {
    color: #2e3138;
    -webkit-transition: color .25s;
    transition: color .25s
}

.blog-item-content blockquote {
    color: #6aaf08;
    border-color: #6aaf08
}

.blog-item-content li {
    color: #6aaf08
}

.blog-item-content .metadata {
    color: #737373;
    margin: 15px 0 10px;
    font-size: 12px
}

.blog-item-content .metadata a {
    margin-left: 5px;
    color: inherit
}

.blog-item-content .metadata a:hover {
    border-bottom: 1px solid #e9e9e9
}

.blog-item-content .metadata .divider {
    margin: 0 10px
}

.blog-item:hover .blog-item-content h2 a {
    color: #6aaf08
}

.blog-item-content p {
    margin-bottom: 12px
}

#datacenterLocations img.img-responsive,
.brands-slider img {
    margin: 0 auto
}

#brands {
    padding: 50px 0;
    border-top: 1px solid #e9e9e9
}

#datacenterLocations {
    padding: 80px 0 70px
}

.datacenter-location-marker {
    position: absolute;
    color: #6aaf08;
    font-size: 34px;
    line-height: 38px;
    cursor: pointer
}

.datacenter-location-marker.marker-1 {
    top: 36%;
    left: 17%
}

.datacenter-location-marker.marker-2 {
    top: 26%;
    left: 23%
}

.datacenter-location-marker.marker-3 {
    top: 63%;
    left: 36%
}

.datacenter-location-marker.marker-4 {
    top: 47%;
    left: 69%
}

.datacenter-location-marker.marker-5 {
    top: 59%;
    left: 75.7%
}

.datacenter-location-marker.marker-6 {
    top: 26%;
    left: 51%
}

#footer {
    padding: 40px 0 30px;
    background-color: #303030;
    overflow: hidden
}

.footer-about {
    color: #fff
}

.footer-widget h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px
}

.footer-widget h4:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #6aaf08;
    bottom: 0
}

.footer-about p {
    margin-top: 20px;
    color: rgba(233, 233, 233, .8)
}

.footer-about a.btn {
    color: #fff;
    margin-top: 5px
}

.footer-about a.btn:hover {
    color: #2e3138;
    background-color: #fff
}

.footer-widget ul {
    margin: 20px 0 40px;
    padding: 0;
    list-style: none
}

.footer-widget ul li {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 4px
}

.footer-widget ul li a {
    color: rgba(233, 233, 233, .8);
    -webkit-transition: color .25s;
    transition: color .25s;
    border-bottom: 1px solid rgba(233, 233, 233, .8);
    display: block;
    margin: 2px 0;
    padding-bottom: 5px
}

.footer-widget a:focus,
.footer-widget a:hover {
    color: #fff
}

.contact-info {
    color: #fff;
    padding: 30px 15px 0;
    border-top: 1px solid #14191B
}

.contact-info a {
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.contact-info a:focus,
.contact-info a:hover {
    color: #6aaf08
}

.contact-info i.fa {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle
}

#subscribeForm {
    margin-top: 25px
}

#subscribeForm .input-box {
    width: 100%;
    padding: 8px 0 8px 12px;
    border: 1px solid #fff;
    box-shadow: none;
    outline: 0
}

#subscribeForm .input-box:first-child {
    margin-bottom: 15px
}

#subscribeForm .input-box.error {
    border-color: #a94442
}

#subscribeForm .input-box.valid {
    border-color: #3c763d
}

#subscribeForm .submit-button {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 10px 0;
    color: #fff;
    background-color: #6aaf08;
    border: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    -webkit-transition: .35s;
    -webkit-transition: .25s;
    transition: .25s;
    outline: 0
}

#subscribeForm .submit-button:hover {
    color: #2e3138;
    background-color: #fff;
    border-color: #fff
}

#copyright {
    padding: 20px 0 18px;
    color: #fff;
    background-color: #222;
    text-align: center
}

#copyright p {
    margin-bottom: 0
}

#copyright p.left {
    float: left
}

#copyright p.right {
    float: right;
    font-weight: 700;
    text-transform: uppercase
}

#copyright p a {
    display: inline-block;
    margin-top: 5px;
    color: #6aaf08;
    font-weight: 700
}

#copyright img {
    margin-left: 20px;
    height: 24px
}

#pageTitle:before,
.team-img:before {
    top: 0;
    height: 100%;
    content: " "
}

#pageTitle {
    padding: 80px 0;
    position: relative;
    text-align: center;
    z-index: 0
}

#pageTitle:before {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(48, 48, 48, .6);
    z-index: -1
}

#pageTitle .div-title h2 {
    margin: 0 0 50px;
    color: #fff
}

#pageTitle .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0
}

#pageTitle .breadcrumb>li>a {
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

#pageTitle .breadcrumb>li.active,
#pageTitle .breadcrumb>li>a:focus,
#pageTitle .breadcrumb>li>a:hover {
    color: #6aaf08
}

#pricingTable {
    padding: 80px 0
}

#pricingTable.price-details {
    padding: 0
}

#pricingTable.price-details>.item {
    padding: 80px 0
}

#pricingTable .pricing-table-item,
#pricingTable .pt-features {
    padding: 0
}

#pricingTable.price-details>.item:nth-child(2n) {
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9
}

#pricingTable .pricing-table-item .pt-body,
#pricingTable2.domains-page {
    border-top: 1px solid #e9e9e9
}

#pricingTable .pricing-table-item.mt-md {
    margin-top: 65px
}

#pricingTable .pricing-table-item.first-child {
    margin-top: 185px;
    font-weight: 700;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14);
    z-index: 0
}

#pricingTable.price-details .pricing-table-item.first-child {
    margin-top: 73px
}

#pricingTable.price-details .pricing-table-item.first-child.reset-margin {
    margin: 0
}

.price-details .pt-head {
    padding-top: 0
}

.brands-slider .extra-bg {
    background-color: #fff;
    padding: 20px 0
}

#pricingTable2 {
    padding: 80px 0
}

#pricingTable2.domains-page {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e9e9e9
}

#compare table,
#pricingTable2 table {
    width: 100%;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse
}

#pricingTable2 table {
    margin: 0;
    padding: 0
}

#pricingTable2 table thead {
    background-color: #6aaf08;
    color: #fff
}

#pricingTable2 table thead th {
    padding: 15px 0
}

#pricingTable2 table tr {
    border: 1px solid #ddd;
    padding: 5px
}

#pricingTable2 table td,
#pricingTable2 table th {
    padding: 10px;
    text-align: center
}

#pricingTable2 table th {
    font-size: 14px
}

#pricingTable2 table tbody td {
    background-color: #fff
}

#pricingTable2 table tbody tr:nth-child(even) td {
    background-color: #f8f8f8
}

#pricingTable2 table tbody td:first-child {
    font-weight: 700;
    font-size: 18px
}

.btn-custom-reverse, a.btn-custom-reverse {
background-color: #03a9f4;
}

.btn-custom-reverse, a.btn-custom-reverse {
    background-color: #6aaf08;
    border-radius: 0;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: capitalize;
}

.btn-custom-reverse:hover, a.btn-custom-reverse:focus, a.btn-custom-reverse:hover  {
    color: #fff;
    background-color: #2e3138;
    box-shadow: none;
}

a.btn-custom-reverse {
color: #fff;
}

.div-title h1 {
    position: relative;
    margin-top: -5px;
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}

.div-title h2:before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #6aaf08 !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}



