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

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

/* =============================================================== */
/* General
/* =============================================================== */

::selection {
    color: #fff;
    background: #39c381;
}

::-moz-selection {
    color: #fff;
    background: #39c381;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

a {
    color: #f37021;
    text-decoration: none;
    outline: none !important;
}

a:hover,a:focus {
    color: #beaa00;
    text-decoration: none;
}

ul,ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    margin: 0;
    color: #595a5c;
    background-color: #f5f5eb;
    line-height: 26px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
}

.container {
    min-width: 240px;
    max-width: 960px;
}

.main {
    margin-bottom: 50px;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tabs-bg {
    background-position: -0px -0px;
    width: 5px;
    height: 300px;
}

.separator {
    background-position: -5px -0px;
    width: 2px;
    height: 261px;
}

.nav-bg {
    background-position: -7px -0px;
    width: 5px;
    height: 56px;
}
/*.phone { background-position: -12px -0px; width: 48px; height: 47px; }*/
.mail {
    background-position: -60px -0px;
    width: 48px;
    height: 47px;
}

.facebook {
    width: 50px;
    height: 50px;
    background: url('../images/frontend/facebook.png') no-repeat;
    display: block;
}

.twitter {
    width: 47px;
    height: 45px;
    background: url('../images/frontend/twitter.png') no-repeat;
    display: block;
}

.group {
    background-position: -202px -0px;
    width: 60px;
    height: 41px;
}

.gears {
    background-position: -262px -0px;
    width: 49px;
    height: 40px;
}

.puzzle {
    background-position: -405px -0px;
    width: 52px;
    height: 33px;
}

.tab-active {
    background-position: -0px -300px;
    width: 500px;
    height: 26px;
}

@media (max-width: 768px) {

    body {
        margin: 10px;
    }

    .col-lg-4,
    .col-md-4,
    .col-lg-6,
    .col-md-6,
    .col-lg-8,
    .col-md-8 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .main {
        margin-bottom: 0;
    }
}

/* =============================================================== */
/* Typography
/* =============================================================== */

h1, h2, h3, h4, h5, h6 {
    color: #555;
    font-family: 'GliscorGothicRegular', Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding-bottom: 15px;
}

h1 {
    font-size: 30px;
    line-height: 35px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

/* =============================================================== */
/* Header
/* =============================================================== */

header {
    margin: 0 auto;
}

#header {
    background-color: #39373b; width: 100%; padding-top: 20px;
}

.banner-wrapper {
    max-width: 960px;
    /* The background image must be 960px wide */;
}

.banner {
    position: relative;
    height: 500px;
    background: url('../images/frontend/banner.jpg') no-repeat center center;
}

.screamer {
    padding-top: 80px;
    padding-right: 200px;
    height: 200px;

}

.screamer h1 {
    color: #f37021;
    text-align: center;
    font-size: 40px;
}

.screamer h2 {
    color: #f37021;
    text-align: center;
    font-size: 31px;
}

.demo {
    position: relative;
    margin-top: -20px;
    padding-top: 200px;
    width: 75%;
    color: #fff;
    line-height: 16px;
    background: url(../images/frontend/demo-stamp.png) no-repeat 140px top;
    z-index: 100;
}

.demo h1 {
    color: #fff;
    text-transform: uppercase;
}


.banner .logo {
    padding-top: 50px;
    padding-left: 90px;
    height: 200px;
}

.pane-page-logo {
    margin: 20px 0 20px 0;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .pane-page-logo {
        margin: -40px 0 20px -14px;
        padding: 0;
    }
}

.signup {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 0 35px 0;
    background: url('../images/frontend/signup-bg.png');
    text-align: center;
    height: 125px;
}

.signup h1 {
    color: #fff;
    text-align: center;
    font-size: 19px;
    padding: 0;
    margin-bottom: -20px;
}

/* Form */

#signup {
    margin: 0 auto;
    width: 80%;
    padding: 0;
}

#signup .input-medium {
    padding: 2px 0 2px 5px;
    border: none;
    border-bottom: 2px solid #a5aaa7;
    border-right: 2px solid #a5aaa7;
    font-size: 12px;
    width: 190px;
}

#signup .btn {
    background-color: #f37021;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0 10px 0 10px;
}

#signup .btn:hover {
    background-color: #4f7867;
}

@media (min-width: 768px) and (max-width: 800px) {
    .banner .logo {
        padding-top: 30px;
        padding-left: 0;
        height: auto;
        text-align: center;
    }

    .banner .headline h1 {
        padding-top: 30px;
        padding-right: 0;
        height: auto;
        text-align: center;
        font-size: 30px;
    }

    .signup h1 {
        margin-bottom: -10px;
        padding-bottom: 0;
    }

    .signup {
        padding: 10px 0 25px 0;
        background: url('../images/frontend/signup-bg.png');
        text-align: center;
        height: auto;
    }

    .control-group {
        margin-bottom: -20px;
    }
}

