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

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

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

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600');
body {
    font-family: 'Work Sans', sans-serif !important;
}

body h1,
body h2,
body h3,
body h4 {
    font-family: 'Work Sans', sans-serif !important;
}

body p,
body h5 {
    font-family: 'Nunito Sans', sans-serif !important;
}

body a {
    color: #fff;
    transition: 300ms ease-in-out;
}

body a:hover {
    text-decoration: none !important;
    border-bottom: 0px !important;
    color: #999 !important;
}

body li {
    list-style: none;
    font-family: 'Work Sans', sans-serif !important;
}

body .default-title {
    text-align: center;
}

body .default-title h3 {
    font-weight: 700;
    font-size: 26px;
    color: #00001E;
    text-transform: uppercase;
}

body .default-title h4 {
    font-weight: 700;
    font-size: 25px;
    color: #00001E;
    text-align: left;
    text-transform: uppercase;
}

body .default-title p {
    font-weight: 500;
    color: #5c7466;
    font-size: 16px;
}

body .btn-warning {
    background-color: #00001E;
    -webkit-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    border: 0px;
    border-radius: 2px;
}

body .btn-outline {
    margin-top: 10px;
    color: #FFD000;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #FFD000;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

body .red {
    background-color: #FFD000 !important;
    color: #00001E !important;
    border: 0px solid #FFD000 !important;
}

body .red:hover {
    background-color: #FFD000 !important;
    color: #fff !important;
    border: 0px solid #333;
}

body .btn-outline:hover {
    color: #fff;
    border: 1px solid #444;
    background-color: #444;
}

body .btn-default {
    background-color: #00001E;
    border: 0px;
    color: #FFD000 !important;
}

body .btn-default:hover {
    border: 0px;
    background-color: #FFD000;
    color: #00001E;
}

body .btn-2 {
    position: relative;
    left: 0px;
    color: #FFD000;
    border-radius: 3px;
    background-color: #00001E;
    border: 0px solid #fff;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

body .btn-2:hover {
    color: #00001E !important;
    background-color: #FFD000;
}

.main-content h2 {
    font-weight: 700 !important;
    font-size: 17px !important;
}

.main-content a {
    color: #2D1E2F;
}

.dropdown-menu>li>a:hover {
    color: #777 !important;
}

.dropdown-menu>li>a {
    padding: 5px 20px !important;
    color: #777 !important;
    font-weight: 400 !important;
    font-size: 13px;
}

.main-content a:hover {
    color: #999 !important;
}

.main-content .label a {
    color: #fff !important;
}

div.announcement-single .label {
    padding: 5px !important;
    color: #fff !important;
    border-radius: 5px !important;
}

body .fa {
    transition: 300ms ease-in-out !important;
}

.domain-checker-container {
    background: url(../img/domain.jpg) !important;
    background-repeat: repeat;
}

.domain-checker-bg {
    background-image: none;
}

.domain-checker-container .input-group-box {
    background-color: transparent !important;
}

#order-standard_cart .input-group-lg>.form-control {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border: 0px !important;
    color: #fff;
}


/* red section */

.red-section {
    background: url(../img/red-bg.jpg) center;
    padding: 15px 0 20px 0;
    background-attachment: fixed;
}

.red-section h3 {
    color: #fff;
    font-weight: 700;
}

.red-section p {
    color: #fff;
    font-size: 15px;
}

.red-section .btn {
    background-color: transparent;
    position: relative;
    border: 1px solid #fff;
    top: 40px;
}

.red-section .btn:hover {
    background-color: #FFD000;
    border: 1px solid #FFD000;
}


/* red section end */


/* TOP-BAR */

.top-bar {
    background-color: #f5f5f5;
    padding: 0px 0;
    border-bottom: 1px solid #e0e0e0;
}

.top-bar li {
    color: #999;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    font-size: 11px;
}

.top-bar li:hover {
    color: #333;
}

.top-bar ul {
    position: relative;
}

.top-bar a {
    color: #999 !important;
}

.top-bar a:hover {
    color: #666 !important;
}

.top-list-right ul {
    position: relative;
    top: 12px;
}

.top-list li {
    padding: 5px;
    display: inline;
    float: left;
    color: #999;
}

.top-list .fa {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFD000 !important;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    position: relative;
    padding-top: 7px;
    padding-left: 8px;
    font-size: 9px;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

.top-list .fa:hover {
    background-color: #fff;
    color: #333;
}

.toplist-1:before {
    content: "\f015 ";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #777 !important;
}

.toplist-2:before {
    content: "\f098";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #777 !important;
}

.top-list-right {
    float: right;
}

.top-list-right li {
    padding: 0 8px;
    display: inline;
    float: right;
}

.toplist-3:before {
    content: "\f0c0";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #777 !important;
}

.toplist-2:before {
    content: "\f0e0";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #777 !important;
}

.toplist-5:before {
    content: "\f2c6";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #777 !important;
}

ul.top-nav>li>a {
    color: #888 !important;
}

ul.top-nav>li>a:hover {
    color: #555 !important;
}

.home-shortcuts li:hover span {
    display: none !important;
}


/* parallax effect */

.parallax {
    height: 660px;
    background: url(../img/04.jpg) center;
    background-attachment: fixed;
}

.parallax .text {
    position: relative;
    top: 70px;
}

.parallax .text h3 {
    font-size: 42px;
    padding: 0px 0 10px 0;
    font-weight: 700;
    color: #fff;
}

.parallax .text h4 {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding: 25px 0;
}

.parallax .btn {
    border-radius: 15px;
}


/* parallax effect end */

.trng {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 50px 0px 50px;
    border-color: #fff transparent transparent transparent;
    margin: 0 auto;
}

.trng-bg {
    background-color: #f7f7f7;
}

.trng-hp {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 50px 0 50px;
    border-color: #291B2B transparent transparent transparent;
    margin: 0 auto;
}

.trng-bg-pricing {
    background-color: transparent;
}

.trng-pricing {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 0 20px;
    border-color: #FFD000 transparent transparent transparent;
    margin: 0 auto;
}

.trng-df {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 50px 0 50px;
    border-color: #f7f7f7 transparent transparent transparent;
    margin: 0 auto;
}

.for-df {
    background-color: #fff;
}


/* section-dd-ft */

.section-dd-ft2 {
    padding: 60px 0 50px 0;
    border-top: 0px solid #e0e0e0;
    background-color: #fff;
    border-bottom: 0px solid #e3e3e3 !important;
    text-align: center;
}

.section-dd-ft2 .text {
    overflow: hidden;
}

.section-dd-ft2 h3 {
    font-weight: 700;
    color: #1E3338;
    font-size: 14px;
    text-transform: uppercase;
}

.section-dd-ft2 .fa {
    position: relative;
    color: #FFD000;
    font-size: 50px;
}

.section-dd-ft2 h5 {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 20px;
}


/* section dd ft end */


/* features - list */

#features-list {
    padding: 0px 0 30px 0;
    background-color: #f7f7f7;
}

#features-list .default-title {
    padding: 25px 0 30px 0;
}

