.universal-logo {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding: 2px 10px;
	background-color: #26499d;
}

.one-discovery {
	font-size: 20px;
	color: #888888;
	font-weight: bold;
	text-align: right;
	line-height: 30px;
	margin-top: 30px;
}

.title-bak {
	background-color: #4169e1;
	border-bottom: 15px solid #b4bfe0;
}

#headerwrap h1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 32px;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.panel h2 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 50px;
	color: #1b65b9;
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-basic-bak {
	background-image: url(../img/for_parent_book.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px;
}

.pic-position {
	float: left;
	padding: 8px;
}

.glyphicon-padding {
	letter-spacing: 6px;
}

#related-links {
  	background-color: #f8e58c;
  	color: #444444;
	width: 100%;
	padding: 40px 10px;
	font-size: 16px;
}

#related-links ul {
	list-style-type: none;
}

#logos {
	background-color: #ffffff;
}

.logo-height1 {
	padding-top: 20px;
	padding-bottom: 10px;
}

.logo-height2 {
	padding-top: 5px;
}

.copyright {
	font-size: 14px;
	background-color: #393e4f;
	color: #ffffff;
	text-align: center;
	padding-top: 12px;
	line-height: 80%;
}
ul.l-pad, li.l-pad{
	padding-left:0;
}
ul{
	list-style: none;
}
/*----------------------------------------*/
/*  15. Footer Area
/*----------------------------------------*/
.footer-area {background: #1b65b9 none repeat scroll 0 0;}
.footer-info {line-height: 15px;}
.footer-info > span {
    color: #121212;
    display: inline-block;
    font-weight: 400;
    line-height: 12px;
    margin-right: 14px;
}
.footer-info > span i {
    font-size: 14px;
    margin-right: 11px;
}
.footer-info > span:last-child {margin-right: 0;}
.footer-logo > a {
    display: inline-block;
    margin-bottom: 23px;
}
.footer-info-container {border-bottom: 1px solid #49c3c7;}
.single-footer-widget > h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.footer-widget-list li a {
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
}
.footer-widget-list li:last-child a {
}
.footer-widget-list li a:hover {color: #f5b120;}
.subscribe-container {
    background: #13a0a5 none repeat scroll 0 0;
    border-radius: 4px;
    padding: 44px 40px 50px;
}
.subscribe-container > p {
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 33px;
}
.subscribe-container input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #d7feff;
    font-weight: 400;
    width: 100%;
    padding-left: 14px
}
.subscribe-container input::-webkit-input-placeholder {
    color:#fff;
    opacity: 1 !important;
    filter: alpha(opacity=100);
}
.subscribe-container button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    float: right;
    font-size: 14px;
    padding-right: 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.subscribe-form {
    background: #1bb4b9 none repeat scroll 0 0;
    border-radius: 4px;
    display: block;
    height: 48px;
    line-height: 46px;
    position: relative;
}
.footer-container {
    border-top: 1px solid #49c3c7;
    padding: 13px 0 10px 0;
}
.footer-container .social-links {
    float: right;
    overflow: hidden;
}
.footer-container .social-links > a {
    margin-left: 21px;
    margin-right: 0;
}
.footer-container span {
    color: #ffffff;
    font-weight: 400;
}
.footer-container span a {
    color: #ffffff;
    position: relative;
}
.footer-container span a:after {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 1px;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0)
}
.footer-container span a:hover:after{opacity: 1;filter: alpha(opacity=100)}

@media (max-width: 767px){
.section-padding {
    padding: 40px 0;
	}}

/*----------------------------------------*/