
section.section {
    background: #f4f4f4;
    border-top: 5px solid #f1f1f1;
    margin: 30px 0;
    padding: 50px 0;
}

section.blue {
    background: #336699;
    border-top: 5px solid #f1f1f1;
    margin: 30px 0;
    padding: 50px 0;
}

section.section.section-no-background {
    background: transparent;
    border-top-color: transparent;
}

section.section.section-center {
    text-align: center;
}

section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
    color: #FFF;
}

section.section.section-text-light p {
    color: #e6e6e6;
}

section.section.section-background {
    background-repeat: repeat;
    border: 0;
}

section.section.section-overlay {
    position: relative;
}

section.section.section-overlay:before {
    content: "";
    display: block;
    background: url("../img/video-overlay.png") repeat scroll 0 0 transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

section.section.section-video {
    background: none !important;
    border: 0;
}

section.section.section-parallax {
    border: 0;
}

section.section.section-no-border {
    border: 0;
}

section.section.section-with-divider {
    margin: 56px 0 35px;
}

section.section.section-with-divider .divider {
    margin: -56px 0 44px;
}

section.section.section-footer {
    margin-bottom: -50px;
}

section.section.section-with-mockup {
    margin-top: 120px;
}

section.section.section-front {
    position: relative;
    z-index: 1;
}

.font-size-xs {
    font-size: 12px !important;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.spacer-1 {
    margin: 100px;
}

.feature-box .feature-box-info {
    padding-left: 50px;
    padding-top: 9px;
}

h1 {
    font-size: 2.6em;
    line-height: 44px;
    margin: 0 0 32px 0;
    color: #154dd7;
}

h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px 0;
    color: #131da9;
}

dt {
    font-size: 18px;
    font-weight: 700;
    color: #131da9;
}

.feature-box .feature-box-icon {
    background: #131da9;
    line-height: 12px;
    height: 12px;
    width: 12px;
    margin-top: 12px;
}

.feature-box .feature-box-info h4 {
    font-size: 18px;
    color: #09117c !important;
}

.feature-box .feature-box-info {
    padding-left: 10px;
}

.list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .icons {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 5px;
    margin-top: 6px;
}

.list-icons-style-3 li {
    font-size: 16px;
}

.btn-primary {
    color: #fff;
    background-color: #131da9;
    border-color: #2e6da4
}

.feature-box-info p {
    margin-top: -10px;
    margin-bottom: 4px;
    margin-left: 10px;
}

a:hover {
    text-decoration: none;
}

#footer .social-icons .social-icons-twitter a {
    background: #1aa9e1;
}

#footer .social-icons .social-icons-facebook a {
    background: #3b5a9a;
}

#footer .social-icons .social-icons-linkedin a {
    background: #0073b2;
}

#footer .social-icons li:hover.social-icons-linkedin a {
    background: #fff;
    color: #000 !important;
}

#footer .social-icons li:hover.social-icons-twitter a {
    background: #fff;
    color: #000 !important;
}

#footer .social-icons li:hover.social-icons-facebook a {
    background: #fff;
    color: #000 !important;
}

#footer p {
    color: #CCC;
}

#footer a:hover {
    color: #6CF !important;
}

table th {
    color: #131da9;
}

html .testimonial-fifth blockquote {
    background: #2c57d2;
}

html .testimonial-fifth .testimonial-arrow-down {
    border-top-color: #2c57d2;
}

.client-text {
    color: #36a7aa;
}
.call-to-action p {
	font-size:16px;
}
.quform-theme-light-light .quform-element > .quform-spacer > label {
	font-weight:normal;
	color: #000;
    font-size:14px;
}


 @media (max-width: 479px) {

.slider-container .featured-label {
    color: #FFF;
    font-size: 26px !important;
    line-height: 28px;
    font-weight: 800;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    margin-top: -200px !important;
}

.slider-container .bottom-label {
    color: #FFF;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 300;
    width: 300px;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

.limited {
    max-width: 100%;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}
}
