/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

body {
	background: #fff;
	/*font: 16px roboto, helvetica neue, Helvetica, Arial, sans-serif;*/
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #000
}

/* body.home{
	background: url(../images/tiles-bg.jpg) no-repeat;
	background-size: 100%;
} */

body.home .content{
	background: none;
}

a,
a:focus {
	color: #000;
	text-decoration: none;
	background: 0 0
}

a:hover {
	color: red;
	text-decoration: none
}

img {
	width: auto;
	height: auto;
	max-width:100%;
}

p {
	margin-bottom: 24px;
	line-height: 24px
}

h2 {
	font: 36px/30px 'Poppins', sans-serif;
	color: #000;
	margin: 0 0 26px
}

h3 {
	font: 150%/150% 'Poppins', sans-serif;
	color: #000;
	margin: 10px 0 7px;
	/*border-bottom: 2px solid #aaa;*/
	clear: both
}

h4 {
	font: 100%/120% 'Poppins', sans-serif;
	color: #000;
	margin: 0 0 19px
}

small {
	font-size: 80%
}

.container {}

.center {
	text-align: center
}

.alignright {
	float: right;
	margin-left: 10px;
	max-width: 100%;
	padding: 6px 6px 10px 10px
}

.alignleft {
	float: left;
	margin-right: 10px;
	max-width: 100%;
	padding: 6px 10px 10px 6px
}

.noPadding {
	padding: 0!important
}

.noMargin {
	margin: 0!important
}

.content {
	padding: 20px 0 0;
	background: #fff
}

.floatRightDt {
	float: right
}

.clearBoth {
	clear: both
}

.clear15 {
	clear: both;
	height: 15px
}

.clear50 {
	clear: both;
	height: 50px
}

.block100 {
	display: inline-block;
	width: 100%
}

.noDisplay {
	display: none
}

/* .article-cont .thumbnail{
	border-top: 1px solid #e8e8e8 !important;
	padding-top: 10px;
} */

.thumbnail {
	padding: 0;
	border-radius: 0
}

.postContent h3 {
	border-bottom: none
}

.postContent ul li>ul {
	list-style-type: none;
	position: relative
}

.postContent ul li>ul li::before {
	content: '-';
	position: absolute;
	margin-left: -15px
}

.postContent a {
	color: #bf1d2d
}

.postContent a:hover {
	color: red
}

.review_01{
	margin-bottom: 25px;
	padding: 26px 0 0 0;
}

.col-sm-12 br{
	display: none;
}

@media only screen and (max-width:600px) and (min-width:0px) {
	.postContent p img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding: 6px 0 10px;
		float: none
	}
}

@media only screen and (max-width:500px) and (min-width:0px) {
	.postContent ul li img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding: 6px 0 10px;
		float: none
	}
}

.excerptShort {
	display: none
}

.excerptLong {
	display: block
}

.redLink {
	color: red
}

.borderNoBottom {
	border-bottom: 0
}

.hideMob {
	display: inline-block
}

.showMob {
	display: none
}

.sideTopHome {
	display: none
}

.lb-container .lb-nav {
	display: none!important
}

header {
	padding: 0 0 0;
	background: #fff;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative
}

header .logoImg {
	margin-bottom: 0;
	margin-top: 0;
	max-width:100%;
	height: 77px;
}

header .box {
	padding: 7px 0;
	background: #444;
	height: auto;
	z-index: 99;
	position: relative;
	bottom: 0
}

header .box .container {
	position: relative
}

header .box .menu {
	padding: 0
}

.navMenu {
	display: none
}

h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	position: relative;
	top: 0;
	z-index: 10
}
article.homeblog .entry-content img, article.our_contributors img, article.homeinterest img
{
	    float: left;
    max-width: 400px;
    margin-right: 25px;
}

header.entry-header h1.entry-title
{
	margin-bottom: 1em;
}

article .entry-content
{
	/*display: table;*/
	width: 100%;
}

article .entry-content img{ max-width: 100%;}

h2.screen-reader-text
{
	display: none;
}

article .navigation.post-navigation
{
	margin-top: 20px;
}

.cntct input[type="text"], .cntct input[type="email"], .cntct input[type="tel"], .cntct textarea, .cntct select, .cntct label
{
	width: 100% !important;
}

.cntct input[type="submit"]
{
	    background: #ed1c24;
    color: #fff;
    padding: 12px 4em;
    border: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}




h1.navbar-brand_ a {
	display: inline-block
}

h1.navbar-brand_ a img {
	width: 100%
}

#search {
	margin: 13px 0 0;
	position: relative;
	float: right;
	display: none;
}

#search a {
	position: absolute;
	top: 10px;
	right: 15px;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}

#search input {
	box-shadow: none;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #a7a7a7;
	background: #f3f3f3;
	margin: 0;
	width: 450px;
	color: #333;
	padding: 11px 35px 11px 30px;
	height: 43px;
	outline: none;
	resize: none;
	overflow: hidden
}

nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	min-height: 0;
	background: 0 0
}

nav.tm_navbar li {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 0 26px;
	float: left;
	list-style-type: none
}

nav.tm_navbar li:first-child {
	margin: 0
}

nav.tm_navbar li a {
	position: relative;
	padding: 4px 5px;
	color: #fff;
	background: 0 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

nav.tm_navbar li a::before,
nav.tm_navbar li a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	-moz-transition: opacity .3s, -moz-transform .3s;
	transition: opacity .3s, transform .3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px)
}

nav.tm_navbar li a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px)
}

