/*
Template Name: Fresh
Template Demo: http://demo.webrambo.com/Fresh
Author: mattkrupnik
Description: Responsive HTML Template
Version: 1.0

/*===========================================================*/
/*  1. General
/*  2. Colors
/*  3. Navbar
/*  4. Preloader
/*  5. Parallax
/*  6. Sections
/*      6.1. Intro
/*      6.2. About
/*      6.3. Services
/*      6.4. Works
/*      6.5. Gallery
/*      6.6. Team
/*      6.7. Prices
/*      6.8. Blog
/*      6.9. Contact
/*  7. Footer
/*===========================================================*/ 


@import url('margin.css');
@import url('animate.css');


/*===========================================================*/
/*  1. General 
/*===========================================================*/ 

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

body {
    width: 100%;
    height: 100%;
    font-family: 'Neucha', sans-serif;
    font-size:16px;
    color:#8c8982;
}
html {
    width: 100%;
    height: 100%;
}
:focus{
    outline:0 !important;
}
p, blockquote{
}
b, strong{
    font-weight: 400;
}
a, a:hover{
    outline: none !important; 
    text-decoration:none;
}
p {
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    margin:0px;
    font-weight:300;
}
h1{
    font-size: 62px;
}
h2{
    font-size: 52px;
}
h3{
    font-size: 42px;
}
h4{
    font-size: 32px;
}
h5{
    font-size:22px;
}
h6{
    font-size:18px;
}
small{
    display: block;
    line-height: 20px;
    color: #999999;
}
ul{
    padding:0px;
    margin:0px;
}
blockquote {
    padding:0px 0px 60px 0px;
    margin: 0px;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    border-left: 0px solid #eee;
}
hr{
    margin-top: 20px;
    margin-bottom: 70px;
    border: 0;
    border-top: 1px solid #eee;
}
hr.title-hr{
    border-width: 1px;
    margin-top:20px;
    margin-bottom:20px;
    max-width: 80px;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    border-color: #8c8982;
}
hr.title-hr-page{
    border-width: 1px;
    margin-top:15px;
    margin-bottom:20px;
    max-width: 120px;
    border-style: solid;
    border-width: 1px;
    border-color: #A5C73A;
}

hr.title-hr-page-alt{
    border-width: 1px;
    margin-top:15px;
    margin-bottom:100px;
    max-width: 120px;
    border-style: solid;
    border-width: 1px;
    border-color: #8c8982;
}

.container-fluid.no-gutter .row [class*='col-']:not(:first-child),
.container-fluid.no-gutter .row [class*='col-']:not(:last-child){
    padding-right: 0;
    padding-left: 0;
}




/*===========================================================*/
/*  2. Colors 
/*===========================================================*/ 

.addit-color{
    /*color: #A5C73A; /*#f1c40f;*/
}
.fill-color{ /* Fill color - for example icon colors */
    fill:#A5C73A; 
}
.border-color{ /* Border color - for example title underline */
    border-color:#A5C73A; 
}
.overlay-color{ /* Overlay color - for example overlay section for gallery and members */
    background-color:rgba(165, 199, 58, 0.8); 
}
.background-color{ /* Background color */
    background-color:#A5C73A; 
}
.main-btn:hover { /* Link hover color*/
    background: transparent;
    color: #A5C73A;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus,  
.navbar-default .navbar-nav>.active>a:hover ,
.active, .active:focus, .active:hover, a:hover, a:focus, .active a:focus, .active a:hover { /* Active elements color*/
    color: #A5C73A;
    background-color: transparent;
    text-decoration:none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #A5C73A !important;
}
.reviews .owl-stage .active{
    color:#7C7C7C;
}
.light-gray{
    color:#818181;
}
.white{
    color:#ffffff;
}
.owl-theme .owl-dots .owl-dot.owl-active span, 
.owl-theme .owl-dots .owl-dot:hover span { /*Testomiles crop navi color*/
    background:#A5C73A !important;
}


 /*border-style: solid;
    border-bottom: 3px solid #ff0000;*/

/*===========================================================*/
/*  3. Navbar 
/*===========================================================*/ 

.navbar-default {
    /*background-color: #fff;*/
    border-color: rgba(231, 231, 231, 1.0);
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
}
.navbar-default .navbar-toggle {
    border-color: #A5C73A;
    background-color: #A5C73A;
    width: 44px;
    height: 35px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #A5C73A;
}

.navbar-toggle .open {
    display: none;
    line-height: 5px;
}

.navbar-toggle .open .icon-bar {
    background-color: #A5C73A !important;
}

.navbar-nav>li>a {
    font-weight: 300;
    line-height: 45px;
    font-size: 15px;
}  
.navbar-brand {
    height: auto;
}
.top-nav-custom{
    background-color: rgba(255, 255, 255, 0.00);
    border-color: rgba(231, 231, 231, 0.0);
}
.top-nav-custom .navbar-nav>li>a {
    color: #fff;
    font-weight: 300;
    transition: all 0.1s ease-in-out 0.1s;
}
.top-nav-custom .navbar-brand{
    color: #fff !important;
}
.navbar-brand{
    font-weight: 300;
    font-size: 28px;
}
.logo { display:block; max-width:130px; margin: 5px 0px 5px 0px}
.navbar-brand .logo-scroll { display:none; max-width:130px; margin: 5px 0px 5px 0px}
.scrolling .logo { display:none; }
.scrolling .logo-scroll { display:block; }

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

nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
    border: none;
}
/*===========================================================*/
/*  4. Preloader 
/*===========================================================*/ 