@media (max-width: 768px) {
    .banner .logo {
        padding-top: 30px;
        padding-left: 0;
        height: auto;
        text-align: center;
    }

    .screamer {
        padding-top: 0;
        padding-right: 0;
        height: auto;
    }

    .screamer h2 {
        color: #f37021;
        text-align: center;
        font-size: 20px;
    }

    .banner .headline h1 {
        padding-top: 30px;
        padding-right: 0;
        height: auto;
        text-align: center;
        font-size: 30px;
    }

    .signup h1 {
        margin-bottom: -10px;
        padding-bottom: 0;
    }

    .signup {
        padding: 10px 0 25px 0;
        background: url('../images/frontend/signup-bg.png');
        text-align: center;
        height: auto;
    }

    .control-group {
        margin-bottom: -20px;
    }
}

/* =============================================================== */
/* Navigation
/* =============================================================== */

.navbar {
    color: #fff;
    background-color: #39373b;
    border-radius: 0;
    z-index: 100;
    margin-bottom: 0;
}


.navbar-inverse {
    border: 0px;
    border-color: rgb(8, 8, 8);
    overflow: hidden;
}

.navbar .navbar-collapse {
    padding: 0 0 0 10px;
    overflow: visible;
}

.nav {
    text-transform: uppercase;
}

.nav a {
    color: #fff;
}

.nav > li {
    position: relative;
    display: block;
}

.navbar-inverse .nav > li > a {
    padding-left: 20px;
    color: #FFF;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: rgb(255, 255, 255);
    background-color: #f37021;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
        z-index: 100;
        border: 2px solid red;
    }
}

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
    .navbar-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1020;
        /* 10 less than .navbar-fixed to prevent any overlap */;
    }

    .navbar-fixed .nav {
        width: 1380px;
        margin: 0 auto;
    }

    .navbar .nav > li:first-child > a,
    .navbar .nav > li:first-child > a:hover {
    }
}

/* =============================================================== */
/* Homepage
/* =============================================================== */

/* Features */

.features-page .box {
    padding: 30px;
    font-size: 12px;
}

.features-1 {
    padding: 20px 0 30px 0;
    text-align: justify;
    height: 450px;
}

.features-1 h1 {
    margin-bottom: 34px;
    color: #f37021;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.features-1 h2 {
    font-family: 'bebas_neueregular';
    color: #4f7867;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.features-1 .first,
.features-1 .second,
.features-1 .third {
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    height: 385px;
}

.features-1 .first,
.features-1 .second {
    background: url('../images/frontend/separator.png') no-repeat center right;
}

@media (max-width: 768px) {

    .features-1 {
        height: auto;
    }

    .features-1 .first,
    .features-1 .second,
    .features-1 .third {
        padding-left: 30px;
        padding-right: 30px;
        height: auto;
        background: none;
    }
}

/* Tabs */

.front-tabs {
    background: #FFF url('../images/frontend/tabs-bg.png') repeat-x;
}

#views-bootstrap-tab-1 .nav-tabs.nav-justified > li > a {
    margin-right: 0px;
    border-bottom: 0px;
}

#views-bootstrap-tab-1 .nav > li > a:hover {
    background: transparent;
    color: #4f7867;
}

#views-bootstrap-tab-1 .nav-tabs > li > a {
    margin-right: 2px;
    border: 0;
    border-radius: 0;
    padding-top: 20px;
    padding-right: 38px;
    padding-left: 30px;
    font-size: 22px;
    line-height: 28px;
    height: 100px;
    text-align: left;
    font-family: 'GliscorGothicRegular', Arial, sans-serif;
    color: #FFF;
    width: 240px;
}

#views-bootstrap-tab-1 .nav-tabs > li.active > a,
#views-bootstrap-tab-1 .nav-tabs > li.active > a:hover,
#views-bootstrap-tab-1 .nav-tabs > li.active > a:focus {
    color: #FFF;
    cursor: pointer;
    background: #4f7867 url('../images/frontend/tab-active.png') no-repeat bottom;
    border-width: 0px;
    height: 124px;
    width: 240px;
}

#views-bootstrap-tab-1 .tab-pane {
    padding-top: 8px;
    font-size: 20px;
}

#views-bootstrap-accordion-1 {
    display: none;
}

/* Accordion
 * Used for responsive view only */


.tab-content {
    background: #fff;
}

.tab-content h1 {
    padding-bottom: 0;
    text-align: center;
    font-size: 28px;
    color: #739989;
    text-transform: uppercase;
    font-family: 'GliscorGothicRegular', Arial, sans-serif;
}

.tab-content h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 23px;
    color: #739989;
    font-family: 'GliscorGothicRegular', Arial, sans-serif;
}

.tab-content p {
    font-size: 14px;
}

.tab-content .button {
    margin-top: 50px;
    padding: 2px;
    width: 300px;
    color: #FFF;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background-color: #f37021;
}

.tab-content .button:hover {
    background-color: #4f7867;
}

.tab-content .contact {
    margin-top: 30px;
    padding-left: 100px;
    background: url('../images/frontend/phone.png') no-repeat;
}