#features-list .fa {
    color: #12ba0d;
    font-size: 17px;
    padding-top: 3px;
}

#features-list ul {
    position: relative;
}

#features-list li {
    font-size: 16px;
    font-weight: 400;
    color: #777;
    line-height: 35px;
}

#features-list li::before {
    content: "\f067";
    padding: 0 10px 0 0;
    color: #FFD000;
    font-family: FontAwesome;
}

#features-list .universal-title h1 {
    font-size: 35px;
}


/* features list / end here */


/* header */

.navbar-main .navbar-nav>li>a {
    font-family: 'Work Sans', sans-serif !important;
}

section#home-banner .btn.search {
    background-color: #FFD000 !important;
    border-radius: 20px !important;
    margin-left: 5px;
    color: #00001E !important;
}

section#home-banner .btn.transfer {
    background-color: #00001E !important;
    border-radius: 20px !important;
    margin-left: 10px;
    color: #FFD000 !important;
}

section#home-banner h2 {
    margin-bottom: 0px;
    font-weight: 700;
}

.navbar-main .navbar-nav>li>a {
    transition: 300ms ease-in-out;
    padding: 17px 10px !important;
    color: #FFD000 !important;
}

.navbar-main .navbar-nav>.active>a,
.navbar-main .navbar-nav>.active>a:focus,
.navbar-main .navbar-nav>.active>a:hover,
.navbar-main .navbar-nav>.open>a,
.navbar-main .navbar-nav>.open>a:focus,
.navbar-main .navbar-nav>.open>a:hover,
.navbar-main .navbar-nav>li>a:focus,
.navbar-main .navbar-nav>li>a:hover {
    background-color: #FFD000 !important;
    color: #00001E !important;
}

