/* @font-face */
    @font-face {
        font-family: "FontAwesome";
        src: url("../fonts/fontawesome-webfont.eot");
        src: url("../fonts/fontawesome-webfont.woff") format("woff"),
             url("../fonts/fontawesome-webfont.ttf") format("truetype"),
             url("../fonts/fontawesome-webfont.svg#fontawesome-webfont") format("svg");
    }

/* General ------------------------------------------------------------------------------------------------------------*/
form, html {
    height: 100%;
}

body {
  background-color: #fff;
  margin: 0px;
  padding: 0px; 
  text-align: left;
  height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -105px;
}

a:hover {
  text-decoration: none;
}

blockquote {
  background: whitesmoke url("../images/quote.png") no-repeat 20px 25px;
  border: 1px solid #e8e8e8;
  padding: 20px 20px 20px 60px;
  color: #6f7579;
}
blockquote p {
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
}

.bm10 {
  margin-bottom: 10px;
}
.bm20 {
  margin-bottom: 20px;
}
.bm30 {
  margin-bottom: 30px;
}

.row-fluid .noLeft {
    margin-left: 5px;
}
.noLeft {
    margin-left: 0px;
}

.centered {
    text-align: center;
}

.clearboth {
    clear: both;
}
/* Header - Logo and Nav ---------------------------------------------------------------------------------------------*/
.header-wrapper {
  background-color: #eee;
  width: 100%;
  height: auto;
  /*background: url("../images/bg_gray_texture1.gif");*/
}
.header-wrapper .container {
  position: relative;
  min-height: 60px;
  height: auto !important;
  height: 60px;
}

.logo-container {
  padding: 10px 0;
  text-align: left;
}
.logo-container img {
  margin-right: 10px;
  height: 45px;
}

.lt-ie9 .logo-container {
  width: 450px;
}

span.tag-line {
  color: #818a90;
  font-size: 12px;
  position: relative;
  top: 2px;
}

.logo-heading {
  color: #fff;
  font-weight: 600;
  display: inline;
  margin-right: 15px;
  position: relative;
  top: 4px;
}
.logo-heading a {
  color: #fff;
}
.logo-heading a:hover {
  color: #eaeaea;
}

.top-nav {
  position: absolute;
  top: 7px;
  right: 0;
}
.top-nav div > ul {
  width: auto;
  margin: 0;
}
.top-nav div > ul > li {
  position: relative;
  float: left;
  list-style: none;
  /*padding: 16px 14px 18px;*/
  padding: 0px 5px;
  border-right: #bbb 1px solid;
    line-height: 11px;
}
.top-nav div > ul > li a {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  /*color: #c1cad1;*/
}
.top-nav div > ul > li a:hover {
  color: #5a5a5a;
}
.top-nav div > ul > li:hover > a {
  color: #5a5a5a;
}
.top-nav div > ul > li:last-child {
  padding-right: 0;
  border-right: none;
}

/* Header - Search ---------------------------------------------------------------------------------------------------*/

h3.search-header {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 36px;
  color: #fff;
  text-align: center;
    padding-bottom: 20px;
}

p.search-tag-line {
  font-family: "Droid Serif", serif;
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  /*color: #fff;*/
  text-align: center;
}
/* Main Search Form */
.search-form {
  /*margin: 20px 0 0;*/
  margin: 10px 0 0;
  text-align: left;
}
.search-form .input-common, .search-form input.search-term, .search-form .search-btn, .search-form .search-btn-icon {
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
   border: 1px solid #d7d9dc;
  vertical-align: bottom;
}
.search-form input.search-term {
  font-size: 14px;
  height: 23px;
  line-height: 24px;
  padding: 8px;
  width: 90%;
  color: #858c91;
  margin-right: 5px;
  margin-bottom: 0;
}
.search-form input.search-term.loading {
  background-image: url("../images/search-loader.gif");
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
.search-form .search-btn {
  font-size: 14px;
  line-height: 10px;
  font-weight: 600;
  padding: 12px 20px 12px;
  color: #fff;
  /*background-color: #da4e49;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-left-color: #bd362f;
    border-right-color: #bd362f;
    border-top-color: #bd362f;
    border-bottom-color: #802420;*/
  
  background-color: #ED7116;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-left-color: #D8610D;
    border-right-color: #D8610D;
    border-top-color: #D8610D;
    border-bottom-color: #C15C13;
}
.search-form .search-btn:hover {
  background-color: #4b5760;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4b5760', endColorstr='#FF4b5760', GradientType=0);
  border-color: #4b5760;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #4b5760, #4b5760);
}
    /*#FullWidthMasterTop_pnlFiltered {
        padding-top: 40px;
    }*/
#search-error-container label {
  color: #fff;
  padding: 5px;
  font-size: 14px;
}

.lt-ie8 .search-form .search-btn {
  padding-top: 12px;
  padding-bottom: 13px;
}