.tab-content .contact .phone {
    width: 400px;
    color: #eb6909;
    font-weight: bold;
}

.tab-content .contact .hours {
    width: 400px;
    color: inherit;
    font-style: italic;
}

.tab-content .button {
    width: 350px;
}

h1.social {
    background: url('../images/frontend/fb.png') no-repeat;
    text-align: left;
    padding-left: 30px;
    font-size: 17px;
    font-family: 'Arial', sans-serif;
}

h1.seo {
    text-align: left;
    font-family: 'Arial', sans-serif;
    font-size: 17px;
}

.tab-content .bebas {
    font-family: 'bebas_neueregular', Arial, sans-serif;
    font-size: 26px;
}

h1.adwords {
    background: url('../images/frontend/google.png') no-repeat;
    text-align: left;
    padding-left: 30px;
    font-size: 17px;
    font-family: 'Arial', sans-serif;
}

@media (max-width: 800px) {

    .front-tabs {
        background: none;
    }
    #views-bootstrap-tab-1 {
        display: none;
    }

    #views-bootstrap-accordion-1 {
        margin-bottom: 40px;
        display: block;
    }

    #views-bootstrap-accordion-1 .panel-group .panel {
        margin-bottom: 0px;
        overflow: hidden;
        border-radius: 0px;
    }

    #views-bootstrap-accordion-1 .panel {
        border: none;
        border-radius: 0px;
    }

    #views-bootstrap-accordion-1 .panel-default > .panel-heading {
        color: rgb(51, 51, 51);
        background-color: #4f7867;
        color: #fff;
        border-color: rgb(221, 221, 221);
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    #views-bootstrap-accordion-1 .panel-title {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
    }

    #views-bootstrap-accordion-1 .panel-heading .accordion-toggle {
        float: left;
        display: block;
        margin-right: 6px;
        background: url(../images/frontend/icons/accordion-toggle-minus.png) no-repeat center;
        width: 25px;
        height: 25px;
    }

    #views-bootstrap-accordion-1 .panel-heading .accordion-toggle.collapsed {
        display: block;
        background: url(../images/frontend/icons/accordion-toggle-plus.png) no-repeat center;
        width: 25px;
        height: 25px;
    }

    .tab-content p {
        font-size: 14px;
        padding: 10px;
    }
}

/* Features 2 */

.features-2 {
    padding: 60px 0 30px 0;
    background-color: #f5f5eb;
}

.features-2 .tagline h1 {
    margin-bottom: -15px;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
}

.features-2 .tagline h2 {
    margin: 0;
    color: #eb7030;
    font-size: 23px;
    text-align: center;
}

.features-2 h2 {
    color: #eb7030;
    font-size: 23px;
    height: 125px;
}

.big {
    font-size: 34px;
    font-family: 'GliscorGothicRegular';
}

.features-2 p {
    height: 140px;
    font-size: 23px;
    font-family: 'GliscorGothicRegular';
}

.features-2 .first {
    text-align: right;
    height: 600px;
}

.features-2 .second {
    text-align: left;
    height: 600px;
}

h2.design {
    height: 150px;
    padding-top: 0px;
    background: url('../images/frontend/icon-design.png') no-repeat 255px 33px;
}

h2.payments {
    height: 150px;
    padding-top: 40px;
    background: url('../images/frontend/icon-payments.png') no-repeat 150px 44px;
}

h2.safety {
    height: 150px;
    padding-top: 60px;
    background: url('../images/frontend/icon-safety.png') no-repeat;
}

h2.hosting {
    height: 150px;
    padding-top: 40px;
    background: url('../images/frontend/icon-hosting.png') no-repeat 30px 0;
}

@media (max-width: 768px) {

    .features-2 {
        padding: 0px 0 0px 0;
        background-color: #f5f5eb;
    }

    .features-2 .first {
        text-align: left;
        padding: 0 30px;
        height: auto;
    }

    .features-2 .second {
        text-align: left;
        padding: 0 30px;
        height: auto;
    }

    .features-2 h2 {
        height: 60px;
    }

    .features-2 p {
        margin-bottom: 16px;
        height: auto;
    }

    h2.design, h2.hosting,
    h2.safety, h2.payments {
        padding-left: 80px;
        height: auto;
        padding-top: 0;
    }

    h2.design {
        background: url('../images/frontend/icon-design.png') no-repeat left center;
    }

    h2.safety {
        background: url('../images/frontend/icon-safety.png') no-repeat left center;
    }

    h2.payments {
        background: url('../images/frontend/icon-payments.png') no-repeat left center;
    }

    h2.hosting {
        background: url('../images/frontend/icon-hosting.png') no-repeat left center;
    }
}

