@charset "utf-8";
/* CSS Document */
body {
	background: #e8eff5;
	font-family: "RalewayRegular", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 1.7;
}
a {
	text-decoration: none;
	color: #0076ee;
}
a:hover {
	text-decoration: underline;
}
* {
	padding: 0px;
	margin: 0px;
}
ul {
	list-style: none;
}
img {
	border: 0px;
}
.a_header_container {
	width: 100%;
	background: #fff;
	float: left;
}
.a_pagewidth {
	width: 100%;
	max-width: 1110px;
	box-sizing: border-box;
	padding: 0 30px;
	margin: 0px auto;
}
.a_pagewidthfoot {
	width: 100%;
	max-width: 1110px;
	box-sizing: border-box;
	padding: 30px 30px;
	margin: 0px auto;
}
.a_header_container .a_logo a {
	text-decoration: none;
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;
	color: #00608d;
	float: left;
	margin: 5px 0 0 0;
	font-weight: bold;
}
.a_header_container .a_socials {
	float: right;
	padding: 1px 0 0 0;
}
.a_header_container .a_socials a {
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background: #ccc;
	text-indent: -99999px;
	overflow: hidden;
	margin: 0 2px;
}
.a_header_container .a_socials a:hover {
	background-color: #666;
}
.a_header_container .a_socials a i {
	background: url(icon_blog_socials.png) no-repeat left top;
	width: 10px;
	height: 21px;
	display: block;
	margin: 3px 0 0 7px;
}
.a_header_container .a_socials a.a_twitter i {
	width: 18px;
	height: 15px;
	background-position: left -30px;
	margin: 5px 0 0 4px;
}
.a_header_container .a_socials a.a_pinterest i {
	width: 16px;
	height: 20px;
	background-position: left -57px;
	margin: 3px 0 0 4px;
}
.a_header_container .a_socials a.a_google i {
	width: 18px;
	height: 16px;
	background-position: left -90px;
	margin: 5px 0 0 4px;
}
.a_mainnav_container {
	width: 100%;
	float: left;
	background: #2a343e;
}
.a_mainnav_container a {
	padding: 10px 35px;
	margin: 0 1px;
	color: #fff;
	float: left;
	text-transform: uppercase;
}
.a_mainnav_container a:hover, .a_mainnav_container a.current {
	background: #00608d;
}
.a_page_container .a_pagewidth {
	background: #fff;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 25px;
}
.a_page_container .a_page_left {
	float: left;
	width: 780px;
	border-right: 1px solid #ccc;
}
.a_page_container .a_sidebar {
	float: right;
	width: 235px;
}
.a_page_container .a_sidebar .a_sidebox {
	width: 100%;
	float: left;
	margin-bottom: 35px;
}
.a_page_container .a_sidebar .a_sidebox h2 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 20px;
	width: 100%;
	float: left;
}
.a_page_container .a_sidebar .a_sidebox h2 span {
	float: left;
	width: 100%;
}
.a_page_container .a_sidebar .a_sidebox h2 i {
	width: 72px;
	height: 5px;
	float: left;
	background: #d7d7d7;
	margin-top: 5px;
}
.a_page_container .a_sidebar .a_sidebox > div {
	width: 100%;
	float: left;
}
.a_page_container .a_sidebar .a_sidebox > div.a_sidelist01 {
	margin-top: -10px;
}
.a_page_container .a_sidebar .a_sidebox > div.a_sidelist01 ul li {
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.a_page_container .a_sidebar .a_sidebox > div.a_sidelist01 ul li a {
	float: left;
	width: 170px;
}
.a_page_container .a_sidebar .a_sidebox > div.a_sidelist01 ul li span {
	float: right;
}
.a_page_container .a_sidebar .a_sidebox > div.a_sidelist02 {
	margin-top: -10px;
}
.a_page_container .a_sidebar .a_sidebox > div.a_sidelist02 ul li {
	padding: 10px 0;
	width: 100%;
	float: left;
	font-weight: bold;
}
.a_page_container .a_sidebar .a_sidebox > div.a_sidelist02 ul li a {
	float: left;
	width: 100%;
}
.a_page_container .a_sidebar .a_sidebox > div.a_sidelist02 ul li span {
	float: left;
	padding: 2px 0 0 0;
	color: #666;
}
.a_footer_container {
	width: 100%;
	border-top: 1px solid #ccc;
	float: left;
	background: #fff;
	text-align: center;
}
.a_page_left h1 {
	font-size: 28px;
	width: 100%;
	float: left;
	padding: 7px 0 7px 0;
	line-height: 35px;
}
.a_page_left .a_features {
	width: 100%;
	overflow: hidden;
}
.a_page_left .a_features h2 {
	font-size: 14px;
	width: 100%;
	float: left;
	font-weight: normal;
}
.a_page_left .a_features ul {
	width: 100%;
	float: left;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.a_page_left .a_features ul li {
	width: 33%;
	box-sizing: border-box;
	padding: 10px 25px;
	float: left;
	border-right: 1px solid #ccc;
}
.a_page_left .a_features ul li h3 {
	font-weight: normal;
	font-size: 25px;
	padding: 0 0 15px 0;
}
.a_page_left .a_features ul li h3 i {
	width: 22px;
	height: 18px;
	float: left;
	margin: 0 5px 0 0;
	background: url(datingnew-sp.png) no-repeat left -133px;
}
.a_page_left .a_features ul li h3.a_browse i {
	background-position: -30px -134px;
}
.a_page_left .a_features ul li h3.a_date i {
	background-position: -58px -133px;
}
.a_page_left .a_features ul li:last-child {
	border: 0px;
}
.a_page_left .a_latestblog {
	width: 96%;
	float: left;
	padding: 25px 0;
	margin: 25px 0 0 0;
	border-top: 1px solid #eee;
	box-sizing: border-box;
}
.a_page_left .a_maintext {
	width: 96%;
	float: left;
}
.a_page_left .a_latestblog h2, .a_page_left .a_maintext h2 {
	width: 100%;
	overflow: hidden;
}
.a_page_left .a_maintext p {
	padding: 6px 0;
}
.a_page_left .a_latestblog h2 span, .a_page_left .a_maintext h2 span {
	width: 100%;
	float: left;
}
.a_page_left .a_latestblog h2 i, .a_page_left .a_maintext h2 i {
	background: #d7d7d7 none repeat scroll 0 0;
	float: left;
	height: 5px;
	margin-top: 5px;
	width: 132px;
}
.a_page_left .a_latestblog ul li {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #efefef;
}
.a_page_left .a_latestblog ul li h3 {
	font-size: 22px;
	font-weight: normal;
	padding: 3px 0;
	line-height: 25px;
}
.a_page_left .a_latestblog ul li p {
	padding: 3px 0;
}
.a_color_red {
	color: red;
}
.a_reviewlist {
	width: 96%;
	margin: 20px 0 0 0;
	float: left;
	list-style: none;
}
.a_reviewlist li {
	width: 100%;
	margin: 12px 0;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #666;
	border-top: 6px solid #000;
	border-bottom: 6px solid #c2c2c2;
	float: left;
	position: relative;
}
.a_reviewlist li:hover {
	border-top: 6px solid #2c8ef2;
	border-bottom: 6px solid #000;
}
.a_reviewlist li.a_top {
	margin-top: 25px;
}
.a_reviewlist li.a_top:hover {
	border-top: 6px solid #e74c3c;
}
.a_reviewlist li i.a_mostpopular {
	position: absolute;
	left: 36px;
	top: -36px;
	background: url(datingnew-sp.png) no-repeat -138px -188px;
	display: block;
	width: 174px;
	height: 30px;
}
.a_reviewlist li.a_top i.a_sitenum {
	background-position: -6px -42px;
	width: 68px;
	height: 89px;
	left: -32px;
	top: -33px;
	background-color: #fff;
	line-height: 67px;
}
.a_reviewlist li i.a_sitenum {
	width: 57px;
	height: 43px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: -18px;
	top: 5px;
	line-height: 48px;
	background: url(datingnew-sp.png) no-repeat -79px -43px;
}
.a_reviewlist li .a_reviewfooter {
	border-top: 1px solid #ccc;
	padding: 20px 0 0 0;
	margin: 6px 0 0 0;
}
.a_reviewlist li .a_reviewfooter .a_left {
	float: left;
	color: #666;
	padding-left: 20px;
}
.a_reviewlist li .a_reviewfooter .a_left span {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0 0 0;
	color: #000;
}
.a_reviewlist li .a_reviewfooter .a_right {
	float: right;
}
.a_reviewlist li i.a_sitenum b {
	font-size: 36px;
}
.a_reviewlist h2 a {
	width: 100%;
	float: left;
	font-size: 26px;
	padding: 0px 0 20px 31px;
	box-sizing: border-box;
}
.a_reviewlist li .a_rating {
	float: right;
	margin: -46px 0 0 0;
	text-align: center;
	width: 200px;
}
.a_reviewlist li .a_rating .a_sitescreen {
	height: 150px;
	overflow: hidden;
	width: 100%;
	float: left;
}
.a_reviewlist li .a_rating .a_sitescreen img {
	border-radius: 5px;
	border: 8px solid #efefef;
	box-sizing: border-box;
}
.a_reviewlist li .a_rating .a_our, .a_review_top .a_rating .a_our {
	float: left;
	padding: 0 20px 0 0;
}
.a_reviewlist li .a_rating .a_our p b, .a_review_top .a_rating .a_our p b {
	font-size: 26px;
}
.a_reviewlist li .a_rating .a_our p, .a_review_top .a_rating .a_our p {
	padding-bottom: 2px;
}
.a_reviewlist li .a_rating .a_user, .a_review_top .a_rating .a_user {
	float: right;
	margin: -5px 0 0 0;
}
.a_reviewlist li .a_rating .a_user p, .a_review_top .a_rating .a_user p {
	padding-bottom: 7px;
}
.a_reviewlist li h3 {
	font-size: 20px;
	width: 100%;
	overflow: hidden;
	line-height: 28px;
	padding: 5px 0;
}
.a_reviewlist li.a_top h3, .a_reviewlist li.a_top p.a_topdes {
	width: 100%;
}
.a_reviewlist li.a_top .a_reviewfooter {
	width: 100%;
	text-align:center 
}
.a_reviewlist li h3 i {
	width: 24px;
	height: 24px;
	background: url(datingnew-sp.png) no-repeat -90px -129px;
	float: left;
	margin: 0 5px 0 0;
}
.a_reviewlist li p {
	padding-top: 6px;
}
.a_star {
	width: 108px;
	height: 19px;
	display: block;
	background: url(stars.png) repeat-x left top;
	position: relative;
}
.a_star i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 108px;
	height: 19px;
	display: block;
	background: url(stars.png) repeat-x left -20px;
}
.a_star_5 i {
	width: 108px;
}
.a_star_4half i {
	width: 99px;
}
.a_star_4 i {
	width: 88px;
}
.a_star_3half i {
	width: 77px;
}
.a_star_3 i {
	width: 66px;
}
.a_star_2half i {
	width: 55px;
}
.a_star_2 i {
	width: 44px;
}
.a_star_1half i {
	width: 33px;
}
.a_star_1 i {
	width: 22px;
}
.a_star_half i {
	width: 11px;
}
.a_star_0 i {
	width: 0px;
}
a.a_btn {
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	background-color: #fcd203;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffed53), color-stop(100%, #fcd203));
	background: -webkit-linear-gradient(top, #ffed53, #fcd203);
	background: -moz-linear-gradient(top, #ffed53, #fcd203);
	background: -o-linear-gradient(top, #ffed53, #fcd203);
	background: linear-gradient(top, #ffed53, #fcd203);
	border: 1px solid #d3aa1d;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	padding: 4px 20px;
	border-radius: 5px;
	display: block;
	text-decoration: none;
}
a.a_btn:hover {
	background-color: #fcd203;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcd203), color-stop(100%, #ffed53));
	background: -webkit-linear-gradient(top, #fcd203, #ffed53);
	background: -moz-linear-gradient(top, #fcd203, #ffed53);
	background: -o-linear-gradient(top, #fcd203, #ffed53);
	background: linear-gradient(top, #fcd203, #ffed53);
}
.a_review_top {
	width: 96%;
	float: left;
	border-bottom: 1px solid #ccc;
}
.a_review_top .a_rating {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.a_review_top .a_rating .a_user {
	float: left;
}
.a_review_top p label {
	float: right;
	margin: -48px 0 0 30px;
	border-radius: 5px;
	border: 1px solid #efefef;
	box-sizing: border-box;
	overflow: hidden;
	padding: 5px;
}
.a_review_top p label img {
	float: left;
}
.a_review_top .a_btnbox {
	margin: 20px auto;
	width: 351px;
}
.a_review_main {
	width: 96%;
	float: left;
	padding: 20px 0;
}
.a_review_main p {
	padding: 7px 0;
}
.a_review_main p strong {
	font-size: 14px;
}
.a_review_main ul {
	list-style: outside;
	padding: 0 0 0 20px;
}
.a_review_main ul li {
	padding: 5px 0;
}
.a_menu_dropdown {
	display: none;
	margin: 5px 0;
}
.a_menu_dropdown select {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	box-sizing: border-box;
	padding: 2px;
}
.a_aboutus,
.a_bloglist{
	width:96%;
	float:left;
}
.a_aboutus p{
	padding:7px 0;
}
.a_aboutus p strong{
	font-size:14px;
}
.a_bloglist ul li{
	width:100%;
	padding:20px 0;
	float:left;
	border-bottom:1px dashed #ccc;
}
.a_bloglist ul li label{
	float:left;
	width:150px;
	height:100px;
	overflow:hidden;
	border-radius:5px;
}
.a_bloglist ul li label img{
	width:100%;
	height:100%;
}
.a_bloglist ul li > div{
	margin:0 0 0 170px;
}
.a_bloglist ul li > div h2{
	font-size:20px;
	width:100%;
	padding:0 0 10px 0;
}
.a_bloglist ul li > div p{
}
/*-----the following styles for mobiles----*/
@media screen and (max-width:1024px) {
.a_mainnav_container a {
	padding-left: 29px;
	padding-right: 29px;
}
.a_page_container .a_page_left {
	width: 695px;
}
}
@media screen and (max-width:768px) {
.a_mainnav_container a {
	padding-left: 8px;
	padding-right: 8px;
}
.a_page_container .a_page_left {
	width: 100%;
	border: 0px;
}
.a_reviewlist, .a_page_left .a_latestblog, .a_page_container .a_sidebar,
.a_aboutus, .a_bloglist{
	width: 100%;
	float: left;
}
}
@media screen and (max-width:667px) {
.a_menu_dropdown {
	display: block;
}
.a_mainnav_container ul {

}
}
@media screen and (max-width:568px) {
.a_page_left .a_features ul li h3 i {
	float: none;
	margin: 0 auto 10px auto;
	display: block;
}
.a_reviewlist h2 a {
	width: 100%;
	text-align: center;
	padding-left: 0px;
}
.a_reviewlist li .a_rating {
	float: none;
	margin: 0px auto;
	padding: 10px 0;
	overflow: hidden;
}
.a_reviewlist li.a_top h3, .a_reviewlist li.a_top p.a_topdes {
	width: 100%;
}
a.a_btn {
	padding-left: 15px;
	padding-right: 15px;
}
.a_review_top p label {
	float: left;
	margin: 0 20px 0 0;
}
.a_review_top .a_btnbox {
	width: 100%;
}
a.a_btn {
	font-size: 16px;
	text-align: center;
}
}
@media screen and (max-width:320px) {
.a_aboutus p img{
	width:100%;
	height:auto;
	margin-right:0px;
}
.a_pagewidth {
	padding-left: 20px;
	padding-right: 20px;
}
.a_reviewlist li .a_reviewfooter .a_right {
	float: left;
	margin: 20px 0 0 0;
}
.a_reviewlist h2 a {
	padding-left: 22px;
}
.a_reviewlist li {
	padding: 20px 15px;
}
.a_reviewlist h2 a {
	font-size: 28px;
	word-break: break-all;
}
.a_logo {
	width: 100%;
	float: left;
	text-align: center;
}
.a_header_container .a_logo a {
	float: none;
	margin: 0 auto;
}
.a_header_container .a_socials {
	width: 116px;
	float: none;
	margin: 0 auto;
	padding: 10px 0 0 0;
	overflow: hidden;
}
.a_bloglist ul li label{
	width:100%;
	margin:0 0 15px 0;
}
.a_bloglist ul li > div{
	margin:0;
	width:100%;
	float:left;
}
}





/*NEW RATING SIDEBAR*/
.new-rating-bar {
	border-radius: 5px;
	padding-top:10px;
	padding-bottom:10px
}
.new-rating-bar .section-1 {
	border-right: 1px solid #e74c3c;
	width: 44px;
}
.new-rating-bar .section-2 {
	border-right: 1px solid #e74c3c;
}
.new-rating-bar .section-3 {
	border-right: 1px solid #e74c3c;
	width: 75px;
}
.new-rating-bar table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.new-rating-bar td {
	text-align: center;
	height: 60px;
}
.new-rating-bar thead td {
	background: #a4c22c url(thead-bg-1.jpg) repeat-x;
	color: #fff;
	height: 41px;
	border-bottom: none !important;
}
.new-rating-bar tr td {
	background-color: #eee;
	border-bottom: 1px dotted #fff;
}
.new-rating-bar tr.first td {
	background-color: #e1e1e1;
}
.new-rating-bar .rank {
	width: 25px;
	height: 25px;
	padding: 1px 4px 18px 4px;
	background: url(count-bg-1.png) no-repeat;
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 43px;
	margin: 0 0 0 5px;
	position: relative;
}
.new-rating-bar .first .rank {
	background: url(ribbon-small.png) no-repeat;
}
.new-rating-bar .product-name { 
	text-align:left; 
	text-overflow:ellipsis; 
	white-space:pre-wrap; 
	max-width:89px; 
}
.new-rating-bar a.review {
	widows: 60px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	background: #7a9f1e;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 5px;
	text-decoration: none;
	margin: 0 5px 0 0;
}
.new-rating-bar a.review:hover {
	background: #a4c22c;
}
.no1-rating {
	color: #ab3138 !important;
}
/* Star Ratings */
.star-ratings { 
	display:inline-block;
}
.rating-score {
	font-weight: bold;
	font-size: 10pt;
}
/* REVIEW BOX */
#proReview {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
#proReview footer {
	border-top: 1px solid #eee;
	height: 45px;
	margin-top: 10px;
}
#proReview header {
	border-bottom: 1px solid #eee;
	height: 85px;
	margin-bottom: 10px;
}
.profeatureBox {
	background: #f1f1f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #525252;
	-moz-box-shadow: 0px 1px 0px 0px #fff;
	-webkit-box-shadow: 0px 1px 0px 0px #fff;
	box-shadow: 0px 1px 0px 0px #fff;
	position: relative;
}
table.revRat {
	margin: 10px 0 10px;
	padding: 0px;
	color: #444;
	width: 100%;
}
table.revRat tr {
	border-bottom: 1px dotted #444;
}
table.revRat td {
	padding: 5px;
}
table.revRat .rating {
	margin: 0;
	padding: 0;
}
.reviewInfo span.price {
	font-size: 20px;
	font-weight: bold;
	font-family: 'PTSansRegular';
	color: #ccc;
	padding: 0px 5px;
	display: inline-block;
	text-shadow: 0px -1px #000;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #555555; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.entry-byline * {line-height: 20px;}
.entry-author,
.entry-date,
.entry-categories,
.entry-comment-info {
	float: left;
	margin-right: 10px;
}