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

    ** Custom Stylesheet **

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

***************************************************** */
.container-fluid {
    padding-left: 1%;
    padding-right: 1%;
}

body {
    background-color: #34495E;
    overflow-x: hidden;
}

section#header {
    background: #83B421;
    padding: 17px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

section#header a {
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

section#header a:hover {
    background: #FFB619;
    border-color: #FFB619;
}

section#header .logo-text:hover {
    background: none;
}

ul.top-nav > li.primary-action > a.btn {
    background: transparent;
    border-color: #FFF;
}

section#home-banner {
    position: relative;
    margin: 0;
    padding: 150px 0 140px;
    background: url('https://www.seosamba.com/media/slider/original/slide.jpg') #34495E no-repeat;
    background-size: cover;
    color: #FFF;
}

section#home-banner::before {
    content: "";
    width: 360px;
    height: 364px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 15;
    background: url('https://www.seosamba.com/themes/New%20Seosamba/images/seosamba-dragon.png') no-repeat scroll 0 0 transparent;
}

.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 {
    color: #EEE;
    background-color: #34495E;
}

.navbar-main {
    background: #4C9900;
}

section#footer {
    background-color: #34495E;
    color: #FFF;
}

section#footer .back-to-top i {
    background-color: #83B421;
    color: #FFF;
}

.home-shortcuts {
    background: #83B421;
}

.home-shortcuts li {
    border: none;
}

.home-shortcuts li:first-child {
    border-left: none;
    background: #F63D3D;
}

.home-shortcuts li:nth-child(2n) {
    background: #FD6301;
}

.home-shortcuts li:nth-child(3n) {
    background: #F36;
}

.home-shortcuts li:nth-child(4n) {
    background: #31A0CC;
}

.home-shortcuts li i {
    font-size: 40px;
}

.home-shortcuts .lead {
    line-height: 69px;
}

.home-page {
}

.home-page #main-body {
    display: none;
}

.hide {
    display: none !important;
}

.text-center {
    text-align: center;
}

.home-banner-text {
    position: relative;
    z-index: 20;
}

.home-banner-text h2 {
    padding-bottom: 0;
}

.home-banner-text span {
    padding-bottom: 10px;
    display: block;
}

section#home-banner .home-banner-text h2 {
    font-size: 31px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

section#home-banner .home-banner-text p {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 20px;
}

section#home-banner .home-banner-text p a {
    color: #F36;
}

section#home-banner .home-banner-text .btn {
    font-size: 20px;
    max-width: 600px;
    white-space: normal;
    padding: 15px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

section#home-banner .home-banner-text .btn:hover {
    background: #4C9900;
}

/*.client-home-panels + p, .table-container + p, #order-boxes + p, .tab-content + p, .form-horizontal + p, .alert-info + p, .btn-group + p, .row + p{*/
/*display: none;*/
/*}*/
a[href*="whmcs"] {
    pointer-events: none;
    font-size: 0;
}

a[href*="whmcs"]::before {
    content: "Seosamba";
    font-size: 14px;
}

.product-content a {
    color: #F36;
}

.product-content a:hover, .fields-container form label a:hover {
    text-decoration: underline;
    color: #F36;
}

.product-content br {
    display: none;
}

.product-content hr {
    border-top: 1px solid #5AB9F1;
}

.product-content ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-content .price-block {

}

.product-radio input[type="radio"] + strong {
    font-size: 20px;
}

.price-block-list {
    overflow: hidden;
    list-style-type: none;
    margin: 50px 0;
    padding: 0;
    font-size: 20px;
}

.price-block-list li {
    float: left;
    width: 32%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    text-align: center;
    padding: 20px 25px;
    background: #4C9900;
    color: #FFF;
    margin-bottom: 15px;
}

.price-block-list li.first {
    background: #FFB619;
}

.price-block-list li.second {
    background: #F36;
}

.price-block-list li.or, .price-block-list li.then {
    position: relative;
}

.price-block-list li.or::before, .price-block-list li.then::before {
    position: absolute;
    content: "OR";
    height: 50px;
    width: 62px;
    line-height: 50px;
    background: #FFF;
    color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: -31px;
    top: 50%;
    margin-top: -25px;
    margin-right: -2%;
    z-index: 2;
}

.price-block-list li.then::before {
    content: "Then";
}

.price-block-list li.third {
    background: #31A0CC;
}

.fields-container + p {
    margin-top: 15px;
}

@media (max-width: 1200px) {
    .price-block-list li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .price-block-list li.or::before, .price-block-list li.then::before {
        top: auto;
        margin-top: 0;
        right: 0;
        left: 50%;
        margin-left: -25px;
        margin-right: 0;
        bottom: -34px;
    }
}

