body {
	color: #333;
	background: #F8F3EB !important;
	font-weight: 300;
}
.border-box {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.boxed {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	background: #fff;
}
.boxed-10 {
	padding: 10px;
}
.boxed-title {
	margin-bottom: 0;
	border-bottom: 0;
	font-size: 24px;
	font-weight: 500;
}
.boxed-title span {
	font-size: 18px;
	color: #666;
	float: right;
	font-weight: 300;
}
.boxed-title span.boxed-pad{
    padding-top:6px;
}
.boxed-title-small {
	font-size: 22px;
	line-height:22px;
	width: 320px;
}
.boxed-title-small span {
	float: none;
	display: block;
	font-size: 16px;
	line-height: 21px;
}
.boxed-title-small h1 {
padding-top:5px;
}
.boxed-title-small span.rfloat {
	float: right;
}
.boxed-footer {
	margin-top: 0;
	border-top: 0;
	font-size: 24px;
	font-weight: 500;
}
.lfloat {
	float: left;
}
.rfloat {
	float: right;
}
.cleared {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	top: -1px;
	margin-bottom: -1px;
	position: relative;
}
.main-container {
	width: 1000px;
	margin: auto;
}
.col2 {
	width: 660px;
}
.col3 {
	width: 1000px;
	padding-top: 20px;
}
.col2.left-side {
	float: left;
}
.right-side,
.left-side {
	margin-top: 0px;
}
.rmargin-20 {
	margin-right: 20px;
}
.col1 {
	width: 320px;
	float: left;
}




.img-holder {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 65%;
}
.img-holder .img-center {
	height: 5000px;
	left: 0;
	line-height: 5000px;
	margin-left: 0;
	margin-top: -2500px;
	position: absolute;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 100%;
	display: block;
	background: #eee;
}
.img-holder .img-center img {
	height: auto;
	width: 100%;
	position: relative;
	padding-top: 0;
	display: inline-block;
	vertical-align: middle;
	background: #eee;
	cursor:pointer; 
}
.featured-box  {
	position: relative;
}
.featured-box .featured-tab {
	position: absolute;
	background: #ED541B;
	color: #fff;
	top: 20px;
	left: 20px;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 10px 4px;
}
.featured-box i {
	color: #666;
}
.orange-link {
	color: #dc4912;
	text-decoration: none;
	cursor: pointer;
}
.orange-link:hover {
	text-decoration: underline;
}
.featured-category {
	font-size: 11px;
	color: #666;
	margin-top: 10px;
	text-decoration: none;
	display: block;
	text-transform:uppercase;
}
.featured-category:hover {
	color: #ed751b;
}
.featured-title {
	font-size: 18px;
	font-weight: 300;
	height: 72px;
	overflow: hidden;
}
.featured-title a {
	color: #333;
	text-decoration: none;	
}
.featured-title a:hover {
	color: #ed751b;
}
.featured-title:hover {
	color: #dc4912;
}
.featured-byline {
	font-size: 16px;
	color: #666;
	margin-top: 5px;
}
.featured-byline a {
	color:#ED541B;
}
.featured-byline a:hover {
	color: #ed751b;
}
.photos-and-comments {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.photos-and-comments a {
	margin-right: 20px;
	color: #666;
	text-decoration: none;
}
.photos-and-comments span:hover {
	color: #ed751b;
}

.login-form input[type="text"] {
	border: 1px solid #ccc;
	width: 278px;
	margin-bottom: 10px;
	height: 40px;
	padding: 0 10px;
	line-height: 20px;
	display: block;
	font-weight:300;
	color:#999;
}
.join-line {
	line-height: 37px;
	margin-top: 20px;
}
.fbjoin-link {
	color: #3B5895;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 14px;
	height: 17px;
	display: inline-block;
}
.join-button {
	float: right;
}
.join-line .join-button:hover
{
    background:#ED751B;
    
}
.fbjoin-text {
	position: relative;
	top: 2px;
	margin-left: 8px;
}
.fbjoin-text:hover
{
    text-decoration:underline;
    color:#3B5895;
}
.btn {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0 20px;
	border: 0;
	background: #ED541B;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}
.btn.disabled {
	background: #ED541B;
}
.btn.btn-black {
	background: #333;
}
.btn.btn-black:hover {
	background: #111;
}
.btn.btn-black.disabled {
	background: #999;
}
.btn.btn-fullwidth {
	width: 100%;
	text-align: center;
}

.dropdown {
	display: inline-block;
	width: 152px;
	border: 1px solid #ccc;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
.mmy-dropdown .dropdown {
	margin-right: 10px;
}
.dropdown .label  {
	padding: 10px;
}
.dropdown .label i {
	float: right;
}
.dropdown .results {
	display: none;
	position: absolute;
	top: 39px;
	left: 0;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	white-space: nowrap;
	min-width: 100%;
	max-height: 400px;
	overflow: auto;
	z-index: 2;
}
.dropdown .results a {
	display: block;
	text-decoration: none;
	color: #333;
}
.dropdown .results span {
	display: block;
}
.dropdown .results span:hover, 
.dropdown .results a:hover {
	color: #ed751b;
}
.dropdown.expanded .results {
	display: block;
}
.browseButtonID {
	
}

.article {
	
}
.popular-image {
	float: left;
	width: 215px;
	height: 140px;
}
.popular-text {
	width: 380px;
	margin-left: 20px;
	float: left;
}
.popular-text .featured-category {
	margin-top: 0;
	cursor: pointer;
}

.popular-text .featured-title {
	height: auto;
}
.popular-this-week {
	margin-bottom: 0;
}
.popular-this-week .article {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
.popular-this-week .article:first-child {
	border: 0;
	padding: 0;
	margin: 0;
}


.amazing-rides {

}

.amazing-rides .vsw-ads{
  width:278px; 
}
.amazing-ride {
	margin-top: 30px;
}
.amazing-ride:first-child {
	margin-top: 0px;
}
.amazing-image {
	width: 65px;
	height: 44px;
	float: left;
	margin-right: 10px;
}
.amazing-text  {
	float: left;
	width: 203px
}
.amazing-text a.boxed-title {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	display: block;
}
.amazing-text a.boxed-title:hover {
	color: #ed751b;
}
.amazing-text .featured-byline {
	font-size: 14px;
	display: inline-block;
}
.amazing-text .featured-byline.block {
	display: block;
	margin-top: 0;
}
.amazing-text .featured-byline a {
	font-size: 14px;
}
.amazing-text .gallery-link {
	color: #666;
	text-decoration: none;
	font-size: 14px;
}
.amazing-text .gallery-link:hover {
	color: #ed751b;
}


.cat-module-link {
	text-align: right;
	margin-top: 20px;
	display: block;
}

#cat-dropdown.dropdown {
	width: 100%;
}

.ad-mrec {
	width: 300px;
	/*height: 250px;
	background: #000;*/
	display: block;
	
}
.sticky .ad-mrec
{
    position:relative;
    z-index:0;
}
.ad-tall {
	width: 300px;
	height: 600px;
	background: #000;
	display: block;
}


.sticky {
	position: absolute;
}
.sticky.stuck {
	position: fixed;
	top: 119px;
}
.sticky.stuck.bottom {
	position: absolute;
	bottom: 20px;
	top: auto;
}

.gallery-box {
	position: relative;
}
.gallery-box i {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -30px;
	padding: 3px 9px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	cursor: pointer;
}
.gallery-box i.fa-angle-right {
	left: auto;
	right: 20px;
}
/* home page load more */
.mod-load-more.btn
{
    padding:0px;
    cursor:pointer;
}
.mod-load-more a
{
    color:#fff;
    text-decoration:none;
}

.margin-bottom-20
{
    margin-bottom:20px; 
}
/* home page load more */

@media only screen and (max-width:640px) {
	.gallery-box i {
		left: 10px;
	}
	.gallery-box i.fa-angle-right {
		right: 10px;
	}
	.boxed {
		padding: 20px 10px;
		margin-bottom: 10px;
	}
	.popular-this-week {
		margin-bottom: 0;
	}
	.main-container {
		width: 100%;
		max-width: 100%;
	}
	.col3 {
		width: auto;
	}
	.col2 {
		width: 100%;
	}
	.col1 {
		width: 100%;
	}
	.boxed-title {
		font-size: 20px;
		margin-bottom: 0;
	}
	.boxed-title span {
		font-size: 12px;
	}
	.boxed-title-small span {
		font-size: 16px;
	}
	.boxed-title-small {
		width: 100%;
		font-size: 20px;
	}
	.amazing-text {
		float: left;
		width: calc(100% - 75px);
	}
	.popular-text 
	{
	    width:48%;
		width : calc(100% - 170px);
		width : -webkit-calc(100% - 170px);
		width : -moz-calc(100% - 170px);
	}
	.ad-mrec {
		margin: auto;
	}
	.ad-mobile {
		width: 320px;
		height: 50px;
		/*background: #000;*/
		margin: 0 auto 10px;
	}
	.sticky {
		position: relative;
		margin-bottom: 0 !important;
		top: 0 !important;
	}
	.sticky.stuck {
		position: relative;
		top: 0;
	}
	.sticky.bottom {
		position: relative;
	}
	.join-line {
		margin-top: 0;
	}
	.join-button {
		float: left;
	}
	.login-form input[type="text"] {
		display: none;
	}
	.fbjoin-link {
		float: right;
		top: 12px;
		position: relative;
	}
	.popular-image {
		width: 120px;
		height: 80px;
	}
	.browseButtonID {
		margin-top: 10px; 
		width: 100%;
	}
	.mmy-dropdown {
	}
	.mmy-dropdown .dropdown 
	{
	    width:48%;
		width : calc(50% - 7px);
		width : -webkit-calc(50% - 7px);
		width : -moz-calc(50% - 7px);
		margin-left: 8px;
		margin-right: 0;
	}
	.mmy-dropdown .dropdown:first-child {
		margin-left: 0px;
		margin-right: 0;
		
	}
	.featured-box .featured-tab {
		left: 10px;
	}
	.photos-and-comments i.fa {
		display: none;
	}
	
	.featured-title {
		font-size: 18px;
		height: auto;
	}
	.featured-byline {
		font-size: 12px;
		margin-top: 0;
	}
	.photos-and-comments {
		font-size: 10px;
	}
	.featured-category {
		font-size: 10px;
	}
	.popular-text .featured-title .boxed-title {
		font-size: 14px;
		font-weight: 300;
	}
	.boxed-title-small span.rfloat {
		font-size: 12px;
	}
}



/* Mobile visibility */
.mobile-hidden {
	display: inline-block;
}
.desktop-hidden {
	display: none;
}
.mobile-hidden.block {
	display: block;
}
@media only screen and (max-width:640px) {
	.mobile-hidden {
		display: none;
	}
	.dekstop-hidden {
		display: inline-block;
	}
	.desktop-hidden.block {
		display: block;
	}
}
.lmr_bg
{
  background-color: #ED541B !important; 
}

.lmr_bg:hover
{
   background-color: #ED751B !important;
}

.sticky-val
{
    background:#000;
    width:250px;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    font-family:'Arial Narrow',san-serif;
    border:2px solid #ccc;
    position:fixed;
    left:50px;
    top:100px;
    z-index:200003;
    padding:20px;
    line-height:24px;
}