.preloader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}
.spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #C4C4C4;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
    0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
    } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    }
}




/*===========================================================*/
/*  5. Parallax 
/*===========================================================*/ 

.parallax-window {
    height: 250px;
    min-height: 250px;
    background: rgba(0, 0, 0, 0.54);
}
#about {
    background-image: url(/assets/home/images/backgrounds/about-us2.jpg);
}
#modules{
    background-image: url('/assets/home/images/backgrounds/features2.jpg');
}
#clients{
    background-image: url('/assets/home/images/backgrounds/our-clients2.jpg');
}
#how{
    background-image: url('/assets/home/images/backgrounds/how-eventree-works2.jpg');
}
#team{
    background-image: url('/assets/home/images/backgrounds/our-team2.jpg');
}
#prices{
    background-image: url('/assets/home/images/backgrounds/our-packages.jpg');
}
#register{
    background-image: url('/assets/home/images/backgrounds/scanners-desk.jpg');
}

#contact{
    background-image: url('/assets/home/images/backgrounds/contact2.jpg');
}




/*===========================================================*/
/*  6. Sections 
/*===========================================================*/ 

.alt-header-spacing {
    margin: 20px 0px 60px 0px;
}

.top-section{
    position:relative;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size:cover;
}
.top-section .container{
    text-align: center; 
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);    
}
.section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}
.page-title{
    color:#ffffff;
    font-weight:300;
}
.page-title-alt{
    color: #7C7C7C;
    font-weight:300;
}

.login-title{
    color: #7C7C7C;
    font-size: 30px;
    font-weight:300;
    margin-bottom: 20px;
}

.content-section{
    padding-top: 15px;
    text-align: center;
    background: #fff;
    padding-bottom:15px;
}

/*===========================================================*/
/*  6.1. Intro 
/*===========================================================*/ 

.intro-section {
    height: 100%;
    text-align: center;
    background: #fff;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro-section .item .fill {
    background-image:url('/assets/home/images/backgrounds/hero2.jpg');
}
@media(max-width: 768px) {
    .intro-section .item .fill {
        background-image:url('/assets/home/images/backgrounds/hero2-mobile.jpg');
    }
}
.slider-caption{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    padding:0px 100px;
    max-width: 1300px;
    margin: 0 auto;
}
.slider-caption p{
    font-weight: 300;
    font-size: 25px;
}
.slider-caption h1{
    font-weight:300;
    margin-bottom: 25px;
}
.carousel-inner {
    height: 100%;
}
#intro .owl-wrapper-outer,
#intro  .owl-wrapper,
.carousel,
.item,
.owl-item,
#intro .active {
    height: 100%;
}
.carousel .owl-prev, .carousel .owl-next{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background:transparent !important;
    font-size:25px !important;
    color:#CCC !important;

}
.carousel .owl-prev{
    left:2%;
}
.carousel .owl-next{
    right:2%;
}
.home-btn{
    display: inline-block;
    text-align: center;
    font-weight: 300;
    padding: 40px 0px;
    margin: 0px 10px 0px 10px;
    font-size: 14px;
}
.home-btn a, .home-btn a:focus{
    border: 1px solid #A5C73A;
    padding: 8px 40px;
    color: #fff;
    background-color: #A5C73A;
    -webkit-transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    -ms-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
}
.home-btn a:hover {
    background-color: transparent;
    color: #A5C73A;
}