nav.tm_navbar li a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px)
}

nav.tm_navbar li.active>a {
	color: #fff;
	background: 0 0
}

nav.tm_navbar li.active>a::before,
nav.tm_navbar li.active>a::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px)
}

nav.tm_navbar li:hover>a {
	color: #fff;
	background: 0 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

nav.tm_navbar li:hover>a::before,
nav.tm_navbar li:hover>a::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px)
}

nav.tm_navbar .sfHover>a {
	color: #fff;
	background: 0 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

nav.tm_navbar .sfHover>a::before,
nav.tm_navbar .sfHover>a::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px)
}

nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -21px;
	color: #333;
	font-size: 14px;
	z-index: 0;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s
}

nav.tm_navbar .sub-menu>ul {
	position: absolute;
	display: none;
	width: 159px;
	left: 0;
	top: 50px;
	list-style: none!important;
	z-index: 11;
	background: #1b1b1b;
	background: rgba(27, 27, 27, .8);
	padding: 17px;
	margin: 0
}

nav.tm_navbar .sub-menu>ul li {
	background: 0 0;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 4px;
	line-height: 20px;
	padding: 0;
	display: block;
	position: relative
}

nav.tm_navbar .sub-menu>ul li a {
	background: 0 0;
	padding: 0;
	margin: 0;
	float: none;
	font-weight: 700;
	color: #fff;
	text-transform: none
}

nav.tm_navbar .sub-menu>ul li a::before,
nav.tm_navbar .sub-menu>ul li a::after {
	display: none!important
}

nav.tm_navbar .sub-menu>.submenu li span {
	display: inline-block;
	background: 0 0;
	position: absolute;
	left: auto;
	right: 0;
	top: 1px;
	color: #fff;
	font-size: 14px;
	width: auto
}

nav.tm_navbar .sub-menu>ul li a:hover {
	text-decoration: none;
	color: #fff!important;
	background: 0 0!important;
	text-decoration: underline
}

nav.tm_navbar .sub-menu>ul li.sfHover>a {
	text-decoration: none;
	color: #fff!important;
	background: 0 0!important;
	text-decoration: underline
}

nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 165px;
	left: 143px;
	top: -17px;
	list-style: none!important;
	z-index: 11;
	background: #1b1b1b;
	background: rgba(27, 27, 27, .8);
	padding: 17px;
	margin: 0
}

nav.tm_navbar .sub-menu ul ul li a {
	background: 0 0;
	padding: 0;
	margin: 0;
	float: none;
	font-weight: 700;
	color: #fff;
	text-transform: none;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

nav.tm_navbar .sub-menu>ul li>ul li a:hover {
	text-decoration: none;
	color: #fff!important;
	background: 0 0!important;
	text-decoration: underline
}

.sidebarCont {
	padding-right: 30px;
	padding-left: 0
}

.sideBlock {
	margin-bottom: 10px
}

.sideBlock form {
	max-width: 360px
}

.sideTop,
.top10home {
	max-width: 400px;
	margin: 0 auto
}

.sideTop img {
	height: 223px
}

.sideAuthors {
	cursor: pointer;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	padding: 4px
}

.sieAuthImg {
	float: left;
	width: 100px;
	height: 100px;
	background: #fff;
	margin-right: 6px;
	border-radius: 60px;
	box-shadow: 0 0 0 4px #fff, 0 0 6px 3px #a7a7a7
}

.sideAuthors:hover .sieAuthImg {
	border-radius: 60px;
	box-shadow: 0 0 0 4px #fff, 0 0 6px 3px #ed2017
}

.sideAuthName {
	padding-left: 6px;
	font-size: 20px;
	margin-top: 7%;
	display: inline-block
}

.sideAuthors:hover .sideAuthName a {
	color: #ed2017
}

.sideAuthName a:hover {
	text-decoration: underline
}

.newsLetterHeader {
	color: #ed1c24
}

.signUpDone {
	line-height: 22px;
	font-weight: 300
}

.signUpDone span {
	font-weight: 400
}

.signUpFrmCont {
	box-shadow: 0 0 1px 1px #eaeaea
}

.signUpInput {
	width: 74%;
	height: 34px;
	padding: 5px;
	font-size: 115%;
	float: left;
	border: 1px solid #d0d0d0;
	border-radius: 2px 0 0 2px;
	outline: 0
}

.signUpButton {
	width: 26%;
	height: 34px;
	padding: 5px 3px;
	font-size: 118%;
	border: 1px solid #d0d0d0;
	border-left: 0;
	background: #f1f1f1;
	border-radius: 0 2px 2px 0;
	outline: 0;
	background: linear-gradient(white, #E7E7E7)
}

.signUpButton:hover {
	background: #fff
}

.signUpButton:active {
	background: #e4e4e4
}

.signUpDesc {
	clear: both;
	padding-top: 17px;
	width: 100%;
	font-size: small;
	line-height: 15px
}

.thumb-pad1 {
	margin: 0 0 7px;
	overflow: hidden
}

.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: 0 0;
	overflow: hidden
}

.thumb-pad1 .thumbnail figure {
	position: relative
}

.thumb-pad1 .thumbnail figure img {
	max-width: 100%;
	border: 1px solid #eee
}

.thumb-pad1 .thumbnail figure span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 22px;
	font: 110%/90% 'Poppins', sans-serif;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .5);
	width: 100%
}

.list2 {
	margin: 0 0 0;
	padding: 0;
	list-style: none
}

