
body {
     font-family: 'Open Sans', sans-serif !important;
}

a {
    color: #12476c;
   /* color: #ff0202;*/
}

h1 {
    font-weight: normal;
}

h3{
    font-weight: bold;
}

.panel li {
    font-weight: normal;
}

.side-nav li a:not(.button) {
    display: block;
    color: #9cd0ce;
}

.button {
    font-size: 1rem;
    background-color: #1b6aa1;
    margin: 2px 30px;
    padding: 11px 13px;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: none;


    -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

/*for product button rollover on whole pic*/
.button-effect, .button:hover {
    background-color: #14a14d;


    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);

    -ms-transform: translate(2px, 2px); /* IE 9 */
    -webkit-transform: translate(2px, 2px); /* Chrome, Safari, Opera */
    transform: translate(2px, 2px);
    color: #ffffff;

}


.video-box > .fa {

    position: absolute;
    bottom: 15%;
    left: 5%;
    transition: all .2s ease-in-out;
    -webkit-text-fill-color: rgb(255, 255, 255); /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #f5f5f5;

}

.video-feature-heading h5 {
    color: #ebebeb;
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;

}

.video-box:hover > .fa {
    color: #ffffff;
    transform: scale(1.4);

}

.video-box {
    position: relative;
    cursor: pointer;
    background: #1f1f1f;
}

.video-box > img {
    border: solid 1px #868686;
    border-bottom: 0px;

}

.video-box > .length-time {
    background: #1f1f1f;
    color: #ffffff;
   font-size: 1.3rem;
    font-weight: normal;
    position: absolute;
    bottom: 15%;
    right: 5%;
    padding: 3px 6px;

}




.fa:hover {
    color: #ff2520;

}

.tagline {
    color: #028dba;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*
Product profile pages*/

#features li:before {
    content: "\f00c";
    font-family: FontAwesome;
    float: left;
    width: 1.5em;
    font-size: 1.2rem;
    color: #0dcc4b;
    margin: 0 0 0 -30px;
}

#features li {
    list-style: none;
    line-height: 1.3rem;
    margin-left: 0px;
    font-size: 0.9rem;
    padding-left: 20px;
}

#features ul {
    padding-bottom: 2rem;
}

.panel {
    margin-top: 15px;
    font-weight: bolder;
}

.tabs dd.active a {
    background: #eaf2ff ;
    color: #2c3e7a !important;
}

.tabs-content {
    background: #eaf2ff;
    /* background-image: url("/img/blue-chevron.png");
     background-position: center;*/
    padding-left: 30px;
    border: 1px solid #cbc5d3;
    margin-top: -2px;
}

.tabs-content li {
    line-height: 1.2rem;
    font-size: 0.8rem;
}

.tabs dd {
    border: 1px solid #cbc5d3;
    border-width: 1px 0px 1px 1px;
}

.tabs dd:last-child {
    border-width: 1px 1px 1px 1px;
}

.tabs dd.active {
    border-width: 1px 0px 0px 1px;
}

.tabs dd.active:last-child {
    border-width: 1px 1px 0px 1px;
}

.article-header img{
    border: solid 1px #dadbdf;
    margin-bottom: 10px;
}
/*
Product profile pages end */


/*
Animation for Chat start */
.slideUp{
    animation-name: slideUp;
    -webkit-animation-name: slideUp;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes slideUp {
    0% {-webkit-transform: translateY(50%);}
    50%{-webkit-transform: translateY(-25%);}
    65%{-webkit-transform: translateY(20%);}
    80%{-webkit-transform: translateY(-10%);}
    95%{-webkit-transform: translateY(1%);}
    100% {-webkit-transform: translateY(0%);}
}

@-webkit-keyframes slideUp {
    0% {-webkit-transform: translateY(50%);}
    50%{-webkit-transform: translateY(-25%);}
    65%{-webkit-transform: translateY(20%);}
    80%{-webkit-transform: translateY(-10%);}
    95%{-webkit-transform: translateY(1%);}
    100% {-webkit-transform: translateY(0%);}
}

/* expandOpen*/


.expandOpen{
    animation-name: expandOpen;
    -webkit-animation-name: expandOpen;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
}

@keyframes expandOpen {
    0% {transform: scale(1.2);}
    50% {transform: scale(0.95);}
    80% {transform: scale(1.05);}
    90% {transform: scale(0.98);}
    100% {transform: scale(1);}
}

@-webkit-keyframes expandOpen {
    0% {-webkit-transform: scale(1.2);}
    50% {-webkit-transform: scale(0.95);}
    80% {-webkit-transform: scale(1.05);}
    90% {-webkit-transform: scale(0.98);}
    100% {-webkit-transform: scale(1);}
}


#chat-bubble{
    /*background-color: #fe5652;*/
    position: fixed;
    right: 5px;
    bottom: 10px;
    visibility: hidden;
    z-index: 99999;
}

/*
Animation for Chat end */


/*Features rollover etc */
#page-features-container {
    background: #ffffff;
    padding-top: 0px;
}

#page-features-container img {
   /* transform: scale(0.9);*/

}

#page-features p {
    color: #1a5194;
    font-size: 0.8em;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;

}

#page-features > div a {
    display: block;
}

#page-features > div a img {
    transition: all .2s ease-in-out;
  /*transform: scale(1.1);*/
}

#page-features > div a:hover img {
    transform: scale(1.1);
}

/*Features rollover etc End */

.top-bar {


  /* background: #044b63 !important;*/
    background: #343434 !important;

}




ul.pagination li a {
    color: #666563
}

.top-bar ul li a { color: #ffffff; background: #343434 !important; }
.top-bar-section ul li.active > a { background: #868686 !important; }   /*active page*/
.top-bar-section ul li.active > a:hover { color: #dadada !important; background:#1b6aa1 !important; }
.top-bar-section li a:not(.button):hover { color: white; background:#1b6aa1 !important; }

