/*------------------------------------------------------------------
	1. General Styles
-------------------------------------------------------------------*/

*, body {
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease 0.0s;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.color-bg1 {
    background-color: #374b63;
}

.color-bg2 {
    background-color: #3a9dc2;
}

.color-bg3 {
    background-color: #79d156;
}

.color-bg4 {
    background-color: #fba206;
}


/*------------------------------------------------------------------
	2. Header Styles
-------------------------------------------------------------------*/

#mainNav {
    background-color: #3a9dc2;
}

.navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
    opacity: 1;
}

.navbar-default .navbar-nav>li>a.chat-button {
    padding: 7px 18px;
    background-color: #79d156;
    border-radius: 4px;
    color: #469d24;
    opacity: 1;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79d156+0,79d156+50,ffffff+50,ffffff+100 */
    background: #79d156;
    /* Old browsers */
    background: -moz-linear-gradient(top, #79d156 0%, #79d156 50%, #ffffff 50%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #79d156 0%, #79d156 50%, #ffffff 50%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #79d156 0%, #79d156 50%, #ffffff 50%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#79d156', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    background-size: 100% 200%;
    background-position: 0% 0%;
    transition: all 0.3s cubic-bezier(1, .02, 0, .99) 0.0s;
}

.navbar-default .navbar-nav>li>a.chat-button:hover, .navbar-default .navbar-nav>li>a.chat-button:focus {
    background-position: 0% 100%;
    color: #075b7a;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 42px;
        padding-bottom: 20px;
    }
}

.navbar-brand {
    height: 99px;
    padding: 20px 15px;
}

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    opacity: 0.7;
}

.navbar-toggle {
    margin-top: 34px;
}


/*------------------------------------------------------------------
	3. Top Content Styles
-------------------------------------------------------------------*/

#top-content {
    background-color: #3a9dc2;
    overflow: hidden;
}

#top-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 52px;
    color: #ffffff;
    margin-top: 110px;
    margin-bottom: 20px;
}

#top-content h4 {
    font-size: 20px;
    color: #075b7a;
}

.email-form-holder {
    display: inline-block;
    max-width: 500px;
    width: 50%;
    margin-top: 105px;
    margin-bottom: 190px;
}

.email-form-holder div[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.email-text-holder {
    position: relative;
    padding-right: 10px !important;
}

.email-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
    border: 0;
    border-radius: 8px;
    background-color: #fff;
    color: #3a9dc2;
    font-size: 23px;
    width: 100%;
    padding: 8px 20px 8px 46px;
    outline: 0;
    text-align: center;
}

.email-text-holder .fa {
    position: absolute;
    color: #79d156;
    left: 12px;
    top: 11px;
    font-size: 25px;
}