/* Testimonials

.testimonials-wrapper {

    background-color: #fff;
}

.testimonials {
    margin: 0 auto;
    font-style: italic;
    color: #FFF;
}

.testimonials .quote-left {
    margin-left: 40px;
    padding:40px;
    width: 450px;
    height: 275px;
    background: url('../images/frontend/callout-left.png') no-repeat center;
}

.testimonials .quote-right {
    padding:40px;
    width: 450px;
    height: 275px;
    font-style: italic;
    background: url('../images/frontend/callout-right.png') no-repeat center;
}

.testimonials .quote-open {
    float: left;
    padding-right: 20px;
}

.testimonials .quote-close {
    position: absolute;
    right: 50px;
    bottom: 70px;
}
*/

@media (max-width: 800px) {
    .features .first,
    .features .second {
        background: none;
    }

    .testimonials-wrapper {
        padding: 10px;
    }

    .testimonials {
        height: auto;
        width: 100%;
        padding: 10px 10px 10px 10px;
    }

    .testimonials .quote-left {
        margin: 0 auto;
    }

    .testimonials .quote-right {
        margin: 0 auto;
    }

    .testimonials .quote-close {
        float: right;
    }

    .testimonials .quote {
        font-size: 17px;
    }
}

/* =============================================================== */
/* Page - Products
/* =============================================================== */

.products-page {

}

/* Level 1 */

.products-r1 .basic,
.products-r1 .pro,
.products-r1 .expert {
    position: relative;
    padding: 0 20px 10px 30px;
}

.products-r1 h1 {
    padding: 20px 0 0 0;
    color: #f37021;
    letter-spacing: 1.5px;
    font-size: 28px;
    font-family: 'bebas_neueregular', Arial, sans-serif;
    height: 360px;
}

h1 .small {
    font-size: 18px;
    font-family: 'bebas_neueregular', Arial, sans-serif;
}

h1 .medium {
    font-size: 24px;
    font-family: 'bebas_neueregular', Arial, sans-serif;
}

h1 .large {
    font-size: 36px;
    font-family: 'bebas_neueregular', Arial, sans-serif;
}

.products-r1 .basic .button,
.products-r1 .pro .button,
.products-r1 .expert .button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 1px 10px;
}

.products-r1 .basic {
    height: 680px;
    color: #39373b;
    font-size: 15.8px;
    background: #739989 url('../images/frontend/photos/package-basic.jpg') no-repeat center top;
}

.products-r1 .basic .button {
    background: #4f7867;
    color: #FFF;
}

.products-r1 .basic .button:hover {
    background: #39373b;
}

.products-r1 .basic .line-through {
    color: #53655f;
    text-decoration: line-through;
}

.products-r1 .pro {
    background: #4f7867 url('../images/frontend/photos/package-pro.jpg') no-repeat center top;
    height: 680px;
    color: #FFF;
}

.products-r1 .pro .button {
    background: #739989;
    color: #000;
}

.products-r1 .pro .button:hover {
    background: #e6e5e1;
}

.products-r1 .expert {
    background: #39373b url('../images/frontend/photos/package-expert.jpg') no-repeat center top;
    height: 680px;
    color: #FFF;
}

.products-r1 .expert .button {
    background: #e6e5e1;
    color: #000;
}

.products-r1 .expert .button:hover {
    background: #4f7867;
}

@media (max-width: 992px) {

    .products-r1 .basic,
    .products-r1 .pro,
    .products-r1 .expert {
        text-align: center;
        margin-bottom: 12px;
    }

    .products-r1 h1 {
        text-align: center;
    }

    .products-r1 .basic .button,
    .products-r1 .pro .button,
    .products-r1 .expert .button {
        margin: 20px auto 20px auto;
        width: 100px;
        position: static;
    }

    .products-r1 .basic,
    .products-r1 .pro,
    .products-r1 .expert {
        height: auto;
    }
}

/* Row 2 */

.products-r2 {
    padding: 50px 0;
    background: #fff;
}

.products-r2 h1 {
    font-size: 40px;
    letter-spacing: 1px;
    font-family: 'bebas_neueregular', Arial, sans-serif;
    text-align: center;
}

.products-r2 p {
    font-size: 14px;

}

.products-r2 .button-1,
.products-r2 .button-2 {
    margin: 0 auto;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    height: 60px;
    width: 250px;
    text-transform: uppercase;
    padding-top: 16px;

}
.products-r2 .button-1 {
    margin-top: 60px;
    margin-bottom: 30px;
    background: #739989;
}

.products-r2 .button-2 {
    margin-bottom: 20px;
    text-align: center;
    background: #4f7867;
}

.products-r2 .button-1:hover,
.products-r2 .button-2:hover {
    background: #39373b;
}

.products-r2 ul.icons {
    margin: 0 auto;
    width: 200px;
}

.products-r2 .icons .phone {
    float: left;
    margin-right: 50px;
    display: inline-block;
    width: 65px;
    height: 60px;
    background: url('../images/frontend/icons/phone-grey.png') no-repeat;
    text-indent: -9999px;
}

.products-r2 .icons .phone:hover {
    background: url('../images/frontend/icons/phone-orange.png') no-repeat;
}

