.pt-10 {
	padding-top: 10px;
}

.pad15 p {
	line-height: 18px;
}

.gallery-title {
	font-size: 16px;
	padding:5px 0;
	font-weight: bold;
}

.gallery-img {
	height: 230px;
	width: auto;
	max-width: 100%;
}

.gallery-bg {
	background: #333;
}

.single-gallery-img img {
	height: 180px !important;
	width: auto !important;
	max-width: 100% !important;
}

.save-button {
	padding:5px 15px;
	max-width: 200px
}

.menu-bar {
	font-size: 26px;
	font-weight: bold;
	cursor: pointer;
	float: right;
	margin-top: 65px;
}

.img-res {
	width: 100%;
	height: auto;
}

.title {
	font-weight: bold !important;
	font-size: 18px !important;
}

.page-title {
    position: absolute;
    z-index: 8;
    bottom: 5%;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    text-align: left;
    background: rgba(0,0,0,0.7);
}

.page-title h2 { 
	color: #FFF;
	font-size: 25px; 
	text-transform: uppercase; 
	font-weight: 800;
    margin-bottom: 0;
}

.profile_img {
	height: 180px; 
	width: auto;
	max-width: 100%;
}

.sub_title {
	background: #1F3971; 
	color: #FFF; 
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 109px;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

tbody tr:nth-child(odd) {
  background-color: #e7efec;
}

tbody tr:nth-child(even) {
  background-color: #f2f6f4;
}

tbody tr {
  background-image: url(noise.png);
}

tbody tr td {
  padding : 5px 10px;
}

thead tr th {
  background-color: #1F3971;
  padding: 5px 10px;
  text-align: center;
  color: #FFF;
}

.single-footer-widget h4 , .single-footer-widget h3 , .single-footer-widget h2 , .single-footer-widget h1 , .single-footer-widget p , .text-white {
	color: #FFF;
}

.single-footer-widget .title {
	color: #49CEFF;
}

.title-hidden {
	font-size:14px; 
	width: 100%; 
	white-space:pre; 
	overflow:hidden; 
	text-overflow: ellipsis;
	color: #414141;
}

.title-news {
	font-size:16px; 
	font-weight: bold;
    line-height: 20px;
}

.notice-date {
	font-style: italic;
}

.news-img {
	width: 80px;
	height: auto;
	max-width: 100%;
	max-height: 125px;
}

.date-top {
	padding: 5px 5px;
    background-color: #1F3971;
    height: 45px;
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
}

.date-bottom {
	padding: 20px 5px;
    background-color: #27c9e3;
    height: 60px;
    color: #000;
}

.p-0 {
    padding: 0px;
}

.pt-5 {
    padding-top: 5px;
}

.block-with-text {
    /* Over flow hidden hides the text if it is more than N lines  */
    overflow: hidden;
    /* To set '...' in absolute position */
    position: relative; 
    /* Use this value to count block height */
    line-height: 1.4em;
    /* Max-height = line-height (1.2) * lines max number (2) */
    max-height: 2.8em; 
    /* If the last visible word doesn't adjoin right side then this will fix the problem */
    text-align: justify !important;  
    /* place for '...' */
    padding-right: 0px;
}

    /* create the ... */
.block-with-text:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0px;
    bottom: 0;
    padding-right: 1px;
    padding-left: 10px; 
    background: #FFF
}

    /* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0px;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white;
}

/*footer social icons*/

.footer-widget-area .widget ul li a {
    color: #FFF;
    font-size: 17px;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-right: 10px;
    border-radius: 100px;
    padding-left: 0px;
}

.footer-widget-area .widget ul li a.facebook {
    background-color: #475993;
    border: 2px solid #061E69;
}

.footer-widget-area .widget ul li a.twitter {
    background-color: #76A9EA;
    border: 2px solid #2D73CB;
}

.footer-widget-area .widget ul li a.youtube {
    background-color: #F61C0D;
    border: 2px solid #C10C00;
}

.footer-widget-area .widget ul li a.instagram {
    background-color: #88009D;
    border: 2px solid #51005E;
}
  
.footer-widget-area .widget ul li a.facebook:hover {
    background-color: #061E69;
    border: 2px solid #475993;
}

.footer-widget-area .widget ul li a.twitter:hover {
    background-color: #2D73CB;
    border: 2px solid #76A9EA;
}

.footer-widget-area .widget ul li a.youtube:hover {
    background-color: #C10C00;
    border: 2px solid #F61C0D;
}

.footer-widget-area .widget ul li a.instagram:hover {
    background-color: #51005E;
    border: 2px solid #88009D;
}

#myHomePopupModal .modal-body {
    padding: 0 !important;
}

#myHomePopupModal .modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: navajowhite;
    /* border: 1px solid rgba(0,0,0,.2); */
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#myHomePopupModal .close {
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

#mailStatus {
    padding: 10px;
}

.about-area {
    min-height: 400px;
}

.home-about {
    min-height: 150px !important;
}

.std_birthday li {
    padding-bottom: 5px; 
    margin-bottom:5px; 
    font-size: 16px;
    font-weight: 500;
    
}

.std_birthday li:nth-child(odd) {
    color: #49CEFF;
}

.std_birthday li:nth-child(even) {
    color: #1F3971;
}

.home-middle-img {
    height: 300px; 
    width: auto;
    max-width: 100%;
}

.home-birthday {
    height: 300px; 
    width: 100%;
}

.medium-head {
    font-weight: bold; 
    text-align: center; 
    text-transform: uppercase; 
    padding-bottom: 10px; 
    color: #FFF;
}