body {
    -webkit-font-smoothing:antialiased !important;
    background:#ffffff;
    font-size:14px;
    color:#3f3730;
    font-size:18px;
    line-height:27px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    margin:0px;
    padding:0px;
}
.legal {
    clear:both;
    text-align:center;
    background-color:#CCCCCC;
    font-size:12px;
    padding:5px;
    font-weight:300;
    color:#333333;
}
.style3 {
    color:#4bb170;
}
.grow:hover {
    cursor:pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition:all 0.3s ease;
}
.style4 {
    font-size: 32px;
}
.style5 {
    font-size: 14px;
    font-weight: bold;
}
.main-content {
}
.facebook-login {
    background-color:#3b5998;
    height:30px;
    border-radius: 5px;
    font-weight:bold;
    font-size:18px;
    width:74%;
    margin-left:auto;
    margin-right:auto;
    color:#FFFFFF;
    padding-left:3%;
    padding-right:3%;
    padding-top:15px;
    padding-bottom:15px;
    display:block;
}
.facebook-login:hover {
    cursor:pointer;
}
.facebook-login a:hover {
    cursor:pointer;
}
.facebook-login a {
    text-decoration:none;
    color:#FFFFFF;
}
.facebook-login i{
    font-size:30px; margin-right:25px;
}
.menu {
    width:1024px;
    margin-left:auto;
    margin-right:auto;
}
.menu .logo {
    width:50%;
    float:left;
    margin-top: 10px;
}
.menu .buttons {
    text-align:right;
    width:50%;
    float:left;
}
.clear {
    display:block;
}
.hero {
    -webkit-transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition:all 0.7s ease;
    height:686px;
    background-image:url(../../images/home/top.jpg);
    background-color:#333333;
    background-repeat:no-repeat;
    background-position:top center;
}
.hero-container {
    width:1024px;
    margin-left:auto;
    margin-right:auto;
}
.hero .title {
    width:60%;
    float:left;
    font-size:16px;
    color:#FFFFFF;
    margin-top:100px;
}
h1 {
    text-align:left;
    font-weight:300;
    color:#000000;
    font-size:32px;
    text-decoration:none;
    font-style:none;
}
.fa-play-circle {
    font-size:100px;
}
.hero .title .main-title {
    font-size:32px;
    font-weight:300;
}
.hero .form {

    width:40%;
    text-align:center;
    float:left;
    background-color:#FFFFFF;
    padding-bottom:20px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.75);
    color:#333333;
    font-size:14px;
    border-radius: 4px;

}
.hero .form a {
    text-decoration:none;
}
p {
    margin:0px;
    padding:0px;
}
.subtitle {
    font-size:24px;
    font-weight:400;
    display:block;
    font-family: 'Open Sans', sans-serif;
    color:#4bb170;
    padding-top: 10px;
    padding-bottom: 10px;
}
.container {
    width:70%;
    min-width:1024px;
    overflow:auto;
    margin-left:15%;
    margin-right:15%;
    font-size: 16px;
}
.signup:hover a {
    color:#000000;
}
.right-content, .left-content {
    width:48%;
    float:left;
    min-width:430px;
    height:240px;
    display:block;
    padding-bottom:20px;
    padding:0px;
    margin:0px;
    text-align:center;
}
.left-content {
}
.small-content-in {
    width:40%;
    float:left;
    display:block;
    text-align: left;
}
.big-content-in {
    width:60%;
    float:left;
    display:block;
    font-size:16px;
    text-align:left;
    padding-top: 20px;
}
.left-content p {
    /*	margin:150px 0 0;background-color:#00CCFF;*/

}
.right-content p {
    /*	margin:80px 0 150px;background-color:#FFCCCC;*/


}
.container p {
    /*-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;*/
    min-height:180px;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:40px;
    padding-right:40px;
    background-color: #FFFFFF;
    margin-right:20px;
    border: solid 1px #DDDDDD;
    color:#999999;
}
.container p:hover {
    cursor:pointer;
    transition:all 0.3s ease;
    border: solid 1px #4bb170;
}
.line {
    height:1px;
    background-color:#e1e1e1;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
    display:block;
}
.container .image {
    width:30%;
    float:left;
}
.container .copyC {
    width:70%;
    float:left;
}
.button-top {
    color: #87b948;
    border: 2px solid #ffffff; /* Green */
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    width:100px;
    margin-left:auto;
    margin-right:auto;
    padding:5px;
    float:right;
    margin-left:10px;
    margin-top:36px;
    border-radius: 4px;
    font-size:14px;
    border: 1px solid #ffffff;
    text-align:center;
    padding: 5px 20px;
    display:block;
}
.button-top a {
    text-decoration:none;
    color:#FFFFFF;
}
.button-top:hover {
    background-color: #ffffff; /* Green */
    color: #87b948;
    cursor:pointer;
}
.login:hover {
    border-radius: 5px;
    background-color: #4bb170; /* Green */
}
.login {
    border: 1px solid #4bb170;
}
.container p img:hover {
}
.left-content .more-padding {
    padding-right:100px;
    opacity:0;
}
.right-content .more-padding {
    padding-left:100px;
    opacity:0;
}
.cta {
    background-color:#e7642b;
    min-height:280px;
    color:#FFFFFF;
    font-size:25px;
    font-weight:300;
    text-align:center;
    float:none;
    clear:both;
    background-image:url(../../images/home/bottom-2.jpg);
}
.block-container {
    background-color:#ffffff;
    background-image:url(../../images/home/back.png);
    min-height:430px;
    padding-top: 80px;
    padding-bottom: 60px;
}
.block {
    min-width:1024px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}