.list2 li {
	line-height: 1.42857143;
	margin: 0 0 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #c7c7c7
}

.list2 li p {
	margin-bottom: 0
}

.list2 li .title {
	color: #000;
	margin-bottom: 3px
}

.list2 li a {
	color: #000
}

.list2 li a:hover {
	color: #ed2017
}

.list2 li:last-child {
	border-bottom: none
}

.smallAuthors {
	/*font: 80%/100% 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: 'Poppins', sans-serif;
}

.slideShowCont {
	position: relative;
	padding: 0
}

.slideShowCont .slideHead {
	/*font: 110%/240% 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font: 110%/240% 'Poppins', sans-serif;
	display: inline-block;
	text-transform: uppercase;
	background: #ed2017;
	padding: 0 30px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 2
}

.slideShowCont .slideHead:hover {
	background: #fff;
	color: #000
}

.slideShowCont .slideshow {
	width: 100%!Important;
	z-index: 1
}

.slideContent {
	position: relative;
	width: 100%!Important
}

.slideContent .slideCap {
	position: absolute;
	bottom: 0;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .47);
	width: 100%;
	height: 55px;
	color: #fff;
	padding: 10px;
	line-height: 37px;
	/*font: 166%/138% 'roboto', "Helvetica Neue", Helvetica, Arial, sans-serif*/
	font: 166%/138% 'Poppins', sans-serif;
}

.slideContent .slideImg img {
	width: 100%!Important;
	max-height: 453px
}

.sliderNav {
	position: absolute;
	z-index: 3;
	right: 10px;
	bottom: -15px
}

.sliderNav a {
	color: #fff;
	font-size: 100px;
	display: inline-block
}

.sliderNav a.activeSlide {
	color: #ed2017
}

.top10home {
	display: none
}

.prodReviewCont {
	display: inline-block;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
	transition: all .1s;
	box-shadow: 0 0 5px -1px #a7a7a7;
	background: #fff;
	overflow: hidden;
	position: relative;
	height: 180px;
	width: 100%
}

.prodReviewCont:hover {
	box-shadow: 0 0 5px -1px #ed2017
}

.articleImg {
	float: left;
	width: 20%;
	height: 100%;
	border-right: 1px solid #ddd;
	text-align: center
}

.articleImg img {
	max-width: 100%;
	max-height: 100%
}

.articleTitEx {
	float: left;
	width: 60%
}

.prodReviewCont .title {
	border-bottom: 1px solid #ddd;
	padding: 4px;
	background: #f3f3f3;
	font-size: 16px
}