.products-r2 .icons .email {
    display: inline-block;
    width: 65px;
    height: 60px;
    background: url('../images/frontend/icons/email-grey.png') no-repeat;
    text-indent: -9999px;
}

.products-r2 .icons .email:hover {
    background: url('../images/frontend/icons/email-orange.png') no-repeat;
}

@media (max-width: 768px) {

    .products-r2 {
        padding: 20px 10px;
    }

    .products-r2 .button-1 {
        margin: 10px auto;
    }
}

/* Row 3 */

.products-r3 {
    margin: 50px 0;
}

.products-r3 .starter {
    border: 3px solid #f37021;
    width: 540px;
    height: 290px;
    padding-top: 25px;
}

.products-r3 .starter h1 {
    font-size: 30px;
    letter-spacing: 1px;
    font-family: 'bebas_neueregular', Arial, sans-serif;
    text-align: center;
    color: #f37021;
}

.products-r3 .starter .line-through {
    color: #848381;
    text-decoration: line-through;
}

.products-r3 .starter .left {
    text-align: center;
}

.products-r3 .button {
    background: #f37021;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    padding: 8px;
}

.products-r3 .button:hover {
    background: #39373b;
}

.products-r3 .demo {
    float: right;
    padding: 10px;
    background: #f37021;
    color: #FFF;
    height: 290px;
}

.products-r3 .demo h1 {
    color: #FFF;
    font-size: 40px;
    letter-spacing: 1px;
    font-family: 'bebas_neueregular', Arial, sans-serif;
    text-align: center;
}

.products-r3 .demobox {
    float: right;
    padding: 10px;
    background: #f37021;
    color: #FFF;
    height: 290px;
}

.products-r3 .demobox h1 {
    color: #FFF;
    font-size: 40px;
    letter-spacing: 1px;
    font-family: 'bebas_neueregular',Arial,sans-serif;
    text-align: center;
}

.products-r3 .demobox .button {
    margin: 0 auto;
    text-align: center;
    background: #39373b;
}

.products-r3 .demo .button {
    margin: 0 auto;
    text-align: center;
    background: #39373b;
}

.products-r3 .demo .button:hover {
    background: #fff;
    color: #39373b;
}

@media (max-width: 992px) {

    .products-r3 {
        margin: 12px 0 0 0;
    }
    .products-r3 .starter {
        margin: 0 auto 20px auto;
        height: auto;
        width: auto;
        text-align: center;
        padding: 8px;
    }

    .products-r3 .demo {
        height: auto;
        text-align: center;
    }

    .products-r3 .button {
        width: 160px;
        margin: 0 auto;
    }

    .products-r3 .starter ul li{
        text-align: center;
    }

    .products-r3 .starter .line-through {
        padding: 12px;
    }

    .products-r3 .starter .left {
        padding: 0 6px;
    }
}

/* =============================================================== */
/* Page - Features
/* =============================================================== */

/* grid debugger

.col-md-4,
.col-md-6, .col-md-8 {
    border: 1px solid #9dd3b1;
    background: #b5f4cd;
}
*/
.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}

.features-page {
    color: #FFF;
}

.features-page .col-md-4,
.features-page .col-md-6,
.features-page.col-md-8 {
    padding-right: 0;
}

.features-page h1 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 24px;
}

.features-page p,
.features-page li {
    color: #FFF;
    line-height: 17px;
    font-size: 13px;
}

.features-page li {
    list-style: outside;
}

.features-r2 p{
    text-align: center;
}
.features-page .box {
    padding: 30px;
    font-size: 12px;
}

/* Row 1 */

.features-r1 {
    margin-bottom: 30px;
    overflow: hidden;
}

.features-r1 .intro {
    color: #FFF;
    height: 250px;
    background-color: #90b6c9;
}

.features-r1 .intro .left {
    float: left;
    width: 50%;
}

.features-r1 .left ul {
    margin-left: 12px;
}

.features-r1 .intro .right {
    float: right;
    width: 50%;
}

.features-r1 .intro h1 {
    font-size: 26px;
    text-transform: none;
}

@media (max-width: 768px) {

    .features-r1 {
        margin-bottom: 0;
    }

    .features-r1 .intro {
        height: auto;
    }

    .features-r1 .intro .left {
        float: none;
        width: 100%;
    }

    .features-r1 .left ul {
        padding-bottom: 12px;
    }

    .features-r1 .intro .right {
        float: none;
        width: 100%;
    }

}

/* Row 2 */

.features-r2 {
    margin-bottom: 30px;
    overflow: hidden;
}

.features-r2 h1 {
    text-align: center;
}

.features-r2 p{
    text-align: center;
}

.features-r2 .first,
.features-r2 .second,
.features-r2 .third {
    height: 250px;
}

.features-r2 .first {
    background: #4a8cac url('../images/frontend/icons/secure-white.png') no-repeat center 160px;
}

.features-r2 .second p,
.features-r2 .third p {
    padding-top: 70px;
}

.features-r2 .second {
    background: #04496a url('../images/frontend/icons/hosting-white.png') no-repeat center 80px;
}