.sb_dropdown {
    border: 1px solid #fff;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fafafa));
    background: -moz-linear-gradient(top, #f2f2f2, #fafafa);
    float: left;
    width: 90%;
    padding: 6px 5px;
    margin: -3px 3px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 1px 1px 3px #555;
    -webkit-box-shadow: 1px 1px 3px #555;
    -box-shadow: 1px 1px 3px #555;
    outline: none;
    line-height: 30px;
    }

/* Side Search Form */
.search-form-side {
  margin: 0;
  text-align: left;
}
.search-form-side .input-common, .search-form-side input.search-term, .search-form-side .search-btn,
.search-form-top .input-common, .search-form-top input.search-term, .search-form-top .search-btn, .table-form .search-btn {
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
   border: 1px solid #d7d9dc;
  vertical-align: bottom;
}
.search-form-side input.search-term {
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  padding: 10px;
  width: 72%;
  color: #858c91;
  margin-right: 5px;
  margin-bottom: 0;
}
.search-form-side .search-btn, .table-form .search-btn {
  background-color: #353c41; /* #E73827;*/
  font-weight: 600;
  padding: 10px 10px 11px;
}
.search-form-side .search-btn:hover, .table-form .search-btn:hover {
  background-color: #4b5760;
}

.lt-ie8 .search-form-side .search-btn {
  padding-top: 12px;
  padding-bottom: 13px;
}

.search-form-top {
  margin: 0;
  text-align: right;
}
.search-form-top input.search-term {
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  padding: 5px;
  width: 50%;
  color: #858c91;
  margin-right: 5px;
  margin-bottom: 0;
}
.search-form-top .search-btn {
  /*background-color: #E73827;*/
  font-weight: 600;
    padding: 5px 5px 12px;
    background-color: #da4e49;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-left-color: #bd362f;
    border-right-color: #bd362f;
    border-top-color: #bd362f;
    border-bottom-color: #802420;
}

/* Home page short cuts ---------------------------------------------------------------------------------------------*/
.item1, .item2 {
    text-align: left;
}
.item3 {
    text-align: center;
}
.item4 {
    text-align: right;
}

/* Page - Container --------------------------------------------------------------------------------------------------*/
.grayHover:hover {
    padding: 5px 0;
    background-color: #f9f9f9;
}
.grayHover {
    padding: 5px 0;
}


.page-container {
  width: 100%;
}
.page-container > .container {
  padding: 20px 20px;
  background-color: #fff;
}

.hentry .wp-post-image {
  margin: 0 0 20px;
}

.pages-nav a {
  margin-right: 10px;
}

#pagination .btn {
  margin-bottom: 5px;
}

/* WordPress Core --------------------------------------------------------------------------------------------------- */
.alignnone {
  margin: 5px 0 20px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 0 20px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky {
  visibility: visible;
}

.gallery-caption {
  visibility: visible;
}

.bypostauthor {
  visibility: visible;
}

/* Comments ----------------------------------------------------------------------------------------------------------*/
.commentlist {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #F2F2F2;
}
.commentlist > li.comment:first-child {
  border-top: none;
}
.commentlist li.comment {
  border: none;
  border-top: 1px solid #F2F2F2;
  list-style: none;
  margin: 10px 0 0;
  padding: 20px 0 0;
}
.commentlist li.comment article {
  *zoom: 1;
  padding-bottom: 20px;
}
.commentlist li.comment article:before, .commentlist li.comment article:after {
  display: table;
  content: "";
  line-height: 0;
}
.commentlist li.comment article:after {
  clear: both;
}
.commentlist li.comment .children {
  margin-left: 70px;
}

li.comment > article .avatar {
  background: #fff;
  float: left;
  margin: 0px 10px 10px 0;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

#respond .allowed-tags code {
  background-color: transparent;
  border: none;
  white-space: pre-wrap;
}
#respond form label {
  font-weight: bold;
}

/* Page - Sidebar ----------------------------------------------------------------------------------------------------*/
.page-content {
  margin-bottom: 20px;
}

.page-sidebar #twitter_update_list > ul {
  margin: 0 0 10px;
}
.page-sidebar #twitter_update_list > ul > li {
  background: none;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
.page-sidebar #twitter_update_list > ul > li .timePosted,
#twitter_update_list > ul > li .timePosted {
    display: none;
}
.page-sidebar #twitter_update_list > ul > li span {
  display: block;
  font-size: 11px;
}
.page-sidebar .flickr-photos img {
  background-color: #f2f2f2;
}
.page-sidebar .flickr-photos img:hover {
  background-color: #cccccc;
}

#searchform input {
  margin-bottom: 10px;
}
#searchform label.screen-reader-text {
  display: none;
}

.widget h3 {
  font-weight: 600;
  font-size: 20px;
}
.widget ul li {
  list-style: none;
  padding: 8px 8px 8px 23px;
  background: url("../images/li-arrow.png") no-repeat 8px 15px;
  border-bottom: 1px solid #f2f2f2;
}
.widget ul li:last-child {
  border-bottom: none;
}
.widget > div > ul,
.widget > ul {
  margin-left: 0;
}

.support-widget {
  border: 1px solid #e9e6c4;
  padding: 10px 80px 10px 20px;
  background: #fefbdc url("../images/support.png") no-repeat 95% 20px;
  margin-bottom: 20px;
}
.support-widget h3 {
  margin: 0;
  padding: 0;
}

.support-footer {
  /*border: 1px solid #e9e6c4;*/
  padding: 10px 100px 10px 20px;
  background: #eee;
  margin-bottom: 0px;
  min-height: 25px;
  height: 25px;
}

