
.scroll-up {
    height: 321px;
    overflow: hidden;
    position: relative;
    background: rgba(51, 51, 51, 0.52);
    color: #f5f5f5;
    /* border: 1px solid #ddd; */
}
.scroll-up ul li{
	list-style:dots;
}
.scroll-up ul{
 position: absolute;
 width: 100%;
 height: 100%;
 margin-left: 30px;
 line-height: 30px;
 font-size: 18px;
 text-align: left;
 /* Starting position */
 -moz-transform:translateY(100%);
 -webkit-transform:translateY(100%);	
 transform:translateY(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-up 10s linear infinite;
 -webkit-animation: scroll-up 10s linear infinite;
 animation: scroll-up 10s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-up {
 0%   { -moz-transform: translateY(100%); }
 100% { -moz-transform: translateY(-100%); }
}
@-webkit-keyframes scroll-up {
 0%   { -webkit-transform: translateY(100%); }
 100% { -webkit-transform: translateY(-100%); }
}
@keyframes scroll-up {
 0%   { 
 -moz-transform: translateY(100%); /* Browser bug fix */
 -webkit-transform: translateY(100%); /* Browser bug fix */
 transform: translateY(100%); 		
 }
 100% { 
 -moz-transform: translateY(-100%); /* Browser bug fix */
 -webkit-transform: translateY(-100%); /* Browser bug fix */
 transform: translateY(-100%); 
 }
}


.quick {
    height: 321px;
    overflow: hidden;
    position: relative;
    background: rgba(51, 51, 51, 0.52);
    color: #f5f5f5;
    /* border: 1px solid #ddd; */

}

.head {
    height: 62px;
    margin-top: -20px;
    background-color: black;
    z-index: 600;
    position: inherit;
}

h3.qui {
    padding-top: 22px;
    font-size: 24px;
    text-align: left;
	margin-left:15px;
}


ul.qul {
     font-size: 14px;
    text-align: left;
    padding-top: 7px;
    padding-left: 40px;
}

li.quli {
    margin-bottom: 9px;
}


li {
    padding-top: 7px;
}

li.s2 {
    text-align: center;
    font-size: 32px;
    margin: 34px 0px;
}

a.qua {
    color: #fcf8e3;
    text-decoration: none;
}

a.qua:hover {
    text-decoration: none;
    color: black;
}

.social_icon{

	height: 200px;
    overflow: hidden;
    position: relative;
    background: rgba(51, 51, 51, 0.52);
    color: #f5f5f5;
    /* border: 1px solid #ddd; */

}
