@charset "utf-8";
/* CSS Document */

ul.articals > li {
    background-position: right 15px;
    height: 25px;
    overflow: hidden;
}
.row.block-cat {
    margin: 15px 0 10px;
}
ul.articals > li > a{
color:#5a5a5a;	
font-size:1.1em;
}
.learn-forex{
margin-top:15px;	
}
.learn-forex > li{
padding:0;	
}
.learn-forex > li > a{
text-align:center;
height:130px;
border:1px solid #e6e6e6;
border-right-width:0;	
display:block;
color:#1c5066;
}
.learn-forex > li:first-child > a{
border-right-width:1px;	
}
.learn-forex > li > a > span{
width:64px;
height:60px;
display:block;	
background:url(../../images/ar/WhatIsForex_sprite.png);
margin:20px auto 0;
}
.learn-forex > li > a > span.forex-school{
background-position:0 0;	
}
.learn-forex > li > a > span.forex-book{
background-position:-64px 0;	
}
.learn-forex > li > a > span.forex-dic{
background-position:-128px 0;	
}
.learn-forex > li > a > span.forex-center{
background-position:-192px 0;	
}
.row.list-unstyled.learn-forex, .list-unstyled.list-style.row.articals{
margin-right:0;
margin-left:0;	
}
.block-cat .col-md-4 > span > h3{
 font-size: 1.1em;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-right: 5px;
}
.block-cat .col-md-4{
padding-left:10px;
padding-right:10px;	
margin-bottom:20px;
}
.block-cat > .col-md-4 > span{
padding-bottom:10px;
background:#f9f9f9;
border-top:2px solid #feac91;
display:block;
}
/* Wobble Vertical */
@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.wobble-vertical {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.learn-forex > li > a:hover .wobble-vertical, .learn-forex > li > a:focus .wobble-vertical, .learn-forex > li > a:active .wobble-vertical {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@media (max-width: 767px) {
.learn-forex > li > a{
border-right-width:1px;	

}

}