.eventree-home-caption {
    margin-bottom: 0px;
}

/*===========================================================*/
/*  6.2. About 
/*===========================================================*/ 

.about-carousel{
    position:relative;
}
.about-carousel .owl-prev, .about-carousel .owl-next{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background:transparent !important;
    font-size:25px !important;
    color:#CCC !important;

}
.about-carousel .owl-prev{
    left:2%;
}
.about-carousel .owl-next{
    right:2%;
}

.new-here-infographic {
    width: 100%;
}


/*===========================================================*/
/*  6.3. Modules
/*===========================================================*/ 

.services-icon-box{
    width: 50px;
    height:50px;
    display: inline-block;
}
.services-title-box{
    margin:15px 0px;
    font-weight:300;
}

#modulesContent p {
    font-size: 16px;
    font-weight: 300;
}


/*===========================================================*/
/*  6.4. How Eventree Works
/*===========================================================*/ 

.works-section h4 {
    color: #8c8982;
}

.works-content-box{
    text-align: left;
    margin: 0px 0px 40px 0px;
}
.works-title-box{
    margin:0px 0px;
    font-weight:300;
    font-size: 40px;
    /*display: inline;*/
}
.works-para-box{
    /*display: inline;*/
}
span.counter{
    font-size: 40px;
    font-weight:300;
}
span.counter-title span{
    color:#7C7C7C;
}
span.counter-title {
    font-size: 18px;
    font-weight: 300;
}

.how-infographic {
    max-width: 580px;
}

@media (max-width:768px) {
    .how-infographic {
        width: 100%;
    }
}


/*===========================================================*/
/*  6.5. Gallery 
/*===========================================================*/ 
.reviews-section{
    padding: 15px 0px 15px 0px;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}.portfolioContainer .col-sm-3 {
    margin-right: -1px;
}
.gallery-item{
    padding:0px;
}
.gallery-ico{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
}

.gallery-text {
    font-size: 25px;
    font-weight: 300;
    font-family: 'Neucha', sans-serif;
}

.gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
}
.gallery-overlay .gallery-ico{
    opacity: 0;
    transition: all 0.3s ease-in-out 0.3s;
    padding: 5px;
    color: #fff;
}
.entry:hover .gallery-ico{
    opacity: 1;
}
.entry:hover .gallery-overlay {
    transform: scale(1);
    opacity: 1;
}
.main-btn{
    margin: 0px;
    color:#777;
    background:transparent;
    font-size: 16px;
    font-weight: 300;
    border-radius: 8px;
    transition: all 0.2s ease-in-out 0.2s;
    padding: 0px;
}




/*===========================================================*/
/*  6.6. Team 
/*===========================================================*/ 