.quick-links-widget {
  padding: 10px 15px 15px;
}
.quick-links-widget h3 {
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.quick-links-widget .menu {
  margin: 0;
  padding: 0;
}
.quick-links-widget .menu > li {
  border-bottom: none;
  padding: 5px 5px 5px 20px;
  background-position: 5px 13px;
  float: left;
  width: 35%;
  margin-right: 5%;
}
.quick-links-widget .sub-menu {
  display: none;
}

/* Home --------------------------------------------------------------------------------------------------------------*/
.row.separator {
  margin-bottom: 10px;
}

.home-listing-area h2 {
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.home-category-list-area h2 {
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 10px;
}

.top-cats h4.category {
  margin: 9px 0;
  font-weight: 600;
  padding: 2px 0;
  /*padding: 2px 0 2px 30px;
  background: url("../images/category-main-icon.png") no-repeat 0 0;*/
}

.top-cats h4.productName, .top-cats .productName, .top-cats .span4  h4.productName{
  margin-top: 0px;
  font-weight: 600;
  padding: 2px 0;
  font-size: 16.25px;
    min-height: 50px;
    color: #3b4348;
    padding-bottom: 5px;
  /*padding: 2px 0 2px 30px;
  background: url("../images/category-main-icon.png") no-repeat 0 0;*/
}
.productBlocks {
    border: 1px solid #ddd;
    height: 110px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-right: 15px;
}

#products hr {
    width: 75%;
    text-align: center;
    margin: 10px auto;
}

.top-cats .span4 {
    padding-top: 10px;
    min-height: 115px;
    margin-left: 10px;
    /*padding-top: 20px;
    min-height: 130px;*/
}
    .top-cats .span4 img {
        height: 100px;
        width: 100px;
        padding: 4px 5px;
    }
    .top-cats .span4 h4 {
        margin: 15px 0 5px 0;
        /*min-height: 44px;*/
    }

/* Table classes*/
.tblSpecification {
    margin-left: 10px;
    width: 90%;
        text-align: center;
        vertical-align: top;
}
    .tblSpecification th {
        font-weight: bold;
    }
.tblSpecification tr:nth-child(odd) {background: #EEE}
.tblSpecification tr:nth-child(even) {background: #FFF}

.bgnormal {
    margin-left: 0px;
    width: 100%;
    text-align: left;
    vertical-align: top;
}
    .bgnormal th {
        font-size: 14px; 
        background-color: #3b4348; 
        color: white; 
        padding-left: 2px;
    }

#affected_prod .bgnormal tr {
    background: #FFF;
}
.bgnormal tr:nth-child(even) {background: #EEE}
.bgnormal tr:nth-child(odd) {background: #FFF}


/* List icons*/

ul.list {
  list-style: none;
  margin: 0;
}
ul.list li {
    margin-top: 8px;
}
ul.list .icons {
  position: relative;
  padding: 0 0 0 22px;
  background: url("../images/standard.png") no-repeat 0 0;
}
ul.list .icons.none {
  background: none;
  padding: 0;
}
ul.list .icons.standard {
  background: url("../images/standard.png") no-repeat 0 0;
}
ul.list .icons.video {
  background: url("../images/video.png") no-repeat 0 0;
}
ul.list .icons.image {
  background: url("../images/image.png") no-repeat 0 0;
}
ul.list .icons.category, ul.list .icons.doc_49 {
  background: url("../images/category-icon.png") no-repeat 0 0;
}
ul.list .icons.comment {
  background: url("../images/comment.png") no-repeat 0 0;
}
ul.list .icons.faq {
  background: url("../images/faq.png") no-repeat 0 0;
}
ul.list .icons.question, ul.list .icons.doc_8, .icons.question {
  background: url("../images/question.png") no-repeat 0 0;
}
ul.list .icons.user, ul.list .icons.doc_25 {
  background: url("../images/user.png") no-repeat 0 0;
}
ul.list .icons.downloads, ul.list .icons.doc_20 {
  background: url("../images/downloads-icon.png") no-repeat 1px 0;
}
ul.list .icons.download {
  background: url("../images/download-icon.png") no-repeat 1px 0;
}
ul.list .icons.i {
  background: url("../images/info-icon.png") no-repeat 1px 0;
}
    ul.list .icons.olc {
        background: url("../images/question.png") no-repeat 0 0;
    }

/* Product Category List Widget ----------------------------------------------------------------------------------------------*/
.category-list {
  margin-bottom: 20px;
}
.category-list > h3 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
}
.category-list > h3 span {
  color: #6f7579;
  font-size: 16px;
}
.category-list > h3 a {
  color: #3b4348;
}
.category-list > h3 a:hover {
  color: #395996;
}

h3.category {
    font-size: 25px;
    line-height: 35px;
}
h1.pageHeader {
    padding-top: 15px;
    margin-left: 1%;
}

ul.categories {
  list-style: none;
  margin: 0;
}
ul.categories .category-entry {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding: 2px 5px;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600;
}
.category-entry a {
  color: #3b4348;
}
.category-entry a:hover {
  color: #395996;
}

/* Articles List Widget ----------------------------------------------------------------------------------------------*/
.articles-list {
  margin-bottom: 20px;
}
.articles-list > h3 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
}
.articles-list > h3 span {
  color: #6f7579;
  font-size: 16px;
}
.articles-list > h3 a {
  color: #3b4348;
}
.articles-list > h3 a:hover {
  color: #395996;
}

ul.articles {
  list-style: none;
  margin: 0;
}
ul.articles .article-entry {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 0 24px;
  background: url("../images/standard.png") no-repeat 0 3px;
}
ul.articles .article-entry.none {
  background: none;
  padding: 0;
}
ul.articles .article-entry.standard {
  background: url("../images/standard.png") no-repeat 0 3px;
}
ul.articles .article-entry.video {
  background: url("../images/video2.png") no-repeat 0 3px;
}
ul.articles .article-entry.image {
  background: url("../images/image.png") no-repeat 0 3px;
}
ul.articles .article-entry.gallery {
  background: url("../images/image.png") no-repeat 0 3px;
}
ul.articles .article-entry.olc {
  background: url("../images/question.png") no-repeat 0 3px;
}
ul.articles li.article-entry:last-child {
  /*border-bottom: none;*/
  border-bottom: 1px solid #f2f2f2;
}

.article-entry > h4 {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600;
}
.article-entry > h4 a {
  /*color: #3b4348;*/
  /* color: #395996; */
}
.article-entry > h4 a:hover {
  /* color: #395996; */
}
.article-entry .article-meta {
  display: block;
  margin-bottom: 10px;
}
.article-entry .like-count {
  position: absolute;
  bottom: 0px;
  right: 0px;
  line-height: 18px;
  font-weight: 600;
  padding: 3px 5px 3px 20px;
  border: 1px solid #f2f2f2;
  border-bottom: none;
  background: url("../images/like.png") no-repeat 6px 8px;
}
.article-entry:hover .like-count {
  background: url("../images/like.png") no-repeat 6px -22px;
  color: #395996;
}

#footer .article-entry .like-count {
  border-color: #535b61;
}
#footer .article-entry:hover .like-count {
  color: #fff;
}
#footer ul.articles li.article-entry:last-child {
  border-bottom: 1px solid #535b61;
}