.main-logo {
    display: inline-block;
}

section#header .main-logo:hover {
    background: none;
    border: none;
}

#google-sheets-iframe {
    width: 100%;
    min-height: 500px;
    border: 1px solid #CCC;
    margin-bottom: 50px;
}

#Primary_Navbar-Store-Browse_Products_Services, #Primary_Navbar-Contact_Us, #Primary_Navbar-Store {
    display: none;
}

#Primary_Navbar-Store-Browse_Products_Services + li {
    display: none;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?u8sm5o');
    src: url('../fonts/icomoon.eot?u8sm5o#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?u8sm5o') format('truetype'),
    url('../fonts/icomoon.woff?u8sm5o') format('woff'),
    url('../fonts/icomoon.svg?u8sm5o#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail-envelope-open:before {
    content: "\e900";
}

.icon-location:before {
    content: "\e905";
}

.icon-phone2:before {
    content: "\e906";
}

.icon-telephone:before {
    content: "\e906";
}

.icon-contact2:before {
    content: "\e906";
}

.icon-support:before {
    content: "\e906";
}

.icon-call:before {
    content: "\e906";
}

.icon-file-text:before {
    content: "\e901";
}

.icon-question:before {
    content: "\e902";
}

.icon-help:before {
    content: "\e902";
}

.icon-support2:before {
    content: "\e902";
}

.icon-cart:before {
    content: "\e903";
}

.icon-home:before {
    content: "\e904";
}

.user-logged-in {

}

ul.list-contacts {
    text-align: center;
    margin: 3.57rem auto 1.43rem;
    font-size: 0;
}

ul.list-contacts > * {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle
}

ul.list-contacts > * {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle
}

ul.list-contacts li {
    margin-left: 2%;
    margin-right: 0;
    font-size: 1.285rem;
    margin-bottom: 2.14rem;
    padding-left: 4.28rem;
    line-height: 1.5;
}

ul.list-contacts li.icon-phone2, ul.list-contacts li.icon-mail-envelope-open {
    font-size: 20px;
}

ul.list-contacts li:nth-of-type(3n+1) {
    margin-left: 0
}

@media only screen and (max-width: 800px) {
    ul.list-contacts {
        text-align: left;
    }

    ul.list-contacts li {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 800px) and (min-width: 481px) {
    ul.list-contacts li {
        width: 100%
    }

    ul.list-contacts li:nth-of-type(1n+1) {
        margin-left: 0
    }
}

@media only screen and (max-width: 480px) {
    ul.list-contacts li {
        width: 100%
    }

    ul.list-contacts li:nth-of-type(1n+1) {
        margin-left: 0
    }
}

@media only screen and (min-width: 800px) {
    ul.list-contacts li + li {
        border-left: 1px solid #CCC;
        padding-left: 6rem
    }
}

ul.list-contacts li::before {
    font-size: 2.57rem;
    color: #ec1b23;
    float: left;
    margin-left: -4.28rem
}

ul.list-contacts a {
    color: #ffffff;
}

ul.list-contacts a:hover {
    color: #ffffff;
}

.pattern-bg {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #eee;
    background-image: url("https://www.seotoaster.com/media/design/original/icoslider-h.jpg");
    display: none;
}
.pattern-bg.show{
    display: block;
}

.inner-box {
    padding: 50px;
    width: 600px;
    max-width: 100%;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}

.inner-box img {
    display: block;
    margin: 20px auto 50px;
}

.navy-bg {
    margin-bottom: 20px;
    background: #2f4154;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
}

@media only screen and (max-width: 1360px) {
    section#home-banner::before {
        display: none;
    }
}

.brackets::before {
    content: "{"
}

.brackets::after {
    content: "}"
}

.list-faq img {
    display: block;
    background: #fff;
    max-width: 500px;
    height: auto;
    margin: 30px auto;
    border: 1px solid #eee;

    box-shadow: 5px 5px 5px #666;
    -moz-box-shadow: 5px 5px 5px #666;
    -webkit-box-shadow: 5px 5px 5px #666;
}

.list-faq {
    padding: 0;
    margin: 30px 0;
    list-style-type: none;
}

.list-faq ul {
    margin: 30px 0;
}

.list-faq > li {
    padding: 0;
    border: 1px solid #ececec;
    margin-bottom: 10px;
}

.list-faq div {
    padding: 18px;
}

.list-faq h3 {
    margin: 0;
    padding: 18px;
    color: #222;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    line-height: 1.2;

}

.list-faq h3.ui-state-active, .list-faq h3:focus {
    outline: none;
    background: #4c9900;
    color: #fff;
}