.prodReviewCont .title h2 {
	padding: 6px 2px;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.prodReviewCont:hover .title h2 {
	color: #ed2017
}

.prodReviewCont .title:hover h2 {
	text-decoration: underline
}

.topRatings {
	padding: 12px 4px
}

.topRatings p {
	margin-bottom: 6px
}

.topRatings .rateLabel {
	float: left;
	width: 47%
}

.topRatings .ratingsCont {
	float: left;
	margin-left: 10px;
	background: #e0e0e0;
	width: 50%;
	position: relative;
	margin-bottom: 5px;
}

.topRatings .rateScore {
	position: absolute;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 1px #000;
	padding-left: 3px;
	line-height: 23px
}

.topRatings .rateEmpty {
	position: absolute;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 1px #000;
	padding-left: 3px;
	line-height: 23px
}

.topRatings .rateView {
	float: left;
	background-color: #921414;
	width: 10%;
	height: 24px
}

.clearRevTop {
	height: 33px
}

.revTopProd {
	text-align: center;
	margin-top: 3px
}

.revTopProd img {
	width: 82%
}

.revTopProd span {
	background: red;
	border-radius: 134px;
	color: #fff;
	margin-top: 5px;
	width: 75px;
	border: 1px solid #d40101;
	display: inline-block;
	box-shadow: 0 1px 4px 0 #d40101;
	height: 74px;
	text-shadow: -1px 1px 3px #6b0404
}

.RevQuote {
	height: 90px;
	background: #fbfbfb;
	border: 1px solid #f5f5f5;
	padding: 4px;
	margin-bottom: 10px;
	border-radius: 4px;
	font-style: italic;
	line-height: 22px
}

.articleRating {
	float: left;
	width: 20%;
	padding: 4px;
	border-left: 1px solid #ddd;
	height: 100%;
	position: relative
}

.visitSitePage {
	clear: both;
	width: 80%;
	margin: 0 auto;
	margin-top: 22px
}

.visitSitePage .seeFullRev {
	background: linear-gradient(#ffdf88, #e09b27);
	border: none;
	border-bottom: solid 2px #a66714;
	padding: 8px 60px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	width: 190px;
	float: none;
	margin-left: auto;
	margin-right: auto
}

.visitSitePage .seeFullRev:hover {
	background: #ffdf88;
	cursor: pointer;
	color: #212121
}

.visitSitePage .seeFullRev:active {
	background: #ffdf88;
	cursor: pointer;
	color: #212121
}

.articleRating .seeFullRev {
	padding: 5px 10px;
	bottom: 0;
	display: block;
	height: 33px;
	line-height: 22px;
	margin: 0 auto;
	cursor: pointer;
	width: 83%;
	margin-top: 5.5%;
	outline: 0;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background: #d40101;
	text-align: center;
	vertical-align: middle;
	color: #000;
	text-decoration: none;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -o-linear-gradient(top, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee, #ccc);
	background: linear-gradient(to bottom, #eee, #ccc);
	background: -webkit-linear-gradient(top, #eee, #ccc);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
	border: 1px solid #aaa
}

.articleRating .seeFullRev:hover {
	background: #eee
}

.articleRating .seeFullRev:active {
	background: #ccc
}

.visitSite {
	right: 0
}

.articleRating p {
	margin: 0 0 10px
}

.homeProds .article-cont {
	min-height: 350px;
}

.homeProds .article-cont .caption {
	display: none
}

.caption-bottom {
	font: 110%/240% 'Poppins', sans-serif;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	background: #ed2017;
	padding: 0 30px;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2
}

.caption-bottom:hover,
.caption-bottom:focus {
	color: #000;
	background: #fff
}

.article-display {
	padding: 0 6px
}

.article-cont {
	max-height: 476px;
	display: inline-block;
	border: 1px solid #e0e0e0;
	margin-bottom: 6px;
	padding: 10px;
	transition: all .1s;
	box-shadow: 0 0 5px -1px #a7a7a7;
	background: #fff;
	overflow: hidden;
	position: relative;
	width: 100%
}

.article-cont hr{
	margin: 0 0 10px;
}

.article-display:hover .article-cont {
	box-shadow: 0 0 5px -1px #ed2017;
	border-top: 1px solid #f8e2e1
}

.article-cont .title {
	/*font: 110%/140% 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font: 110%/140% 'Poppins', sans-serif;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}

.buying-guides-sec .title{
	height: 30px;
}

.latest-article-sec .title{
	height: 30px;
}

.article-display:hover .title {
	color: #ed2017
}

.article-cont .authorDate {
	font: 90%/196% 'Poppins', sans-serif;
	margin-bottom: 10px;
	border-bottom: 1px solid #e8e8e8
}

.article-cont .authorDate time {
	font-size: 12px
}

.article-cont .authorDate a {
	color: #ed2017
}

.article-cont .authorDate a:hover,
.article-cont .title:hover {
	text-decoration: underline
}

.article-cont .thumbnail img{
	max-height: 290px;
}
.homeProds .thumbnail img{
	height: 215px;
}

.article-display .thumbnail,
.thumb-pad3 .thumbnail {
	border: 0;
	border-color: #ececec;
	overflow: hidden;
	background: #fff;
	clear: both
}

.article-display .thumbnail .artImg,
.thumb-pad3 .thumbnail .artImg {
	max-height: 243px;
	max-width: none;
	margin-left: -32%
}

.article-display:hover .thumbnail {}

.article-cont p {
	margin-bottom: 0;
	padding-right: 18px
}

.disRateCont {
	display: inline-block;
	width: 100%;
	/* border-top: 1px solid #e8e8e8;
	padding-top: 10px; */
}

.disRateCont .disRateHead {
	float: left;
	font-weight: 700
}

.disRateCont .disRatings {
	position: relative;
	float: right;
	width: 42%;
	background: #e8e8e8
}

.disRateCont .disRate {
	    position: absolute;
    left: 4px;
    color: #fff;
    top: 2px;
    background: #921414;
    display: block;
    padding: 1px 25px;
}

.disRateCont .disRateView {
	float: left;
	background-color: #921414;
	width: 10%;
	height: 24px
}


.our_contributors .entry-content
{
	float: left;
	max-width: 400px;
}

.our_contributors .entry-content .edit-link
{
	float: left;max-width: 400px;
}


.article-cont .caption {
	clear: both;
	position: static;
	bottom: 7px;
	height: 47px;
	overflow: hidden;
	/*white-space: nowrap;
	text-overflow: ellipsis;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	padding-right: 6px;
	width: 100%
}

.postContainer {
	border: 1px solid #e8e8e8;
	padding: 20px;
	box-shadow: 0 0 5px -1px #c3c3c3;
	background: #fff
}

.postContainer .authorDate {
	margin-bottom: 15px
}

.postContainer h1 {
	margin-top: 0
}

.postContainer h3 {
	margin-top: 30px
}

.postBlock {
	display: inline-block;
	width: 100%;
	height: auto
}

.postThumb {
	float: left;
	width: 40%;
	text-align: center
}

.postRating {
	float: left;
	width: 60%;
	height: 100%;
	padding: 4px;
	position: relative
}

.postTopProd {
	margin-top: -26px;
	margin-bottom: 10px;
	font-size: 45px;
	text-align: center;
	line-height: 80px;
	font-weight: 700;
	color: red
}

.postRating p {
	margin: 0 0 10px
}

.postContent {
	clear: both;
	margin-top: 0;
	display: inline-block
}

.artThmb {
	width: 100%
}

.artThmb img {
	width: 100%;
	height: auto;
	margin-bottom: 20px
}

.thumb-box3 {
	overflow: hidden;
	padding: 24px 0
}

.postContent ul {
	padding-left: 14px
}

.bottomLoop .caption h4 {
	font: 120%/100% 'Poppins', sans-serif;
}

.bottomLoop:hover .caption h4 {
	color: #ed2017
}

.bottomLoop .caption h4:hover {
	text-decoration: underline
}

.thumb-pad3 {
	margin: 0 0 40px
}

.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: 0 0
}

.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden
}

.thumb-pad3 .thumbnail .caption a {
	color: #000
}

.thumb-pad3 .thumbnail .caption a:hover {
	color: #ed2017
}

.thumb-pad3 figure {
	margin: 0 0 15px;
	position: relative;
	overflow: hidden
}

.botLoopRad {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 200px;
	box-shadow: 0 0 0 106px #fbfbfb
}

.thumb-pad3 .thumbnail .artImg {
	max-height: 262px
}

.container-custom{ width: 987px;}
#post-411 .entry-content img{ width: 100%; height: auto;}

footer ul,
footer ul li {
	display: inline-block;
	padding: 0
}

footer ul li {
	padding-left: 16px
}

.inBlock {
	display: inline-block
}

footer {
	padding: 29px 0;
	text-align: center;
	overflow: hidden;
	background: #f1f1f1;
}

footer p {
	color: #000;
	margin-bottom: 0
}

footer p a {
	color: #000
}

footer p a:hover {
	color: #ed2017
}

footer span {
	padding: 0 5px
}

footer br {
	display: none
}

footer em {
	font-style: normal
}

footer a {
	/*color: #428bca !important;*/
}

.contactName {
	width: 49%;
	border: 1px solid #ececec;
	background: #f1f1f1;
	height: 41px;
	color: #000;
	padding: 10px 14px
}

.contactEmail {
	width: 49%;
	border: 1px solid #ececec;
	background: #f1f1f1;
	height: 41px;
	color: #000;
	padding: 10px 14px;
	float: right
}

.contactMess {
	width: 100%;
	border: 1px solid #ececec;
	background: #f1f1f1;
	height: 230px;
	color: #000;
	margin-top: 11px;
	padding: 10px 14px
}

.contactSubmit {
	font: 110% 'Poppins', sans-serif;
	color: #ed2017;
	background: 0 0;
	text-transform: uppercase;
	outline: 0;
	transition: all .25s;
	border: 0
}

.contactSubmit:hover {
	color: #000
}

.authPageHead {
	float: left;
	width: 100%;
	clear: both
}

.thumb-box9 {
	overflow: hidden;
	padding: 0
}

#search-404 {
	padding: 0;
	margin: 32px 0 0;
	position: relative
}

#search-404 a {
	position: absolute;
	top: 11px;
	right: 15px
}

#search-404 input {
	box-shadow: none;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	line-height: 18px;
	color: #000;
	padding: 11px 35px 11px 14px;
	height: 43px;
	resize: none
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	color: #333;
	font-size: 31px;
	z-index: 20;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

#toTop:hover {
	outline: none;
	color: #ed2017
}

.errorBox {
	text-align: center
}

.errorBox1 {
	padding-top: 32px;
	padding-bottom: 70px
}

.errorBox1 .title {
	color: #ed2017;
	margin-bottom: 12px
}

.errorBox1 .description {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 35px;
	letter-spacing: -2px
}

.review_criteria_blurb,
.review_criteria_blurb p {
	margin-bottom: 10px
}

#criteria_list {
	color: #921414;
	margin: 0 auto;
	padding-left: 12%;
	padding-right: 8%;
	padding-bottom: 2%;
	display: inline-block
}

#review_column {
	margin-bottom: 7px
}