/* Articles List ------------------------------------------------------------------------------------------------------*/
.main-listing {
  margin-bottom: 20px;
}
.main-listing article.hentry {
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.hentry .post-meta {
  padding: 4px 3px 4px 0px;
  border-top: 1px solid #f2f2f2;
  /*border-bottom: 1px solid #f2f2f2;*/
  margin-bottom: 15px;
  font-size: 12px;
}
.hentry .post-meta > span {
  display: inline-block;
  padding-left: 22px;
  margin-right: 15px;
  line-height: 22px;
}
.hentry .post-meta .date {
  background: url("../images/calendar-icon.png") no-repeat left center;
}
.hentry .post-meta .category {
  background: url("../images/category-icon.png") no-repeat left center;
}
.hentry .post-meta .question {
  background: url("../images/question.png") no-repeat left center;
}
.hentry .post-meta .questionRight {
  background: url("../images/question.png") no-repeat left center;
  padding-left: 20px;
}
.hentry .post-meta .author {
  background: url("../images/user.png") no-repeat left center;
}
.hentry .post-meta .comments {
  background: url("../images/comment.png") no-repeat left center;
}
.hentry .post-meta .like-count {
  float: right;
  background: url("../images/like.png") no-repeat 4px 6px;
}
.hentry .post-meta .like-count:hover {
  background: url("../images/like.png") no-repeat 4px -24px;
  color: #395996;
}

.like-btn .like-it {
    position: relative;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 5px 13px;
    padding-left: 25px;
    /*  background: #fafafa url("../images/like-btn.png") no-repeat 10px -20px; */
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #8cd24e;
    color: green;
}
.like-btn .like-it:after {
    position: absolute;
    font-family: 'FontAwesome';
    top: 5px;
    left: 10px;
    content:'\f164';
}
.like-btn .like-it:hover {
    background: #b6b6b6; /* url("../images/like-btn.png") no-repeat 10px 10px; */
    background-color: green;
    color: #fff;
}

.like-btn .dislike-it {
    position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 5px 13px;
  padding-left: 25px;
/*  background: #fafafa url("../images/dislike-btn.png") no-repeat 10px 10px; */
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #CC5395;
  color: red;
}
.like-btn .dislike-it:after {
    position: absolute;
    font-family: 'FontAwesome';
    top: 5px;
    left: 10px;
    content:'\f165';
}
.like-btn .dislike-it:hover {
  background: #b6b6b6; /* url("../images/dislike-btn.png") no-repeat 10px -20px; */
  background-color: red;
  color: #fff;
}

.like-btn .like-it.already-voted,
.like-btn .dislike-it.already-voted { cursor: default; }

.pgentry {
    border-bottom: 1px solid #f2f2f2;
    padding-top: 10px;
}
.pgentry.type-post .post-title, .hentry.type-post .post-title {
  padding-left: 31px;
  background: url("../images/pages-large.png") no-repeat 0 3px;
  /*font-size: 16.25px;*/
  line-height: 30px;
}
.hentry.type-post .community-post-title {
  font-size: 16.25px;
  line-height: 30px;
}
.hentry.type-post .post-title {
  background: url("../images/standard-large.png") no-repeat 0 3px;
}
.hentry.type-post h1.post-title {
  font-size: 26px;
  line-height: 36px;
  background-position: 0 6px;
}
.hentry.type-post h1.post-title a {
  color: #3B4348;
}

.single-faq .hentry h1.post-title {
  font-size: 24px;
  line-height: 34px;
}

.hentry.format-image .post-title {
  background: url("../images/image-large.png") no-repeat 0 3px;
}

.hentry.format-video .post-title {
  background: url("../images/video-large.png") no-repeat 0 3px;
}

.faq.hentry .post-title {
  background: url("../images/question-large.png") no-repeat 0 5px;
  padding-left: 30px;
}

.post-video {
  margin-bottom: 20px;
}
.post-video .video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.2%;
}
.post-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-home {
    width: 100%; background-color: #0078ca; padding:20px;
}
    .video-home h2 {
        font-weight: 200;
  margin-bottom: 15px;
  font-size: 2.25em;
  line-height: 1.2em;
  color: #FFF;
    }
    .video-home p {
        font-weight: 200;
        margin-bottom: 24px;
        font-size: 20px;
  color: #FFF;
  line-height: 1.2em;
    }
    .video-home .video-icon {
        background: url("../images/video2-large.png") no-repeat 0 5px;
  padding-bottom: 5px;
    }
    .video-home hr {
        display: table;
  width: 185px;
  background-color: #FFF;
  margin: 25px auto;
  max-width: 700px;
  height: 1px;
  border: 0;
  color: #FFF;
    }

.video-home-carousel {
    background-color: #E0E0E0;
}

.page-404 h1.title-404 {
  font-size: 200px;
  line-height: 210px;
  font-weight: 800;
  text-align: center;
  margin: 30px;
}
.page-404 h2 {
  font-size: 30px;
  text-align: center;
}
.page-404 h3 {
  font-size: 26px;
  text-align: center;
}
.page-404 p {
  font-size: 14px;
  text-align: center;
}

