html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,  u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-weight: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular.eot');
    src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/roboto-regular.woff') format('woff'),  url('../fonts/roboto-regular.ttf') format('truetype'),  url('../fonts/roboto-regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotocondensed';
    src: url('../fonts/roboto-condensed.eot');
    src: url('../fonts/roboto-condensed.eot?#iefix') format('embedded-opentype'),  url('../fonts/roboto-condensed.woff') format('woff'),  url('../fonts/roboto-condensed.ttf') format('truetype'),  url('../fonts/roboto-condensed.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'robotoregular', Helvetica, Arial, sans-serif;
	overflow-x: hidden;
    color: #333;
	background: #f1f1f1;
	font-size: 14px;
    font-synthesis:  inherit;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
}
body strong {
    font-weight: bold;
}
ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}
li.bjqs-slide {
	position: absolute;
	display: none;
}
ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
	position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 0;
}
ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
ol.bjqs-markers.h-centered {
	text-align: center;
}
ol.bjqs-markers li {
	display: inline;
}
ol.bjqs-markers li a {
	display: inline-block;
}
p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}
.bjqs-wrapper {
	width: 193px !important;
}
ul.bjqs-controls.v-centered li a, ul.bjqs-controls.v-centered li.bjqs-prev a:hover {
	background: url('../images/left-arrow.png') no-repeat left top;
	width: 24px;
	height: 24px;
	margin: 0 0 0 10px
}
ul.bjqs-controls.v-centered li.bjqs-next a, ul.bjqs-controls.v-centered li.bjqs-next a:hover {
	background: url('../images/right-arrow.png') no-repeat left top;
	margin: 0 6px 0 0;
}
ul.bjqs-controls.v-centered li a:hover {
	background: #000;
	color: #fff;
}
ol.bjqs-markers li a {
	padding: 5px 10px;
	background: #000;
	color: #fff;
	margin: 5px;
	text-decoration: none;
}
ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
	background: #999;
}
p.bjqs-caption {
	background: rgba(255,255,255,0.5);
}
.h-centered {
	display: none;
}
#overlay-back {position:fixed;top:0;left:0;width:100%;height:100%;background: #666 url('/images/noisy-grid.png') 50% 50% repeat;opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";z-index: 10020;display:none; }
.timg{position: relative; }
.timg:hover > .preview{ display: block;}
.preview{display:none;width:100%;background:#FFF;position:absolute;top:0;z-index:200;opacity:.9;filter:alpha(opacity=90);color:#1D1D1D;font-weight:700;text-align:center;padding:15px 0}
a.disabled {background: #9C9C9C !important;cursor: default;pointer-events: none;}
.nav-strip{
    background: #f5f5f7 !important;
    margin-bottom: -14px;
    padding: 0px !important;
}
a.nav-btn{
    background: url(../images/button-icon-sprite.png) no-repeat right -73px #F68220;
}
a.nav-btn:hover{
    background: url(../images/button-icon-sprite.png) no-repeat right -73px #F98E35;
}
a.highlight-btn{
    background-color:#F68220 !important;
    margin: 10px;
    float: right;
    font-size: 20px;
}
a.highlight-btn:hover {
    background-color: #F98E35 !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}
.tbody1 .arrow-left {
	background: url("../images/arrow-head2.png") no-repeat scroll 72px 3px;
}
.tbody1 .arrow-right {
	background: url("../images/arrow-head2.png") no-repeat scroll 138px -17px;
}
/*Main CSS Starts Here*/
#page {
	width: 100%;
	background: #f1f1f1;
	float: left;
}
.container {
	max-width: 1024px; /* 980px */
	margin: 0 auto;
}
.admain {
	float: right;
	width: 74%;
	padding: 11px 2px 0 0;
}
.mobile-banner {
	display: none;
}
/*Header CSS starts Here*/
header {
	width: 100%;
	float: left;
	background: #fff;
	min-height: 155px;
}
header .container {
	clear: both;
	overflow: hidden;
}
#topnav {
	float: left;
	width: 100%;
	min-height: 42px;
	border-bottom: 1px solid #e4e4e4;
}
.network {
	width: 34.4%;
	float: left;
}
.network ul li {
	float: left;
	padding: 13px 18px 0 0;
}
.network ul li a {
	border-bottom: 4px solid #c6c6c6;
	color: #666666;
	padding: 0 0 8px 0;
	float: left;
}
.network ul li a:hover, .network ul li a.active {
	border-bottom: 4px solid #5cb1e1;
	color: #5cb1e1;
}
.f-like {
	float: left;
	width: 49.5%;
}
.f-like p {
	float: left;
	color: #15a2ac;
	font-size: 12px;
	font-weight: bold;
	line-height: 42px;
	padding-right: 1.8%;
}
.f-like img {
	padding-top: 12px;
}
.header-social {
	float: right;
}
.header-social ul li {
	float: left;
}
.header-social ul li a {
	float: left;
	margin: 8px 0 0 10px;
	width: 26px;
	height: 26px;
	background: url(../images/header-sprite.png) no-repeat;
}
.header-social a.twitter-icon {
	background-position: -28px 0;
}
.header-social a.gplus-icon {
	background-position: -55px 0;
}
.header-social a.fb-icon:hover {
	background-position: 0px -26px;
}
.header-social a.twitter-icon:hover {
	background-position: -28px -26px;
}
.header-social a.gplus-icon:hover {
	background-position: -55px -26px;
}
/*Logo CSS Starts Here*/
/* #logo {
	float: left;
	width: 25.7%;
	padding-top: 11px;
}
#logo img {
	width: 182px;
	height: 28px;
	margin: 32px 0 0 0;
	clear: both;
} 
#logo p {
	font-size: 12px;
	color: #686868;
	line-height: 14px;
}
*/
/* Modified By BRS for New Logo */
#logo {
	float: left;
	width: 19.5%;
}
#logo img {

	margin: 30px 0 0 0;
	clear: both;
}
#logo p {
	font-size: 13px;
    color: #686868;
    line-height: 5px;
    margin-left: 2px
}
/* End Modification */