.block .item {
    min-width:150px;
    float:left;
    padding-left:  1.5%;
    padding-right:  1.5%;
    min-height:340px;
    color:#ffffff;
    text-align:center;
    font-size:14px;
    line-height:22px;
    font-weight:300;
    -webkit-font-smoothing:antialiased !important;
    margin-left:  0.5%;
    margin-right:  0.5%;
    padding-top: 30px;
    width:16%;
}
.block .item img {
    padding-top:28px;
    width:80px;
    height:80px;
}
.circle {
    width: 150px;
    height: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    margin-left: auto;
    margin-right: auto;
    border:solid 2px #4bb170;
}
.button-2 {
    color: #4CAF50;
    border: 2px solid #4CAF50; /* Green */
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    width:100px;
    margin-left:auto;
    margin-right:auto;
    padding:5px;
    border-radius: 4px;
    font-size:16px;
}
.button-2:hover {
    background-color: #4CAF50; /* Green */
    color: white;
    cursor:pointer;
}
.subtitle-2 {
    font-size:22px;
    font-weight:300;
    line-height:28px;
    display:block;
    margin-bottom: 5px;
    color:#ffffff;
    padding: 18px;
    font-family:'Open Sans', sans-serif;
}
.footer {
    background-color:#ffffff;
}
.footer-container {
    width:1024px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.footer-container ul {
    list-style:none;
    padding:0px;
    margin:0px;
}
.footer-container ul li {
    display:block;
    padding-right:40px;
}
.footer-container ul li a {
    font-weight:400;
    text-decoration:none;
    color:#333333;
    font-size:13px;
    display:block;
    border-bottom:solid 2px #ffffff;
    padding-left:30px;
    padding-right:30px;
    cursor:pointer;
    float:left;
    padding-top:45px;
    padding-bottom:35px;
}
.footer-container ul li a:hover {
    border-bottom:solid 2px #4bb170;
    color:#000000;
}
.input-form {
    text-align:center;
    padding:0;
}
.input-form input[type='text'],.input-form input[type='password'], input[type='button'], input[type='submit'] {
    width:70%;
    font-size:inherit;
    border:0;
    box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);
    border:2px solid rgba(0, 0, 0, 0.1);
    height: 40px;
    margin-top:5px;
    margin-bottom:5px;
    padding-left:10%;
    color:#999999;
}
input[type='submit'], input[type='button'] {
    padding-left:0;
}
.email {
    background-image:url(../../images/home/envelope.png);
    background-position:10px center;
    background-size: 5%;
    background-repeat:no-repeat;
}
.password {
    background-image:url(../../images/home/keyhole.png);
    background-position:10px center;
    background-size: 5%;
    background-repeat:no-repeat;
}
.fa-fa {
}
input[type='submit'], input[type='button'] {
    background-color:#e7642b;
    color:#fff;
    cursor:pointer;
    width:80%;
}
.input-form input[type='text']:focus {
    box-shadow:none;
    background-color:#fdfdfd;
}
.title-form {
    font-size:30px;
    font-weight:bold;
    text-align:center;
    margin-top:20px;
    color:#5b5147;
}
.nav-container {
    height:252px;
    width:100%;
    text-align:left;
    font-size:80px;
    font-weight:600;
    position: absolute;
    z-index: 1;
    left: -5px;
    top: 687px;
}
.f-nav {
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-image:url(../../images/home/gradient.png);
    background-repeat:repeat-x;
} /* this make our menu fixed top */
.nav-container .nav {
    height:80px;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    padding-top: 20px;
}
.f-nav-hidden {
    background-color:#330033;
}
/*video*/

.video-modal {
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    text-align:center;
    background-image:url(../../images/home/overlay.png);
    background-repeat:repeat;
    z-index:9999;
}
.controls {
    color:#FFFFFF;
    font-size:55px;
    position:fixed;
    top:2%;
    right:2%;
}
.controls a {
    text-decoration:none;
}
#homepage-video {
    width:90%;
    height:90%;
    margin-top:20px;
}

.see-how{display:inline-block; width:100%;}
.login-sign-mob{display:none;}


/*.icon-1{width:140px; height:140px;}
.icon-2{width:153px; height:92px;}
.icon-3{width:140px; height:140px;}
.icon-4{width:145px; height:110px;}
.icon-5{width:140px; height:140px;}
.icon-6{width:148px; height:92px;}
.icon-7{width:141px; height:141px;}
.icon-8{width:145px; height:82px;}
.icon-9{width:144px; height:79px;}
.icon-10{width:140px; height:130px;}*/

.small-content-in img{ width:75%;}

.message{
    background-size: 40px 40px;
    /*    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
            transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
            transparent 75%, transparent); */
    background-color: red;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    width: 100%;
    border: 1px solid;
    color: #fff;
    padding: 5px;  
    position: fixed;
    _position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    animation: animate-bg 5s linear infinite;
}

.info{
    background-color: #4ea5cd;
    border-color: #3b8eb5;
}

.error{
    background-color: #de4343;
    border-color: #c43d3d;
}

.warning{
    background-color: #eaaf51;
    border-color: #d99a36;
}

.success{
    background-color: #61b832;
    border-color: #55a12c;
}

.message h3{
    margin: 0 0 5px 0;                                                  
}

.message p{
    margin: 0;                                                  
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -80px 0;
    }
}
#error_msg,#success_msg{text-align: center;}
.required{border:1px solid red !important;box-shadow: 1px 1px 5px red !important;}
input[type="button"] { -webkit-appearance:none !important; -webkit-border-radius:0 !important; }