ul.share-buttons {
	list-style: none;
	padding: 0;
	float: right;
	margin: 0
}

ul.share-buttons li {
	display: inline;
	margin-left: 8px
}

ul.share-buttons li a {
	color: #fff;
	font-size: 24px
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .4)
}

.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 50%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: .4s;
	animation-name: animatetop;
	animation-duration: .4s;
	top: 25%;
	text-align: center
}

.reviews{ font-family: 'Poppins', sans-serif !important;}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 0
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 0
	}
}

.close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: 700
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer
}

.modal-header {
	padding: 2px 16px;
	background-color: #444;
	color: #fff;
	text-align: center
}

.modal-header h2 {
	font: 100%/100% 'Poppins', sans-serif;
	color: #fff;
	margin: 0 0 26px;
	margin: 10px
}

.modal-body {
	padding: 2px 16px
}

.modal-footer {
	padding: 2px 16px;
	background-color: #444;
	color: #fff
}

#myBtn {
	padding: 0 4px;
	float: right;
	color: #fff
}

.shareButtonModal {
	padding-left: 0
}

.shareButtonModal li {
	list-style-type: none;
	display: inline
}

.shareButtonModal li a i {
	font-size: 1.5em;
	background: #444;
	color: #fff;
	padding: 5px 10px;
	margin-right: 5px
}

.container-new{ max-width: 987px;}
.article-details{ max-width: 660px;}


input[type="submit"].btnreviewsubmit{
	margin-top: 10px;
}