.features-r2 .third {
    float: right;
    background: #04273a url('../images/frontend/icons/design-white.png') no-repeat center 80px;
}

@media (max-width: 768px) {

    .features-r2 {
        margin-bottom: 0;
    }

    .features-r2 .first,
    .features-r2 .second,
    .features-r2 .third {
        height: auto;
    }

    .features-r2 .third {
        float: none;
    }

    .features-r2 h1 {
        line-height: 20px;
    }

    .features-r2 .first p {
        padding-top: 70px;
    }

    .features-r2 .first {
        background: #4a8cac url('../images/frontend/icons/secure-white.png') no-repeat center 80px;
    }

    .features-r2 .second {
        background: #04496a url('../images/frontend/icons/hosting-white.png') no-repeat center 70px;
    }
}

/* Row 3 */

.features-r3 {
    margin-bottom: 30px;
    overflow: hidden;
}

.features-r3 .col-lg-8,
.features-r3 .col-mg-8 {
    padding-right: 0;
}

.features-r3 .photo,
.features-r3 .mobile {
    height: 250px;
}

.features-r3 .mobile {
    float: right;
    color: #FFF;
    height: 250px;
    background-color: #90b6c9;
}

.features-r3 .mobile .left {
    float: left;
    width: 50%;
}

.features-r3 .left ul {
    margin-left: 12px;
}

.features-r3 .mobile .right {

}

.features-r3 .photo img {

    height: 250px;
}

@media (max-width: 768px) {

    .features-r3 {
        margin-bottom: 10px;
    }

    .features-r3 .mobile .left {
        float: none;
        width: 100%;
    }

    .features-r3 .left ul {
        padding-bottom: 12px;
    }

    .features-r3 .mobile {
        height: auto;
    }
}

/* Row 4 */

.features-r4 {
    margin-bottom: 30px;
    overflow: hidden;
}

.features-r4 .support {
    height: 250px;
    background: #04273a url('../images/frontend/icons/support-white.png') no-repeat 240px 30px;
}

.features-r4 .seo {
    height: 250px;
    background: #8fb7c9 url('../images/frontend/icons/seo-white.png') no-repeat 140px 20px;
}

@media (max-width: 768px) {

    .features-r4 {
        margin-bottom: 0;
        overflow: hidden;
    }

    .features-r4 .seo {
        height: auto;
    }
}

/* =============================================================== */
/* Page - Kontakt
/* =============================================================== */

.contact-page .small {
    padding: 20px 0;
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
}

.contact-page .phone {
    font-size: 20px;
    letter-spacing: 2px;
    color: #e4381f;
    padding-left: 34px;
    height: 32px;
    font-weight: 800;
    background: url(../images/frontend/icons/phone-red.png) no-repeat 5px;
}

.contact-page .hours {
    letter-spacing: 1px;
    padding-left: 34px;
    font-size: 16px;
    line-height: 13px;
    font-style: italic;
    color: #808285;
}

.kontakt-tabs {
    background: #fff url(../images/frontend/kontakt-tabs-bg.png) repeat-x;
    margin-top: 10px;
}

#kontakt .nav {
    margin: 0 auto 20px auto;
    width: 960px;
}

#kontakt .nav-pills > li + li {
    margin-left: 0;
}

#kontakt .nav-pills > li > a {
    border-radius: 0;
    background-color: #f37021;
    padding: 8px 16px;
    color: #fff;
    font-size: 24px;
    font-family: 'GliscorGothicRegular';
}

#kontakt .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: rgb(255, 255, 255);
    background: #39373b url(../images/frontend/kontakt-tab-active.png) no-repeat center bottom;
    padding: 8px 16px;
    height:66px;
}

/* Panes */

#pane-356, #pane-353, #pane-354,
#pane-341, #pane-342 {
    background: #e3e4e4;
    padding: 20px 45px;
}

#pane-356 h1, #pane-353 h1, #pane-354 h1,
#pane-341 h1, #pane-342 h1 {
    text-align: left;
    color: #39373b;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Forms */

#webform-client-form-75,
#webform-client-form-76 {
    padding: 0 15px;
}

#webform-client-form-75 label,
#webform-client-form-76 label {
    float: left;
    width: 140px;
    font-size: 18px;
    color: #39373b;
    font-weight: normal;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    margin: 4px;
}

#edit-submitted-nachricht,
#edit-submitted-nachricht--2 {
    width: 600px;
}

.btn-primary {
    float: right;
    border-radius: 0;
    text-transform: uppercase;
}

.btn-login {
    color: #ffffff;
    background-color: #39373b;
    border-color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    margin-right: 15px;
}

.btn-login:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.pane-title {
    display: none;
}

