body div.ec_plus,



body div.block-hdnews  { font-family: Arial, Sans-Serif;}







#ec_plus_calendar {



  display: inline-block;



  text-align: center;



  width: 100%;



}







/* Reset */



.ui-datepicker,



.ui-datepicker table,



.ui-datepicker tr,



.ui-datepicker td,



.ui-datepicker th {



  margin: 0;



  padding: 0;



  border: none;



  border-spacing: 0;



}







/* Calendar Wrapper */



.ui-datepicker {



  display: none;



  margin: 0 auto;



  max-width: 100%;



  width: 910px;



  padding: 5%;



  cursor: default;



  text-transform: uppercase;



  font-family: Tahoma;



  font-size: 15px;  



  -webkit-border-radius: 3px;



  -moz-border-radius: 3px;



  border: 1px solid #ddd;



  border-radius: 0px;



  background-color: #fff;



  /*-webkit-box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);



  -moz-box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);



  box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);*/



}







/* Calendar Header */



.ui-datepicker-header {



  position: relative;



  padding-bottom: 10px;



  border-bottom: 1px solid #d6d6d6;



}







.ui-datepicker-title { text-align: center; }







/* Month */



.ui-datepicker-month {



  position: relative;



  padding-right: 15px;



  color: #333333;



  font-size: 25px;



}







.ui-datepicker-month:before {



  display: block;



  position: absolute;



  top: 5px;



  right: 0;



  width: 5px;



  height: 5px;



  content: '';



  background: #a5cd4e;



  background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);



  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));



  background: -webkit-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);



  background: -o-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);



  background: -ms-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);



  background: linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);



  -webkit-border-radius: 5px;



  -moz-border-radius: 5px;



  border-radius: 5px;



  display:none;



}







/* Year */



.ui-datepicker-year {



  padding-left: 8px;



  color: #333333;



  font-size: 25px;



}







/* Prev Next Month */



.ui-datepicker-prev,



.ui-datepicker-next {



  position: absolute;



  top: -2px;



  padding: 5px;



  cursor: pointer;



}







.ui-datepicker-prev {



  left: 0;



  padding-left: 0;



}







.ui-datepicker-next {



  right: 0;



  padding-right: 0;



}







.ui-datepicker-prev span,



.ui-datepicker-next span{



  display: block;



  width: 5px;



  height: 10px;



  text-indent: -9999px;







  background-image: url(../img/arrows.png);



}







.ui-datepicker-prev span { background-position: 0px 0px; }







.ui-datepicker-next span { background-position: -5px 0px; }







.ui-datepicker-prev-hover span { background-position: 0px -10px; }







.ui-datepicker-next-hover span { background-position: -5px -10px; }







/* Calendar "Days" */



.ui-datepicker-calendar th {



  padding-top: 15px;



  padding-bottom: 10px;



  



  text-align: center;



  font-weight: bold;



  color: #7a8891;



}







.ui-datepicker-calendar td {



  padding: 10px 31px;



  



  text-align: center;



  line-height: 26px;



}







.ui-datepicker-calendar .ui-state-default {



  display: block;



  width: 26px;



  outline: none;



  text-decoration: none;  



  border: 1px solid transparent;



}







/* Day Active State*/



.ui-datepicker-calendar .ui-state-active {



    color: #fff;



	background-color:#ec3d68;



}







/* Other Months Days*/



.ui-datepicker-other-month .ui-state-default { 



  color: #B3B3B3; 



}











.highlighted a{



  background-image :none !important;



  /*border-bottom: 1px solid #000 !important;*/
  background-color:#e4e4e4;



}































/* Event Ticker Theme */







.block-hdnews{



  width:345px; 



  max-width: 96%;



  margin:0px auto; 



  background-color:#fcfcfc;



  border: 1px solid #DEDEDE;



  padding: 2%;



}







.block-hdnews .title {



  padding: 10px 5px 15px 5px;



  text-transform: uppercase;



  border-top: 1px solid #F1F1F1;



}







.block-hdnews .title .month {



  font-size: 22px; 



  color: #656565  



}







.block-hdnews .title .year {



  color: #CECECE;



  font-size: 13px;



  margin: 3px 0 0 0;



}