section#home-banner .form-control {
    border-radius: 15px !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: #FFD000 !important;
}

#header .fa {
    color: #FFD000 !important;
}

section#home-banner {
    background: url(../img/08.jpg) center;
    padding: 130px 0 !important;
    background-size: cover;
}

.navbar-main {
    background-color: #00001E !important;
    border-radius: 0px !important;
}

.livechat-bg {
    background-color: #00001E;
    color: #00001E !important;
}

.home-shortcuts {
    padding: 8px 0;
    background-color: #00001E;
    border-bottom: 2px solid #e0e0e0;
}

.home-shortcuts li {
    border-right: 0px;
    transition: 200ms ease-in-out;
}

.home-shortcuts li:hover {
    background-color: #fff;
    border-radius: 5px;
}

.home-shortcuts li:first-child {
    border-left: 0px;
}

ul.top-nav>li.primary-action>a.btn {
    border: 0px !important;
    background-color: #FFD000 !important;
    color: #00001E !important;
}

ul.top-nav>li.primary-action>a.btn:hover {
    background-color: #FFD000 !important;
}


/* header */

body .btn-primary {
    background-color: #FFD000 !important;
    border: 1px solid #FFD000 !important;
    color: #00001E !important;
}

body .btn-primary:hover {
    background-color: #00001E !important;
    border: 1px solid #00001E !important;
    color: #FFD000 !important;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    background-color: #2D1E2F;
    transition: 300ms ease-in-out;
}

.input-group-btn:last-child>.btn:hover,
.input-group-btn:last-child>.btn-group:hover {
    background-color: #FFD000;
    border: 1px solid #FFD000 !important;
}

div.header-lined h1 {
    color: #473549 !important;
    font-weight: 700;
    font-size: 18px !important;
    text-transform: uppercase !important;
}

.tile .stat {
    color: #888;
}

.panel.panel-accent-red {
    border-top: 0px solid #A51D18;
}

.label-info {
    background-color: #473549;
}

.alert-success {
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
}

.alert-info {
    background-color: #f0f0f0;
    border-color: #e0e0e0;
    color: #888;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    color: #999 !important;
}

.domain-promo-box .btn {
    color: #fff !important;
}

.domain-promo-box .btn:hover {
    color: #fff !important;
}

.panel-sidebar>.panel-heading {
    background-color: #f5f5f5 !important;
}

.panel-sidebar>.panel-heading h3 {
    color: #999 !important;
}

#order-standard_cart .order-summary h2 {
    font-weight: 400 !important;
}

#order-standard_cart .empty-cart .btn {
    background-color: #FFD000 !important;
    transition: 300ms ease-in-out;
}

#order-standard_cart .empty-cart .btn:hover {
    background-color: #473549 !important;
    border: 0px solid #important;
}

.client-home-panels .panel>.panel-heading .panel-title .btn {
    background-color: #473549;
}

.panel-sidebar a.list-group-item.active,
.panel-sidebar a.list-group-item.active:focus,
.panel-sidebar a.list-group-item.active:hover {
    background-color: #473549 !important;
    border-color: #473549 !important;
}

#order-standard_cart .order-summary {
    background-color: #473549 !important;
    border-bottom: 5px solid #FFD000 !important;
}

.panel-default>.panel-heading {
    background-color: #2D1E2F !important;
}

.label-success {
    background-color: #473549 !important;
}

.panel-title {
    color: #fff !important;
}

.client-home-panels .panel>.panel-heading {
    background-color: #473549 !important;
}

body .btn-warning {
    background-color: #2D1E2F !important;
    transition: 300ms ease-in-out;
}

body .btn-warning:hover {
    background-color: #FFD000 !important;
}

.domain-promo-box .fa {
    color: #FFD000 !important;
}