.member-title-box{
    margin:10px 0px;
    font-weight: 300;
}
.member-image {
    width: 200px;
    height: 200px;
    display: inline-block;
    border-radius: 15%;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    border: 1px solid #e0e0e0;
}
.member-image:hover {
    box-shadow: 
    inset 0 0 0 1px rgba(255,255,255,0.1),
    0 1px 2px rgba(0,0,0,0.1);
}
.member-image:hover .member-overlay {
    transform: scale(1);
    opacity: 1;
}
.member-image:hover .member-overlay  span {
    opacity: 1;
}
.member-overlay {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 15%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
}
.member-overlay span{
    opacity: 0;
    transition: all 1s ease-in-out 0.4s;
    font-size: 40px;
    padding: 5px;
    color: #fff;
}
.member-overlay p a:hover {
    color: rgba(165, 199, 58, 0.8);
}
.member-social-icon{
    width: 35px;
    height:35px;
    display: inline-block;
    fill: #fff;
    margin: 5px;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.member-social-icon:hover{
    opacity:0.7;
      transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition-duration: 0.5s;
    -webkit-transition-duration:0.5s;
}
.skillst8{
    width:100%;
    color:#fff;
}
.skillst8 .skillbar{
    width: 100%;
    position:relative;
    margin-bottom:30px;
    background-color: #fff;
    box-sizing:border-box;
    margin-top:25px;
}
.skillst8 .count-bar{
    height: 100%;
    width:0px;
    position:relative;
    height: 32px;

}
.skillst8 .title{
    font-size:14px;
    font-weight: 400;
    padding-left:12px;
    line-height:32px;
}
.skillst8 .count{
    position:absolute;
    top:0;
    right:12px;
    line-height:32px;
    font-size:14px;
    font-weight: 400;
}




/*===========================================================*/
/*  6.7. Prices 
/*===========================================================*/ 
.twentypx-spacer {
    display: block;
    height: 20px;
}

.package-box {
    height: 609px;
    text-align:left;
    background:#f5f3f3;
    color:#535353;
    max-width: 500px;
    margin: 0 auto;
    font-weight: 300;
    margin-bottom: 60px;
}

.package-title {
    text-align: center;
    padding: 20px 0px 20px 0px;
}
.package-icon {
    background: #A5C73A;
    width: 100%;
    height: 140px;
}
.package-icon img {
    display: block;
    max-width: 80px;
    margin: 0 auto;
    padding: 30px 0px 30px 0px;
}
.package-icon-forest img {
    max-width: 110px;
}

.package-menu {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.package-menu table {
    display: inline-block;
    min-width: 100%;
}

.package-menu tr {
}

.package-menu td {
    padding: 10px 30px 10px 30px;
}

.package-menu td:nth-child(1) {
    text-align: left;
}

.package-menu td:nth-child(2) {
    text-align: right;
}

.package-sm-txt {
    font-size: 13px;
}

.package-footer {
    text-align: center;
    background: #f5f3f3;
    width: 100%;
    padding: 20px 0px 20px 0px;
}
.woodland {
    position: relative;
}
.woodland .package-footer {
    text-align: center;
    background: #f5f3f3;
    padding: 20px 0px 20px 0px;
    position: absolute;
    bottom: -6px;
    position: absolute;
    left: 0;
    right: 0;
}

.package-btn {
       padding: 20px 0px 20px 0px;
}

.package-btn a{
    background-color: #A5C73A;
    border: 1px solid #A5C73A;
    border-bottom: 3px solid #809932;
    border-radius: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 30px;
    padding-left: 30px;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    -ms-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
    font-weight: 300;
    font-size: 20px;
}

.package-btn a:hover {
    color: #FFFFFF;
    background-color: #809932;
    border: 1px solid #809932;
    border-bottom: 3px solid #809932;
}

.forest-text {
    line-height: 1.42;
}

/*===========================================================*/
/*  6.8. Blog 
/*===========================================================*/ 


.post-image{
    position:relative;
    cursor:pointer;
}
.post-image .meta{
    position:absolute;
    bottom:8px;
    left: 0px;
    right: 0px;
    padding: 0px 10px;
}
.meta .comments{
    float:right;
    transition: all 0.4s ease-in-out;
}
.meta .comments .fa{
    font-size:12px;
}
.news-title{
    position: absolute;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 22px;
    border-bottom: 1px solid transparent;
}
.addit-color{
    transition: all 0.4s ease-in-out;
}
.entry:hover .addit-color{
    color:#fff;
}
.news-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
}
.entry:hover .comments {
    color:#fff;
}
.entry:hover .news-overlay {
    transform: scale(1);
    opacity: 1;
}
.news-title .meta-date{
    display:block;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 13px;
}
.author .img{
    width: 22px;
    height: 22px;
    background-size: 22px !important;
    border-radius: 100%;
    display:none;
}
.section-overlay-news{
    position: absolute;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.comment-qty{
    font-family: Raleway;
    font-size:12px;
}



/*===========================================================*/
/*  6.9. Contact 
/*===========================================================*/ 

.top-icon{
    max-height: 50px;
    display: inline-block;
    margin: 0px 0px 20px 0px;
}
.contact-tilte-box{
    font-weight:700;
    font-weight:700;
}
.form-control{
    border: 0px;
    box-shadow: none;
    border-bottom: 2px solid #A5C73A;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;

}
.form-control:focus {
  border-color:#ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
    background:transparent;
}
.btn-default, .btn-default:focus {
    color: #fff;
    background-color: #A5C73A;
    border-color: #A5C73A;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    -ms-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
}
.btn-default:hover {
    color: #A5C73A;
    background-color: transparent;
    border-color: #A5C73A;
    border-radius: 0px;
}
ul[role="alert"] li{
    list-style: none;
    font-size: 13px;
    color: #7C7C7C;
    background: #f5f5f5;
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}

.contact-section a {
    color: #A5C73A;
}
.contact-section a:hover {
    color: #79922a;
}



/*===========================================================*/
/*  7. Footer 
/*===========================================================*/ 

footer{
    text-align: center;
    background: #fff;
    padding:30px;
}
.footer-icon{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin:3px;
    fill:#818181;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.footer-icon:hover{
    opacity:0.7;
      transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition-duration: 0.5s;
    -webkit-transition-duration:0.5s;
}
.nav-footer{
    font-weight: 300;
}
.nav-footer li{
    display: inline-block;
}
.nav-footer a{
    padding:6px;
    color: #818181;
}

.nav-footer a:hover {
    color: #A5C73A;
}

/*===========================================================*/
/*  7. Added Styles
/*===========================================================*/ 

.review{
    text-align: center;
}

form {
    font-weight: 300;
}

.btn {
   font-weight: 300; 
}

.forgot-password {
    color: #A5C73A;
    background-color: transparent;
    border-color: #A5C73A;
    border-radius: 0px;
    margin-top: 6px;
}

.forgot-password:hover {
    background-color: #A5C73A;
    color: #FFFFFF;
}

.clients-intro {
    font-weight: 300;
    font-size: 32px;
    text-align: center;
    margin: 15px 0px 15px 0px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin: 0px 0px 40px 0px;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-banner {
     width: 100%;
    bottom: 0px;
    background-color: #FFFFFF; 
    color: #333333;
    padding: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    font-weight: 300;
    font-size: 24px;
}

.mob-login {
    text-align: center;
}

.mobile-log-in {
    display: block;
    width: 100%;
    padding: 7px;
    color: #FFFFFF;
    background-color: #A5C73A;
    font-weight: 300;
    font-size: 14px;
}

/*===========================================================*/
/*  7. Intro Register
/*===========================================================*/ 

#launchForm .form-group {
    margin-bottom: 25px;
}

#launchForm .input-group {
    padding-right: 15px;
    padding-left: 15px;
}

#launchForm .input-group .form-control {
    float: none;
}
#launchForm .input-group-addon {
    display: none;
}

