/* new css styles for homepage*/
body {
  background: #efefef !important;
}

#astroBody-bg {
   margin-top: 0 !important;
   padding: 0;
}

#astro-bodyContainer{
    max-width: none;
}
.new-signIn a {
    width: 210px;
    height: 70px;
    line-height: 70px;
    display: block;
    font-size: 34px;
    text-align: center;
    font-family: 'Roboto Light';
    background-color: #3bb7eb;
    color: #fff;
    margin-top: -10px;
}

.astro-bodyContainer {
    max-width: 1280px;
    margin: 0 auto;
}

.new-home .full-banner {
	
	position: relative;
}

.new-home .full-banner .owl-update {
/*	height: 350px;*/
        overflow: hidden;
}

.new-home .full-banner .owl-update .owl-wrapper-outer {
    
}



.new-home .full-banner .owl-update .item {
    position: relative;
}

.new-home .full-banner .carousel {
    margin-bottom: 25px;
    height: 350px;
}

.new-home .full-banner .carousel-inner .descrip {
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 50px;  
        line-height: 50px;  
	background: rgba(151,138,129,0.5);
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 5px 0;
}

.new-home .full-banner .carousel-inner .descrip h2 {
	font-size: 30px;
	width: 100%;
	color: #fff;
	padding: 0;
        text-transform: none;
        margin: 0;
}

.new-home .full-banner .carousel-indicators {
    left: initial;
    right: 1%;
    bottom: 1%;
}

.new-home .full-banner .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d1cecc;    
    border: none;
}

.new-home .full-banner .carousel-indicators .active {
    background: #fec817;
}

.new-home .full-banner .owl-dots {
    position: absolute;
    left: initial;
    bottom: 17px;
    right: 0;
}

.new-home .full-banner .owl-dots .owl-dot {
	width: 20px !important;
	height: 20px !important;
    background: #d1cecc !important;
    box-shadow: 0 0 2px #F0EFE7;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.new-home .full-banner .owl-dots .active {
    background: #fec817 !important;
}

.new-home .full-banner .search-banner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

}

.new-home .full-banner .search-banner .astroHeader-SearchDIV {
    width: 704px;
    height: 56px;
    font-size: 16px;
    border: 1px solid #8b8e8e;
    padding: 0;
}

.new-home .full-banner .search-banner .astroHeader-SearchTxtfield {
	width: 590px;
	font-size: 16px;
	height: 56px;
	color: #686964;
	padding-left: 15px; 
}

