/*--------------------------------------------------------------
  Template Name: Tmart-Minimalist eCommerce HTML5 Template.
  Template URI: #
  Description: Tmart is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: Theme365
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.my-list-children{
    list-style: square;
    font-size: 16px;
}

.my-news-date{
    text-align: end;
    padding-top: 10px;
}
.my-recent-thumb a img{
    height: 200px;
}
.carousel-caption{
    left: 20%; 
    right: 20%; 
    padding-bottom: 20px; 
    margin-bottom: 30px; 
    background-color: rgba(0,0,0,0.2); 
    font-size: 30px; 
}
.img-1 {
    padding: 20px;
}

.schedule-table{
    font-size: 24px;
}

.administration{
    background: linear-gradient(to top, #fefefe, #e8e8e7);
    padding: 10px;
}

.pagetitle{
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin: 20px 0px 20px 0px;
}

.button {

    font-weight: bold;
    padding: 15px 2px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    text-align: center;
    border: 2px solid #4CAF50;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button:hover {
    background-color: #4CAF50; /* Green */
    color: white;
}
.test_bacgr
{
    background: #007a03 none repeat scroll 0 0 !important;
}

section.awSlider .carousel{
  display:table;
  z-index:2;
  -moz-box-shadow: 0 0 4px #444;
	-webkit-box-shadow: 0 0 4px #444;
	box-shadow: 0 0 15px rgba(1,1,1,.5);
}

section.awSlider{
  margin:30px auto;
  padding:30px;
  position:relative;
  display:table;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section.awSlider:hover > img{
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity:1;
}

section.awSlider img{
   pointer-events: none;
}

section.awSlider > img{
  position:absolute;
  top:30px;
  z-index:1;
  transition:all .3s;
  filter: blur(1.8vw);
  -webkit-filter: blur(2vw);
  -moz-filter: blur(2vw); 
  -o-filter: blur(2vw); 
  -ms-filter: blur(2vw);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity:.5;
}

@media screen and (max-width: 1200px) {
   
    .schedule-table{
        font-size: 18px;
    }

}