body {
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
}

p {
    line-height: 24px;
    margin-bottom: 16px;
}

a {
    color: #138165;
}

a:hover {
    color: #c75c5c;
    text-decoration: none;
}

.btn-danger-alt {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 4px solid #ffffff;
    background: #d12028;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Droid Sans', sans-serif;
    text-transform: uppercase;
    line-height: 24px;
    border-radius: 0;
	
}

.btn-danger-alt:hover {
    background: #d12028;
    color: #ffffff;
}

.main-container {
    width: 100%;
    background: #ffffff;
}

.header-bg {
    background: url("../images/app-header.original.jpg") center center no-repeat rgba(192, 67, 67, 1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.header {
    height: 600px;
}

.header h1 {
    margin-top: 230px;
    color: #ffffff;
    font-family: Arvo, sans-serif;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.64);
}

.header h4 {
    color: #ffffff;
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.64);
}

.header form {
    margin-top: 50px;
}

.header input {
    margin-top: 8px;
    font-size: 15px;
    border-radius: 0;
}

.intro {
    margin-top: 100px;
}

.intro h2 {
    padding-left: 30px;
    font-family: Arvo, sans-serif;
    font-size: 24px;
    font-weight: 500;
	margin-left:70px;
}

.intro p {
    border-left: 5px solid rgba(176, 176, 176, 1);
    padding-left: 25px;
	margin-left:100px;
}

.icon-tab {
    margin: 100px auto 0;
    padding-left: 0;
    width: 900px;
}

.icon-tab li {
    margin-top: 10px;
    position: relative;
    float: left;
    display: block;
}

.icon-tab .icon-circle {
    width: 120px;
    height: 120px;
    margin: 0 15px;
    background: #ddd;
    border-radius: 70px;
    text-align: center;
    line-height: 120px;
    -webkit-transition: margin-top 0.3s;
    -moz-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
}

.icon-tab .icon-circle.active {
    margin-top: -5px;
}

.icon-tab .icon-content {
    opacity: 0;
    position: absolute;
    margin-top: 36px;
    left: -13px;
    width: 140px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.icon-tab .icon-content.visible {
    display: block;
    opacity: 1;
}

.icon-tab .icon-content-arrow {
    position: absolute;
    top: -16px;
    left: 84px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 16px 8px;
    border-color: transparent transparent #dddddd transparent;
    content: ' ';
}

.icon-content-body {
    width: 180px;
    padding: 20px;
    background: #ddd;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
}

.icon-content-body h1 {
    margin-bottom: 10px;
    color: #ffffff;
    font-family: 'Arvo', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 24px;
}

.icon-tab .first .icon-circle {
    background: #e0995e;
}

.icon-tab .first .icon-content-arrow {
    border-color: transparent transparent #e0995e transparent;
}

.icon-tab .first .icon-content-body {
    background: #e0995e;
}

.icon-tab .second .icon-circle {
    background: #77b3d4;
}

.icon-tab .second .icon-content-arrow {
    border-color: transparent transparent #77b3d4 transparent;
}

.icon-tab .second .icon-content-body {
    background: #77b3d4;
}

.icon-tab .third .icon-circle {
    background: #e0995e;
}

.icon-tab .third .icon-content-arrow {
    border-color: transparent transparent #e0995e transparent;
}

.icon-tab .third .icon-content-body {
    background: #e0995e;
}

.icon-tab .fourth .icon-circle {
    background: #76c2af;
}

.icon-tab .fourth .icon-content-arrow {
    border-color: transparent transparent #76c2af transparent;
}

.icon-tab .fourth .icon-content-body {
    background: #76c2af;
}

.icon-tab .fifth .icon-circle {
    background: #c75c5c;
}

.icon-tab .fifth .icon-content-arrow {
    border-color: transparent transparent #c75c5c transparent;
}

.icon-tab .fifth .icon-content-body {
    background: #c75c5c;
}

.icon-tab .sixth .icon-circle {
    background: #e0995e;
}

.icon-tab .sixth .icon-content-arrow {
    border-color: transparent transparent #e0995e transparent;
}

.icon-tab .sixth .icon-content-body {
    background: #e0995e;
}

.special-section {
   /* margin-top: 120px;*/
    background: rgba(245,207,135,1);
    text-align: center;
}

.special-section-red {
    background: rgba(199,92,92,1);
}

.special-section .container {
    padding-top: 30px;
    padding-bottom: 50px;
}

.special-section-arrow {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
    content: ' ';
}

.special-section h1 {
    margin-bottom: 30px;
    font-family: Arvo, sans-serif;
    font-size: 30px;
    line-height: 24px;
}

.special-section h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
}

.special-section .btn {
    margin-top: 20px;
    width: 350px;
}

.partner-hubspot {
    margin-top: 10px;
}

.partner-kissinsight {
    margin-top: 18px;
}

.testimonial-container {
    margin-top: 100px;
}

.second-testimonial {
    margin-top: 50px;
}

.testimonial-text {
    padding-left: 30px;
    border-left: 5px solid rgba(245,207,135,1);
}