#intro #launchForm .form-control {
    color: #fff;
}

#intro #launchForm .form-control::placeholder {
    color: #fff;
}

.intro-login {
    margin: 0 auto;
}

.intro-launch-title {
    color:#ffffff;
    font-weight:300;
    margin-bottom: 20px;
    font-size: 36px;
}

.intro-login-title-left {
    color:#ffffff;
    font-weight:300;
    margin-bottom: 20px;
    /*text-align: left;*/
}

.intro-login-sub-left {
    color:#ffffff;
    font-weight:200;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 300;
    font-size: 40px;
    text-align: center;
}

.login-cell {
    padding-left: 0px;
    padding-right: 0px;
}

#launchForm .form-control {
    background-color: RGBA(255,255,255, 0.0);
}

.login-form-control {
    background-color: RGBA(255,255,255, 0.0);
}

.login-form-control::-moz-placeholder {
  color: #FFFFFF;
}
.login-form-control:-ms-input-placeholder {
  color: #FFFFFF;
}
.login-form-control::-webkit-input-placeholder {
  color: #FFFFFF;
}

.login-form-control {
    color: #FFFFFF;
}

.login-form-color {
    background-color: RGBA(255,255,255, 0.2);
    padding: 20px 30px 35px 30px;
}

.create-btn {
   padding: 20px 0px 20px 0px;
   text-align: center;
}

.create-btn a{
    background-color: #A5C73A;
    border: 1px solid #A5C73A;
    border-bottom: 3px solid #809932;
    border-radius: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 30px;
    padding-left: 30px;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    -ms-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
    font-weight: 300;
    font-size: 20px;
}

.create-btn a:hover {
    color: #FFFFFF;
    background-color: #809932;
    border: 1px solid #809932;
    border-bottom: 3px solid #809932;
}

