/* Top Nav  */
header#topNav nav ul.nav-main > li:hover > a, 
header#topNav nav ul.nav-main li.active > a, 
header#topNav nav ul.nav-main li.active > a:hover, 
header#topNav nav ul.nav-main li.active > a:focus, 
header#topNav nav ul.nav-main li.active i.icon-caret-down{
    /*color:#2E363F;*/ /* active|hover color */
}
header#topNav nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu,
header#topNav nav ul.nav-main ul.dropdown-menu{
    background-color:#292929; /* dropdown background color */
}
header#topNav nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover,
header#topNav nav ul.nav-main ul.dropdown-menu li:hover > a{
    background-color:#5cb85c; /* hover background color */
}
header#topNav nav ul.nav-main li.dropdown:hover > a:after{
    border-bottom:#292929 10px solid;/* arrow color */
}
header#topNav nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title{
    color:#ffffff; /* mega menu subtitle */
}
header#topNav nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a,
header#topNav nav ul.nav-main ul.dropdown-menu > li > a{
    color:#ffffff; /* link color */
}

/* ======= Article Section ======= */
.blog-1 .blog-col{
    max-width:400px;
    margin:0 auto;
}
.blog-1 .blog-col .blog-preview-img{
    display:block;
    position:relative;
}
.blog-1 .blog-col .blog-preview-img .caption{
    background:rgba(92,184,92,.9);
    position:absolute;
    width:100%;
    height:100%;
    opacity:0;
    transition:all ease 0.5s;
    -webkit-transition:all ease 0.5s;
    -moz-transition:all ease 0.5s;
}
.blog-1 .blog-col .blog-preview-img .caption:hover{
    opacity:1;
}
.blog-1 .blog-col .blog-preview-img .caption .caption-content{
    position:absolute;
    text-align:center;
    top:50%;
    left:0;
    right:0;
    margin-top:-24px;
    color:#f4f5f7;
}
.blog-1 .blog-col .blog-preview-img *{
    z-index:2;
}
.blog-1 .blog-col .blog-preview-content{
    background-color:#fff;
    color:#3e444d;
    padding:25px;
    margin-bottom:30px;
    height:228px;
    overflow:hidden;
}
.blog-1 .blog-col .blog-preview-content h3{
    margin:0 0 10px;
}
.blog-1 .blog-col .blog-preview-content h3 a{
    color:#3e444d;
}
.blog-1 .blog-col .blog-preview-content h3 a:hover{
    color:#5cb85c;
}
.blog-1 .blog-col .blog-preview-content p{
    font-size:16px;
    margin:0;
    padding-bottom:5px;
}
.blog-1 .blog-col .blog-preview-content ul.meta{
    font-size:14px;
    color:rgba(62, 68, 77, 0.5);
}
.blog-1 .blog-col .blog-preview-content .continue{
    font-size:14px;
    padding-bottom:15px;
}
@media (max-width:991px){
    .blog-1 .blog-preview-content{
        height:auto!important;
    }
}

.post-preview > a{
    color:#404040;
}
.post-preview > a:hover,
.post-preview > a:focus{
    text-decoration:none;
    color:#5cb85c;
}
.post-preview .post-title{
    font-size:30px;
    margin-top:30px;
    margin-bottom:10px;
}
.post-preview .post-subtitle{
    margin:0;
    font-weight:300;
    margin-bottom:10px;
}
.post-preview > .post-meta{
    color:#808080;
    font-size:18px;
    font-style:italic;
    margin-top:0;
    margin-bottom:30px;
}
.post-preview > .post-meta > a{
    text-decoration:none;
    color:#404040;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus{
    color:#5cb85c;
    text-decoration:underline;
}
.post-preview + hr{
    max-width:inherit!important;
    height:0;
    border:0;
    border-top:1px solid #eee!important;
}
@media only screen and (min-width:768px){
    .post-preview .post-title{
        font-size:36px;
    }
}