.new-home .full-banner .search-banner .astroHeader-SearchTxtfield::-webkit-input-placeholder {color:#686964 !important;}
.new-home .full-banner .search-banner .astroHeader-SearchTxtfield:-moz-placeholder {color:#686964;}
.new-home .full-banner .search-banner .astroHeader-SearchTxtfield::-moz-placeholder {color:#686964;}
.new-home .full-banner .search-banner .astroHeader-SearchTxtfield:-ms-input-placeholder {color:#686964;}

.new-home .full-banner .search-banner .astroHeader-SearchBTN-new {
	background: url('/assets/images/frontend/home/search-icon.png');
	width: 99px;
    height: 56px;
    float: left;
}

.all-service-container {
	max-width: 1280px;
	overflow: hidden;
        margin: 0 auto;
}

.all-service-container h3 {
	font-size: 22px;
	font-family: "Roboto Light";
	color: #0f0e0d;
	background: #efefef;
}

.all-service-container h5 {
	font-size: 16px;
	font-family: "Roboto Light";
	text-transform: uppercase;
	margin: 5px 0;
	background: #e7e7e7;
}

.all-service-container .card-holder {
	width: 48.5%;
	margin: 0 2% 2% 0;
	float: left;
        border: 1px solid #c8c8c8;
}

.all-service-container .card-holder:nth-child(2n) {
	margin-right: 0;
}

.all-service-container .card-header {
	height: 30px;
	line-height: 30px;
	background: #fff;
	padding: 0 10px;
}

.all-service-container .card-header h5 {
	font-size: 14px;
	margin: 0;
        background: #fff;
        padding: 10px;
}

.new-home .grid8 {
	width: 61%;
	float: left;
	margin-right: 1%;
}

.new-home .grid4 {
	width: 38%;
	float: right;
}

.fullDIV .grid40 {
	width: 40%;
	float: left;
	padding: 10px;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
}

.fullDIV .grid60 {
	width: 60%;
	float: left;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
}

.fullDIV .card-details {
	overflow: hidden;
	background: #fff;
}

.fullDIV .card-details .mobile-header {
	display: none;
}

.fullDIV .card-details .image-title a {
	font-size: 10px;
}

.fullDIV .grid60 .package-details {
    margin: 15px 0 10px 10px;
    padding-right: 10px;
    height: 66px;
}

.fullDIV .grid60 .package-details:first-child {
	border-bottom: 1px solid #e1e1e1; 
	padding-bottom: 10px;
}

.fullDIV .grid60 .package-details div {
	font-size: 12px;
	margin-bottom: 5px;
}

.fullDIV .grid60 .package-details .title {
	font-size: 14px;
	color: #686964;
        max-height: 39px;
        overflow: hidden;
}

.fullDIV .grid60 .package-details .consultant {
	font-size: 14px;
	color: #909090;
}

.fullDIV .grid60 .package-details .package {
	font-size: 12px;
	color: #3bb7eb;
}

.fullDIV .grid60 .package-details .package .hover {
    background: #1f9cd0;
    font-size: 12px;
    color: #fff;
    padding: 3px;
}

/* horscope section */
.horo-sunsign {
    overflow: hidden;
    border: 1px solid #ccc;
}

.horo-sunsign .sun-sign {
    width: 160px;
    height: 61px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    float: left;
    padding: 10px 0;
    border-left: 1px solid #efefef;
	border-top: 1px solid #efefef;
	position: relative;
	z-index: 1;
}

.horo-sunsign .sun-sign:first-child {
	border: none;
	margin-left: 1px;
}

.horo-sunsign .sun-sign:nth-child(2),
.horo-sunsign .sun-sign:nth-child(3) {
	border-top: none;
}

.horo-sunsign .sun-sign a {
    overflow: hidden;
    width: 92%;
    display: block;
    margin: 0 auto;
}

.horo-sunsign .sun-sign .sun-sign-img {
          float: left;
          background: url('/assets/images/frontend/home/sunsign/sunsign_sprite.png') no-repeat;
}
 
.horo-sunsign .sun-sign .aries {
          background-position: 0 0;
          width: 55px;
          height: 55px;
}
 
.horo-sunsign .sun-sign .taurus {
          background-position: -65px 0;
          width: 55px;
          height: 55px;
}
 
.horo-sunsign .sun-sign .gemini {
          background-position: -130px 0;
          width: 55px;
          height: 55px;
}
 
.horo-sunsign .sun-sign .cancer {
          background-position: -195px 0;
          width: 55px;
          height: 55px;
}
 
.horo-sunsign .sun-sign .leo {
          background-position: 0 -65px;
          width: 55px;
          height: 55px;
}
 
.horo-sunsign .sun-sign .virgo {
          background-position: -65px -65px;
          width: 55px;
          height: 55px;
}
 
.horo-sunsign .sun-sign .libra {
          background-position: -130px -65px;
          width: 55px;
          height: 55px;
}
 
.horo-sunsign .sun-sign .scorpio {
          background-position: -195px -65px;
          width: 55px;
          height: 55px;
}
 
.horo-sunsign .sun-sign .sagittarius {
          background-position: 0 -130px;
          width: 55px;
          height: 55px;
}
 
.horo-sunsign .sun-sign .capricorn {
          background-position: -65px -130px;
          width: 55px;
          height: 55px;
}
 
.horo-sunsign .sun-sign .aquarius {
          background-position: -130px -130px;
          width: 55px;
          height: 55px;
}
 
.horo-sunsign .sun-sign .pisces {
          background-position: -195px -130px;
          width: 55px;
          height: 55px;
}

.horo-sunsign .sun-sign .sunsign-name {
    float: left;
    display: inline-block;
    color: #686964;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 13px;
}

.horo-sunsign .sun-sign .period {
    display: block;
    font-size: 11px;
    color: #999999;
}

.horo-sunsign .sun-sign:hover,
.horo-sunsign .sun-sign:focus,
.horo-sunsign .sun-sign:active {
	overflow: visible;
	z-index: 2;
}

.horo-sunsign .sun-sign:hover .hover-board,
.horo-sunsign .sun-sign:focus .hover-board,
.horo-sunsign .sun-sign:active .hover-board {
    border: 1px solid #efefef;
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 57px;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.27);
    background-color: #fff;
    padding: 10px 0;
}

.horo-sunsign .sun-sign:hover .sunsign-name,
.horo-sunsign .sun-sign:focus .sunsign-name,
.horo-sunsign .sun-sign:active .sunsign-name,
.horo-sunsign .sun-sign:hover .period,
.horo-sunsign .sun-sign:focus .period,
.horo-sunsign .sun-sign:active .period {
	color: #3bb7eb;
}

.all-service-container .parent-container {
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 10px;
}

.all-service-container .parent-container .orange-bg {
    color: #fff;
    background: #fc9b18;
}

.all-service-container .parent-container .specific-questions {
    padding: 0 10px 10px;
    background-color: #fff;
    overflow: hidden;
}

.parent-container .specific-questions .note {
    text-align: right;
    font-size: 12px;
    color: #989996;
    margin: 0 0 5px;
}

.parent-container .specific-questions textarea {
	width: 95%;
        max-width: 95%;
        min-width: 95%;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	color: #777;
	font-size: 13px;
        height: 30px;
        min-height: 30px;
        padding: 10px;
}

.parent-container .specific-questions textarea::-webkit-textarea-placeholder {color:#777 !important;font-family:'robotoregular';}
.parent-container .specific-questions textarea:-moz-placeholder {color:#777 !important;font-family:'robotoregular';}
.parent-container .specific-questions textarea::-moz-placeholder {color:#777 !important;font-family:'robotoregular';}
.parent-container .specific-questions textarea:-ms-input-placeholder {color:#777 !important;font-family:'robotoregular';}

.all-service-container .specific-questions .select-expert {
    margin: 0px 15px 10px;
    overflow: hidden;
    text-align: center;
}

.all-service-container .best-services .select-expert {
    margin: 0px 0px 10px;
}

.all-service-container .specific-questions .expert {
	float: left;
        width: 33%;
}

.all-service-container .best-services .expert {
    width: 33.33%;
}

.all-service-container .specific-questions .check {
    position: relative;
    width: 50px;
    margin: 0 auto;
}

.all-service-container .best-services .check {
    width: auto;
    height: 105px;
    overflow: hidden;
}

.all-service-container .specific-questions .check img {
    border-radius: 50%;
    max-width: 50px;
    max-height: 50px;
}

.all-service-container .best-services .check img {
    border-radius: 0;
    max-width: 140px;
    max-height: 140px;
}

.all-service-container .specific-questions .check .radio-btn {
	position: absolute;
    bottom: 10px;
    right: -10px;
}

.all-service-container .specific-questions .details {
    color: #686964;
    margin: 5px 0;
    height: 50px;
}

.all-service-container .best-services .details {
    max-width: 140px;
    margin: 5px auto;
}

.all-service-container .specific-questions .details span {
	display: block;        
}

.all-service-container .specific-questions .details .name {
        overflow: hidden;
}

.all-service-container .best-services .details .name {
    height: 48px;
}

.all-service-container .specific-questions .details .price {
	color: #a5a6a4;
    margin-top: 5px;
}

.all-service-container .specific-questions .ask-now {
    font-size: 14px;
    overflow: hidden;
}

.all-service-container .specific-questions .ask-now a {
    color: #fff;
    background: #fc9b18;
    width: 85px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
}

.all-service-container .best-services .ask-now a {
    height: 30px;
    line-height: 30px;
    margin: 20px auto 0;
}

.all-service-container .specific-questions .check .radio-btn i {
	width: 17px;
	height: 16px;
	display: inline-block;
}

.all-service-container .specific-questions .check .radio-checked {
	background: url('/assets/images/frontend/home/radio-unchecked.png');
}

.all-service-container .specific-questions .selected .radio-checked  {
	background: url('/assets/images/frontend/home/radio-checked.png');
}

.all-service-container .articles {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px;
}

.articles .article-container {
    width: 300px;
    height: 250px;
    position: relative;
    float: left;
    margin-left: 20px;
}

.articles .article-container:first-child {
	margin-left: 0;
}

.articles .article-container .ribbon {
	position: absolute;
	top: 0;
	left: -8px;
	background: url('/assets/images/frontend/home/ribbon.png');
	width: auto;
	height: 29px;
        color: #686964;
        font-size: 11px;
        text-align: center;
        line-height: 34px;
        padding: 0px 10px;
}

.articles .article-container .related-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    font-size: 14px;
    color: #fff;
}

.articles .article-container .related-content a {
	padding: 10px;
	color: #fff;
	display: block;
}

.articles .article-container .related-content a > span {
    display: block;
    max-width: 70%;
}

.articles .article-container .read {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #3bb7eb;
    border: none;
    width: 82px;
    height: 30px;
    color: #fff;
    cursor: pointer;
}

.articles .article-container .rating {
	position: absolute;
    right: 12px;
    top: 2px;
}

.articles .article-container .stars {
	width: 11px;
	height: 9px;
	display: inline-block;
}

.articles .article-container .full-star {
	background: url('/assets/images/frontend/home/full-star.png');
}

.articles .article-container .half-star {
	background: url('/assets/images/frontend/home/half-star.png');
}

.articles .article-container .empty-star {
	background: url('/assets/images/frontend/home/empty-star.png');
}
/* tablet css */
/* width css 650px - 1279px */

@media screen and (min-width: 650px) and (max-width: 1279px){
	#astro-bodyContainer.new-home {
		max-width: initial;
		padding: 0 10px;
	}

	.new-home .full-banner .carousel-inner .item {
	    width: 100% !important;
	    max-width: 100%;
            position: relative;
            overflow: hidden;
	}
        
        .new-home .full-banner .carousel-inner .item > img {
            width: 100% !important;
            position: relative;
s
        }

	.new-home .full-banner .carousel-inner .descrip {
		text-align: center;
		padding: 8px 0 8px 10px;
                height: auto;
	}
        
        .new-home .full-banner .carousel-inner .descrip p {
            display: none;
        }

	.new-home .full-banner .carousel-inner .descrip h2 {
		font-size: 16px;
	}

	.new-home .full-banner .search-banner {
		display: none;
	}
        
        .new-home .full-banner .owl-dots
        {
            display: none !important;
            bottom: 12px;
        }

	/*featured area*/

	.new-home .grid4 {
		float: left;
		width: 100%;
	}

	.new-home .grid8 {
		float: left;
		width: 100%;
	}

	.horo-sunsign .sun-sign {
	    width: 16.5%;
	    height: 96px;
	    border: none;
	    border-left: 1px solid #efefef;
	    border-bottom: 1px solid #efefef;
	}

	.horo-sunsign .sun-sign:first-child,
	.horo-sunsign .sun-sign:nth-child(7) {
		border-left: none; 
		margin-left: 0;
	}

	.horo-sunsign .sun-sign:nth-child(7),
	.horo-sunsign .sun-sign:nth-child(8),
	.horo-sunsign .sun-sign:nth-child(9),
	.horo-sunsign .sun-sign:nth-child(10),
	.horo-sunsign .sun-sign:nth-child(11),
	.horo-sunsign .sun-sign:nth-child(12) {
	    border-bottom: none;
	}

	.horo-sunsign .sun-sign:hover .hover-board,
	.horo-sunsign .sun-sign:focus .hover-board,
	.horo-sunsign .sun-sign:active .hover-board {
	    border: 1px solid #efefef;
	    height: 96px;
	}

	.horo-sunsign .sun-sign:first-child:hover .hover-board,
	.horo-sunsign .sun-sign:first-child:focus .hover-board,
	.horo-sunsign .sun-sign:first-child:active .hover-board,
	.horo-sunsign .sun-sign:nth-child(7):hover .hover-board,
	.horo-sunsign .sun-sign:nth-child(7):focus .hover-board,
	.horo-sunsign .sun-sign:nth-child(7):active .hover-board {
		margin-left: 1px; 
	}

	.horo-sunsign .sun-sign a {
		text-align: center;
	}
        
        .horo-sunsign .sun-sign .sun-sign-img {
            display: block;
            margin: 0 auto;
            float: none;
        }
        
	.horo-sunsign .sun-sign .sunsign-name {
		float: none;
		display: block;
	}

	/*ask experts*/
	.all-service-container .specific-questions .holder {
		width: 48%;
    	float: left;
    	margin-right: 2%;
	}
        
        .all-service-container .best-services .holder {
            width: 100%;
        }

	.parent-container .specific-questions .note {
		text-align: left;
	}

	.parent-container .specific-questions textarea {
		width: 90%;
                max-width: 90%;
                min-width: 90%;
                height: 60px;
                min-height: 6s0px;
	}

	.all-service-container .specific-questions .select-expert {
		width: 35%;
		margin: 0;
                float: left;
	}
        
        .all-service-container .best-services .select-expert {
		width: 100%;
	}
        
        .all-service-container .specific-questions .expert {
            max-width: 70px;
        }
        
        .all-service-container .best-services .expert {
            max-width: 33.33%;
        }
        
        .all-service-container .best-services .details {
            height: auto;
        }

	.all-service-container .specific-questions .ask-now {
		width: 12%;
                float: left;
	}

	.all-service-container .specific-questions .ask-now a {
		margin-top: 30px;
	}        
        
        .all-service-container .best-services .ask-now {
		width: auto;
                float: none;
	}
        
        .all-service-container .best-services .ask-now a {
            margin-top: 10px;
        }

	.articles .width-controller {
		width: 620px;
		margin: 0 auto;
	}

	.articles .article-container {
		margin-bottom: 20px;
	}

	.articles .article-container:nth-child(3n) {
		margin-left: 0;
	}
}
/* mobile css */
/* width css 649px */

@media screen and (max-width: 649px){
	
	/* login */

/*	.posRel.fleft {
		display: block !important;
	}*/

	.posRel.new-signIn {
		display: none !important;
	}

	/* banner area */
        
        .astro-bodyContainer {
            max-width: 320px;
        }
        
        .new-home .full-banner .carousel {
            height: 200px;
            width: 320px;
            margin: 0 auto 25px;
        }

	.new-home .full-banner .carousel-inner{
		height: 200px;
                width: 298px;
                margin: 0 auto;
	}

	.new-home .full-banner .carousel-inner .item {
		width: 298px !important;
		height: 200px;
	}
        
        .new-home .full-banner .carousel-inner .item img {
            width: auto !important;
            height: 200px;
        }
        

	.new-home .grid8 {
		width: 298px;
                margin: 0 auto;
                float: none;
                overflow: hidden;
                margin-top: 10px;
	}

	.new-home .full-banner .carousel-inner .descrip {
		display: none;
	}
        
        .new-home .full-banner .carousel-indicators {
            display: none !important;
        }

	.new-home .full-banner .search-banner {
		display: none;
	}

	.all-service-container h3 {
		background: #726f6a;
		color: #fff;
                overflow: hidden;
                text-align: center;
                width: 100%;
                margin: 10px 0;
                padding: 2px 0;
                font-size: 16px;
                text-align: center;
	}

	.new-home .grid4 {
		width: 100%;
		float: left;
	}

	.all-service-container .parent-container {
                width: 298px;
                margin: 0 auto;
		padding: 0 3px 5px;
		margin-bottom: 0;
	}
        
        .horo-sunsign .sun-sign {
		width: 32.99%;
		height: 74px;
	}
        
        .horo-sunsign .sun-sign .sun-sign-img {
            display: block;
            margin: 0 auto;
            float: none;
        }

	.horo-sunsign .sun-sign .sunsign-name {
		float: none;
		margin-top: 0;
                display: block;
	}

	.horo-sunsign .sun-sign .period {
		display: none;
	}

	.horo-sunsign .sun-sign:hover .hover-board,
	.horo-sunsign .sun-sign:focus .hover-board,
	.horo-sunsign .sun-sign:active .hover-board {
		height: 74px;
	}

	/* ask an expert area */
        .all-service-container .ask-parent {
            margin-top: 0 !important;
            width: 290px;
        } 
        
        .all-service-container .parent-container .orange-bg {
            width: 300px;
            margin: 0;
            margin-left: -5px;            
            padding: 10px 0;
        }
        
	.all-service-container .parent-container .specific-questions {
                width: 272px;
                padding: 10px;
                margin: 0 auto;
		display: table;
		position: relative;
                background: #fff;
	}

	.all-service-container .specific-questions .select-expert {
		margin: 0 0 10px;
		width: 100%;
	}

	.all-service-container .specific-questions .expert {
		width: 33%;
		margin-right: 0;
		display: table-cell;
                max-width: none;
	}
        
        .all-service-container .best-services .expert {
            width: 100%;
            margin-bottom: 20px;
        }
        
        .all-service-container .best-services .details {
            height: auto;
        }

	.all-service-container .specific-questions .holder {
	}

	.parent-container .specific-questions .note {
		display: table-footer-group;
		text-align: left;
                margin-left: 10px;
	}

	.parent-container .specific-questions .place-question {
		display: table-header-group;
	}

	.parent-container .specific-questions textarea {
	    width: 96%;
            max-width: 96%;
            min-width: 96%;
	    height: 30px;
            min-height: 30px;
            border-radius: 3px 0 0 3px;
            font-size: 10px;
            padding: 5px;
	}
        
        .parent-container .specific-questions textarea::-webkit-textarea-placeholder {color:#777 !important;font-size: 10px;}
        .parent-container .specific-questions textarea:-moz-placeholder {color:#777!important;font-size: 10px;}
        .parent-container .specific-questions textarea::-moz-placeholder {color:#777!important;font-size: 10px;}
        .parent-container .specific-questions textarea:-ms-input-placeholder {color:#777!important;font-size: 10px;}

	.all-service-container .specific-questions .ask-now {
		width: 100%;
	}

	.all-service-container .specific-questions .ask-now a {
		margin: 0 auto;
	    border-radius: 3px;
            width: 50%;
            height: 30px;
            line-height: 30px;
	}
        
        .all-service-container .best-services .ask-now a {
            margin: 10px auto 0;
        }

	/* card area */

	.all-service-container .card-holder {
	    width: 49.5%;
	    margin: 0 0.5% .5% 0;
	    float: left;
            border: none;
            height: 183px;
	}
	
	.all-service-container .card-header,
	.all-service-container .card-header h5 {
		display: none;
		/*font-size: 12px;
		text-align: center;
		width: 100%;*/
	}

	.fullDIV .card-details {
		text-align: center;
                height: 100%;
	}

	.fullDIV .services {
		margin-bottom: 10px;
	}
        
        .fullDIV .services > .fullDIV{
		margin-top: 10px;
	}
        
        .all-service-container .fullDiv.floatL {
            float: none;
            width: 298px;
            margin: 0 auto;
            overflow: hidden;
        }
        
        .all-service-container .articles {
            padding: 0;
            background: none;
        }
        
	.fullDIV .card-details .grid40 {
	    width: 100%;
	}

	.fullDIV .card-details .grid40 img {
	    width: 48px;
	}

	.fullDIV .card-details .mobile-header {
		display: block;
	}

	.fullDIV .card-details .mobile-header h5 {
	    font-size: 12px;
	    background: none;
	    color: #000;
	}

	.fullDIV .card-details .image-title {
	    color: #8e8f8a;
	} 

	.fullDIV .card-details .image-title a {
	    display: block;
	}

	.fullDIV .card-details .grid60 {
		display: none;
	}

	/* article area */
        
	.articles .article-container {
		margin: 0 0 10px 0;
                width: 298px;
	}
        
        .articles .width-controller {
		width: 298px;
		margin: 0 auto;
                overflow: hidden;
                background: #fff;
	}
        
        .articles .article-container .ribbon {
            top: 10px;
            left: 5px;
        }  
        
        .articles .article-container .prim-image {
            text-align: center;
        }        
        
        .articles .article-container .prim-image img {
            width: 278px;
        }
        
        .articles .article-container .related-content {
            width: 278px;
            bottom: 5px;
            left: 10px;
        }
        
} 

/* CSS for the old components */
#astro-bodyContainer1 .astroCommon-300 a {
    color: #0E8EAB;
}

#astro-bodyContainer1 .astroCommon-300 .btn-blue {
    color: #fff;
}

#astro-bodyContainer1 .astroCommon-300 a strong {
    font-weight: normal;
}

@media screen and (min-width: 620px) and (max-width:959px) {
    .astro-bodyContainer {
        max-width: 640px;
        margin: 0 auto;
    }
}

#astro-bodyContainer1 .astroCommon-300 .w280-pad10,
#astro-bodyContainer1 .popularRHS.service-small .pp14detail h3,
#astro-bodyContainer1 .popularRHS .pp12detail,
#astro-bodyContainer1 .marginT10.lineHght18 {
          font-size: 14px;
          font-family: 'robotoregular';
}

#astro-bodyContainer1 .astroCommon-300 > h2,
#astro-bodyContainer1 .astroCommon-300 a h2 {
    font-size: 17px;
    font-family: 'Roboto Light';
}

#astro-bodyContainer1 .astroCommon-300 > h2 a,
#astro-bodyContainer1 .astroCommon-300 a h2 {
    color: #0c0101;
}
 
#astro-bodyContainer1 .astroCommon-300 .font20 {
    font-size: 16px;
}
 
#astro-bodyContainer1 #eventCalendarHumanDate a {
    color: #535252;
}