@media only screen and (min-width:0px) and (max-width:767px) {
	.hideMobile {
		display: none
	}
	.excerptShort {
		display: block
	}
	.excerptLong {
		display: none
	}
	.floatRightDt {
		float: none
	}
	.inBlock li {
		margin: 8px 0;
		display: block;

	}


	.mobPad {
		padding: 0 6px;
		margin-top: 15px
	}
	h1 {
		font: 180%/30px 'Poppins', sans-serif;
		color: #000;
		font-weight: 700
	}
	h2 {
		font: 30px/30px 'Poppins', sans-serif;
		color: #000;
		margin: 0 0 26px
	}
	h3 {
		/*font: 150%/170% 'roboto';*/
		font: 150%/170% 'Poppins', sans-serif;
		margin: 0 0 15px
	}
	.bigH3 {
		font: 120%/170% 'Poppins', sans-serif;
	}
	.hideMob {
		display: none
	}
	.showMob {
		display: inline-block
	}
	header {
		text-align: center
	}
	header h1.navbar-brand_ {
		float: none
	}
	header #search {
		float: none
	}
	header #search input {
		width: 100%
	}
	header .logoImg {
		margin-bottom: 6px;
		max-width: 100%
	}
	header .box {
		width: 100%;
		height: 36px;
		padding-top: 9px;
		position: relative;
		vertical-align: top
	}
	.mobMenS {
		position: absolute;
		left: 10px
	}
	.menBut {
		color: #fff;
		display: inline-block;
		font-size: 120%;
		line-height: 15px;
		vertical-align: top;
		margin-right: 7px;
		border-right: 1px solid #fff;
		padding-right: 13px;
		padding-top: 3px
	}
	.mobMenS img {
		margin-top: -4px
	}
	.navMenu {
		display: none;
		position: fixed;
		z-index: 2000;
		background-color: #fff;
		width: 94%;
		margin: 0 auto;
		margin-left: 3%;
		margin-top: 3%;
		border-radius: 0 0 4px 4px;
		border-top: 2px solid #ed2017;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
		margin-bottom: 20px
	}
	.navMenuBg {
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		z-index: -1
	}
	.navmenu-nav {
		margin-bottom: 0
	}
	.navMenu li {
		border-bottom: 1px solid #ededed;
		font: 115%/120% 'Poppins', sans-serif;
		margin: 0 8px
	}
	.navMenu li .navRedAr {
		color: #ed2017
	}
	.navMenu .redLet {
		display: inline-block
	}
	.navMenu .redLet:first-letter {
		color: #ed2017
	}
	.nav>li>a {
		padding: 14px 10px
	}
	.navMenu li:active,
	.nav>li>a:hover,
	.nav>li>a:focus {
		color: #ed2017;
		background: #fff
	}
	.navMenu li:last-of-type {
		border-bottom: 0
	}
	.mobSearch {
		display: none
	}
	.mobSearch #search {
		margin: 7px 6px
	}
	.mobSearch #search input {
		height: 31px;
		border-radius: 1px;
		padding: 11px 30px 11px 8px
	}
	.mobSearch #search a {
		top: 4px;
		right: 6px
	}
	.slideShowCont .slideHead {
		font-family: 'Poppins', sans-serif;
		padding: 0 10px;
		font-size: 12px;
		/* top: 9px */
	}
	.slideContent .slideCap {
		font: 92%/203% 'Poppins', sans-serif;
		height: 46px
	}
	.top10Button {
		background: #921414;
		padding: 6px;
		box-shadow: 0 0 1px 0 #8a0000;
		border: 1px solid #8a0000;
		font-size: 88%;
		color: #fff
	}
	.top10Button:active,
	.top10Button:hover,
	.top10Button:focus {
		background: #710202;
		color: #fff
	}
	.homeBlurb {
		text-align: center
	}
	.homeBlurb p+p {
		display: none
	}
	.homeBlurb p,
	.specP p {
		display: inline-block;
		width: 98%;
		text-align: justify
	}
	.home .sideTop:first-of-type {
		display: none
	}
	.top10home {
		display: block
	}
	.sideTop+.sideTop {
		margin-bottom: 20px
	}
	.caption-bottom {
		font: 110%/210% 'Poppins', sans-serif;
	}
	.thumb-pad1 .thumbnail figure span {
		padding: 10px 4px
	}
	.sidebarCont {
		margin-top: 40px;
		padding-right: 15px;
		padding-left: 15px
	}
	.thumb-box3 {
		padding: 0
	}
	.thumb-pad3 {
		margin: 20px 0
	}
	.bottomLoop+.bottomLoop .thumb-pad3 {
		padding-top: 27px;
		border-top: 1px solid #e4e4e4
	}
	.thumb-pad3 .thumbnail .artImg {
		height: 280px
	}
	.bottomLoop .caption h4 {
		font: 132%/100% 'Poppins', sans-serif;
	}
	.sideBlock form {
		margin: 0 auto
	}
	.sideBlock {}
	.prodReviewCont {
		height: auto;
		padding-top: 15px;
		padding-bottom: 5px
	}
	.articleImg {
		padding-bottom: 5px
	}
	.articleImg,
	.articleTitEx,
	.articleRating {
		float: none;
		width: 100%;
		border: 0
	}
	.topRatings .ratingsCont {
		margin-left: 0;
		float: right
	}
	.clearRevTop {
		height: 0;
		margin-top: -26px
	}
	.revTopProd img {
		width: auto;
		margin-bottom: 12px
	}
	.topRatings,
	.articleRating {
		background: #fbfbfb
	}
	.articleRating {
		padding-bottom: 5px
	}
	.articleRating .seeFullRev {
		float: left;
		width: 49%;
		font-size: 16px;
		display: inline-block
	}
	.articleRating .visitSite {
		float: right
	}
	.prodReviewCont .title h2 {
		padding: 3px 2px;
		font-size: 17px;
		line-height: 20px;
		white-space: normal;
		overflow: visible;
		text-overflow: initial
	}
	.article-cont .title {
		height: auto
	}
	.postContainer {
		padding: 20px 6px;
		margin-bottom: 20px
	}
	.postBlock {
		height: auto
	}
	.postTopProd {
		margin-top: 0
	}
	.postTopProd img {
		max-width: 100%
	}
	.postThumb,
	.postRating {
		float: none;
		width: 100%;
		margin-bottom: 10px
	}
	.contactName,
	.contactEmail {
		width: 100%
	}
	.contactEmail {
		margin-top: 12px
	}
	.artThmb {
		margin-bottom: 14px
	}
	.col-xs-6 {
		width: 100%;
		float: none
	}
	/* .article-all .col-xs-6{
		width: 50%;
		float: left;
	} */
	nav.tm_navbar {
		float: none;
		width: 100%;
		text-align: center
	}
	.navbar .menu {
		display: none
	}
	#review_column {
		padding-left: 0
	}
	#criteria_list {
		padding-left: 0;
		padding-top: 3px;
		padding-bottom: 10px
	}
	ul.share-buttons {
		margin: -2px 6px 0 0
	}
	article .entry-content{ display: block;}
}

