/* 1. IMPORT SECTION */

/* 2. BASIC STYLES */

html, body {
    height: 100%;
}

body {
    font: 16px/1.5 Raleway, "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
    background-color: #fff;
    color: #262626;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -webkit-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
}

a:hover {
    color: #5fb551;
}

a, a:hover, a:active, a:focus {
    outline: 0;
    border: 0;
    text-decoration: none;
}

a, a:active, a:focus {
    color: #777;
}

.fs12{
    font-size: 12px;
}

.red{
    color: red;
}

.m20{
    margin: 20px;
}

.mt0{
    margin-top: 0;
}


.mt20{
    margin-top: 20px;
}

.mb20{
    margin-bottom: 20px;
}

.mb30{
    margin-bottom: 30px;
}

.mla{
    margin-left: auto;
}

.mra{
    margin-right: auto;
}

.list-icons li, .list li {
    padding: 5px 0;
}

.nav>li>a{
    color: #24292e;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #44b549;
    background-color: transparent;
}


.auth-form-body{
    background-color: #fff;
    border: 1px solid #d8dee2;
    border-radius: 5px;
    font-size: 14px;
    padding: 20px;
    width: 340px;

}

.auth-form-body label{
    display: block;
    margin-bottom: 7px;
}

.label-link{
    float: right;
    font-size: 12px;
}

#footer{
    border-top: 1px solid #dfdfdf;
    font-size: 14px;
    background-color: #f7f7f7;
    color: #848484;
    padding: 40px 0;
}

#footer .footer-links {
    margin-bottom: 10px;
}

#footer .footer-links li {
    float: left;
    margin-right: 22px;
}

#footer  .footer-links li a {
    color: #848484;
}

#footer .copyright {
    margin-bottom: 0;
    float: left;
}

.divine-float-left {
    float: left;
}

.divine-float-right {
    float: right;
}

.divine-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.divine-show {
    display: block !important;
}

.divine-hide {
    display: none !important;
    visibility: hidden !important;
}

.divine-preloader {
    background: #00b4f5 url('../img/preloader.svg') no-repeat center center;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.owl-dots {
    text-align: center;
    margin-top: 40px;
}

.owl-dot {
    height: 15px;
    width: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
}

.owl-dot.active {
    background: #00b4f5;
    border: 1px solid transparent;
}


/* 3. TYPOGRAPHY */

p {
    line-height: 1.5;
}

.nav-row{
    padding-left: 35px;
    border-bottom: 1px solid #ddd;
}

.divine-text-uppercase {
    text-transform: uppercase;
}

.divine-text-center {
    text-align: center;
}

.divine-text-left {
    text-align: left;
}

.divine-text-right {
    text-align: right;
}

.divine-text-justify {
    text-align: justify;
}

.divine-text-underline {
    text-decoration: underline;
}



/* 4. BREAKPOINT FOR HIGH-RES DEVICES */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

    .divine-logo-1x {
        display: none !important;
    }

    .divine-logo-2x {
        display: block !important;
    }
}


/* 5. MENU */

.topnav {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    padding-top: 15px;
    padding-bottom: 5px;
}

.divine-logo {
    text-align: left;
}


.divine-logo a {
    display: block;
}

.divine-logo img {
    vertical-align: bottom;
    margin-bottom: 4px;
}

.divine-logo-1x {
    display: block;
}

.divine-logo-2x {
    display: none;
}

/* 5. MENU */

.divine-menu {
    text-align: right;
    color: #777;
    display: block;
    font-weight: 600;
}

.divine-menu h2{
    text-align: right;
    display: block;
}
.divine-menu p{
    text-align: left;
    display: block;
    font-size: 12px;
    margin-bottom: -20px;
    line-height: 0;
}

.divine-menu-button {
    display: none;
    text-align: right;
    color: #fff;
    font-size: 1.8em;
    line-height: 1em;
}

.divine-menu-button,
.divine-menu-button i {
    outline: none;
}

.divine-menu-mobile {
    height: 0;
    transition: all 0.45s ease-out;
    -moz-transition: all 0.45s ease-out;
    -webkit-transition: all 0.45s ease-out;
    -o-transition: all 0.45s ease-out;
    -ms-transition: all 0.45s ease-out;
}

.divine-menu-mobile nav > div {
    height: 38px;
    line-height: 38px;
}

.divine-menu-mobile nav {
    display: none;
    padding-top: 15px;
    background-color: #fff;
}