@media (max-width: 768px) {

    .kontakt-tabs {
        background: #fff;
        margin-top: 10px;
    }

    #kontakt .nav-pills > li > a {
        border-radius: 0;
        background-color: #f37021;
        padding: 4px 6px;
        color: #fff;
        font-size: 16px;
        border: 1px solid #fff;
    }

    #kontakt .nav-pills > li.active > a, .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: rgb(255, 255, 255);
        background: #39373b;
        padding: 4px 6px;
        height:auto;
    }

    #pane-356, #pane-353, #pane-354,
    #pane-341, #pane-342 {

    }

    #webform-client-form-75 label,
    #webform-client-form-76 label {
        float: none;
        width: auto;
        margin-bottom: 0;
        padding-left: 4px;
    }

    .form-control {
        width: 100%;
    }

    #edit-submitted-nachricht,
    #edit-submitted-nachricht--2 {
        width: 100%;
    }


}

/* =============================================================== */
/* Footer
/* =============================================================== */

footer {
    background: #39373b;
}

footer .col-left, footer .col-middle,
footer .col-right {
    height: 240px;
    text-align: center;
}

footer .col-left {
    padding-top: 120px;
    background: url('../images/frontend/phone.png') no-repeat center 50px;
}

footer .col-left p {
    font-style: italic;
    color: #707173;
}

footer .col-left h3,
footer .col-right h3,
footer .col-right-resp h3 {
    color: #f37021;
    font-size: 28px;
}

footer .col-middle {
    padding-top: 40px;
}

footer .col-middle h3 {
    color: #f37021;
    font-size: 22px;
}

footer .col-middle .button {
    margin: 0 auto;
    width: 180px;
    background: #f37021;
    color: #FFF;
}

footer .col-middle .button:hover {
    background: #4f7867;
    cursor: pointer;
}

ul.social-icons {
    display: block;
    margin: 30px auto 0;
    width: 190px;
    overflow: hidden;
    text-align: center;
}

.col-middle .social-icons li {
    float: left;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
}

a.twitter {
    margin-left: 90px;
}

footer .col-right {
    padding-top: 120px;
    background: url('../images/frontend/mail.png') no-repeat center 50px;
}

footer .col-right-resp {
    display: none;
}

@media (max-width: 768px) {
    footer .col-right {
        display: none;
    }

    footer .col-middle {
        padding-top: 10px;
    }

    footer .col-left, footer .col-middle,
    footer .col-right, footer .col-right-resp {
        height: auto;
        text-align: center;
    }

    footer .col-right-resp {
        display: block;
        background: url('../images/frontend/mail.png') no-repeat center top;
        height: 100px;
    }

    footer .col-right-resp h3 {
        padding-top: 60px;
    }


}


/* =============================================================== */
/* Misc
/* =============================================================== */

/* Admin menu fix */

#admin-menu-wrapper {
    height: 40px;
    font-size: inherit;
}

body.admin-menu .navbar-fixed-top {
    top: 32px;
    z-index: 499;
}

.element-invisible {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    clip: auto;
    position: static !important;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Pill tabs */

.nav-pills > li > a {
    border-radius: 5px;
    background-color: #CCC;
    padding: 8px 16px;
    color: #4d4b4f;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #f37021;
    padding: 8px 16px;
}

.local-task-tabs {
    margin-bottom: 20px;


}

/* Forms */

#comment-form label[for="edit-author--2"] {
    display: none;
}

#comment-form .username {
    display: none;
}

#comment-form .form-control {
    margin-bottom: 4px;
}

#user-login .form-control,
#user-pass .form-control {
    margin-bottom: 4px;
    width: 20%;
}

.btn-primary,
.btn-primary,
.btn-primary,
.btn-primary,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #f37021;
    border-color: #f37021;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #CCC;
    border-color: #CCC;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {

}

/*
Custom CSS for...

Based on the theme 'Modern Business' HTML Theme by Start Bootstrap.
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!

Ported to Drupal by Panelize IT! We create beautifully themed Drupal distributions that
deliver a professionally configured Panels powered website out-of-the-box.
For more info visit http://panelize.it

This theme is licensed under Apache 2.0.
*/

/* Global Styles */

html, body {
    height:100%;
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
    margin-bottom: 30px;
}

.tab-pane {
    margin-top: 15px;
}


/* Page Sections */
.section,
.section-colored {
    padding: 50px 0;
}

.section-colored {
    background-color: #e1e1e1; /* change this to change the background color of a colored section */
}

.sidebar {
    margin-top: 40px;
}

.sidebar ul {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
}


/* Half Page Height Carousel Customization */
.carousel {
    height: 50%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
    margin-bottom: 45px;
}

.tooltip-social a {
    text-decoration: none;
    color: inherit;
}

.facebook-link a:hover {
    color: #3b5998;
}

.linkedin-link a:hover {
    color: #007fb1;
}

.twitter-link a:hover {
    color: #39a9e0;
}

.google-plus-link a:hover {
    color: #d14836;
}

/* Service Page Styles */
.service-icon {
    font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
    font-size: 8em;
}

/* Pricing Page Styles */
.price {
    font-size: 4em;
}

.price-cents {
    vertical-align: super;
    font-size: 50%;
}

.price-month {
    font-size: 35%;
    font-style: italic;
}