/*Header CSS Ends Here	*/
nav {
	float: left;
	width: 100%;
	background: #363635;
	min-height: 37px;
	position: relative;
	box-shadow: 0 2px 2px -2px #999;
}
#drop, #logoresponsivetab, .serachresponsive, #logoresponsivemob, .drpdwn, nav .search2 {
	display: none;
}
#drop {
	background: url(../images/title-sprite.png) no-repeat -282px -158px;
	width: 33px;
	height: 18px;
}
nav .search2 {
	float: right;
	height: 22px;
	margin: 7px 0 0 0;
	position: relative;
	background: #fff;
	border-radius: 10px;
}
nav .search2 .searchtab {
	float: left;
	padding: 0 9px;
	height: 18px;
	width: 100px;
}
nav .search2 .searchtab input {
	float: left;
	width: 100%;
	height: 15px;
	padding: 3px 0 0 0; /*font-family: 'robotomedium';*/
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	border: none;
	outline: none;
	background: none;
}
nav .search2 .searchtab input.go-btn {
	width: 30px;
	display: inline-block;
}
.menu {
	width: 76%;
	float: left;
}
.menu ul li {
	float: left;
	border-right: 1px solid #2c2c2c;
}
.menu ul li a {
	float: left;
	padding: 0 10px;
	color: #fff;
	font-family: 'robotocondensed';
	font-weight: normal;
	height: 37px;
	line-height: 37px;
	position: relative;
	z-index: 9999;
}
.menu ul li a:hover, .menu ul li a.active {
	color: #333;
	background: #f4f3f3;
	box-shadow: 0 2px 2px -2px #ccc;
}
nav .search {
	float: right;
	background: #fff;
	width: 200px;
	height: 22px;
	margin: 7px 0 0 0;
	position: relative;
	border-radius: 10px;
}
nav .searchtab {
	float: left;
	padding: 0 9px;
	height: 18px;
	width: 141px;
}
nav .searchicon {
	float: right;
	background: url(../images/title-sprite.png) no-repeat -215px -60px;
	width: 14px;
	height: 14px;
	border: none;
	cursor: pointer;
	color: #fff;
	margin: 4px 8px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	padding: 10px;
	font-size: 0;
	color: #333;
}
.searchtab input {
	float: left;
	width: 160px;
	height: 15px;
	padding: 3px 0 0 0; /*font-family: 'robotomedium';*/
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	border: none;
	outline: none;
	background: none;
}
/*Breadcrumb CSS Here*/
#breadcrumb {
	width: 100%;
	background: #f1f1f1;
	height: 37px;
	float: left;
	padding-top: 5px;
}
.breadcrumb-list {
	float: left;
	width: 70%;
}
.breadcrumb-list p {
	color: #333;
	font-size: 12px;
	line-height: 30px;
}
.breadcrumb-list p a {
	color: #15a2ac;
	padding-left: 5px;
}
.breadcrumb-list p a:hover {
	text-decoration: underline;
}
.selectoption input[type="checkbox"] + label span {
	margin-left: 26px;
	float: none;
}
.breadcrumb-list a.first-crumb {
	margin: 4px 0 6px 9px;
	background: url(../images/header-sprite.png) no-repeat left;
	background-position: -81px 0;
	width: 26px;
	height: 26px;
	float: left;
}
.breadcrumb-list a.first-crumb:hover {
	background-position: -81px -26px;
}
.addthis {
	float: right;
	margin: 3px 0 0 0;
}
.addthis .share-buttons {
	display: block;
}
.addthis .share-buttons ul {
	display: block;
}
.addthis .share-buttons ul li {
	float: left;
	padding: 0 0 0 5px;
	height: 28px;
	width: 30px;
}
.addthis .share-buttons ul li.fb-share a, .addthis .share-buttons ul li.twitter-share a, .addthis .share-buttons ul li.gplus-share a {
	background: url(../images/social-fb-icon.png) no-repeat 10px center #666666;
	color: #fff;
	font-size: 13px;
	display: block;
	height: 28px;
	line-height: 30px;
	border-radius: 3px;
}
.addthis .share-buttons ul li.twitter-share a {
	background: url(../images/social-tw-icon.png) no-repeat 8px center #666666;
	padding-left: 20px;
}
.addthis .share-buttons ul li.gplus-share a {
	background: url(../images/social-gp-icon.png) no-repeat 8px center #666666;
	padding-left: 25px;
}
/*table css here*/
.monthname {
	font-size: 11px;
	color: #fff;
}
.monthname td {
	padding: 0;
}
.week {
	color: #000;
}
.innertable {
	padding-left: 25px;
}
.td-holidaytext {
	display: none;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 24px;
	color: #333;
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 5px;
}
.td-holiday {
	position: relative;
}
.td-holiday:hover .td-holidaytext {
	display: block;
}
/*inner page css*/
/*aside css starts here*/
aside {
	width: 24%;
	float: left;
}
.leftnav {
	border: 1px solid #e4e4e4;
	background: #fff;
	margin: 0 0 10px 0;
	border-top: 0;
}
.leftnav h3 {
	background: #88d86a;
	height: 40px;
	color: #fff;
	margin: 0;
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
}
.title-icon, .calendar-icon {
	position: absolute;
	width: 40px;
	height: 37px;
	right: 5px;
	top: 0;
	background: url(../images/title-sprite.png) no-repeat -40px 0px #2d81ba;
}
.calendar-icon {
	background: url(../images/title-sprite.png) no-repeat -239px -45px;
	cursor: pointer;
}
/*new changes left-nav*/
.leftnav ul li a {
	display: block;
	line-height: 34px;
	color: #333;
	padding: 0 0 0 50px;
	background: url(../images/leftnav.png) no-repeat;
}
.leftnav ul li.ic a {
	background-position: 10px 0px;
}
.leftnav ul li.astrology a {
	background-position: 10px 0px;
}
.leftnav ul li.ic:hover a, .leftnav ul li.ic a.active {
	background-position: 10px -27px;
}
.leftnav ul li.desktop a {
	background-position: 10px -52px;
}
.leftnav ul li.desktop:hover a, .leftnav ul li.desktop a.active {
	background-position: 10px -80px;
}
.leftnav ul li.template a {
	background-position: 10px -106px;
}
.leftnav ul li.template:hover a, .leftnav ul li.template a.active {
	background-position: 10px -132px;
}
.leftnav ul li.blank a {
	background-position: 10px -158px;
}
.leftnav ul li.blank:hover a, .leftnav ul li.blank a.active {
	background-position: 10px -184px;
}
.leftnav ul li.ical a {
	background-position: 10px -215px;
}
.leftnav ul li.ical:hover a, .leftnav ul li.ical a.active {
	background-position: 10px -248px;
}
.leftnav ul li.custom a {
	background-position: 10px -280px;
}
.leftnav ul li.custom:hover a, .leftnav ul li.custom a.active {
	background-position: 10px -310px;
}
.leftnav ul li.online a {
	background-position: 10px -342px;
}
.leftnav ul li.online:hover a, .leftnav ul li.online a.active {
	background-position: 10px -377px;
}
.leftnav ul li.pdf a {
	background-position: 10px -410px;
}
.leftnav ul li.pdf:hover a, .leftnav ul li.pdf a.active {
	background-position: 10px -445px;
}
.leftnav ul li.print-icon a {
	background-position: 10px -475px;
}
.leftnav ul li.print-icon:hover a, .leftnav ul li.print-icon a.active {
	background-position: 10px -510px;
}
.leftnav ul li.photo a {
	background: url(../images/mobile-home-sprite.png) no-repeat 8px -105px;
}
.leftnav ul li.photo:hover a, .leftnav ul li.photo a.active {
	background: url(../images/mobile-home-sprite.png) no-repeat 8px -130px #666;
}
.leftnav ul li.school a {
	background-position: 10px -545px;
}
.leftnav ul li.school:hover a, .leftnav ul li.school a.active {
	background-position: 10px -575px;
}
.leftnav ul li.islam a {
	background-position: 10px -817px;
}
.leftnav ul li.islam:hover a, .leftnav ul li.islam a.active {
	background-position: 10px -852px;
}
.leftnav ul li.hindu a {
	background-position: 10px -745px;
}
.leftnav ul li.hindu:hover a, .leftnav ul li.hindu a.active {
	background-position: 10px -780px;
}
.leftnav ul li.christian a {
	background-position: 10px -673px;
}
.leftnav ul li.christian:hover a, .leftnav ul li.christian a.active {
	background-position: 10px -708px;
}
.leftnav ul li.sikh a {
	background-position: 10px -955px;
}
.leftnav ul li.sikh:hover a, .leftnav ul li.sikh a.active {
	background-position: 10px -990px;
}
.leftnav ul li.jewish a {
	background-position: 10px -885px;
}
.leftnav ul li.jewish:hover a, .leftnav ul li.jewish a.active {
	background-position: 10px -922px;
}
.leftnav ul li.buddhism a {
	background-position: 10px -1025px;
}
.leftnav ul li.buddhism:hover a, .leftnav ul li.buddhism a.active {
	background-position: 10px -1065px;
}
.leftnav ul li.quote-widget a {
	background-position: 10px -1101px;
}
.leftnav ul li.quote-widget:hover a, .leftnav ul li.quote-widget a.active {
	background-position: 10px -1139px;
}
.leftnav ul li.cal-widget a {
	background-position: 10px -1177px;
}
.leftnav ul li.cal-widget:hover a, .leftnav ul li.cal-widget a.active {
	background-position: 10px -1216px;
}
.leftnav ul li.active, .leftnav ul li:hover, .leftnav ul li a.active {
	background-color: #666;
}
.leftnav ul li.active a, .leftnav ul li:hover a, .leftnav ul li a.active {
	color: #fff;
}
.widget4 {
	width: 100%;
	border: 1px solid #e4e4e4;
	background: #fff;
	float: left;
	margin: 0 0 10px 0;
	padding: 20px 0;
	text-align: center;
}
.widget3 {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #e4e4e4;
	margin: 0 0 10px 0;
	padding: 10px 0;
	text-align: center;
}
.widget3 #slider-wrapper {
	width: 80%;
	margin: 0 auto;
}
.btn-type1 {
	margin: 10px 0 0 0;
	padding: 0 10px;
	height: 33px;
	display: inline-block;
	background: #cccccc url(../images/btntype1.gif) repeat-x left top;
	line-height: 33px;
	color: #333;
	border-left: 1px solid #a7a7a7;
}
.btn-type1:hover {
	background-position: 0 -33px;
}
.content {
	float: right;
	width: 75%;
	border: 1px solid #e4e4e4;
	background: #fff;
	padding: 0 0 14px 0;
	overflow: hidden;
}
.content4 {
	width: 96%;
	margin: 0 0 0 1.9%;
	background: #f3f3f3;
	padding: 20px 0;
	color: #666;
}
.title {
	width: 100%;
	color: #fff;
	background: #5cb1e1;
	min-height: 40px;
	font-size: 28px;
	font-family: 'robotocondensed';
	text-align: center;
	line-height: 40px;
}
.block2 {
	clear: both;
	overflow: hidden;
	padding: 10px 10px 5px 10px;
	background: #fff;
}
.block3 {
	width: 100%;
	clear: both;
	overflow: hidden;
	line-height: 27px;
}
.block3 h2 {
	font-size: 22px;
	text-transform: capitalize;
	color: #666;
	float: left;
}
.block3 p {
	float: right;
	color: #666666;
	font-size: 12px;
}
.block3 p span {
	float: left;
}
.block3 p .doc1, .block3 p .doc2, .block3 p .doc3 {
	width: 27px;
	height: 27px;
	float: left;
	margin: 0 0 0 10px;
	background: url(../images/block3.png) no-repeat;
	cursor: pointer;
}
.block3 p .doc2 {
	background-position: -27px 0;
}
.block3 p .doc3 {
	background-position: -54px 0;
}
.top-p{color: #666;margin: 10px 0 0 10px;line-height: 18px;}
.mothly-calendar {
	padding: 0 10px 20px 10px;
	float: left;
	width: 100%;
}
.mothly-calendar .row, .yearly-templates, .row {
	float: left;
	width: 100%;
}
.mothly-calendar {
	float: left;
}
.mothly-calendar .googlead {
	margin-left: 10px;
	margin-right: 0;
}
.box1, .box {
	float: left;
	width: 47.5%;
	border: 1px solid #e4e4e4;
}
.box1 p, .box p {
	background: #f5f5f7;
	color: #666;
	padding: 7px;
	float: left;
	width: 95.7%;
	display: block;
}
.mothly-calendar .box1 {
	margin-right: 12px;
	width: 99%;
	height: auto;
	margin-bottom: 12px;
}
.mothly-calendar .mothlytemplates {
	background: none;
}
.primary-btn, .secondary-btn {
	background: #336699;
	border: none;
	outline: none;
	float: left;
	font-size: 22px;
	color: #ffffff !important;
	font-family: 'robotocondensed';
	border-radius: 2px;
	margin: 15px 8px 10px 5px;
	padding: 0 40px 0 10px !important;
	height: 36px;
	line-height: 36px;
	position: relative;
	cursor: pointer;
	behavior: url(/js/PIE.htc);
}
.primary-btn:hover {
	background: #339999;
}
.secondary-btn {
	background: #339933;
}
.secondary-btn:hover {
	background: #33cc33;
}
/*primary all buttons css*/
.primary-btn.view-btn-cal {
	background: url(../images/button-icon-sprite.png) no-repeat right -279px #336699;
}
.primary-btn.view-btn-cal:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -279px #339999;
}
.primary-btn.view-btn-small {
	background: url(../images/button-icon-sprite.png) no-repeat right -316px #336699;
}
.primary-btn.view-btn-small:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -316px #339999;
}
.primary-btn.download-btn {
	background: url(../images/button-icon-sprite.png) no-repeat right -140px #336699;
}
.primary-btn.download-btn:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -140px #339999;
}
.primary-btn.download-btn-small {
	background: url(../images/button-icon-sprite.png) no-repeat right -177px #336699;
}
.primary-btn.download-btn-small:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -177px #339999;
}
.secondary-btn.customize-btn-small {
    background: url(../images/button-icon-sprite.png) no-repeat right -344px #339933;
}
.secondary-btn.customize-btn-small:hover {
    background: url(../images/button-icon-sprite.png) no-repeat right -344px #33cc33;
}
.primary-btn.create-cal {
	background: url(../images/button-icon-sprite.png) no-repeat right -7px #336699;
}
.primary-btn.create-cal:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -7px #339999;
}
.primary-btn.create-cal-small {
	background: url(../images/button-icon-sprite.png) no-repeat right -37px #336699;
}
.primary-btn.create-cal-small:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -37px #339999;
}
.primary-btn.print-btn-cal {
	background: url(../images/button-icon-sprite.png) no-repeat right -209px #336699;
}
.primary-btn.print-btn-cal:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -209px #339999;
}
.primary-btn.print-btn-cal-small {
	background: url(../images/button-icon-sprite.png) no-repeat right -244px #336699;
}
.primary-btn.print-btn-cal-small:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -244px #339999;
}
.primary-btn.customize-btn {
	background: url(../images/button-icon-sprite.png) no-repeat right -107px #336699;
}
.primary-btn.customize-btn:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -107px #339999;
}
.primary-btn.embed-btn {
	background: url(../images/button-icon-sprite.png) no-repeat right -371px #336699;
}
.primary-btn.embed-btn:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -371px #339999;
}
/*secondary all button css*/
.secondary-btn.view-btn-cal {
	background: url(../images/button-icon-sprite.png) no-repeat right -279px #339933;
}
.secondary-btn.view-btn-cal:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -279px #33cc33;
}
.secondary-btn.view-btn-small {
	background: url(../images/button-icon-sprite.png) no-repeat 63px -316px #339933;
}
.secondary-btn.view-btn-small:hover {
	background: url(../images/button-icon-sprite.png) no-repeat 63px -316px #33cc33;
}
.secondary-btn.download-btn {
	background: url(../images/button-icon-sprite.png) no-repeat right -140px #339933;
}
.secondary-btn.download-btn:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -140px #33cc33;
}
.secondary-btn.download-btn-small {
	background: url(../images/button-icon-sprite.png) no-repeat right -176px #339933;
}
.secondary-btn.download-btn-small:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -176px #33cc33;
}
.secondary-btn.create-cal {
	background: url(../images/button-icon-sprite.png) no-repeat right -7px #339933;
}
.secondary-btn.create-cal:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -7px #33cc33;
}
.secondary-btn.create-cal-small {
	background: url(../images/button-icon-sprite.png) no-repeat right -37px #339933;
}
.secondary-btn.create-cal-small:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -37px #33cc33;
}
.secondary-btn.print-btn-cal {
	background: url(../images/button-icon-sprite.png) no-repeat right -209px #339933;
}
.secondary-btn.print-btn-cal:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -209px #33cc33;
}
.secondary-btn.print-btn-cal-small {
	background: url(../images/button-icon-sprite.png) no-repeat right -244px #339933;
}
.secondary-btn.print-btn-cal-small:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -244px #33cc33;
}
.secondary-btn.customize-btn {
	background: url(../images/button-icon-sprite.png) no-repeat right -344px #339933;
}
.secondary-btn.customize-btn:hover {
	background: url(../images/button-icon-sprite.png) no-repeat right -344px #33cc33;
}
.formblock .primary-btn {
	clear: left;
	margin-left: 10px;
	margin-bottom: 5px;
}
.mothly-calendar .primary-btn, .mothly-calendar .secondary-btn, .yearly-calendar .primary-btn, .yearly-calendar .secondary-btn {
	font-size: 18px;
	margin: 15px 5px 10px 2px !important;
}
.yearly-calendar .primary-btn, .yearly-calendar .secondary-btn {
	width: 101px;
}
.mothly-calendar .secondary-btn, .yearly-calendar .secondary-btn {
	width: 85px;
	display: block;
	/*clear: both;*/
}
.box2 {
	float: right;
}
.monthly-templates, .yearly-calendar {
	float: none;
	width: 97%;
	margin: 0 auto;
}
.row {
	float: left;
	margin: 12px 0 10px 0;
}
.box {
	float: left;
	width: 31.5%;
	margin-right: 16px;
	min-height: 160px;
	margin-bottom: 5px;
}
.yearly-calendar .googlead {
	margin-right: 0;
}
.lastbox {
	margin-right: 0 !important;
}
.box p {
	font-size: 12px;
	color: #333;
	padding: 5px 0 5px 10px;
	float: left;
	width: 95.5%;
}
.monthly-templates .monthlytemplates .primary-btn, .monthly-templates .monthlytemplates .secondary-btn {
	height: 22px !important;
	border: none;
	margin: 10px 5px 10px 0;
	font-size: 15px;
	color: #fff;
	font-family: 'robotocondensed';
	text-align: left;
	padding: 5px 0 5px 5px !important;
	border-radius: 2px;
	line-height: 22px;
	width: 95px;
	float: left;
}
.monthly-templates .customize-btn {
	height: 32px;
	padding: 0 35px 0 10px !important;
	width: 140px !important;
	float: left;
	line-height: 32px;
	margin-right: 0;
	font-size: 15px;
}
.content2 {
	margin-top: 15px;
	overflow: hidden;
}
.content2 .block2 {
	border-bottom: 1px solid #e4e4e4;
}
.content2 .box2 {
	float: left;
}
.content2 .box1 {
	margin-left: 18px;
}
/*Astro CSS Here*/
.astro-images {
	float: left;
	width: 100%;
}
.astro-images a {
	float: left;
	margin: 5px 0 3px 8px;
	display: block;
	width: 23%;
}
.astro-images .astro {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid;
	color: #666;
	height: 130px;
	margin-left: 2%;
	margin-top: 1;
	padding-left: 16%;
	padding-top: 9%;
	text-align: center;
	width: 83%;
}
.astro-images span {
	float: left;
}
.astro-images a img {
	float: left;
}
.sign {
	width: 100%;
	float: left;
	margin-top: 7px;
	margin-bottom: 15px;
	text-align: center;
}
.sign h1 {
	float: left;
	color: #6EB20F;
	padding: 10px;
	font-size: 27px;
	font-family: 'robotocondensed';
	font-weight: bold;
}
/*services css here*/
.services {
	float: right;
	width: 75%;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
	background: #f9f9f9;
	padding-bottom: 10px;
}
.services h2 span {
	float: left;
	color: #15a2ac;
	background: #f9f9f9;
	font-size: 20px;
	padding: 11px 20px 5px 13px;
	font-family: 'robotocondensed';
}
.services h2 {
	background: url(../images/servicesbg.png) repeat-x left bottom 5px;
	overflow: hidden;
	margin-right: 13px;
	line-height: 20px;
}
/*  h3 added by BRS */
.services p,  .services h3{
	padding: 10px 13px 0 13px;
	float: left;
	color: #333;
	line-height: 24px;
	width: 96%;
}
.own-calendar {
	width: 96%;
	margin: 0 auto;
	clear: both;
}
.own-calendar .formblock {
	margin-top: 10px;
	padding-bottom: 0;
}
.formblockrow_colfourth {
	padding-bottom: 10px;
}
.online-calendar {
	width: 96%;
	margin: 10px auto;
}
.astrology-form .online-calendar .calendar-form .column li label {
	width: auto;
}
.rowholidays {
	padding: 10px;
	float: left;
	width: 97%;
	margin-top: 20px;
}
.left-part, .right-part {
	float: left;
	width: 48%;
}
.right-part {
	width: 47%;
	margin-left: 2%;
}
.right-part .box1, .right-part .box1 {
	width: 99%;
}
.upcoming-holidays {
	width: 270px;
	float: right;
	overflow: hidden;
	margin-right: 20px;
}
.holidays {
	width: 100%;
}
.holidays .holiday-title {
	background: #e7a63c;
	height: 40px;
	width: 100%;
	float: left;
	color: #fff;
	line-height: 40px;
	font-weight: bold;
}
.holidays .holiday-title span {
	float: left;
	background: url(../images/title-sprite.png) no-repeat -239px top #cc6600;
	width: 40px;
	height: 40px;
}
.holidays .holiday-title h2 {
	padding-left: 50px;
}
.holidays .holiday-content ul {
	width: 100%;
	float: left;
}
.upcoming-holidays ul li {
	border-bottom: 1px solid #ccc;
	color: #333333;
    font-weight: bold;
	padding: 10px 0 5px 4px;
	width: 98.6%;
}
.upcoming-holidays ul li.last {
	border: none;
}
.upcoming-holidays ul li p {
	color: #666;
	font-size: 12px;
}
.upcoming-holidays ul li img {
	float: left;
	padding: 5px 10px 0 5px;
}
.printtips {
	width: 97%;
	margin: 0 auto;
	padding: 10px 0 0 2px;
	position: relative;
	overflow: hidden;
	clear: both;
}
.printtips .title-icon {
	right: auto;
	left: 0;
}
.printtips h4, .printtips h5 {
	font-size: 22px;
	width: 94%;
	height: 37px;
	line-height: 37px;
	color: #fff;
	padding: 0 0 0 45px;
	position: relative;
	background: url(../images/title-sprite.png) no-repeat -291px -186px #92c1dc;
}
.printtips h5 {
	background: #ccffff;
	color: #333;
	border-radius: 3px;
	margin: 22px 0 10px 25px;
	width: 967;
	padding-left: 9px;
	font-size: 16px;
}
.printtips ul {
	margin: 10px 0 0 27px;
}
.printtips li {
	background: url(../images/mobile-home-sprite.png) no-repeat -10px -415px;
	min-height: 24px;
	line-height: 18px;
	padding: 8px 4px 0 30px;
	color: #333;
}
td {
	padding: 4px;
}
.row5 .calendar td {
	padding: 0;
}
#table_holiday td {
	padding: 0;
}
.cal-holiday {
	color: red;
}
.moreprint {
	background: #99cc66;
	float: right;
    font-weight: bold;
	border: none;
	margin: 30px 0 0 30px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	padding: 5px;
}
.moreprint:hover {
	background: #83ba4d;
}
/*Main Content CSS Starts Here*/
section {
	float: left;
	width: 100%;
	background: #f1f1f1;
}
.main-title {
	float: left;
	width: 100%;
	height: 40px;
	margin: 0 0 10px 0;
	position: relative;
}
.main-title h1 {
	background: #58d58d;
	font-size: 29px;
	font-family: 'robotocondensed';
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.leftring {
	left: 19px;
}
.formwallpaper .checkbox .styledRadio, .styledCheckbox {
	margin: 2px 0px 0 0 !important;
}
.formwallpaper .firstcheck .styledCheckbox {
	margin: 2px 6px 0 0!important;
}
.wallpaper-form .column3 ul li label.size-wall {
	width: 30% !important;
}
.column-bottom {
	width: 110% !important;
}
.rightring {
	right: 19px;
}
.ring {
	position: absolute;
	top: 17px;
	float: left;
	width: 42px;
	height: 54px;
	background: url(../images/title-sprite.png) no-repeat left top;
	background-position: -291px -96px;
}
.hide {
	display: none !important;
}
.calendar-list {
	float: left;
	width: 99.8%;
	border: 1px solid #e4e4e4;
	background: #fff;
}
.row1, .row2, .row3, .row4, .row5, .row6, .row7 {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.row1 {
	padding-top: 30px;
}
.row5, .row7 {
	padding-top: 10px;
}
.row6 {
	padding-bottom: 10px;
}
.calendar-list .row6 {
	padding-top: 0;
	padding-bottom: 0;
}
.calendar-column {
	float: left;
	width: 22.6%;
	padding: 0 0 0 1.9%;
}
.calendar-title {
	width: 100%;
	height: 40px;
	color: #fff;
	background: #5dade2;
}
.calendar-title span, .birthday-title span {
	float: left;
	background: url(../images/title-sprite.png) no-repeat #2d81ba;
	height: 40px;
	width: 40px;
}
.calendar-title h2, .own-calendar .birthday-title h2 {
	float: left;
	color: #fff;
	background: #5dade2;
    font-weight: bold;
	line-height: 40px;
	padding: 0 0 0 7px;
}
.birthday-title h2, .own-calendar .birthday-title h2 {
	background: #e7a63c;
	font-size: 14px;
	color: #fff;
    font-weight: bold;
	line-height: 40px;
	padding-left: 50px;
}
.own-calendar .birthday-title h2 {
	background: none;
	padding-left: 7px;
}
.birthday-title span {
	background: url(../images/title-sprite.png) no-repeat -239px top #cc6600;
}
.column-content {
	float: left;
	width: 100%;
	min-height: 240px;
	background: #f3f3f3;
	border-bottom: 4px solid #e5e5e5;
}
.column-content ul {
	margin-bottom: 10px;
}
.column-content ul li {
	background: url(../images/li-bg.png) no-repeat left bottom;
	margin: 8px 0 0 11px;
}
.column-content ul li a {
	color: #333;
	padding: 0 0 0 24px;
}
.column-content ul li a:hover {
	color: #2d81ba !important;
}
.printable .calendar-title span {
	background-position: -40px 0;
}
.photo .calendar-title span {
	background-position: -80px 0;
}
.localtime .calendar-title span {
	background-position: -120px 0;
}
.column-content ul li.more {
	background: none;
}
.column-content ul li.more a:hover {
	color: #fff;
}
.religious .calendar-title span {
	background-position: -163px 0;
}
.holidays .calendar-title span {
	background-position: -199px 0;
}
/* .printable .column-content {
	background: url(../images/home-sprite.png) no-repeat -215px 178px #f3f3f3;
} */
.photo .column-content {
	background: url(../images/home-sprite.png) no-repeat 8px 88px #f3f3f3;
}
.religious .column-content {
	background: url(../images/home-sprite.png) no-repeat -440px 15px #f3f3f3;
}
.holidays .column-content {
	background: url(../images/home-sprite.png) no-repeat -650px 15px #f3f3f3;
}
.upcoming {
	float: left;
	width: 47%;
	padding: 0 0 0 1.9%;
}
.upcoming .calendar-title span {
	background-position: -239px 0;
}
.upcomingcontent {
	float: left;
	width: 100%;
	background: #f3f3f3;
	border-bottom: 4px solid #e5e5e5;
	font-weight: normal;
}
.upcoming .upcoming-left {
	float: left;
	width: 50.8%;
}
.upcoming .upcoming-left ul li {
	float: left;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	width: 100%;
	height: 47px;
}
.upcoming .upcoming-left ul li img {
	padding: 12px 0 0 6px;
	float: left;
}
.upcoming .upcoming-left ul li p, .upcoming .upcoming-left ul li p a {
	float: left;
	width: 80%;
	font-size: 12px;
    font-weight: bold;
	color: #333;
	padding: 9px 0 0 5px;
}
.upcoming .upcoming-left ul li p a {
	padding: 0;
}
.upcoming .upcoming-left ul li p a:hover {
	color: #2d81ba;
}
.upcoming .upcoming-left ul li span {
	float: left;
	color: #666;
	padding-left: 5px;
}
.upcoming .upcoming-right {
	float: left;
	padding: 12px 0 0 12px;
	width: 46%;
}
.upcoming .upcoming-right img {
	border: 2px solid #fff;
}
.upcoming .upcoming-right p, .upcoming .upcoming-right p a, .upcoming .upcoming-right p span {
	color: #666;
	line-height: 17px;
}
.upcoming .upcoming-right p a {
	color: #cf6152;
}
.upcoming .upcoming-right .constitution {
	color: #333;
	display: block;
	padding-top: 5px;
}
.upcoming .upcoming-right .constitution:hover {
	color: #2d81ba;
}
.upcoming .upcoming-right p a:hover {
	color: #c39a79;
}
.upcoming .upcoming-right p span {
	font-size: 12px;
}
.ads {
	float: left;
	width: 100%;
}
.ads .telugu {
	float: left;
	width: 20.7%;
	padding: 0 0 0 1.9%;
	position: relative;
	min-height: 90px;
}
.view-btn {
	position: absolute;
	background: url(../images/view-btn.png) no-repeat;
	left: 27px;
	bottom: 15px;
	width: 132px;
	height: 27px;
	border: none;
	outline: none;
	font-size: 16px;
	font-family: 'robotocondensed';
	color: #fff;
	padding: 0 22px 0 0;
	display: block;
	cursor: pointer;
}
.view-btn:hover {
	background: url(../images/view-hover-btn.png) no-repeat;
}
.ads .google-ad2 img {
	padding-left: 10px;
	cursor: pointer;
}
.row4 .blog-quotes, .row6 .free-printable {
	float: left;
	width: 96.4%;
	margin: 0 1.9%;
	height: 37px;
	background: url(../images/title-sprite.png) no-repeat left center #92c1dc;
	background-position: -291px -2px;
}
.row6 .free-printable {
	background: url(../images/title-sprite.png) no-repeat -291px -48px #92c1dc;
	width: 97.5%;
	margin: 15px 1.3% 5px 1.3%;
}
.row4 .blog-quotes h3, .row6 .free-printable h3 {
	padding-left: 44px;
	font-size: 19px;
    font-weight: bold;
	color: #fff;
	line-height: 38px;
}
.row5 .calendar, .row5 .quote, .clock {
	float: left;
	width: 19.5%;
	padding-left: 2.2%;
}
.row5 .clock {
	width: 24%;
}
.clock .flash-clock {
	background: #efefef;
	padding: 42px 0 35px 16%;
}
.widget-btn {
	float: right;
	display: block;
	margin-right: 15px;
	font-size: 12px;
	color: #333;
	line-height: 33px;
}
.widget-btn:hover {
	color: #2d81ba;
}
.get {
	margin: 0 7px 0 0;
}
#slider-wrapper {
	position: relative;
	overflow: hidden;
}
#slider-wrapper .jcarousel-skin-ie7 .jcarousel-container-horizontal {
	padding: 0 !important;
	height: 241px;
}
#slider-wrapper .jcarousel-skin-ie7 .jcarousel-item {
	height: 241px;
}
#slider-wrapper .jcarousel-skin-ie7 .jcarousel-prev-horizontal, #slider-wrapper .jcarousel-skin-ie7 .jcarousel-next-horizontal {
	background: url(../images/left-arrow.png) no-repeat left top;
	width: 24px;
	height: 24px;
	top: 115px;
}
#slider-wrapper .jcarousel-skin-ie7 .jcarousel-next-horizontal {
	background: url(../images/right-arrow.png) no-repeat right top;
}
#slider {
	width: 193px;
	height: 241px;
	overflow: hidden;
}
.banner-pic {
	width: 193px;
	position: relative;
}
.banner-pic .quote-text {
	position: absolute;
	bottom: 30px;
	left: 10px;
	width: 160px;
	color: #fff;
	font-size: 13px;
    font-weight: bold;
}
.banner-pic .quote-share {
	position: absolute;
	top: 5px;
	right: 5px;
}
.quote-share-inner {
	width: 90px;
	height: 30px;
	background: #fff;
	border-radius: 5px;
	display: none;
}
.quote-share:hover .sharing {
	display: none;
}
.quote-share:hover .quote-share-inner {
	display: block;
}
.quote-share-inner a {
	margin: 0 6px;
	line-height: 34px;
	width: 25px;
	height: 25px;
}
#button-previous {
	position: absolute;
	left: 4px;
	top: 112px;
	cursor: pointer;
}
#button-next {
	position: absolute;
	right: 4px;
	top: 112px;
	cursor: pointer;
}
/*Slider CSS Ends Here*/
.row5 .birthdays {
	float: left;
	padding-left: 2%;
	margin: 0;
}
.birthdays {
	width: 270px;
	display: block;
	margin: 0 auto;
}
.birthday-content {
	float: left;
	width: 97%;
	border: 1px solid #d7d7d7;
	height: 239px;
}
.birthdays .birthday-title {
	float: left;
	width: 100%;
	height: 40px;
	background: #e7a63c;
}
.birthdays ul li {
	float: left;
	height: 45px;
	border-bottom: 1px solid #d7d7d7;
	padding: 2px 0 2px 5px;
	width: 97.9%;
}
.birthdays .last {
	border: none;
	margin: 0;
}
.birthdays ul li img {
	float: left;
	margin-top: 2px;
	border: 2px solid #dedede;
	border-radius: 50%;
}
.birthdays ul li a {
	float: left;
	width: 76%;
    font-weight: bold;
	color: #333;
	padding: 5px 0 0 5px;
}
.birthdays ul li a:hover {
	color: #2d81ba;
}
.birthdays ul li span {
	float: left;
	width: 76%;
	font-size: 12px;
	color: #666;
	padding: 0 0 0 5px;
}
.holiday-main-content {
	padding: 10px 0 0 0;
}
.row7 {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.row7 .free-left, .free-right {
	float: left;
	width: 47.2%;
	margin: 0 0 0 1.9%;
	background: #f3f3f3;
	height: 360px;
}
.row7 .free-left article, .free-right article {
	float: left;
	width: 95%;
	padding: 12px 0 15px 12px;
	line-height: 20px;
	color: #333;
}
.free-right article {
	padding: 12px 0 10px 12px;
}
.holidays .holiday-content {
	border: 1px solid #d7d7d7;
	overflow: hidden;
}
.holidays .holiday-content a {
	font-size: 13px;
	color: #333;
}
.holidays .holiday-content a:hover {
	color: #2d81ba;
}
/*Footer CSS Here*/
footer {
	width: 100%;
	background: #363635;
	min-height: 220px;
	box-shadow: 0px 10px 5px #1d1d1d;
	float: left;
	margin: 60px 0 0 0;
}
footer .footer-links {
	float: left;
	width: 100%;
	border-bottom: 1px solid #4e4e4e;
}
footer .footer-social, .links1, .links2, .links3 {
	float: left;
	width: 23.1%;
	min-height: 155px;
	margin: 7px 0 12px 0;
	padding: 0 0 0 1.8%;
	background: none;
}
footer .footer-divider {
	background: #4e4e4e;
	width: 1px;
	height: 137px;
	float: left;
	margin: 7px 0 0 0;
}
.footer-social ul li {
	float: left;
}
.footer-social a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/footer-social.png) no-repeat;
}
.footer-social a.fb-icon:hover {
	background-position: 0 -50px;
}
.footer-social a.twitter-icon {
	background-position: -50px 0;
}
.footer-social a.twitter-icon:hover {
	background-position: -50px -50px;
}
.footer-social a.gplus-icon {
	background-position: -100px 0;
}
.footer-social a.gplus-icon:hover {
	background-position: -100px -50px;
}
footer .footer-social h5, .links1 h5, .links2 h5, .links3 h5 {
	font-size: 16px;
	color: #898989;
	padding: 13px 0 0 0;
}
footer .footer-social ul li {
	float: left;
	padding: 23px 21px 0 0;
}
footer .links3 {
	background: none;
}
footer .links1 .leftlinks, footer .links2 .leftlinks, footer .links3 .leftlinks {
	float: left;
	padding: 20px 0 0 0;
	width: 43%;
}
footer .links1 .leftlinks li, footer .links2 .leftlinks li, footer .links3 .leftlinks li, footer .links1 .rightlinks li, footer .links2 .rightlinks li, footer .links3 .rightlinks li {
	padding: 0 0 10px 0;
}
footer .links1 .leftlinks li a, footer .links2 .leftlinks li a, footer .links3 .leftlinks li a, footer .links1 .rightlinks li a, footer .links2 .rightlinks li a, footer .links3 .rightlinks li a {
	color: #376ca6;
}
footer .links1 .leftlinks li a:hover, footer .links2 .leftlinks li a:hover, footer .links3 .leftlinks li a:hover, footer .links1 .rightlinks li a:hover, footer .links2 .rightlinks li a:hover, footer .links3 .rightlinks li a:hover {
	color: #fff;
}
footer .links1 .rightlinks, footer .links2 .rightlinks, footer .links3 .rightlinks {
	padding: 20px 0 0 0;
	float: left;
}
footer .copyrights {
	float: left;
	width: 100%;
	min-height: 80px;
}
footer .copyrights p {
	float: left;
	padding: 30px 0 0 0;
	font-size: 12px;
	color: #cccccc;
}
footer .copyrights img {
	float: right;
	padding-top: 18px;
}
/* Free Custom Calendar page styles*/
.own-calendar h2, .online-calendar h2 {
	font-size: 22px;
	color: #666666;
	line-height: 26px;
	padding-top: 10px;
}
.own-calendar.heading h2 {
	padding-left: 5px;
}
.own-calendar .holidays .holiday-title h2, .online-calendar .holidays .holiday-title h2 {
	padding-left: 50px;
	color: #fff;
    font-weight: bold;
	font-size: 14px;
}
.formblock {
	float: left;
	padding: 6px 0 10px 0;
	width: 100%;
	background: #f9fcfa;
	border: 1px solid #cccccc;
}
.online-calendar .formblock {
	padding-bottom: 10px;
}
.calendar-form.formblock {
	width: 97%;
	margin-left: 10px;
}
.calendar-form.formblock .secondary-btn {
	width: 265px;
}
.formblock h3 {
	font-size: 16px;
	color: #333333;
	padding: 10px 0;
	clear: both;/*font-family: 'robotomedium';*/
}
.formblockrow {
	float: left;
	width: 100%;
	padding: 0 0 0 0;
}/*
  /*pdfcalender page styles*/