@media only screen and ( max-width: 960px){
	.article-cont .thumbnail img{
		max-height: 210px;
		width: auto;
		max-width: inherit;
	}
	.buying-guides-sec .title{
		height: 50px;
	}
	.latest-article-sec .title{
		height: 50px;
	}
	.article-cont .caption{
		padding-right: 0;
		height: 43px;
	}
	.homeProds .article-cont{
		min-height: inherit;
		height: auto;
	}
}

@media only screen and (min-width:360px) and (max-width:767px) {
	.article-display .thumbnail .artImg,
	.thumb-pad3 .thumbnail .artImg {
		margin: 0 auto
	}
}

@media(min-width:480px) and (max-width:767px) {
	.excerptShort {
		display: none
	}
	.excerptLong {
		display: block
	}
	.col-xs-6 {
		width: 100%;
		float: none
	}
	.banner1 .caption {
		top: 20%
	}
	.banner1 .caption .title {
		font-size: 20px
	}
	.banner2 .caption {
		top: 20%
	}
	.banner2 .caption .title {
		font-size: 20px
	}
	.banner3 .caption {
		top: 20%
	}
	.banner3 .caption .title {
		font-size: 20px
	}
	.thumb-pad6 figure {
		margin: 0 0 20px;
		float: none
	}
	.list4 li .badge {
		float: none;
		margin: 0 0 20px
	}
	.article-cont {
		height: auto
	}
	.disRateCont {
		margin-bottom: 10px
	}
	.article-display .thumbnail,
	.thumb-pad3 .thumbnail {
		width: 49%;
		float: left
	}
	.article-cont .caption {
		clear: none;
		float: right;
		height: auto;
		width: 49%;
		position: relative;
		padding-right: 0;
		overflow: visible;
	}
	
	.article-cont p {
		padding-right: 0
	}
	.article-display .thumbnail .artImg,
	.thumb-pad3 .thumbnail .artImg {
		margin-left: -32%;
		height: 215px
	}
	.slideContent .slideCap {
		font: 130%/140% 'Poppins', sans-serif;
	}
	.disRateCont .disRatings {
		width: 49%
	}
	.homeBlurb p+p {
		display: inline-block
	}
	.bottomLoop {
		width: 49%;
		float: left;
		height: 594px
	}
	.bottomLoop .article-display .thumbnail,
	.thumb-pad3 .thumbnail {
		width: 100%
	}
	.bottomLoop+.bottomLoop .thumb-pad3 {
		border-top: 0;
		padding-top: 0
	}
	.bottomLoop+.bottomLoop+.bottomLoop .thumb-pad3 {
		padding-top: 27px;
		border-top: 1px solid #e4e4e4
	}
	.prodReviewCont {
		padding: 0
	}
	.articleImg {
		float: left;
		width: 30%;
		padding: 0 4px
	}
	.articleImg img {
		padding-top: 20%
	}
	.articleTitEx,
	.articleRating {
		width: 69%;
		float: right;
		border-left: 1px solid #ddd
	}
	.contactName,
	.contactEmail {
		width: 49%
	}
	.contactEmail {
		margin-top: 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.articleImg img {
		padding-top: 5%
	}
}

@media(min-width:600px) and (max-width:767px) {
	.banner1 .caption {
		top: 25%
	}
	.banner2 .caption {
		top: 25%
	}
	.banner3 .caption {
		top: 25%
	}
	.errorBox img {
		width: 100%
	}
	.thumb-pad2 figure {
		margin: 0 0 20px;
		float: none
	}
	.thumb-pad4 figure {
		margin: 0 0 26px;
		float: none
	}
	.article-display .thumbnail .artImg,
	.thumb-pad3 .thumbnail .artImg {
		margin-left: 0%
	}
	.articleImg img {
		padding-top: 0%
	}
	.bottomLoop {
		height: 530px
	}
	
}

@media(min-width:768px) and (max-width:991px) {
	.menu {
		padding: 0
	}
	.hideMobile {
		display: none
	}
	nav.tm_navbar li {
		margin: 0 0 0 12px
	}
	header #search input {
		width: 100%
	}
	.sideTopHome {
		display: block
	}
	.home .sidebarCont .sideTop {
		display: none
	}
	.sidebarCont {
		padding-right: 0;
		margin-top: 40px
	}
	.sideTop+.sideTop {
		margin-top: 0
	}
	.articleRating .seeFullRev {
		height: auto
	}
	.articleTitEx {
		width: 54%
	}
	.articleRating {
		width: 26%
	}
	.revTopProd img {
		padding-top: 8px
	}
	#criteria_list {
		padding-left: 15%;
		padding-right: 6%
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.revTopProd img {
		padding-top: 8px
	}
	.sidebarCont {
		padding-right: 30px;
		margin-top: 0;
		width: 33%
	}
	.sideBlock {
		margin-bottom: 10px;
		width: 100%
	}
	#criteria_list {
		padding-left: 20%;
		padding-right: 8%
	}
}