.divine-menu-mobile.active {
    height: 110px;
    transition: all 0.45s ease-in;
    -moz-transition: all 0.45s ease-in;
    -webkit-transition: all 0.45s ease-in;
    -o-transition: all 0.45s ease-in;
    -ms-transition: all 0.45s ease-in;
}

.divine-menu ul {
    margin-bottom: 0;
    margin-top: 0;
}

.divine-menu ul li {
    display: inline-block;
    margin-right: 35px;
}

.divine-menu ul li:last-child {
    margin-right: 0;
}


/* 6. HEADER */

header {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: none;
    padding-top: 100px;
    padding-bottom: 50px;
}

header > .container {
    position: relative;
}

.divine-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.divine-background-repeat {
    background-repeat: repeat;
}

.divine-background-no-repeat {
    background-repeat: no-repeat;
}

.divine-overlay-none {
    display: none;
    visibility: hidden;
}

.divine-overlay-image {
    background-image: url('../img/lines.png');
    background-repeat: repeat;
}

.divine-overlay-color {
    background-color: rgba(0,0,0,0);
}

.divine-overlay-gradient {
    background: -moz-linear-gradient(215deg,  rgba(0,204,255,0.8) 0%, rgba(196,255,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,204,255,0.8)), color-stop(100%,rgba(196,255,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(215deg,  rgba(0,204,255,0.8) 0%,rgba(196,255,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(215deg,  rgba(0,204,255,0.8) 0%,rgba(196,255,0,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(215deg,  rgba(0,204,255,0.8) 0%,rgba(196,255,0,0.8) 100%); /* IE10+ */
    background: linear-gradient(215deg,  rgba(0,204,255,0.8) 0%,rgba(196,255,0,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ccff', endColorstr='#c4ff00',GradientType=1 ) progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/1x1.png'); /* IE6-9 fallback on horizontal gradient */
    pointer-events:none;
}

header.yt-background {
    background-image: url('../img/video.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.mobile .mbYTP_wrapper,
.tablet .mbYTP_wrapper {
    z-index: -1 !important;
}

.mobile .yt-controls,
.tablet .yt-controls {
    display: none;
}

.yt-controls {
    margin-top: 50px;
    text-align: right;
}

.yt-controls a {
    display: inline-block;
    color: #fff;
    width: 20px;
}

.yt-controls a:hover {
    color: #449d44;
}

.divine-title {
    margin-top: 20px;
}

.divine-title h1 {
    font-family: 'Raleway';
    font-size: 48px;
    font-weight: 600;
    color: #121d55;
    margin: 0;
    word-wrap: break-word;
    line-height: normal;
}

.divine-title span {
    color: #111;
    font-weight: 700;
}

.divine-line {
    margin-top: 20px;
}

.divine-line > div {
    width: 150px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
}

.divine-title-paragraph {
    margin-top: 30px;
}

.divine-title-paragraph p {
    color: #535353;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}

.divine-title-buttons {
    text-align: left;
    margin-top: 30px;
}

.divine-title-buttons a {
    display: inline-block;
    width: 250px;
    height: 60px;
    line-height: 55px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    outline: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.divine-title-buttons a span {
    opacity: 0;
    display: inline-block;
    width: 0;
    position: relative;
    right: 0;
    transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -webkit-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
}

.divine-title-buttons a:hover span {
    opacity: 1;
    width: 10px;
    right: -10px;
}

.divine-title-buttons a:last-child {
    margin-right: 0;
}

.divine-title-buttons a.divine-button-open {
    border: 1px solid #fff;
    background: transparent;
}

.divine-title-buttons a.divine-button-full {
    border: 1px solid #449d44;
    background: #449d44;
}

.divine-title-buttons a.divine-button-open:hover {
    border: 1px solid #449d44;
    background: #449d44;
}

.divine-title-buttons a.divine-button-full:hover {
    border: 1px solid #5fb551;
    background: #5fb551;
}

.divine-scroll-down {
    position: absolute;
    bottom: -150px;
}

.divine-scroll-down button,
.divine-scroll-down button:focus {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background-color: transparent;
    border: 0;
    outline: 0;
}


/* 7. FEATURES */

.icons {
    background-color: #fff;
}

.icons > .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.icons .row,
.pricing .row {
    padding-bottom: 70px;
}

.icons .row:last-child {
    padding-bottom: 0;
}

.divine-icon-box {
    padding: 0 20px;
}

.divine-icon-box span {
    display: inline-block;
    font-size: 4em;
    text-align: center;
    color: #5cb85c;
}

.divine-icon-box h3 {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 18px;
    word-wrap: break-word;
    color: #17134a;
}

.divine-icon-box p {
    font-size: 16px;
    font-family: 'Raleway';
    color: #535353;
    line-height:24px;
    text-align: left;
}

.divine-icon-box > a {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 0.85em;
    color: #262626;
    display: inline-block;
}

.divine-icon-box > a:hover {
    color: #449d44;
}

.divine-icon-box h3,
.divine-icon-box p,
.divine-icon-box > a {
    margin: 20px 0 0;
}

.divine-icon-box p a {
    font-weight: 700;
}


/* 8. PRODUCT */

.pricing {
    width: 100%;
    background-color: #f9f9ff;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.pricing > .container {
    padding-top: 10px;
    padding-bottom: 70px;
}


.about {
    width: 100%;
    background-color: #fff;
}

.about > .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.divine-quote span {
    color: #00b4f5;
    font-size: 2em;
    display: block;
}

.divine-quote blockquote {
    width: 80%;
    margin: 10px 0 0;
    font-weight: 700;
    font-style: italic;
    font-size: 1.25em;
}

.divine-quote blockquote cite {
    font-size: 0.8em;
    font-weight: 300;
    font-style: normal;
    margin-top: 10px;
    display: block;
}

.divine-about h2 {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 3em;
    color: #262626;
    margin: 0;
}

.divine-about h2 span {
    font-weight: 700;
}

.divine-about p {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: justify;
}

.divine-about-leading {
    font-weight: 700;
    font-size: 1.1em;
}

/* PURCHASE */

.purchase {
    width: 100%;
    background-color: #00cef7;
}

.purchase > .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.divine-purchase-text h1 {
    color: #fff;
    font-size: 36px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.divine-purchase-text p {
    font-size: 18px;
    color: #fff;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.divine-purchase-button {
    text-align: right;
    padding-top: 15px;
}

.divine-purchase-button a {
    display: inline-block;
    width: 150px;
    height: 60px;
    line-height: 55px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    color: #262626;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.divine-purchase-button a.divine-button-open {
    border: 1px solid #262626;
    background: transparent;
}

.divine-purchase-button a.divine-button-full {
    border: 2px solid transparent;
    background: #fff;
}

.divine-purchase-button a.divine-button-open:hover {
    border: 2px solid transparent;
    background: #fff;
}

.divine-purchase-button a.divine-button-full:hover {
    border: 2px solid #262626;
    background: transparent;
}


/* PROJECTS */

.projects {
    width: 100%;
    background-color: #fff;
}

.projects > .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.divine-projects-title h2 {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 36px;
    color: #121d55;
    margin: 0;
    text-align: center;
}

.divine-projects-title h2 span {
    font-weight: 700;
}

.divine-projects-paragraph p {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.divine-code-image {
    margin-top: 50px;
    padding-left: 13%;
}

.divine-project .image {
    position: relative;
}

.divine-project img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.divine-project .mask {
    display: block;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: rgba(125, 199, 113, 0.9);
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
}

.divine-project .mask a {
    opacity: 0;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
}

.divine-project > .image:hover .mask {
    height: 100%;
}

.divine-project > .image:hover .mask a {
    opacity: 1;
    transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
}

.divine-project a {
    color: #fff;
    font-size: 3em;
    display: block;
    width: 40px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 50%;
    margin-top: -0.75em;
}

.divine-project-caption {
    margin-top: 20px;
}

.divine-project-caption h3 {
    margin-top: 0;
    margin-bottom: 0;
}

/* 9. TESTIMONIALS */

.testimonials {
    width: 100%;
    background-color: #f0fafc;
}

.testimonials > .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.divine-testimonials-title h2 {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 36px;
    color: #121d55;
    margin: 0;
    text-align: center;
    padding-bottom: 70px;
}
}


.divine-testimonials-gallery {
    margin-top: 80px;
}

.divine-testimonial p {
    text-align: center;
    font-size: 1.1em;
}

.divine-testimonial img {
    width: 50px !important;
    height: 50px;
    display: inline-block !important;
    vertical-align: top;
    margin-left: 150px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    margin-bottom:15px;
}

.divine-testimonial-meta {
    text-align: center;

}

.divine-testimonial-meta span {
    display: block;
}

.divine-testimonial-meta span.name {
    font-weight: 700;
}

.testimonials .owl-controls {
    margin-top: 60px;
}

/* 10. SUBSCRIBE */

.subscribe {
    width: 100%;
    background-color: #eee;
    background-image: url('../img/bg-2.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.subscribe > .container {
    padding-top: 100px;
    padding-bottom: 66px;
}

.divine-subscribe-title h2 {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 3em;
    color: #262626;
    margin: 0;
}

.divine-subscribe-title h2 span {
    font-weight: 700;
}

.divine-subscribe-form {
    margin-top: 6px;
}

.divine-subscribe-form input[type=text] {
    width: 65%;
    height: 60px;
    display: block;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    line-height: 60px;
    color: #262626;
    float: left;
}

.divine-subscribe-form input:focus {
    outline: 0;
}

.divine-subscribe-form input[type=submit] {
    width: 35%;
    height: 60px;
    display: block;
    padding: 0 10px;
    background-color: #00b4f5;
    border: 1px solid #00b4f5;
    color: #fff;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-family: 'Raleway';
    font-weight: 700;
    transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -webkit-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
    float: right;
}

.divine-subscribe-form input[type=submit]:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.divine-subscribe-message {
    height: 2.5em;
    padding: 10px 20px;
    color: #262626;
    font-size: 0.9em;
}

.divine-subscribe-message i {
    margin-right: 5px;
}

.divine-subscribe-message .fa-warning {
    color: #ff5c5c;
}

.divine-subscribe-message .fa-check {
    color: #00b4f5;
}



/* READY */

.ready {
    width: 100%;
    background-color: #223e99;
}

.ready > .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.divine-ready-title h2 {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 42px;
    color: #00b4f5;
    margin: 0;
    text-align: center;
}

.divine-ready-title h2 span {
    color: #fff;
}

.divine-ready-paragraph p {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.divine-ready-buttons {
    text-align: center;
    margin-top: 40px;
}

.divine-ready-buttons a {
    display: inline-block;
    width: 250px;
    height: 60px;
    line-height: 55px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    outline: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.divine-ready-buttons a span {
    opacity: 0;
    display: inline-block;
    width: 0;
    position: relative;
    right: 0;
    font-size: 1.2em;
    transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -webkit-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
}

.divine-ready-buttons a:hover span {
    opacity: 1;
    width: 20px;
    right: -5px;
}

.divine-ready-buttons a.divine-button-open {
    border: 2px solid #00b4f5;
    background: #00b4f5;
    display: inline-block;
    width: 250px;
    height: 60px;
    line-height: 55px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    outline: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.divine-ready-buttons a.divine-button-full {
    border: 2px solid #fff;
    background: #fff;
}

.divine-ready-buttons a.divine-button-open:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #00b4f5;
}

.divine-ready-buttons a.divine-button-full:hover {
    border: 1px solid #fff;
    background: transparent;
}

/* 10. CLIENTS */

.clients {
    width: 100%;
    background-color: #fff;
}

.clients > .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.divine-clients-title h2 {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 36px;
    color: #121d55;
    margin: 0;
    text-align: center;
    padding-bottom: 70px;
}
}


.divine-clients-gallery {
    margin-top: 60px;
}

.clients .owl-controls {
    margin-top: 60px;
}

/* featured logo */

.featuredlogo {
    width: 100%;
    background-color: #f0fafc;
}

.featuredlogo > .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.divine-featuredlogo-title P {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    color: #121d55;
    margin: 0;
    padding-bottom: 50px;
}



/* 11. CONTACT */

footer {
    width: 100%;
    background-color: #ffffff;
}

footer > .container {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}

.divine-footer-left h2 {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 3em;
    margin: 0;
    color: #fff;
}

.divine-footer-left h2 span {
    font-weight: 700;
}

.divine-footer-left p {
    color: #b2b2b2;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 0.9em;
}

.divine-footer-left p.divine-footer-leading {
    font-weight: 400;
    font-size: 24px;
    color: #535353;
}

address {
    margin-top: 50px;
    font-weight: 300;
    font-style: normal;
}

address ul {
    padding-left: 0;
    margin-left: 40px;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

address ul > li {
    position: relative;
    text-align: left;
    color: #b2b2b2;
    font-size: 0.9em;
}

address i {
    color: #00b4f5;
    line-height: 1.5em !important;
    font-size: 1.5em;
    padding-right: 10px;
    position: absolute;
    left: -25px;
}

.divine-footer-socials {
    margin-top: 50px;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.divine-footer-socials li {
    display: inline-block;
    margin-right: 5px;
}

.divine-footer-socials li:last-child {
    margin-right: 0;
}

.divine-footer-socials li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #2e2e2e;
    color: #b2b2b2;
    font-size: 1.25em;
}

.divine-footer-socials li a:hover {
    background-color: #00b4f5;
    color: #fff;
}

.divine-contact-message {
    color: #535353;
    font-size: 0.9em;
}

.divine-contact-message i {
    margin-right: 5px;
}

.divine-contact-message .fa-warning {
    color: #ff5c5c;
}

.divine-contact-message .fa-check {
    color: #00b4f5;
}

.divine-footer-right form input:focus,
.divine-footer-right textarea:focus {
    outline: 0;
}

.divine-footer-right input[type=text] {
    width: 100%;
    height: 60px;
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 44px;
    color: #262626;
    margin-top: 20px;
    border: 2px solid #ddd;
}

.divine-footer-right h2{
    color: #535353;
    margin-top: 0;
    margin-bottom: 0;

}





.popupcontainer {
    max-width: 400px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    background: white;
    border-radius: 10px;
    border: 5px solid #9AD3DE;
    box-sizing: border-box;
}



.divine-footer-right textarea {
    width: 100%;
    height: 180px;
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #262626;
    margin-top: 20px;
    resize: vertical;
    border: 2px solid #ddd;
}

.divine-footer-right input[type=submit] {
    width: auto;
    height: 60px;
    display: inline-block;
    padding: 0 20px;
    background-color: #00b4f5;
    border: 2px solid #00b4f5;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Raleway';
    font-weight: 700;
    transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -webkit-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
    margin-top: 20px;
}

.divine-footer-right input[type=submit]:hover {
    background-color: transparent;
    border: 2px solid #00b4f5;
    color: #00b4f5;
}


/* 12. BREAKPOINTS */


@media (max-width: 991px) {

    /* MENU */

    .divine-menu {
        display: none;
    }

    .divine-menu-button {
        display: block;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    /* SUBSCRIBE */

    .divine-subscribe-form {
        margin-top: 20px;
    }


}

@media (max-width: 767px) {

    /*  HEADER */

    header,
    header > .container {
        height: auto;
    }

    .divine-scroll-down {
        display: none;
    }

    /* FEATURES */

    .icons .row {
        padding-bottom: 50px;
    }

    .divine-icon-box {
        text-align: center;
        margin-bottom: 50px;
    }

    .divine-icon-box p {
        text-align: center;
    }

    .divine-icon-box:last-child {
        margin-bottom: 0;
    }

    .divine-icon-box span {
        font-size: 3em;
    }

    .divine-icon-box h3 {
        font-size: 1.3em;
    }

    .divine-icon-box p {
        font-size: 1em;
        padding: 0 20%;
    }


    /* PRODUCT */

    .product {
        text-align: center;
    }

    .divine-product-image img {
        position: relative;
    }

    .divine-product-paragraph p {
        text-align: center;
    }

    .divine-product-icon-box p {
        text-align: center;
    }

    /* ABOUT */

    .divine-quote {
        margin-top: 0;
        text-align: center;
    }

    .divine-quote blockquote {
        width: 100%;
        font-size: 1.5em;
        padding: 0 10%;
    }

    .divine-about {
        text-align: center;
    }

    .divine-about h2 {
        margin-top: 40px;
    }

    .divine-about p {
        padding: 0 10%;
    }

    /*  PURCHASE */

    .divine-purchase-text p {
        text-align: center;
    }

    .divine-purchase-button {
        text-align: center;
    }

    .divine-purchase-button a {
        margin-top: 50px;
    }

    /* MILESTONES */

    .divine-milestone span {
        font-size: 2.5em;
    }

    /*  SUBSCRIBE */

    .divine-subscribe-title {
        text-align: center;
    }

    .divine-subscribe-form {
        margin-top: 20px;
    }

    /* NEWS */

    .divine-twitter-title h2 {
        text-align: center;
    }

    .divine-twitter-feed {
        margin-top: 20px;
    }

    /*  CONTACT */

    .divine-footer-left,
    .divine-footer-right {
        text-align: center;
    }

    .divine-footer-left p {
        padding: 0 10%;
    }

    .divine-footer-left p,
    address ul > li {
        font-size: 1em;
        text-align: center;
    }

    address ul {
        margin-left: 50px;
        margin-right: 50px;
    }

    address i {
        position: relative;
        display: block;
        left: 0;
        padding-right: 0;
    }

    address ul:last-child {
        margin-left: 50px;
    }

    .divine-footer-socials li a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 1.5em;
    }

    .divine-contact-message {
        margin-top: 40px;
        height: 1.5em;
        line-height: 1.5em;
        padding: 0;
        text-align: center;
        font-size: 1em;
    }

}