.block-hdnews .title .year span {



  color: #B1B1B1;



}







.list-wrapper{



  /*height: 500px;*/



  border: 1px solid #ebebeb;



}







.list-wrapper ul {



  padding: 0; 



  margin: 0



}







.list-wrapper ul li {



  list-style: none;

  padding: 10px 10px;

  position: relative;

  display: inline-block;

  width: 100%;

  background-color:#F6F6F6;

  border: 1px #e8e8e8 solid;

  margin-bottom:2px;



}



.list-wrapper ul li:nth-child(odd){



  background: #f6f6f6;



}







.list-wrapper ul li .date {



  float: left; 



  width: 60px;



  height: 80px;



  background: transparent;



  text-align: center;



  vertical-align: middle;



  font-size: 32px;



  color: #666;



  line-height: 50px;



  border-left: 3px solid #F78EA7



}







/*.list-wrapper ul li:nth-child(2n) .date {



  border-color: #7ec741



}







.list-wrapper ul li:nth-child(3n) .date {



  border-color: #78D4D8



}







.list-wrapper ul li:nth-child(4n) .date {



  border-color: #EAB95A



}







.list-wrapper ul li:nth-child(5n) .date {



  border-color: #a971f5



}







.list-wrapper ul li:nth-child(5n) .date {



  border-color: #f48282



}



*/



.list-wrapper ul li .content{



  margin-left: 70px



}







.list-wrapper ul li a { 



  color: #1B1B1B;



  text-decoration: none;



  /*height: 18px;



  overflow: hidden;*/



  font-size: 14px;



  line-height: 16px;



  display: inline-block;



  /*text-transform: uppercase;*/



  



}



.list-wrapper ul li a.read-more { 



  position: absolute;



  height: 100%;



  width: 100%;



  text-indent: -99999;



  color: transparent;



  left: 0;



  top: 0;



  font-size: 13px;



  text-transform: none;



}



.list-wrapper ul li a.read-more:hover,



.list-wrapper ul li a.read-more:focus{



  color: transparent;



}







.list-wrapper ul li a:hover,



.list-wrapper ul li a:focus{



  color: #73662F



}







.list-wrapper ul li p {



  color: #545454;



  margin: 0 0 8px;



  font-size: 14px;



  line-height: 19px;



  /*height: 36px;



  overflow: hidden;*/ 



} 







/*.list-wrapper ul li p::after{



  content: "...";



}*/











.day-event ul li .event {



  border-left: 3px solid #F78EA7; padding: 3px 5px 0px 10px



}







.day-event ul li:nth-child(2n) .event {



  border-color: #7ec741



}







.day-event ul li:nth-child(3n) .event {



  border-color: #78D4D8



}







.day-event ul li:nth-child(4n) .event {



  border-color: #EAB95A



}







.day-event ul li:nth-child(5n) .event {



  border-color: #a971f5



}







.day-event ul li:nth-child(5n) .event {



  border-color: #f48282



}







.day-event.list-wrapper{



  /*height: 100px;*/



}







.event-date-row{



  text-align: center;



}







.event-date {



  background: #ec3d68;



  width: 100%;



  max-width: 100%;



  height: 180px;



  margin: 0 auto;



  display: inline-block;



  color: #fff;



  text-transform: uppercase;



}







.event-date .day { 



  font-size: 14px;



}







.event-date .date { 



  font-size: 80px;



  margin: 0 0 20px 0;



  height: 50px;



  line-height: 50px



}







.event-date .year { 



  font-size: 20px;



  padding: 15px 0 0 0;



  margin: 15 0 0 0;



  border-top: 1px solid rgba(0,0,0,.1)



}







.event-date .date-box p.day{



  margin: 20px 0 15px



}







.event-date .date-box{



  float: left; 



  width: 100%;



  height: 180px;



}







.event-date .time-box{



  float: left; 



  width: 50%;



  background: rgba(0,0,0,.1);



  height: 180px;



  display: table;



}







.event-date .time-box p{



  display: table-cell;



  vertical-align: middle;



}







.event-date .time-box p.time{



  font-size: 40px;



}