/*@media(min-width:1199px) {
	.homeProds .article-display:last-of-type {
		display: none
	}
}*/

a.close-nav{ display: none;}
.mobMenS img{ display: none;}

.about-sec-page h1.entry-title{ display: none;}
.about-sec-page .wp-block-spacer{ display: none;}
.clear{ clear: both; display: block; content: "";}
/* .about-sec-page .wp-block-image{ float: left;} */
.cont-for-review{ width: 50%;}

.dropsec{ display: block; width: 100%; margin-bottom: 10px;}
.select-cont{ width: 70%; float: left;}
.select-items{ float: right; width: 28%; position: relative;}
.select-items p:empty{ display: none;}
.items-all{ /*position: absolute;*/}
.items-all select{ background-color: #006197 !important; color: white; padding: 7px 10px; width: 250px; border: none; font-size: 20px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none;}
.items-all::before{ content: "\f107"; font-family: FontAwesome; position: absolute; top: 0; right: 0; width: 20%; height: 100%; text-align: center; font-size: 28px; line-height: 36px; color: rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.1); pointer-events: none; z-index: 15;}
.items-all:hover::before{ color: rgba(255, 255, 255, 0.6); background: rgba(255, 255, 255, 0.2);}
.items-all select option{ padding: 30px;}
.range-sec{ width: 100%; display: block;}
.range-cont{ width: 55%; float: left;}
.range-txt{ float: right; width: 44%;}
.range-txt span .rating{ width: 65%; float: left; height: 35px;}
.range-txt input[type="text"]{ width: 32% !important; border: 1px solid #ccc; height: 35px; float: right; text-align: center;}
.range-txt br{ display: none;}
.cont-for-review input[type="text"], .cont-for-review input[type="email"],
.cont-for-review input[type=""], .cont-for-review textarea{ border: 1px solid #ccc;}
	.select-cont h3{ margin-top: 0;}
.container-new .article-display .thumbnail img { height: 215px; width: auto; max-width: inherit;}

@media only screen and ( max-width: 1023px){
	.cont-for-review{ width: 70%;}
	.select-cont{ width: 68%;}
	.select-items{ width: 28%;}
}

@media only screen and ( max-width: 960px){
	.cont-for-review{ width: 100%;}
}


@media only screen and ( max-width: 767px){
	#menu-footer_nav li{ float: left; width: 49%; margin: 2px 0;}
	#menu-footer_nav li a{ font-size: 13px;}
	#menu-footer_nav li { text-align: left;}
	header .box{ background: none;}
	.mobMenS img{ display: block;}
	.mobMenS{ right: 10px; top: 20px; left: inherit; bottom: inherit;}
	.menBut{ border: none; padding-left: 7px;}
	.mob-logo{ text-align: left; margin-top: 5px; float: left; width: 50%;}
	.mob-logo .logoImg{ margin-bottom: 5px;}
	.about-sec-page{ padding: 0 10px;}
	.about-sec-page .wp-block-image{ float: left; margin-bottom: 0 !important;}
	.sub-review{ padding: 0 10px;}
	.select-cont{ width: 68%;}
	.select-items{ width: 28%;}
	.select-cont p:empty{ display: none;}
}

@media only screen and ( max-width: 639px){
	header.indent{ width: 96%; margin: 0 auto; display: block;}
	.entry-content img{ max-width: 100% !important; height: auto;}
	.container{ width: 96%;}
	.entry-content h2{ font-weight: 700; font-size: 16px; line-height: 1; color: #000; font-family: 'Poppins', sans-serif; margin-bottom: 10px;}
	.site-main nav.navigation .nav-previous a::before{ display: none !important;}
	.site-main nav.navigation .nav-next a::after{ display: none !important;}

	.wp-block-image .alignright{ float: none; margin: 0 auto !important; padding: 6px 0 10px;}
	.wp-block-image .alignleft{ float: none; margin: 0 auto !important;}
	.article-cont .title{ font-size: 14px; line-height: 20px; height: 22px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
	.article-cont .caption{ font-size: 14px; line-height: 20px;}
	.article-all .col-xs-6{ min-height: 230px;}
	.homeProds .article-cont{ height: auto; padding-bottom: 0;}
	footer ul{ padding-bottom: 2px;}
	/* .mobMenS img{ display: none;} */
	body.home .content{ padding-top: 10px;}
	.nav>li>a{ font-size: 14px; line-height: 20px; padding: 10px;}
	a.close-nav{ display: block; width: 20px; height: 20px; text-align: center; background: #fff; color: #333; position: absolute; top: 5px; right: 5px; box-shadow: 0 2px 5px #333; border-radius: 50%; z-index: 10;}
	header .nav{ position: relative;}
	/* #nav-menu .menu-header-nav-container{ width: 50%;} */
	#nav-menu{ width: 50%;}
	h3.showMob{ position: relative;}
	h3.showMob:after{ width: 30%; height: 2px; background: rgba(142, 142, 142, 0.8); left: 35%; content: ""; display: block; position: absolute; top: 42px; z-index: 5;}
	h3.borderNoBottom{ clear: both; margin-top: 10px !important;}
	h3.borderNoBottom:after{ display: none;}
	.select-cont h3{ font-size: 16px;}
	.for-mob-version-padding{ padding: 0 10px;}
	#leftform{ width: 100%; float: none; margin-right: inherit;}
	#rightform{ width: 100%; float: none;}
}


@media screen and (max-width: 1024px){
	.container-new .article-display .thumbnail img, .article-cont .thumbnail img{
		height: 215px;
	}
}