
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
html { 
    font-size: 62.5%;
    overflow-y: scroll;
}
*, *:before, *:after {
    box-sizing: border-box;
}
body {
    background: none repeat scroll 0 0 #fff;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}
ol, ul {
    list-style: outside none none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0 none;
}
a img {
    border: 0 none;
}
body, button, input, select, textarea {
    color: #404040 ;
    font-family: sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: none repeat scroll 0 0 #eee;
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font: 15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: none repeat scroll 0 0 #fff9c0;
    text-decoration: none;
}
sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
hr {
    background-color: #ccc;
    border: 0 none;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: outside none disc;
}
ol {
    list-style: outside none decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #e6e6e6;
    border-color: #ccc #ccc #bbb;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 15px 17px rgba(255, 255, 255, 0.5) inset, 0 -5px 12px rgba(0, 0, 0, 0.05) inset;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 15px 17px rgba(255, 255, 255, 0.8) inset, 0 -5px 12px rgba(0, 0, 0, 0.02) inset;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 100%;
}
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.top-menu li {
    position: relative;
}
.top-menu ul ul li a {
    border-bottom: 1px solid #636363;
    border-right: medium none;
    display: block;
    padding-left: 18px;
    text-align: left;
}
.top-menu ul ul li:last-child a {
    border-bottom: medium none;
}
.top-menu ul ul li a:hover {
    background: none repeat scroll 0 0 #666;
}
.top-menu ul ul li {
    display: block;
}
.main-navigation a, .top-menu a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul, .top-menu ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    left: -999em;
    position: absolute;
    top: 44px;
    z-index: 99999;
}
.top-menu ul ul {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #636363;
    box-shadow: none;
    font-size: 13px;
    padding: 0;
    top: 34px;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.top-menu ul ul a {
    width: 120px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul *:hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
    left: auto;
}
.top-menu ul li:hover > ul {
    left: -4px;
}
.main-navigation ul ul li:hover > ul {
    left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
}
.menu-toggle {
    display: none;
}
.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
.widget_search .search-submit {
    display: none;
}
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
    display: none;
}
.single .byline, .group-blog .byline {
    display: inline;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
    border: medium none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed, iframe, object {
    max-width: 100%;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
html.no-js {
    margin-top: 0 !important;
}
.main_box {
    width: 100%;
}
.box_header {
    float: left;
    font-weight: bold;
    width: 24%;
}
.inner_box {
    float: left;
    width: 24%;
}
table td .rating_stars_bg {
    background: url("img/stars.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    height: 20px;
    margin-bottom: 5px;
    width: 90px;
}
table td .rating_stars_colored {
    background: url("img/stars.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    height: 20px;
}
@media (min-width: 180px) and (max-width: 360px) {
.wrapper {
    padding: 6px 18px 0 !important;
    width: 100% !important;
}
.content-area {
    width: 100% !important;
}
.widget-area {
    width: 100% !important;
}
#page {
    text-align: center;
}
.responsiveMenuSelect {
    background-color: #333333 !important;
    margin: 12px 0;
    padding: 10px;
    width: 282px !important;
}
.menu-primary-menu-container {
    width: 30px !important;
}
.menu-primary-menu-container select {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e44424 !important;
    background-image: url("images/icon.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: medium none;
    color: #fff !important;
}
.menu-secondary-menu-container {
    width: 30px !important;
}
.menu-secondary-menu-container select {
    background: url("images/icon.png") no-repeat scroll 0 0 #e44424;
    border: medium none;
    color: #fff !important;
}
.site-branding {
    margin-top: 56px;
}
.fix-container.fixed {
    display: none;
}

.myReview .left_review{ width: 100% !important; float:none !important; }
.myReview .right_review{width: 100% !important; float:none !important;}

}
@media (min-width: 361px) and (max-width: 599px) {
.wrapper {
    padding: 6px 18px 0 !important;
    width: 100% !important;
}
.content-area {
    width: 100% !important;
}
.widget-area {
    width: 100% !important;
}
#page {
    text-align: center;
}
.responsiveMenuSelect {
    background-color: #333333 !important;
    margin: 12px 0;
    padding: 10px;
    width: 282px !important;
}
.menu-primary-menu-container {
    width: 30px !important;
}
.menu-primary-menu-container select {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e44424 !important;
    background-image: url("images/icon.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: medium none;
    color: #fff !important;
}
.menu-secondary-menu-container {
    width: 30px !important;
}
.menu-secondary-menu-container select {
    background: url("images/icon.png") no-repeat scroll 0 0 #e44424;
    border: medium none;
    color: #fff !important;
}
.site-branding {
    margin-top: 56px;
}
.fix-container.fixed {
    display: none;
}
}
@media (min-width: 600px) and (max-width: 1024px) {
.wrapper {
    padding: 6px 18px 0 !important;
    width: 100% !important;
}
.content-area {
    width: 100% !important;
}
.widget-area {
    width: 100% !important;
}
#page {
    text-align: left;
}
.responsiveMenuSelect {
    margin: 12px 0;
    padding: 5px;
}
.main-navigation li a {
    padding: 10px 16px;
}
.top-menu ul {
    text-align: center;
}
.top-menu li:last-child a {
    border: medium none;
}
.main-navigation li:last-child a {
    border: medium none;
}
.fix-container.fixed {
    display: none;
}
/**/
.sidelist {
    text-align: center;
    width: 33%;
      float: left;
    margin: 0 auto 0 10%;
}
.circle_container 
{ margin-left: 9% !important;}

tablepress td, .tablepress th {padding:0 !important;}
.sidelist.top5{display: none !important;}
.sidbarblog a{text-align: center;display: block;}
.social_follow_btn_container{display: none;}
}
@media (min-width: 180px) and (max-width: 767px) {
#site-navigation {
    display: none;
}
.top-menu {
    display: none;
}
.hh {
    display: block !important;
}

table img.product_img {width: 70px;}
table .column-4,
table .column-5{display:none !important;}
tablepress td, .tablepress th {padding:0 !important;}

.page-template-homepage .product_img,
.page-template-comparison .product_img{width:auto; height:auto; max-width:none; max-height: none;}

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

.sidelist.top5{display: none !important;}
}

.main_image{margin:0 auto; display: block;}
table td.column-3{text-align:center;} 
.scrollToTop {
    background: none repeat scroll 0 0 #555;
    border-radius: 16px;
    bottom: 20px;
    color: #fff;
    display: none;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 47px;
    line-height: 28px;
    opacity: 0.9;
    padding: 10px 20px;
    position: fixed;
    right: 40px;
    text-align: center;
    text-decoration: none;
    transition: background 200ms linear 0s;
    width: 115px;
}
.scrollToTop:hover {
    text-decoration: none;
}




/*************404 design*****************/
.page404{     height: 500px;}
.page404 .site-main,
.page404 .content-area{width:100%;}
.page404{font-size:45px;}
.page404 .page_main_content_container{font-size:30px;}
/************end 404 design**************/

.googlesearchbar .gsc-input{}
.googlesearchbar .gsc-search-button{}




/**********************special review*************************/
.myReview{display:block;}
.myReview .left_review{ width: 50%; float:left; height:100%;display:block; padding-right: 5%; text-align: left;}
.myReview .right_review{width: 50%; float:left;height:100%;display:block;}
.clearboth{clear:both;float:none;}
.second_img_container {  display: block;   margin: 20px auto 0;  text-align: center;}
/**********************special review*************************/



.logo {margin-bottom:0;}


/***********************product review*******************************/
.product_review .top_review_info{border: 1px solid #17515c;border-radius: 15px;height: 163px;margin-top: 20px;width: 100%;}
.product_review .top_review_info .logo_container{    border-right: 1px dotted #17515c;   display: block;   float: left;   height: 160px;   margin-left: 10px;    margin-right: 10px;position: relative;width: 170px;}
.product_review .top_review_info .logo_container .logo_image{top:0; right:0; left:0; bottom:0; position:absolute; margin:auto;}
.middlePartContainer{display:block;border-right: 1px dotted #17515c;float: left;   height: 160px;   margin-left: 10px;    padding-right: 7px; margin-right: 10px;position: relative;width: 303px;   padding-bottom: 6px; padding-top: 9px;}
.middlePartContainer .rating_stars_bg {background: url("img/bigstars.png") repeat-x scroll left top rgba(0, 0, 0, 0);height: 23px;margin-bottom: 5px;width: 140px; margin-top: 1px;}
.middlePartContainer .rating_stars_colored {  background: url("img/bigstars.png") repeat-x scroll left bottom rgba(0, 0, 0, 0); height: 23px;}
.reviewRow{width:100%;height:30px;}
.reviewRow .left{float:left;}
.reviewRow .right{float:right;width:140px;}
.top_review_info .reviewRow .left{font-size:17px;  /*font-weight: bold;*/}
.sideLinkTopItems{position:relative;}
.sideLinkSmall { background: url("img/sidebar_arrow.png") no-repeat top left;    height: 13px;    left: 1px;top:4px;    position: absolute;    width: 13px;}
.sideLinkTopItems.top5 a {    display: block; position:relative;   text-indent: 15px;color:#004144;font-size:13px;}

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #cccccc;
}
.c100:after {
    background-color: whitesmoke;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 0.83em;
    position: absolute;
    top: 0.085em;
    transition-property: all;
    transition-timing-function: ease-in;
    width: 0.83em;
}
.circle_container {
    float: left;
    padding-left: 32px;
    padding-top: 22px;
    position: relative;
    width: 185px;
}
.c100 > span {
    color: #cccccc;
    display: block;
    font-size: 0.5em;
    left: 0;
    line-height: 2em;
    position: absolute;
    text-align: center;
    top: 0;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-out;
    white-space: nowrap;
    width: 2em;
    z-index: 1;
}

.button, .form-submit input, .all-buzz a, .button-center a {
    background: -moz-linear-gradient(center top , #02314a 90%, #285c79 100%) repeat scroll 0 0 #024365;
    border: 1px solid #20465a;
    border-radius: 18px;
    box-shadow: 0 33px 0 1px #235f7f inset;
    color: #ffffff;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    padding: 17px 35px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #333333;
}

.page-template-review_clean .button,
.product_review .button,
.page-template-homepage-php .page_main_content_container p .button,
.page-template-comparison-php .page_main_content_container p .button,
.page-template-one_product_review-php .page_main_content_container p .button{
    background: -moz-linear-gradient(center top , #02314a 90%, #285c79 100%) repeat scroll 0 0 #024365;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#02314a), color-stop(100%,#285c79));
background: -webkit-linear-gradient(top, #02314a 76%,#285c79 100%);
background: -o-linear-gradient(top, #02314a 76%,#285c79 100%);
background: -ms-linear-gradient(top, #02314a 76%,#285c79 100%);
background: linear-gradient(to bottom, #02314a 76%,#285c79 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02314a', endColorstr='#285c79',GradientType=0 );
    border: 1px solid #20465a;
    border-radius: 18px;
    box-shadow: 0 33px 0 1px #235f7f inset;
    color: #ffffff !important;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    padding: 17px 35px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #333333;
}


.reviewItem {    margin-bottom: 45px;    width: 100%;}
.prosAndCons {    background-color: #f5fbf3;    border: 2px solid #d4e8cd;    border-radius: 10px;    display: block;    padding-bottom: 24px;    padding-left: 17px;    padding-right: 17px;    position: relative;    }

.reviewItem.prosAndCons h2 {    border-bottom: 3px dotted #cadac5; font-size: 24px !important;    padding-bottom: 9px;margin-top:10px;margin-bottom:10px;font-weight: normal !important;   }


.reviewItem.prosAndCons .prosTitle,
.reviewItem.prosAndCons .consTitle{    font-size: 20px !important;}
.reviewItem.prosAndCons ul {   margin-top: 0;    padding-left: 0;margin-left:0;}

.reviewItem.prosAndCons .itemPros ul li {    background: url("img/prosandconsv.png") no-repeat scroll  0 8px rgba(0, 0, 0, 0);    color: #434343;    font-size: 14px;    height: auto;    list-style-type: none;    padding-left: 20px;    padding-top: 5px;}
.reviewItem.prosAndCons .itemCons ul li {    background: url("img/prosandconsx.png") no-repeat scroll  0 9px rgba(0, 0, 0, 0);    color: #434343;    font-size: 14px;    height: auto;    list-style-type: none;    padding-left: 20px;    padding-top: 5px;}

.hItemLinks {    margin-right: 17px;    margin-top: 0;}

.hItemVisitLink a {    background: url("img/visitsitebutton.png") no-repeat scroll left top rgba(0, 0, 0, 0);    color: white !important;    display: inline-block;    font-size: 17px;    height: 31px;    line-height: 31px;    position: relative;    text-align: center;    text-decoration: none !important;    text-shadow: 0 -1px 0 rgba(1, 2, 2, 0.44);    width: 136px;}

.reviewItem.prosAndCons .both {    clear: both;}
.itemPros {    margin-right: 5%;    padding-left: 0;    position: relative;    width: 50%;}

.itemCons {    padding-left: 0;    position: relative;    width: 45%;}
/***********************product review*******************************/
    
   
   

.page_main_content_container img{display:block; margin:0 auto;}

/*********************** comparisons ********************************/
.page-template-comparison .content-area{float: none;   width: 100%;}
.page-template-comparison thead th {background: url("img/tbl_head_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);border-left: 1px solid black;border-right: 1px solid #42a529;color: white;    font-size: 18px;font-weight: normal;height: 55px;position: relative;text-shadow: 0 -1px 0 #001c2b;}
.page-template-comparison .column-0 .product_trend.down{background: url("img/ratingupdown.png") no-repeat top right;width:26px; height:18px;margin:0 auto;}
.page-template-comparison .column-0 .product_trend{background: url("img/ratingupdown.png") no-repeat  -31px top;width:25px; height:8px;margin:0 auto;}
.page-template-comparison .column-0 .product_trend.up{background: url("img/ratingupdown.png") no-repeat top left;width:26px; height:18px;margin:0 auto;}

.page-template-comparison .tbl_head_left {background: url("img/tbl_head_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);height: 84px;left: -13px;position: absolute;top: 1px;width: 16px;z-index: 1;}
.page-template-comparison .tbl_head_right {background: url("img/tbl_head_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);height: 84px;position: absolute;right: -13px;top:  1px;width: 16px;z-index: 1;}
.page-template-comparison  .tableContent{position:relative;}
.page-template-comparison  .evenline{background:#EEFDFF;}
.page-template-comparison  .oddline{background-color:#F4F4F4;}
.page-template-comparison  .tablepress .even td{background-color: transparent !important;}
.page-template-comparison  .tablepress .odd td, .tablepress .row-hover tr:hover td{background-color: transparent !important;}

.page-template-comparison .tableContent tbody td {    border: 1px solid #cee1c9 !important;      padding-left: 10px;   padding-right: 10px;    display: table-cell;    text-align: center;    vertical-align: middle;}
.page-template-comparison .column-1 {   border: 1px solid #cee1c9 !important;padding: 0 !important;width:200px;}
.page-template-comparison .product_img{max-width: 180px; max-height:90px;}
.page-template-comparison .column-0{    width: 69px;}
.page-template-comparison th{text-align: center;}
.page-template-comparison .column-6 .visitSite{width:136px; height:31px;background: url("img/visitsitebutton.png") no-repeat scroll top left;    color: white;display: inline-block;font-size: 17px;line-height: 31px;position: relative;text-align: center;text-decoration: none;text-shadow: 0 -1px 0 rgba(1, 2, 2, 0.44); }
.page-template-comparison .column-6 .visitSite:hover{background: url("img/visitsitebutton.png") no-repeat scroll bottom left; }
.page-template-comparison .column-6{width:150px;}
.page-template-comparison .column-4{widh:100px;}

.page-template-comparison .ranklink {    color: #1a5574;    font-size: 12px;}
.page-template-comparison .bigtbl_rank.active.first {    background: url("img/ranking_stars.png") no-repeat scroll -53px -1px rgba(0, 0, 0, 0);}
.page-template-comparison .bigtbl_rank {    color: black;    font-size: 18px;}
.page-template-comparison .bigtbl_rank {    background: url("assets/img/layout/sprite.png") no-repeat scroll -116px -140px rgba(0, 0, 0, 0);    display: inline-block;    font-weight: bold;    height: 47px;    line-height: 47px;    margin-top: 5px;    position: relative;    width: 46px;}
.page-template-comparison .bigtbl_rank.active {  background: url("img/ranking_stars.png") no-repeat scroll -2px -1px rgba(0, 0, 0, 0)}
.page-template-comparison .bigtbl_rank {    color: black;    font-size: 18px;}
.page-template-comparison .both {    clear: both;    display: block;    height: 0;    overflow: hidden;    width: 0;}


.page-template-comparison .sup_icons {    display: inline-block;    margin: 0 auto;    position: relative;    width: 60px;}   

.page-template-comparison .sup_msg {    background: url("img/supportIcons.png") no-repeat scroll -3px -18px rgba(0, 0, 0, 0);    height: 16px;    margin-right: 15px;    position: relative;    width: 16px;}
.page-template-comparison .sup_phone {    background: url("img/supportIcons.png") no-repeat scroll -23px -18px rgba(0, 0, 0, 0);    height: 16px;    margin-bottom: 15px;    position: relative;    width: 16px;}      
.page-template-comparison .sup_mail {  background: url("img/supportIcons.png") no-repeat scroll -43px -18px rgba(0, 0, 0, 0);    height: 12px;    margin-right: 12px;    position: relative;    width: 16px;}   
.page-template-comparison .sup_24 {    background: url("img/supportIcons.png") no-repeat scroll -63px -17px rgba(0, 0, 0, 0);    height: 11px;    position: relative;    width: 26px;}   
.page-template-comparison .sup_msg.active {    background: url("img/supportIcons.png") no-repeat scroll -3px -1px rgba(0, 0, 0, 0);}
.page-template-comparison .sup_phone.active {    background: url("img/supportIcons.png") no-repeat scroll -23px -1px rgba(0, 0, 0, 0);}
.page-template-comparison .sup_mail.active {    background: url("img/supportIcons.png") no-repeat scroll -43px -1px rgba(0, 0, 0, 0);}
.page-template-comparison .sup_24.active {    background: url("img/supportIcons.png") no-repeat scroll -63px -1px rgba(0, 0, 0, 0);    margin-top: 2px;}

.page-template-comparison h1.article-title {    margin-bottom: 15px;}
/*********************** comparisons ********************************/

/****6.2.15******/
.main-navigation ul ul a {width: 273px;}
/****6.2.15******/



.sidelist {width: 302px;}
.sidelist.top5{margin-bottom: 30px;}
.sideTblHeader {    background:  url("img/side_table_header.png") no-repeat scroll top left;   color: white;    font-size: 18px;    height: /*61*/44px;    padding-left: 14px;    padding-top: 10px;    text-shadow: 0 -1px 0 #001c2b;    width: 100%;}
.sideTblRow{width:100%; display:block;  border-bottom: 1px solid #cee1c9;    border-left: 1px solid #cee1c9;    border-right: 1px solid #cee1c9;    }
.left{    display: inline-block;    float: left;}
.floatnone{float:none;clear:both;}
.sideRowIcon { border-right: 1px solid #cee1c9; height: 60px;    position: relative;    text-align: center;    width: 49px;}
.sideRowIcon img {    display: block;    margin: 0 auto;}
.sideRowIcon_static img {    margin-top: 28px;}
.sideRowIcon_up img {    margin-top: 24px;}
.sideRowIcon_down img {    margin-top: 24px;}
.sideRowLogo {    border-right: 1px solid #cee1c9;    height: 60px;    position: relative;    text-align: center;    width: 177px;}
.sideRowLogo .tcell {    height: 60px;    width: 177px;}
.sideRowLogo img {    display: block;    margin: 0 auto;    max-height: 60px;    max-width: 140px;}
.sidelist .tcell {    display: table-cell;    vertical-align: middle;}
.sideRowRank.active {  background:url("img/rank-circle.png") no-repeat scroll -53px top rgba(0, 0, 0, 0)}
.sideRowRank {    background: url("img/rank-circle.png") no-repeat scroll -2px top  rgba(0, 0, 0, 0);    font-size: 14px;    font-weight: bold;    height: 46px;    line-height: 46px;    margin-left: 14px;    margin-top: 7px;    position: relative;    text-align: center;    width: 46px;}

.sideTblFooter {  background: url("img/sidetablebottom.png") no-repeat scroll left top rgba(0, 0, 0, 0);    height: 3px;    width: 302px;}
.fix-container{display:none;}



/*********************** HOMEPAGE ********************************/
.page-template-homepage thead th {background: url("img/tbl_head_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);border-left: 1px solid black;border-right: 1px solid #42a529;color: white;    font-size: 18px;font-weight: normal;height: 55px;position: relative;text-shadow: 0 -1px 0 #001c2b;}
.page-template-homepage .column-0 .product_trend.down{background: url("img/ratingupdown.png") no-repeat top right;width:26px; height:18px;margin:0 auto;}

.page-template-homepage .column-0 .product_trend{background: url("img/ratingupdown.png") no-repeat  -31px top;width:25px; height:8px;margin:0 auto;}
.page-template-homepage .column-0 .product_trend.up{background: url("img/ratingupdown.png") no-repeat top left;width:26px; height:18px;margin:0 auto;}

.page-template-homepage .tbl_head_left {background: url("img/tbl_head_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);height: 84px;left: -13px;position: absolute;top: 1px;width: 16px;z-index: 1;}
.page-template-homepage .tbl_head_right {background: url("img/tbl_head_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);height: 84px;position: absolute;right: -13px;top:  1px;width: 16px;z-index: 1;}
.page-template-homepage  .tableContent{position:relative;}
/*.page-template-homepage  .evenline{background:#EEFDFF;}
.page-template-homepage  .oddline{background-color:#F4F4F4;}*/
.page-template-homepage table td {    vertical-align: middle !important;}
.page-template-homepage  .tablepress .even td{background-color: transparent !important;}
.page-template-homepage  .tablepress .odd td, .tablepress .row-hover tr:hover td{background-color: transparent !important;}

.page-template-homepage .tableContent tbody td {    border: 1px solid #cee1c9 !important;      padding-left: 10px;   padding-right: 10px;    display: table-cell;    text-align: center;    vertical-align: middle;}
.page-template-homepage .column-1 {   border: 1px solid #cee1c9 !important;padding: 0 !important;width:200px;}
.page-template-homepage .product_img{max-width: 180px; max-height:90px;}
.page-template-homepage .column-0{    width: 69px;}
.page-template-homepage th{text-align: center;}
.page-template-homepage .column-6 .visitSite{width:136px; height:31px;background: url("img/visitsitebutton.png") no-repeat scroll top left;    color: white;display: inline-block;font-size: 17px;line-height: 31px;position: relative;text-align: center;text-decoration: none;text-shadow: 0 -1px 0 rgba(1, 2, 2, 0.44); }
.page-template-homepage .column-6 .visitSite:hover{background: url("img/visitsitebutton.png") no-repeat scroll bottom left; }
.page-template-homepage .column-6{width:150px;}
.page-template-homepage .column-4{widh:100px;}

.page-template-homepage .ranklink {    color: #1a5574;    font-size: 12px;}
.page-template-homepage .bigtbl_rank.active.first {    background: url("img/ranking_stars.png") no-repeat scroll -53px -1px rgba(0, 0, 0, 0);}
.page-template-homepage .bigtbl_rank {    color: black;    font-size: 18px;}
.page-template-homepage .bigtbl_rank {    background: url("assets/img/layout/sprite.png") no-repeat scroll -116px -140px rgba(0, 0, 0, 0);    display: inline-block;    font-weight: bold;    height: 47px;    line-height: 47px;    margin-top: 5px;    position: relative;    width: 46px;}
.page-template-homepage .bigtbl_rank.active {  background: url("img/ranking_stars.png") no-repeat scroll -2px -1px rgba(0, 0, 0, 0)}
.page-template-homepage .bigtbl_rank {    color: black;    font-size: 18px;}
.page-template-homepage .both {    clear: both;    display: block;    height: 0;    overflow: hidden;    width: 0;}

.page-template-homepage .sup_icons {    display: inline-block;    margin: 0 auto;    position: relative;    width: 60px;}   

.page-template-homepage .sup_msg {    background: url("img/supportIcons.png") no-repeat scroll -3px -18px rgba(0, 0, 0, 0);    height: 16px;    margin-right: 15px;    position: relative;    width: 16px;}
.page-template-homepage .sup_phone {    background: url("img/supportIcons.png") no-repeat scroll -23px -18px rgba(0, 0, 0, 0);    height: 16px;    margin-bottom: 15px;    position: relative;    width: 16px;}      
.page-template-homepage .sup_mail {  background: url("img/supportIcons.png") no-repeat scroll -43px -18px rgba(0, 0, 0, 0);    height: 12px;    margin-right: 12px;    position: relative;    width: 16px;}   
.page-template-homepage .sup_24 {    background: url("img/supportIcons.png") no-repeat scroll -63px -17px rgba(0, 0, 0, 0);    height: 11px;    position: relative;    width: 26px;}   
.page-template-homepage .sup_msg.active {    background: url("img/supportIcons.png") no-repeat scroll -3px -1px rgba(0, 0, 0, 0);}
.page-template-homepage .sup_phone.active {    background: url("img/supportIcons.png") no-repeat scroll -23px -1px rgba(0, 0, 0, 0);}
.page-template-homepage .sup_mail.active {    background: url("img/supportIcons.png") no-repeat scroll -43px -1px rgba(0, 0, 0, 0);}
.page-template-homepage .sup_24.active {    background: url("img/supportIcons.png") no-repeat scroll -63px -1px rgba(0, 0, 0, 0);    margin-top: 2px;}
.page-template-homepage table.tablepress th{border:none !important;}
.page-template-comparison table.tablepress th{border:none !important;}
.page-template-homepage h1.article-title {    margin-bottom: 15px;}

.page-template-homepage thead th{
background: #039c9c;
background: -moz-linear-gradient(top, #039c9c 0%, #224a4d 90%, #224a4d 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #039c9c), color-stop(90%, #224a4d), color-stop(100%, #224a4d));
background: -webkit-linear-gradient(top, #039c9c 0%, #224a4d 90%, #224a4d 100%);
background: -o-linear-gradient(top, #039c9c 0%, #224a4d 90%, #224a4d 100%);
background: -ms-linear-gradient(top, #039c9c 0%, #224a4d 90%, #224a4d 100%);
background: linear-gradient(to bottom, #039c9c 0%, #224a4d 90%, #224a4d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#039c9c', endColorstr='#224a4d', GradientType=0 );
}
.page-template-homepage th.column-0{    border-left: 0 none;border-radius: 13px 0 0;}
.page-template-homepage th.column-6{        border-radius: 0 13px 0 0;    border-right: 0 none;}
.page-template-homepage .tablepress td, .tablepress th {    text-align: center;}
.page-template-homepage tbody td {    border: 1px solid #cee1c9 !important;}

/*********************** comparisons ********************************/

.sideTblHeader{
    background: #039c9c;
background: -moz-linear-gradient(top, #039c9c 0%, #224a4d 90%, #224a4d 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #039c9c), color-stop(90%, #224a4d), color-stop(100%, #224a4d));
background: -webkit-linear-gradient(top, #039c9c 0%, #224a4d 90%, #224a4d 100%);
background: -o-linear-gradient(top, #039c9c 0%, #224a4d 90%, #224a4d 100%);
background: -ms-linear-gradient(top, #039c9c 0%, #224a4d 90%, #224a4d 100%);
background: linear-gradient(to bottom, #039c9c 0%, #224a4d 90%, #224a4d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#039c9c', endColorstr='#224a4d', GradientType=0 );
border-radius: 10px 10px 0 0;
}
#secondary.widget-area {    padding-top: 10px; }
.site-info.wrapper a,.site-info.wrapper a:hover{color:white !important;text-decoration:none !important;}

.sidelist.top5 .product_trend.down{background: url("img/ratingupdown.png") no-repeat top right;width:26px; height:18px;margin:0 auto;}
.sidelist.top5 .product_trend{background: url("img/ratingupdown.png") no-repeat  -31px top;width:25px; height:8px;margin:0 auto;}
.sidelist.top5 .product_trend.up{background: url("img/ratingupdown.png") no-repeat top left;width:26px; height:18px;margin:0 auto;}
.sidelist.top5 .sideRowIcon.sideRowIcon_static{position: relative;   }
.sidelist.top5 .sideRowIcon.sideRowIcon_static .product_trend{   position: absolute;    top: 50%;    left: 50%;    height: 30%;   width: 26px !important;    margin: -15% 0 0 -25%;  }

.sideTblHeader {    margin-top: 60px;}
.sideTblHeader:first-of-type {/*margin-top: 52px;*/ } 
.page-template-product_review .sideTblHeader:first-of-type {margin-top: 24px;} 

.sidebar_articles_container .sidelist.top5 .sideRowIcon.left.sideRowIcon_static{float:none; width:100%;text-align:left; text-indent:20px;height:40px; line-height: 40px;}
.sidebar_articles_container .sidelist.top5 .sideTblHeader
{
background: rgba(212,108,87,1);
background: -moz-linear-gradient(top, rgba(212,108,87,1) 0%, rgba(182,55,29,1) 90%, rgba(182,55,29,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,108,87,1)), color-stop(90%, rgba(182,55,29,1)), color-stop(100%, rgba(182,55,29,1)));
background: -webkit-linear-gradient(top, rgba(212,108,87,1) 0%, rgba(182,55,29,1) 90%, rgba(182,55,29,1) 100%);
background: -o-linear-gradient(top, rgba(212,108,87,1) 0%, rgba(182,55,29,1) 90%, rgba(182,55,29,1) 100%);
background: -ms-linear-gradient(top, rgba(212,108,87,1) 0%, rgba(182,55,29,1) 90%, rgba(182,55,29,1) 100%);
background: linear-gradient(to bottom, rgba(212,108,87,1) 0%, rgba(182,55,29,1) 90%, rgba(182,55,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d46c57', endColorstr='#b6371d', GradientType=0 );
}
.sidebar_articles_container .sidelist.top5 .sideRowIcon_static{color: #17515c !important;}

.coupon_sidbar_container{    border: 12px solid #069293; background-color:#C0E5E5;    border-radius: 12px;    color: #17515c;    font-size: 21px;    font-weight: bold;    margin-bottom: 30px;    text-align: center;    width: 300px;}

.social_follow_btn_container{margin-bottom:30px;text-align: center; border: 12px solid #069293;width:300px;}
.social_follow_btn_container .text{font-size: 30px;}
.social_follow_btn_container .fb_btn{background: url("img/social_follow_buttons.png") no-repeat -88px -5px ;width:59px; height:57px;margin:0 auto;display:inline-block;}
.social_follow_btn_container .g_plus_btn{background: url("img/social_follow_buttons.png") no-repeat -160px -5px ;width:59px; height:57px;margin:0 auto;display:inline-block;}


@media (min-width: 728px) and (max-width: 799px) {
.circle_container { margin-left: 0% !important;}
.sidelist {margin: 0 auto 0 4%;}
.sidelist.top5{display: none !important;}
.sidbarblog a{text-align: center;display: block;}
.social_follow_btn_container{display: none;}
}


.sidenav{width:300px;    background:#f4f4f4; border: 1px solid #e5e5e5;padding:10px; margin-bottom: 30px;}
.reviewSidenav.sideTblHeader{width:300px;   background: linear-gradient(to bottom, rgba(212, 108, 87, 1) 0%, rgba(182, 55, 29, 1) 90%, rgba(182, 55, 29, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);}
.sidenav ol{margin:0;margin-left:35px;}
.sidenav ol li{color:#e8684f;}
.sidenav ol li a{}


/*blog and father template design*/
.page-template-blog_homepage_template-php .entry-content,
.page-template-father_template-php .entry-content{margin-top:15px;}
.page-template-blog_homepage_template-php .child-thumb,
.page-template-father_template-php .child-thumb {
    background-color: #f4f4f4; 
    color: #006b6d !important;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right:10px;
    padding-left:23px;
}

.page-template-blog_homepage_template-php .child-thumb a,
.page-template-father_template-php .child-thumb a {color: #006b6d;}

.page-template-blog_homepage_template-php .child-thumb.hover a,
.page-template-father_template-php .child-thumb.hover a{color:#ffffff !important;text-decoration:none !important;}

.page-template-blog_homepage_template-php .child-thumb.hover,
.page-template-father_template-php .child-thumb.hover{background-color:#12aaad !important;text-decoration:none !important;}



/*****5.7.15 fix*****/
.preview_text_container h3 {
    font-size: 1.4em !important;
    line-height: 1.1 !important;
    margin-bottom: 15px !important;
     font-weight: 500 !important;
}
.preview_text_container h2 {
    font-size: 1.7em !important;
    line-height: 1.2em !important;
    margin-bottom: 5px;
    margin-top: 30px;
     font-weight: 500 !important;
}
.preview_text_container {
    margin-top: 30px;
}
/*update 20.7.15 table fix*/
@media (min-width: 100px) and (max-width: 500px) {
.tablepress .column-0{display:none !important;}
.tablepress .column-2{display:none !important;}
.tablepress .column-5{display:none !important;}

.tablepress .column-3{width:85px !important;}
.tablepress .column-1{width:145px !important;}
.tablepress .column-6{width:75px !important;}
.page-template-comparison .product_img {max-width: 127px !important;}
.page-template-comparison .tableContent {min-width: 400px !important;}
.sidelist.top5{display: none !important;}
.sidbarblog a{text-align: center;display: block;}
.social_follow_btn_container{display: none;}
}

@media (min-width: 100px) and (max-width: 350px) {
.tablepress .column-3{display:none !important;}

.tablepress .column-1{width:145px !important;}
.tablepress .column-6{width:75px !important;}
.page-template-comparison .product_img {max-width: 100px !important;}
.page-template-comparison .tableContent {min-width: 285px !important;}
h1.article-title {font-size: 2.5em !important;}
.page_main_content_container h2{font-size: 1.7em !important;}
.preview_text_container h3 {font-size: 1.4em !important;}
.sidelist.top5{display: none !important;}
.sidbarblog a{text-align: center;display: block;}
.social_follow_btn_container{display: none;}
}
/*****/

/********product list template**********/
.page-template-products_list.page-template-products_list-php .page_main_content_container .oneProduct{border:2px solid #e1e1e1; box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);margin:25px 0; padding:10px 20px 36px 18px;}
.page-template-products_list.page-template-products_list-php .page_main_content_container .oneProduct img{margin-top:24px; margin-right: 16px;margin-bottom:8px; display:inline-block;}
.page-template-products_list.page-template-products_list-php .page_main_content_container h3{display:inline-block;}

/**red remark link fix**/
.page_main_content_container .redremark a{color:#186567 !important;}
.page_main_content_container .redremark a:hover{text-decoration: underline !important;}

/**related links**/
.relatedlinks{margin-top:40px;}
.relatedlinks table{width:100%;border-collapse:collapse; text-indent: 10px;}
.relatedlinks table td{width:50%;border: 1px solid #039c9c;}

.top-menu {margin-bottom: 0px;}

/********one product review template**********/
.page-template-one_product_review-php-php .page_main_content_container .oneProduct{border:2px solid #e1e1e1; box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);margin:11px 0; padding:10px 20px 36px 18px;}
.page-template-one_product_review-php-php .page_main_content_container .oneProduct img{margin-top:24px; margin-right: 16px;margin-bottom:8px; display:inline-block;}
.page-template-one_product_review-php-php .page_main_content_container h3{display:inline-block;}
.page-template-one_product_review-php-php .page_main_content_container .oneProduct p .button{
    background: -moz-linear-gradient(center top , #02314a 90%, #285c79 100%) repeat scroll 0 0 #024365;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#02314a), color-stop(100%,#285c79));
background: -webkit-linear-gradient(top, #02314a 76%,#285c79 100%);
background: -o-linear-gradient(top, #02314a 76%,#285c79 100%);
background: -ms-linear-gradient(top, #02314a 76%,#285c79 100%);
background: linear-gradient(to bottom, #02314a 76%,#285c79 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02314a', endColorstr='#285c79',GradientType=0 );
    border: 1px solid #20465a;
    border-radius: 18px;
    box-shadow: 0 33px 0 1px #235f7f inset;
    color: #ffffff !important;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    padding: 17px 35px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #333333;
}
.page-template-one_product_review-php-php .page_main_content_container h2 {  font-size: 1.7em !important;}
.page-template-one_product_review-php-php h1.article-title {  font-size: 2.5em !important;}
.page-template-one_product_review-php-php .page-content, .entry-content, .entry-summary {margin: 0 0 0;}

.page-template-one_product_review-php-php .prosAndCons2 {    display: block;    padding-bottom: 24px;    padding-left: 17px;    padding-right: 17px;    position: relative;    }
.page-template-one_product_review-php-php .prosAndCons2 .prosTitle,
.page-template-one_product_review-php-php .prosAndCons2 .consTitle{    color: #17515c !important;    font-size: 20px !important;}
.page-template-one_product_review-php-php .prosAndCons2 ul {   margin-top: 0;    padding-left: 0;margin-left:0;}
.page-template-one_product_review-php-php .prosAndCons2 .itemPros ul li {    background: url("img/prosandconsv.png") no-repeat scroll  0 8px rgba(0, 0, 0, 0);    color: #434343;    font-size: 14px;    height: auto;    list-style-type: none !important;    padding-left: 20px;    padding-top: 5px;}
.page-template-one_product_review-php-php .prosAndCons2 .itemCons ul li {    background: url("img/prosandconsx.png") no-repeat scroll  0 9px rgba(0, 0, 0, 0);    color: #434343;    font-size: 14px;    height: auto;    list-style-type: none !important;    padding-left: 20px;    padding-top: 5px;}
.page-template-one_product_review-php-php .hItemLinks {    margin-right: 17px;    margin-top: 0;}
.page-template-one_product_review-php-php .hItemVisitLink a {    background: url("img/visitsitebutton.png") no-repeat scroll left top rgba(0, 0, 0, 0);    color: white !important;    display: inline-block;    font-size: 17px;    height: 31px;    line-height: 31px;    position: relative;    text-align: center;    text-decoration: none !important;    text-shadow: 0 -1px 0 rgba(1, 2, 2, 0.44);    width: 136px;}
.page-template-one_product_review-php-php .prosAndCons2 .both {    clear: both;}
.page-template-one_product_review-php-php .itemPros {    margin-right: 5%;    padding-left: 0;    position: relative;    width: 50%;}
.page-template-one_product_review-php-php .itemCons {    padding-left: 0;    position: relative;    width: 45%;}


/*table bg color fix 30.6.17*/
.page-template-comparison .oddline,
.page-template-comparison .evenline {background:white !important;}
.page-template-one_product_review-php-php .page_main_content_container .imagecenter {text-align: center;display: block;}
.page-template-one_product_review-php-php .page_main_content_container #content ul li {    margin-left: 29px;}


/***ad fix**/
#top_ad{text-align: center;}

/***title fix**/
.page-template-review_clean h1.article-title{margin-bottom: 19px;}

@media (min-width: 500px) and (max-width: 750px) {

.sidelist.top5{display: none !important;}
.sidbarblog a{text-align: center;display: block;}
.social_follow_btn_container{display: none;}
}

/*responsive-menu fix*/
button#responsive-menu-button.responsive-menu-button.responsive-menu-boring{box-shadow:none !important;}

/************search box design****/
#searchbtn {
  font-size: 16px;
height: 45px;
line-height: 16px;
width: 293px;
border: #48474a;
border-radius: 4px;
border: 2px solid #cacaca;
text-indent: 11px;
background-color:  #ffffff;
font-weight: bold;
    margin-bottom: 15px;
}
#searchbtn::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #006b6d;
}
#searchbtn::-moz-placeholder { /* Firefox 19+ */
  color: #006b6d;
}
#searchbtn:-ms-input-placeholder { /* IE 10+ */
  color: #006b6d;
}
#searchbtn:-moz-placeholder { /* Firefox 18- */
  color: #006b6d;
}


.screen-reader-text {
font-size: 16px !important;
height: 45px !important;
line-height: 16px !important;
padding: 14.5px 17px !important;

}

/**search results page design*/
#searchresultspage h1.article-title{font-size:2em !important;     margin-bottom: 15px;}
#searchresultspage .pagination {text-align:center; direction: ltr;}
#searchresultspage h1.entry-title a{ font-size:1.5em;}
#searchresultspage .entry-summary{margin-top:7px;}


/****image centering fix***/
.page_main_content_container figure{text-align: center;display: block;}




#cn-accept-cookie.approvingbtn,
#cn-more-info.approvingbtn{
border-color: #999;
color: #222;
background: linear-gradient(to bottom,#fefefe,#f4f4f4) repeat scroll 0 0 #f3f3f3;
}


/**footer disclaimer**/
.site-info .vapingdisclaimer{margin-top:10px; color:#fcc;}