@media (max-width: 767px) {
  body {
	background: #fff !important;
  }
  
  iframe[src*="calendar.google.com"] {
	height: 100vh;
  }
  
  .head_infor {
	text-align: center;
	margin-left: 0 !important;
  }
  
  .infor_phone-second {
	background: none !important;
  }
  
  .header_top .social_head {
	margin-left: 0;
	text-align: center;
  }
  
  .logo-image a {
	background-size: contain;
	width: 235px;
  }
  
  .background_slideshow + * {
	margin-top: 0;
  }
  
  .t3-mainbody .article-title {
	margin-left: 0 !important;
  }
  
  .t3-mainbody .article-intro {
	margin-top: 10px !important;
  }
  
  /* .t3-mainbody .article-intro  */
  .addtoany_container {
	margin: 0 0 20px !important;
	float: none;
	text-align: center;
  }
  
  .t3-mainbody article .readmore {
	text-align: center;
  }
  
  .t3-mainbody article .readmore a {
	float: none;
  }
  
  .actdescript img {
	float: none !important;
	display: block !important;
	margin: 0 auto 20px !important;
  }
  
  .showcase_style2 .defaultLayout .bt-inner .bt-title {
	text-align: center;
  }
  
  .k2Pagination {
	margin-bottom: 30px;
  }
  
  .k2Pagination .counter {
	float: none;
	display: block;
	width: 100%;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	display: none;
  }
  
  .k2Pagination .pagination-list {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: none;
  }
  
  .k2Pagination .pagination-list li {
	flex: 1 1 auto;
	padding-left: 10px;
	padding-right: 10px;
  }
  
  .k2Pagination .pagination-list li:nth-child(1),
  .k2Pagination .pagination-list li:nth-child(2),
  .k2Pagination .pagination-list li:nth-last-child(1),
  .k2Pagination .pagination-list li:nth-last-child(2) {
	display: none;
  }
  
  .why_about_us .content_why {
	font-size: 0;
  }
  
  .why_about_us .content_why_box {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	float: none;
	height: auto;
	border: 0;
  }
  
  .why_about_us .content_why_box_inner {
	padding: 0 10px 10px;
  }
  
  .why_about_us .content_box_img {
	/* padding-top: 0; */
	padding: 10px;
  }
  
  .why_about_us .content_box_img img {
	max-width: 100px !important;
  }
  
  .content_why_box + .content_why_box .content_why_box_inner {
	border: 0;
  }
  
  #jevents_body .cal_daysnoevents,
  #jevents_body .cal_today,
  .cal_cell_rows {
	height: auto;
  }
  
  #jevents_body .cal_top_day_names {
	min-width: 0;
  }
  
  .cal_daysoutofmonth {
	vertical-align: middle;
  }
  
  .t3-spotlight .item-first {
	width: 100% !important;
  }
  
  .t3-footnav {
	font-size: 0;
  }
  
  .t3-footnav .span3 {
	display: inline-block;
	vertical-align: top;
	width: 50% !important;
  }
}

.gotopbtn {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #04a1e1;
	cursor: pointer;
	z-index: 99;
	font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 40px;
	display: none;
  }
  
.gotopbtn:hover,
.gotopbtn:focus {
  color: #fff;
  background: #037daf;
}

@media (min-width: 768px) {
  .infor_phone-first {
	margin-right: 10px;
  }
}