.domain-pricing .tld-pricing-header div:nth-child(odd) {
    border-color: #2D1E2F !important
}

.panel-sidebar a.list-group-item.active,
.panel-sidebar a.list-group-item.active:focus,
.panel-sidebar a.list-group-item.active:hover {
    color: #fff !important;
}

.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-4 {
    border-bottom: 6px solid #FFD000 !important;
}

.panel.panel-accent-gold {
    border-top: 0px solid #2D1E2F !important;
}

.panel.panel-accent-blue {
    border-top: 0px solid #2D1E2F !important;
}

#order-standard_cart .products .product div.product-pricing span.price {
    font-weight: 700;
}

.panel.panel-accent-emerald {
    border-top: 0px solid #2D1E2F !important;
}

.panel.panel-accent-asbestos {
    border-top: 0px solid #2D1E2F !important;
}

#order-standard_cart .view-cart-items-header {
    background-color: #473549 !important;
}

#order-standard_cart .view-cart-items {
    border-bottom: 4px solid #FFD000 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0px !important;
}

#order-standard_cart .order-summary .btn-continue-shopping {
    border: 0px !important;
}

.btn-success {
    background-color: #473549 !important;
    border: 0px !important;
    transition: 300ms ease-in-out;
    color: #fff !important;
}

.btn-success:hover {
    background-color: #222 !important;
    color: #fff;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    background-color: #FFD000 !important;
    color: #fff !important;
    margin-left: 5px !important;
    border: 0px !important;
}

.input-group-btn:last-child>.btn:hover,
.input-group-btn:last-child>.btn-group:hover {
    background-color: #2D1E2F !important;
    border: 0px !important;
}

.navbar-main li.account {
    background-color: #E22822 !important;
}


/* why-tera */

.why-tera {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #fff;
}

.why-tera .sl1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}

.why-tera .sl2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}

.why-tera .sl3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}

.why-tera .default-title {
    padding-bottom: 30px;
}

.why-tera .box {
    margin: 15px;
    border: 0px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(247,247,247,1) 52%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(52%, rgba(255,255,255,1)), color-stop(52%, rgba(247,247,247,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(247,247,247,1) 52%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(247,247,247,1) 52%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(247,247,247,1) 52%, rgba(255,255,255,1) 100%);
background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(247,247,247,1) 52%, rgba(255,255,255,1) 100%);
-webkit-box-shadow: -1px 4px 15px -7px rgba(0,0,0,0.66);
-moz-box-shadow: -1px 4px 15px -7px rgba(0,0,0,0.66);
box-shadow: -1px 4px 15px -7px rgba(0,0,0,0.66);
    transition: 200ms ease-in-out;
    border: 1px solid #e0e0e0;
}

.wt-list {
    display: inline;
    position: relative;
    bottom: 25px;
}

.why-tera .btn-outline {
    border: 1px solid #b2b2b2;
    color: #FFD000;
}

.why-tera .btn {
    position: relative;
    bottom: 10px;
    font-size: 15px;
}

.why-tera .red {
    position: relative;
    left: 10px;
}

.why-tera .btn-2 {
    position: relative;
    bottom: 5px;
}

.wt-list li {
    line-height: 32px;
    color: #2D1E2F;
    font-weight: 400;
    overflow: hidden;
    font-size: 13px;
    margin-left: 5px;
}

.why-tera h4 {
    color: #2D1E2F;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}


/* why-tera 2 */

.home-shortcuts li p {
    margin: 5px 0 0;
    font-size: 11px;
    color: #999;
}

.home-shortcuts li i {
    color: #e67e22 !important;
}

.home-shortcuts .lead {
    font-size: 15px !important;
    color: #999 !important;
    text-transform: uppercase;
}


/*============ FOOTER ==========*/

#footeer {
    background-color: #00001E !important;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
}

.partners {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.08);
    margin-bottom: 50px;
}

.partners img {
    opacity: 0.7;
}

.footer-fluid {
    padding: 0 200px;
}

.title-widget {
    color: #ededed;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 0px;
}

.title-widget::before {
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}

.widget-container a {
    color: #ddd;
}

.widget-container a:hover {
    color: #fff;
}