/* Search Page -------------------------------------------------------------------------------------------------------*/
h1.archive-title,
h1.search-title {
  background-color: #fcfcfc;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: #6f7579;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
h1.archive-title span,
h1.search-title span {
  color: #3f4b55;
  font-style: italic;
}

#live-search-results {
  z-index: 9999;
  background-color: #fff;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  width: 480px;
  text-align: left;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
#live-search-results ul 
{
    list-style: none;
}
#live-search-results .search-result {
  position: relative;
  padding: 10px 10px 10px 35px;
  background-image: url("../images/standard.png");
  background-repeat: no-repeat;
  background-position: 10px 13px;
}
#live-search-results .search-result:hover {
  background-color: #f8f8f8;
}
#live-search-results .search-result:hover a {
  color: #395996;
}
#live-search-results .search-result a {
  font-weight: 600;
}
#live-search-results .search-result.standard {
  background-image: url("../images/standard.png");
}
#live-search-results .search-result.video {
  background-image: url("../images/video.png");
}
#live-search-results .search-result.image {
  background-image: url("../images/image.png");
}
#live-search-results .search-result.gallery {
  background-image: url("../images/image.png");
}
#live-search-results .search-result.faq {
  background-image: url("../images/question.png");
}
#live-search-results .no-result {
  padding: 10px 10px 10px 10px;
  font-weight: 600;
}
#live-search-results .no-result:hover {
  background-color: #f8f8f8;
  color: #395996;
}
#live-search-results .search-result .like-count {
  position: absolute;
  top: 10px;
  right: 13px;
  line-height: 18px;
  font-weight: 600;
  padding: 3px 5px 3px 20px;
  background: url("../images/like.png") no-repeat 6px 8px;
}
#live-search-results .search-result:hover .like-count {
  background: url("../images/like.png") no-repeat 6px -22px;
  color: #395996;
}

/* FAQs --------------------------------------------------------------------------------------------------------------*/
.faq-item, .expand-item {
  padding: 12px 25px 10px 45px;
  border: 1px solid #fff;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

.faq-icon {
  background-image: url("../images/faq-plus.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  display: inline-block;
  height: 17px;
  width: 17px;
  top: 15px;
  left: 15px;
  cursor: pointer;
}

.faq-item.active .faq-icon {
  background-image: url("../images/faq-minus.png");
}

.faq-item.active, .expand-item {
  background-color: #f5f5f5;
  border: 1px solid #eaeaea;
  margin-bottom: 5px;
}
.faq-item.active h3.faq-question {
  color: #395996;
}

.faq-item h3.faq-question {
  color: #666565;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0;
}
.faq-item h3.faq-question a {
  color: inherit;
}
.faq-item h3.faq-question a:hover {
  color: #395996;
}

.faq-item .faq-answer {
  margin-top: 10px;
}

/* Contact -----------------------------------------------------------------------------------------------------------*/
#contact-form label {
  font-weight: 700;
}

textarea.error,
input[type=text].error,
.error {
  border-color: red;
}

.error-container {
  color: red;
}

#contact-form .error-container label {
  font-weight: 400;
}

#contact-loader {
  display: none;
}

#message-sent {
  font-weight: 600;
  color: #4a4e51;
}

#table-form label {
    font-weight: 700;
    cursor: pointer;
}
.table-form2 label {
    font-weight: 700;
    cursor: auto;
    margin-bottom: 0px;
}

/* Tag Cloud ---------------------------------------------------------------------------------------------------------*/
.tagcloud a {
  margin: 3px;
  font-size: 11px;
}

/* Footer ------------------------------------------------------------------------------------------------------------*/
#footer-wrapper {
  width: 100%;
  /*background: url("../images/bg_gray_texture.png");*/
  background-color: #E0E0E0;
  color: #6f7579;
  height: 105px;
  clear: both;
}
.footer, .push {
    height: 105px;
    clear: both;
}
#footer-wrapper > #footer_support {
  padding: 10px 35px;
  text-align: center;
}

#footer_support .widget {
  color: #8f98a0;
}
#footer_support .widget h3 {
  color: #fff;
}
#footer_support .widget a, #footer_support a {
  color: #6A6A6A;
}
#footer_support .widget a:hover, #footer_support a:hover {
  color: #01598e;
}
#footer_support .widget #twitter_update_list > ul {
  margin: 0 0 10px;
}
#footer_support .widget #twitter_update_list > ul > li {
  border: none;
  background: none;
  padding: 0;
  margin-bottom: 20px;
}
#footer_support .widget #twitter_update_list > ul > li span {

}
#footer_support .widget ul li {
  border-bottom: 1px solid #535b61;
}
#footer_support .widget ul li:last-child {
  border-bottom: none;
}

.flickr-photos {
  margin-left: -10px;
}
.flickr-photos img {
  margin: 0 0 10px 10px;
  padding: 4px;
  background-color: #8F98A0;
}
.flickr-photos img:hover {
  background-color: #b8bec3;
}

#footer-contact label {
  display: none;
}
#footer-contact input[type=text], #footer-contact textarea {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #2d3338;
  color: #5a646c;
}
#footer-contact input[type=submit] {
  border: none;
  background-color: #5d686b;
  color: #aab5bf;
  padding: 5px 20px;
}
#footer-contact input[type=submit]:hover {
  background-color: #525e61;
}

.lt-ie9 #footer-contact label {
  display: block;
}

#footer-bottom-wrapper {
  background-color: #353c41;
  /*background: url("../images/footer-bg.png");*/
  width: 100%;
}
#footer-bottom-wrapper > #footer-bottom {
  min-height: 25px;
  height: auto !important;
  height: 25px;
  padding: 15px 35px 10px;
}

#footer-bottom .copyright {
  margin: 5px 0 10px;
}
#footer-bottom .social-nav {
  list-style: none;
  margin: 0;
  text-align: right;
}
#footer-bottom img {
    max-height: 30px;
}

