main > .container {
    padding: 70px 15px 20px;
}

a:hover,
a:focus {
    color: #9D76B3;
}

.show .dropdown-item:hover, .show .dropdown-item:focus{
    color: #9D76B3;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.image-slider
{
	text-align: center;	
	width: 100%;
	background: url(../images/theme/bg_slider.jpg)
}

.image-slider img
{
	width: 100%;
	margin: 0 auto;	
}


.site-index .tab-content .header{
	line-height: 1.2;
	padding: 10px 10px;
	font-weight: normal;
}

.site-index .tab-content a,
.site-index .tab-content a:hover,
.site-category  .body-content a
{
	font-size: 14px;
	color: #000;
}
.site-index .tab-content a:hover,
.site-category  .body-content a:hover
{
	text-decoration: none;
}

#tab{
	margin-top: 30px;
	border: none;
}

#tab a {
	border: none;
    display: block;
    padding: 5px 5px;
    position: relative;
    color: #936DAA;
}

#tab .active, #tab a:hover{
	border: none;
	color: #000;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#footer
{
	color: #fff;
	padding: 20px;
	background-color: #7a52b5;
	/*background-color: #333;*/
}

#footer p{
	
	color: #fff;
	font-size: 12px;
}

.overlay{
 transition: transform .2s; /* Animation */
}

 .overlay:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.overlay2{
 transition: transform .2s; /* Animation */
}

 .overlay2:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.text-truncate-container {
    width: 450px;
}
.text-truncate-container p {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.menu-sc-1
{
	text-align: center;	
	width: 100%;
	background: #806298;
}

.menu-sc-1 .container
{
	max-width: 1200px;
	margin: 0 auto;	
}

.menu-sc-1 .container img{
	max-width: 220px;
	padding: 0px 20px;
}

.menu-sc-1 img:hover{
	border: none;
	color: #000;
	filter: grayscale(1) invert(1);
    -webkit-filter: grayscale(1) invert(1);
}

.menu-sc-2
{
	text-align: center;	
	width: 100%;
	background: #262640;
}

.menu-sc-2 .container
{
	color: #fff;
	max-width: 1200px;
	margin: 0 auto;	
}

.menu-sc-2 .container img{
	max-width: 220px;
	padding: 0px 20px;
}

.menu-sc-2 .container h1{
	margin: 40px 0;
	font-size: 2em;
}
.menu-sc-2 .container h6{
	padding-bottom: 40px;
	font-size: 1.2em;
}

.menu-sc-2 .container h6{
	padding-bottom: 40px;
	font-size: 1em;
}

.menu-sc-2 .container span{
	font-size: 3em;
}

.menu-sc-4
{
	text-align: center;	
	width: 100%;
	background: #262640;
    position: relative;
    min-height: auto;
    color: #fff;
    background-image: url(../images/theme/bg_vdo.jpg);
    background-size: cover;
	background-attachment: fixed;
	background-position: left center;
	padding: 90px 0;
}

.menu-sc-4 .container
{
	text-align: left;
	max-width: 1200px;
	margin: 0 auto;	
	color: #8D8E8E;
}