.pdfbox {
	min-height: 280px;
	background: url(../images/ad336-right.gif) no-repeat left top;
}
.curosel-pdf {
	padding: 10px;
	width: 99.2%;
	clear: both;
	overflow: hidden;
	margin-top: 15px;
}
.curosel-pdf h2 {
	font-size: 16px;
	color: #666;
	padding-bottom: 10px;
}
.carouselcontainer {
	float: left;
	width: 98.3%;
	background: #eef8f8;
}
#carousel2 {
	float: left;
	width: 100%;
}
.carousel2 {
	display: none;
}
#tab1content {
	padding: 10px 0 0 0;
	background: #f5f5f5;
	overflow: hidden;
	width: 98%;
}
#tab2content {
	display: none;
	padding: 10px 0 0 0;
	clear: both;
	overflow: hidden;
	width: 98%;
	background: #f5f5f5;
}
/* inner page calendar-form with form*/
.calendar-form {
	float: left;
	width: 97%;
	border: 1px solid #e4e4e4;
	margin-left: 1.5%;
}
.calendar-form .column {
	float: left;
	width: 49%;
}
.calendar-form .column li {
	min-height: 50px;
	padding: 0;
	float: left;
	width: 98.9%;
}
.calendar-form .column li label {
	float: left;
	padding: 0 5px 0 10px;
	line-height: 34px;
	color: #666666;
	width: 34%;
	text-align: right;
}
.calendar-form .column ul .selectoption label {
	width: 58% !important;
	padding-left: 0;
	color: #666;
}
.selectoption {
	clear: both;
	padding: 3px 0 0 75px;
	overflow: hidden;
	color: #666;
}
.own-calendar .formblock .column .selectoption {
	padding: 10px 0 0 50px; /* ravi */
}
.printable-cal-form .selectoption {
	padding-left: 105px;
}
.online-calendar .formblock .column .selectoption {
	padding-left: 36px;
	width: auto;
	width: 100%;
}
.online-calendar .formblock h3, .own-calendar .formblock h3 {
	padding-left: 10px;
}
.selectoption span {
	padding: 0 0 0 10px;
	color: #666666;
}
.column .select1 .jquery-selectbox-moreButton, .column .select2 .jquery-selectbox-moreButton, .column .select3 .jquery-selectbox-moreButton, .column .select4 .jquery-selectbox-moreButton {
	height: 40px;
}
.column .select1 .jquery-selectbox-list, .column .select2 .jquery-selectbox-list, .column .select3 .jquery-selectbox-list, .column .select4 .jquery-selectbox-list {
	width: 97% !important;
	color: #333;
	font-size: 12px;
	text-indent: 10px;
}
.button5, .button6, .button7 {
	background: #5dade2;
	height: 46px;
	cursor: pointer;
	width: 100%;
	line-height: 46px;
	color: #fff;
	float: left;
	text-align: center;
    font-weight: bold;
	margin-top: 15px;
}
.button5:hover {
	background: #44a0dd;
}
.button6 {
	background: #ec7064;
}
.button6:hover {
	background: #e55b4d;
}
.button7 {
	background: #19bd9b;
}
.button7:hover {
	background: #08b18e;
}
.button5 span, .button6 span, .button7 span {
	line-height: 17px;
	padding: 4px;
	display: block;
}
/*hinducallendar*/
.hinducallendar {
	float: left;
	background: #fff;
	border: 1px solid #cccccc;
	width: 97%;
	margin: 12px 10px 24px 10px;
}
.hindu-ad-responsive {
	display: none;
}
.hinducallendar ul li {
	min-height: 30px;
	line-height: 30px;
}
.hinducallendar ul li.headingrow {
	background: #b7b7b7;
	line-height: 32px;
	min-height: 32px;
}
.hinducallendar ul li.select {
	background: #f6f6f6;
}
.hinducallendar ul li.headingrow .col {
	border-right: 1px solid #d4e1e3;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.hinducallendar ul li .col {
	float: left;
	width: 15.9%;
	text-align: center;
	color: #333333;
}
.hinducallendar-responsive {
	display: none;
}
.mobile-v {
	display: none !important;
}
.checkbox2 input {
	float: left;
}
.checkbox2 span {
	float: left;
	padding: 2px 0 0 5px;
}
.hinducallendar ul li.bgrow {
	background: #f6f6f6;
}
.hinducallendar ul li.bgrow:hover {
	background: #999;
}
.hinducallendar ul li .collast, .hinducallendar ul li.headingrow .collast {
	width: 48%;
	border-right: none;
	text-align: left;
	padding-left: 15px;
}
.hindhu-calendar {
	padding: 0;
}
.hinducalendar-heading h2 {
	padding-bottom: 0px !important;
	float: left;
}
.addhindhucal {
	text-align: center;
	padding-top: 24px;
	float: left;
	width: 100%;
}
.content3 {
	margin-top: 10px;
	padding-bottom: 20px;
}
/*inner page custom calendar*/
.todays ul li {
	border-bottom: 1px solid #d7d7d7;
	width: 98.5%;
}
.photocalendar-content {
	margin-top: 12px;
}
.ownphoto {
	float: left;
	border: 1px solid #d6d6d6;
	padding: 22px;
	margin: 10px 0 0 16px;
	width: 40%;
}
.photocalendar-form {
	width: 50%;
}
.photocalendar-form .formblockrow_col {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.photocalendar-form .formblockrow {
	margin-top: 0;
	width: 100%;
}
.photocalendar-form .formblockrow .select-options {
	padding-bottom: 0;
	padding-top: 10px;
}
.photocalendar-form .formblockrow_col span {
	padding: 0 10px 0 0;
	line-height: 35px;
	width: 39%;
}
.photocalendar-form .checkbox2, .photocalendar-form .checkbox {
	width: 55%;
	display: block;
	padding-left: 0;
	float: right !important;
	height: 22px;
	line-height: 8px;
}
.photocalendar-form .formblockrow_colfourth .jquery-selectbox {
	width: 160px !important;
}
.photo-images {
	width: 100%;
	float: left;
}
.photo-images a {
	float: left;
	margin: 8px -6px 0 14px;
	display: block;
	width: 165px;
	border: 1px solid #f3f2f2;
}
.photo-images a img {
	width: 159px;
	padding: 3px 0 0 3px;
}
.fileupload {
	border: 1px solid #e4e4e4;
	background: #fff;
	float: left;
	margin-top: 20px;
	width: 95%;
	padding: 11px 15px;
}
.fileupload p, .fileupload span {
	color: #666;
    font-weight: bold;
	padding: 0 0 10px 0;
}
.browse {
	padding: 3px;
	cursor: pointer;
}
.fileupload span {
	color: #cc3333;
	padding-left: 9px;
}
.pasteurl {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.pasteurl p {
	float: left;
	color: #666;
    font-weight: bold;
	padding: 12px 0 0 0;
}
.pasteurl p span {
	color: #d05a5b;
}
.pasteurl input {
	width: 57%;
	height: 30px;
	float: left;
	margin-left: 10px;
	border: 1px solid #ccc;
	line-height: 30px;
	padding-left: 5px;
}
.urlexample input {
	float: left;
	margin: 10px 0 0;
	width: 93%;
	height: 45px;
	padding: 10px;
	font-size: 12px;
}
.own-calendar .formblock .generate-calender {
	float: left;
	clear: left;
	margin-top: 0;
}
.text {
	float: left;
	width: 100%;
	color: #ec7064;
	margin-top: 8px;
	line-height: 20px;
	padding-left: 5px;
}
.photo-calendar, .pdf-calendar {
	background: url(../images/rowdevide.png) repeat-x left top;
	float: left;
	height: 6px;
	width: 96.8%;
	margin: 12px;
}
.photocalendar-form .primary-btn {
	float: left;
	margin: 15px 0 15px 50px;
	width: 250px;
}
.wallpaper-photo {
	border: none;
}
.wallpaper-upload {
	margin-top: 10px;
}
/*inner page weekly calendar */
.weeklycalendar-form {
	width: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
}
.weeklycalendar-form .formblockrow_col span {
	width: 24%;
}
.weeklycalendar-form .formblockrow_col {
	width: 48%;
}
.weeklycalendar-form .checkbox2, .weeklycalendar-form .checkbox {
	margin: 8px 0 0 0;
	width: 39%;
}
.photocalendar-form .checkbox {
	width: 52%;
	padding-top: 10px;
}
.weeklycalendar-form .date_m {
	padding: 9px 0 0 14px;
	cursor: pointer;
	float: left;
}
.printweekly-calendar {
	margin: 10px auto 0 auto;
	width: 96.5%;
}
.own-calendar .printweekly-calendar2 {
	margin: 10px auto 0 auto;
	width: 100%;
}
.print {
	float: left;
	line-height: 44px;
	padding: 0;
}
.print .primary-btn, .print .secondary-btn {
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	margin-left: 0;
}
.monthly-calendar .online-table .tablecol1 {
	width: 94.5%;
	padding-right: 0;
}
.printbutton:hover {
	background: url(../images/button-icon-sprite.png) no-repeat 60px -244px #339999;
}
.btn3download {
	background: url(../images/button-icon-sprite.png) no-repeat 60px -174px #339933;
}
.btn3download:hover {
	background: url(../images/button-icon-sprite.png) no-repeat 60px -174px #33cc33;
}
article {
	width: 96.2%;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	line-height: 20px;
}
article a, .services p a, .printtips li a {

	color:#589dc4	
	/* color: #000; */
}
article a:hover, .services p a:hover, .printtips li a:hover {
	color: #666;
}
.weeks {
	border: 1px solid #000;
	height: 699px;
	margin: 20px 20px 40px 20px;
	font-family: verdana;
}
.weeks ul {
	width: 100%;
	float: left;
	border-bottom: 1px solid #000;
	height: 99px;
}
.weeks ul li {
	width: 20%;
	background: #efefef;
	padding: 5px;
	height: 37px;
	border-right: 1px solid #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 37px;
	text-align: center;
}
.weeks ul li.first {
	border-bottom: 1px solid #000;
	height: 41px;
	line-height: 41px;
	font-weight: bold;
	font-size: 16px;
}
/*inner page Wallpaper-calendar css*/
.wallpaper-form .checkbox3 {
	float: left;
	margin: 22px 0 0 18px;
}
.wallpaper-form .formblockrow_col {
	width: 55%;
	float: right;
	margin: 10px 0 0 0;
}
.wallpaper-form .formblockrow_colfourth {
	width: 85%;
	float: right;
	margin-top: 8px;
}
.wallpaper-form .formblockrow_colfourth span {
	float: left;
	text-align: right;
	width: 32%;
}
.wallpaper-form .column3 ul {
	float: left;
	width: 100%;
}
.wallpaper-form .column3 ul li label {
	float: left;
	width: 35%;
	color: #666;
	font-weight: bold;
	margin: 20px 0 0 0;
}
.wallpaper-form .column .select4 {
	float: right;
	width: 60%
}
.formblockrow_col6 {
	width: 50%;
	margin-top: 20px;
	padding-left: 20px;
}
.wallpaper-form .checkbox {
	float: right;
	width: 59.5%;
	margin-top: 10px;
}
.wallpaper-form .column .select4 .jquery-selectbox {
	width: 160px !important;
}
.more-options {
	width: 100%;
	float: right;
	margin: 20px 0 14px 0;
	border: 1px solid #e4e4e4;
}
.more-options .more-title {
	width: 100%;
	height: 36px;
	background: #5cb1e1;
	border-bottom: 1px solid #e4e4e4;
}
/*Accordion CSS Here*/
#accordion {
	width: 100%;
}
#accordion li div {
	display: block;
	background: #5cb1e1;
	cursor: pointer;
	width: 100%;
	height: 36px;
	position: relative;
	z-index: 999;
}
#accordion li {
	padding: 0 0 0 0;
}
#accordion li div h2 {
	font-size: 16px;
	background: url(../images/plus-icon.png) no-repeat left center;
    font-weight: bold;
	color: #fff;
	line-height: 36px;
	padding: 0 0 0 30px;
	margin-left: 10px;
	cursor: pointer;
	display: block;
}
#accordion li.open h2 {
	background: url(../images/minus-icon.png) no-repeat left center;
}
#accordion .accordion-content {
	float: left;
	background: #fff;
	width: 98%;
	min-height: 100px;
	margin: -20px 0 0 0;
	padding: 25px 0 0 5px;
	z-index: 0;
}
#accordion .accordion-content p, #accordion .accordion-content span {
    font-weight: bold;
	color: #666;
}
#accordion .accordion-content span {
	padding: 5px 0 0 3px;
	float: left;
	width: 94%;
}
#accordion .accordion-content .checkbox span {
	width: auto;
}
.formblockrow9 span {
	padding: 5px 0 0 3px;
	float: left;
	width: 94%;
}
#accordion .accordion-content input, .formblockrow9 input {
	float: left;
}
/*Accordion CSS Ends here	 */
.wallpaper .more-options .formblockrow {
	padding: 0;
}
.wallpaper .more-options .formblockrow_col {
	float: left;
	width: 24%;
}
.wallpaper .more-options .formblockrow_col2 {
	width: 30%;
}
.wallpaper .more-options .formblockrow_col3 {
	width: 35%;
}
.wallpaper .more-options .formblockrow_col label {
	font-size: 12px;
}
.wallpaper .more-options .formblockrow8, .wallpaper .more-options .formblockrow9 {
	float: left;
	width: 100%;
}
.wallpaper .more-options .formblockrow8 .checkbox {
	float: left !important;
	width: 100%;
}
.wallpaper .more-options .formblockrow9 .checkbox {
	float: left !important;
	width: 40%;
}
.wallpaper .more-options .formblockrow9 .checkbox2 {
	width: 60%;
}
.wallpaper .more-options .formblockrow8 .formblockrow_col8 {
	float: left;
	padding: 5px;
}
.wallpaper .more-options .formblockrow8 .formblockrow_col8 .text_tab {
	width: 140px;
	text-align: left;
	padding: 0 0 0 5px;
}
.wallpaper .createbutton {
	width: 250px;
	background: url(../images/createwallpaper-btn-bg.png) no-repeat;
}
.printable-cal-form .generate-calender {
	margin-right: 15px;
}
.wallpaper .createbutton:hover {
	background: url(../images/createwallpaper-btn-hover-bg.png) no-repeat;
}
.wallpaper .createbutton input {
	padding: 0 0 0 7px;
	font-family: 'robotocondensed';
	font-size: 20px;
	color: #fff;
}
.wallpaper .google-ad2 {
	margin: 20px 0 0 0;
	clear: both;
	overflow: hidden;
}
/*inner page printable calendar css*/
.btn3-customize {
	cursor: pointer;
	background: url(../images/btn1-dwld-icon.png) no-repeat right center #6699ff;
	width: 169px;
	height: 27px;
	border: none;
	text-align: left;
	font-family: 'robotocondensed';
	color: #fff;
	margin: 10px 0;
	padding-left: 5px;
	border-radius: 2px;
	display: block;
	line-height: 27px;
}
.btn3-customize:hover {
	background: url(../images/btn1-dwld-icon.png) no-repeat right center #3399cc;
}
p.visit-link {
    font-weight: bold;
	color: #666;
	background: url(../images/visit-icon.png) left top no-repeat;
	padding-left: 21px;
	line-height: 18px;
}
p.visit-link a {
	color: #5cb1e1;
	text-decoration: underline;
	padding: 0 5px 5px 5px;
	font-weight: normal;
}
p.visit-link a:hover {
	text-decoration: none;
	color: #666;
}
/*Developed By CSS*/
.we-dev {
	float: left;
	width: 100%;
}
.dev_by {
	float: left;
	width: 17%;
	margin-top: -20px;
}
.dev_by_left {
	float: left;
	line-height: 18px;
	padding: 2px 6px 0 0;
	width: 61%;
	color: #ccc;
	font-size: 12px;
}
.dev_by_left a {
	color: #ccc;
	text-decoration: none;
}
.dev_by_right {
	float: none;
}
/*Online Calendar CSS Starts Here*/
.online-table {
	float: left;
	margin: 0;
	width: 100%;
}
.online-calendar .calendar-form {
	border: none;
	width: 100%;
}
.online-calendar .calendar-form .column2 li label {
	margin-left: 0 !important;
	width: auto;
}
.calendaryear {
	border-collapse: collapse;
}
.calendar {
	border-collapse: collapse;
	width: 100%;
}
.view-monthly {
	float: none;
	width: auto !important;
	padding-left: 0;
	padding-right: 13px;
}
.calendarheader {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	background-color: #c3d9ff;
	border: 1px solid #c0c0c0;
}
.calendarheader1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bolder;
	background-color: #e0ecff;
	border: 1px solid #c0c0c0;
}
.calendarheader1 span {
	font-weight: bold;
}
.calendarbody, .calendarbody1, .calendarbody2, .calendarholiday {
	border: 1px solid #c0c0c0;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}
.calendarbody {
	text-align: right;
}
.calendarbody1, .calendarbody2 {
	border-top: none;
}
h2.calendaryearheader, .calendaryearheader {
	font-family: Verdana;
	font-size: 30px;
	font-weight: bolder;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.calendartoday {
	background-color: #b6fbaa;
	font-family: Verdana;
	font-weight: bolder;
	font-size: 12px;
	text-align: right;
	border-left: 1px solid #ccc;
}
table.main {
	border-collapse: collapse;
	width: 980px;
	background-color: white;
}
table {
	border: 0;
	border-collapse: collapse;
	font-size: 10pt;
}
table.form {
	border: 0;
	border-collapse: collapse;
	font-size: 10pt;
	font-weight: normal;
}
table.search-box {
	border-collapse: collapse;
	border-color: #6eb20f;
	border-style: solid;
	border-width: 1px;
	background-color: #e0fabe;
}
td.side-l {
	width: 11px;
	background-color: #73A0B7;
}
td.side-r {
	width: 11px;
	background-color: #73A0B7;
}
td.body {
	background-color: #fff;
}
td.top {
	height: 66px;
}
td.header1 {
	background-color: #6eb20f;
	color: #fff;
	text-align: center;
	height: 30px;
}
td.footer {
	background-color: #fff;
}
td.bottom {
	background-color: #6eb20f;
	color: #fff;
	text-align: center;
	height: 100px;
}
td.bottom-text {
	background-color: #6eb20f;
	color: #ebfde8;
	text-align: center;
	font-size: 10pt;
}
td.top-nav-text {
	color: #666;
	font-size: 10pt;
	font-weight: bold;
}
td.header {
	color: #fff;
	text-align: center;
	height: 36px;
	background: #006e2e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmUyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZlMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #006e2e 0%, #006e2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006e2e), color-stop(100%, #006e2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #006e2e 0%, #006e2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #006e2e 0%, #006e2e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #006e2e 0%, #006e2e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #006e2e 0%, #006e2e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e', GradientType=0 ); /* IE6-8 */
}
.online-calendar .formblockrow_colfourth {
	width: 43%;
}
.online-calendar .formblockrow_colfourth .jquery-selectbox {
	width: 198px !important;
}
.online-calendar .checkbox {
	float: right;
	padding: 0 8% 0 0;
}
.online-calendar .formblockrow_col7 {
	width: 45%;
}
.online-calendar .checkbox4 {
	float: right;
	width: 51.7%;
	margin-top: 5px;
}
.online-calendar .checkbox4 span, .online-calendar .checkbox span {
	line-height: 20px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-top: 10px;
}
.online-calendar .checkbox span {
	padding-top: 0;
}
.headline {
	clear: both;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 16px;
}
.type-label {
	float: left;
	line-height: 36px;
	color: #666;
}
.select-type span {
	float: left;
	background: #efefef;
	height: 35px;
	border: none;
	text-align: center;
	color: #333;
	line-height: 35px;
	text-transform: capitalize;
    font-weight: bold;
	cursor: pointer;
	padding: 0 15px;
	letter-spacing: 1px;
}
.year-button, .month-button {
	float: left;
	margin: 0 !important;
	position: relative;
	overflow: hidden;
}
.select-type .styledRadio {
	background: none !important;
}
.select-type input[type="radio"] {
	top: -20px!important;
	position: absolute;
	left: 0;
}
.select-type .year-button span {
	border-radius: 0 3px 3px 0;
	overflow: hidden;
}
.select-type .month-button span {
	border-radius: 3px 0 0 3px;
}
.select-type {
	position: relative;
	float: left;
	padding: 0 0 0 5px;
	overflow: hidden;
}
.select-type span.active-tab {
	background: #404040;
	color: #fff;
}
.online-calendar .formblock {
	margin-top: 10px;
	float: left;
	width: 99.5%;
}
/*blank calendar css*/
.row .box p em {
	font-style: normal;
	float: left;
	display: block;
	margin: 10px 0;
}
.row .box p em .black, .row .box p em .blue, .row .box p em .green, .row .box p em .red {
	margin-right: 5px;
	margin-bottom: 5px;
	color: #fff;
	background: #000;
	padding: 3px;
	border-radius: 4px;
	display: inline-block;
}
.row .box p em span:hover {
	background: #333;
}
.row .box p em .blue {
	background: #1818e7;
}
.row .box p em .blue:hover {
	background: #2d2dd6;
}
.row .box p em .green {
	background: #0c9f0c;
}
.row .box p em .green:hover {
	background: #23ab23;
}
.row .box p em .red {
	background: #fd3318;
}
.row .box p em .red:hover {
	background: #e55441;
}
/*blank calendar css ends*/
.tablecol1 {
	float: left;
	width: 31.8%;
	padding: 0 0 10px 10px;
}
.tablecol1 .tbody1 {
	width: 100%;
}
.calendaryear {
	width: 100%;
}
.trow {
	width: 100%;
	padding-top: 10px;
	clear: both;
	float: left;
	margin-left: -5px;
}
.googlead {
	width: 100%;
	height: 280px;
	margin: 0 auto;
}
.google-ad-main {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.online-ad .googlead {
	padding: 0 0 0 2%;
}
/* tabs css here*/
ul.simpleTabsNavigation {
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
}
ul.simpleTabsNavigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.simpleTabsNavigation li a {
	padding: 0;
	height: 36px;
	line-height: 36px;
	color: #666666;
	font-size: 16px;
	background-color: #F6F6F6;
	text-transform: capitalize;
}
ul.simpleTabsNavigation li a:hover {
	background-color: #ccc;
}
ul.simpleTabsNavigation li a.current {
	background: #ff6666;
	color: #fff;
}
div.simpleTabsContent {
	padding: 0 15px 0 0;
	display: none;
}
div.simpleTabsContent.currentTab {
	display: block;
}
.jcarousel-container-horizontal {
	height: 100px;
	border: 1px solid #e4e4e4;
}
#tabnav {
	clear: both;
	overflow: hidden;
	height: 36px;
	border-bottom: 2px solid #88d86a;
	width: 99.5%;
	float: left;
	position: relative;
}
#tabnav li {
	float: left;
	border-right: 1px solid #EAEAEA;
}
#tabnav li:first-child {
	margin-left: 10px;
}
#tabnav li a {
	float: left;
	padding: 0 15px 0 15px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
