/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 18, 2017, 1:05:40 PM
    Author     : VleekGa
*/
/*========== For top bar =========*/
.top-bar{top:0; background: #f79621; padding: 12px 0px 10px; float: left; width: 100%;}
.wd_hdr_2_ui_element{float: right;width: auto;}
.wd_hdr_2_ui_element ul{float: left;width: 100%;}
.wd_hdr_2_ui_element > ul > li{display: inline-block;position: relative;border-left: 1px solid rgba(255,255,255,0.2);color: #fff;font-size: 13px;padding: 0px 20px;text-transform: uppercase;}
.wd_hdr_2_ui_element ul li i{margin-right: 10px;}
.wd_hdr_2_ui_element>ul>li> a{display: inline-block;color: #fff;}

.rounded-3x { border-radius: 15px !important;}


/*Tags v4
------------------------------------*/
.tags-v4 {
    padding-left: 0;
    list-style: none;
}

.tags-v4 li {
    padding: 3px 2px;
    line-height: 28px;
    display: inline-block;
}

.tags-v4 a {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 10px;
    border: 1px solid #333;
}

.tags-v4 a:hover {
    color: #fff;
    background: #f79621;
    border-color: #f79621;
    text-decoration: none;
    -webkit-transition: all 0.25s, -webkit-transform 0.25s;
    transition: all 0.25s, transform 0.25s;
}



.gallery-figure .overlay
{ background: rgba( 0, 0, 0, 0.6);}

.position-center-center{ left: 50%; position: absolute; top: 50%;
                         -webkit-transform: translate(-50%, -50%);
                         -moz-transform: translate(-50%, -50%);
                         -ms-transform: translate(-50%, -50%);
                         transform: translate(-50%, -50%);}
.overlay{ position: absolute; left: 0; top: 0; height: 100%; width: 100%;}
*:after, *:before, a,.overlay
{-webkit-transition: all 0.5s ease-in-out;
 -moz-transition: all 0.5s ease-in-out;
 -ms-transition: all 0.5s ease-in-out;
 -o-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;}

.masonry-grid{ overflow: hidden; width: 24.9%;
               float: left;
               padding: 0;}
.gallery-figure{ overflow: hidden; position: relative;}
.gallery-figure img{ width: 100%;}
.gallery-figure .overlay{ visibility: hidden; opacity: 0; top: -100%;} 
.gallery-figure:hover .overlay{ visibility: visible; opacity: 1; top: 0;}
.gallery-figure .overlay a{ color: #f2722a; height: 50px; width: 50px; line-height: 50px; text-align: center; border: 1px solid #fff;}

.simple-masonry .simple-masonry-grid{ margin: 0 0 30px;}


.jws-title { text-align:center;  margin-bottom: 20px;}

.jws-title .icon-color i {
    font-size:22px;
    vertical-align:middle;
}
.jws-title .icon-color:before, .jws-title .icon-color:after {
    vertical-align:middle;
    content:"";
    width:70px;
    height:4px;
    border-bottom:1px solid;
    border-top:1px solid;
    display:inline-block;
    margin:0 10px;
    color: #000;
}
.jws-title .jws-title-underline { margin-bottom:14px !important; }
.jws-title .jws-title-underline.jws-title-underline-2 .jws-title:after { display:none; }
.jws-title .tb-content { margin-top:15px; }
.jws-title-separator-wrap { position:relative; }
.jws-title-separator-wrap:before {
    border-top:2px solid #efefef;
    border-bottom:1px solid #efefef;
    content:"";
    height:5px;
    left:0;
    position:absolute;
    top:15px;
    width:100%;
    z-index:0;
}
.color-orange{color:#f79621!important;}

.margin-top-60{margin-top: 60px!important;}


#loader {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: #ffffff;
    position:fixed;
    display: table;
    width: 100%;
    top:0;
    height: 100%;
    min-height: 100%;
    z-index:99999999;
}
.loader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 12;
    text-align:center;
}
.loader {
    margin-top: 20px;
    vertical-align: top;
}

.error_div{color: #DD1144!important;}
.error_div2{color: #DD1144!important; border-color:#DD1144!important;}


.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

/*Testimonials
------------------------------------*/
/*Testimonials*/
.testimonials {
    margin-bottom: 10px;
}

.testimonials .testimonial-info {
    color: #f79621;
    font-size: 16px;
    padding: 0 15px;
    margin-top: 18px;
}

.testimonials .testimonial-info span {
    top: 3px;
    position: relative;
}

.testimonials .testimonial-info em {
    color: #777;
    display: block;
    font-size: 13px;
}

.testimonials .testimonial-info img {
    width: 60px;
    float: left;
    height: 60px;
    padding: 2px;
    margin-right: 15px;
    border: solid 1px #ccc;
}

.testimonials .testimonial-author {
    overflow: hidden;
}

.testimonials .carousel-arrow {
    top: -65px;
    position: relative;
}

.testimonials .carousel-arrow i {
    color: #777;
    padding: 2px;
    min-width: 25px;
    font-size: 20px;
    text-align: center;
    background: #f5f5f5;
}

.testimonials .carousel-arrow i:hover {
    color: #fff;
    background: #f79621;
}

.testimonials .carousel-control {
    opacity: 1;
    width: 100%;
    text-align: right;
    text-shadow: none;
    position: absolute;
    filter: Alpha(opacity = 100); /*For IE*/
}

.testimonials .carousel-control.left {
    right: 27px;
    left: auto;
}
.testimonials .carousel-control.right {
    right: 0px;
}

/*Testimonials v1*/
.testimonials.testimonials-v1 .item p {
    position: relative;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
    left: 80px;
    bottom: -20px;
}

.testimonials.testimonials-v1 .item p:after {
    border-top: 22px solid;
    border-left: 0 solid transparent;
    border-right: 22px solid transparent;
}

/*Testimonials v2*/
.testimonials.testimonials-v2 .testimonial-info {
    padding: 0 20px;
}

.testimonials.testimonials-v2 p {
    padding-bottom: 15px;
}

.testimonials.testimonials-v2 .carousel-arrow {
    top: -55px;
}

.testimonials.testimonials-v2 .item p:after,
.testimonials.testimonials-v2 .item p:before {
    left: 8%;
    bottom: 45px;
}

.testimonials.testimonials-v2 .item p:after {
    border-top: 32px solid;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
}

/*General Testimonials v1/v2*/
.testimonials.testimonials-v1 p,
.testimonials.testimonials-v2 p {
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    background: #f5f5f5;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v2 .item p:after {
    width: 0;
    height: 0;
    content: " ";
    display: block;
    position: absolute;
    border-top-color: #f5f5f5;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

/*Testimonials Backgrounds*/
.testimonials-bg-dark .item p,
.testimonials-bg-default .item p {
    color: #fff;
    font-weight: 200;
}

.testimonials-bg-dark .carousel-arrow i,
.testimonials-bg-default .carousel-arrow i {
    color: #fff;
}

/*Testimonials Default*/
.testimonials-bg-default .item p {
    background: #f79621;
}

.testimonials.testimonials-bg-default .item p:after,
.testimonials.testimonials-bg-default .item p:after {
    border-top-color: #f79621;
}

.testimonials-bg-default .carousel-arrow i {
    background: #f79621;
}

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
    background: #5fb611;
}

/*Testimonials Dark*/
.testimonials-bg-dark .item p {
    background: #555;
}

.testimonials.testimonials-bg-dark .item p:after,
.testimonials.testimonials-bg-dark .item p:after {
    border-top-color: #555;
}

.testimonials-bg-dark .carousel-arrow i {
    color: #fff;
    background: #555;
}

.testimonials.testimonials-bg-dark .carousel-arrow i:hover {
    background: #333;
}

.testimonials.testimonials-bg-dark .testimonial-info {
    color: #555;
}

/** ===========For News Events ============ **/

.panel-heading{
    padding: 0
}
.panel-default > .panel-heading{
    background: transparent
}
.panel-group .panel {
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 0 0;
    margin-bottom: 0;
}
.panel-heading a {
    border: 1px solid #ddd;
    color: #333;
    display: block;
    font-weight: 500;
    padding: 10px;
    text-transform: capitalize;
}
.panel-heading a > i {
    float: right;
    font-size: 14px;
    margin-top: 2px;
    color: #f79621
}
.panel-group{
    margin-bottom: 0;
    margin-top: 20px;
}
.panel.panel-default{
    margin-top: 8px
}
.panel-group .panel + .panel{
    margin-top: 8px
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body{
    border-top: 0px solid #ddd
}
.panel-body{
    border: 1px solid #ddd
}






/*Style Switcher
------------------------------------*/
/*General*/
i.style-switcher-btn {
    right: 0;
    top: 133px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 555555;
    position: fixed;
    padding: 9px 10px;
    font-family: 'Open Sans', sans-serif;
    background: #222;
    border-radius: 3px 0 0 3px !important;
}

i.style-switcher-btn:hover {
    background:#000;
}

i.style-switcher-btn-option {
    top: 38px;
    background: #9097a0;
}

i.style-switcher-btn-option:hover {
    background: #707985;
}

.style-switcher {
    right: 0;
    top: 133px;
    color: #fff;
    width: 300px;
    display: none;
    z-index: 555555;
    position: fixed;
    background: #333;
    border-radius: 3px 0 0 3px !important;
}

/*Others*/
.style-switcher .style-switcher-heading {
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 10px;
}

.style-switcher-logo  {
    margin-top: 10px;
    padding-top: 15px;
    border-top: solid 1px #4c5159;
}

.style-switcher-logo a {
    display: block;
    text-align: center;
}

/*Style Swticher Header*/
.style-swticher-header {
    background: #252525;
    padding: 9px 10px 5px 15px;
    border-bottom: solid 1px #222;
    border-radius: 3px 0 0 0 !important;  
}

.style-swticher-header .style-switcher-heading {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.style-swticher-header .theme-close {
    top: 9px;
    right: 6px;
    position: absolute;
}

.style-swticher-header .theme-close i {
    color: #fff;
    padding: 5px;
    cursor: pointer;
    font-size: 22px;
}

.style-swticher-header .theme-close i:hover {
    color: #fff;
}


.style-swticher-body {
    padding: 15px 10px 15px 15px;
}


@media(max-width:789px){
    .style-switcher {        
        top: 68px;       
    }
    i.style-switcher-btn {
        top:68px;
    }
}
.m-60{margin: 50px 0!important;}