/* ======= FAQ Section ======= */
.faq{
    background:#f5f5f5;
    padding-top:80px;
    padding-bottom:120px;
}
.faq .title{
    font-size:36px;
    font-weight:300;
    margin-top:0;
    margin-bottom:60px;
}
.faq .panel{
    background:#fff;
    -webkit-box-shadow:0 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:0 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow:0 4px 1px rgba(0, 0, 0, 0.05);
}
.faq .panel:hover{
    -webkit-box-shadow:0 4px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow:0 4px 1px rgba(0, 0, 0, 0.1);
}
.faq .panel .panel-heading{
    padding:15px 30px;
}
.faq .panel .panel-body{
    padding:30px;
    padding-top:0;
    line-height:1.5;
    color:#666666;
}
.faq .panel .panel-title{
    font-weight:normal;
    color:#666666;
}
.faq .panel .panel-title a{
    text-decoration:none;
}
.faq .panel .panel-title a:hover,
.faq .panel .panel-title .active{
    color:#ec6952;
}
.faq .panel .panel-title .panel-toggle .fa{
    margin-right:10px;
    color:#f19180;
}
.faq .panel .panel-title:hover .fa{
    color:#ec6952;
}
.faq .contact-lead{
    margin-top:60px;
}
.faq .contact-lead .title{
    font-weight:400;
    font-size:16px;
    margin-bottom:15px;
    color:#999999;
}
a.btn-cta,
.btn-cta{
    padding:8px 30px;
}
a.btn-cta-secondary,
.btn-cta-secondary,
a.btn-cta-secondary:focus,
.btn-cta-secondary:focus{
    background:none;
    border:2px solid #ec6952;
    color:#ec6952;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover{
    background:#ec6952;
    border:2px solid #ec6952;
    color:#fff;
}

/*Login Block*/
.log-reg-v3 .log-reg-block{
    padding:20px;
    margin-bottom:20px;
    box-shadow:0 0 2px #ccc;
}

.log-reg-v3 .log-reg-block h2{
    font-size:22px;
    font-weight:200;
    text-align:center;
    margin-bottom:30px;
    text-transform:capitalize;
}

.log-reg-v3 .log-reg-block a{
    color:#687074;
    text-decoration:underline;
}

.log-reg-v3 .log-reg-block a:hover{
    color:#18ba9b;
}

/*Checkbox style*/
.log-reg-v3 .checkbox{
    display:block;
    overflow:hidden;
    position:relative;
}

.log-reg-v3 .checkbox{
    color:#999;
    margin-top:0;
    color:#687074;
    cursor:pointer;
    font-size:14px;
    line-height:25px;
    padding-left:27px;
    font-weight:normal;
}

.log-reg-v3 .checkbox input{
    left:-9999px;
    position:absolute;
}

.log-reg-v3 .checkbox i{
    left:0;
    top:5px;
    width:15px;
    height:15px;
    outline:none;
    display:block;
    background:#fff;
    border-width:2px;
    position:absolute;
    border-style:solid;
}

.log-reg-v3 .checkbox input + i:after{
    opacity:0;
    position:absolute;
}

.log-reg-v3 .checkbox input + i:after{
    top:-3px;
    left:-2px;
    width:15px;
    height:15px;
    content:'\f00c';
    text-align:center;
    font:normal 8px/17px FontAwesome;
}

.log-reg-v3 .checkbox input:checked + i:after{
    opacity:1;
}

.log-reg-v3 .checkbox i{
    border-color:#8bdccd;
    -ms-transition:border-color 0.3s;
    -moz-transition:border-color 0.3s;
    -webkit-transition:border-color 0.3s;
}

.log-reg-v3 .checkbox:hover i{
    border-color:#18ba9b;
}

.log-reg-v3 .checkbox input:focus + i{
    border-color:#18ba9b;
}

.log-reg-v3 .checkbox input + i:after{
    color:#18ba9b;
}
.log-reg-v3 .checkbox input:checked + i{
    border-color:#18ba9b;
}

.log-reg-v3 .checkbox small{
    float:right;
}

.log-reg-v3 .checkbox small a{
    color:#18ba9b;
    font-size:12px;
}