.wallpaper-form .checkbox3, .wallpaper-form .formblockrow_colfourth span, .wallpaper-form .column3 ul li label {
	text-align: right;
}
/*testing*/
#hinducallendar-responsive {
	width: 96.2%;
	margin: 0 auto;
	border: 1px solid #d9d9d9;
	display: block;
	overflow: hidden;
}
.inner-row {
	float: left;
	height: 32px;
	background: #b7b7b7;
	color: #fff;
	width: 100%;
}
.col {
	float: left;
	width: 21%;
	border-right: 1px solid #999999;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
    font-weight: bold;
	font-size: 16px;
}
.col3 {
	float: left;
	width: 49%;
	border: none;
}
.col h1 {
	float: left;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	font-family: 'robotocondensed';
	font-weight: bold;
}
.main-row {
	border-bottom: 1px solid #999999;
	float: left;
	width: 100%;
}
.main-row:hover {
	background: #ccc;
}
.inner-row1, .inner-row2, .inner-row3, .inner-row4 {
	float: left;
	width: 42%;
	padding: 10px 4px 0;
}
.inner-row2 {
	width: 40%;
}
.inner-row3 {
	width: 50%;
}
.inner-row3 ul li {
	width: 50%;
	float: left;
}
.inner-row1 ul li {
	float: left;
	width: 48%;
	color: #444;
	padding-left: 5px;
}
.inner-row4 ul li {
	float: left;
	width: 100%;
	color: #444;
	padding-left: 5px;
}
.inner-row1 span {
	vertical-align: baseline;
	color: #000;
}
.inner-row2 ul li {
    font-weight: bold;
	height: 30px;
	padding-left: 20px;
	color: #000;
	width: 98%;
}
.inner-row2 ul li a {
    font-weight: bold;
	color: #000;
}
.inner-row2 ul li a:hover {
	text-decoration: underline;
}
/*innerpage for holiday css */
.holidayheading {
	display: none;
}
.heading {
	float: left;
	padding: 0 0 10px 10px;
}
.holidays-calendar h2 {
	border-bottom: 1px solid #E4E4E4;
	width: 98.5%;
	padding-bottom: 15px;
}
.holidays-content {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}
.holidays-content ul {
	float: left;
	width: 100%;
	display: flex;
}
.holidays-content ul li {
	float: left;
	width: 29.9%;
	min-height: 30px;
	padding: 10px 10px 0 10px;
	border-right: 1px solid #fff;
	color: #333;
}
.holidays-content ul li strong {
	color: #000;
}
.holidays-content ul li.date, .holidays-content ul li.also {
	background: #a2d6f3;
}
.holidays-content ul li.type {
	background: #d1e6f2;
}
.holidays-content ul li.last {
	background: #e7eff2;
	border-right: none;
	border-top: 1px solid #fff;
	width: 96%;
	margin-bottom: 15px;
}
.newyears-day {
	text-align: center;
	padding-bottom: 25px;
	display: block;
	width: 96.5%;
}
.newyears-day .holiday-img {
	position: relative;
	display: inline-block;
}
.newyears-day .holiday-img strong {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 16px;
	color: #ccc;
	border: 1px solid #ccc;
	font-family: serif;
	font-style: italic;
}
.newyears-day .holiday-img strong span {
	display: none;
}
.newyears-day .holiday-img strong:hover span {
	display: block;
}
.newyears-day .holiday-img strong span {
	font-style: italic;
	width: auto;
	position: absolute;
	font-size: 11px;
	bottom: 0;
	right: 25px;
	padding: 5px;
	background: #0F0C0C;
	color: #858585;
	border-radius: 2px;
	white-space: nowrap;
}
.holidays-ad {
	width: 47% !important;
	float: left;
	position: relative;
}
.holidays-ad .googlead {
	width: 100%;
}
.holidaytext {
	border: none;
	float: left;
	width: 98%;
}
.holidaytext p, .holiday-main-content p {
	background: none;
	color: #333;
	line-height: 24px;
	padding-bottom: 10px;
	float: none;
}
.rowholiday {
	padding: 10px 15px 10px 15px;
}
.footer-mobile {
	display: none;
	clear: both;
	overflow: hidden;
}
.share-buttons {
	display: none;
	overflow: hidden;
	clear: both;
	text-transform: capitalize;
}
.menu.sec-nav ul {
	display: none;
}
.mobile-search-panel {
	position: absolute;
	right: -320px;
	top: 0;
	height: 40px;
	background: #ccc;
	width: 100%;
	display: none;
}
.mobile-search-panel > a {
	float: left;
	margin: 8px 0 0 8px;
	background: #2d76c0;
	color: #fff;
	text-align: center;
	line-height: 24px;
	width: 70px;
	height: 23px;
	border-radius: 5px;
}
.searchresponsive2 {
	display: none;
}
.searchresponsive2 .search3 {
	float: right;
	background: #fff;
	border-radius: 12px;
	border: none;
	height: 22px;
	width: 225px;
	margin-top: 7px;
	font-style: italic;
}
.for-ie {
	display: none;
}
.adholiday {
	display: none;
}
/*form css here*/
.formblock .column {
	float: left;
	width: 48%;
}
.formblock .column1 {
	float: left;
	width: 51%;
}
.row li {
	padding-bottom: 10%;
}
.column .radio-options li {
	padding-bottom: 10px;
}
.online-calendar .formblock .column {
	float: left;
	width: 27%;
}
.online-calendar .formblock .column2 {
	width: 30%;
	/*margin-left: -20px;*/
}
.online-calendar .formblock .column4 {
	width: 32%;
	margin-left: -20px;
}
.online-calendar .formblock .column3 {
	width: 43%;
	margin-left: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.row .column3 .select-options {
	padding: 0px;
}
.row .column3 .select-options label {
	text-align: left;
	width: 21%;
}
.online-calendar .formblock .column3 .select-options label {
	width: 39%;
}
.calendar-form .row {
	margin: 0px;
}
.row .column3 .select-options .primary-btn {
	margin: 0px;
	margin-left: 35px;
}
.online-calendar .formblock .column .jquery-selectbox {
	width: 92px !important;
	text-transform: capitalize;
}
.select-options span {
	float: left;
	font-size: 11px;
	padding-left: 3px;
	line-height: 40px;
}
.radio-options, .check-options {
	float: right;
	min-width: 65%;
	color: #666666;
}
.radio-options li, .check-options li {
	line-height: 21px;
	float: none;
}
.radio-options li label, .check-options li label {
	padding-left: 5px;
}
.select-options {
	float: left;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
}
.select-options label {
	float: left;
	text-align: right;
	width: 42.5%;
	line-height: 36px;
	padding-right: 3px;
	color: #666666;
}
.online-calendar .selectoption label {
	text-align: right;
	color: #666;
	text-transform: capitalize;
	float: left;
	line-height: 34px;
	padding-right: 3px;
}
.select-option1 {
	margin-top: 0 !important;
}
.selectoption2 {
	margin-left: 38px !important;
}
.select-option1 .jquery-selectbox {
	width: 50px !important;
}
.generate-calender {
	float: right;
	height: 39px;
	border-radius: 2px;
	background: #339933;
	color: #fff;
	border: none;
	font-size: 18px;
	padding: 0 25px;
	margin: 10px 0 0 0;
	text-transform: capitalize;
	cursor: pointer;
	line-height: 37px;
}
.generate-calender:hover {
	background: #000;
}
.select-option1 .jquery-custom-selectboxes-replaced-list {
	width: 91% !important;
}
.select-options .select-tab {
	margin-top: 0 !important;
	margin-left: 0;
}
.texttab {
	float: left;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	text-align: center;
	outline: none;
	margin: 0 0 0 0;
	font-size: 14px;
	color: #666666;
	border-radius: 3px;
}
.check-options {
	min-width: 52%;
	padding: 17px 0 0 0;
}
.create-calendar {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	width: 130px;
	height: 40px;
	display: block;
	cursor: pointer;
}
.message-generate {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 5px;
	font-size: 13px;
	color: #800000;
	margin: 0 8px 8px 8px;
}
.photocalendar-form .message-generate {
	padding: 10px;
}
.photocalendar-form .selectoption {
	padding: 5px 0 5px 80px;
}
.generate-calender1 {
	margin: 0 60px 0 0 !important;
}
.formblock .select-options span {
	font-size: 14px !important;
	color: #333333;
}
/*Online Calendar new table css*/
.yearly-online {
	float: left;
	margin: 20px auto 0 auto;
	width: 100%;
}
.yearly-online table {
	width: 100%;
}
.yearly-online h2 {
	text-align: center;
	width: 99.8%;
	font-size: 18px;
	color: #1a1a1a;
	font-family: Verdana;
	font-weight: bold;
	background: #C3D9FF;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	padding-top: 0;
}
.yearly-online a {
	color: #333;
}
.yearly-online a:hover {
	color: #2d81ba;
}
.online-table td a {
	color: #999;
	font-size: 18px;
	font-family: Verdana;
}
.online-table td a:hover {
	color: #666;
	text-decoration: underline;
}
.online-table-images {
	clear: both;
	margin: 0 auto;
	width: 96%;
	padding-top: 20px;
}
.online-table-images ul li {
	float: left;
	margin: 0 4px;
	min-width: 15%;
}
.online-table-images ul li img {
	float: left;
	margin-right: 5px;
}
.formblock .column-right {
	width: 53%;
}
.formblock .column-right .selectoption {
	margin-left: 19%;
	margin-top: 23%;
	padding: 0;
	text-align: left;
}
/*custom css form styles */
.styledRadio, .styledCheckbox {
	float: left;
	margin: 2px;
}
.calendar-form .column li .include-check label {
	float: none;
	width: auto;
	padding-left: 0;
	line-height: 0;
}
.calendar-form .primary-btn {
	margin-top: 10px;
	margin-left: 54px;
	margin-bottom: 5px;
}
.online-calendar .calendar-form .primary-btn {
	margin-left: 10px;
}
/*Monthly Calendar CSS*/
.monthly-calendar.adj-month {
	width: 100%;
}
.monthly-calendar.adj-month .tablecol1 {
	padding: 0;
	width: 100%;
}
.monthly-calendar .online-table {
	width: 97%;
	margin-left: 15px;
	margin-top: 15px;
}
.monthly-calendar .online-table .tablecol1 {
	width: 99%;
	padding-right: 0;
}
.monthly-calendar .calendarheader, .monthly-calendar .calendarheader1 {
	height: 30px;
}
.monthly-calendar .calendarheader a {
	font-size: 11px;
	color: #666;
}
.own-calendar .adj-month .calendarbody {
	height: 90px;
}
.calendarholiday {
	color: red;
	background: #EBEBEB;
	text-align: right;
}
.calendarholiday p {
	color: #000;
	padding-top: 10px;
}
.calendarbody p {
	padding-top: 18px;
}
.own-calendar-row {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.own-calendar-row ul.simpleTabsNavigation {
	margin: 0;
}
.own-calendar-row div.simpleTabsContent {
	padding-left: 0;
}
.photocalendar-form .generate-calender {
	float: left;
	margin: 18px 0 10px 0;
}
.own-calendar-row ul.simpleTabsNavigation li a {
	border-right: 1px solid #ccc;
}
.own-calendar-row .photocalendar-form .formblockrow_col span {
	text-align: right;
	width: 41%;
	color: #666;
}
.own-calendar-row .photocalendar-form .jquery-selectbox span {
	text-align: left;
}
.printable-cal-form {
	float: left;
	background: #f9fcfa;
}
.printable-cal-form .column {
	width: 55%;
	float: right;
	padding-top: 15px;
}
.printable-cal-form .column li label {
	width: 35%;
}
.printable-cal-form .column li a {
	background: #efefef;
	border: 1px solid #a4a4a4;
	padding: 6px;
	text-align: center;
	color: #000;
	margin: 20px 20px;
	float: right;
}
.printable-cal-form .column li .createbutton {
	margin-bottom: 20px;
	float: right;
	margin-right: 72px;
}
.printable-cal-form .secondary-btn {
	background: url("../images/button-icon-sprite.png") no-repeat right -139px #336699;
	margin-left: 90px;
	width: auto !important;
}
.printable-cal-form .secondary-btn:hover {
	background: url("../images/button-icon-sprite.png") no-repeat right -139px #339999;
}
.print-cal-form-img {
	margin: 30px;
}
/*slide menu css here*/
#page {
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu1 {
	position: fixed;
	z-index: 20;
	background-color: #363635;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*Menu icons functionality Starts Here*/
.push-menu-left {
	top: 0;
	width: 250px;
	height: 100%;
}
.push-menu-left li {
	display: block;
	border-bottom: solid 1px #656563;
}
.push-menu-left li.first a {
	padding: 0 0 0 40px;
	color: #666;
	margin: 0;
}
.push-menu-left li:first-child {
	border-top: none
}
.push-menu-left a {
	display: block;
	padding: 10px;
	color: #fff;
}
.push-menu-left button.close-nav1 {
	margin: 10px 0;
	padding: 10px 30px;
	background-color: #3184a1;
	color: #fff;
}
.push-menu-left {
	left: -300px
}
.pml-open .push-menu-left {
	left: 0
}
.pml-open #page {
	left: 250px
}
.mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.push-menu-left ul li a {
	display: block;
	line-height: 34px;
	color: #fff;
	padding: 0 0 0 40px;
	background: url(../images/leftnav.png) no-repeat;
	background-position: 0 -28px;
	margin-left: 25px;
}
.push-mobile ul li a {
	background: url(../images/mobile-home-sprite.png) no-repeat;
	background-position: 0 -28px;
	margin-left: 25px;
}
/*new mobile nav-changes*/
.push-mobile ul li.home-icon a {
	background-position: 0 -358px !important;
}
.push-mobile ul li.home-icon:hover a {
	background-position: 0 -384px !important;
}
.push-mobile ul li.calendar:hover a {
	background-position: 0 -28px;
}
.push-mobile ul li.religious-icon a {
	background-position: 0 -79px;
}
.push-mobile ul li.religious-icon:hover a {
	background-position: 0 -79px;
}
.push-mobile ul li.photo a {
	background-position: 0 -130px;
}
.push-mobile ul li.photo:hover a {
	background-position: 0 -130px;
}
.push-mobile ul li.local a {
	background-position: 0 -181px;
}
.push-mobile ul li.local:hover a {
	background-position: 0 -181px;
}
.push-mobile ul li.holidays-icon a {
	background-position: 0 -230px;
}
.push-mobile ul li.holidays-icon:hover a {
	background-position: 0 -230px;
}
.push-mobile ul li.facts a {
	background-position: 0 -280px;
}
.push-mobile ul li.facts:hover a {
	background-position: 0 -280px;
}
.push-mobile ul li.widgets-icon a {
	background-position: 0 -333px;
}
.push-mobile ul li.widgets-icon:hover a {
	background-position: 0 -333px;
}
/*new changes*/
.push-menu-left ul li a.active, .push-menu-left ul li.ic:hover a {
	background-position: 0 0;
}
.push-menu-left ul li.home-icon a {
	background-position: 0 -608px;
}
.push-menu-left ul li.home-icon:hover a {
	background-position: 0 -638px;
}
.push-menu-left ul li.astrology a {
	background-position: 0 -28px;
}
.push-menu-left ul li.astrology.active a, .push-menu-left ul li.astrology:hover a {
	background-position: 0 -28px;
}
.push-menu-left ul li.desktop a {
	background-position: 0 -79px;
}
.push-menu-left ul li.desktop.active a, .push-menu-left ul li.desktop:hover a {
	background-position: 0 -79px;
}
.push-menu-left ul li.template a {
	background-position: 0 -131px;
}
.push-menu-left ul li.template.active a, .push-menu-left ul li.template:hover a {
	background-position: 0 -131px;
}
.push-menu-left ul li.blank a {
	background-position: 0 -184px;
}
.push-menu-left ul li.blank.active a, .push-menu-left ul li.blank:hover a {
	background-position: 0 -184px;
}
.push-menu-left ul li.ical a {
	background-position: 0 -249px;
}
.push-menu-left ul li.ical.active a, .push-menu-left ul li.ical:hover a {
	background-position: 0 -249px;
}
.push-menu-left ul li.custom a {
	background-position: 0 -310px;
}
.push-menu-left ul li.custom.active a, .push-menu-left ul li.custom:hover a {
	background-position: 0 -310px;
}
.push-menu-left ul li.online a {
	background-position: 0 -375px;
}
.push-menu-left ul li.online.active a, .push-menu-left ul li.online:hover a {
	background-position: 0 -375px;
}
.push-menu-left ul li.pdf a {
	background-position: 0 -443px;
}
.push-menu-left ul li.pdf.active a, .push-menu-left ul li.pdf:hover a {
	background-position: 0 -443px;
}
.push-menu-left ul li.print-icon a {
	background-position: 0 -510px;
}
.push-menu-left ul li.print-icon.active a, .push-menu-left ul li.print-icon:hover a {
	background-position: 0 -510px;
}
.push-menu-left ul li.school a {
	background-position: 0 -575px;
}
.push-menu-left ul li.school.active a, .push-menu-left ul li.school:hover a {
	background-position: 0 -575px;
}
.push-menu-left ul li.home-icon1 a {
	background-position: 0 -609px;
}
.push-menu-left ul li.home-icon1:hover a {
	background-position: 0 -638px;
}
.push-menu-left ul li.first {
	margin: 0;
}
.push-menu-left ul li:hover {
	background-color: #666;
	color: #fff;
}
.push-menu-left ul li:hover a {
	color: #fff;
}
/*icons bg for sub-navigation css*/
.push-menu-left ul li.sub-navigation {
	display: block;
	line-height: 34px;
	color: #fff;
	padding: 0 0 0 0px;
	background: url(../images/leftnav.png) no-repeat;
	background-position: 24px -28px;
}
.push-mobile ul li.sub-navigation {
	background: url(../images/mobile-home-sprite.png) no-repeat;
	background-position: 24px -28px;
}
.push-mobile ul li.sub-navigation.calendar {
	background-position: 24px -28px;
}
.push-mobile ul li.sub-navigation.religious-icon {
	background-position: 24px -79px;
}
.push-mobile ul li.sub-navigation.photo {
	background-position: 24px -130px;
}
.push-mobile ul li.sub-navigation.local {
	background-position: 24px -181px;
}
.push-mobile ul li.sub-navigation.holidays-icon {
	background-position: 24px -230px;
}
.push-mobile ul li.sub-navigation.facts {
	background-position: 24px -280px;
}
.push-mobile ul li.sub-navigation.widgets-icon {
	background-position: 24px -333px;
}
.push-menu-left ul li.sub-navigation.astrology {
	background-position: 24px -28px;
}
.push-menu-left ul li.sub-navigation.desktop {
	background-position: 24px -79px;
}
.push-menu-left ul li.sub-navigation.template {
	background-position: 24px -131px;
}
.push-menu-left ul li.sub-navigation.blank {
	background-position: 24px -184px;
}
.push-menu-left ul li.sub-navigation.ical {
	background-position: 24px -249px;
}
.push-menu-left ul li.sub-navigation.custom {
	background-position: 24px -310px;
}
.push-menu-left ul li.sub-navigation.online {
	background-position: 24px -375px;
}
.push-menu-left ul li.sub-navigation.pdf {
	background-position: 24px -443px;
}
.push-menu-left ul li.sub-navigation.print-icon {
	background-position: 24px -510px;
}
.push-menu-left ul li.sub-navigation.school {
	background-position: 24px -575px;
}
/*icons bg css ends*/
.push-mobile ul li.sub-navigation a {
	background: url(../images/mobile-home-sprite.png) no-repeat right -450px;
	margin-left: 50px;
	color: #fff;
	padding-left: 14px;
}
.push-mobile ul li.sub-navigation a:hover {
	background: url(../images/mobile-home-sprite.png) no-repeat right -450px;
	color: #fff;
}
.push-mobile ul li.sub-navigation a.open {
	background: url(../images/mobile-home-sprite.png) no-repeat right -480px;
	color: #fff;
}
.push-mobile ul li.sub-navigation ul {
	clear: both;
	overflow: hidden;
	display: none;
}
.push-mobile ul li.sub-navigation ul li {
	border: none!important;
	border-top: 1px solid #656563!important;
}
.push-mobile ul li.sub-navigation ul li a, .push-mobile ul li.sub-navigation.open ul li a {
	background: none !important;
	background-color: #363638 !important;
	color: #8A8585;
	margin: 0 !important;
	padding-left: 62px;
	font-size: 13px;
}
.push-mobile ul li.sub-navigation ul li a:hover {
	background: #666 !important;
	color: #fff !important;
}
.push-mobile ul li.sub-navigation ul li, .push-mobile ul li.icon2 li {
	background: none !important;
}
/*mobile search code*/
nav .mobilesearch {
	width: 56%;
}
.mobile-submit {
	position: absolute;
	right: 90px;
	top: 8px;
	width: 40px;
	color: #fff;
	border: none;
	border-radius: 5px;
	height: 23px;
	line-height: 23px;
	text-transform: capitalize;
	cursor: pointer;
	background: #2d76c0;
}
/*form css here*/
.jquery-selectbox {
	position: relative;
	border: 1px solid #ccc;
	z-index: 0;
	float: left;
	display: inline;
	line-height: 38px;
	color: #444;
	height: 34px;
	padding: 0 0 0 11px;
	width: 140px !important;
	margin: 2px 0 0 0;
	background: #fff;
}
.jquery-selectbox.selecthover {
	z-index: 1100;
}
.date_s {
	float: left;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	white-space: nowrap;
	height: 34px;
	line-height: 34px;
	display: block;
}
.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px;
	left: 0px;
	background: #fff;
	height: 60px !important;
	overflow-x: hidden;
	overflow-y: auto !important;
	z-index: 1000;
	border: 1px solid #d2ad63;
}
.jquery-selectbox .jquery-selectbox-list span {
	display: block !important;
	width: auto !important;
	float: none;
	line-height: 20px;
}
.jquery-custom-selectboxes-replaced-list {
	width: 97% !important;
	top: 34px !important;
	padding: 10px 0 0 0;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 38px;
	cursor: pointer;
	background: url(../images/formarrow.png) no-repeat right top;
	line-height: 38px;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #ccc;
	color: #fff;
	cursor: pointer
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	line-height: 22px;
	float: none;
}
.photocalendar-form .formblockrow_colfourth .jquery-selectbox .jquery-selectbox-list {
	width: 166px !important;
}
.weeklycalendar-form .jquery-selectbox {
	width: 80px !important;
}
.weeklycalendar-form .jquery-selectbox-list {
	width: 86px !important;
}
.online-calendar .jquery-selectbox-list {
	width: 204px;
}
.online-calendar .column .select4 .jquery-selectbox {
	width: 180px !important;
}
.wallpaper-form .column .select4 .jquery-custom-selectboxes-replaced-list {
	width: 166px !important;
}
.wallpaper .more-options .accordion-content .jquery-selectbox-list {
	width: 135px !important;
}
/*carousel css here*/
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	padding: 20px 40px;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
	width: 75px;
	height: 245px;
	padding: 40px 20px;
}
.jcarousel-skin-tango .jcarousel-clip {
	overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	height: 95px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
	width: 75px;
	height: 245px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 140px;
	height: 90px;
	border: 2px solid #eef8f8;
	cursor: pointer;
}
.jcarousel-skin-tango .jcarousel-item:hover {
	border-color: #a8dbe0;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
	margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/*  Horizontal Buttons*/
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 54px;
	right: 8px;
	width: 10px;
	height: 23px;
	cursor: pointer;
	background: url(../images/right.gif) no-repeat left top;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background: url(../images/right.gif) no-repeat left top;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
	background: url(../images/right.gif) no-repeat left top;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background: url(../images/right.gif) no-repeat left top;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	background: url(../images/right.gif) no-repeat left top;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 53px;
	left: 8px;
	width: 10px;
	height: 23px;
	cursor: pointer;
	background: url(../images/left.gif) no-repeat left top;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background: url(../images/left.gif) no-repeat left top;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
	background: url(../images/left.gif) no-repeat left top;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background: url(../images/leftactive.gif) no-repeat left top;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	background: url(../images/left.gif) no-repeat left top;
}
/*Vertical Buttons*/
.jcarousel-skin-tango .jcarousel-next-vertical {
	position: absolute;
	bottom: 5px;
	left: 43px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(next-vertical.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover, .jcarousel-skin-tango .jcarousel-next-vertical:focus {
	background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
	background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
	cursor: default;
	background-position: 0 -96px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
	position: absolute;
	top: 5px;
	left: 43px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(prev-vertical.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-vertical:focus {
	background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
	background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
	cursor: default;
	background-position: 0 -96px;
}
.jcarousel-skin-ie7 .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-ie7 .jcarousel-container-horizontal {
	padding: 20px 60px;
}
.jcarousel-skin-ie7 .jcarousel-container-vertical {
	width: 75px;
	height: 245px;
	padding: 40px 20px;
}
.jcarousel-skin-ie7 .jcarousel-clip {
	overflow: hidden;
}
.jcarousel-skin-ie7 .jcarousel-clip-vertical {
	width: 77px;
	height: 245px;
}
.second-carousel {
	height: 95px;
}
.jcarousel-skin-ie7 .jcarousel-item {
	width: 143px;
	height: 95px;
	cursor: pointer;
}
.jcarousel-skin-ie7 .jcarousel-item:hover, .jcarousel-skin-ie7 .jcarousel-item:focus {
	border-color: #808080;
}
.jcarousel-skin-ie7 .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 8px;
}
.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 7px;
	margin-right: 0;
}
.jcarousel-skin-ie7 .jcarousel-item-vertical {
	margin-bottom: 7px;
}
.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}
/**Horizontal Buttons*/
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
	position: absolute;
	top: 54px;
	right: 14px;
	width: 10px;
	height: 23px;
	cursor: pointer;
	background: url(../images/right.gif) no-repeat left top;
}
.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background: url(../images/right.gif) no-repeat left top;
}
.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover, .jcarousel-skin-ie7 .jcarousel-next-horizontal:focus {
	background: url(../images/rightactive.gif) no-repeat left top;
}
.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
	background: url(../images/rightactive.gif) no-repeat left top;
}
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal, .jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
	position: absolute;
	top: 54px;
	left: 14px;
	width: 10px;
	height: 23px;
	cursor: pointer;
	background: url(../images/left.gif) no-repeat left top;
	display: block !important;
}
.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background: url(../images/left.gif) no-repeat left top;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover, .jcarousel-skin-ie7 .jcarousel-prev-horizontal:focus {
	background: url(../images/leftactive.gif) no-repeat left top;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
	background: url(../images/leftactive.gif) no-repeat left top;
}
/**Vertical Buttons*/
.jcarousel-skin-ie7 .jcarousel-next-vertical {
	position: absolute;
	bottom: 5px;
	left: 43px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(next-vertical.gif) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-next-vertical:hover, .jcarousel-skin-ie7 .jcarousel-next-vertical:focus {
	background-position: 0 -32px;
}
.jcarousel-skin-ie7 .jcarousel-next-vertical:active {
	background-position: 0 -64px;
}
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical, .jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:focus, .jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:active {
	cursor: default;
	background-position: 0 -96px;
}
.jcarousel-skin-ie7 .jcarousel-prev-vertical {
	position: absolute;
	top: 5px;
	left: 43px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(prev-vertical.gif) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-vertical:hover, .jcarousel-skin-ie7 .jcarousel-prev-vertical:focus {
	background-position: 0 -32px;
}
.jcarousel-skin-ie7 .jcarousel-prev-vertical:active {
	background-position: 0 -64px;
}
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical, .jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:focus, .jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:active {
	cursor: default;
	background-position: 0 -96px;
}
/*------------------current local time css here-----------------------*/
.breadcrumb-list p a span {
	color: #333333;
}
.thumbnail-slide .get {
	margin-top: 10px !important;
	float: right;
}
.content-row, .content-links {
	clear: both;
	overflow: hidden;
	background: #fff;
	padding: 14px;
	border: 1px solid #e4e4e4;
}
.clock-block {
	float: left;
	width: 65.9%;
	background: #f2f2f2;
}
.clock-block p {
	padding: 12px 0 12px 27px;
	color: #666666;
}
.time-reading {
	color: #333;
	font-size: 58px;
	line-height: normal;
	padding: 20px 0 25px 25px;
}
.time-reading strong {
	font-size: 36px;
    font-weight: bold;
	color: #333;
	padding-left: 10px;
}
.country-name {
	color: #006699;
	font-size: 24px;
	padding: 0 0 0 27px;
	position: relative;
	background: #e4e4e4;
	overflow: hidden;
}
.country-name strong {
	float: left;
	padding: 17px 0 0 0;
    font-weight: bold;
}
.country-name .flag {
	float: right;
	padding: 7px 7px 0 0;
}
.time-reading span {
	font-size: 18px;
	display: block;
	color: #666666;
}
/*location-map css*/
.location-map {
	float: right;
	width: 32.6%;
}
.change-country {
	clear: both;
	overflow: hidden;
	padding: 15px 0 0 0;
}
.change-country label {
	color: #666666;
	display: block;
	padding: 5px 0 10px 0;
    font-weight: bold;
}
.change-country input[type='text'] {
	width: 60.5%;
	border: 1px solid #ccc;
	height: 34px;
	line-height: 24px;
	outline: none;
	padding: 0 10px;
	float: left;
	color: #333;
}
.change-country input[type='submit'] {
	float: right;
	background: #336699;
	width: 29%;
	height: 36px;
	border: none;
	cursor: pointer;
	text-align: left;
	color: #fff;
	font-size: 16px;
	background: url(../images/search-icon.png) no-repeat 65px center #336699;
	cursor: pointer;
}
.holiday-alert {
	background: #f5a893;
	clear: both;
	overflow: hidden;
	padding: 0 15px;
	line-height: 60px;
	font-size: 16px;
	position: relative;
	color: #333;
}
.holiday-alert strong {
    font-weight: bold;
}
.holiday-alert #close-btn {
	position: absolute;
	width: 28px;
	height: 28px;
	right: 15px;
	top: 18px;
	z-index: 999;
	position: absolute;
	background: #ffc8a4;
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
}
.holiday-alert img {
	vertical-align: middle;
	margin-right: 10px;
}
.holiday-alert a {
	color: #990000;
}
.holiday-alert a:hover {
	text-decoration: underline;
}
.see-more {
	font-size: 30px;
	vertical-align: top;
}
/*time-zones css*/
.time-zones {
	clear: both;
	overflow: hidden;
}
.time-zones li {
	width: 49.7%;
	float: left;
	min-height: 77px;
	margin: 2px 2px 0 0;
	background: #ffcc66;
}
.time-zones li span a {
	color: #333;
}
.time-zones li span a:hover {
	text-decoration: underline;
}
.time-icon, .link-icon {
	float: left;
	width: 73px;
	height: 77px;
	text-align: center;
	line-height: 76px;
	background: #ffebc2 url(../images/title-sprite.png) no-repeat 6px -248px;
}
.time-icon.time-icon2 {
	background: #ffebc2 url(../images/title-sprite.png) no-repeat -56px -248px;
}
.time-icon.time-icon3 {
	background: #ffebc2 url(../images/title-sprite.png) no-repeat -124px -248px;
}
.spacer {
	display: block;
	height: 16px;
	clear: both;
	overflow: hidden;
}
.time-zones li div {
	float: left;
	padding: 0 0 0 2%;
	width: 81%;
}
.time-zones li div strong {
	line-height: 73px;
	font-size: 18px;
	float: left;
	width: 29%;
    font-weight: bold;
}
.time-zones li div span {
	float: left;
	color: #333333;
	margin: 28px 0 0 0;
	padding-left: 0;
	width: 70%;
	line-height: 14px;
}
.time-icon img {
	vertical-align: middle;
}
.time-zones li div.timejone-title strong {
	font-size: 20px;
}
.cities-list, .details-block {
	padding-top: 0;
	padding-bottom: 0;
}
.cities-list h2 {
	float: left;
	width: 31%;
	font-size: 16px;
	color: #333333;
	padding: 13px 0 9px 0;
	background: url(../images/listbg.gif) no-repeat right 0;
}
.cities-list h2 strong {
	display: block;
	color: #006699;
    font-weight: bold;
}
.cities-list ul {
	float: left;
	width: 67%;
}
.cities-list ul li {
	float: left;
	line-height: 58px;
	padding: 0 0 0 12px;
	margin: 0 0 0 20px;
	background: url(../images/navl--listbg.png) no-repeat left center;
}
.cities-list ul li a {
	color: #333333;
}
.cities-list ul li a:hover, .cities-list ul li a.active {
	color: #006699;
	text-decoration: underline;
}
.details-block ul {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	width: 96%;
	padding: 5px 0;
}
.details-block ul li {
	float: left;
	width: 28%;
	padding: 12px 0 12px 43px;
	font-size: 16px;
	color: #666;
	border-left: 1px solid #f1f1f1;
}
.details-block ul li.first {
	border-left: 0;
}
.details-block ul li.airport-icon {
	background: url(../images/title-sprite.png) no-repeat -2px -321px;
}
.details-block ul li.lat-icon {
	background: url(../images/title-sprite.png) no-repeat -1px -386px;
}
.details-block ul li.currency-icon {
	background: url(../images/title-sprite.png) no-repeat -3px -445px;
}
.details-block ul li.languages-icon {
	background: url(../images/title-sprite.png) no-repeat -6px -517px;
}
.details-block ul li.dail-icon {
	background: url(../images/title-sprite.png) no-repeat -6px -578px;
}
.details-block ul li strong {
	display: block;
	color: #333;
    font-weight: bold;
}
.content-divider {
	height: 1px;
	background: #f1f1f1;
	clear: both;
	overflow: hidden;
	display: block;
	width: 96%;
	margin: 0 auto;
}
/*holidays-upcoming css here*/
.holidays-upcoming h3 {
	font-size: 18px;
	color: #666666;
	line-height: 28px;/*font-family: 'robotomedium';*/
}
.holidays-upcominglist {
	background: #f6f6f6;
	float: left;
	width: 49.2%;
	margin: 13px 0 0 0;
}
.holidays-upcominglist li {
	border-bottom: 1px solid #fff;
	padding: 10px 0 10px 42px;
	clear: both;
	overflow: hidden;
	background: url(../images/holiday-libg.png) no-repeat 13px 13px;
}
.holidays-upcominglist li strong {
	display: block;
	font-size: 16px;
    font-weight: bold;
}
.holidays-upcominglist li strong a {
	color: #006699;
}
.holidays-upcominglist li strong a:hover {
	text-decoration: underline;
}
.holidays-upcominglist li span {
	color: #cc3333;
    font-weight: bold;
}
.content-row .holidays-ad {
	float: right;
	width: 49.4% !important;
	margin: 13px 0 0 0;
}
.sun-moon {
	clear: both;
	overflow: hidden;
	padding: 15px 0 0 0;
}
.sun-moon li {
	float: left;
	margin: 0 1.5% 0 0;
	width: 23.5%;
	background: #ddf5ce;
}
.sun-moon-view {
	clear: both;
	overflow: hidden;
	padding: 12px 0 0 0;
	min-height: 83px;
}
.sun-moon-view img {
	float: left;
	margin: 3px 10px 0 10px;
	max-width: auto;
	width: auto;
}
.sun-moon-view strong {
	padding: 0 0 0 2px;
	line-height: 55px;
	font-size: 18px;
	color: #333;
    font-weight: bold;
}
.sun-moon-degrees {
	clear: both;
	overflow: hidden;
	background: #cee6bf;
	text-align: center;
	color: #333333;
	font-size: 16px;
	line-height: 43px;
	min-height: 43px;
    font-weight: bold;
}
.sun-moon-degrees img {
	vertical-align: baseline;
	margin: 0 3px;
}
.sun-moon-degrees span {
	display: block;
	padding: 8px 0 0 0;
	line-height: 14px;
	color: #33333;
	font-weight: normal;
}
.content-row.sun-moon-block {
	padding-right: 0;
}
.meeting-planner {
	float: left;
	margin: 13px 0.5% 0 0;
	width: 28%;
	background: #f6f6f6;
}
.meeting-planner li {
	padding: 14px 0 13px 26px;
	border-bottom: 1px solid #fff;
	background: url(../images/navl--listbg.png) no-repeat 10px 18px;
}
.meeting-planner li a {
	color: #006699;
}
.meeting-planner li a:hover {
	text-decoration: underline;
}
.cl-box-events {
	margin-top: 13px;
	margin-right: 1%;
	margin-left: 0.5%;
	float: left;
	width: 27% !important;
}
.content-row .birthday-content {
	margin-bottom: 10px;
}
.cl-box {
	float: left;
	width: 20%;
	margin-right: 1%;
	margin-left: 1%;
	padding-top: 13px;
}
.cl-box .innertable {
	margin-bottom: 10px;
	padding-left: 0;
}
.thumbnail-slide {
	float: left;
	padding: 13px 0 0 0;
	width: 20%;
}
.services-current-local {
	clear: both;
	width: auto;
	float: none;
	overflow: hidden;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label span {
	display: inline-block;
	width: 16px;
	height: 15.5px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url("../images/checkbox.png") no-repeat scroll right -16px;
	cursor: pointer;
}
input[type="checkbox"]:checked + label span {
	background: url("../images/checkbox.png") no-repeat scroll right -0.5px;
}
.date_s select {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	padding: 0 2px;
	color: #666;
	margin: 0;
}
.selectoption label {
	width: auto !important;
}
.date_s label {
	position: relative
}
.date_s label:after {
	content: '<>';
	font: 11px "Consolas", monospace;
	color: #333;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 8px;
	top: 2px;
	padding: 0 0 2px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	pointer-events: none;
}
.date_s label:before {
	content: '';
	right: 6px;
	top: 0px;
	width: 20px;
	height: 20px;
	background: #f8f8f8;
	position: absolute;
	pointer-events: none;
	display: block;
}
.checkboxes {
	float: right;
	width: 80%;
}
.checkoption {
	padding: 5px 0;
}
/* Tab menu styles generated via the horitontal menu builder @ www.cssmenubuilder.com */
#tabContainer {
	position: relative;
}
#tabMenu {
	position: relative;
	height: 30px;
}
#tabContent {
	position: relative;
	color: #444444;
	overflow: hidden;
	padding: 0;
	clear: both;
	width: 100%;
}
#tabContent .contenttab {
	display: none;
}
#tabContent #intro {
	clear: both;
	overflow: hidden;
}
#tabContent .active {
	padding: 5px 0;
	display: block;
}
/* Tab menu styles generated via the horitontal menu builder*/
.simpleTabs .menu {
	margin: 0 auto;
	padding: 0;
	height: 30px;
	width: 100%;
	display: block;
}
.simpleTabs .menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
.simpleTabs .menu li a {
	padding: 0;
	height: 36px;
	line-height: 36px;
	color: #666666;
	background-color: #F6F6F6;
	text-transform: capitalize;
}
.simpleTabs .menu li a span {
	line-height: 36px;
	float: left;
	display: block;
}
.simpleTabs .menu li a:hover {
	background-position: 0px -60px;
	color: rgb(255,255,255);
}
.simpleTabs .menu li a:hover span {
	background-position: 100% -60px;
}
.simpleTabs .menu li a.active, .simpleTabs .menu li a.active:hover {
	line-height: 30px;
	background: #88d86a;
	color: #fff;
}
.template-box {
	width: 31.8%;
	float: left;
	margin : 0 10px 0 0;
}
.template-box .box {
	border: 1px solid #ccc;
	width: 98%;
}
.template-box a {
	margin-top: 10px;
}
.calendar-form .column2 .secondary-btn {
	background: url("../images/button-icon-sprite.png") no-repeat scroll right -139px #336699;
	margin-left: 30px;
	position: relative;
	text-align: left !important;
	padding: 0 40px 25px 0 !important;
	margin-top: 15px;
}
.calendar-form .column2 .secondary-btn:hover {
	background: url("../images/button-icon-sprite.png") no-repeat scroll right -139px #339999;
}
.calendar-form .select-options label, .calendar-form .column .selectoption label {
	color: #666;
}
/*weekly calendar form */
.weeklycalendar-form {
	width: 97%;
	margin-left: 8px;
}
.weeklycalendar-form .formblockrow .column {
	width: 33%;
}
.weeklycalendar-form .formblockrow .column .selectoption {
	padding: 17px 0 0 10px;
}
.weeklycalendar-form .formblockrow .column .select-options label {
	width: 39%;
}
.weeklycalendar-form .formblockrow .column .select-options .texttab {
	width: 90px;
}
.weeklycalendar-form .formblockrow .column .date_m {
	padding-top: 3px;
}
.weeklycalendar-form .formblockrow .primary-btn {
	margin: 14px 0 14px 26px;
	width: auto;
}
.message-generate.error, .message-generate.success {
	background: #f09898;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #d73636;
	padding: 10px;
	margin-top: 5px;
	/*float: left;*/
}
.message-generate.success {
	background: #9bec9d;
	color: #1d9020;
}
/*Cloud CSS here*/
.cloud {
	margin: 10px;
	background: #f9f9f9;
	padding: 10px;
	text-align: center;
    overflow-wrap: break-word;
}
.cloud a {
    line-height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	color: #333;
    display: inline-flex;
}
.cloud a:hover {
    background-color: #ffcc66;
}
.cloud .s1 {font-size: 36px;}
.cloud .s2 {font-size: 28px;}
.cloud .s3 {font-size: 20px;}
.cloud .s4 {font-size: 14px;}
/*-------------media css here for all devices-----------------------------*/
img {
	max-width: 100%;
	height: auto;
	border: none;
}
/*Normal Css*/
.calendar-form .column2 input.secondary-btn[value="Download PDF Calendar"] {
	text-align: center !important;
	padding: 0 35px 0 12px !important;
	background: url("../images/button-icon-sprite.png") no-repeat scroll right -139px #336699;
}
.calendar-form .column2 input.secondary-btn:hover {
	background: url("../images/button-icon-sprite.png") no-repeat right -139px #339999;
}
.pasteurl em {
	float: left;
	width: 89%;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	color: #666;
}
.selectoption input[type='checkbox'] {
	float: left;
	margin: -2px 0 0 0;
}
.online-calendar .selectoption input[type='checkbox'], .printable-cal-form .selectoption input[type='checkbox'] {
	margin-top: 7px;
}
.location-with-time {
	position: absolute;
	bottom: 8px;
	left: 27px;
	color: #fff;
	font-size: 20px;
	z-index: 9999;
	text-transform: capitalize;
	line-height: 28px;
}
.location-with-time strong {
	display: block;
	font-size: 28px;
    font-weight: bold;
}
.color-options {
	float: left;
	width: 100%;
	background: #f5f5f7;
}
.select-color {
	padding: 0 0 0 10px;
	position: relative;
	float: left;
	width: 100%;
}
.color-list {
	position: absolute;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 5px;
	display: none;
	min-height: 30px;
	left: 0;
	bottom: 62px;
	min-width: 110px;
	z-index: 999;
	margin: 0;
	padding: 10px 0;
}
.color-list ul {
	clear: both;
	overflow: hidden;
}
.color-list ul li {
	line-height: 20px;
	float: none;
	text-align: left;
	padding: 0 10px;
}
.color-list ul li:hover {
	background: #ddecf2;
}
.color-list ul li a {
	color: #333;
}
.color-list ul li a:hover {
	color: #2d81ba;
}
.color-list:after, .color-list:before {
	top: 100%;
	left: 2%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.color-list:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-left: 18px;
}
.color-list:before {
	border-color: rgba(51, 51, 51, 0);
	border-top-color: #ccc;
	border-width: 17px;
	margin-left: 16px;
}
.monthly-templates .monthlytemplates .select-color .secondary-btn {
	margin: 0 0 13px !important;
}
/* IE7 */
.calendar-form .download-btn {
	width: 270px\9; /* IE8 and below */
}
.printable-cal-form .secondary-btn {
	width: 240px\9; /* IE8 and below */
}
.printable-cal-form {
	padding-bottom: 15px\9; /* IE8 and below */
}
.online-calendar .calendar-form .primary-btn {
	width: 220px\9; /* IE8 and below */
}
.content-links {
	border: none;
	padding: 0;
}
.content-links .time-zones li {
	min-height: 36px;
	width: 33%;
}
.content-links .time-icon {
	background: url("../images/leftnav.png") no-repeat 5px -215px #ffebc2;
	height: 36px;
	line-height: 36px;
	width: 40px;
}
.content-links .time-zones li div {
	height: 36px;
	line-height: 36px;
	width: 72%;
	margin: 0;
	background: none;
}
.content-links .time-zones li div a {
	color: #333;
}
.content-links .time-zones li a:hover {
	color: #666666;
}
.left-print {
	float: left;
}
.right-print {
	float: right;
}
.right-print .primary-btn {
	margin-right: 0;
}
/*calendar widget page styles here*/
.widget-container {
	float: left;
	margin: 0 -2.1% 0 0;
	width: 102.1%;
}
.widget-container h3 {
	font-family: 'robotomedium';
	font-size: 18px;
	color: #666;
}
.widget-box {
	float: left;
	padding: 4px 0 11px 0;
	margin: 10px 2.1% 0 0;
	width: 302.9px;
}
.widget-box.blue {
	background: #0099cc;
}
.widget-box.green {
	background: #339933;
}
.widget-box.orange {
	background: #ff9933;
}
.widget-details-row {
	clear: both;
	overflow: hidden;
	position: relative;
	line-height: 34px;
	background: #e4e4e4;
	font-family: 'robotomedium';
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	padding: 0 0 0 9px;
}
.users-count {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 34px;
	font-size: 12px;
	color: #fff;
	background: url(../images/users-icon.png) no-repeat 13px center #bdbdbd;
	padding: 0 15px 0 33px;
}
.widget-thumbnail {
	clear: both;
	overflow: hidden;
	text-align: center;
	padding: 0 0 15px 0;
}
.widget-controls {
	clear: both;
	overflow: hidden;
	border-top: 2px solid #73dcff;
	font-family: 'robotocondensed';
	text-transform: uppercase;
}
.widget-box.green .widget-controls, .widget-box.green .widget-controls li {
	border-color: #82dc82;
}
.widget-box.orange .widget-controls, .widget-box.orange .widget-controls li {
	border-color: #ffc28d;
}
.widget-box.orange .widget-controls, .widget-controls li {
	border-color: #ffc28d;
}
.widget-controls li {
	float: left;
	width: 48.9%;
	border-right: 2px solid #73dcff;
}
.widget-controls li a {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 24px;
	line-height: 34px;
	color: #fff;
}
.widget-controls li.embed-customize {
	border: none;
}
.widget-controls li.code-customize a {
	background: url(../images/code-customize.png) no-repeat left center;
}
.widget-controls li.embed-customize a {
	background: url(../images/embed-code.png) no-repeat left center;
}
.widget-wrap {
	clear: both;
	overflow: hidden;
	padding: 15px 15px 0 15px;
}
.widget-footer {
	clear: both;
	overflow: hidden;
	padding: 25px 0 0 0;
}
.widget-footer .addthis {
	float: left;
}
.browse-widgets {
	float: right;
	position: relative;
	border-radius: 3px;
	font-family: 'robotocondensed';
	color: #fff;
	line-height: 35px;
	padding: 0 43px 0 8px;
	background: url(../images/brose-widgets.png) no-repeat right center #339933;
}
.browse-widgets:hover {
	background: url(../images/brose-widgets.png) no-repeat right center #33cc33;
}
/*row2 css here*/
.author-quotes, .leader-quotes, .celebrity-quotes {
	width: 191px;
	margin: 0 auto;
	height: 241px;
	position: relative;
}
.author-quotes .thumbnail-slide {
	width: 100%;
	margin: 0;
	padding: 0;
}
.clock-widget-thumb {
	height: auto;
	min-height: 211px;
}
.countdown {
	height: auto;
	min-height: 133px;
}
.widget-thumbnail .birthdays.todays {
	margin: 0 auto;
	padding: 0;
	float: none;
	text-align: left;
	width: 261px;
}
.content-row .widget-thumbnail .birthday-content {
	margin: 0;
	background: #fff;
	clear: both;
	overflow: hidden;
	width: auto;
}
.content-row .widget-thumbnail .upcoming-holidays {
	margin: 0;
	background: #fff;
	text-align: left;
}
.holiday-title h2 {
	float: left;
	font-size: 14px;
	color: #fff;
    font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0 0 0 7px;
	font-weight: normal !important;
}



 /*mediaqueries for mobile devices*/