.create-banner {
    width: 100%;
    bottom: 0px;
    background-color: #A5C73A;
    border: 1px solid #A5C73A;
    color: #FFFFFF;
    padding: 7px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
}
.create-banner:link {
    background-color: #A5C73A !important;
    color: #FFFFFF !important;
    border: 1px solid #A5C73A
}
.create-banner:visited {
    background-color: #A5C73A !important;
    color: #FFFFFF !important;
    border: 1px solid #A5C73A
}
.create-banner:hover {
    background-color: #FFFFFF !important;
    color: #A5C73A !important;
    border: 1px solid #A5C73A !important;
}
.create-banner:active {
    background-color: #A5c73A !important;
    color: #FFFFFF !important;
    border: 1px solid #A5C73A
}

ul.errors li {
    list-style-type: none;
    font-size: 14px;
    text-align: left;
    background-color: #ff3333;
    padding: 5px 10px 5px 10px;
    color: #fff;
}

.alert {
    border-radius: 0px;
}

.alert p {
    font-size: 12px;
    text-align: left;
}

.alert button.close {
    font-size: 14px;
}

.tabs-limit-container li:first-child {
    border-top: 1px solid #e7e7e7;
}

.tabs-limit-container li {
    list-style-type: none;
    text-align: left;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.tabs-limit-container li.active {
    border-right: 1px solid #fff;
}

.tabs-limit-container li {
    cursor:pointer;
}

.tab-pane {
    text-align: left;
    color: rgb(124, 124, 124) !important;
    font-size: 20px;
    font-weight: 300;
}

.modules-image {
    width: 100%;
    max-width: 260px;
}

.modules-image-div {
    text-align: center;
}

@media (max-width: 767px) {
    .modules-image {
        padding-bottom: 20px;
    }
    
    .tabs-limit-container {
       padding-bottom: 20px;
    }
    
    .tabs-limit-container li {
        display: inline-block;
        text-align: center;
        padding: 10px;
        border: 1px solid #e7e7e7 !important;
        margin-bottom: 5px;
    }
}

/*===========================================================*/
/*  7.Timeline
/*===========================================================*/ 

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 3px;
        background: #7c7c7c;
        /*left: 50%;*/
        top: 20px;
        bottom: 20px;
        margin-left: 30px;
    }

    .timeline-centered .timeline-entry {
        position: relative;
        /*width: 50%;
        float: right;*/
        margin-top: 5px;
        margin-left: 30px;
        margin-bottom: 10px;
        clear: both;
    }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry.begin {
            margin-bottom: 0;
        }

        .timeline-centered .timeline-entry.left-aligned {
            float: left;
        }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
                margin-left: 0;
                margin-right: -18px;
            }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
                    left: auto;
                    right: -100px;
                    text-align: left;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
                    float: right;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                    margin-left: 0;
                    margin-right: 70px;
                }

                    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -23px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
                position: absolute;
                left: -100px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
                    display: block;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
                        font-size: 15px;
                        font-weight: bold;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
                        font-size: 12px;
                    }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                background: #fff;
                color: #7c7c7c;
                display: block;
                width: 50px;
                height: 50px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
                border-radius: 25px;
                text-align: center;
                -moz-box-shadow: 0 0 0 3px #7c7c7c;
                -webkit-box-shadow: 0 0 0 3px #7c7c7c;
                box-shadow: 0 0 0 3px #7c7c7c;
                line-height: 50px;
                font-size: 15px;
                float: left;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-tts {
                    background-color: #FBC015;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-eventree {
                    background-color: #A5C73A;
                    color: #fff;
                }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                background:#f5f3f3;
                padding: 1em;
                margin-left: 63px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #f5f5f3 transparent transparent;
                    left: 0;
                    top: 10px;
                    margin-left: -9px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
                    color:#535353;
                    font-family: 'Montserrat', sans-serif;
                    font-size: 12px;
                    margin: 0;
                    line-height: 1.428571429;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                        margin-top: 15px;
                    }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                    font-size: 16px;
                    margin-bottom: 10px;
                    
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
                        color:#535353;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
                        -webkit-opacity: .6;
                        -moz-opacity: .6;
                        opacity: .6;
                        -ms-filter: alpha(opacity=60);
                        filter: alpha(opacity=60);
                    }

.timeline-plus {
    color: #A5C73A;
    font-weight: 800;
    font-size: 20px;
}

/*===========================================================*/
/*  Launch/Login Page
/*===========================================================*/ 
.content-section-head-reset {
    padding-top: 40px !important;
}