.social-nav > li {
  float: right;
  margin-left: 4px;
}
.social-nav li > a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.social-nav li.deviantart a {
  background: url(../images/devine-art.png) no-repeat 0 0;
}
.social-nav li.flickr a {
  background: url(../images/flickr.png) no-repeat 0 0;
}
.social-nav li.google a {
  background: url(../images/google.png) no-repeat 0 0;
}
.social-nav li.linkedin a {
  background: url(../images/linked-in.png) no-repeat 0 0;
}
.social-nav li.rss a {
  background: url(../images/rss.png) no-repeat 0 0;
}
.social-nav li.skype a {
  background: url(../images/skype.png) no-repeat 0 0;
}
.social-nav li.stumble a {
  background: url(../images/stumble.png) no-repeat 0 0;
}
.social-nav li.twitter a, .social-nav i.twitter {
  background: url(../images/twitter.png) no-repeat 0 0;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.social-nav li.facebook a, .social-nav i.facebook {
  background: url(../images/facebook.png) no-repeat 0 0;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.social-nav li > a:hover {
  background-position: 0 -40px;
}

/* Accordion Styles -----------------------------------------------------------------------------------*/
.toggle,
.accordion {
  margin-bottom: 25px;
  padding-left: 0px;
  text-align: left;
}

.toggle dt,
.accordion dt {
  position: relative;
  padding: 10px 25px 9px 1px;
  line-height: 20px;
  margin-bottom: 1px;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  font-weight: 600;
}
.toggle {
    margin: 5px 0px 1px 20px;
}
/* .toggle:last-child, */ .noborder {
  border-bottom: none;
}
.nomargin {
    margin: 0;
}
.toggle dt:hover,
.toggle a:hover,
.accordion dt:hover {
  color: #395996;
}
.toggle dt a,
.toggle a,
.accordion dt a {
  color: #5a5a5a;
}

.toggle dt span,
.toggle img.plus, .toggle .plus,
.accordion dt span {
  position: absolute;
  top: 11px;
  right: 3px;
  display: block;
  width: 17px;
  height: 17px;
}
.toggle dt span:before,
.toggle img.plus:before, .toggle .plus:before,
.accordion dt span:before {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  color: black;
}
.toggle dt.current {color: #395996;}
.toggle dt.current span:before {
  content: "\f068";
  color: #395996;
}


.toggle img.minus, .toggle .minus {
  position: absolute;
  top: 11px;
  left: 3px;
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/plus-minus.png) no-repeat 0px -27px;
}

.toggle dt.current span,
.accordion dt.current span {
  background-position: bottom;
  color: #395996;
}

.toggle dd,
.accordion dd {
  display: none;
  padding: 5px;
  margin-bottom: 0;
  margin-left: 15px;
  font-weight: normal;
  cursor: default;
}
.toggleInner {
  padding: 5px;
  margin-bottom: 0;
  margin-left: 40px;
  border-bottom: 1px dotted #e8e8e8;
}
.toggleInner:last-child {
  border-bottom: none;
}
.quick-links-widget .toggle dd ul,
.quick-links-widget .accordion dd ul {
  margin-left: -5px;
}

.lt-ie8 .toggle dt span,
.lt-ie8 .accordion dt span {
  top: 0px;
}

hr.downloads {
    background-color: #ddd;
}

.closeBtn {
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  width: 32px;
  height: 32px;
}


/* Tabs Styles -----------------------------------------------------------------------------------*/

/* AJAX Tabs */
/*Header*/
.Tab .ajax__tab_header {
    line-height: 32px;
    margin: 0;
    padding: 0;
    border-bottom: none;
    background: none;
    height: 32px;
}
/*Body*/
.Tab .ajax__tab_body {
    border: 1px solid #eaeaea;
    padding: 10px 15px;
    margin: 2px 0 20px;
    margin-bottom: 0px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab {
    line-height: 31px;
    height: 32px;
    border-bottom: none;
    color: #395996;
}

.Tab .ajax__tab_active .ajax__tab_inner .ajax__tab_tab {
    line-height: 31px;
    height: 32px;
    border: none;
    padding-left: 20px;
    background: #fff;
}

.Tab .ajax__tab_active .ajax__tab_outer {
    line-height: 31px;
    height: 32px;
    border-bottom: 1px solid #FFFFFF;
    border-top: 2px solid #395996;
    padding-right: 6px;
    color: #395996;
    background: #fff;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab {
    color: #395996;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab {
    line-height: 31px;
    height: 32px;
    background: #f5f5f5;
    border-left: none;
    color: #6f7579;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 20px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
}

.Tab .ajax__tab_outer {
    border: 1px solid #eaeaea;
    background: #f5f5f5;
    line-height: 31px;
    height: 32px;
    border-bottom: 1px solid #eaeaea;
    border-top: 2px solid #d7d7d7;
}

/* CSS li Tabs --------------------------*/
.tabs-nav {
  list-style: none;
  overflow: hidden;
  width: 100%;
  margin: 0px;
  padding-left: 0px;
}

.tabs-nav li {
  float: left;
  line-height: 32px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-bottom: none;
  background: none;
}

.tabs-nav li.active {
  line-height: 31px;
}

.tabs-nav li a {
  background: #f5f5f5;
  /*border: 1px solid #efefef;
  border-bottom: 1px solid #efefef;*/
  border: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-top: 2px solid #d7d7d7;
  border-left: none;
  color: #6f7579;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 20px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}

.tabs-nav li:first-child a {
  border-left: 1px solid #fbdfaa;
}

.tabs-nav li a:hover {
  background: #fafafa;
  color: #395996;
}

.tabs-nav li.active a {
  color: #395996;
  background: #fff;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #395996;
}

.tabs-container {
  border: 1px solid #eaeaea;
  margin: -1px 0 20px;
  overflow: hidden;
  width: 100%;
}

.tabs-container .tab-content {
  padding: 20px 15px;
  margin-bottom: 0px;
}

.lt-ie9 .tabs-container .tab-content {
  background-color: #fff;
}

/* Modal Popup Styles -------------------------------------------------------------------------------*/
.modalBackground2 
{
		position: fixed;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		min-height: 100%;
		background-color: rgba(0,0,0,0.7);
		z-index: 10000;
        opacity: 1;
/*
    background-color: white;
    filter:alpha(opacity=40);
    opacity:0.40;         
*/
}
.updateProgress
{
    /*border: 1px solid #EBEBEB;*/
    background-color: #FFF; 
    /*position: absolute;*/ 
    width: 50px; 
    height: 50px;    
    border-radius: 4px;
    /*box-shadow: 3px 3px 2px #888;*/
}
.updateProgress_400, .updateProgress_450
{
    /* border: 1px solid #EBEBEB; */
    background-color: #FFF; 
    position: absolute; 
    height: 50px;    
    border-radius: 4px;
/*
    box-shadow: 3px 3px 2px #888;
*/
    width: 400px; 
    max-width: 400px;
}
.updateProgress_450
{
    width: 450px; 
    max-width: 450px;
}
.updateProgressMessage
{
    margin:3px; 
    font-family:Trebuchet MS; 
    font-size:small; 
    vertical-align: middle;
}

/* Messages Styles -----------------------------------------------------------------------------------*/
p.error {
  padding: 10px 20px 10px 45px;
  background: #F9E5E6;
  border: 1px solid #F7C7C9;
  border-left-width: 4px;
  color: #B3696C;
}

p.success {
  padding: 10px 20px 10px 45px;
  background: #e3ebc6;
  border: 1px solid #c2d288;
  border-left-width: 4px;
  color: #8fa442;
}

.info {
  padding: 10px 20px;
  background: #d8ecf5;
  border: 1px solid #9ac9df;
  border-left-width: 4px;
  color: #528da9;
}

.notice {
  padding: 10px 20px;
  background: #efefef;
  border: 1px solid #f5dc7d;
  border-left-width: 4px;
  /*color: #c4a21b;*/
}

.dropcap {
  font-size: 62px;
  margin-right: 6px;
  padding-top: 4px;
  text-transform: uppercase;
  float: left;
  position: relative;
  top: 5px;
  color: #824328;
}

/* Contact Form 7 CSS ----------------------------------------------------------------------------------------------- */
.wpcf7-form p {
  margin-bottom: 10px;
}

/* Scroll Top ------------------------------------------------------------------------------------------------------- */
a#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  background: #131517 url("../images/scroll-top.png") center center no-repeat;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  border: #666666 solid 1px;
}

a#scroll-top:hover {
  background-color: #353c41;
}

/** detail panel for jQuery hover **/
#details-pane {
  display: block;
  color: #414141;
  background: #ddd;
  border: 2px solid #a9a9a9;
  position: absolute;
  z-index: 99999;
  width: 250px;
  padding: 6px 8px;
  -webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
  box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
}

.divSidePanel {
    position: absolute; top: -70px; right: 0px;
}

/*------------------------------------------------------------------------------------------------------------------- */
/* CUSTOM RESPONSIVE CSS -------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------- */
/* Responsive: Tablet to desktop ------------------------------------------------------------------------------------ */
/*------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  .search-area-wrapper {
    background-size: auto;
  }

  ul.articles .article-entry {
    padding-bottom: 20px;
  }

  /* Custom Padding Adjustment For Desktop */
  .page-container > .container {
    padding: 40px 20px;
  }

  #footer-wrapper > #footer {
    padding: 20px 20px;
  }

  #footer-bottom-wrapper > #footer-bottom {
    padding: 15px 20px 10px;
  }

  .quick-links-widget .menu > li {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
/*------------------------------------------------------------------------------------------------------------------- */
/* Responsive: Header for devices below desktop --------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 979px) {
  /* logo */
  .logo-container {
    text-align: center;
    padding: 10px 0;
  }
  .logo-container img {
    display: block;
    margin: 10px auto 5px;
  }

  span.tag-line {
    color: #818a90;
    font-size: 12px;
    display: block;
    text-align: center;
  }

  .logo-heading {
    display: block;
    position: static;
    top: auto;
    text-align: center;
  }

  /* Navigation */
  .main-nav {
    position: static;
    top: auto;
    right: auto;
  }
  .main-nav > div > ul {
    text-align: center;
  }
  .main-nav > div > ul > li {
    float: none;
    display: inline-block;
  }
  .main-nav > div > ul > li .sub-menu {
    text-align: left;
    top: 55px;
  }
  .main-nav > div > ul > li .sub-menu li {
    width: 130px;
  }
  .main-nav > div > ul > li .sub-menu .sub-menu {
    right: auto;
    left: 150px;
  }

  /* Flickr */
  .flickr-photos {
    margin-left: -10px;
  }
  .flickr-photos img {
    width: 67px;
    height: 67px;
  }
}
/*------------------------------------------------------------------------------------------------------------------- */
/* Responsive: Landscape phone to desktop/tablet -------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* Navigation */
  .main-nav > div {
    display: none;
  }
  .main-nav .responsive-nav {
    display: block;
    width: 85%;
    margin: 10px auto;
    padding: auto;
    border-radius: 0;
    border: none;
  }

  /* Search Area */
  .search-area-wrapper {
    background-size: auto;
    min-height: 40px;
    height: auto !important;
    height: 40px;
  }
  .search-area-wrapper .search-area {
    padding: 20px 0;
  }
  .search-area-wrapper h3.search-header {
    font-size: 30px;
    padding: 0 15px;
  }
  .search-area-wrapper p.search-tag-line {
    padding: 0 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .search-area-wrapper .search-form input.search-term {
    width: 60%;
  }
    .search-form {
        text-align: center;
    }

  .sb_dropdown {
    border: 1px solid #fff;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fafafa));
    background: -moz-linear-gradient(top, #f2f2f2, #fafafa);
    float: left;
    width: 60%;
    padding: 6px 5px;
    margin: -3px 63px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 1px 1px 3px #555;
    -webkit-box-shadow: 1px 1px 3px #555;
    -box-shadow: 1px 1px 3px #555;
    outline: none;
    line-height: 30px;
  }

/* Home page short cuts ---------------------------------------------------------------------------------------------*/
.item1, .item2, .item3, .item4 {
    text-align: center;
}

  /* Comments */
  .commentlist li.comment .children {
    margin-left: 0;
  }

  .social-nav > li {
    float: left;
    margin: 0;
    margin-right: 4px;
  }
  #footer-bottom .social-nav {
        text-align: center;
    }

  .hentry .post-meta .like-count {
    float: none;
  }

  .page-404 h1.title-404 {
    font-size: 100px;
    line-height: 105px;
    margin: 15px;
  }  

    .divSidePanel {
        position: relative; top: 0px; right: 0px;
    }

}
/*------------------------------------------------------------------------------------------------------------------- */
/* Responsive: Portrait Phones -------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /* Search Area */
  .search-area-wrapper .search-form input.search-term {
    width: 80%;
    display: block;
    margin: 0 auto 10px;
  }
  .search-area-wrapper .search-form .search-btn, .search-area-wrapper .search-form .search-btn-icon {
    width: 74%;
    display: block;
    margin: 0 auto;
  }

  ul.articles .article-entry {
    padding-bottom: 20px;
  }

  #jquery-live-search #live-search-results {
    width: 248px;
  }

  .sb_dropdown {
    border: 1px solid #fff;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fafafa));
    background: -moz-linear-gradient(top, #f2f2f2, #fafafa);
    float: left;
    width: 80%;
    padding: 6px 5px;
    margin: 10px 33px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 1px 1px 3px #555;
    -webkit-box-shadow: 1px 1px 3px #555;
    -box-shadow: 1px 1px 3px #555;
    outline: none;
    line-height: 30px;
  }

  .Tab .ajax__tab_header {
    line-height: 15pt;
    margin: 0;
    padding: 0;
    border-bottom: none;
    background: none;
    height: auto;
}
  .Tab .ajax__tab_body {
    border: 1px solid #eaeaea;
    padding: 10px 15px;
    margin: -5px 0 20px;
    margin-bottom: 0px;
}
  
.updateProgress_400, .updateProgress_450
{
    border: 1px solid #EBEBEB;
    background-color: #FFF; 
    position: absolute; 
    height: 50px;    
    box-shadow: 3px 3px 2px #888;
    width: 85%; 
    max-width: 400px;
}
}
/* Menu Fix for resizing to Bigger Screen sizes */
@media (min-width: 980px) {
  .main-nav div > ul > li {
    float: none;
    display: inline-block;
  }
}