/* Calculator */
.log-reg-v3 .login-input i{
    font-size:20px;
    min-width:25px;
}
.log-reg-v3 .login-input input{
    height:40px;
}
.log-reg-v3 .login-input input.btn{
    height:auto;
}
.log-reg-v3 .login-input span,
.log-reg-v3 .login-input input{
    color:#ccc;
    border-color:#ccc;
}
.log-reg-v3 .login-input input.btn{
    color:inherit;
    border-color:inherit;
}
.log-reg-v3 .login-input input.btn:hover,
.log-reg-v3 .login-input input.btn:focus{
    color:#fff;
    border-color:#5cb85c;
}
.log-reg-v3 .login-input .form-control{
    color:#555;
    font-weight:600;
}
.log-reg-v3 .login-input .form-control:focus{
    box-shadow:none;
}
.log-reg-v3 .login-input .no-border-top{
    margin-top:-1px;
}
.log-reg-v3 .input input::-moz-placeholder{
    color:#ccc;
}
.log-reg-v3 .input input:-ms-input-placeholder{
    color:#ccc;
}
.log-reg-v3 .input input::-webkit-input-placeholder{
    color:#ccc;
}
.log-reg-v3 .log-reg-block label{
    font-weight:normal;
}
.log-reg-v3 .log-reg-block section{
    margin-bottom:5px;
}
.log-reg-v3 .reg-input section{
    margin-bottom:15px;
    padding:0;
}
.log-reg-v3 .reg-input .input,
.log-reg-v3 .reg-input .select{
    display:block;
}
.log-reg-v3 .reg-input .input input{
    width:100%;
}
.log-reg-v3 .reg-input select{
    font-weight:200;
    min-height:40px;
    color:#888!important;
}
.margin-bottom-5, 
.margin-bottom-10, 
.margin-bottom-15, 
.margin-bottom-20,
.margin-bottom-25, 
.margin-bottom-30, 
.margin-bottom-35, 
.margin-bottom-40, 
.margin-bottom-45, 
.margin-bottom-50, 
.margin-bottom-55, 
.margin-bottom-60{
    clear:both;
}
.margin-bottom-5{ margin-bottom:5px!important; }
.margin-bottom-10{ margin-bottom:10px!important; } 
.margin-bottom-15{ margin-bottom:15px!important; }
.margin-bottom-20{ margin-bottom:20px!important; }
.margin-bottom-25{ margin-bottom:25px!important; }
.margin-bottom-30{ margin-bottom:30px!important; }
.margin-bottom-35{ margin-bottom:35px!important; }
.margin-bottom-40{ margin-bottom:40px!important; }
.margin-bottom-45{ margin-bottom:45px!important; }
.margin-bottom-50{ margin-bottom:50px!important; }
.margin-bottom-55{ margin-bottom:55px!important; }
.margin-bottom-60{ margin-bottom:60px!important; }
.padding-bottom-10{ padding-bottom:10px!important; }
.padding-bottom-20{ padding-bottom:20px!important; }
.padding-bottom-30{ padding-bottom:30px!important; }
.padding-bottom-50{ padding-bottom:50px!important; }
.padding-bottom-100{ padding-bottom:100px!important; }
.padding-x-5{ padding-left:5px;padding-right:5px; }
.padding-y-10{ padding-top:10px;padding-bottom:10px; }
.width-100{ width:100%!important; }
.height-450{ height:450px!important; }
.height-650{ height:650px!important; }
.lh-40{ line-height:40px; }

/* specification */
.specification-table td{
    padding-bottom:20px;
    vertical-align:text-top;
}
td.specification-table-title{
    width:100px;
    font-weight:bold;
}
#specification-img p{
    padding-top:14px;
    padding-bottom:14px;
}
#specification-img img{
    display:block;
    max-width:100%;
    height:auto;
}

/* evaluation */
#evaluation .media-list{
    margin-top:15px;
}
#evaluation .media{
    margin-left:-15px;
    margin-right:-15px;
    padding-left:15px;
    padding-right:15px;
    border-bottom:1px solid #e1e1e1;
}
#evaluation .media-heading{
    margin-bottom:10px;
}
#evaluation .media-heading .label{
    font-weight:normal;
    font-style:italic;
    color:#999;
}
#evaluation .media-body p{
    font-size:16px;
}
#evaluation .media-image a{
    display:inline-block;
    margin-bottom:10px;
    padding:1px;
    width:80px;
    height:80px;
    border:1px solid #e1e1e1;
    overflow:hidden;
}
#evaluation .media-image a img{
    width:100%;
    height:100%;
}

#content-map-full .container{ width:100%; }