.register-section {
    background-color: #eeeeee;
    height: 100%;
}
.page-logo {
    max-width: 250px;
    margin-bottom: 30px;
}
.launch-title-section {
   margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 0px;
}
.launch-title {
    font-size: 32px;
    color: #7C7C7C;
    font-weight:300;
    text-align: center;
}
.launch-form {
    max-width: 600px;
    margin: 0 auto;
}
.launch-form .btn {
    background-color: #A5C73A;
    border: 1px solid #A5C73A;
    border-bottom: 3px solid #809932;
    border-radius: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 30px;
    padding-left: 30px;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    -ms-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
    font-weight: 300;
    font-size: 20px;
}

.launch-form .btn:hover {
    color: #FFFFFF;
    background-color: #809932;
    border: 1px solid #809932;
    border-bottom: 3px solid #809932;
}

.forgot-password.btn {
    background-color : #FFFFFF;
    color: #A5C73A;
}

.launch-form-container {
    background-color: #FFFFFF;
    max-width: 650px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px; 
}
.form-heading {
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.form-help {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
}
.form-spacer {
    display: inline-block;
    height: 15px;
    width: 100%;
}

.grecaptcha-badge {
    display: none;
}


/*===========================================================*/
/* Event Size Selector Page
/*===========================================================*/

.event-selector-box{
    text-align:center;
    background:#FFFFFF;
    color:#535353;
    max-width: 700x;
    margin: 0 auto;
    font-weight: 300;
    border-radius: 3px;
    display: table;
    padding: 10px;
}

.event-selector-wrapper {
    border: 1px solid #eeeeee;
    border-radius: 3px;
}

.event-selector-title {
    text-align: center;
    padding: 12px 20px 0px 20px;
    font-size: 21px;
}

.event-selector-description {
    text-align: center;
    padding: 20px 20px 20px 20px;
    font-size: 14px;
    display: table-row;
}

.event-selector-btn {
    width: 85%;
    margin-top: 0px;
}

.event-selector-footer {
    text-align: center;
    background: #FFFFFF;
    width: 100%;
    padding: 20px 0px 20px 0px;
    border-radius: 3px;
}

.form-hr {
    margin: 5px 0px 0px 0px;
}

.divider {
    display: block;
    height: 100px;
}

.eventree-icon {
    display: block;
    max-height: 35px;
    margin: 30px auto;
}

.quote-title-section {
   margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
}

.quote-form-help {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    margin-top: 20px;
}

.success-quote {
    padding-left: 40px;
    padding-right: 40px;
}

.tag-lines {
    padding-bottom: 10px;
}

/*===========================================================*/
/*  Custom Pages (EG Privacy Policy)
/*===========================================================*/ 
.custom-page-container {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    max-width: 950px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px; 
}
.custom-page-title-section {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 0px;
}
.custom-page-content-container {
    text-align: left;
    padding: 0px 20px 0px 20px
}
.custom-page-content-container h4 {
    margin: 0px 0px 15px 0px;
}
.custom-page-content-container ul {
    margin-left: 40px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}
@media (max-width: 992px) {
    .custom-page-content-container ul {
    font-size: 14px;
    }
}

div#cookie_policy { min-height: 42px; position: fixed; bottom: 0; left: 0; width: 100%; 
/*background-color: #444; border-top: 1px solid #333;*/ color: #fff; text-align: center; z-index: 9999;
color: #fff; text-shadow: #000 0 1px 2px; background: rgb(11, 11, 0.6); background: rgba(11, 11, 11, 0.6); }
div#cookie_policy_container { width: 100%; margin: 0 auto; }
div #cookie_policy_text { width: 68%; line-height: 18px; float: left; font-size: 12px; margin-top: 10px }
div#cookie_policy_button { width: 160px; float: left; margin-top: 0 }
div#hide_cookie_policy_button { margin: 5px; padding: 5px; background-color: none; border: 1px solid #eeeeff;
color: #fff; height: 30px; line-height: 17px; font-size: 12px; cursor: pointer; text-align: center; }
div#hide_cookie_policy_button:hover { opacity: 0.85; }
a#cookie_policy_link { text-decoration: none; border-bottom: 1px dotted #fff; font-weight: bold; color: #fff }
a#cookie_policy_link:hover { border-bottom: 1px solid #fff }