@media(min-width:180px) and (max-width:479px) {
/*adding here for*/
section, footer {
	position: relative;
}
.pml-open section, .pml-open footer {
	left: 250px;
}
.astro-images a {
	margin: 2% 5% 0px 3%;
	width: 40%;
}
.astro-images .astro {
	width: 78%;
	padding-right: 14%;
	padding-bottom: 10%;
	text-align: center;
}
.text_tab {
	margin-left: 20px;
}
.printtips li {
	font-size: 12px;
}
.astro-images a {
	margin: 5px 0px 3px 15px;
	width: 40%;
}
.astro-images .astro {
	margin: 0px;
	width: 87%;
}
.text_tab {
	margin-left: 20px;
}

/* Start Secondary nav*/
.menu.parent-page.secondary-menu-none {
	display: none;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 15px;
}
.jquery-selectbox {
	width: 225px !important;
}
.printbutton, .btn3download {
	margin-bottom: 13px;
}
.calendar-form .column2 .secondary-btn {
	float: none;
	display: block;
	margin: 0 auto !important;
}
.trow {
	margin-left: 0;
}
.ownphoto {
	float: none;
	margin: 0 auto;
	width: 88.5%;
}
.tablecol1 {
	margin: 0 auto;
	padding-left: 0;
}
.monthly-calendar .calendarbody {
	height: auto;
}
.texttab {
	margin-left: 21px;
}
article {
	text-align: justify;
}
.pasteurl {
	padding-top: 20px;
}
.own-calendar-row .photocalendar-form .formblockrow_col span {
	text-align: left;
	min-width: 36%;
	width: auto;
	font-size: 12px;
	float: left;
	color: #666;
	padding-left: 10px;
}
.photocalendar-content .select-options label {
	min-width: 40%;
	width: auto;
	font-size: 12px;
	padding-left: 10px;
}
.calendar-form .select-options label, .calendar-form .column .selectoption label {
	min-width: 26%;
	width: auto;
}
.photocalendar-content .text_tab, .selectoption .texttab {
	margin-left: 0 !important;
}
/* Start Secondary nav*/
header {
	width: 100%;
	float: none;
	min-height: 40px;
	display: none;
}
#topnav, #logo, .admain, .ring, .addthis, footer .links1, footer .links2, footer .links3, footer .copyrights img, .quote, .row5, .google-ad2, .row3, .row4, .block3 p, #breadcrumb, nav .search, .footer-divider {
	display: none;
}
nav .mobile-search {
	margin-right: 12px;
	display: block;
	float: left !important;
	width: 215px !important;
}
.hindu-ad {
	display: block;
}
.photo .column-content, .printable .column-content, .religious .column-content, .holidays .column-content {
	background: #f3f3f3;
}
.hindhu-calendar .box1 {
	width: 69%;
}
.hindhu-calendar .googlead {
	/*display: block;*/
	float: left;
	width: auto;
	margin-bottom: 0;
}
.formblock .column1 {
	width: 100%;
}
.select-options {
	width: 100%;
}
.own-calendar .formblock .column .selectoption {
	padding: 3px 0;
	font-size: 13px;
	width: 66%;
	float: right;
}
.online-calendar .formblock {
	margin-left: 4px;
	width: 95%;
}
.online-calendar .formblock .column2 {
	margin-left: 0;
}
.online-calendar .formblock .column .selectoption, .online-calendar .formblock .column.column2 .selectoption {
	padding-left: 0;
}
.tbody1 .arrow-left {
	background: url("../images/arrow-head2.png") no-repeat 2px 3px;
}
.tbody1 .arrow-right {
	background: url("../images/arrow-head2.png") no-repeat 70px -18px;
}
.trow {
	padding-top: 0;
}
.calendarbody, .calendarbody1, .calendarbody2, .calendarholiday {
	font-size: 9px;
}
.holidays-content {
	width: 98%;
}
.selectoption input[type="checkbox"] + label span {
	margin-left: 0;
}
.holidays-content ul li {
	border-bottom: 1px solid #fff;
}
.holidays-content ul li.last {
	width: 100%;
	border: none;
	line-height: 18px;
	padding: 7px 0 7px 10px;
}
.mobile-banner {
	display: block;
	background: #f1f1f1;
	margin-top: 52px;
	text-align: center;
}
.hindu-ad-responsive {
	display: block;
}
.hindu-ad-responsive img {
	height: 204px;
}
#logoresponsivemob {
	display: block;
	width: 80%;
	text-align: center;
	padding: 5px 0 0 0;
	margin-left: 30px;
}
#drop {
	display: block !important;
	float: left;
	margin: 9px 0 0 0;
}
.serachresponsive {
	display: block;
	background: none;
	border: none;
	float: right;
}
.own-calendar {
	padding-left: 0;
}
.hindhu-calendar {
	display: block;
	float: left;
}
nav .search2 {
	display: none;
}
nav .search2 {
	width: 70%;
	margin: -22px 5px 0 0;
}
.searchicon2 {
	background: url(../images/search-icon.png) no-repeat left center;
	border: none;
	width: 16px;
	height: 37px;
	background-color: transparent;
	cursor: pointer;
	margin-right: 15px;
	margin-top: 2px;
}
.own-calendar.heading h2 {
	display: block !important;
	padding-left: 15px;
	font-size: 18px;
}
nav {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
}
.menu {
	float: none;
	clear: both;
	overflow: hidden;
}
nav .menu > ul {
	display: none;
}
.menu ul li {
	background: none;
	width: 100%;
}
nav .search {
	width: 242px;
	margin: 15px -18px;
}
.main-title {
	float: none;
	width: 94%;
	margin: 13px auto 20px auto;
}
.main-title h1 {
	font-size: 21px;
}
section {
	width: 99%;
}
.calendar-list {
	width: 93%;
	margin: 0px 0 0 10px;
	padding: 0 0 12px 0;
}
.row1, .row2 {
	width: 90%;
	margin: 0 auto;
	float: none;
}
.column-content {
	margin: 0 0 20px 0;
	min-height: 120px;
}
.calendar-title h2 {
	width: auto;
}
.calendar-column {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.upcoming .upcoming-left, .upcoming .upcoming-right {
	width: 99.4%;
}
.upcoming .upcoming-right {
	padding-left: 0;
}
.upcoming .upcoming-left ul li p, .upcoming .upcoming-left ul li p a {
	width: 98%;
	display: block;
	float: none;
	margin-left: 19px;
}
.upcoming .upcoming-right p, .upcoming .upcoming-right p a, .upcoming .upcoming-right p span {
	width: 90%;
}
.row6, .row7 {
	width: 94%;
	float: none;
	margin: 0 auto;
}
.row7 .free-left, .row7 .free-right {
	width: 96%;
	overflow: hidden;
}
.content4 {
	width: 96%;
	float: left;
	background: #f3f3f3;
	padding: 20px 0;
}
.photo-images {
	width: 60%;
	margin: 0 auto;
	float: none;
	clear: both;
}
/*inner page mediaqueries*/
aside, .googlead {
	display: none;
}
.content, .content2 {
	width: 100%;
	margin: 10px auto;
	float: none;
}
.title {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 38px;
}
.block2 {
	float: none;
	margin: 0 auto;
}
.mothly-calendar {
	width: 100%;
	float: none;
	padding: 0;
}
.monthly-templates {
	padding: 0;
}
.row {
	margin: 10px 0 10px 0;
	text-align: center;
}
.own-calendar .row {
	text-align: left;
}
.box1, .box {
	float: none;
	width: 100%;
	border: 1px solid #e4e4e4;
	margin: 15px auto 10px auto;
	width: 95%;
}
.content2 .box1 {
	margin: 0;
}
.mothly-calendar .box1 {
	width: 90%;
	margin: 0 auto;
	/*display: none;*/
}
.left-part, .right-part {
	width: 100%;
	margin: 0 auto;
	float: none;
	display: block;
}
.left-part {
	width: 100%;
}
.mothly-calendar .printable-cal {
	display: none;
}
.mothly-calendar .googlead {
	float: none;
	margin: 0 auto;
	/*display: block;*/
}
.box1 p, .box p {
	text-align: left;
}
.box img {
	width: 100%;
	background-size: cover;
}
.lastbox {
	margin: 0 8px;
}
.primary-btn, .secondary-btn {
	float: none;
	margin: 0 auto !important;
	display: block !important;
	clear: none;
    width: 85px;
    float: left;
}
.monthly-templates .primary-btn, .secondary-btn {
	margin: 10px 10px 14px 0;
}
.monthly-templates .monthlytemplates .primary-btn, .monthly-templates .monthlytemplates .secondary-btn {
	margin: 10px 5px 10px 0 !important;
}
.printable-cal-form .secondary-btn {
	margin-left: 30px !important;
}
.cloud {
	width: 92.5%;
	float: none;
	margin: 10px auto;
}
.services {
	width: 100%;
	float: none;
	margin: 0 auto;
	overflow: hidden;
}
.column .radio-options li {
	padding-bottom: 10px;
}
.message-generate {
	text-align: center;
}
.photocalendar-form .message-generate {
	padding-bottom: 10px;
}
.services h2 span {
	font-size: 16px;
	font-weight: normal;
}
/* inner page free custom-calendar mediaqueries */
.formblockrow .formblockrow_col {
	width: 100%;
}
.weeklycalendar-form .formblockrow_col span {
	font-weight: normal;
	font-size: 12px;
}
.print {
	float: none;
}
.weeklycalendar-form .date_m {
	float: left;
	padding: 9px 0 0 13px;
}
.weeklycalendar-form .checkbox2, .photocalendar-form .checkbox {
	width: 70%;
	float: left !important;
}
.styledRadio, .styledCheckbox {
	margin: 0 0 0 5px;
}
.checkbox2 label, .checkbox3 label {
	padding-left: 5px;
	line-height: 16px;
}
.wallpaper-form .formblockrow_colfourth {
	float: left;
	width: 80%;
}
.wallpaper-form .checkbox3, .wallpaper-form .formblockrow_colfourth span, .wallpaper-form .column3 ul li label {
	width: 45%;
}
.wallpaper-form .column .select4 {
	float: left !important;
}
.weeks ul li.first {
	font-size: 12px;
}
.weeks ul li {
	font-size: 10px;
	width: 32%;
}
/* inner page  photo-calendar mediaqueries */
.ownphoto {
	float: none;
	width: 80%;
	clear: both;
	text-align: center;
	margin-top: 10px;
}
.photocalendar-form {
	width: 100%;
	overflow: hidden;
	width: 94%;
	margin-top: 10px;
}
.formblockrow_col label, .formblockrow_col span {
	font-size: 12px;
}
.photocalendar-form .formblockrow_col span {
	width: 45%;
	padding-left: 5px;
}
.photocalendar-form .primary-btn {
	margin-left: 0;
}
.photocalendar-form .select-options {
	padding-bottom: 5px;
}
.photocalendar-form .formblock {
	padding-top: 5px;
}
.pasteurl {
	margin-top: 0;
}
.pasteurl input {
	width: 70%;
}
.fileupload {
	width: 85%;
	margin: 15px 0 0 6px;
}
.fileupload p {
	font-size: 12px;
}
.pasteurl p {
	font-size: 10px;
	font-weight: normal;
}
.urlexample input {
	display: none;
}
.services p {
	width: auto;
	padding: 5px 14px;
	text-align: justify;
}
.rowholidays {
	width: 92%;
	float: none;
	margin-top: 0;
}
.calendar-title h2, .birthday-title h2 {
	font-size: 14px;
}
.birthdays ul li p {
	padding-right: 0;
	width: 72%;
}
.birthdays ul li span {
	padding: 0;
	width: 79%;
	font-size: 12px;
}
.printtips {
	padding: 15px 3px 10px 3px;
	float: none;
	overflow: hidden;
}
.printtips ul {
	margin: 10px 0 0 10px;
}
.printtips ul li {
	height: 32px;
	margin-bottom: 18px;
}
.printtips h5 {
	font-size: 9px;
	margin-left: 0;
}
.services h6 {
	padding: 10px;
}
.printtips h4 {
	font-size: 18px;
}
p.visit-link {
	font-size: 12px;
}
footer {
	width: 100%;
	min-height: 75px;
	margin-top: 15px;
	margin-bottom: 30px;
}
footer .footer-social h5 {
	width: 54%;
	margin: 0 auto;
}
footer .footer-social {
	background: none;
	min-height: 0;
	width: 67%;
	margin: 0 auto;
	float: none;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}
footer .footer-social ul li {
	padding-right: 17px;
}
footer .copyrights p {
	width: 100%;
	text-align: center;
	min-height: 45px;
}
.we-dev {
	margin-bottom: 20px;
}
.we-dev .dev_by {
	width: 48%;
	float: none;
	margin: 0 auto;
	margin-top: -20px;
}
/*hindhu callendar	*/
.hinducallendar {
	display: none;
}
.hinducallendar-responsive {
	display: block;
	width: 92%;
}
.hinducallendar-responsive ul li {
	float: left;
	width: 100%;
}
.hinducallendar-responsive ul li.headingrow .col {
	font-size: 12px;
}
#hinducallendar-responsive {
	display: block;
	width: 93%;
}
#hinducallendar-responsive .inner-row .col, #hinducallendar-responsive .inner-row .col2 {
	display: none;
}
#hinducallendar-responsive .inner-row .col3 {
	display: block;
	float: left;
}
.calendar-form.formblock {
	width: 92%;
	float: left;
}
.holidays-calendar h2 {
	font-size: 16px;
}
.newyears-day {
	clear: both;
	overflow: hidden;
	margin-right: 10px;
	padding: 0;
	margin-bottom: 10px;
}
.holidays-content ul li {
	width: 100%;
}
.holidays-calendar {
	display: block;
}
.holidaytext {
	float: none;
	border: none;
	margin: 5px 0 0 0;
}
.holidaytext p {
	padding-left: 0;
}
.holidayheading {
	display: block !important;
}
.holidayheading h2 {
	font-size: 15px;
	font-weight: bold;
}
.inner-row {
	float: left;
	height: 32px;
	background: #b7b7b7;
	color: #fff;
	width: 100%;
}
.col {
	float: left;
	width: 22%;
	border-right: 1px solid #999999;
	height: 32px;
}
.col3 {
	float: left;
	width: 54%;
	border: none;
}
.col h2 {
	float: left;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-family: 'roboto_condensedbold';
}
.main-row {
	border-bottom: 1px solid #999999;
	float: left;
	width: 100%;
}
.main-row:hover {
	background: #ccc;
}
.inner-row1, .inner-row2 {
	float: left;
	width: 100%;
	padding: 10px 10px 0 0;
}
.inner-row2 {
	padding: 7px 10px 0 0;
}
.inner-row1 ul li {
	float: left;
	width: 32%;
	font-size: 14px;
	color: #444;
	padding-left: 10px;
}
.inner-row1 ul li span {
	color: #000;
	vertical-align: top;
}
.inner-row2 ul li {
	font-weight: bold;
	height: 26px;
	color: #444;
	padding-left: 10px;
}
.addhindhucal {
	padding: 0;
	display: block;
	margin-top: 10px;
}
.adholiday {
	width: 97%;
	margin: 0 auto;
	float: left;
}
.adholiday .hindu-ad-responsive {
	padding: 10px 0 0 0;
}
.hindu-desktop {
	display: none;
}
.hinducallendar ul li .col {
	float: left;
	width: 23.9%;
	font-size: 14px;
	text-align: center;
	color: #333333;
}
.hinducallendar-responsive ul li .col-res1 {
	width: 36.9%;
	font-size: 14px;
	text-indent: 4px;
	line-height: 20px;
	padding: 6px 0;
	text-align: center;
}
.hinducallendar-responsive ul li .collast, .hinducallendar-responsive ul li.headingrow .collast .col-lastres1 {
	width: 45% !important;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 0;
}
.footer-mobile {
	display: block;
	position: relative;
}
.footer-mobile ul {
	width: 101%;
	margin: 0 auto;
	clear: both;
	overflow: hidden
}
.share-buttons {
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	position: fixed;
	left: 0;
	bottom: 0;
}
.share-buttons ul li a {
	float: left;
	min-width: 33%;
	height: 30px;
	margin: 7px 0 0 0;
	line-height: 34px;
	text-align: center;
}
.share-buttons ul li.fb-share a, .share-buttons ul li.twitter-share a, .share-buttons ul li.gplus-share a {
	background: url(../images/social-fb-icon.png) no-repeat 18px center #4769a5;
	color: #fff;
	font-size: 13px;
}
.share-buttons ul li.twitter-share a {
	background: url(../images/social-tw-icon.png) no-repeat 13px center #59c1e7;
}
.share-buttons ul li.gplus-share a {
	background: url(../images/social-gp-icon.png) no-repeat 12px center #ca4130;
}
.share-buttons ul li.first a:hover {
	color: #999;
}
.googlead {
	float: left;
	/*display: block;*/
	width: 100%;
	clear: both;
	margin-left: -10px;
	margin-right: 0;
	margin-bottom: 20px;
}
.online-ad .googlead {
	padding-left: 0;
}
.checkbox {
	width: 80%;
	padding: 5px 0 0 20px;
}
.formblockrow strong {
	line-height: 20px;
	padding-top: 10px;
}
.formblock {
	margin-bottom: 10px;
}
.birthdays ul li span {
	text-indent: 6px;
}
.birthday-content {
	width: 99%;
}
#tab1content {
	margin: 0 auto;
	width: 83%;
}
.curosel-pdf {
	margin-left: auto;
	margin-right: auto;
	width: 88.2%;
}
#tabnav {
	width: 96%;
	margin-left: 6px;
	position: relative;
	float: left;
}
.calendar-form .column {
	width: 90%;
}
.calendar-form .column li label {
	float: left;
	line-height: 20px;
	display: block;
	padding: 20px 0 0 20px;
	width: auto !important;
	min-width: 30%;
	text-align: right;
}
.calendar-form .select-options {
	float: left;
}
.calendar-form .select-options label, .calendar-form .column .selectoption label {
	color: #666;
	font-size: 12px;
	width: 44%;
	text-align: right;
}
.select-options .date_s select {
	font-size: 12px;
}
.calendar-form .column .selectoption {
	padding-left: 22%;
}
.calendar-form .column li .include-check label {
	width: auto !important;
	display: inline;
	padding: 0;
	line-height: normal;
}
.styledRadio, .styledCheckbox {
	margin-top: 3px;
}
.calendar-form {
	width: 95%;
}
.calendar-form .column li {
	padding: 0;
}
.calendar-form .column li .date_s {
	padding-left: 20px;
	width: auto;
}
.select-options label {
	font-size: 12px;
}
.pdf-button {
	float: none;
	width: 94%;
	font-size: 18px;
	margin-left: 5px;
}
.calendar-form .column2 {
	float: none;
}
.birthday-content {
	margin-top: 15px;
}
.formblock {
	margin: 0 auto;
	float: none;
}
nav .search {
	float: none;
	margin: 10px auto;
}
.yearly-online {
	width: 90%;
	margin: 20px auto;
	clear: both;
	float: none;
}
.yearly-online h2 {
	width: 98.8%;
	line-height: 26px;
	padding-left: 0;
	display: block;
	font-size: 12px;
}
.online-ad .holiday-title h2 {
	display: block;
	line-height: 30px;
}
.tab-col1 {
	width: 100%;
}
.calendarbody1, .calendarbody2 {
	height: 19px;
}
.tab-col2 {
	width: 48.9%;
	float: left;
}
.yearly-online .last {
	display: none;
}
.formblock .column {
	width: 100%;
	float: left;
}
.selectoption {
	padding-left: 0;
}
.select-options label {
	width: 45%;
	font-size: 12px;
}
.select-options .date_s {
	padding-left: 0;
}
.select-options .texttab {
	margin-left: 0;
}
.photocalendar-form .selectoption {
	padding-left: 20px;
}
.photocalendar-form .select-options .texttab, .photocalendar-form .date_s select, .photocalendar-form .selectoption label {
	font-size: 12px;
}
.monthly-templates .box, .monthly-templates .box1, .monthly-templates .lastbox {
	float: none;
	margin: 10px auto;
	width: 223px;
	clear: both;
	overflow: hidden;
}
.monthly-templates .lastbox {
	margin-right: auto !important;
}
.monthly-templates .box1 p, .monthly-templates .box p, .monthly-templates .lastbox p {
	text-align: left;
	min-height: 65px !important;
}
.online-calendar .selectoption, .selectoption2 {
	margin-left: 14px !important;
}
.calendar-form .column .year-button, .calendar-form .column .month-button {
	margin-left: 0;
}
.headline label {
	line-height: 35px;
}
.print {
	text-align: center;
}
.radio-options, .check-options {
	float: left;
}
.radio-options {
	padding-left: 5px;
}
.holidaytext .google-ad-main {
	display: none;
}
.photo-calendar, .pdf-calendar {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.online-calendar .formblock .column {
	width: 100%;
}
.online-calendar .formblock .column .jquery-selectbox {
	width: 85% !important;
}
.calendar-form .column li label {
	padding-top: 5px;
	padding-bottom: 5px;
}
.generate-calender {
	float: left;
}
.template-box {
	width: 222px;
	margin: 0 auto 80px auto;
	float: none;
}
/*current-local-titme page styles here*/
.clock-block, .location-map, .details-block ul {
	width: 100%;
}
.calender-box {
	float: left;
}
.clock-block p {
	padding: 10px;
	font-size: 11px;
}
.time-reading {
	font-size: 40px;
}
.location-map {
	margin-top: 16px;
}
.change-country input[type="submit"] {
	background: #336699;
	text-align: center;
}
.holiday-alert {
	line-height: 22px;
	padding: 10px;
	width: 86%;
	margin: 0 auto;
	position: relative;
}
.time-zones li, .content-links .time-zones li {
	width: 100% !important;
}
.time-zones li div {
	width: 72%;
}
.content-links .time-zones li div {
	width: 78%;
}
.time-zones li div strong {
	width: auto;
	font-size: 15px;
	line-height: 35px;
}
.time-zones li div span {
	font-size: 12px;
	width: auto;
	margin: 0;
}
.time-zones li div.timejone-title strong {
	font-size: 14px;
}
.time-reading strong {
	font-size: 25px;
}
.cities-list ul {
	padding: 10px 0;
}
.cities-list ul li {
	float: none;
	line-height: 29px;
}
.cities-list h2 {
	float: none;
	border-bottom: 2px solid #ccc;
	width: auto;
	background: none;
}
.country-name {
	font-size: 16px;
	line-height: 36px;
}
.country-name .flag {
	width: 45px;
	height: 33px;
}
.country-name strong {
	padding-top: 5px;
}
.details-block ul li {
	float: none;
	width: auto;
	border: none;
	border-bottom: 1px solid #ccc;
}
.content-divider {
	display: none;
}
.details-block {
	padding-top: 0;
	padding-bottom: 12px;
}
.details-block ul li.dail-icon.device-last {
	border-bottom: none;
}
.holidays-upcominglist {
	float: none;
	clear: both;
	overflow: hidden;
	width: auto;
}
.meeting-planner {
	float: none;
	width: 100% !important;
	clear: both;
	overflow: hidden;
	padding: 14px 0 0 0;
}
.content-row .todays {
	margin-right: auto;
}
.services-current-local p {
	font-size: 12px;
	line-height: 22px;
}
.calender-box, .thumbnail-slide {
	float: none;
	width: 193px;
	clear: both;
	margin: 0 auto;
	padding-left: 4%;
}
.details-block ul {
	margin: 0 0 -8px 0;
}
.holidays-upcominglist li {
	font-size: 13px;
}
.holidays-upcominglist li strong {
	font-size: 15px;
}
.sun-moon li {
	float: none;
	clear: both;
	margin-bottom: 2px;
	width: auto;
	overflow: hidden;
}
.content-row .holidays-ad {
	width: 100% !important;
	overflow: hidden;
	text-align: center;
}
.monthly-templates .customize-btn {
	margin-top: 10px !important;
}
.block3 h2 {
	font-size: 16px;
}
.for-ie {
	display: block;
}
.photocalendar-form .primary-btn {
	float: none;
}
.adj-month .tablecol1 td.calendarheader1 span {
	display: block;
	width: 18px;
	overflow: hidden;
	font-weight: bold;
}
.own-calendar .adj-month .calendarbody, .own-calendar .adj-month .calendartoday, .calendarholiday {
	height: 30px;
}
.hText {
	display: none;
	background: #fff;
	border: 1px solid #666;
	border-radius: 5px;
	line-height: 24px;
	color: #333;
	position: absolute;
	top: 25px;
	left: -25px;
	padding: 3px;
	min-width: 60px;
	text-align: center;
	font-size: 10px;
	margin: 0;
    font-weight: bold;
}
.hText a span {
    font-size: 10px;
    text-decoration: none;
    color: #333;
}
.calendarholiday {
	position: relative;
}
.calendarholiday:hover .hText {
	display: block;
}
.details-block ul li {
	padding: 10px 0 10px 43px;
}
.select-options .select-tab {
	margin-left: 0;
}
.own-calendar .printweekly-calendar2 {
	width: 96.5%;
}
.printable-cal-form {
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.weeklycalendar-form .formblockrow .column {
	width: 100%;
}
/*Quick navigation tab css*/
#tabnav {
	width: 100%;
	margin-left: 0;
	height: 30px;
}
#tabnav li a {
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	font-size: 13px;
}
.simpleTabs .menu li a span {
	padding-right: 0;
}
nav .search {
	margin-right: 7px;
	margin-left: 5px;
}
.online-calendar .checkbox, .online-calendar .checkbox4 {
	float: none;
	width: auto;
	clear: both;
}
.printable-cal-form .column {
	float: left;
}
.printable-cal-form .generate-calender {
	margin-left: 20px;
}
.calendaryear {
	width: 100%;
	margin: 0 auto;
}
.calendar tbody {
	width: 90%;
}
.online-table {
	margin: 0 auto;
	clear: both;
	width: 100%;
}
.online-table td p img {
	width: 15px;
	height: 15px;
}
.tablecol1 {
	width: 87%;
	float: none;
}
.tablecol1 .calendar {
	width: 100%;
}
.upcoming-holidays {
	float: none;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
.hindhu-calendar .holidaytext {
	width: 94%;
	margin: 0 auto;
}
.monthly-calendar.adj-month {
	margin-top: 20px;
	margin-bottom: 20px;
}
.cl-box, .cl-box-events, .thumbnail-slide {
	display: none;
}
.change-country input[type="text"] {
	width: 58%;
}
.change-country input[type="submit"] {
	background: url(../images/search-icon.png) no-repeat 100px center #336699
}
.own-calendar .printweekly-calendar {
	float: left;
}
}
 /*mediaqueries for mobile landscape view*/