.event-date .time-box p.time span{



  padding: 0 5px 



}



.event-date .time-box p.time .format{



  font-size: 14px;



  padding: 0 0 0 5px



}















/* Magnific Popup CSS */



.mfp-bg {



  top: 0;



  left: 0;



  width: 100%;



  height: 100%;



  z-index: 1042;



  overflow: hidden;



  position: fixed;



  background: #000;



  opacity: 0.8;



  filter: alpha(opacity=80);



}











.mfp-bg {



 /* Fallback for browsers that don't support 3D Transforms */



 transform: translateY(100%) translateY(-7rem);



 transform: translateY(100%) translateY(-7rem) translateZ(0);



}







.mfp-bg::before {



 transform: translateY(-100%) translateY(7rem);



 transform: translateY(-100%) translateY(7rem) translateZ(0);



}







.mfp-bg, .mfp-bg::before {



 transform: translateY(0);



 transform: translateY(0) translateZ(0);



}











.mfp-wrap {



  top: 0;



  left: 0;



  width: 100%;



  height: 100%;



  z-index: 1043;



  position: fixed;



  outline: none !important;



  -webkit-backface-visibility: hidden; }







.mfp-container {



  text-align: center;



  position: absolute;



  width: 100%;



  height: 100%;



  left: 0;



  top: 0;



  padding: 0 8px;



  -webkit-box-sizing: border-box;



  -moz-box-sizing: border-box;



  box-sizing: border-box; }







.mfp-container:before {



  content: '';



  display: inline-block;



  height: 100%;



  vertical-align: middle; }







.mfp-align-top .mfp-container:before {



  display: none; }







.mfp-content {



  position: relative;



  display: inline-block;



  vertical-align: middle;



  margin: 0 auto;



  text-align: left;



  z-index: 1045;
  width:360px; }







.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {



  /*width: 350px;*/



  cursor: auto; }







.mfp-ajax-cur {



  cursor: progress; }







.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {



  cursor: -moz-zoom-out;



  cursor: -webkit-zoom-out;



  cursor: zoom-out; }







.mfp-zoom {



  cursor: pointer;



  cursor: -webkit-zoom-in;



  cursor: -moz-zoom-in;



  cursor: zoom-in; }







.mfp-auto-cursor .mfp-content {



  cursor: auto; }







.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {



  -webkit-user-select: none;



  -moz-user-select: none;



  user-select: none; }







.mfp-loading.mfp-figure {



  display: none; }







.mfp-hide {



  display: none !important; }







