.f-s-15{
font-size:16px;
}	
.d-none {
    display: none;
}
img.imgStyle{
    border: 1px solid;
    padding: 4px;
    border-radius: 8px;
}
.p-t-80{
padding-top:30px;
}
.p-t-12{
padding-top:12px;
}
div.botomDetail{
border-bottom:2px solid #282c78;
width:35px;

}
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative; 
  border-top:2px solid #282c78; 
  width:8%;
  height:10px;
}
.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
}

.arrows path {
	stroke: #fff;
	fill: transparent;
	stroke-width: 1px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}
ul.noBull li{
list-style-type: none;
}

#contact {
    background: url(/assets/img/label-bgd-2.png) no-repeat center center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0px 10px 0px;
}

/*RUZA CSS*/
ul.noBull li a{
	color: #777;
}
.messageR{
	margin-bottom: 20px;

}
.btn-submitR{
	text-transform: none;
}
.hide{
	display: none;
}


@media (max-width: 790px){
	.arrows{
		top: 5%;
	}
}

.error{
	color:red;
}