@media(min-width:480px) and (max-width:599px) {
.facebook-button {
	float: left;
	position: relative;
	width: 25%;
	margin-left: 10%;
	padding-top: 15px;
}
.photo-images a {
	margin: 10px 0 0 0;
}
.pdfbox {
	display: none;
}
.tweet {
	float: right;
	padding: 12px 31px 13px 0;
	width: 19%;
}
.birthdays {
	margin: 0 auto;
	float: none;
}
.gp-cl {
	position: absolute;
	right: 130px;
	top: 10px;
	float: left;
	width: 65px;
}
nav {
	position: absolute;
	z-index: 1000;
	top: 0;
}
nav .menu.mobile {
	position: fixed;
	z-index: 100;
	background: #363635;
	top: 39px;
	display: none !important;
}
nav .menu.mobile > ul {
	display: block;
}
nav .search2 {
	position: absolute;
	right: 32px;
	left: 5px;
	top: 30px;
	display: block;
}
.search2 .search-bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 100px;
	background: #fff;
	border-radius: 10px;
}
nav .search2 .searchtab {
	width: auto;
	margin: 0 10px;
	height: 22px;
	z-index: 100;
	position: relative;
	background: white;
	float: none;
	padding: 0;
}
.share-buttons ul li a {
	float: left;
	min-width: 33%;
	height: 30px;
	margin: 7px 0 0 0;
	line-height: 34px;
	text-align: center;
}
.share-buttons ul li.fb-share a, .share-buttons ul li.twitter-share a, .share-buttons ul li.gplus-share a {
	background: url(../images/social-fb-icon.png) no-repeat 18px center #4769a5;
	color: #fff;
	font-size: 13px;
}
.share-buttons ul li.twitter-share a {
	background: url(../images/social-tw-icon.png) no-repeat 13px center #59c1e7;
}
.share-buttons ul li.gplus-share a {
	background: url(../images/social-gp-icon.png) no-repeat 12px center #ca4130;
}
.share-buttons ul li.first a:hover {
	color: #999;
}
nav .search.mobile-search {
	display: block;
	width: 63%;
	margin-left: 10px;
	float: left;
}
nav .searchtab {
	float: left;
	width: 63%;
	margin: 0;
}
nav .search2 .searchtab {
	display: none;
}
header {
	width: 100%;
	float: none;
	min-height: 40px;
	display: none;
}
.mobile-search-panel {
	display: none;
}
.calendar-form .column li label {
	line-height: 20px;
	width: 31%;
	font-size: 15px;
}
#topnav, #logo, .admain, .ring, .addthis, footer .links1, footer .links2, footer .links3, footer .copyrights img, .quote, .row5, .google-ad2, .row3, .row4, .block3 p, #breadcrumb {
	display: none;
}
#logoresponsivemob {
	display: block;
	width: 100%;
	text-align: center;
	padding: 3px 0 0 0;
}
.title {
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.upcoming .upcoming-left ul li p, .upcoming .upcoming-left ul li p a {
	float: none;
	width: 98%;
	display: block;
	margin-left: 19px;
}
.formblockrow_col {
	clear: both;
	padding-bottom: 5px;
}
.time-zones li div {
	width: 79%;
}
.details-block ul li {
	width: 22%;
}
.checkbox {
	padding: 0;
	display: block;
	width: 100%;
}
.birthday-content {
	width: 97%;
}
.formblock {
	margin-top: 12px;
}
.formblock .primary-btn {
	margin-top: 10px;
}
.formblockrow strong {
	clear: both;
	overflow: hidden;
	display: block;
}
.formblockrow strong {
	float: none;
}
#drop {
	display: block;
	float: left;
	margin-top: 12px;
}
.calendar-form .column {
	width: 44%;
}
.calendar-form .column li label {
	font-size: 11px;
}
.own-calendar .formblock .column .selectoption {
	padding-left: 0;
}
nav {
	width: 100%;
	margin: 0 auto;
}
.menu {
	width: 100%;
	margin: 0 auto;
	float: none;
	clear: both;
	overflow: hidden;
	position: fixed;
	z-index: 999;
	background: #363635;
	margin-top: 5px;
}
nav .menu > ul {
	display: none;
	clear: both;
	overflow: hidden;
}
.menu ul li {
	background: none;
	width: 100%;
}
.serachresponsive {
	display: block;
	background: none;
	border: none;
	float: right;
}
nav .search {
	display: none;
}
nav .search2 {
	display: none;
}
nav .search2 {
	width: 80%;
	margin: -24px 5px 0 0;
}
.searchicon2 {
	background: url(../images/search-icon.png) no-repeat left center;
	border: none;
	width: 16px;
	height: 37px;
	background-color: transparent;
	cursor: pointer;
	margin-right: 20px;
	margin-top: 3px;
}
.main-title {
	float: none;
	width: 95%;
	margin: 10px auto;
}
.main-title h1 {
	font-size: 24px;
}
section {
	width: 99%;
}
.calendar-list {
	width: 94%;
	margin: 0px 0 0 12px;
	padding: 0 0 12px 0;
}
.row1, .row2 {
	width: 50%;
	margin: 0 auto;
}
.row1 {
	padding-top: 20px;
}
.photo .column-content, .printable .column-content, .religious .column-content, .holidays .column-content {
	background: #f3f3f3;
}
.column-content {
	margin: 0 0 20px 0;
}
.calendar-title h2 {
}
.calendar-column {
	width: 91%;
	border: none;
}
.upcoming-holidays {
	float: none;
	display: block;
	margin: 0 auto;
}
.yearly-online {
	margin-bottom: 20px;
}
.own-calendar .adj-month .calendarbody {
	height: 55px;
}
.upcoming .upcoming-left {
	width: 99.4%;
}
.upcoming .upcoming-right {
	width: 91%;
	padding-left: 6px;
}
.upcoming .upcoming-right p, .upcoming .upcoming-right p a, .upcoming .upcoming-right p span {
	width: 90%;
}
.upcoming .upcoming-left ul li {
	border-right: none;
}
.row6, .row7 {
	width: 97%;
	float: none;
	margin: 0 auto;
}
.row7 .content4 {
	width: 96.4%;
	float: left;
	background: #f3f3f3;
	padding: 20px 0;
}
/*inner page mediaqueries*/
aside, .googlead {
	display: none;
}
.content, .content2 {
	width: 78%;
	margin: 10px auto;
	float: none;
}
.title {
	width: 100%;
	text-align: center;
}
.block2 {
	float: none;
	margin: 0 auto;
}
.mothly-calendar {
	width: 100%;
	float: none;
	padding: 0;
}
.monthly-templates {
	padding: 0;
}
.mothly-calendar .mothlytemplates {
	display: none;
}
.row {
	margin: 10px 0 0 0;
}
.box1, .box, .lastbox {
	float: none;
	border: 1px solid #e4e4e4;
	width: 223px;
	margin: 10px auto !important;
}
.box1 p, .box p, .lastbox p {
	text-align: left;
	min-height: 95px;
}
.lastbox {
	margin-right: auto !important;
}
.primary-btn, .secondary-btn {
	float: none;
	margin: 0 0 14px 0;
}
.monthly-templates .primary-btn, .secondary-btn {
	float: none;
	margin: 6px 0 14px 0
}
.cloud {
	width: 92.5%;
	float: none;
	margin: 10px auto;
}
.services {
	width: 79%;
	float: none;
	margin: 0 auto;
	overflow: hidden;
}
.services h2 span {
	font-size: 17px;
}
.weeklycalendar-form .formblockrow_col {
	width: 100%;
}
.print {
	float: none;
}
.weeklycalendar-form .date_m {
	float: left;
	padding: 9px 0 0 13px;
}
.weeklycalendar-form .checkbox2 {
	width: 73%;
}
.weeks ul li {
	width: 36%;
}
.row .box p em {
	width: 100%;
}
.photocalendar-form {
	width: 99%;
	margin: 10px auto;
}
.photocalendar-form .formblockrow_col1 span {
	width: 41% !important;
}
.photocalendar-form .checkbox {
	width: 55%;
}
.fileupload {
	width: 83%;
	margin: 15px auto;
	margin-bottom: 0;
	display: none;
}
.pasteurl p {
	font-size: 10px;
}
.urlexample input {
	display: none;
}
.rowholidays {
	width: 100%;
	float: none;
}
.calendar-title h2, .birthday-title h2 {
	font-size: 14px;
}
.birthdays ul li p {
	padding-right: 0;
	width: 72%;
}
.birthdays ul li span {
	padding: 0;
	width: 79%;
	font-size: 12px;
}
.printtips {
	padding: 3px;
	float: none;
	overflow: hidden;
	width: 95%;
}
.printtips ul {
	margin: 10px 0 0 10px;
}
.printtips ul li {
	height: 32px;
	margin-bottom: 18px;
}
.printtips h5 {
	font-size: 10px;
	margin-left: 0;
}
.printtips h4, .printtips h5 {
	font-size: 13px;
}
.tablecol1 {
	padding-left: 0;
}
p.visit-link {
	font-size: 12px;
}
footer {
	width: 100%;
	min-height: 75px;
	margin-top: 25px;
	box-shadow: none;
}
footer .footer-social h5 {
	width: 83%;
	margin: 0px 47px;
}
footer .footer-social {
	background: none;
	min-height: 0;
	width: 44%;
	margin: 0 auto;
	float: none;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}