.mfp-preloader {



  color: #CCC;



  position: absolute;



  top: 50%;



  width: auto;



  text-align: center;



  margin-top: -0.8em;



  left: 8px;



  right: 8px;



  z-index: 1044; }



  .mfp-preloader a {



    color: #CCC; }



    .mfp-preloader a:hover {



      color: #FFF; }







.mfp-s-ready .mfp-preloader {



  display: none; }







.mfp-s-error .mfp-content {



  display: none; }







button.mfp-close, button.mfp-arrow {



  overflow: visible;



  cursor: pointer;



  background: transparent;



  border: 0;



  -webkit-appearance: none;



  display: block;



  outline: none;



  padding: 0;



  z-index: 1046;



  -webkit-box-shadow: none;



  box-shadow: none; }



button::-moz-focus-inner {



  padding: 0;



  border: 0; }







.mfp-close {



  width: 44px;



  height: 44px;



  line-height: 44px;



  position: absolute;



  right: 0;



  top: 0;



  text-decoration: none;



  text-align: center;



  opacity: 0.65;



  filter: alpha(opacity=65);



  padding: 0 0 18px 10px;



  color: #FFF;



  font-style: normal;



  font-size: 28px;



  font-family: Arial, Baskerville, monospace; }



  .mfp-close:hover, .mfp-close:focus {



    opacity: 1;



    filter: alpha(opacity=100); }



  .mfp-close:active {



    top: 1px; }







.mfp-close-btn-in .mfp-close {



  color: #666; }







.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {



  color: #FFF;



  right: -6px;



  text-align: right;



  padding-right: 6px;



  width: 100%; }







.mfp-counter {



  position: absolute;



  top: 0;



  right: 0;



  color: #CCC;



  font-size: 12px;



  line-height: 18px;



  white-space: nowrap; }







.mfp-arrow {



  position: absolute;



  opacity: 0.65;



  filter: alpha(opacity=65);



  margin: 0;



  top: 50%;



  margin-top: -55px;



  padding: 0;



  width: 90px;



  height: 110px;



  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }



  .mfp-arrow:active {



    margin-top: -54px; }



  .mfp-arrow:hover, .mfp-arrow:focus {



    opacity: 1;



    filter: alpha(opacity=100); }



  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {



    content: '';



    display: block;



    width: 0;



    height: 0;



    position: absolute;



    left: 0;



    top: 0;



    margin-top: 35px;



    margin-left: 35px;



    border: medium inset transparent; }



  .mfp-arrow:after, .mfp-arrow .mfp-a {



    border-top-width: 13px;



    border-bottom-width: 13px;



    top: 8px; }



  .mfp-arrow:before, .mfp-arrow .mfp-b {



    border-top-width: 21px;



    border-bottom-width: 21px;



    opacity: 0.7; }







.mfp-arrow-left {



  left: 0; }



  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {



    border-right: 17px solid #FFF;



    margin-left: 31px; }



  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {



    margin-left: 25px;



    border-right: 27px solid #3F3F3F; }







.mfp-arrow-right {



  right: 0; }



  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {



    border-left: 17px solid #FFF;



    margin-left: 39px; }



  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {



    border-left: 27px solid #3F3F3F; }







.mfp-iframe-holder {



  padding-top: 40px;



  padding-bottom: 40px; }



  .mfp-iframe-holder .mfp-content {



    line-height: 0;



    width: 100%;



    max-width: 900px; }



  .mfp-iframe-holder .mfp-close {



    top: -40px; }







.mfp-iframe-scaler {



  width: 100%;



  height: 0;



  overflow: hidden;



  padding-top: 56.25%; }



  .mfp-iframe-scaler iframe {



    position: absolute;



    display: block;



    top: 0;



    left: 0;



    width: 100%;



    height: 100%;



    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);



    background: #000; }







/* Main image in popup */



img.mfp-img {



  width: auto;



  max-width: 100%;



  height: auto;



  display: block;



  line-height: 0;



  -webkit-box-sizing: border-box;



  -moz-box-sizing: border-box;



  box-sizing: border-box;



  padding: 40px 0 40px;



  margin: 0 auto; }







/* The shadow behind the image */



.mfp-figure {



  line-height: 0; }



  .mfp-figure:after {



    content: '';



    position: absolute;



    left: 0;



    top: 40px;



    bottom: 40px;



    display: block;



    right: 0;



    width: auto;



    height: auto;



    z-index: -1;



    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);



    background: #444; }



  .mfp-figure small {



    color: #BDBDBD;



    display: block;



    font-size: 12px;



    line-height: 14px; }



  .mfp-figure figure {



    margin: 0; }







.mfp-bottom-bar {



  margin-top: -36px;



  position: absolute;



  top: 100%;



  left: 0;



  width: 100%;



  cursor: auto; }







.mfp-title {



  text-align: left;



  line-height: 18px;



  color: #F3F3F3;



  word-wrap: break-word;



  padding-right: 36px; }







.mfp-image-holder .mfp-content {



  max-width: 100%; }







.mfp-gallery .mfp-image-holder .mfp-figure {



  cursor: pointer; }







@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {



  /**



       * Remove all paddings around the image on small screen



       */



  .mfp-img-mobile .mfp-image-holder {



    padding-left: 0;



    padding-right: 0; }



  .mfp-img-mobile img.mfp-img {



    padding: 0; }



  .mfp-img-mobile .mfp-figure:after {



    top: 0;



    bottom: 0; }



  .mfp-img-mobile .mfp-figure small {



    display: inline;



    margin-left: 5px; }



  .mfp-img-mobile .mfp-bottom-bar {



    background: rgba(0, 0, 0, 0.6);



    bottom: 0;



    margin: 0;



    top: auto;



    padding: 3px 5px;



    position: fixed;



    -webkit-box-sizing: border-box;



    -moz-box-sizing: border-box;



    box-sizing: border-box; }



    .mfp-img-mobile .mfp-bottom-bar:empty {



      padding: 0; }



  .mfp-img-mobile .mfp-counter {



    right: 5px;



    top: 3px; }



  .mfp-img-mobile .mfp-close {



    top: 0;



    right: 0;



    width: 35px;



    height: 35px;



    line-height: 35px;



    background: rgba(0, 0, 0, 0.6);



    position: fixed;



    text-align: center;



    padding: 0; }



 }







@media all and (max-width: 900px) {



  .mfp-arrow {



    -webkit-transform: scale(0.75);



    transform: scale(0.75); }







  .mfp-arrow-left {



    -webkit-transform-origin: 0;



    transform-origin: 0; }







  .mfp-arrow-right {



    -webkit-transform-origin: 100%;



    transform-origin: 100%; }







  .mfp-container {



    padding-left: 6px;



    padding-right: 6px; }



 }







.mfp-ie7 .mfp-img {



  padding: 0; 



}















@media all and (max-width: 420px) {



  .ui-datepicker  { 



    padding: 10px;



  }



}







@media all and (max-width: 420px) {



  .event-date .time-box p.time {



      font-size: 32px;



  }



  .event-date .time-box,



  .event-date .date-box {



    height: 150px;



  }



}







.mfp-ie7 .mfp-bottom-bar {



  width: 600px;



  left: 50%;



  margin-left: -300px;



  margin-top: 5px;



  padding-bottom: 5px; 



}







.mfp-ie7 .mfp-container {



  padding: 0; 



}







.mfp-ie7 .mfp-content {



  padding-top: 44px; 



}







.mfp-ie7 .mfp-close {



  top: 0;



  right: 0;



  padding-top: 0; 



}







.ec_plus_split{



  width: 20px; 



  display: inline-block;



}







.widget_ec_plus_day_widget , .widget_ec_plus_month_widget, .widget_ec_plus_year_widget{



  padding: 0 !important; 



}







.ec_plus { 



  display: block;



}







.list-wrapper ul li .date span{



  display: none;



  



}















.ui-datepicker-calendar  a{



  color: #777



}







/*code by sken*/



.cnt-row .minititle{



  	font-size: 18px;



    text-align: center;



    display: inline-block;



    width: 100%;



	background-color: #ec3d68;



	color:#fff;



	padding:10px 0;



	font-weight:bold;



	text-transform: uppercase;



}







.list-wrapper ul li .date.nextmonth {



  float: left; 



  width: 60px;



  height: 50px;



  background: transparent;



  text-align: center;



  vertical-align: middle;



  font-size: 20px;



  color: #666;



  line-height: 20px;



  border-left: 3px solid #F78EA7



}







.list-wrapper ul li .date span.nextmonth{



  display: block;



  font-size: 15px;

  color: #ec3d68;

  font-weight:normal;

}







.list-wrapper.nextmonth{



  height: 300px;



  



}







/*===============================CoDeByJk=========================*/



.calendar_wrap 					{ background-color:#EDBE19; width: 80%; margin: 0 auto; position: relative;}



.calendar_wrap .sidebar 		{ border-left:none;}



.calendar_wrap .entry-title 	{ color:#fff; text-align:center; padding:20px 0 10px 0 !important; font-size:35px;}



.calendar_wrap .cnt-row 		{ margin-top: 10px; margin-right: 10px;}



.calendar_wrap .block-hdnews 	{ width:auto; max-width: 100%;}



.calendar_wrap .list-wrapper 	{ height:auto !important; padding: 10px;}



.calendar_wrap .sidebar 		{ padding:10px 10px 10px 0;}



.eventbtm_box span 				{ color:#fff; font-size:18px; text-transform:uppercase; font-weight:600;}



.eventbtm1_box span 			{ color:#fff; font-size:18px; text-transform:uppercase; font-weight:600;}

.ec_plus_popup 					{ min-height: 400px; max-height: 1000px;}

.box_color 						{ width:10px; height:10px; position:absolute; right:0; top:0;}

.list-aggregate .list-wrapper 	{ border:none !important;}

.date_box 						{ background-color:#fff; padding:10px; border: 1px solid #EBEBEB;}

.marriage_month 				{ width:100%; display: inline-block;}

.marriage_month span 			{ color:#000; padding:5px; background-color:#edbe19; float:left; font-size:15px;

								  width:60px; margin:0 5px 5px 0; text-align:center;}

.marriage_month p 				{ color:#fff; padding:5px; background-color:#ec3d68; float:left; font-size:15px;

								  margin:0 5px 5px 0; text-align:center;}

.btmdaysbox  					{ margin:10px 0;}

.btmdaysbox li 					{ float:left; width: 28%; font-weight:bold; text-transform:uppercase; font-size:15px;

								  list-style: none; padding:0 0 0 0px;}

.btm_cross 						{ width:22px; height:25px; display:block; float:left; margin:0 10px 0 0;}

.entry-title2 					{ color:#fff; text-align:center; text-transform:uppercase; font-style:italic;

								  font-size:30px; font-weight:normal; margin:0 0 10px 0; font-weight:bold;}







.info_inner					{ margin:0px 0px 0px 0px !important; padding:15px 20px 15px 20px !important;



						      display: inline-block; border-bottom:1px #cacaca solid; width:100%; 



							  border-left: 2px #ec3d68 solid; margin-bottom: 10px !important;}



.info_inner:hover 			{ background-color:#f1f0f0; border-bottom:1px #b1b1b1 solid; border-left: 2px #edbe19 solid;}



.info_inner img				{ margin:0px 10px 0px 0px; width:81px; height:83px; float:left;}



.info_inner p				{ font-size: 14px;color: #000;line-height:22px;margin:0px 0px 0px 0px;



						  	  padding:0px 0px 0px 0px !important;}



.info_inner p a 			{ color:#000; text-decoration:none;}



.info_inner p span			{ color: #f4c53e;}



.home_back 				{ width:120px; height:30px; background-color:#ec3d68; position:absolute;
						  right:33px; top:70px;}
.home_back a 			{ display:block; color:#fff; text-align:center; text-transform:uppercase; line-height:30px;
				          font-weight:600;}
.home_back a:hover		{ background-color:#ffffff; color:#ec3d68;}











@media (max-width: 1199px) {



	.ui-datepicker-calendar td 	{ padding: 10px 25px;}



	.calendar_wrap 				{ width: 100%;}



}



@media (max-width: 991px) {



	.ui-datepicker-calendar td { padding: 10px 26px;}



}



@media (max-width: 900px) {



	.ui-datepicker-calendar td { padding: 10px 23px;}



}



@media (max-width: 840px) {



	.ui-datepicker-calendar td { padding: 10px 20px;}
	.home_back   			   { top: 90px;}



}



@media (max-width: 780px) {



	.ui-datepicker-calendar td { padding: 10px 17px;}



}



@media (max-width: 767px) {



	.ui-datepicker-calendar td { padding: 10px 31px;}
	.home_back 				   { top: 10px;}



}



@media (max-width: 700px) {



	.ui-datepicker-calendar td { padding: 10px 27px;}



}



@media (max-width: 630px) {



	.ui-datepicker-calendar td { padding: 10px 23px;}



}



@media (max-width: 570px) {



	.ui-datepicker-calendar td { padding: 10px 20px;}



}



@media (max-width: 532px) {



	.ui-datepicker-calendar td { padding: 10px 17px;}



}



@media (max-width: 495px) {



	.ui-datepicker-calendar td { padding: 10px 15px;}



}



@media (max-width: 465px) {



	.ui-datepicker-calendar td { padding: 10px 13px;}



}



@media (max-width: 432px) {



	.ui-datepicker-calendar td { padding: 10px 10px;}



}



@media (max-width: 390px) {



	.ui-datepicker-calendar td { padding: 10px 8px;}



}



@media (max-width: 360px) {



	.ui-datepicker-calendar td { padding: 10px 7px;}



}



@media (max-width: 350px) {



	.ui-datepicker-calendar td { padding: 10px 5px;}



}



@media (max-width: 330px) {



	.ui-datepicker-calendar td { padding: 5px 4px;}



}