.btn-go {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border: 0;
    border-radius: 8px;
    background-color: #79d156;
    font-size: 23px;
    color: #fff;
    width: 100%;
    padding: 8px 20px;
    outline: 0;
    text-transform: capitalize;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79d156+0,79d156+50,075b7a+50,075b7a+100 */
    background: #79d156;
    /* Old browsers */
    background: -moz-linear-gradient(top, #79d156 0%, #79d156 50%, #075b7a 50%, #075b7a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #79d156 0%, #79d156 50%, #075b7a 50%, #075b7a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #79d156 0%, #79d156 50%, #075b7a 50%, #075b7a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#79d156', endColorstr='#075b7a', GradientType=0);
    /* IE6-9 */
    background-size: 100% 200%;
    background-position: 0% 0%;
    transition: all 0.3s cubic-bezier(1, .02, 0, .99) 0.0s;
}

.btn-go:hover, .btn-go:focus {
    background-position: 0% 100%;
    color: #fff;
    text-decoration: none;
}

.rocket-animation-holder {
    position: relative;
}

.rocket-animation {
    position: absolute;
    left: 80%;
    bottom: 360px;
}

.rocket-animation .rocket {
    position: absolute;
    transform: rotate(45deg);
    animation-name: rocket-animation;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rocket-animation {
    0% {
        transform: rotate(45deg) translate(0px, 0px);
    }
    10% {
        transform: rotate(45deg) translate(2px, 6px);
    }
    20% {
        transform: rotate(45deg) translate(-2px, -6px);
    }
    30% {
        transform: rotate(45deg) translate(4px, 2px);
    }
    40% {
        transform: rotate(45deg) translate(-4px, -2px);
    }
    50% {
        transform: rotate(45deg) translate(2px, 6px);
    }
    60% {
        transform: rotate(45deg) translate(-6px, -4px);
    }
    70% {
        transform: rotate(45deg) translate(1px, 5px);
    }
    80% {
        transform: rotate(45deg) translate(-5px, -3px);
    }
    90% {
        transform: rotate(45deg) translate(5px, 3px);
    }
    100% {
        transform: rotate(45deg) translate(0px, 0px);
    }
}

.rocket-animation .rocket-line {
    border-radius: 50px;
    width: 10px;
    background-color: #ffffff;
    position: absolute;
    display: inline-block;
    animation-name: rline-animation;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rline-animation {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1, 0.97);
    }
    100% {
        transform: scale(1, 1);
    }
}

.rocket-animation .rocket-line.rline1 {
    height: 120px;
    left: 23px;
    top: 220px;
}

.rocket-animation .rocket-line.rline2 {
    height: 100px;
    left: 45px;
    top: 200px;
}

.rocket-animation .rocket-line.rline3 {
    height: 120px;
    left: 68px;
    top: 220px;
}

.rocket-animation .cloud {
    position: absolute;
    transform: rotate(45deg);
    animation-name: cloud-animation;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes cloud-animation {
    0% {
        transform: rotate(45deg) translate(0, 0);
        opacity: 0;
    }
    25% {
        transform: rotate(45deg) translate(0, 100px);
        opacity: 1;
    }
    50% {
        transform: rotate(45deg) translate(0, 200px);
        opacity: 1;
    }
    75% {
        transform: rotate(45deg) translate(0, 300px);
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) translate(0, 400px);
        opacity: 0;
    }
}

.rocket-animation .cloud img {
    transform: rotate(-45deg);
    opacity: 0.2;
}

.rocket-animation .cloud.cloud1 {
    left: -130px;
    animation-duration: 10s;
}

.rocket-animation .cloud.cloud2 {
    left: 250px;
    animation-duration: 17s;
}

.rocket-animation .cloud.cloud2 img {
    width: 30px;
    height: auto;
}

.rocket-animation .cloud.cloud3 {
    left: 400px;
    animation-duration: 13s;
}

.rocket-animation .cloud.cloud3 img {
    width: 45px;
    height: auto;
}


/*------------------------------------------------------------------
	10. Footer Styles
-------------------------------------------------------------------*/

#footer {
    background-color: #ffffff;
    padding-top: 70px;
    padding-bottom: 90px;
    text-align: center;
}

#footer .row-title {
    text-align: center;
}

#footer .row-title h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
    color: #697b91;
    font-size: 24px;
    margin-bottom: 10px;
}

#footer .row-title h5 {
    font-size: 15px;
    color: #aec0c7;
    margin-bottom: 40px;
}

#footer .main-footer-content {
    padding-bottom: 40px;
}

#footer p {
    font-family: 'Montserrat', sans-serif;
    color: #697b91;
    font-size: 17px;
}

#footer .contact-box {
    font-size: 22px;
    color: #697b91;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,79d156+50,79d156+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #79d156 50%, #79d156 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #79d156 50%, #79d156 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #79d156 50%, #79d156 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#79d156', GradientType=0);
    /* IE6-9 */
    background-size: 100% 200%;
    background-position: 0% 0%;
    transition: all 0.3s cubic-bezier(1, .02, 0, .99) 0.0s;
}

#footer .contact-box a {
  color: #3a9dc2;
}

#footer .contact-box a:hover {
  color: #ffffff;
  text-decoration: none;
}

#footer .contact-box .fa {
    color: #3a9dc2;
    margin-right: 10px;
    font-size: 35px;
    vertical-align: middle;;
}

#footer .contact-box:hover {
    color: #ffffff;
    background-position: 0% 100%;
}

#footer .contact-box:hover a,
#footer .contact-box:hover .fa {
    color: #ffffff;
    text-decoration: none;
}


/*------------------------------------------------------------------
	11. Responsive Styles
-------------------------------------------------------------------*/


/* Other screens styles modifications */

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .email-text-holder {
        padding-right: 0px !important;
        padding-bottom: 15px;
    }
    .email-form-holder {
        width: 100%;
    }
    .rocket-animation {
        bottom: 450px;
    }
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        text-align: center;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0;
    }
    .navbar-default .navbar-nav>li>a.chat-button {
        margin-right: 15px;
    }
}

@media (max-width: 480px) {}