.widget_nav_menu ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    margin-bottom: 7px;
    padding-bottom: 7px;
    width: 100%;
}

.title-median {
    color: #ddd;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
}

#footeer p {
    color: #ddd;
    font-size: 14px;
    word-wrap: break-word;
}

.nomargin {
    margin: 0px;
    padding: 0px;
}

.footer-bottom {
    background-color: #28232D;
    min-height: 40px;
    width: 100%;
}

.copyright {
    color: #fff;
    padding-top: 13px;
    font-size: 12px;
}

.design {
    color: #fff;
    padding-top: 13px;
    text-align: right;
    font-size: 12px;
}

.design a {
    color: #fff;
}

section##footeer {
    padding: 10px 10px !important;
    background-color: #FFD000 !important;
    border-top: 0px !important;
}

#footer {
    background-color: #2D1E2F !important;
    border-top: 0px !important;
}


/* section-dd-ft */

.section-dd-ft {
    padding: 40px 0 40px 0;
    background-color: #f7f7f7;
    border-top: 0px solid #e3e3e3;
}

.section-dd-ft .text {
    overflow: hidden;
}

.section-dd-ft h3 {
    font-weight: 700;
    color: #2D1E2F;
    font-size: 14px;
    text-transform: uppercase;
}

.section-dd-ft .fa {
    position: relative;
    color: #FFD000;
    padding: 18px 20px 0 0px;
    border-radius: 40px;
    font-size: 30px;
}

.section-dd-ft p {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

#contact-parts {
    text-align: center;
}

#contact-parts .container-fluid {
    padding: 0;
}

.contact-p1 h2:before {
    content: "\f2a0";
    font-family: FontAwesome;
    color: #fff;
    padding: 0 10px 0 0;
}

.contact-p1 {
    background-color: #2D1E2F;
    padding: 5px 0;
    color: #fff;
}

.contact-p1 h2 {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    float: right;
    padding: 0 50px 0 20px;
    word-break: break-all;
}

#contact-us a {
    color: #444;
}

#contact-us .default-title {
    padding: 0 0 40px 0;
}

.contact-info p {
    font-size: 15px;
}

.contact-p2 {
    background-color: #FFD000;
    padding: 5px 0;
    color: #00001E;
}

.contact-p2 h2 {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    padding: 0 20px 0 50px;
    word-break: break-all;
}

.contact-p2 h2:before {
    content: "\f0e0";
    font-family: FontAwesome;
    color: #FFF;
    padding: 0 10px 0 0;
}


/*=============== END / FOOTER ====================*/

@media only screen and (max-width: 1200px) {
    .footer-fluid {
        padding: 0 15px;
    }
    .why-tera .btn-2 {
        left: 0;
        margin-top: 2px;
    }
    #features-list li {
        font-size: 14px;
    }
}

@media only screen and (max-width:992px) {
    .toplist-2 {
        display: none !important;
    }
}

@media (max-width:768px) {
    .top-list {
        display: none !important;
    }
    .top-list-right {
        width: 100%;
        float: left;
    }
    .top-bar {
        height: 38px !important;
    }
    ul.top-nav {
        position: relative;
        top: 0px;
    }
    .home-shortcuts li {
        border-bottom: 0px;
    }
    .navbar-main .navbar-nav .open .dropdown-menu>li>a {
        color: #FFD000 !important;
    }
    .contact-p1 h2 {
        float: none;
    }
    .contact-p1 h2 {
        margin-left: 20px;
    }
    .contact-p2 h2 {
        float: none !important;
    }
    .contact-p2 h2 {
        padding: 0 20px 0 0 !important;
    }
}

@media only screen and (max-width:480px) {
    ul.top-nav {
        float: left;
    }
    .top-list-right ul {
        display: inline-table;
        position: absolute;
        left: -40px;
    }
    .input-group-btn {
        display: inherit;
        margin-top: 60px;
    }
    section#home-banner {
        min-height: 80px 0;
    }
    section#home-banner h2 {
        text-align: left;
    }
    .parallax .text {
        top: 10px;
    }
    .red-section .btn {
        top: 5px;
    }
    #features-list .default-title {
        padding: 25px 15px !important;
    }
}