footer .footer-social ul li {
	padding-right: 17px;
}
footer .footer-divider {
	display: none;
}
footer .copyrights p {
	width: 100%;
	text-align: center;
}
.dev_by {
	width: 100%;
	text-align: center;
}
.we-dev .dev_by {
	width: 46%;
	float: none;
	margin: -20px auto;
}
.dev_by_left {
	width: 50%;
}
.dev_by_right {
	float: left;
}
.footer-mobile {
	display: block;
}
.share-buttons {
	bottom: 0;
	display: block;
	left: 0;
	margin: 10px 0 0;
	position: fixed;
	width: 100%;
}
.share-buttons ul li a {
	margin-top: 0 !important;
}
.calendar-form .column li label {
	font-size: 13px;
	line-height: 56px;
	float: none;
}
.calendar-form .column {
	width: 90%;
}
.calendar-form .column li label {
	float: left !important;
}
.calendar-form .column li .include-check label {
	padding-left: 5px;
	padding-top: 10px;
}
.calendar-form .primary-btn {
	margin-left: 20px;
}
.monthly-templates .row img {
	width: 100%;
}
.primary-btn, .secondary-btn {
	float: left;
	margin-left: 10px !important;
	margin-top: 10px !important;
}
.mothly-calendar .secondary-btn, .yearly-calendar .secondary-btn, .monthly-templates .primary-btn, .secondary-btn {
	float: left;
	margin-top: 0;
}
.monthly-templates .secondary-btn {
	margin: 0;
}
.formblockrow_col {
	width: auto;
	float: none;
}
.formblockrow_col label, .formblockrow_col span {
	font-size: 12px;
	line-height: 44px;
}
.jquery-selectbox {
	margin-right: 3px;
}
.checkbox {
	padding-top: 10px;
	overflow: hidden;
}
.online-calendar .checkbox, .online-calendar .checkbox4 {
	overflow: hidden;
	clear: both;
	padding-top: 10px;
}
.monthly-templates, .yearly-calendar {
	padding-bottom: 20px;
}
.formblock {
	margin-top: 15px;
}
.formblockrow_col input {
	float: none;
}
.formblockrow_cola {
	padding-bottom: 0;
}
/*inner page holidays */
.newyears-day {
	clear: both;
	overflow: hidden;
	margin-right: 10px;
}
.holidays-content ul li {
	width: 100%;
}
.date {
	display: none;
}
.holidays-calendar {
	display: block;
}
.holidaytext {
	float: none;
	border: none;
}
.holidaytext p {
	padding-left: 0;
}
.mobile-v {
	width: 91.2% !important;
	margin: 15px auto;
	border: 1px solid #d9d9d9 !important;
	min-height: 500px;
	display: block !important;
	overflow: hidden !important;
	float: none;
}
.holidayheading {
	display: block !important;
}
/*current-local-titme*/
.clock-block, .location-map, .holidays-upcominglist, .holidays-ad {
	clear: both;
	overflow: hidden;
	float: none;
	width: auto;
}
.holidays-upcominglist {
	margin-bottom: 10px;
}
.location-map {
	text-align: center;
	padding: 10px 0 0 0;
}
.location-map img {
	width: 310px;
}
.change-country label {
	text-align: left;
}
.holiday-alert {
	font-size: 14px;
	margin: 0 auto;
}
.time-zones li {
	float: none;
	width: auto;
}
.content-links .time-zones li {
	width: 100% !important;
}
.cities-list h2 {
	font-size: 12px;
	float: none;
	width: auto;
	background: none;
	border-bottom: 1px solid #ccc;
}
.cities-list ul li {
	line-height: 30px;
}
.details-block ul li {
	font-size: 12px;
}
.holidays-ad, .meeting-planner {
	text-align: center;
	width: 100% !important;
}
.content-row .holidays-ad {
	width: 99% !important;
	float: left;
}
.meeting-planner {
	text-align: left;
}
.sun-moon li {
	margin-bottom: 2px;
	width: 48%;
}
.selectoption {
	padding-left: 0;
}
.date_s select {
	margin-left: 0;
}
.radio-options, .check-options {
	float: left;
}
.select-options label, .own-calendar .formblock .column .selectoption {
	font-size: 12px;
	padding-right: 10px !important;
}
.date_s select, .texttab {
	font-size: 12px;
}
.selectoption input[type="checkbox"] + label span {
	margin-left: 146px !important;
}
.calendar-form .column2 .secondary-btn {
	float: none;
	display: block;
	margin: 0 auto !important;
}
.button5 span, .button6 span, .button7 span {
	line-height: 14px;
}
.select-options .text_tab {
	margin-left: 0 !important;
}
.selectoption input[type="checkbox"] + label span {
	margin: 0 3px 0 154px!important;
}
form[name="cal_form0"] .selectoption input[type="checkbox"] + label span {
	margin-left: 58px !important;
}
.printable-cal-form {
	margin-bottom: 20px;
}
.printable-cal-form .secondary-btn {
	margin-left: 110px !important;
}
.left-part, .right-part {
	width: 100%;
	margin: 20px auto;
	float: none;
	display: block;
}
.weeklycalendar-form .formblockrow .column {
	width: 100%;
}
.weeklycalendar-form .formblockrow .column .selectoption {
	width: 30%;
	margin: 0 auto;
}
/*Quick navigation tab css*/
#tabnav {
	width: 100%;
	margin-left: 0;
	height: 30px;
}
#tabnav li a {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
}
.simpleTabs .menu li a span {
	padding-right: 5px;
}
.content {
	width: 96%;
}
.services {
	width: 96%;
}
.astro-images {
	margin: 10px 40px 0px 15px;
}
.online-calendar .calendar-form .column li label {
	width: 60%;
	text-align: left;
}
.message-generate {
	padding-bottom: 0;
}
.pdfbox {
	background: none;
	border: none;
	display: none;
}
.simpleTabs .fileupload {
	display: block;
	width: 92%;
}
.simpleTabs .pasteurl input {
	width: 79%;
}
.photocalendar-content {
	margin-top: 0;
}
.select-tab .jquery-selectbox {
	width: 95px !important;
}
.select-options label {
	padding-right: 0;
	width: 45%;
}
.select-options label.country-select-tab {
	width: 38%;
}
.radio-options li label, .check-options li label {
	font-size: 12px;
}
.formblock .select-options span {
	font-size: 12px !important;
}
.photocalendar-form .primary-btn {
	float: right;
	margin-right: 77px;
}
.formblock .primary-btn {
	float: none;
	clear: none;
	margin: 0 auto !important;
	display: block;
}
.message-generate {
	text-align: center;
}
.ownphoto {
	width: 89%;
	float: left;
	clear: both;
	margin: 0 auto;
	text-align: center;
}
.ownphoto img {
	width: auto;
}
.mobile-banner {
	width: 320px;
	float: none;
	margin: 50px auto 0 auto;
	display: block;
}
.inner-row1 ul li {
	width: 47%;
}
.holidays-content ul li {
	width: 95%;
}
.date {
	display: block;
}
.pdf-button {
	width: auto;
	padding-right: 30px;
	padding-left: 5px;
	font-size: 14px;
	float: right;
	margin-right: 10px;
}
.todays {
	clear: both;
	margin: 20px auto;
	overflow: hidden;
	float: none;
}
.formblock {
	margin-bottom: 10px;
}
.googlead, .mothly-calendar .googlead {
	float: none;
	margin: 0 auto;
	width: 85%;
	display: block;
	overflow: hidden;
}
.online-calendar .selectoption, .selectoption2 {
	margin: 0 !important;
}
.headline {
	padding: 10px 0 10px 0;
}
.calendar-form .column li label {
	line-height: 34px;
}
.tablecol1 {
	margin: 0 auto;
	width: 48%;
}
.trow {
	margin-left: 2px;
}
.online-table {
	width: 99%;
}
.own-calendar .printweekly-calendar2 {
	margin-left: 0;
	width: 98.5%;
}
.print .primary-btn {
	margin-left: 0 !important;
}
.tbody1 .arrow-left {
	background: url("../images/arrow-head2.png") no-repeat 25px 2px;
}
.tbody1 .arrow-right {
	background: url("../images/arrow-head2.png") no-repeat 93px -18px;
}
.printbutton, .btn3download {
	margin-bottom: 10px;
}
.own-calendar .formblock .generate-calender {
	margin-top: 15px;
}
.formblock .selectoption {
	padding-left: 160px;
	font-size: 12px;
}
.online-ad .googlead {
	padding-left: 0;
}
.select-type input[type="radio"] {
	display: none !important;
}
.online-calendar .formblock .column .jquery-selectbox {
	width: 100px !important;
}
.online-calendar .formblock .column.column2 .selectoption {
	padding-left: 25px;
}
.online-calendar .formblock .column.column2 .selectoption label {
	width: auto;
}
.calendar-form .select-options label, .calendar-form .column .selectoption label {
	font-size: 12px;
}
.selectoption input[type="checkbox"] + label span {
	margin-left: 0 !important;
}
.calendar-form .select-options label, .calendar-form .column .selectoption label {
	min-width: 100px;
}
.online-calendar .formblock .column {
	width: 55%;
}
.online-calendar .formblock .column2 {
	width: 48%;
}
#tabMenu .menu {
	background: none;
}
.row {
	margin-bottom: 10px;
}
.holiday-main-content p {
	float: left;
}
.for-ie {
	display: block;
}
.box {
	clear: both;
	overflow: hidden;
}
.google-ad-main {
	float: none;
	margin: 0 auto;
	width: 80%;
}
.photo-images {
	float: none;
	width: 82%;
	margin: 0 auto;
}
.photo-images a {
	margin: 5px;
}
.template-box {
	width: 50%;
	float: none;
	margin: 0 auto;
}
.template-box a {
	margin-bottom: 20px;
}
.addhindhucal {
	width: 76%;
	float: none;
	margin: 0 auto;
	display: block;
}
}
 @media(min-width:600px) and (max-width:767px) {
.tbody1 .arrow-left {
	background: url("../images/arrow-head2.png") no-repeat 47px 4px;
}
.tbody1 .arrow-right {
	background: url("../images/arrow-head2.png") no-repeat 117px -17px;
}
.box {
	min-height: 220px;
}
.birthdays {
	margin: 0 auto;
	float: none;
}
.calender-box, .thumbnail-slide, .content-row .todays {
	display: none;
}
.time-zones li {
	width: 100%;
}
.content-links .time-zones li {
	width: 49% !important;
}
.holiday-alert {
	font-size: 14px;
}
.calendar-form .column .selectoption {
	padding-left: 0 !important;
}
.photocalendar-form .selectoption {
	padding-left: 20px;
}
.formblock .primary-btn {
	margin: 0 auto;
	clear: none;
	float: none;
	display: block;
}
.fileupload {
	width: 94%;
}
.message-generate {
	text-align: center;
	padding-bottom: 0;
}
.photocalendar-form .message-generate {
	padding-bottom: 10px;
}
.meeting-planner {
	clear: both;
	overflow: hidden;
	width: 100%;
}
.content-row, .holiday-alert {
	margin-left: 5px;
	border: none;
}
.cities-list h2 {
	font-size: 13px;
}
.cities-list ul li {
	margin-left: 9px;
	font-size: 13px;
	line-height: 30px;
}
.holidays-upcominglist li {
	font-size: 13px;
}
.sun-moon li {
	width: 31.5%;
	margin-bottom: 10px;
}
.sun-moon-view strong {
	font-size: 14px;
}
.time-zones li div {
	width: 70%;
}
/*current -local -tim css ends*/
.astro-images a {
	margin: 5px 0px 3px 10px;
	width: 30%;
}
header {
	width: 100%;
	float: none;
	min-height: 0px;
}
.title {
	font-size: 20px;
}
.holidays-content ul li.last {
	width: 95.7%;
}
.google-ad-main, .googlead {
	width: 65%;
	margin: 0 auto;
	float: none !important;
}
.googlead {
	clear: both;
	margin: 10px auto;
	width: 100%;
    height: auto;
}
.box1, .box {
	float: none;
	width: 50%;
	margin: 0 auto;
}
.box1 p, .box p {
	min-height: 102px;
}
.mothly-calendar .mothlytemplates {
	/*display: none;*/
}
.pdfbox {
	display: none;
	background: url(../images/monthlypdfcal1.jpg) no-repeat left center;
}
.own-calendar h2, .online-calendar h2 {
	padding-left: 5px;
}
.menu, .f-like .fb-image, .quote, .row5, .row3, .row4, aside, .footer-divider, #topnav, .admain {
	display: none;
}
#logoresponsivemob {
	display: block;
	float: left;
	width: 43%;
	margin: 5px 0 0 123px;
}
.mobile-banner {
	display: block;
	float: none;
	margin-top: 50px;
	text-align: center;
}
nav {
	position: absolute;
	top: 0;
}
.wallpaper-form .checkbox3, .wallpaper-form .formblockrow_colfourth span, .wallpaper-form .column3 ul li label {
	font-size: 12px;
}
.ring {
	display: block;
}
#logo {
	display: none;
}
.network {
	width: 41%;
}
#topnav {
	position: relative;
}
.f-like #logoresponsivetab {
	display: block !important;
	text-align: center;
	top: 4px;
	position: absolute;
	width: 36%;
}
.f-like p {
	display: none;
}
.admain {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
/*Dropdown*/
ul.dropdown {
	position: relative;
	padding-left: 3%;
}
ul.dropdown li {
	font-weight: bold;
	width: auto;
	float: left;
	zoom: 1;
}
ul.dropdown li a {
	display: block;
}
ul.dropdown li:last-child a {
	border-right: none;
}
ul.sub_menu {
	z-index: 9999;
}
ul.sub_menu li a {
	padding: 0 5px !important;
}
.more {
	background: none !important;
	border-right: none !important;
}
/*LEVEL TWO*/
.drpdwn {
	width: 78% !important;
	left: 2px !important;
}
ul.dropdown ul {
	width: auto;
	visibility: hidden;
	position: relative;
}
ul.dropdown ul li {
	font-weight: normal;
	background: #f6f6f6;
	color: #000;
	border-bottom: 1px solid #ccc;
	float: none;
	overflow: hidden;
	clear: both;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 98%;
	display: inline-block;
	background: #363635;
	font-size: 13px;
}
/*LEVEL THREE*/
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li > ul {
	visibility: visible;
}
.menu.drpdwn {
	display: block !important;
}
.dropdown .sub_menu li {
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-right: none !important;
}
li.more > a {
	text-align: left !important;
}
nav .search {
	display: block;
}
nav .search2 {
	display: none;
}
nav .search2 {
	width: 80%;
	margin-right: 20px;
	overflow: hidden;
}
nav .search2 .searchtab input {
	overflow: hidden;
}
.serachresponsive {
	display: block;
	background: none;
	border: none;
	float: right;
	display: none;
}
.searchicon2 {
	background: url(../images/search-icon.png) no-repeat left center;
	border: none;
	width: 16px;
	height: 37px;
	background-color: transparent;
	cursor: pointer;
	margin-right: 20px;
}
.searchresponsive2 {
	display: none !important;
	float: right;
	margin-right: 9px;
}
.searchresponsive2 .search3 {
	padding-left: 5px;
}
#breadcrumb, .main-title {
	float: none;
	width: 100%;
	margin: 3px auto;
	clear: both;
}
.main-title {
	width: 95%;
}
#breadcrumb {
	overflow: hidden;
}
.breadcrumb-list {
	width: 60%;
	float: left;
}
section {
	width: 99%;
}
.calendar-list {
	width: 95%;
	margin: 15px 0 0 15px;
	padding: 0 0 12px 0;
}
.row1, .row2 {
	width: 50%;
	margin: 0 auto;
}
.row1 {
	padding-top: 20px;
}
.row6, .row7 {
	width: 100%;
	float: none;
}
.row7 .content4 {
	width: 96.4%;
	float: left;
	background: #f3f3f3;
	padding: 20px 0;
}
.column-content {
	margin: 0 0 20px 0;
}
.calendar-column {
	width: 93%;
	padding-left: 3.5%;
}
.upcoming .upcoming-left {
	width: 99.4%;
}
.upcoming .upcoming-right {
	width: 91%;
	padding-left: 6px;
}
.upcoming .upcoming-right p, .upcoming .upcoming-right p a, .upcoming .upcoming-right p span {
	width: 90%;
}
.upcoming .upcoming-left ul li p {
	width: 80%;
	float: left;
}
.upcoming .upcoming-left ul li {
	border-right: none;
	height: 60px;
}
.content {
	float: none;
	width: 97%;
	margin: 0 auto;
}
.content2 {
	margin-top: 15px;
}
.content2 .box1 {
	float: right;
	margin: 0 7px;
}
.content3 {
	margin-top: 10px;
}
.secondary-btn {
	float: left;
	margin-left: 12px;
}
.monthly-templates .customize-btn {
	display: block;
}
.box img, .box1 img {
	width: 100%;
}
.yearly-calendar .box1, .yearly-calendar .box2 {
	float: none;
	margin: 0 auto;
}
.cloud {
	width: 93.5%;
	float: none;
	margin: 10px auto;
}
.services {
	float: left;
	width: 97%;
	margin: 12px 10px;
}
footer {
	margin-top: 10px;
}
footer {
	width: 100%;
	min-height: 75px;
}
footer .footer-social h5 {
	width: 59%;
	margin: 0 auto;
}
footer .footer-social {
	background: none;
	min-height: 0;
	float: none;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
	width: 37%;
	margin: 0 auto;
}
footer .footer-social ul li {
	padding-right: 17px;
}
footer .copyrights p {
	width: 100%;
	text-align: center;
}
footer .links1 {
	width: 35%;
	margin-left: 2%;
	padding-left: 0;
}
footer .links2 {
	width: 28%;
}
footer .links3 {
	width: 32%;
	padding-left: 0;
}
footer .copyrights img {
	display: block;
	margin: 10px 50px 10px 0;
}
footer .links1 .leftlinks li a, footer .links2 .leftlinks li a, footer .links3 .leftlinks li a, footer .links1 .rightlinks li a, footer .links2 .rightlinks li a, footer .links3 .rightlinks li a {
	font-size: 13px;
}
.we-dev .dev_by {
	float: left;
	margin: 0 0 12px 10px;
	width: auto;
}
 li.more > a:first {
 width: 100% !important;
}
li.more a > span {
	float: right;
	width: 8px;
	height: 9px; /*	margin: 17px 5px 0px 10px;*/
	background: url(../images/header-sprite.png) no-repeat -112px -1px;
	position: absolute;
	bottom: 0;
	left: 48%;
}
li.more a:hover > span {
	background: url(../images/header-sprite.png) no-repeat -120px -11px;
}
li.more.open a > span {
	background-position: -120px -1px;
}
/* ends */
.sub_menu {
	display: none;
}
.open .sub_menu {
	display: block;
}
li.more.open {
	width: auto !important;
}
.menu.mobile ul {
	display: none !important;
}
.serachresponsive {
	display: none;
}
.menu ul li a {
	padding: 0 10px;
}
.yearly-online {
	width: 90%;
	float: none;
	margin: 0 auto;
}
.yearly-online .calendarHeader h2 {
	padding-left: 0;
}
.print {
	padding-bottom: 20px;
	padding-left: 15px;
}
.yearly-online .tab-col2 {
	width: 5%;
}
.inner-row1 ul li {
	width: 47%;
}
.box {
	width: 29%;
	float: left;
	margin: 10px 10px 0 10px;
}
.print-cal-form-img {
	width: 40%;
}
.holiday-main-content {
	display: block;
}
.holiday-main-content p {
	margin-bottom: 0;
	min-height: 0;
}
.todays, .calender-box {
	width: 270px;
	padding-left: 0;
	display: none;
}
.upcoming-holidays {
	width: 270px;
	float: none;
	margin: 10px auto;
	clear: both;
}
.online-ad .googlead {
	padding-left: 0;
	margin: 0 auto;
	width: 336px;
	padding-bottom: 30px;
	float: none;
}
.calendar-form .column li label {
	text-align: left;
	padding: 20px 5px 20px 0;
	line-height: 0;
	width: 36%;
}
.formblock .column {
	width: 47%;
}
.online-calendar .calendar-form .column {
	padding-bottom: 10px;
}
.online-calendar .calendar-form .column li label {
	width: 61%;
}
.online-calendar .formblock .column2 {
	margin-left: -40px;
	width: 34%;
}
.online-calendar .formblock .column .selectoption, .online-calendar .formblock .column.column2 .selectoption {
	padding-left: 0;
	padding-top: 50px;
}
.formblock .calendar-form .primary-btn {
	margin-top: 10px;
}
.calendar-form .column2 .secondary-btn {
	margin-left: 0;
}
.own-calendar .formblock .column .selectoption {
	padding-left: 0;
}
.online-calendar .formblock {
	width: 99%;
}
.printweekly-calendar {
	width: 97% !important;
	margin: 10px 0 0 10px !important;
}
.trow {
	clear: both;
	float: none;
	padding-top: 10px;
	width: 98%;
	margin: 0 auto;
}
.tablecol1 {
	width: 43%;
	float: left;
	margin: 10px;
}
.selectoption {
	margin-left: 0 !important;
	padding-left: 0;
}
.calendar-form .column .year-button, .calendar-form .column .month-button {
	margin-left: 0;
}
.calendar-form .year-button, .calendar-form .month-button {
	margin-right: 120px;
}
.select-options label {
	width: 44%;
	padding-left: 5px;
}
.date_s select {
	margin-left: 0;
	font-size: 12px;
}
.template-box a {
	margin-left: 10px;
	width: 100%;
}
.radio-options, .check-options {
	width: 100%;
}
.pdf-calndar .googlead {
	width: 100%;
	margin: 20px auto;
}
#hinducallendar-responsive {
	width: 95%;
}
.printable-cal-form .column li label {
	width: 37%;
}
.createbutton input {
	font-size: 18px;
	margin-left: 48px;
}
.pdf-button {
	float: left;
	margin: 10px 0 20px 20px;
	padding-left: 0;
}
.photocalendar-form .formblockrow_col span {
	width: 47%;
}
.calendar-form .column li .include-check label {
	padding: 0;
}
.calendar-form .column .selectoption {
	padding-left: 90px;
}
.monthly-calendar .calendarbody {
	height: 70px;
}
.photo-images {
	width: 94%;
}
.photocalendar-form .checkbox2, .photocalendar-form .checkbox {
	width: 54%;
	float: left !important;
}
.pasteurl input {
	width: 98%;
	margin-left: 0;
}
.pasteurl p {
	width: 50%;
}
.own-calendar-row .photocalendar-form .formblockrow_col span {
	text-align: left;
	width: 50%;
	color: #666;
}
.formblock .calendar-form .primary-btn {
	margin-left: 0;
}
.template-box {
	width: 222px;
	margin: 0 auto 20px auto;
	float: none;
}
.online-calendar .formblock .column {
	width: 45%;
}
.online-calendar .formblock .column.column2 .selectoption {
	padding-left: 0 !important;
}
.online-calendar .formblock .column.column2 .selectoption label {
	width: auto;
}
.calendar-form .select-options label, .calendar-form .column .selectoption label {
	font-size: 12px;
}
.selectoption input[type="checkbox"] + label span {
	margin-left: 45px;
}
.calendar-form .select-options label, .calendar-form .column .selectoption label {
	min-width: 100px;
	width: auto;
}
.online-calendar .formblock .column {
	width: 51%;
}
.online-calendar .formblock .column .selectoption, .online-calendar .formblock .column.column2 .selectoption {
	padding-top: 0;
}
.formblock .calendar-form .primary-btn {
	clear: left;
	float: none;
	margin: 0 auto;
}
.mothly-calendar .printable-cal {
	display: none;
}
.photocalendar-form {
	width: 99%;
	margin-bottom: 20px;
}
.photocalendar-form .formblockrow {
	width: 70%;
	float: none;
	margin: 0 auto;
}
.photocalendar-form .formblockrow .select-options label {
	width: 32%;
}
.monthly-templates .customize-btn {
	width: 100px !important;
	font-size: 11px;
	margin-left: 0;
}
.ownphoto {
	width: 50%;
	float: none;
	margin: 0 auto;
	overflow: hidden;
}
.left-part, .right-part {
	float: none;
	margin: 0 auto;
	display: block;
	width: 62%;
}
.formblock .row {
	padding-left: 10px;
}
.block3 h2 {
	font-size: 20px;
}
.weeklycalendar-form {
	margin: 10px 0 0 0;
	width: 100%;
}
.weeklycalendar-form .formblockrow .column {
	width: 50%;
}
.weeklycalendar-form .formblock .column .selectoption {
	padding-left: 27px;
}
.weeklycalendar-form .formblockrow .primary-btn {
	float: left;
}
.weeklycalendar-form .formblockrow {
	width: 100%;
}
.weeklycalendar-form .formblockrow .primary-btn {
	margin: 0 auto;
	float: none;
	clear: both;
	display: block;
}
#tabnav li a {
	padding: 0 10px;
}
.simpleTabs .menu li a span {
	padding-right: 10px;
}
/*mobile dropdown in tablet*/
.menu.drpdwn {
	display: none !important;
}
.for-ie {
	display: block !important;
}
#drop {
	display: block !important;
	top: 9px;
	position: absolute;
	left: 1px;
}
}
  /*mediaqueries for ipad view*/
