/*------------------------------------*\
    1. GENERAL STYLES
\*------------------------------------*/
html,
body {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
/*------------------------------------*\
    18. DOMAINS PAGE
\*------------------------------------*/
#offer2 {
    position: relative;
    padding: 100px 0;
    margin-top: 182px;
    background-color: #2e3138;
}
#offer2 .left-content {
    padding: 0;
    color: #fff;
}
#offer2 .left-content h2 {
    color: inherit;
    font-size: 45px;
    font-weight: 900;
    margin: 0;
    padding: 6px 0 12px;
}
#offer2 .left-content p {
    font-size: 21px;
    font-weight: 300;
    margin: 0;
}
#offer2 .right-content {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 0;
}
#offer2 .right-content .domain-ext {
    margin: 20px -10px 0;
}
#offer2 .right-content .domain-ext > div {
    padding: 0 10px;
}
#offer2 .right-content a.extension {
    display: block;
    font-weight: 500;
    border-right: 1px solid #fff;
}
#offer2 .right-content .domain-ext > div:last-child a.extension {
    border: none;
}
#offer2 .right-content a.extension span {
     display: block; 
}
#offer2 .right-content a.extension span.name {
     font-size: 22px;
}
.brands-slider .extra-bg {
    background-color: #fff;
    padding: 20px 0;
}
#pricingTable2 {
    padding: 100px 0;
}
#pricingTable2.domains-page {
    background-color: #f8f8f8;
    border-top: 1px solid #e9e9e9;
}
#pricingTable2 table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}
#pricingTable2 table thead {
    background-color: #FF6C3A;
    color: #fff;
}
#pricingTable2 table thead th {
    padding: 15px 0;
}
#pricingTable2 table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
#pricingTable2 table th,
#pricingTable2 table td {
    padding: 10px;
    text-align: center;
}
#pricingTable2 table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
#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;
}
/*------------------------------------*\
    5. DOMAIN SEARCH AREA
\*------------------------------------*/
#offer {
    position: relative;
    padding: 100px 0;
    background-color: #2e3138;
}
#offer .left-content {
    color: #fff;
}
#offer .left-content h2 {
    color: inherit;
    font-size: 45px;
    font-weight: 900;
    margin: 0;
    padding: 6px 0 12px;
}
#offer .left-content p {
    font-size: 21px;
    font-weight: 300;
    margin: 0;
}
#domainSearchForm .form-control {
    width: 100%;
    border: none;
}
#domainSearchForm input[type="text"].form-control {
    font-size: 18px;
    height: 55px;
    padding: 5px 15px;
    border-radius: 4px 0px 0px 4px;
}
#domainSearchForm select.form-control {
    font-size: 18px;
    height: 55px;
    padding: 5px 15px;
    box-shadow: none;
    border-left: 1px solid #e9e9e9;
    border-radius: 0;
    line-height: 51px;
}
#domainSearchForm button[type="submit"] {
    background: #FF6C3A;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: 55px;
    padding: 8px 6px 6px;
    text-transform: uppercase;
    width: 100%;
}
#domainSearchForm button[type="submit"]:focus,
#domainSearchForm button[type="submit"]:hover {
    background: #ACACAC;
    outline: 0;
}
#offer .right-content {
    padding: 15px 15px 0 20px;
}
#offer .right-content .domain-ext {
    margin: 20px -10px 0;
}
#offer .right-content .domain-ext > div {
    padding: 0 10px;
}
#offer .right-content a.extension {
    display: block;
    font-weight: 500;
    border-right: 1px solid #fff;
}
#offer .right-content .domain-ext > div:last-child a.extension {
    border: none;
}
#offer .right-content a.extension span {
     display: block; 
}
#offer .right-content a.extension span.name {
     font-size: 22px;
}
/*------------------------------------*\
    6. FEATURES AREA
\*------------------------------------*/
#features {
    padding: 100px 0 80px;
}
#features hr {
    margin: 30px 0;
}
.feature-item {
    padding: 20px;
    -webkit-transition: box-shadow .25s;
            transition: box-shadow .25s;
}
.feature-item-icon {
    display: table;
    width: 70px;
    height: 70px;
    color: #fff;
    background-color: #2e3138;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: border-radius .25s;
            transition: border-radius .25s;
}
.feature-item-icon i.fa {
    display: table-cell;
    vertical-align: middle;
}
.feature-item:hover .feature-item-icon {
    background-color: #FF6C3A;
    border-radius: 50%;
}
.feature-item-content {
    margin-top: 25px;
}
.feature-item-content p {
    margin-bottom: 0;
}
.feature-item-content h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0;
}
.feature-item-content a.btn {
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 12px;
}
/*------------------------------------*\
    30. HELPER CLASSES
\*------------------------------------*/
/* 30-1 RESET-GUTTER */
.reset-gutter {
    margin-left: 0;
    margin-right: 0;
}
.reset-gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

/* 30-2 RESET-MARGIN */
.reset-margin {
    margin-right: 0;
    margin-left: 0;
}

/* 30-3 RESET-PADDING */
.reset-padding {
    padding-right: 0;
    padding-left: 0;
}

/* 30-4 VERTICAL-CENTERING */
.vc-parent {
    width: 100%;
    height: 100%;
    display: table;
}
.vc-child {
    display: table-cell;
    vertical-align: middle;
}

/* 30-5 HORIZONTAL-CENTERING */
.hc-margin {
    margin: 0 auto;
}

/* 1-2 CUSTOM BUTTON */
a.btn {
    font-weight: 400;
}
a.btn-custom {
    background-color: #2e3138;
    border-radius: 0;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    text-transform: uppercase;
	color: #fff;
}
a.btn-custom:hover,
a.btn-custom:focus {
    color: #fff;
    background-color: #FF6C3A;
    box-shadow: none;
}
a.btn-custom.btn-lg {
    padding: 12px 20px;
    font-size: 16px;
}
a.btn-custom-reverse {
    background-color: #FF6C3A;
    border-radius: 0;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    text-transform: uppercase;
}
a.btn-custom-reverse:hover,
a.btn-custom-reverse:focus {
    color: #fff;
    background-color: #2e3138;
    box-shadow: none;
}
a.btn-custom-reverse.btn-lg {
    padding: 12px 20px;
    font-size: 16px;
}