.testimonial-text h1 {
    margin-top: 0;
    font-family: Arvo, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.testimonial-detail {
    margin-top: 20px;
    font-size: 20px;
}

.testimonial-name {
    font-weight: 700;
    text-transform: uppercase;
}

.benefits,
.pricing,
.footer {
    margin-top: 100px;
}

.benefits-alt-boxes {
    margin-top: 50px;
}

.benefits h1,
.pricing h1,
.footer h1 {
    font-family: Arvo, sans-serif;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
}

.benefits-alt img {
    display: block;
    margin-left: -20px;
}

.benefits h4,
.pricing h4,
.footer h4 {
    font-size: 20px;
    text-align: center;
}

.benefit-boxes {
    margin-top: 50px;
}

.benefit-box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.benefit-box-alt {
    margin-top: -20px;
    padding-left: 25px;
    border-left: 5px solid rgba(199,92,92,1);
}

.benefit-box-alt h3 {
    font-family: Arvo, sans-serif;
    font-size: 24px;
    color: #c75c5c;
}

.benefit-box:hover {
    background: #d12028;
}

.benefit-box h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.benefit-box img {
    display: block;
    margin: 0 auto;
    width: 100px;
}

.pricing-boxes {
    margin-top: 80px;
}

.pricing-box {
    padding: 70px 30px 90px;
    border: 10px solid #cb5555;
}

.pricing-box-em {
    position: relative;
    background: #cb5555;
    color: #ffffff;
}

.pricing-box-extras {
    position: absolute;
    top: -48px;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    text-align: center;
}

.pricing-box-extras h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.pricing-box h1 {
    font-size: 80px;
    font-weight: 700;
    font-family: 'Droid Sans', sans-serif;
    letter-spacing: -1px;
    line-height: 22px;
}

.pricing-box h3 {
    margin-top: 36px;
    font-weight: 400;
    text-align: center;
}

.pricing-box .dollar-sign,
.pricing-box .cent-sign{
    font-size: 36px;
    vertical-align: top;
    line-height: 0;
}

.pricing-box .nav {
    margin-top: 50px;
    font-size: 15px;
    line-height: 52px;
}

.pricing-box li {
    text-align: center;
    border-bottom: 3px solid rgba(163,163,163,1);
}

.pricing-box-em li {
    border-bottom-color: rgba(216,101,101,1);
}

.feature-explanation {
    margin-top: 80px;
}

.feature-explanation h2 {
    font-family: Arvo, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #c75c5c;
}

.feature-explanation-text .box {
    padding-left: 25px;
    border-left: 5px solid rgba(199,92,92,1);
}

.macbook-pro {
    margin-top: 100px;
    height: 606px;
    background: url("../images/slider-16.png") center center no-repeat rgba(249,250,215,1);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.question-section {
    padding: 40px 0;
    background: rgba(203,85,85,1);
}

.question-box {
    padding-left: 30px;
    border-left: 5px solid rgba(216,101,101,1);
}

.question-section h3 {
    font-family: Arvo, sans-serif;
    color: #ffffff;
}

.question-section .em-alt {
    color: #ffffff;
}

.question-section .phone-no {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}

.footer {
    padding-bottom: 220px;
}

.footer .link-lg {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.profile {
    margin-top: 100px;
}

.profile-images {
    position: relative;
    z-index: 1;
}

.profile-line {
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    background: rgba(137,170,148,1);
    height: 100%;
}

.profile-images img {
    display: block;
    margin: 0 auto;
    width: 139px;
}

.profile-images .jens-wagon {
    margin-top: 20px;
}

.profile-images .gift-icon {
    margin-top: 60px;
}

.profile-heading {
    margin-top: 50px;
}

.footer-link {
    margin-top: 30px;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 1199px) {

}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) {

    .icon-tab {
        width: 600px;
    }

    .header {
        height: 505px;
    }

    .pricing-box {
        margin-top: 40px;
    }

    .pricing-box-em {
        margin-top: 90px;
    }

    .macbook-pro {
        height: 505px;
        background-attachment: scroll;
    }
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    .header {
        height: 450px;
    }

   
    .header form {
        margin-top: 140px;
    }

    .header button {
        margin-top: 25px;
    }

    .special-section {
        margin-top: 30px;
    }

    .partners img {
        margin-top: 30px;
    }

    .partners .partner-mailchimp {
        margin-top: 20px;
    }

    .testimonial-container {
        margin-top: 60px;
    }

    .testimonial-container img {
        display: block;
        margin: 0 auto 30px;
        width: 220px;
    }

    .special-section h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .benefits,
    .pricing,
    .footer {
        margin-top: 50px;
    }

    .benefits h1,
    .pricing h1,
    .footer h1 {
        font-size: 30px;
        line-height: 34px;
    }

    .benefits h4,
    .pricing h4,
    .footer h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .feature-explanation {
        margin-top: 40px;
    }

    .feature-explanation-text {
        margin-top: 30px;
    }

    .pricing-boxes {
        margin-top: 30px;
    }

    .pricing-box h1 {
        font-size: 80px;
        font-weight: 700;
        font-family: 'Droid Sans', sans-serif;
        letter-spacing: -1px;
        line-height: 22px;
    }

    .pricing-box .dollar-sign,
    .pricing-box .cent-sign{
        font-size: 36px;
        vertical-align: top;
        line-height: 0;
    }

    .benefits-alt-boxes {
        margin-top: 0;
    }

    .macbook-pro {
        margin-top: 30px;
        height: 300px;
    }

    .question-section .btn {
        margin-top: 30px;
    }
}
@media (max-width: 400px){
	.header h1 {
        margin-top: 10px !important;
        font-size: 20px !important;
        line-height: 22px !important;
    }
	.col-md-7{
		width:100%
	
		
	}
	.col-md-offset-4{
		margin:0px auto !important;
		
	}

    .header h2 {
        margin-top: 10px;
        font-size: 14px;
        line-height: 18px;
    }
	#sidebar-newsletter-area input[type="submit"]{
		width:100% !important;
		
	}

	
}