@media(min-width:768px) and (max-width:979px) {
nav .search {
	margin-right: 12px;
	margin-top:13px;
}
header {
	width: 100%;
	float: none;
	min-height: 0px;
}
.addthis .share-buttons ul {
	margin-right: 8px;
}
.tbody1 .arrow-right {
	background-position: 145px -17px;
}
.formblock .primary-btn, .online-calendar .formblock .primary-btn {
	margin: 0 auto;
	clear: none;
	float: none;
	display: block;
}
.online-calendar .formblock .primary-btn {
	clear: left;
}
.message-generate {
	text-align: center;
	padding-bottom: 0;
}
.formblock .selectoption {
	padding-left: 80px;
}
.mobile-search-panel {
	display: none;
}
.menu, .f-like .fb-image, footer .footer-divider, .quote, .row5, .row3, .row4, aside, #topnav, .admain {
	display: none;
}
#logoresponsivemob {
	display: block;
	float: left;
	width: 43%;
	margin: 5px 0 0 28%;
}
.mobile-banner {
	display: block;
	float: none;
	margin-top: 50px;
	text-align: center;
}
nav {
	position: absolute;
	top: 0;
}
footer .links1 {
	width: 33%;
	margin-left: 6%;
	padding-left: 0;
}
footer .links2 {
	width: 30%;
}
footer .links3 {
	width: 29%;
	padding-left: 0;
}
.todays {
	padding-left: 33px;
}
.pdf-button {
	margin: 0 25px 0 0;
}
.wallpaper-form .checkbox3, .wallpaper-form .formblockrow_colfourth span, .wallpaper-form .column3 ul li label {
	font-size: 12px;
}
.ring {
	display: block;
}
#logo {
	display: none;
}
#topnav {
	position: relative;
}
.f-like #logoresponsivetab {
	display: block !important;
	text-align: center;
	top: 4px;
	position: absolute;
	width: 36%;
}
footer .copyrights img {
	display: block;
	margin: 10px 50px 10px 0;
}
.f-like p {
	display: none;
}
.admain {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
/*Dropdown*/
ul.dropdown {
	position: relative;
}
ul.dropdown li {
	font-weight: bold;
	width: auto;
	float: left;
	zoom: 1;
	border-right: none;
}
ul.dropdown li a {
	display: block;
}
ul.dropdown li:last-child a {
	border-right: none;
}
ul.sub_menu {
	z-index: 9999;
}
.more {
	background: none !important;
}
/* LEVEL TWO*/
ul.dropdown ul {
	width: auto;
	position: relative;
}
ul.dropdown ul li {
	background: #f6f6f6;
	color: #000;
	border-bottom: 1px solid #ccc;
	float: none;
	clear: both;
	overflow: hidden;
	border-right: none;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 86.5%;
	display: inline-block;
	background: #363635;
}
/*LEVEL THREE*/
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li > ul {
	display: none;
	clear: both;
	overflow: hidden;
}
.menu.drpdwn {
	display: block !important;
}
.menu.drpdwn li {
	border-right: none;
}
.dropdown .sub_menu li {
	text-align: left;
}
li.more > a {
	text-align: left !important;
}
nav .search {
	display: block;
}
nav .search2 {
	display: none;
}
nav .search2 {
	width: 80%;
	margin-right: 20px;
	overflow: hidden;
}
nav .search2 .searchtab input {
	overflow: hidden;
}
.serachresponsive {
	display: block;
	background: none;
	border: none;
	float: right;
}
.searchicon2 {
	background: url(../images/search-icon.png) no-repeat left center;
	border: none;
	width: 16px;
	height: 37px;
	background-color: transparent;
	cursor: pointer;
	margin-right: 20px;
	display: none;
}
.searchresponsive2 {
	float: right;
	display: none !important;
	margin-right: 13px;
}
.searchresponsive2 .search3 {
	float: right;
	background: #fff;
	border-radius: 12px;
	border: none;
	height: 22px;
	width: 200px;
	margin-top: 7px;
	padding-left: 5px;
}
#breadcrumb, .main-title {
	float: none;
	width: 100%;
	margin: 3px auto;
	clear: both;
}
#breadcrumb {
	overflow: hidden;
}
.breadcrumb-list {
	width: 60%;
	float: left;
}
section {
	width: 99%;
}
.calendar-list {
	width: 96%;
	margin: 15px 0 0 15px;
	padding: 0 0 12px 0;
}
.row1, .row2 {
	width: 50%;
	margin: 0 auto;
}
.row1 {
	padding-top: 20px;
}
.row6, .row7 {
	width: 100%;
	float: none;
}
.row7 .content4 {
	width: 96.4%;
	float: left;
	background: #f3f3f3;
	padding: 20px 0;
}
.column-content {
	margin: 0 0 20px 0;
}
.calendar-column {
	width: 91%;
	padding-left: 4.5%;
}
.upcoming .upcoming-left {
	width: 99.4%;
}
.upcoming .upcoming-right {
	width: 91%;
	padding-left: 6px;
}
.upcoming .upcoming-right p, .upcoming .upcoming-right p a, .upcoming .upcoming-right p span {
	width: 90%;
}
.upcoming .upcoming-right .constitution {
	padding-top: 5px;
}
.upcoming .upcoming-left ul li p {
	width: 69%;
	float: left;
}
.upcoming .upcoming-left ul li {
	border-right: none;
	height: 60px;
}
.content {
	float: none;
	width: 97%;
	margin: 0 auto;
}
.content2 {
	margin-top: 15px;
}
.content3 {
	margin-top: 10px;
}
.content2 .box1 {
	float: right;
}
.googlead {
	float: right;
}
.online-ad .googlead {
	float: left;
}
.secondary-btn {
	float: left;
	margin-left: 12px;
}
.box img, .box1 img {
	width: 100%;
}
.cloud {
	width: 94.5%;
	float: none;
	margin: 10px auto;
}
.services {
	float: left;
	width: 97%;
	margin: 12px 10px;
}
footer {
	margin-top: 10px;
}
footer {
	width: 100%;
	min-height: 75px;
}
footer .footer-social h5 {
	width: 59%;
	margin: 0 auto;
}
footer .footer-social {
	background: none;
	min-height: 0;
	float: none;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
	width: 30%;
	margin: 0 auto;
}
footer .footer-social ul li {
	padding-right: 17px;
}
footer .copyrights p {
	width: 100%;
	text-align: center;
}
.we-dev {
	width: 100%;
	text-align: center;
	float: none;
}
.we-dev .dev_by {
	float: left;
	margin: 0 0 12px 10px;
	width: auto;
}
.dev_by_left {
	width: 50%;
}
.dev_by_right a {
	float: left;
}
 li.more > a:first {
 width: 100% !important;
}
li.more a > span {
	float: right;
	width: 8px;
	height: 9px;
	margin: 15px 70px 0px 12px;
	background: url(../images/header-sprite.png) no-repeat -112px 0;
}
li.more.open a > span {
	background-position: -120px 0px;
}
li.more a:hover > span {
	background: url(../images/header-sprite.png) no-repeat -120px -10px;
}
/* ends */
.sub_menu {
	display: none;
}
.open .sub_menu {
	display: block;
}
li.more.open {
	width: auto !important;
}
.menu.mobile ul {
	display: none !important;
}
.calendar-form .column2 li label {
	text-align: right;
}
.column.column2 .selectoption {
	padding-left: 28px;
}
.radio-options, .check-options {
	width: 85%;
}
.createbutton input {
	font-size: 19px;
}
.calendar-form .year-button, .calendar-form .month-button {
	margin-right: 105px;
}
.calendar-form .column2 .secondary-btn {
	margin-left: 20px;
}
.upcoming .upcoming-left ul li img {
	padding-top: 17px;
}
.photo-images {
	margin-left: 2.5%;
}
.change-country input[type="submit"] {
	background: #336699;
}
.time-zones li div {
	width: 73%;
}
.time-zones li div strong {
	font-size: 12px;
}
.time-zones li div span {
	width: 64%;
	font-size: 12px;
}
.time-zones li div.timejone-title strong {
	font-size: 14px;
}
.details-block ul li {
	width: 26%;
}
.sun-moon li {
	width: 31.5%;
	margin-bottom: 10px;
}
.time-reading {
	padding: 18px;
	font-size: 38px;
}
.time-reading strong {
	font-size: 25px;
}
.meeting-planner {
	overflow: hidden;
	width: auto;
	float: none;
}
.cl-box, .cl-box-events, .thumbnail-slide {
	display: none;
}
.own-calendar h2, .online-calendar h2 {
	padding-left: 5px;
}
.mothly-calendar .printable-cal {
	display: none;
}
li.more a > span {
	float: right;
	width: 8px;
	height: 9px;
	background: url(../images/header-sprite.png) no-repeat -112px -1px;
	position: absolute;
	bottom: 0;
	left: 48%;
	margin: 0;
}
.menu ul li a {
	padding: 0 22px;
}
.menu ul li.more ul li a {
	padding: 0 2px;
	width: 98%;
	text-align: center;
}
/*mobile dropdown in tablet*/
.menu.drpdwn {
	display: none !important;
}
.for-ie {
	display: block !important;
}
#drop {
	display: block !important;
	top: 14px;
	position: absolute;
}
}

.load-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:1000;
}
.load-img::before{
    /* top: 50%; */
    z-index: 9994;
    background:white;
    display: block;
    opacity: 0.8;
    width: 100%;
    height: 1024px;
    content:" ";

}
.load-img::after{
    content:" ";
    width: 100%;
    height: 1024px;
    position: absolute;
    z-index: 1000;
    top:50%;
    left:50%;
    background:  url(../images/loading.gif) no-repeat;;
}
/*cookieconsent.min.css*/
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-size:15px;line-height:1em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:.5em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}


/* changed by BRS/*  h3 added by BRS */
- css change not reflecting on bttom text
 */

 .services h3{
	font-size:18px;
 }
 .services ul{
    padding: revert;
    list-style: disc;
}
.services ul li {
    padding: revert;
    list-style: disc;
}