/*
blue    #587498
green   #587057
orange  #E8684F
yellow  #FFD800
*/

.site-header {
    background: #FFF none repeat scroll 0 0;
}

a {
    color: #E8684F;
}
a:hover
{
    color:#e44424;
    text-decoration:underline;
}

h1,h2,h3,h4,h5,h6
{
       color: /*#17515C*/#006c6c !important;
}



.dataTables_wrapper .sorting:hover, 
.dataTables_wrapper .sorting_asc, 
.dataTables_wrapper .sorting_desc 
{
    background-color: #587498;
}

.top_review_info{color:#17515C;}





.main-navigation li a { border-right: 1px solid #b6361d;}

.page-template-homepage .column-6 .visitSite,
.page-template-comparison .column-6 .visitSite{background: rgba(0, 0, 0, 0) url("../img/visitsitebutton.png") no-repeat scroll left bottom !important;}
.page-template-homepage .column-6 .visitSite:hover,
.page-template-comparison .column-6 .visitSite:hover{background: rgba(0, 0, 0, 0) url("../img/visitsitebutton.png") no-repeat scroll left top !important;}






.page-template-homepage thead th,
.page-template-comparison thead th
{background: #006c6c !important;border-radius:0 !important; }

.page-template-comparison .tbl_head_left,
.page-template-comparison .tbl_head_right
{background: none !important;}


.top-menu {margin-bottom: 0px;}
#secondary .sidelist.top5 .sideTblHeader,
.reviewSidenav.sideTblHeader{background: #006c6c !important;border-radius:0 !important;; text-shadow:none !important;}


.sideTblFooter {
  background: #006c6c/*#2a5976*/ !important;
  height: 1px !important;
}

.page-template-comparison .oddline,
.page-template-comparison .evenline 
{background-color: white !important;}


.social_follow_btn_container{border: 12px solid #006c6c !important;}


/***menu fix***/
.main-navigation li a {padding: 11px 20px;}


.main-navigation {  background: none repeat scroll 0 0 #006b6d ;}  /*menu color*/
.main-navigation ul ul{ background: none repeat scroll 0 0 #008082;}  /* the inner part when you stand up on an item*/
.main-navigation ul ul li a{border-bottom:1px solid #107e80 !important;}
.main-navigation ul ul{border-top:1px solid #107e80 !important;}
.main-navigation li a { border-right: 1px solid #127c75 !important;}


.main-navigation li a:hover   
{
    background: none repeat scroll 0 0 #009496 ;
    box-shadow:none;
}
.main-navigation li:hover {
    background: none repeat scroll 0 0 #008082 ;
    box-shadow:none;
}


/**end menu fix**/
.social_follow_btn_container{border: 3px solid #009496 !important;}
#secondary .sidelist.top5 .sideTblHeader, .reviewSidenav.sideTblHeader{text-align: center;}
.social_follow_btn_container .text{font-size: 26px;font-weight: bold; color:#006b6d ;}



/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    z-index:170;
    position:fixed;
    top:0px;
    left:0;
    right:0;
}
.main-navigation .sticky ul li{background: none repeat scroll 0 0 #006b6d ;}




/***** buttons colors fix******/
.page-template-products_list.page-template-products_list-php .page_main_content_container .oneProduct p .button,
.page-template-one_product_review-php-php .page_main_content_container .oneProduct p .button,
.page-template-comparison .page_main_content_container p .button,
.page-template-one_product_review-php .page_main_content_container p .button,
.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{
		height:auto;
	border-radius:5px !important;
	color:#fff  !important;
	background:#f42d34  !important;
		text-shadow:none  !important;
	font-weight: bold  !important;
	border:none !important;
	box-shadow:none !important;
	line-height:1.4;
	min-height:60px !important;
}
.page-template-comparison .column-6 .visitSite,
.page-template-homepage .column-6 .visitSite
{
	height:35px;
	border-radius:5px !important;
	color:#fff  !important;
	background:#f42d34  !important;
		text-shadow:none  !important;
	font-weight: bold  !important;
	border:none !important;
	box-shadow:none !important;
		line-height:2.2;
}

.page-template-homepage .column-6 .visitSite:hover,
.page-template-comparison .column-6 .visitSite:hover
{
background:#d9080f!important;
}

.page-template-products_list.page-template-products_list-php .page_main_content_container .oneProduct p .button:hover,
.page-template-one_product_review-php-php .page_main_content_container .oneProduct p .button:hover,
.page-template-comparison .page_main_content_container p .button:hover,
.page-template-one_product_review-php .page_main_content_container p .button:hover,
.page-template-review_clean .button:hover,
.product_review .button:hover,
.page-template-homepage-php .page_main_content_container p .button:hover,
.page-template-comparison-php .page_main_content_container p .button:hover,
.page-template-one_product_review-php .page_main_content_container p .button:hover
{color:white !important; background:#d9080f !important;}