/* Footer Styles */
footer {
    margin: 50px 0 0 0;
}

/* Responsive Styles */
@media (max-width: 767px) {

    .carousel {
        height: 70%; /* increases the carousel height so it looks good on phones */
    }

}

/* Drupal Overrides & Styles */



.element-invisible {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    clip: auto;
    position: static !important;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.primary {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: nowrap;
}

.navbar-brand {
    padding-top: 0;
    margin-top: -5px;
}

.local-task-tabs {
    margin-bottom: 20px;
}

/* Forms */

#comment-form label[for="edit-author--2"] {
    display: none;
}

#comment-form .username {
    display: none;
}

#comment-form .form-control {
    margin-bottom: 4px;
}

#user-login .form-control,
#user-pass .form-control {
    margin-bottom: 4px;
    width: 20%;
}

/* Comments */

.depth-1 {
    margin-left: 50px;
}

.depth-2 {
    margin-left: 100px;
}

.depth-3 {
    margin-left: 150px;
}

/* Admin menu fix */

#admin-menu-wrapper {
    height: 40px;
    font-size: inherit;
}

body.admin-menu .navbar-fixed-top {
    top: 32px;
    z-index: 499;
}

.frontslider {
    height: 350px;
}

.isotope-filters {
    padding-bottom: 30px;
    margin-left: -20px;
    font-size: 18px;

}

.isotope-filters li {
    float: left;
    list-style: none;
    margin-right: 10px;
}

#cboxLoadedContent img {
    max-width: none; /* Fix IE 8 with showing images in the Colorbox.*/
}

.easy-breadcrumb_segment-separator {
    margin-left: 3px;
    margin-right: 3px;
}

.table-pointer tbody tr { cursor: pointer; }

.no-transition {
    -webkit-transition: height 0.01s;
    -moz-transition: height 0.01s;
    -ms-transition: height 0.01s;
    -o-transition: height 0.01s;
    transition: height 0.01s;
}

.services-r1 .left-panel {
    padding-left: 50px !important;
    height: 475px;
    background: url(../images/frontend/photos/services/leader.jpg) no-repeat left top;
}

.services-r1 .left-panel h1 {
    margin-top: 40px;
    color: #ab4043;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'GliscorGothicRegular';
}

.services-r1 .left-panel p {
    width: 340px;
    font-style: italic;
}

.services-r1 .right-panel {
    width: 370px;
    float: right;
}

.services-r1 .right-panel h2 {
    color: #f37021;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'GliscorGothicRegular';
}

.services-r1 .one {
    background-color: #ab4043;
}

.services-r1 .two {
    background-color: #95494b;
}

.services-r1 .three {
    background-color: #b84500;
}

.services-r1 .four {
    padding-top: 5px !important;
    background-color: #984f24;
}

.services-r1 .box {
    height: 60px;
    color: #fff;
    padding-top: 16px;
    padding-left: 20px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'GliscorGothicRegular';
}

.services-r2, .services-r4 {
    padding: 20px 0;
    background-color: #fff;
}

.bottom-strip {
    height: 60px;
    background: #f37021;
}

.bottom-strip .left {
    background: #ab4043;
}

.bottom-strip .middle {
    background: #95494b;
}

.bottom-strip .right {
    background: #b84500;
}

.bottom-strip .box {
    height: 60px;
    color: #fff;
    padding-top: 14px;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'GliscorGothicRegular';
}

.services-page .col-md-4, .services-page .col-md-5, .services-page .col-md-6, .services-page .col-md-7, .services-page .col-md-8 {
    padding-right: 0;
    padding-left: 0;
}

.services-page footer { margin: 0; }

.services-r2 h1, .services-r3 h1, .services-r4 h1 {
    color: #f37021;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'GliscorGothicRegular';
}

.services-r3 {
    padding: 20px 0;
    background-color: #f5f5eb;
}

.services-r4 {
    padding: 20px 0;
    background-color: #fff;
}

body.not-found {
    background-color: #514e54;
    color: #fff;
}

.not-found .left-panel {
    float: right;
    width: 450px;
    padding-left: 140px;
    background: url(../images/frontend/photos/services/beta-stamp-sml.png) no-repeat;
}

.not-found h1, h2 {
    color: #eb6909;
}

.not-found .list-links li a { color: #fff; }
.not-found .list-links li a:hover { color: #4f7867; }

#webform-client-form-80 {
    padding: 10px 40px;
    width: 360px;
    height: 150px;
    background-color: #4f7867;
    text-align: center;
}

#webform-client-form-80 h1 {
    margin-bottom: -20px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'GliscorGothicRegular';
    text-align: center;
}

#webform-client-form-80 #edit-submitted-name, #webform-client-form-80 #edit-submitted-e-mail {
    width: 80%;
    border: 0;
    color: #000;
}

#webform-client-form-80 #edit-submit {
    float: right;
    margin-right: 30px;
}

#header h3 {
    color: #f37021;
    font-size: 28px;
    padding:  7px 0 0 28px;
}

.button a { color: #fff; }