#search_btn, .search_btn {
	cursor: pointer;
	float: left;
	border-bottom: solid 1px #959595;
	/*border: none;*/
	height: 39px;
    margin-top: 1px;
}
.search_dropdown {
	/*display: none;
	margin-top: 40px;*/
	padding: 10px;
	/*height: 380px;*/
	width: 87%;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	text-transform: none;
	box-shadow: 2px 2px 2px #e0e0e0;
	/*position: absolute;*/
	left: auto;
    position: relative;
}.ie8 .search_dropdown {
	border: solid 1px #e0e0e0;
}

#search_dropdown.search_knowl {
	width: 110px;
    height: 100px;
}
#search_scroll, .search_scroll {
	/*height: 380px;
	width: 340px;
    width: 150px;*/
    height: 140px;
	overflow: auto;
	font-size: 14px;
	line-height: 22px;
    padding-top: 10px;
    padding-left: 5px;
    margin-top: 1px;
}

.search_knowl #search_scroll {
	width: 140px;
    height: 120px;
}

/*#search_scroll p a {
	color: #363636;
	font-size: 14px;
}*/

#survey .radioButtonList img{
	margin-left: -4px;
	border: none;
}

#survey .radioButtonList label{
	margin-left: 0px;
	border: none;
    font-size: 16px;
    font-family: 'cerapro-bold', Arial, sans-serif;
}

