@font-face {
  font-family: 'socicon';
  src: url(../assets/fonts/socicon.eot?1480239241) format('embedded-opentype');
  src: url(../assets/fonts/socicon.eot?1480239241#iefix) format('embedded-opentype') format("embedded-opentype"), url(../assets/fonts/socicon.woff?1480239241) format('woff') format("woff"), url(../assets/fonts/socicon.woff2) format("woff2"), url(../assets/fonts/socicon.ttf?1480239241) format('truetype') format("truetype"), url(../assets/fonts/socicon.svg?1480239241#sociconregular) format('svg') format("svg");
  font-weight: 400;
  font-style: normal;
  text-transform: initial;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    /* Firefox 16+*/
  }
  100% {
    -moz-transform: rotate(360deg);
    /* Firefox 16+*/
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
.content-top {
    padding-bottom: 5px;
  /*padding-top: 0.7%; 
  padding-bottom: 1.4%;*/ 
    /*padding-top: 13px;
  padding-bottom: 27px;*/
}


h1.al-title {
  font-weight: 700;
  color: #666666;
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 24px;
  text-transform: uppercase;
  opacity: 0.9;
}

.al-breadcrumb {
  background: none;
  color: #666666;
  padding: 0;
  margin: 0;
  float: right;
  padding-top: 11px;
}
.al-breadcrumb li {
  font-size: 18px;
  font-weight: 400;
}

.al-look {
  float: right;
  margin-right: 10px;
  padding-top: 10px;
}
.al-look > a {
  font-size: 19px;
}