#survey .radioButtonList2 label{
	display:inline-block;
	margin-left: 6px;
	border: none;
    font-size: 16px;
    font-family: 'cerapro', Arial, sans-serif;
}

#survey .textboxComments
{
	width:90%;
}

.sb-search-desktop2 {
		position: relative;
		display: none;
		width: 100%;
		height: 27px;
		overflow: hidden;
		-webkit-transition: -webkit-transform width 0.3s ease-in-out;
		-moz-transition: width 0.3s ease-in-out;
		transition: width 0.3s ease-in-out;
		-webkit-backface-visibility: hidden;
	}
	.sb-search-desktop2 input[type="text"].sb-search-input {
		position: absolute;
		top: 0;
		left: 1%;
		background: #fff;
		height: 15px;
		width: 80%;
		margin: 0;
		z-index: 10;
		font-family: inherit;
		font-size: 0.8em;
	    border: none;
	    border-top-left-radius: 5px;
	    border-bottom-left-radius: 5px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	    padding-bottom: 6px;
		-webkit-transition: width 0.3s ease-in-out;
		-moz-transition: width 0.3s ease-in-out;
		transition: width 0.3s ease-in-out;
	}
	.sb-search-desktop2 a.sb-search-submit {
		position: absolute;
		top: 0px;
		right: 1%;
		background: #f73568;
		border: none;
		outline: none;
		z-index: 100;
		border-bottom-right-radius: 5px;
		border-top-right-radius: 5px;
		height: 25px;
		width: 19%;
	}
	.sb-search-desktop2 a.sb-search-submit i { color: white; position: absolute; top: 5px; right: 30%; font-size: 14px; }